Quantifying and Attributing Polarization to Annotator Groups
Dimitris Tsirmpas, John Pavlopoulos
TL;DR
This paper introduces apunim, a quantitative metric that attributes polarization in annotations to specific annotator subgroups, addressing the shortcomings of traditional agreement measures in imbalanced and multi-label settings. It combines apriori polarization with aposteriori attribution and provides a statistically rigorous p-value test to assess subgroup significance, enabling robust cross-dataset comparisons. Applying the method to toxicity and hate-speech datasets reveals that annotator race/ethnicity is a strong driver of polarization, with education and religiosity shaping intra-group and inter-group disagreement patterns. The authors provide an open-source library, discuss minimum annotator requirements, and highlight practical implications for annotation design and fairness in NLP tasks.
Abstract
Current annotation agreement metrics are not well-suited for inter-group analysis, are sensitive to group size imbalances and restricted to single-annotation settings. These restrictions render them insufficient for many subjective tasks such as toxicity and hate-speech detection. For this reason, we introduce a quantifiable metric, paired with a statistical significance test, that attributes polarization to various annotator groups. Our metric enables direct comparisons between heavily imbalanced sociodemographic and ideological subgroups across different datasets and tasks, while also enabling analysis on multi-label settings. We apply this metric to three datasets on hate speech, and one on toxicity detection, discovering that: (1) Polarization is strongly and persistently attributed to annotator race, especially on the hate speech task. (2) Religious annotators do not fundamentally disagree with each other, but do with other annotators, a trend that is gradually diminished and then reversed with irreligious annotators. (3) Less educated annotators are more subjective, while educated ones tend to broadly agree more between themselves. Overall, our results reflect current findings around annotation patterns for various subgroups. Finally, we estimate the minimum number of annotators needed to obtain robust results, and provide an open-source Python library that implements our metric.
