A Judge-Aware Ranking Framework for Evaluating Large Language Models without Ground Truth
Mingyuan Xu, Xinzi Tan, Jiawei Wu, Doudou Zhou
TL;DR
The paper tackles evaluating LLMs on open-ended tasks without ground-truth labels by addressing judge reliability heterogeneity in LLM-as-a-judge rankings. It introduces a judge-aware Bradley–Terry–Luce model in which each judge $k$ has a discrimination parameter $\gamma_k$ and model scores are $(s_1,\dots,s_N)$, with $P(Y=1|i,j,k)=\sigma(\gamma_k(s_i-s_j))$, and identifiability achieved via normalization constraints. It establishes consistency and asymptotic normality: $\sqrt{T}(\hat{\boldsymbol{\theta}}-\boldsymbol{\theta}_0)\xrightarrow{d}\mathcal{N}(0,\boldsymbol{\Sigma}_{\boldsymbol{\theta}_0})$, enabling Wald intervals for score differences and ranks. Empirically, judge-aware aggregation improves agreement with human preferences and data efficiency on benchmarks and provides calibrated uncertainty, with a Chatbot Arena case recovering expected rankings and higher Spearman agreement with human judgments.
Abstract
Evaluating large language models (LLMs) on open-ended tasks without ground-truth labels is increasingly done via the LLM-as-a-judge paradigm. A critical but under-modeled issue is that judge LLMs differ substantially in reliability; treating all judges equally can yield biased leaderboards and misleading uncertainty estimates. More data can make evaluation more confidently wrong under misspecified aggregation. We propose a judge-aware ranking framework that extends the Bradley-Terry-Luce model by introducing judge-specific discrimination parameters, jointly estimating latent model quality and judge reliability from pairwise comparisons without reference labels. We establish identifiability up to natural normalizations and prove consistency and asymptotic normality of the maximum likelihood estimator, enabling confidence intervals for score differences and rank comparisons. Across multiple public benchmarks and a newly collected dataset, our method improves agreement with human preferences, achieves higher data efficiency than unweighted baselines, and produces calibrated uncertainty quantification for LLM rankings.
