Limits to scalable evaluation at the frontier: LLM as Judge won't beat twice the data
Florian E. Dorner, Vivian Y. Nastl, Moritz Hardt
TL;DR
This paper analyzes the limits of using large-language-model judges for scalable evaluation, particularly at the frontier where evaluated models may outperform the judge. It formalizes a binary evaluation framework and demonstrates that judge bias can significantly distort model rankings. The authors introduce Prediction Powered Inference (PPI) to debias proxy judgments and prove that, in the frontier setting, the best possible data-efficiency gain is at most a factor of two, with empirical results on MMLU, MT-Bench, and TruthfulQA supporting modest gains. The work further extends to non-binary proxies and shows that while soft judgments can improve efficiency, they do not overturn the fundamental frontier bound, signaling limited practical gains for LLM-as-a-judge in high-signal evaluation tasks.
Abstract
High quality annotations are increasingly a bottleneck in the explosively growing machine learning ecosystem. Scalable evaluation methods that avoid costly annotation have therefore become an important research ambition. Many hope to use strong existing models in lieu of costly labels to provide cheap model evaluations. Unfortunately, this method of using models as judges introduces biases, such as self-preferencing, that can distort model comparisons. An emerging family of debiasing tools promises to fix these issues by using a few high quality labels to debias a large number of model judgments. In this paper, we study how far such debiasing methods, in principle, can go. Our main result shows that when the judge is no more accurate than the evaluated model, no debiasing method can decrease the required amount of ground truth labels by more than half. Our result speaks to the severe limitations of the LLM-as-a-judge paradigm at the evaluation frontier where the goal is to assess newly released models that are possibly better than the judge. Through an empirical evaluation, we demonstrate that the sample size savings achievable in practice are even more modest than what our theoretical limit suggests. Along the way, our work provides new observations about debiasing methods for model evaluation, and points out promising avenues for future work.
