Reassessing Extractive QA Datasets at Scale: LLM-as-a-Judge and In-Depth Analyses
Summary
A systematic study published in July 2026 reassesses extractive Question Answering (QA) dataset evaluation, highlighting the limitations of traditional Exact Match (EM) and F1-score metrics. Researchers conducted a comprehensive analysis of "LLM-as-a-judge" across four extractive QA datasets, employing various prompt variations and multiple Large Language Model (LLM) families in both answering and judging capacities. The study found that LLM-as-a-judge judgments correlate significantly more strongly with human evaluations (up to 0.85 with open-source models) compared to EM (0.22) and F1 (0.40). Further analysis revealed LLM-as-a-judge excels with number-related answers but struggles with complex types like job titles. Notably, no self-preference bias was observed, and prompt phrasing had minimal impact, with zero-shot, context-free judging often yielding optimal performance.
Key takeaway
For Machine Learning Engineers evaluating extractive QA models, relying solely on Exact Match and F1-score metrics provides an incomplete and often misleading picture of true model performance. You should integrate LLM-as-a-judge into your evaluation pipeline to achieve correlations with human judgment up to 0.85, significantly surpassing traditional metrics. Consider implementing zero-shot, context-free judging prompts for optimal results, especially when dealing with number-related answers, where LLMs demonstrate particular strength.
Key insights
LLM-as-a-judge significantly improves extractive QA evaluation by aligning better with human judgment than traditional metrics.
Principles
- LLM-as-a-judge correlates highly with human QA evaluation.
- Traditional EM and F1 metrics poorly reflect true QA performance.
- Self-preference bias is absent in LLM QA judging.
Method
Systematic study of LLM-as-a-judge across four extractive QA datasets, varying prompts and LLM families in both answering and judging roles.
In practice
- Use LLM-as-a-judge for more accurate QA evaluation.
- Prioritize zero-shot, context-free judging prompts.
- Expect better LLM judging on numerical answers.
Topics
- Extractive Question Answering
- LLM-as-a-Judge
- Evaluation Metrics
- Large Language Models
- Natural Language Processing
- Human Evaluation Correlation
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.