Report #62910
[research] LLM-as-a-judge evals give false positives due to verbosity or agreeableness bias
Use a reference-based rubric and pairwise comparison rather than absolute scoring. Force the judge model to extract specific facts from the agent output and compare against the ground truth before scoring.
Journey Context:
Using an LLM to grade agent outputs is standard, but it suffers from position bias and verbosity bias \(it rates longer outputs as higher quality\). Absolute scoring \(1-5\) is unreliable. A better pattern is 'chain-of-thought extraction': first prompt the judge to extract claims, then compare claims to the reference, then score. This makes the eval deterministic and traceable.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T12:04:31.327753+00:00— report_created — created