错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

The Reliability Fallacy: How Label Ambiguity Undermines AI Hate Speech Detection

  • Hailiang Wang,
  • Yixiang Li,
  • Yijun Gao,
  • Meng-Ju Kuo,
  • Shuo Xu

摘要

Automated content moderation is a critical AI security task. However, models often fail in the nuanced, subjective task of distinguish- ing “hate” from “offensive” speech. The influential ‘HateXplain‘ bench- mark (Mathew et al., 2021) attributed this poor performance to a lack of model explain- ability, proposing rationale-based training as a solution. In this paper, we challenge this premise. We hypothesize that the models’ unreliabil- ity stems from a more fundamental, unaddressed security flaw: a cri- sis of data integrity caused by high label ambiguity. The original dataset relies on a “majority vote” to assign ground-truth labels, which masks significant annotator disagreement and introduces noise (Mathew et al., 2021). To test our hypothesis, we isolate this variable. We partition the ‘HateX- plain‘ dataset into two cohorts: (1) a “noisy” Majority-Label set (using standard 2–1 majority votes) and (2) a “clean” Pure-Label set (using only 3–0 unanimous-consensus votes). We then rigorously benchmark five models (Logistic Regression, Random Forest, LightGBM, GRU, and AL- BERT) on both datasets. Our results are conclusive. All models trained on the “Pure-Label” data achieved statistically significant and substan- tially higher performance. The ALBERT model’s weighted F1-score, for instance, rose from 0.7447 on the “noisy” data to 0.8126 on the “clean” data. This demonstrates that label ambiguity is a more dominant per- formance bottleneck than the architectural factors previously considered. We conclude that for building secure and reliable AI safety systems, ad- dressing foundational data integrity and label consensus is a more critical challenge than model-level explainability.