English

Self-calibration for Language Model Quantization and Pruning

Computation and Language 2025-07-15 v2

Abstract

Quantization and pruning are fundamental approaches for model compression, enabling efficient inference for language models. In a post-training setting, state-of-the-art quantization and pruning methods require calibration data, a small set of unlabeled examples. Conventionally, this is randomly sampled web text, aiming to reflect the model training data. However, this poses two key problems: (1) unrepresentative calibration examples can harm model performance, and (2) organizations increasingly avoid releasing model training data. In this paper, we propose self-calibration as a solution. Our approach requires no external data, instead leveraging the model itself to generate synthetic calibration data, with a view to better approximating the pre-training data distribution. We extensively compare the performance of self-calibration with several baselines, across a variety of models, compression methods, and tasks. Our approach proves consistently competitive in maximizing downstream task performance, frequently outperforming even using real data.

Keywords

Cite

@article{arxiv.2410.17170,
  title  = {Self-calibration for Language Model Quantization and Pruning},
  author = {Miles Williams and George Chrysostomou and Nikolaos Aletras},
  journal= {arXiv preprint arXiv:2410.17170},
  year   = {2025}
}

Comments

NAACL 2025

R2 v1 2026-06-28T19:31:46.307Z