Research & Papers

arXiv study: 4-bit quantization masks 2.5x failure spike in LLM agents

Quantized LLM agents look lossless on benchmarks but tool-call failures surge 2.5x

Deep Dive

Researchers from Korea (Jang, Yang, Lim, and Park) ran a rigorous study on whether 4-bit post-training quantization truly is 'nearly lossless' for LLM agents. Using tau²-bench across eight cells — two open-weight model families in dense and MoE variants, two domains (telecom and retail) — they ran 456 episodes per cell at 16-, 8-, and 4-bit weights. On the standard task-reward metric, quantization looked free: no cell showed a score change that survived multiple-comparison correction, and equivalence testing bounded the largest damage within ±7.5 points.

The process tells a different story. Quantization amplified the failure the model already exhibits at full precision — tool-name hallucination in telecom, with the same trend in retail entity errors — by up to 2.5x in volume (+17.6 points per task), while creating essentially no new failure types (rank correlation ≥ 0.94, only 0.18% novel events). The benchmark's ten-error budget absorbed these extra failures, keeping scores flat. When the budget was shrunk to two errors, a 17-point score gap reappeared, exactly in the one cell where quantization had added error volume. A targeted error-repair prompt removed the damage precisely where it lived, confirming the mechanism. The authors suggest reporting per-channel error rates and shrinking-budget success alongside task reward, since both are already available from standard logs.

Key Points
  • Across 4,368 total episodes (8 cells × 456 at 16/8/4-bit), 4-bit quantization showed no statistically significant score change on tau²-bench, masking real damage.
  • Tool-name hallucination failures in telecom amplified up to 2.5x (+17.6 points per task) with quantization, while the failure set remained nearly identical (rank correlation ≥ 0.94, 0.18% novel events).
  • Shrinking the benchmark's error budget from 10 to 2 errors reveals a 17-point score gap exactly where quantization added error volume; a targeted error-repair prompt removes it.

Why It Matters

Quantized agents can pass benchmarks yet fail far more in production; teams should track error budgets and process metrics, not just scores.

📬 Get the top 10 AI stories daily