Why do we benchmark quants on perplexity and prose but never on tool call validity?
Summary
The article questions why quantization benchmarks focus on perplexity and prose quality instead of tool call validity, arguing that structured outputs degrade earlier due to fewer valid token continuations, which could mislead practitioners about usable quant levels for agentic use.
Similar Articles
we benchmark models nobody actually runs
The article critiques the lack of systematic benchmarking for AI models in different quantization formats, highlighting discrepancies between benchmark results and real-world usage, and calls for more thorough evaluation.
Has anyone tested how quantization hits different capabilities separately? My results are surprising.
The author shares surprising results from systematic tests on how different quantization levels (e.g., Q4_K_M, Q5_K_M) affect model capabilities separately, showing that math accuracy degrades more than knowledge tasks, and calls for more rigorous testing on context decay across quant levels.
Flat Score, Amplified Failures: How the Error Budget Masks Damage in Quantized LLM Agents
This paper investigates the claim that 4-bit weight quantization is nearly lossless for LLM agents, showing that while aggregate benchmark scores stay flat, quantization amplifies existing tool-call failures (e.g., hallucination), hidden by the benchmark's error budget. The authors suggest reporting per-channel error rates and success under shrinking budgets to reveal the masked damage.
K-Quantization and its Impact on Output Performance
This paper investigates the impact of different quantization levels (2-bit to 8-bit) on the performance of eight large language models across reasoning, code comprehension, and reading comprehension tasks, finding that while higher precision generally yields better performance, aggressive quantization often retains acceptable accuracy, with larger models showing greater resilience.
Towards Quantifying Benchmark Optimization in ASR Models
This paper quantifies how high-performing ASR models optimize for benchmarks in ways that inflate scores without improving real-world transcription, using behavioral probes to reveal benchmark-conditioned behaviors.