Trust or Escalate: LLM Judges with Provable Guarantees for Human Agreement
Jaehun Jung, Faeze Brahman, Yejin Choi
TL;DR
The paper tackles the unreliability of single-judge LLM evaluation by introducing a provably reliable framework that guarantees human agreement via selective abstention and cascaded judging. It combines fixed-sequence testing to choose abstention thresholds with Simulated Annotators to produce calibrated confidence, enabling high coverage even with cheaper models. The core contributions are the formal human-agreement guarantee, the Simulated Annotators confidence estimation, and the Cascaded Selective Evaluation protocol, which together deliver strong alignment with human judgments and significant cost reductions across summarization and chat-assistant tasks. The results demonstrate robustness under distribution shift and offer a practical pathway to scalable, reliable evaluation in real-world deployments.
Abstract
We present a principled approach to provide LLM-based evaluation with a rigorous guarantee of human agreement. We first propose that a reliable evaluation method should not uncritically rely on model preferences for pairwise evaluation, but rather assess the confidence of judge models and selectively decide when to trust its judgement. We then show that under this selective evaluation framework, human agreement can be provably guaranteed -- such that the model evaluation aligns with that of humans to a user-specified agreement level. As part of our framework, we also introduce Simulated Annotators, a novel confidence estimation method that significantly improves judge calibration and thus enables high coverage of evaluated instances. Finally, we propose Cascaded Selective Evaluation, where we use cheaper models as initial judges and escalate to stronger models only when necessary -- again, while still providing a provable guarantee of human agreement. Experimental results show that Cascaded Selective Evaluation guarantees strong alignment with humans, far beyond what LLM judges could achieve without selective evaluation. For example, on a subset of Chatbot Arena where GPT-4 almost never achieves 80% human agreement, our method, even while employing substantially cost-effective models such as Mistral-7B, guarantees over 80% human agreement with almost 80% test coverage.
