How Reliable is Language Model Micro-Benchmarking?
Gregory Yauney, Shahzaib Saqib Warraich, Swabha Swayamdipta
TL;DR
The paper tackles the reliability of language-model micro-benchmarks, asking whether small subsets can faithfully reflect full-benchmark judgments. It introduces MDAD, a meta-evaluation that quantifies the minimum full-benchmark performance difference required for a micro-benchmark to preserve pairwise model rankings with high probability. Through extensive experiments across MMLU, MMLU-Pro, BIG-Bench Hard, and GPQA, the authors show that very small micro-benchmarks have limited discriminative power for close pairs, while random sampling becomes competitive when micro-benchmarks include hundreds of examples. The findings offer actionable guidance for practitioners on balancing evaluation efficiency and reliability, highlighting that larger micro-benchmarks are often necessary to distinguish similarly performing models, whereas smaller sets can suffice for broad ranking tasks. The MDAD framework provides a nuanced view beyond aggregate rank correlations, enabling more informed micro-benchmark design and interpretation.
Abstract
Micro-benchmarking offers a solution to the often prohibitive time and cost of language model development: evaluate on a very small subset of existing benchmarks. Can these micro-benchmarks, however, rank models as consistently as the full benchmarks they replace? And can they rank models more consistently than selecting a random subset of data points? In many scenarios, we find that the answer is no. We introduce a meta-evaluation measure for micro-benchmarking which investigates how well a micro-benchmark can rank two models as a function of their performance difference on the full benchmark. This approach can determine which model pairs can be ranked correctly by a micro-benchmark, allowing for a finer-grained analysis of the trade-off between micro-benchmark size and reliability. Prior work has suggested selecting as few as 10 examples; we find that no micro-benchmarking method can consistently rank model pairs 3.5 points of accuracy apart on MMLU-Pro or 4 points apart on BIG-bench Hard. In order to consistently rank model pairs with relatively similar performances, we show that often as many as 250 examples must be selected, at which point random sampling is competitive with existing micro-benchmarking methods. When comparing only 8B instruction-tuned models on MMLU-Pro micro-benchmarks with 25 examples, we find that more than half of pairwise comparisons are not likely to be preserved. Our work provides actionable guidance for both micro-benchmark users and developers in navigating the trade-off between evaluation efficiency and reliability.
