FAQ: Mitigating Quantization Error via Regenerating Calibration Data with Family-Aware Quantization
Haiyang Xiao, Weiqing Li, Jinyue Guo, Guochao Jiang, Guohua Liu, Yuewei Zhang
TL;DR
FAQ tackles PTQ calibration data quality by regenerating calibration samples from a larger in-family model and refining them with chain-of-thought guidance, inter-sample competition, and normalization. This data-centric approach reshapes activation distributions to be more quantization-friendly, enabling standard symmetric quantizers to perform closer to full-precision baselines. Empirically, FAQ yields up to 28.5% reduction in quantization-induced accuracy loss across diverse models (including MoEs) and PTQ baselines, with strong improvements in language modeling, reasoning, multilingual tasks, and specialized math/code benchmarks. The work introduces a practical, plug-in method that strengthens PTQ without retraining, highlighting the value of model family priors for robust, efficient LLM deployment.
Abstract
Although post-training quantization (PTQ) provides an efficient numerical compression scheme for deploying large language models (LLMs) on resource-constrained devices, the representativeness and universality of calibration data remain a core bottleneck in determining the accuracy of quantization parameters. Traditional PTQ methods typically rely on limited samples, making it difficult to capture the activation distribution during the inference phase, leading to biases in quantization parameters. To address this, we propose \textbf{FAQ} (Family-Aware Quantization), a calibration data regeneration framework that leverages prior knowledge from LLMs of the same family to generate high-fidelity calibration samples. Specifically, FAQ first inputs the original calibration samples into a larger LLM from the same family as the target model, regenerating a series of high-fidelity calibration data using a highly consistent knowledge system. Subsequently, this data, carrying Chain-of-Thought reasoning and conforming to the expected activation distribution, undergoes group competition under expert guidance to select the best samples, which are then re-normalized to enhance the effectiveness of standard PTQ. Experiments on multiple model series, including Qwen3-8B, show that FAQ reduces accuracy loss by up to 28.5\% compared to the baseline with original calibration data, demonstrating its powerful potential and contribution.
