On Efficient and Statistical Quality Estimation for Data Annotation
Jan-Christoph Klie, Juan Haladjian, Marc Kirchner, Rahul Nair
TL;DR
The paper addresses the challenge of efficiently estimating annotation quality without inspecting the entire dataset. It develops two statistically grounded approaches: exact confidence-interval-based sample-size calculations for error-rate estimation and acceptance sampling to decide batch quality, potentially reducing observations by up to 50% while preserving guarantees. The authors provide theoretical analyses, practical plans (single, double, and sequential sampling), and a Python package, and they validate the methods on real NLP datasets. The findings indicate that acceptance sampling, particularly sequential sampling with curtailment, can offer substantial inspection savings while maintaining statistical rigor, making it a viable alternative to conventional error-rate estimation in data annotation workflows.
Abstract
Annotated datasets are an essential ingredient to train, evaluate, compare and productionalize supervised machine learning models. It is therefore imperative that annotations are of high quality. For their creation, good quality management and thereby reliable quality estimates are needed. Then, if quality is insufficient during the annotation process, rectifying measures can be taken to improve it. Quality estimation is often performed by having experts manually label instances as correct or incorrect. But checking all annotated instances tends to be expensive. Therefore, in practice, usually only subsets are inspected; sizes are chosen mostly without justification or regard to statistical power and more often than not, are relatively small. Basing estimates on small sample sizes, however, can lead to imprecise values for the error rate. Using unnecessarily large sample sizes costs money that could be better spent, for instance on more annotations. Therefore, we first describe in detail how to use confidence intervals for finding the minimal sample size needed to estimate the annotation error rate. Then, we propose applying acceptance sampling as an alternative to error rate estimation We show that acceptance sampling can reduce the required sample sizes up to 50% while providing the same statistical guarantees.
