paper-with-me

홈 › Papers

Majority Vote Silences Minority Values: Annotator Disagreement at the Hate/Offensive Boundary in HateXplain

2026-06-27 · Joshua Muhumuza, Joab Ezra Agaba, Mercy Amiyo arxiv

Hate speech annotation pipelines routinely collapse annotator disagreement into majority vote labels before training. We show that this aggregation is not neutral: 42.6% of all annotator disagreement in HateXplain concentrates specifically at the hate/offensive boundary, a pattern consistent with annotators applying different thresholds for where hate begins (chi-squared = 135.199, df = 2, p < 0.0001). Both a hard-label BERT model (Model A) and a soft-label model (Model B) drop 22 percentage points in accuracy from agreed posts (~80%) to disagreement posts (~58%), confirmed at p < 0.0001. A per-annotator multi-head model (Model C) widens this gap further to 28 points while collapsing offensive disagreement accuracy to 0.245. Critically, Model A expresses significantly higher confidence on boundary case errors than Model C (0.710 vs. 0.495, p < 0.0001), meaning standard evaluation metrics will not detect the failure. Three downstream interventions of increasing sophistication all fail to recover boundary accuracy. We argue the problem is structural. Majority vote presents a contested judgment as ground truth, and models inherit that false certainty. The intervention must be upstream in annotation design.

📄 PDF Abstract BibTeX arXiv:2606.28772

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring the Influence of Label Aggregation on Minority Voices: Implications for Dataset Bias and Model Training

2024-12-05 · Mugdha Pandya, Nafise Sadat Moosavi, Diana Maynard

Resolving disagreement in manual annotation typically consists of removing unreliable annotators and using a label aggregation strategy such as majority vote or expert opinion to resolve disagreement. These may have the …

valid

Positionality-Weighted Aggregation Methods for Cumulative Voting

2020-08-20 · Takeshi Kato, Yasuhiro Asa, Misa Owa

Respecting minority opinions is vital in solving social problems. However, minority opinions are often ignored in general majority rules. To build consensus on pluralistic values and make social choices that consider min…

Minority Reports: Balancing Cost and Quality in Ground Truth Data Annotation

2025-04-12 · Hsuan Wei Liao, Christopher Klugmann, Daniel Kondermann, Rafid Mahmood

High-quality data annotation is an essential but laborious and costly aspect of developing machine learning-based software. We explore the inherent tradeoff between annotation accuracy and cost by detecting and removing …

Autonomous Driving

Beyond Majority Voting: Agreement-Based Clustering to Model Annotator Perspectives in Subjective NLP Tasks

2026-05-11 · Tadesse Destaw Belay, Ibrahim Said Ahmad, Idris Abdulmumin, Abinew Ali Ayele 외 arxiv

Disagreement in annotation is a common phenomenon in the development of NLP datasets and serves as a valuable source of insight. While majority voting remains the dominant strategy for aggregating labels, recent work has…

Emotion ClassificationHate Speech DetectionSentiment Analysis

STABLEVAL: Disagreement-Aware and Stable Evaluation of AI Systems

2026-05-04 · Akash Bonagiri, Gerard Janno Anderias, Saee Patil, Angelina Lai 외 arxiv

Human evaluation remains the primary standard for assessing modern AI systems, yet annotator disagreement, bias, and variability make system rankings fragile under standard majority vote aggregation. Majority vote discar…