Accuracy is Not All You Need
Abhinav Dutta, Sanjeev Krishnan, Nipun Kwatra, Ramachandran Ramjee
TL;DR
This work argues that accuracy is insufficient to judge compressed LLMs, revealing a flips phenomenon where many individual answers change despite similar aggregate performance. Through extensive experiments across multiple quantization schemes and compression techniques, the authors show that end-user behavior can diverge significantly from the baseline even when accuracy remains near each other, and that KL-divergence correlates with these flips. MT-Bench results and qualitative analyses further demonstrate degradation in free-form generation that accuracy metrics miss, especially for larger models. The paper advocates incorporating distance metrics like flips and KL-divergence into standard evaluation pipelines, outlining practical implications for deploying compressed LLMs in real-world settings and providing a direction for more faithful end-user evaluation of model compression.
Abstract
When Large Language Models (LLMs) are compressed using techniques such as quantization, the predominant way to demonstrate the validity of such techniques is by measuring the model's accuracy on various benchmarks.If the accuracies of the baseline model and the compressed model are close, it is assumed that there was negligible degradation in quality.However, even when the accuracy of baseline and compressed model are similar, we observe the phenomenon of flips, wherein answers change from correct to incorrect and vice versa in proportion.We conduct a detailed study of metrics across multiple compression techniques, models and datasets, demonstrating that the behavior of compressed models as visible to end-users is often significantly different from the baseline model, even when accuracy is similar.We further evaluate compressed models qualitatively and quantitatively using MT-Bench and show that compressed models are significantly worse than baseline models in this free-form generative task.Thus, we argue that compression techniques should also be evaluated using distance metrics.We propose two such metrics, KL-Divergence and flips, and show that they are well correlated.
