Are LLMs Better than Reported? Detecting Label Errors and Mitigating Their Effect on Model Performance
Omer Nahum, Nitay Calderon, Orgad Keller, Idan Szpektor, Roi Reichart
TL;DR
Mislabeled data in NLP benchmarks distorts model evaluation and progress. The authors propose an ensemble of zero-shot LLMs to detect label errors by identifying high-confidence disagreements with original labels, followed by expert re-annotation or data cleaning. They demonstrate substantial label-error prevalence (6–21%) across TRUE datasets and SummEval, with higher LLM confidence yielding higher precision in error detection; correcting labels improves training performance by up to 4% and evaluation by up to 15% under accurate labeling. The work highlights scalable, cost-effective data-curation workflows that can tighten benchmark reliability and reshape perceptions of model capability, suggesting LLM-assisted validation as a core component of future NLP evaluation pipelines.
Abstract
NLP benchmarks rely on standardized datasets for training and evaluating models and are crucial for advancing the field. Traditionally, expert annotations ensure high-quality labels; however, the cost of expert annotation does not scale well with the growing demand for larger datasets required by modern models. While crowd-sourcing provides a more scalable solution, it often comes at the expense of annotation precision and consistency. Recent advancements in large language models (LLMs) offer new opportunities to enhance the annotation process, particularly for detecting label errors in existing datasets. In this work, we consider the recent approach of LLM-as-a-judge, leveraging an ensemble of LLMs to flag potentially mislabeled examples. We conduct a case study on four factual consistency datasets from the TRUE benchmark, spanning diverse NLP tasks, and on SummEval, which uses Likert-scale ratings of summary quality across multiple dimensions. We empirically analyze the labeling quality of existing datasets and compare expert, crowd-sourced, and LLM-based annotations in terms of the agreement, label quality, and efficiency, demonstrating the strengths and limitations of each annotation method. Our findings reveal a substantial number of label errors, which, when corrected, induce a significant upward shift in reported model performance. This suggests that many of the LLMs' so-called mistakes are due to label errors rather than genuine model failures. Additionally, we discuss the implications of mislabeled data and propose methods to mitigate them in training to improve performance.
