English

Instance-Optimal Estimation with Multiple LLM Judges on a Budget

Machine Learning 2026-05-25 v1 Information Theory math.IT Statistics Theory Machine Learning Statistics Theory

Abstract

Evaluating large language models increasingly relies on LLM-as-a-judge protocols, but such evaluations remain costly: different judges have different prices and reliabilities, and the difficulty of each prompt-response pair can vary substantially. This raises a basic allocation question: under a fixed budget, how should one distribute evaluation queries across heterogeneous judges and instances to obtain the most accurate score estimates? We formalize this question as *budgeted heteroskedastic multi-judge estimation*. Given KK prompt-response pairs, JJ judges with known costs, and unknown query-judge variances, the goal is to estimate a bounded score vector while minimizing an p\ell_p-error. Our first contribution is to analyze the inverse-variance weighted estimator (IVWE) and to derive the oracle allocation that minimizes its error rate. Since this allocation depends on the unknown variances, we then address the practical unknown-variance setting by proposing EST-IVWE, an adaptive algorithm that constructs and leverages *optimistically biased* variance estimates to stabilize the empirical allocation. We prove that EST-IVWE matches the oracle IVWE rate up to lower-order terms in the budget. Our second and central theoretical contribution is a matching *local* minimax lower bound, which establishes the instance-optimality of the proposed algorithms. A key technical insight is that Fano-type high-probability arguments are too coarse for this problem: their packing construction loses the local variance structure that governs the optimal allocation. We instead use an Assouad-type in-expectation argument, based on local perturbations, which preserves this structure and yields the sharp allocation-dependent lower bound. Finally, we numerically validate the superiority of our approach over na\"ive uniform allocation on synthetic and HelpSteer2 datasets.

Keywords

Cite

@article{arxiv.2605.23362,
  title  = {Instance-Optimal Estimation with Multiple LLM Judges on a Budget},
  author = {Junghyun Lee and Sanghwa Kim and Yassir Jedra and Alexandre Proutière and Se-Young Yun},
  journal= {arXiv preprint arXiv:2605.23362},
  year   = {2026}
}

Comments

53 pages, 4 figures; the first two authors contributed equally