CLAIMay 11, 2023

When the Majority is Wrong: Modeling Annotator Disagreement for Subjective Tasks

arXiv:2305.06626v5176 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of accurately capturing minority perspectives in NLP tasks, which is crucial for fairness and representation, though it is an incremental improvement over existing methods.

The paper tackles the problem of annotator disagreement in subjective tasks like hate speech detection, where majority vote may misrepresent minority opinions, by modeling individual annotator ratings and target group opinions, resulting in a 22% improvement in predicting individual ratings and a 33% gain in predicting annotator variance.

Though majority vote among annotators is typically used for ground truth labels in natural language processing, annotator disagreement in tasks such as hate speech detection may reflect differences in opinion across groups, not noise. Thus, a crucial problem in hate speech detection is determining whether a statement is offensive to the demographic group that it targets, when that group may constitute a small fraction of the annotator pool. We construct a model that predicts individual annotator ratings on potentially offensive text and combines this information with the predicted target group of the text to model the opinions of target group members. We show gains across a range of metrics, including raising performance over the baseline by 22% at predicting individual annotators' ratings and by 33% at predicting variance among annotators, which provides a metric for model uncertainty downstream. We find that annotator ratings can be predicted using their demographic information and opinions on online content, without the need to track identifying annotator IDs that link each annotator to their ratings. We also find that use of non-invasive survey questions on annotators' online experiences helps to maximize privacy and minimize unnecessary collection of demographic information when predicting annotators' opinions.

Foundations

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

Your Notes