When Judgment Becomes Noise: How Design Failures in LLM Judge Benchmarks Silently Undermine Validity
Benjamin Feuer, Chiung-Yi Tseng, Astitwa Sarthak Lathe, Oussama Elachqar, John P Dickerson
TL;DR
This work tackles the validity challenges of LLM-judged benchmarks by introducing two diagnostics—Schematic Adherence and Psychometric Validity—to quantify how well rubric factors drive overall judgments and to measure residual uncertainty. The methods are applied to Arena-Hard Auto, revealing severe rubric incoherence and factor collapse, with cross-factor correlations often exceeding 0.93 and substantial unexplained variance; moreover, ELO-style aggregation creates a false sense of stability by producing $R^2$ values near $0.998$. The authors benchmark design principles to tighten objectives, audit factor structure, and report uncertainty, arguing for reliability-aware benchmarks and providing open-source code and data for reproducibility. Overall, the paper highlights that many LLM-judged evaluations can be invalid or misleading if not scrutinized for adherence and discriminant validity, and it offers practical guidance to restore validity in open-ended AI evaluation.
Abstract
LLM-judged benchmarks are increasingly used to evaluate complex model behaviors, yet their design introduces failure modes absent in conventional ground-truth based benchmarks. We argue that without tight objectives and verifiable constructions, benchmark rankings can produce high-confidence rankings that are in fact largely noise. We introduce two mechanisms to diagnose these issues. Schematic adherence quantifies how much of a judge's overall verdict is explained by the explicit evaluation schema, revealing unexplained variance when judges deviate from their own rubric. Psychometric validity aggregates internal consistency and discriminant validity signals to quantify irreducible uncertainty in any benchmarking run. Applying these tools to Arena-Hard Auto, we find severe schema incoherence and factor collapse across popular judges: for example, unexplained variance exceeding 90 percent for DeepSeek-R1-32B and factor correlations above 0.93 for most criteria. We also show that the ELO-style aggregation used by Arena-Hard Auto collapses and masks genuine ranking uncertainty. Our results highlight design failures that undermine validity and offer actionable principles for building better-scoped, reliability-aware LLM-judged benchmarks. We released our code and dataset at https://github.com/penfever/judgment-to-noise
