paper-with-me

홈 › Papers

Fair-GPTQ: Bias-Aware Quantization for Large Language Models

2025-09-18 · Irina Proskurina, Guillaume Metzler, Julien Velcin arxiv

The high memory demands of generative language models have drawn attention to quantization, which reduces memory usage by mapping model weights to lower-precision integers. However, recent empirical studies show that, while efficient, quantization can increase the likelihood of generating biased outputs and degrade performance on fairness benchmarks. In this work, we draw new links between quantization and model fairness by adding explicit group-fairness constraints to the quantization objective and introduce Fair-GPTQ, the first quantization method explicitly designed to reduce unfairness in large language models. The added constraints guide the learning of the rounding operation toward less-biased text generation for protected groups. Specifically, we focus on stereotype generation involving occupational bias and discriminatory language spanning gender, race, and religion. Fair-GPTQ has minimal impact on performance, preserving at least 90% of baseline accuracy on zero-shot benchmarks, reduces unfairness relative to a half-precision model, and retains the memory and speed benefits of 4-bit quantization.

📄 PDF Abstract BibTeX arXiv:2509.15206

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

MatGPTQ: Accurate and Efficient Post-Training Matryoshka Quantization

2026-02-03 · Maximilian Kleinegger, Elvir Crnčević, Dan Alistarh arxiv

Matryoshka Quantization (MatQuant) is a recent quantization approach showing that a single integer-quantized model can be served across multiple precisions, by slicing the most significant bits (MSB) at inference time. T…

Timestep-Aware SVDQuant-GPTQ for W4A4 Quantization of Wan2.2-I2V

2026-05-26 · Junhao Wu, Dezhong Yao, Hai Jin arxiv

W4A4 quantization of large video diffusion Transformers offers substantial memory savings but is hindered by two main challenges: sparse large-magnitude activation outliers, and strongly timestep-dependent activation dis…

GPTQT: Quantize Large Language Models Twice to Push the Efficiency

2024-07-03 · Yipin Guo, Yilin Lang, Qinyuan Ren

Due to their large size, generative Large Language Models (LLMs) require significant computing and storage resources. This paper introduces a new post-training quantization method, GPTQT, to reduce memory usage and enhan…

Quantization

Gradient-Based Post-Training Quantization: Challenging the Status Quo

2023-08-15 · Edouard Yvinec, Arnaud Dapogny, Kevin Bailly

Quantization has become a crucial step for the efficient deployment of deep neural networks, where floating point operations are converted to simpler fixed point operations. In its most naive form, it simply consists in …

Quantization

A Comprehensive Evaluation on Quantization Techniques for Large Language Models

2025-07-23 · Yutong Liu, Cairong Zhao, Guosheng Hu arxiv

For large language models (LLMs), post-training quantization (PTQ) can significantly reduce memory footprint and computational overhead. Model quantization is rapidly evolving. Though many papers report breakthrough resu…