When the Judge Should Not Decide: Evidence-Locked, Non-Compensatory Selection Bounds LLM-Judge Failure in Reasoning Pipelines

πŸ“… 2026-08-07
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
When large language models (LLMs) serve as judges in reasoning pipelines, their high-confidence decisions can still degrade overall accuracy. This work proposes the Evidence-Locked Derive-Gate-Repair (EL-DGR) mechanism, which constrains LLM judges to override consensus or trigger repair only when extractive evidence is available, thereby limiting the β€œblast radius” of erroneous judgments. EL-DGR enforces this through evidence certification, frozen candidate pool evaluation, and non-compensatory decision rules. Experiments with DeepSeek-R1-7B demonstrate that EL-DGR achieves 58.2% accuracy on GSM8K (+2.8 percentage points) and 17.33 EM / 25.46 F1 on HotpotQA, substantially outperforming majority voting and the base judge. Audits confirm that the method does not erroneously convert correct consensus answers into incorrect ones.
πŸ“ Abstract
An LLM judge deployed inside a reasoning pipeline does not merely measure quality, it decides which answer ships. We show that the cost of that decision depends less on judge accuracy than on the decision rule the judge is embedded in. On frozen candidate pools from four GRPO policies, an unconstrained scalar DeepSeek-R1-7B judge buys almost nothing over answer-level majority vote (+1.0 pp on 500 GSM8K questions, +0.34 EM on 300 HotpotQA questions), and on a frozen-rule 30-question confirmation split it is 10 points worse than majority, a judge that destroys accuracy while scoring candidates confidently. We then subordinate the same judge to Evidence-Locked Derive-Gate-Repair (EL-DGR), a task-adaptive non-compensatory rule under which a judge preference may override evidence-supported consensus only with an extractive evidence certificate, and a repair only when neither alternative is certified and the repair is. With no change to the judge, the candidates, or the budget, EL-DGR reaches 58.2% on GSM8K (vs. 56.8% judge, 55.8% majority, 55.4% first candidate) and 17.33 EM / 25.46 F1 on HotpotQA (vs. 15.67/23.49, 15.33/23.19, 15.33/22.97), improving on first-candidate GRPO by +2.8 pp (exact McNemar p=0.0026) and +2.00 EM (p=0.070, borderline). A decision audit shows why: EL-DGR overturns consensus on only 8 of 30 pilot questions and never converts a correct consensus into an incorrect answer. We also report what did not work: the same seven-channel decomposition used as a step-level gated training reward is null, and corrected channel-drop ablations show no channel is individually necessary (p=1.0 throughout). The practitioner-facing finding is negative about judges and positive about admissibility, bound the judge's blast radius rather than trying to make it accurate.
Problem

Research questions and friction points this paper is trying to address.

LLM judge
reasoning pipelines
non-compensatory selection
evidence-based consensus
decision bounds
Innovation

Methods, ideas, or system contributions that make the work stand out.

Evidence-Locked Decision Rule
Non-Compensatory Selection
LLM Judge Bounding
Derive-Gate-Repair
Reasoning Pipeline Robustness