The Alternative Annotator Test for LLM-as-a-Judge: How to Statistically Justify Replacing Human Annotators with LLMs
Nitay Calderon, Roi Reichart, Rotem Dror
TL;DR
This work introduces the Alternative Annotator Test (alt-test), a principled statistical procedure to justify replacing human annotators with LLMs by comparing LLM alignments to a group of humans on a modest subset of data. It pairs a leave-one-annotator-out framework with a cost-benefit parameter ε and a paired t-test, controlling for multiple comparisons via Benjamini-Yekutieli to derive a winning rate that supports replacement when the LLM outperforms a majority of humans. The authors also define Average Advantage Probability (ρ) to compare LLM judges, and prove an optimal-jury result: under ACC and -RMSE scoring, an LLM-as-a-judge can emulate the majority or mean of human annotations, achieving ρ = 1. Across ten diverse datasets and multiple LLMs and prompting strategies, the alt-test demonstrates that LLMs can, in many cases, match or surpass human annotators, especially with few-shot prompting, while highlighting dataset- and task-specific limitations. The work provides guidelines, extensions for imbalanced or subjective labels, and a framework to promote rigorous, transparent use of LLM annotations in NLP and other applied fields.
Abstract
The "LLM-as-an-annotator" and "LLM-as-a-judge" paradigms employ Large Language Models (LLMs) as annotators, judges, and evaluators in tasks traditionally performed by humans. LLM annotations are widely used, not only in NLP research but also in fields like medicine, psychology, and social science. Despite their role in shaping study results and insights, there is no standard or rigorous procedure to determine whether LLMs can replace human annotators. In this paper, we propose a novel statistical procedure, the Alternative Annotator Test (alt-test), that requires only a modest subset of annotated examples to justify using LLM annotations. Additionally, we introduce a versatile and interpretable measure for comparing LLM annotators and judges. To demonstrate our procedure, we curated a diverse collection of ten datasets, consisting of language and vision-language tasks, and conducted experiments with six LLMs and four prompting techniques. Our results show that LLMs can sometimes replace humans with closed-source LLMs (such as GPT-4o), outperforming the open-source LLMs we examine, and that prompting techniques yield judges of varying quality. We hope this study encourages more rigorous and reliable practices.
