SCOPE: Selective Conformal Optimized Pairwise LLM Judging
Sher Badshah, Ali Emami, Hassan Sajjad
TL;DR
The paper addresses the reliability gap in LLM-based pairwise judging by introducing Scope, a selective conformal framework that guarantees, under exchangeability, that the error rate among accepted judgments does not exceed a user-specified level $\alpha$. It partners this with Bidirectional Preference Entropy (BPE) to derive bias-neutral uncertainty scores by evaluating each pair in both orders and aggregating the results into a permutation-invariant measure. Empirically, Scope achieves valid risk control with substantially higher coverage across MT-Bench, RewardBench, and Chatbot Arena, using model scales from $7$B to $70$B parameters; BPE improves calibration and discrimination versus standard proxies and Simulated Annotators. The work demonstrates that combining bias-aware uncertainty estimation with conformal risk control yields reliable, scalable LLM-based evaluation, offering a principled path toward trustworthy automated benchmarking and alignment workflows, with potential extensions to richer evaluation settings.
Abstract
Large language models (LLMs) are increasingly used as judges to replace costly human preference labels in pairwise evaluation. Despite their practicality, LLM judges remain prone to miscalibration and systematic biases. This paper proposes SCOPE (Selective Conformal Optimized Pairwise Evaluation), a framework for selective pairwise judging with finite-sample statistical guarantees. Under exchangeability, SCOPE calibrates an acceptance threshold such that the error rate among non-abstained judgments is at most a user-specified level $α$. To provide SCOPE with a bias-neutral uncertainty signal, we introduce Bidirectional Preference Entropy (BPE), which queries the judge under both response positions, aggregates the implied preference probabilities to enforce invariance to response order, and converts the aggregated probability into an entropy-based uncertainty score. Across MT-Bench, RewardBench, and Chatbot Arena, BPE improves uncertainty quality over standard confidence proxies, providing a stronger selection signal that enables SCOPE to consistently meet the target risk level while retaining good coverage across judge scales. In particular, at $α= 0.10$, \textsc{Scope} consistently satisfies the risk bound across all benchmarks and judge scales (empirical risk $\approx 0.097$ to $0.099$), while retaining substantial coverage, reaching $0.89$ on RewardBench with Qwen-14B and $0.98$ on RewardBench with Qwen-32B. Compared to naïve baselines, \textsc{Scope} accepts up to $2.4\times$ more judgments on MT-Bench with Qwen-7B under the same target risk constraint, demonstrating that BPE enables reliable and high-coverage LLM-based evaluation.
