Agreement Metrics for LLM-as-Judge Evaluation: What to Report and Why

arXiv:2606.0009393.8h-index: 15
Predicted impact top 17% in CL · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers using LLM judges in rubric-based evaluation, this work clarifies metric redundancy and offers guidelines to avoid misleading reporting.

The paper identifies that in LLM-as-judge evaluations with binary criteria, most agreement metrics (e.g., Pearson's r, Spearman's ρ, Kendall's τ, phi coefficient, MCC) are redundant, reducing to a single number. Cohen's κ adds unique information by measuring drift in positive-label rates. The authors provide a reporting checklist for clarity.

Validating an LLM judge against human annotations usually means reporting several agreement statistics: accuracy, precision, recall, $F_1$, Cohen's $κ$, and one or more rank correlations. A survey of 24 recent LLM-as-judge papers finds metric choice entangled with the judgment scale, tie handling, invalid outputs, and abstention handling, and those choices rarely stated. For binary criteria -- the common case in rubric-based evaluation, where each criterion is graded MET or UNMET -- most of the reported numbers are redundant: Pearson's $r$, Spearman's $ρ$, Kendall's $τ_b$, the phi coefficient $ϕ$, and the Matthews Correlation Coefficient all reduce to a single number on non-degenerate binary data, so reporting several of them only creates an illusion of corroborating evidence. Cohen's $κ$ is the one agreement coefficient that adds information: it shares $ϕ$'s numerator but normalizes differently, and the gap between them measures how far the judge's positive-label rate has drifted from the human's. We then trace what changes when a judge may abstain with a CANNOT_ASSESS verdict: the three common ways of handling abstentions are not interchangeable preprocessing choices but answer different questions, and they break the binary equivalences. The same equivalences reappear, up to a negligible finite-sample correction, for multi-judge ensembles scored with Fleiss' $κ$ or Krippendorff's $α$. We close with a reporting checklist that names the judgment scale, the abstention and tie handling mode, coverage, the confusion matrix, and the aggregation level alongside any scalar agreement coefficient.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes