LLM Judges Can Be Too Generous When There Is No Reference Answer
Summary
The study "LLM Judges Can Be Too Generous When There Is No Reference Answer" investigates the reliability of LLM judges in evaluating open-ended model responses, particularly in reference-free settings. Researchers developed a two-stage pipeline involving calibration and sensitivity experiments across three languages (English, Arabic, Telugu) and two datasets (TyDi QA, MATA). Findings indicate that LLM judges tend to over-credit incorrect answers without a reference, with adding reference information flipping decisions by up to 85% in some cases. This effect is more pronounced in lower-resource languages like Telugu. Human annotation comparisons confirm that reference-driven changes generally align with human judgments, highlighting the need for calibration before deploying LLM judges in reference-free scenarios.
Key takeaway
For AI Scientists and Machine Learning Engineers deploying LLM judges for open-ended response evaluation, you must perform a two-stage calibration and sensitivity analysis. This process helps identify suitable LLM judges by revealing their tendency to over-credit in reference-free settings, especially for lower-resource languages. Incorporate a sample of ground-truth answers into your evaluation pipeline. This ensures judge reliability and aligns verdicts more closely with human judgments before scaling to reference-free scenarios.
Key insights
LLM judges over-credit responses in reference-free settings, requiring calibration with ground-truth data for reliability.
Principles
- LLM judges over-credit without references.
- Reference visibility significantly alters verdicts.
- Calibration improves judge reliability.
Method
A two-stage pipeline: (a) calibration experiments assess judge knowledge of the task, and (b) sensitivity experiments measure impact of reference presence/position on judge performance.
In practice
- Calibrate LLM judges with gold-standard answers.
- Conduct sensitivity analysis for reference-free tasks.
- Use a JSON output format for judge verdicts.
Topics
- LLM Evaluation
- LLM-as-a-Judge
- Reference-Free Evaluation
- Multilingual NLP
- Calibration Techniques
- Bias Detection
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.