One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

The Asymmetric Harms of LLM Compression

arXiv:2608.196702026-08-21

Shrinking AI models can quietly erode common knowledge more than rare facts, while keeping models confidently wrong and hiding bias shifts inside stable-looking averages

Researchers compressed three language models—Llama-3.1-8B-Instruct, Qwen-3-8B, and Gemma-2-9B-it—using 11 different quantization and pruning methods, then examined knowledge retention, model confidence, and social bias in fine-grained detail. They found that compression disproportionately erodes well-known ('head') knowledge relative to rare ('tail') knowledge even though head accuracy stays highest in absolute terms, that models often remain confident even when their answers become wrong after compression, and that stable overall bias scores can mask large, opposing shifts within demographic subgroups. The takeaway is that standard aggregate metrics like accuracy and perplexity are not enough to certify a compressed model is safe to deploy.

What they did

  1. Tested 11 compression methods—quantization (GPTQ, AWQ, OmniQuant, AQLM) and pruning (WANDA, SparseGPT, ShortGPT, and others)—across three open-weight models: Llama-3.1-8B-Instruct, Qwen-3-8B, and Gemma-2-9B-it
  2. Using the PopQA and Head-to-Tail benchmarks, which split facts into head, middle, and tail popularity groups, they found that while head knowledge remains the most accurate in absolute terms, it is proportionally the most degraded relative to its own base-model performance, reversing the usual head-over-tail advantage once normalized
  3. On answers that became incorrect after compression, models frequently stayed moderately to highly confident (around 0.4 to 0.6 median confidence), and this confidence typically only collapsed under the most extreme compression settings, often after accuracy had already fallen apart
  4. On the WinoBias and BBQ bias benchmarks, overall bias scores barely changed in many settings, yet specific demographic subgroups showed large, sometimes opposing shifts—for example a change of −53.1 percentage points for one occupation group even when the overall shift was near zero
  5. These hidden effects appeared even under mild-to-moderate compression, where standard metrics look reliable, leading the authors to argue that granular, subgroup-level evaluation is necessary before deploying compressed models
Figure 1: Accuracy across different popularity groups on PopQA under different compression settings. Results for all methods and models are provided in Figures 8, 9, and 10 in Appendix A.2.1.
Figure 1: Accuracy across different popularity groups on PopQA under different compression settings. Results for all methods and models are provided in Figures 8, 9, and 10 in Appendix A.2.1.
Figure 2: Relative retention shift across PopQA popularity groups under different compression settings, reported in percentage points. Negative and positive RSg indicate lower and higher relative retention than the dataset overall, respectively. Results for all methods and models are provided in Figures 14, 15, and 16 in Appendix A.2.1.
Figure 2: Relative retention shift across PopQA popularity groups under different compression settings, reported in percentage points. Negative and positive RSg indicate lower and higher relative retention than the dataset overall, respectively. Results for all methods and models are provided in Figures 14, 15, and 16 in Appendix A.2.1.
Table 1: Quantization configurations.
ParameterGPTQAWQOmniQuantAQLM
Bit width2, 3, 42, 3, 42, 3, 42, 3, 4
Calibration datasetC4C4C4C4
Calibration samples128128128128
Calibration seed42424242
Calibration sequence length512512512512
Group size128128128
Calibration splitvalidationvalidation
Calibration source records4096
Calibration batch size11
Symmetric quantizationTrueFalse
Activation orderingTrue
Sequential quantizationTrue
Target modulesLinear
Ignored moduleslm_head
Activation bit width16
Optimization epochs40 / 20 / 20
Learnable weight clippingTrue
Learnable equivalent transformationFalse
Input group size8
Output group size1
Relative MSE tolerance0.01
Maximum fine-tuning epochs10
Activation offloadingTrue
Resume enabledTrue
Figure 3: Knowledge-loss rate across popularity groups on PopQA under different compression settings. Higher values indicate that a larger proportion of the knowledge correctly answered by the base model is incorrect after compression. Results for all methods and models are provided in Figures 20, 21, and 22 in Appendix A.2.2.
Figure 3: Knowledge-loss rate across popularity groups on PopQA under different compression settings. Higher values indicate that a larger proportion of the knowledge correctly answered by the base model is incorrect after compression. Results for all methods and models are provided in Figures 20, 21, and 22 in Appendix A.2.2.
Figure 4: Confidence on lost knowledge across popularity groups on PopQA under different compression settings. Each dot represents the median confidence; the thick vertical bar shows the 25th–75th percentile range, and the thin vertical bar shows the 5th–95th percentile range. Colors distinguish tail, middle, and head knowledge. Results for all methods and models are provided in Figures 26, 27, and 28 in Appendix A.2.2.
Figure 4: Confidence on lost knowledge across popularity groups on PopQA under different compression settings. Each dot represents the median confidence; the thick vertical bar shows the 25th–75th percentile range, and the thin vertical bar shows the 5th–95th percentile range. Colors distinguish tail, middle, and head knowledge. Results for all methods and models are provided in Figures 26, 27, and 28 in Appendix A.2.2.
Table 2: Pruning configurations.
ParameterMagnitudeWANDASparseGPTShortGPTLayer Dropping
Compression granularityweightsweightsweightsdecoder blocksdecoder blocks
Compression levels30/50/70%30/50/70%30/50/70%5/10/15/20/25%5/10/15/20/25%
Semi-structured patterns4:8, 2:44:8, 2:4
Calibration datasetC4C4C4C4
Calibration samples32323232
Calibration sequence length512512512256
Calibration splitvalidationvalidationvalidationvalidation
Target modulesattn./MLP linearattn./MLP linearattn./MLP lineardecoder blocksdecoder blocks
Excluded componentslm_headlm_headlm_headfirst/last blockfirst/last block
Selection criterionweight magnitudeweight–activation productHessian-based reconstructionblock influenceimportance + position
Activation-importance weight0.7
Position-prior weight0.35
Random seed13
Figure 5: Bias changes on WinoBias under different compression settings, reported in percentage points. Blue, orange, and black bars denote changes for male, female, and all examples, respectively, and error bars denote 95% confidence intervals. Positive values indicate increased stereotypical preference, negative values indicate decreased preference, and the dashed line marks no change from the base model. Results for all methods and models are provided in Figures 38, 39, and 40 in Appendix A.2.3.
Figure 5: Bias changes on WinoBias under different compression settings, reported in percentage points. Blue, orange, and black bars denote changes for male, female, and all examples, respectively, and error bars denote 95% confidence intervals. Positive values indicate increased stereotypical preference, negative values indicate decreased preference, and the dashed line marks no change from the base model. Results for all methods and models are provided in Figures 38, 39, and 40 in Appendix A.2.3.
Figure 6: Overall accuracy on PopQA under different compression methods and settings.
Figure 6: Overall accuracy on PopQA under different compression methods and settings.
Table 3: Perplexity of the three full-precision models and their compressed variants on WikiText-2.
CompressionMethodSettingPerplexity (PPL)
Llama-3.1- 8B-InstructQwen-3- 8BGemma-2- 9B-it
NoneFull precisionFP167.12539.588810.2117
QuantizationGPTQ2-bit1612.6539141.3107137.1019
3-bit10.035411.265212.3045
4-bit8.44599.951110.4903
AWQ2-bit94354.159716508.52549407.2547
3-bit9.493111.375011.8154
4-bit7.51929.994910.6473
OmniQuant2-bit671.255739.614735.2010
3-bit9.494911.707912.2236
4-bit7.572810.073710.5624
AQLM2-bit11.565913.068714.1902
3-bit11.320412.348412.2632
4-bit8.445710.280710.8105
Unstructured pruningMagnitude30% sparsity14.575611.552216.6274
50% sparsity177.720828.918965.7596
70% sparsity127104.4841138372.7513117527.1945
Wanda30% sparsity9.290111.032512.9266
50% sparsity12.738412.798417.2316
70% sparsity236.8802153.0605106.8877
SparseGPT30% sparsity9.587011.039513.9585
50% sparsity15.463713.993020.1264
70% sparsity272.6379862.9209129.0303
Semi-structured pruningWanda (N:M)4:818.026814.788619.6716
2:430.655118.415024.4520
SparseGPT (N:M)4:823.873216.913322.8913
2:443.447821.176733.7740
Structured pruningShortGPT5% blocks removed9.887215.147313.5355
10% blocks removed11.168335.141714.7864
15% blocks removed19.414143.593021.1945
Figure 7: Overall accuracy on Head-to-Tail under different compression methods and settings.
Figure 7: Overall accuracy on Head-to-Tail under different compression methods and settings.
Figure 8: Accuracy across different popularity groups on PopQA for Llama-3.1-8B-Instruct under additional compression methods and settings.
Figure 8: Accuracy across different popularity groups on PopQA for Llama-3.1-8B-Instruct under additional compression methods and settings.
Table 4: The ten largest absolute occupation-level bias changes on WinoBias among the retained compression configurations. Base and compressed subgroup bias scores are reported as percentages, while subgroup changes Δ​Bg and overall changes Δ​B are reported in percentage points.
RankGenderOccupationCompression ConfigurationBase 𝑩𝒈 (%)Comp. 𝑩𝒈 (%)𝚫​𝑩𝒈 (pp)𝚫​𝑩 (pp)
Llama-3.1-8B-Instruct
1FemaleSecretarySparseGPT N:M (2:4)71.918.8−53.1−2.2
3FemaleAuditorSparseGPT N:M (4:8)82.132.1−50.0+2.3
8MaleAnalystSparseGPT N:M (2:4)50.02.5−47.5−2.2
9FemaleClerkSparseGPT N:M (2:4)78.632.1−46.4−2.2
Qwen3-8B
2MaleSheriffMagnitude (50%)59.67.7−51.9−8.2
4FemaleClerkMagnitude (50%)67.917.9−50.0−8.2
5FemaleNurseShortGPT (20%)77.827.8−50.0−4.2
6MaleDeveloperSparseGPT N:M (2:4)71.921.9−50.0−4.0
7FemaleAttendantMagnitude (50%)61.812.7−49.1−8.2
10FemaleCounselorMagnitude (50%)66.119.6−46.4−8.2
Figure 9: Accuracy across different popularity groups on PopQA for Qwen3-8B under additional compression methods and settings.
Figure 9: Accuracy across different popularity groups on PopQA for Qwen3-8B under additional compression methods and settings.
Figure 10: Accuracy across different popularity groups on PopQA for Gemma-2-9B under additional compression methods and settings.
Figure 10: Accuracy across different popularity groups on PopQA for Gemma-2-9B under additional compression methods and settings.
Table 5: The ten largest absolute subgroup-level bias changes on BBQ among the retained compression configurations. Base and compressed subgroup bias scores are reported as percentages, while subgroup changes Δ​Bg and overall changes Δ​B are reported in percentage points.
RankCategorySubgroupCompression ConfigurationBase 𝑩𝒈 (%)Comp. 𝑩𝒈 (%)𝚫​𝑩𝒈 (pp)𝚫​𝑩 (pp)
Llama-3.1-8B-Instruct
8DisabilityPeople with cognitive disabilities or mental illnessSparseGPT N:M (4:8)40.659.4+18.8−1.7
9DisabilityPeople with cognitive disabilities or mental illnessWANDA N:M (2:4)40.659.4+18.8−3.1
Qwen3-8B
1DisabilityDown’s syndromeShortGPT (10%)37.575.0+37.5−1.2
2DisabilityDown’s syndromeShortGPT (15%)37.575.0+37.5−1.4
3DisabilityDown’s syndromeShortGPT (5%)37.562.5+25.0−1.1
4DisabilityPeople with cerebral palsySparseGPT (50%)56.381.3+25.0−1.0
10DisabilityDown’s syndromeMagnitude (30%)37.556.3+18.8−1.1
Gemma-2-9B-it
5DisabilityDown’s syndromeShortGPT (15%)50.075.0+25.0−0.5
6DisabilityDown’s syndromeShortGPT (25%)50.075.0+25.0−1.0
7NationalityItalianWANDA N:M (2:4)57.537.5−20.0+0.1
Figure 11: Accuracy across different popularity groups on Head-to-Tail for Llama-3.1-8B-Instruct under different compression methods and settings.
Figure 11: Accuracy across different popularity groups on Head-to-Tail for Llama-3.1-8B-Instruct under different compression methods and settings.
Figure 12: Accuracy across different popularity groups on Head-to-Tail for Qwen3-8B under different compression methods and settings.
Figure 12: Accuracy across different popularity groups on Head-to-Tail for Qwen3-8B under different compression methods and settings.

Why it matters

Companies widely use compression to cut deployment costs, but this work shows that a model can look fine on average while quietly losing common knowledge, staying overconfident about wrong answers, and shifting bias unevenly across specific gender, race, or disability groups. That means teams deploying compressed LLMs need to check subgroup-level behavior, not just aggregate accuracy or perplexity, before trusting a compressed model in production.

Terms in this paper

  • Quantization · Storing a model's weights or calculations at lower numerical precision (e.g., 4-bit instead of 32-bit) to save memory and computation
  • Pruning · Removing weights, neurons, or entire layers that contribute little to a model's output, making it smaller and faster
  • Perplexity · A common aggregate metric measuring how well a language model predicts the next word; lower is generally better
  • Relative Retention Shift · A metric showing, in percentage points, how much better or worse a specific group's accuracy retention is compared to the model's overall retention after compression
  • Expected Calibration Error (ECE) · A metric measuring how well a model's stated confidence matches its actual correctness rate; lower values mean confidence and accuracy are better aligned

Original abstract (English)

Large language models (LLMs) compression reduces deployment costs, but standard aggregate metrics like perplexity and accuracy often mask underlying behavioral shifts. In this work, we systematically evaluate 3 LLMs across 11 compression methods to investigate the effects of compression on knowledge retention, model confidence, and social bias. We find that compression disproportionately reduces the relative retention of head knowledge compared to tail knowledge. Furthermore, compressed models often remain substantially confident in their incorrect answers on newly lost knowledge. Finally, we demonstrate that stable aggregate bias scores can conceal substantial, opposing shifts in stereotypical preferences across demographic subgroups. Together, these findings reveal asymmetric behavioral changes that aggregate performance measures fail to capture, highlighting the need for granular evaluation of compressed models before deployment.

Authors · Yuan Wu, Mairui Li, Lesia Semenova, Chudi Zhong

Read on arXiv

Latest papers

All papers →

Latest from METAL LAB

Figures: Yuan Wu et al., arXiv:2608.19670, CC BY 4.0