CLMar 4, 2024

VariErr NLI: Separating Annotation Error from Human Label Variation

arXiv:2403.01931v253 citationsh-index: 32ACL
AI Analysis

This work addresses a foundational issue in NLP for improving dataset quality and system trustworthiness, though it is incremental as it builds on existing error detection and variation studies.

The paper tackles the problem of distinguishing annotation errors from valid human label variation in NLP benchmarks, introducing the VariErr dataset for NLI and finding that GPT-4 outperforms automatic error detection methods but still lags behind human performance.

Human label variation arises when annotators assign different labels to the same item for valid reasons, while annotation errors occur when labels are assigned for invalid reasons. These two issues are prevalent in NLP benchmarks, yet existing research has studied them in isolation. To the best of our knowledge, there exists no prior work that focuses on teasing apart error from signal, especially in cases where signal is beyond black-and-white. To fill this gap, we introduce a systematic methodology and a new dataset, VariErr (variation versus error), focusing on the NLI task in English. We propose a 2-round annotation procedure with annotators explaining each label and subsequently judging the validity of label-explanation pairs. VariErr contains 7,732 validity judgments on 1,933 explanations for 500 re-annotated MNLI items. We assess the effectiveness of various automatic error detection (AED) methods and GPTs in uncovering errors versus human label variation. We find that state-of-the-art AED methods significantly underperform GPTs and humans. While GPT-4 is the best system, it still falls short of human performance. Our methodology is applicable beyond NLI, offering fertile ground for future research on error versus plausible variation, which in turn can yield better and more trustworthy NLP systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes