Can Unconfident LLM Annotations Be Used for Confident Conclusions?
Kristina Gligorić, Tijana Zrnic, Cinoo Lee, Emmanuel J. Candès, Dan Jurafsky
TL;DR
This paper tackles the challenge of deriving valid statistical inferences in NLP when annotations are partially provided by large language models (LLMs). It introduces Confidence-Driven Inference, an adaptive framework that uses LLM annotations and calibrated verbalized confidence to guide selective human annotation with a budget constraint, producing an unbiased estimator $\hat{\theta}^{\mathrm{conf}}$ and a valid confidence interval at level $1-\alpha$. By training a per-instance error predictor from LLM confidence and sampling accordingly, the method achieves substantial gains in effective sample size while maintaining coverage, outperforming non-adaptive and human-only baselines across five targets in politeness, stance, and political bias. The approach is model-free and broadly applicable to standard NLP estimation tasks, enabling cost-effective yet statistically valid inferences in computational social science and beyond.
Abstract
Large language models (LLMs) have shown high agreement with human raters across a variety of tasks, demonstrating potential to ease the challenges of human data collection. In computational social science (CSS), researchers are increasingly leveraging LLM annotations to complement slow and expensive human annotations. Still, guidelines for collecting and using LLM annotations, without compromising the validity of downstream conclusions, remain limited. We introduce Confidence-Driven Inference: a method that combines LLM annotations and LLM confidence indicators to strategically select which human annotations should be collected, with the goal of producing accurate statistical estimates and provably valid confidence intervals while reducing the number of human annotations needed. Our approach comes with safeguards against LLM annotations of poor quality, guaranteeing that the conclusions will be both valid and no less accurate than if we only relied on human annotations. We demonstrate the effectiveness of Confidence-Driven Inference over baselines in statistical estimation tasks across three CSS settings--text politeness, stance, and bias--reducing the needed number of human annotations by over 25% in each. Although we use CSS settings for demonstration, Confidence-Driven Inference can be used to estimate most standard quantities across a broad range of NLP problems.
