REVIEW 3 major objections 4 minor 14 references
Which Decisions Low-Bit Quantization Breaks, and How to Predict Them
T0 review · 3 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Low-bit quantization damages LLM decisions by shrinking margins proportionally, making decision flips predictable from a measured linear channel.
desk verdict A careful empirical case that quantization shrinks decision margins multiplicatively, with an honest boundary on where the instrument stops measuring; worth a serious referee, but the headline 3-bit numbers need re-checking on the anchored subset. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the paired decision margin: for each binary decision, the logit of the chosen first token minus the logit of the full-precision model's best alternative, measured before and after quantization. The law $m' = c\cdot m + b + \varepsilon$, with $c$ the surviving fraction (margin shrinkage), $b$ a decision-family-specific push, and $\sigma$ the leftover noise, carries the argument because its conditional reading forces the flip-probability formula $P(\text{flip}|m) = \Phi\left(-(c m + b)\cdot \operatorname{sign}(m)/\sigma\right)$, turning a curve fit into a predictive channel with no parameter fitted to flips. The comparison against additive competitors and a parameter-free bound on error accumulation establish that the collapse is shrinkage, not noise accumulation.
What would settle it
Measure the quantized-versus-full-precision margin pairs in a held-out damaged core family (whether-to-call or safety) at 3 bits; if the slope $c$ is statistically indistinguishable from 1 while the flip rate is substantial, or if a constant-noise additive account wins the BIC comparison by more than 10 points, the multiplicative-shrinkage law fails.
Extended reading notes
Core claim
The central discovery is that the effect of post-training quantization on a decision is a multiplicative contraction of the decision margin plus a decision-family-specific push, not an additive perturbation of roughly constant size. For each two-way decision, the margin is the logit difference between the chosen continuation and its best alternative; after quantization the margin obeys $m' = c\cdot m + b + \varepsilon$ with $c$ shrinking toward zero as bit-width drops, $b$ carrying the directional bias of a decision family, and $\varepsilon$ the residual noise. The paper shows this law fits damaged tool-calling and safety-decision cells across 16 models and three quantization methods, with the multiplicative account beating additive competitors in every damaged core-family cell (whether-to-call and the two safety instruments), while one non-core family, tool-result use, prefers a margin-scaled-noise account, a boundary the paper treats as a predicted failure. Read conditionally, the law yields a flip-probability formula that matches held-out flip rates to a median of 1.8 points with no flip used in the fit. The paper is explicit that this selects the best description among the stated alternatives, not a proof of the generative mechanism.
Load-bearing premise
The measurement assumes that the first-token logit margin between two designated continuations is the decision the model would actually make; the paper's own full-vocabulary checks show this anchor weakens from 85% agreement at 4 bits to 30% at 3 bits and zero at 2 bits.
Editorial extensions
If this is right
- Aggregate benchmark scores understate decision damage: a model's flip rate can grow tenfold while benchmark scores drift by a few points, so evaluation must measure decisions, not only scores.
- A small paired-margin calibration set measured per model and bit-width is sufficient to predict which decisions flip; borrowed constants from another model fail by 18\u201333 points at 3 bits, so the measurement cannot be skipped.
- Importance-based weight protection and uniform rescaling (temperature, global bias) cannot repair the damage; no tested repair beats the baseline of spending one more bit, which recovers a median 0.305 of flipped decisions.
- The invocation\u2013selection split means agents stop acting rather than acting wrongly at the collapse bit-width; system design should treat 'should I act' decisions as the fragile ones.
- The fit-free bound rules out independent error accumulation: no member of that class can lose more than half the margin per bit, yet 107 of 183 measured steps violate the bound, so the collapse is not noise accumulation.
Reading between the lines
- Editor's inference: if margin shrinkage is the right model, then any repair that raises the surviving fraction $c$ (rotations, activation-aware quantizers) buys roughly the same number of bits; the paper's measured two-bit gain from a Hadamard rotation suggests a general design rule: move the collapse below the deployment bit-width rather than trying to protect individual weights.
- Editor's inference: the law could transfer to other two-way decisions beyond tools and safety, such as stopping versus continuing generation or choosing between two response formats, wherever a first-token margin is measurable; the paper does not test this, but its instrument is general.
- Editor's inference: because the paper shows the margin at 2 bits is near-uniform over the vocabulary, per-decision predictions there describe conditional preference under constrained decoding, not free generation; users of grammar-constrained decoding may still get accurate flip predictions, but unconstrained deployments should not extrapolate the 2-bit row.
- Editor's inference: the paper's law, if replicated, changes the target of quantization research from preserving logits to preserving margin order; one testable extension is whether gradual mixed-bit-width allocation can keep the slope $c$ near 1 for the decisions that matter.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes that low-bit quantization damages LLM decisions through proportional margin shrinkage rather than additive noise. For each binary decision, the authors measure the first-token logit margin between the chosen continuation and its best alternative at full precision and after quantization, fitting the per-cell relation m' = c*m + b + ε. They report that c collapses with bit-width (median 0.86 at 4 bits, 0.33 at 3, 0.00 at 2), that a BIC comparison rejects additive accounts in the damaged tool-call and safety families, that a parameter-free bound rules out independent error accumulation in 107 of 183 adjacent-bit steps, and that the implied flip probability predicts held-out flip rates to a median of 1.8 percentage points. They also document a one-directional collapse of the whether-to-call decision, a split between invocation and selection, and a repair comparison in which no tested intervention beats spending one more bit. The paper is unusually explicit about its limitations, including the point that at 3 and 2 bits the two designated tokens are often no longer the model's top choices over the full vocabulary.
Significance. If the margin-shrinkage law holds for free model behavior, the paper is a substantial advance: it overturns the fixed-noise assumption underlying several prior accounts, explains why confident decisions are not safe, ties agentic failures to a decision-level quantity invisible to benchmarks, and provides a calibrated per-decision flip probability. The strengths include a large and systematic measurement matrix (16 models, three methods, bit-widths down to 2), a model comparison that is run per family rather than pooled, a genuinely parameter-free ceiling on independent error accumulation, explicit candid limitations, and a reproducibility statement with checked-in scripts and verified numeric literals. The significance is conditional: the central quantitative content at 3 bits rests on the validity of the forced-choice margin as a proxy for the model's free decision, and the paper's own full-vocabulary checks show that proxy fails for most tool items at that bit-width.
major comments (3)
- [§2, Limitations, Appendix Table 8] The 3-bit regime carries the paper's central quantitative claims: median c=0.33, the one-directional collapse of whether-to-call in Table 2, and the 1.8pp held-out forecast error. Yet at 3 bits the instrument's behavioral anchor fails for most tool items: the two designated first tokens are the quantized model's argmax in only 30% of tool items (median vocabulary rank about 3,500), and at 2 bits in none. The headline c values, flip rates, and forecast errors are computed on all items, not on the anchored subset. Appendix Table 8 shows the §3.2 model comparison is unanimous in the anchored strata, but it does not report c or forecast accuracy restricted to those cells. The paper's own free-generation check in §5.2 shows the margin can be slower to change than emitted behavior (lost refusals deflect rather than comply), so the 3-bit collapse may characterize the model's conditional preference under constrained decoding rather than its free decision. Please report the central quantities on the anchored subset at each bit-width, or explicitly reframe the 3-bit claims as applying to grammar-constrained decisions rather than to free generation.
- [§4.2, Eq. (2)] The held-out flip forecast uses per-cell constants (c, b, σ) fitted on one half of the same cell's margins, and Eq. (2) is derived from that fitted Gaussian channel. The median 1.8pp error is therefore a consistency check of the conditional-normal assumption, not evidence that flip rates can be predicted for an unmeasured condition. The manuscript acknowledges this in §4.2 ('this tests the law's shape, not whether its constants transfer'), but the abstract and Contribution 2 present it as prediction. The only transfer test, Appendix Figure 8, shows 18–33pp errors at 3 bits, which is the regime where prediction matters most. Please reword the predictive claim so the abstract distinguishes in-sample shape validation from cross-condition transfer, and make the transfer error the headline for practical use.
- [§3.3, Figure 2] The fit-free bound is a strong and valuable result, but the text compresses its domain: the ceiling 'cannot lose more than half the margin per bit' is derived for the specific class of independent, variance-accumulating, renormalized layer errors. The paper correctly notes that signal-correlated errors and bit-dependent scale parameters sit outside the class, but the main-text phrasing 'excludes the class without fitting any member of it' may overstate what is excluded, since the class is defined by the very independence assumption being tested. I recommend stating explicitly in §3.3 that the bound rules out only the independent-accumulation family, and that the 107-of-183 count is a rejection of that family rather than a proof of the specific multiplicative form.
minor comments (4)
- [§3.3] The displayed equation 'c(B) = (1+Aγ −B)−1/2' seems to have lost its superscript formatting; please render it as c(B) = (1 + A γ^{-B})^{-1/2} and define γ immediately before use.
- [Figure 2 caption] The caption says 'no error-accumulation model can lose more than half the margin per bit,' but the bound is on the log-derivative and implies at most a factor-of-two decrease per bit. The wording should say 'more than a factor of two per bit' to avoid a literal reading of 'half the margin' as exactly 50 percentage points.
- [§5.1] The sentence 'the two sub-2B models flip in inconsistent directions' is vague; please specify which two models and what direction each exhibits, since the invocation–selection asymmetry claim depends on where it does and does not appear.
- [Reproducibility statement] The statement says code, test sets, and the full result matrix 'will be released' but provides no link or artifact identifier; for a review process, please include a URL or an anonymized artifact link.
Circularity Check
No significant circularity: the central derivation is a fitted conditional model tested on held-out margins, with transferability explicitly measured and reported as failing.
full rationale
The paper's core law, m' = c·m + b + ε, is estimated from paired before/after margins, and the flip-probability formula Eq. (2) is a mathematical corollary of the Gaussian conditional assumption, not a restatement of the data used to fit it. The held-out validation splits each cell's decisions and compares predicted flip rates against observed flips that were not used as fitting labels; this is a genuine test of the conditional model's shape, even though the constants are per-cell. The paper explicitly disclaims transferability of constants, and indeed reports that borrowed constants are wrong by 18–33 percentage points at 3 bits, which is evidence against dressing fitted values as universal predictions. No load-bearing self-citation appears; the cited prior work is external, and the rotation bit-shift prediction and the fit-free bound of §3.3 are parameter-free from measured quantities. The acknowledged failure of the two-token anchor at 3 and 2 bits is a measurement-validity limitation, disclosed candidly in the Limitations section, not a circular derivation. Overall, the derivation chain is self-contained and honestly bounded.
Assumptions & free parameters
free parameters (6)
- per-cell slope c =
0.86 at 4 bits, 0.33 at 3 bits, 0.00 at 2 bits (medians)
- per-cell intercept b =
varies; example -2.9 and -13.5 for Qwen3-4B whether-to-call
- per-cell residual sigma =
varies per cell; not tabulated globally
- damage cutoff =
0.70
- c-difference floor =
0.04
- down_proj range quantile =
90th percentile
assumptions (5)
- domain assumption m' | m ~ N(c m + b, sigma^2) with c, b, sigma constant in m
- domain assumption First-token margin between designated continuations proxies the decision
- domain assumption Independent per-layer error accumulation with renormalization for the bound
- standard math BIC model comparison with conventional decisive threshold
- domain assumption Alternative fixed to the full-precision model's highest-scoring wrong option
Cite this review
Pith. "Pith review of Which Decisions Low-Bit Quantization Breaks, and How to Predict Them." pith.science (2026). https://pith.science/paper/BHOC4LF2
@misc{pith2026260806564,
author = {Pith},
title = {Pith review of: Which Decisions Low-Bit Quantization Breaks, and How to Predict Them},
year = {2026},
howpublished = {\url{https://pith.science/paper/BHOC4LF2}},
note = {Machine review of arXiv:2608.06564}
}
read the original abstract
Quantization is how large language models are actually deployed, and below four bits it hurts. What nobody can say is which decisions change at a given bit-width -- which matters most where a model acts rather than answers, since a tool call it declines to make is a failure no score reports. A compressed agent stops calling its tools, then loses half its safety refusals, while benchmark scores barely move. Prior work assumes the added noise has a roughly fixed size, which would make confident decisions safe. We measure the decision instead: the margin between the option a model picks and its best alternative, before and after quantization, across 16 models, three methods, and 8 down to 2 bits. Kinds of decision do not break together -- at 3 bits the decision to call a tool collapses toward inaction while the choice of which tool is untouched -- and the damage is proportional rather than fixed, the margin multiplied by a factor that collapses with bit-width (median 0.86 at 4 bits, 0.33 at 3, 0.00 at 2). Fitted against additive competitors, including one whose noise grows with the margin, no account with an additive mean wins a damaged tool or safety cell; that is the best description among those stated, not a proof of generative form. Given a condition's own constants the relation predicts flip rates on its held-out decisions to a median of 1.8 points, with calibrated per-decision probabilities (calibration error 0.004 over 131,758 predictions), and no flip was used in the fit. Borrowed constants are wrong by 18-33 points at 3 bits, so a small paired margin set measured per model is the instrument, not a way to skip measuring. It is anchored to behaviour where used: at 4 bits the most likely token over the vocabulary is one of the two options in 85% of tool items, and the 2-bit floor is where the instrument stops measuring. Nothing repairs the damage more cheaply than one more bit.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Croci, Bo Li, Martin Jaggi, Dan Alistarh, Torsten Hoefler, and James Hensman
Saleh Ashkboos, Amirkeivan Mohtashami, Maximilian L. Croci, Bo Li, Martin Jaggi, Dan Alistarh, Torsten Hoefler, and James Hensman. 2024. QuaRot : Outlier-free 4-bit inference in rotated LLMs . Advances in Neural Information Processing Systems
2024
-
[2]
Vishnu Kabir Chhabra and Mohammad Mahdi Khalili. 2025. Towards understanding and improving refusal in compressed models via mechanistic interpretability. arXiv preprint arXiv:2504.04215
arXiv 2025
-
[3]
Tim Dettmers, Mike Lewis, Younes Belkada, and Luke Zettlemoyer. 2022. LLM.int8() : 8-bit matrix multiplication for transformers at scale. Advances in Neural Information Processing Systems
2022
-
[4]
Peijie Dong, Zhenheng Tang, Xiang Liu, Lujun Li, Xiaowen Chu, and Bo Li. 2025. Can compressed LLMs truly act? an empirical evaluation of agentic capabilities in LLM compression. arXiv preprint arXiv:2505.19433
arXiv 2025
-
[5]
Kazuki Egashira, Mark Vero, Robin Staab, Jingxuan He, and Martin Vechev. 2024. Exploiting LLM quantization. Advances in Neural Information Processing Systems. ArXiv:2405.18137
arXiv 2024
-
[6]
Elias Frantar, Saleh Ashkboos, Torsten Hoefler, and Dan Alistarh. 2022. GPTQ : Accurate post-training quantization for generative pre-trained transformers. arXiv preprint arXiv:2210.17323
arXiv 2022
-
[7]
Jiwon Jang, Kisu Yang, Heuiseok Lim, and Hyunwoo Park. 2026. Flat score, amplified failures: How the error budget masks damage in quantized LLM agents. arXiv preprint arXiv:2607.27275
arXiv 2026
-
[8]
Tanishq Kumar, Zachary Ankner, Benjamin F. Spector, Blake Bordelon, Niklas Muennighoff, Mansheej Paul, Cengiz Pehlevan, Christopher R \'e , and Aditi Raghunathan. 2025. Scaling laws for precision. In International Conference on Learning Representations. ArXiv:2411.04330
arXiv 2025
Show all 14 references
-
[9]
Ji Lin, Jiaming Tang, Haotian Tang, Shang Yang, Wei-Ming Chen, Wei-Chen Wang, Guangxuan Xiao, Xingyu Dang, Chuang Gan, and Song Han. 2024. AWQ : Activation-aware weight quantization for LLM compression and acceleration. In Proceedings of Machine Learning and Systems (MLSys)
2024
-
[10]
Xu Ouyang, Tao Ge, Thomas Hartvigsen, Zhisong Zhang, Haitao Mi, and Dong Yu. 2025. Low-bit quantization favors undertrained LLMs : Scaling laws for quantized LLMs with 100t training tokens. In Proceedings of ACL. ArXiv:2411.17691
2025 arXiv
-
[11]
Alicia Parrish, Angelica Chen, Nikita Nangia, Vishakh Padmakumar, Jason Phang, Jana Thompson, Phu Mon Htut, and Samuel R. Bowman. 2022. BBQ : A hand-built bias benchmark for question answering. In Findings of ACL
2022
-
[12]
Samuel Salfati. 2026. Quantization dominates rank reduction for KV -cache compression. arXiv preprint arXiv:2604.11501
2026 arXiv
-
[13]
Rylan Schaeffer, Brando Miranda, and Sanmi Koyejo. 2023. Are emergent abilities of large language models a mirage? Advances in Neural Information Processing Systems
2023
-
[14]
Patil, Ion Stoica, and Joseph E
Fanjia Yan, Huanzhi Mao, Charlie Cheng-Jie Ji, Tianjun Zhang, Shishir G. Patil, Ion Stoica, and Joseph E. Gonzalez. 2024. Berkeley function-calling leaderboard. https://gorilla.cs.berkeley.edu/leaderboard.html
2024
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.