REVIEW 4 major objections 4 minor 1 cited by
Compressing LLMs preserves factual recall but systematically erodes reasoning, multilingual ability, and instruction-following.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 03:01 UTC pith:74UNZO64
load-bearing objection A solid evaluation framework with a consistent knowledge-bias finding; the calibration split should be clarified and the reliability decoupling needs error bars, but it deserves review. the 4 major comments →
UniComp: A Unified Evaluation of Large Language Model Compression via Pruning, Quantization and Distillation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Across pruning, quantization, and distillation applied to LLaMA-3.1-8B, Qwen-2.5-7B, and other architectures, the paper finds that factual recall and commonsense multiple-choice tasks are the least affected by compression, while chain-of-thought reasoning benchmarks such as GSM8K and MATH-500 fall the most. Models that retain 80–100% of knowledge scores often retain only 20–60% of reasoning scores; the gap widens with aggressive pruning and smaller models. Reliability scores across truthfulness, safety, fairness, robustness, privacy, and ethics do not track task performance, and some compressed models actually beat the base model on reliability. Replacing the default calibration corpus with
What carries the argument
The carrying mechanism is the UniComp evaluation framework: a standardized protocol that normalizes each compressed model's scores against its base model across performance, reliability, and efficiency using 13 aggregate metrics. The performance track converts knowledge, multilingual, reasoning, and instruction-following benchmarks into retained-performance ratios; the reliability track covers truthfulness, safety, fairness, robustness, privacy, and ethics; the efficiency track measures runtime acceleration, inference efficiency, and compute cost. The mechanism behind the calibration finding is the reasoning-aware calibration set—constructed from MATH, GSM8K, and ARC-c problems—which is pass
Load-bearing premise
The reasoning-aware calibration set built from MATH, GSM8K, and ARC-c is assumed to be disjoint from the evaluation sets MATH-500, GSM8K, and GPQA-D; if any of those examples overlap, the reported up-to-50% reasoning improvement is an artifact of fitting the pruning mask to the test benchmark.
What would settle it
Run the pruning experiments with a calibration set that provably excludes every evaluation example—for instance, by holding out entire problem sets and using only disjoint splits—and check whether the GSM8K and MATH-500 gains persist. Alternatively, calibrate on random problems of the same format and see if the gain vanishes, which would indicate the improvement is specific to matching the test distribution.
If this is right
- Knowledge-centric compression benchmarks—such as MMLU, ARC, and HellaSwag—systematically overstate the health of a compressed model; a model can score near-baseline on those while losing most of its reasoning ability.
- Deployers who use compressed models for multi-step reasoning or agentic tasks should expect materially worse performance than single-score compression metrics suggest.
- Quantization is not a drop-in replacement for dense models: it preserves most performance but still shows non-trivial drops on challenging reasoning tasks, and multilingual behavior varies by method.
- Reliability must be measured independently of performance; a compressed model that retains task accuracy may have degraded privacy, safety, or fairness scores.
- Calibration data is a load-bearing choice in pruning: switching from generic text to task-relevant problems can recover a large fraction of lost reasoning at negligible extra cost.
Where Pith is reading between the lines
- If the knowledge bias is a general property of existing compression techniques, then compression research should shift its optimization target from perplexity and MMLU to reasoning-preserving objectives; a testable next step is calibrating pruning masks on synthetic chain-of-thought data rather than static problem sets.
- The performance–reliability decoupling implies that compressed models should undergo separate safety and privacy audits before deployment; the paper's own admission that reliability scoring relies on a single LLM judge suggests these audits should be re-run with human raters.
- The fact that AWQ outperforms GPTQ on multilingual benchmarks while performing similarly in English points to an untested hypothesis: quantization that preserves activation outliers in English-centric calibration may be misaligned with low-resource languages. A direct test would compare the two on a broader multilingual suite with per-language calibration data.
- Reasoning-aware calibration might be combined with reliability-aware calibration: since fairness and robustness scores also vary with compression, a calibration set that mixes reasoning and safety-critical examples could yield a single pruning recipe that preserves both.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. UniComp proposes a unified framework for evaluating LLM compression along performance, reliability, and efficiency. The paper compares six compression techniques (SparseGPT, Wanda, GPTQ, AWQ, Minitron, Low-Rank Clone) across 40+ datasets on LLaMA-3.1-8B, Qwen-2.5-7B, and additional models. It reports three headline findings: (i) a consistent knowledge bias, with factual recall largely preserved while reasoning, multilingual, and instruction-following degrade; (ii) a performance–reliability decoupling; and (iii) up to 50% relative reasoning improvement from reasoning-aware calibration for pruned models. The paper also provides hardware-aware efficiency analysis, concluding that quantization offers the best overall trade-off.
Significance. If the findings hold, UniComp is a valuable contribution: it broadens compression evaluation beyond knowledge-centric benchmarks and explicitly adds reliability and efficiency axes. The cross-model consistency of the knowledge-bias pattern and the breadth of benchmarks are strengths, as is the effort to evaluate distillation as a compression method under a common protocol. However, the headline calibration result and the reliability decoupling claim currently rest on insufficiently specified experimental details and unvalidated measurements. With those resolved, the framework would be a useful resource for the compression community.
major comments (4)
- [Section 5.4, Table 10, Appendix C.2] The reasoning-aware calibration experiment does not state the split provenance of the calibration set. The text says 'equal training samples of GSM8K, MATH and ARC-c' and evaluates on GSM8K, MATH-500, and GPQA-D. If the calibration set includes examples from the GSM8K test split or MATH-500, the reported +50% relative GSM8K improvement for LLaMA-3.1-8B SparseGPT (36.92 to 55.04) is an artifact of fitting the pruning mask to the evaluation benchmark, not a general property of reasoning-aware calibration. Similarly, ARC-c appears in both the calibration set and the knowledge evaluation in Table 10. Please specify the exact split used for each calibration source and verify disjointness from every evaluation set. The causal interpretation in Section 5.4 ('directly supports the presence of a knowledge bias') depends on this.
- [Section 5.2, Table 2, Appendix B.3] The performance–reliability decoupling is a central claim, but it rests on single-run point estimates with no variance or confidence intervals. Many reliability scores exceed 100 (e.g., Low-Rank Clone fairness 124.19 in Table 2; also Table 18), which is surprising given the stated [0,100] scaling in Section 3.2. The reliability judge (GPT-4o-mini) is unvalidated beyond an informal sanity check of ~30 instances. Apparent reliability 'improvements' over baseline could be judge noise or prompt sensitivity. Please provide multiple runs or bootstrap intervals, and report agreement between the LLM judge and human annotations or a validated judge. Without this, the decoupling claim is not yet supported at the strength stated.
- [Table 1 vs. Table 8 and Table 10] There are internal inconsistencies in the reported knowledge scores. For LLaMA-3.1-8B SparseGPT 50%, Table 1 reports MMLU=48.33 and SK=82.7, while Table 8 reports MMLU=55.74 and SK=0.89 (i.e., 89.3 after scaling), and Table 10 reports the same default-calibration MMLU=55.74. The baseline MMLU also differs: Table 1 gives 61.38, Table 10 gives 63.09. The aggregate knowledge score cannot be reconciled across tables. Please audit the underlying runs and provide a single consistent set of results; the knowledge-bias claim is qualitative, but the specific magnitudes and aggregate scores should be reproducible from the reported tables.
- [Table 3, Appendix A.4] The efficiency conclusion that distillation has 'prohibitive compute cost' relies on estimated Minitron training times (120h and 140h). Appendix A.4 gives a plausible range of 2.3–7.5 days (about 55–180 hours) from throughput assumptions, yet Table 3 reports point estimates without sensitivity. The compute-cost score SCC is then normalized against these estimates, which affects Figure 2 and the relative ranking of distillation versus pruning/quantization. Please report the range or a sensitivity analysis, or use directly measured training time from the original Minitron release if available.
minor comments (4)
- [Throughout] Model family names are inconsistent: 'LLaMA' appears in most places, but Table 1 and Appendix tables use 'LLAMA'; Table 17 uses 'LLaMA-3-8B' instead of LLaMA-3.1-8B. Please unify naming.
- [Section 3.2 / Table 2] The stated scaling 'All scores are scaled to [0,100]' conflicts with reliability scores above 100. Please clarify whether the scaling applies only to performance scores, or whether values above 100 are intentional (e.g., relative retention without capping).
- [Section 5.1 / Table 1] The comparison between knowledge and reasoning mixes task formats: knowledge benchmarks are multiple-choice, while GSM8K/MATH require free-form generation. The paper acknowledges this for GPQA-D, but the knowledge-bias interpretation could be strengthened by adding at least one generation-based knowledge task or one multiple-choice reasoning task to separate format sensitivity from capability-specific degradation.
- [Appendix C.2 / Table 10] Table 10 would benefit from a column indicating the exact number of calibration samples per source and whether they were drawn from train or test splits. This is already requested in the major comment, but it also affects reproducibility of the calibration experiment.
Circularity Check
No significant circularity: main findings are external-benchmark measurements; the calibration experiment does not reduce to its inputs by construction.
full rationale
UniComp's central claims (knowledge bias, quantization dominance, performance-reliability decoupling) are derived by computing retained-performance ratios on external benchmarks (Eqs. 1-4, Tables 1-2). These ratios are not defined in terms of any UniComp output or fitted parameter; they are independent measurements whose values come from standard datasets such as MMLU, GSM8K, MATH-500, and TrustLLM. The only potentially circular component is the reasoning-aware calibration experiment (Sec. 5.4, Appendix C.2, Table 10). The paper constructs a calibration set 'from MATH, GSM8K, and ARC-c' and evaluates on GSM8K, MATH-500, and GPQA-D. Matching the calibration distribution to the evaluation family makes improvement on those benchmarks mechanistically plausible, but the text states the calibration data are 'equal training samples,' which normally implies the train splits—disjoint from the test splits used for evaluation. The manuscript does not exhibit any equation or construction that sets calibration examples equal to evaluation examples, so the reported +50% GSM8K improvement is not shown to be an identity or a fitted-artifact. No load-bearing self-citations are present in the reference list; reliability is judged by an external GPT-4o-mini judge; the acknowledged limitations (judge-specific bias, one-dimensional calibration data) are honest scope restrictions, not circular steps. Therefore, no significant circularity is established.
Axiom & Free-Parameter Ledger
free parameters (2)
- Minitron training time estimate =
120h (Width), 140h (Depth)
- Reasoning-centric calibration mix =
equal samples from GSM8K, MATH, ARC-c
axioms (4)
- domain assumption TRUSTLLM dimension definitions and datasets measure the six reliability constructs (truthfulness, safety, fairness, robustness, privacy, ethics).
- domain assumption GPT-4o-mini judge outputs align with human judgments on open-ended reliability tasks.
- domain assumption The calibration data from MATH, GSM8K, and ARC-c is disjoint from the evaluation sets MATH-500, GSM8K, and GPQA-D.
- domain assumption Standard benchmark prompts and greedy decoding produce stable, representative measurements.
read the original abstract
Model compression is increasingly essential for deploying large language models (LLMs), yet existing comparative studies largely focus on pruning and quantization evaluated primarily on knowledge-centric benchmarks. Thus, we introduce UniComp, a unified evaluation framework for comparing pruning, quantization, and knowledge distillation. UniComp evaluates compressed models along three dimensions: performance, reliability, and efficiency, using a diverse set of capability- and safety-oriented benchmarks together with a hardware-aware efficiency analysis. Through evaluation of six compression techniques across 40 datasets, we observe (i) a consistent knowledge bias, where factual recall is largely preserved while multi-step reasoning, multilingual, and instruction-following capabilities degrade; (ii) a decoupling between performance and reliability, indicating that retained performance does not consistently imply preserved reliability; and (iii) that task-specific calibration can yield up to 50% relative improvement of reasoning performance in pruned models.
Figures
Forward citations
Cited by 1 Pith paper
-
Quantizing Recursive Reasoning Models
Per-tensor 4-bit quantization of weight-tied recursive reasoners induces accumulating activation bias that kills accuracy; per-block scaling (MXInt4) restores it.
Reference graph
Works this paper leans on
-
[4]
InProceedings of the 41st Interna- tional Conference on Machine Learning, ICML’24
Position: Trustllm: trustworthiness in large language models. InProceedings of the 41st Interna- tional Conference on Machine Learning, ICML’24. JMLR.org. Benoit Jacob, Skirmantas Kligys, Bo Chen, Meng- long Zhu, Matthew Tang, Andrew Howard, Hartwig Adam, and Dmitry Kalenichenko. 2018. Quan- tization and training of neural networks for effi- cient integer...
Pith/arXiv arXiv 2018
-
[7]
InThe Twelfth International Conference on Learning Representations
A simple and effective pruning approach for large language models. InThe Twelfth International Conference on Learning Representations. Arsene Fansi Tchango, Rishab Goel, Zhi Wen, Julien Martel, and Joumana Ghosn. 2022. DDXPlus: A new dataset for automatic medical diagnosis. InThirty- sixth Conference on Neural Information Processing Systems Datasets and B...
Pith/arXiv arXiv 2022
-
[8]
Wanda++: Pruning large language models via regional gradients. InFindings of the Associa- tion for Computational Linguistics: ACL 2025, pages 4321–4333, Vienna, Austria. Association for Compu- tational Linguistics. Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Ben- gio, William W. Cohen, Ruslan Salakhutdinov, and Christopher D. Manning. 2018. Hotpotqa: A d...
Pith/arXiv arXiv 2025
-
[9]
Multilingual brain surgeon: Large language models can be compressed leaving no language be- hind. InProceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pages 11794–11812, Torino, Italia. ELRA and ICCL. Nan Zhang, Eugene Kwek, Yusen Zhang, Ngoc-Hieu Nguyen, Prasenjit Mit...
arXiv 2024
-
[2015]
Distilling the knowledge in a neural network. ArXiv, abs/1503.02531. Yue Huang, Jiawen Shi, Yuan Li, Chenrui Fan, Siyuan Wu, Qihui Zhang, Yixin Liu, Pan Zhou, Yao Wan, Neil Zhenqiang Gong, and Lichao Sun. 2023. Meta- tool benchmark for large language models: Decid- ing whether to use tools and which to use.ArXiv, abs/2310.03128. Yue Huang, Lichao Sun, Hao...
Pith/arXiv arXiv 2023
-
[2021]
Training verifiers to solve math word prob- lems.arXiv preprint arXiv:2110.14168. DeepSeek-AI, Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z. F. Wu, Zhibin Gou, Zhihong Shao, and Zhuoshu Li et al. 2025. Deepseek-r1: Incentivizing reasoning capabil...
Pith/arXiv arXiv 2025
-
[2023]
InThirty-seventh Conference on Neural Information Processing Systems
Evaluating the moral beliefs encoded in LLMs. InThirty-seventh Conference on Neural Information Processing Systems. Shivalika Singh, Angelika Romanou, Clémentine Four- rier, David Ifeoluwa Adelani, Jian Gang Ngui, Daniel Vila-Suero, Peerat Limkonchotiwat, Kelly Marchi- sio, Wei Qi Leong, Yosephine Susanto, Raymond Ng, Shayne Longpre, Sebastian Ruder, Wei-...
Pith/arXiv arXiv 2025
-
[2024]
InThe Twelfth Inter- national Conference on Learning Representations
SliceGPT: Compress large language models by deleting rows and columns. InThe Twelfth Inter- national Conference on Learning Representations. Max Bartolo, Alastair Roberts, Johannes Welbl, Sebas- tian Riedel, and Pontus Stenetorp. 2020. Beat the ai: Investigating adversarial human annotation for read- ing comprehension.Transactions of the Association for C...
Pith/arXiv arXiv 2020
-
[2025]
InSecond Conference on Language Modeling
Quantization hurts reasoning? an empirical study on quantized reasoning models. InSecond Conference on Language Modeling. Niloofar Mireshghallah, Hyunwoo Kim, Xuhui Zhou, Yulia Tsvetkov, Maarten Sap, Reza Shokri, and Yejin Choi. 2024. Can LLMs keep a secret? testing pri- vacy implications of language models via contextual integrity theory. InThe Twelfth I...
Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.