Research Papers 论文研究 5h ago Updated 37m ago 更新于 37分钟前 45

Training-Time Explainability for Multilingual Hate Speech Detection: Aligning Model Reasoning with Human Rationales 多语言仇恨言论检测的训练时可解释性:将模型推理与人类理由对齐

Proposes a training-time explainability framework that aligns model reasoning with human-annotated rationales for multilingual hate speech detection Evaluates on two datasets: HateXplain (English) and BullySent (Hinglish), targeting culturally coded anti-Muslim hate speech Uses multiple interpretability methods including LIME, Integrated Gradients, Grad X Input, and attention mechanisms to assess explanation quality Gradient- and attention-based regularization improve F-scores while enhancing bo 提出训练时解释性框架,通过将模型推理与人工标注的rationales对齐,提升多语言仇恨言论检测的可解释性 在HateXplain(英语)和BullySent(Hinglish)数据集上验证,针对反穆斯林社区的隐含文化编码仇恨言论 使用LIME、Integrated Gradients、Grad X Input和attention进行多维度评估,验证解释质量与分类性能 梯度与注意力正则化显著提升F分数,增强解释的合理性与忠实度,能捕捉文化特定线索 为多语言、文化敏感的内容审核系统提供了可解释AI的实践路径

58
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Proposes a training-time explainability framework that aligns model reasoning with human-annotated rationales for multilingual hate speech detection
  • Evaluates on two datasets: HateXplain (English) and BullySent (Hinglish), targeting culturally coded anti-Muslim hate speech
  • Uses multiple interpretability methods including LIME, Integrated Gradients, Grad X Input, and attention mechanisms to assess explanation quality
  • Gradient- and attention-based regularization improve F-scores while enhancing both plausibility and faithfulness of model explanations
  • Demonstrates that integrating explainability during training—not just post-hoc—enables detection of implicit, culturally specific hate cues

Why It Matters

This research addresses a critical gap in AI content moderation: the tension between model accuracy and interpretability when dealing with culturally nuanced, multilingual hate speech. For AI practitioners building moderation systems, it demonstrates that explainability can be baked into training to simultaneously boost performance and trustworthiness, rather than treating it as an afterthought.

Technical Details

  • Framework: Training-time explainability that regularizes model objectives using human-annotated rationales, aligning internal representations with human reasoning patterns
  • Datasets: HateXplain (English hate speech with explanations) and BullySent (Hinglish code-mixed dataset), both reflecting anti-Muslim hate speech patterns
  • Interpretability Methods: LIME (Local Interpretable Model-agnostic Explanations), Integrated Gradients, Grad X Input, and attention-based analysis for cross-method agreement evaluation
  • Evaluation Metrics: Classification F-scores, explanation plausibility, faithfulness, and cross-method consistency to measure both predictive and interpretive quality
  • Key Innovation: Gradient- and attention-based regularization terms added to the training loss to encourage the model to attend to culturally relevant linguistic cues

Industry Insight

  • Content moderation systems should prioritize training-time explainability over post-hoc methods to achieve both higher accuracy and genuine interpretability, especially for culturally sensitive domains
  • Multilingual and code-mixed datasets like BullySent represent an underexplored but critical frontier for hate speech detection, as a significant portion of online hate operates across language boundaries
  • The finding that explainability regularization improves F-scores challenges the common assumption that interpretability comes at the cost of performance—organizations can pursue both simultaneously

TL;DR

  • 提出训练时解释性框架,通过将模型推理与人工标注的rationales对齐,提升多语言仇恨言论检测的可解释性
  • 在HateXplain(英语)和BullySent(Hinglish)数据集上验证,针对反穆斯林社区的隐含文化编码仇恨言论
  • 使用LIME、Integrated Gradients、Grad X Input和attention进行多维度评估,验证解释质量与分类性能
  • 梯度与注意力正则化显著提升F分数,增强解释的合理性与忠实度,能捕捉文化特定线索
  • 为多语言、文化敏感的内容审核系统提供了可解释AI的实践路径

为什么值得看

本文针对当前AI内容审核系统在多语言仇恨言论检测中的关键痛点——缺乏文化敏感性和可解释性,提出了创新的训练时对齐方案。对于从事AI安全、内容审核或NLP研究的从业者,该工作展示了如何将人类推理过程融入模型训练,实现性能与可解释性的双重提升。

技术解析

  • 训练时解释性框架:不同于传统的事后解释方法,该框架在模型训练阶段即引入解释性约束,使模型内部推理过程与人工标注的rationales对齐,从而在提升分类性能的同时增强可解释性。
  • 多语言数据集评估:在HateXplain(英语)和BullySent(Hinglish混合语)两个数据集上验证,覆盖英语和印地语-英语混合语境,反映反穆斯林仇恨言论的多语言特征。
  • 多维度解释评估:采用LIME、Integrated Gradients、Grad X Input和attention四种解释方法,从准确性、解释质量、方法间一致性三个维度进行全面评估。
  • 正则化技术:通过梯度正则化和注意力正则化,引导模型关注与文化背景相关的语言特征,有效捕捉隐含的反穆斯林仇恨表达。

行业启示

  • 文化敏感性是内容审核的核心挑战:仇恨言论常以文化编码形式出现,传统AI系统因缺乏社会文化语境理解而易产生偏见、过度审查或审查不足,需将文化认知融入模型设计。
  • 训练时解释性优于事后解释:将可解释性约束引入训练阶段,比训练后添加解释模块更能保证模型推理与人类价值观的一致性,为可信AI提供新范式。
  • 多语言内容审核需差异化策略:针对不同语言混合场景(如Hinglish),需开发专门的数据集和评估方法,单一语言模型难以覆盖跨文化仇恨表达。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Training 训练 Alignment 对齐 Evaluation 评测 Research 科学研究 Security 安全