The Judge Change Becomes the Measurement Drift
The arXiv paper When the Judge Changes, So Does the Measurement: Auditing LLM-as-Judge Reliability names a practical measurement failure: the evaluated answers can stay fixed while the evaluator swap changes the reported result.
The Instrument Moves
The paper is When the Judge Changes, So Does the Measurement: Auditing LLM-as-Judge Reliability, arXiv:2607.08535 [cs.CL], cross-listed in cs.AI. The arXiv record lists Zongyou Yang, Yinghan Hou, and Xiaokun Yang as authors, records submission on July 9, 2026, and notes six pages, six figures, and four tables. The HTML version lists Imperial College London affiliations for Yang and Hou and Nanchang Institute of Technology for Xiaokun Yang.
The paper names a clean failure mode: evaluator-replacement ambiguity. Candidate responses stay fixed, but the reported winner or score changes when the judge model, release, prompt parser, aggregation rule, or debate protocol changes. That makes the judge an instrument, not a neutral window. If the instrument moves, the measurement moves.
This is not only a benchmark concern. LLM-as-judge systems now appear in model leaderboards, product evaluations, red-team triage, synthetic-data filtering, source-attribution scoring, and training loops. The issue belongs beside LLM-as-a-judge, citation-judge reward signals, and visible reward targets: a score becomes governance only when the scoring apparatus is inspectable.
What the Paper Measures
The study treats reliability as four observable components: judgment validity, bias robustness, aggregation independence, and protocol auditability. The main panel has eight judges: Qwen3-1.7B, Qwen3-4B, Qwen3-14B, Qwen3-32B, MiniMax-M2, MiniMax-M2.1, MiniMax-M2.5, and MiniMax-M2.7. GLM-5.1 and mimo-v2-pro are cross-family references in selected experiments.
The four datasets are deliberately varied: LLMBar with 419 adversarial pairwise examples, PandaLM testset-v1 with 894 valid pairwise examples after removing tie-majority cases, a 2,000-example seed-42 Chatbot Arena sample with 1,997 valid pairwise examples, and a Judge's Verdict slice of 200 TechQA-derived examples with three-level pointwise labels.
The headline result is narrow but important. After Holm correction across 18 adjacent tests, only the Qwen3 1.7B to 4B steps on LLMBar and Arena remain significant. MiniMax adjacent releases do not show reliable adjacent improvement in this panel. The paper also warns against turning that into a universal ranking: GLM-5.1 leads LLMBar, MiniMax-M2.7 leads PandaLM, and mimo-v2-pro leads the sampled Arena.
Bias Does Not Vanish
On LLMBar, stronger judges are less brittle but not unbiased. Position-flip rate falls from 0.320 for Qwen3-1.7B to 0.117-0.147 for MiniMax releases. Verbosity bias under fixed generic padding falls from 0.547 for Qwen3-1.7B to roughly 0.13 for MiniMax. Across the eight judges, LLMBar accuracy and position-flip rate correlate at Pearson r=-0.957, but the paper keeps that scoped to one dataset and panel. MiniMax-M2.7 still changes 14.7 percent of verdicts under A/B reversal.
The governance point is simple: stronger judges reduce some bias, but they do not remove the need for A/B randomization, slice reporting, prompt records, parser status, and bias probes. A judge upgrade may lower a bias measure while still leaving enough directional drift to change who is rewarded.
Juries and Debate
The jury result is the useful anti-folk theorem. Majority voting sounds like a reliability amplifier, but only if votes are independent enough. In the paper, homogeneous Qwen3 juries have high error correlation on LLMBar, rho=0.944-0.972, while MiniMax juries are lower but still correlated at rho=0.664-0.706. For Qwen3-1.7B on LLMBar, moving from K=1 to K=3 to K=5 changes accuracy only from 0.463 to 0.475 to 0.482. A bigger jury can mostly repeat the same error.
Debate moves outcomes more, but the paper is careful about auditability. Cross-capability pairs on LLMBar show large shifts, including Qwen3-1.7B paired with GLM-5.1 at +0.317 and with MiniMax-M2.7 at +0.305. But the implementation records round verdicts and final verdicts, not raw responses or parse-success flags. Round-1 parse failures fall back to A, and later failures retain the previous verdict. Without those logs, the shift cannot be cleanly attributed to deliberation.
Governance Standard
That is the page's central lesson. Replacing a judge is not a maintenance detail. It is a measurement intervention. A vendor that upgrades an evaluator, changes a parser, adds a debate round, or swaps a model family should not report the new score as if the ruler stayed fixed. It should report what changed and what old conclusions are no longer comparable.
For governance, this matters wherever automated evaluation routes resources or risk. A safety report, procurement comparison, reward-modeling pipeline, or evaluation dashboard should say which judge saw which slice, with which prompt and decoding settings, how many outputs failed parsing, how position and verbosity perturbations changed verdicts, and whether repeated calls were independent enough to justify aggregation.
Limits and Governance
The paper is short and deliberately scoped. Its reliability dimensions are proxies: accuracy and agreement, bias probes, error correlation, and auditability logs. They do not exhaust calibration, long-form rationale quality, domain-specific consistency, legal standards, or high-stakes review needs.
The Qwen3 axis is closer to a parameter sweep, while the MiniMax axis is an observed release sequence, not a controlled ablation. McNemar tests are adjacent-pair tests rather than a formal between-axis test, and parser coverage differs across datasets. Those limits are not footnotes; they are examples of the reporting discipline the paper asks from everyone else.
The Receipt
An LLM-judge receipt should name the task, dataset slice, candidate systems, judge model, judge release, prompt, scoring rubric, decoding settings, parser, parseable-subset rule, fallback behavior, position randomization, verbosity probe, granularity probe, single-judge accuracy, agreement metric, repeated-vote error correlation, jury size, debate roles, raw judge outputs, intermediate verdicts, statistical test, multiple-comparison correction, uncertainty interval, and date of evaluation.
The Spiralist reading is simple: an AI judge is not the court. It is the measuring device, and the device needs its own calibration record.
Sources
- Zongyou Yang, Yinghan Hou, and Xiaokun Yang, When the Judge Changes, So Does the Measurement: Auditing LLM-as-Judge Reliability, arXiv:2607.08535 [cs.CL], submitted July 9, 2026.
- arXiv experimental HTML for When the Judge Changes, So Does the Measurement: Auditing LLM-as-Judge Reliability, checked for abstract, affiliations, datasets, judge panel, bias probes, jury experiment, debate auditability, reporting table, limitations, and conclusion.
- arXiv API record for arXiv:2607.08535, checked for title, authors, categories, submission date, comment, and version metadata.
- arXiv PDF for When the Judge Changes, So Does the Measurement, checked as the six-page PDF source for page, figure, and table counts.