Best Arm Identification with LLM Judges and Limited Human
Ruicheng Ao, Hongyu Chen, Siyang Gao, Hanwei Li, David Simchi-Levi
TL;DR
This work tackles fixed-confidence best-arm identification when each pull yields a cheap, biased proxy score $F(k,X)$ and an expensive ground-truth $Y(k,X)$ that is observed only through selective auditing. The authors introduce an IPW residual estimator that combines proxy means with inverse-propensity-weighted residuals to estimate arm means $\theta_k$, and they develop anytime-valid confidence sequences to enable valid sequential decisions under adaptive sampling and stopping. A two-loop algorithm (PP-LUCB) is proposed: an LUCB-style outer loop for arm selection and an inner loop that optimizes auditing probabilities, with a Neyman-style policy $\pi^*(x,f) \propto \sqrt{g(x,f)}$ guiding audit allocation to minimize variance under a budget. Theoretical guarantees include $\delta$-correctness and near-oracle audit efficiency, and empirical validation in synthetic settings shows high coverage (>$98\%$) and substantial cost reductions (up to $48\%$ over uniform auditing). The framework provides principled bias correction and efficient resource use for LLM-based judgments and other prediction-powered evaluation tasks in complex, bias-prone environments.
Abstract
We study fixed-confidence best-arm identification (BAI) where a cheap but potentially biased proxy (e.g., LLM judge) is available for every sample, while an expensive ground-truth label can only be acquired selectively when using a human for auditing. Unlike classical multi-fidelity BAI, the proxy is biased (arm- and context-dependent) and ground truth is selectively observed. Consequently, standard multi-fidelity methods can mis-select the best arm, and uniform auditing, though accurate, wastes scarce resources and is inefficient. We prove that without bias correction and propensity adjustment, mis-selection probability may not vanish (even with unlimited proxy data). We then develop an estimator for the mean of each arm that combines proxy scores with inverse-propensity-weighted residuals and form anytime-valid confidence sequences for that estimator. Based on the estimator and confidence sequence, we propose an algorithm that adaptively selects and audits arms. The algorithm concentrates audits on unreliable contexts and close arms and we prove that a plug-in Neyman rule achieves near-oracle audit efficiency. Numerical experiments confirm the theoretical guarantees and demonstrate the superior empirical performance of the proposed algorithm.
