A quantized LLM is not the same model — the "Illusion of Equivalency" in quantization effects
Post-training quantization (8-bit down to 2-bit) is standard for deploying LLMs, yet evaluation leans on accuracy and perplexity. This work introduces correctness agreement, a decision-level metric measuring the overlap in correct predictions between a base model and its quantized variants. Behavioral divergence emerges under moderate quantization even when task performance appears preserved; query and key projections are consistently more sensitive than value and output projections.
Paper overview (our summary)
- Field (arXiv category)cs.AI
- AuthorsBaha Rababah, Cuneyt Gurcan Akcora, Carson K. Leung
- Submitted2026-07-09
- arXiv ID2607.08734v1
Key points
- Quantization evaluation leans on accuracy and perplexity, which miss behavioral changes
- Introduces correctness agreement — a decision-level metric of overlap in correct predictions between base and quantized models
- Behavioral divergence appears under moderate quantization even when task performance looks preserved (tested 8-bit to 2-bit)
- Analyzes quantization as a structural operator on attention weights; non-linear breakpoints at low bit-widths
- Query and key projections consistently more sensitive than value and output projections
This work challenges a common assumption about LLM quantization: that if accuracy holds, the model is the same.
1Why post-training quantization became standard
Post-training quantization has become the standard technique for running LLMs on limited compute. But its quality evaluation has relied almost exclusively on aggregate metrics — accuracy and perplexity. The authors first show that these metrics fail to capture the behavioral changes quantization induces.
2Introducing correctness agreement
They introduce correctness agreement, a decision-level metric that measures the overlap in correct predictions between a base model and its quantized variants, independent of absolute accuracy. Even if aggregate accuracy is unchanged, the set of questions a model answers correctly can shift — and if it shifts, the two are not behaviorally the same model.
3What 8-bit to 2-bit revealed
Across multiple models and quantization schemes from 8-bit down to 2-bit, the study finds that behavioral divergence emerges under moderate quantization even when task performance appears preserved. To explain the effect, the authors analyze quantization as a structural operator on attention weights and quantify layer-wise distortions using statistical and distributional measures.
The results reveal non-linear breakpoints at low bit-widths, and show that query and key projections are consistently more sensitive than value and output projections.
Why it matters
Relevant to acceptance criteria for quantized LLM deployments (edge, on-prem, cost optimization). The finding that accuracy metrics alone cannot certify behavioral equivalence carries direct implications for model compression, inference optimization, and AI quality assurance.
FAQ
How can behavior differ if accuracy is the same?
What should practitioners take away?
Sources (primary)
Source: arXiv (descriptive metadata is CC0 public domain). Summaries are our own; see arXiv for the original text and PDF.
- arXiv abstract page (original, official)
- PDF (arXiv)
- arXiv ID: 2607.08734