Reassessing Extractive QA Datasets at Scale: LLM-as-a-Judge and In-Depth Analyses

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.