Efficient Inference for Noisy LLM-as-a-Judge Evaluation
Yiqun T Chen, Sizhu Lu, Sijia Li, Moran Guo, Shengyi Li
TL;DR
This work addresses the challenge of evaluating generative AI outputs when LLM judges imperfectly reflect human truth. It casts LLM-as-a-judge evaluation as a measurement-error problem and unifies two main approaches—Rogan–Gladen misclassification correction and surrogate-outcome inference (PPI/PPI++)—through semiparametric efficiency theory. The authors derive an efficient influence function (EIF)–based estimator, prove its efficiency, and show that in the binary outcome setting optimally tuned PPI++ matches EIF (and MLE), outperforming RG in finite samples. Through extensive simulations and a real-data application, they demonstrate that EIF/PPI++ provide valid uncertainty quantification with substantially narrower confidence intervals than RG, while remaining robust to judge quality and calibration budget. The results offer a principled, practical framework for reliable calibration and uncertainty quantification in LLM-as-a-judge evaluations, with code and benchmarks openly available for practitioners.
Abstract
Large language models (LLMs) are increasingly used as automatic evaluators of generative AI outputs, a paradigm often referred to as "LLM-as-a-judge." In practice, LLM judges are imperfect predictions for the underlying truth and can exhibit systematic, non-random errors. Two main approaches have recently been proposed to address this issue: (i) direct measurementerror correction based on misclassification models such as Rogan-Gladen-style estimators, and (ii) surrogate-outcome approaches such as prediction-powered inference (PPI), which correct bias by calibrating prediction residuals on a small set of gold-standard human labels. In this paper, we systematically study the performance of these two approaches for estimating mean parameters (e.g., average benchmark scores or pairwise win rates). Leveraging tools from semiparametric efficiency theory, we unify the two classes of estimators by deriving explicit forms of efficient influence function (EIF)-based efficient estimators and characterize conditions under which PPI-style estimators attain strictly smaller asymptotic variance than measurement-error corrections. We verify our theoretical results in simulations and demonstrate the methods on real-data examples. We provide an implementation of the benchmarked methods and comparison utilities at https://github.com/yiqunchen/debias-llm-as-a-judge.
