English

HARE: Explainable Hate Speech Detection with Step-by-Step Reasoning

Computation and Language 2023-11-23 v2

Abstract

With the proliferation of social media, accurate detection of hate speech has become critical to ensure safety online. To combat nuanced forms of hate speech, it is important to identify and thoroughly explain hate speech to help users understand its harmful effects. Recent benchmarks have attempted to tackle this issue by training generative models on free-text annotations of implications in hateful text. However, we find significant reasoning gaps in the existing annotations schemes, which may hinder the supervision of detection models. In this paper, we introduce a hate speech detection framework, HARE, which harnesses the reasoning capabilities of large language models (LLMs) to fill these gaps in explanations of hate speech, thus enabling effective supervision of detection models. Experiments on SBIC and Implicit Hate benchmarks show that our method, using model-generated data, consistently outperforms baselines, using existing free-text human annotations. Analysis demonstrates that our method enhances the explanation quality of trained models and improves generalization to unseen datasets. Our code is available at https://github.com/joonkeekim/hare-hate-speech.git.

Keywords

Cite

@article{arxiv.2311.00321,
  title  = {HARE: Explainable Hate Speech Detection with Step-by-Step Reasoning},
  author = {Yongjin Yang and Joonkee Kim and Yujin Kim and Namgyu Ho and James Thorne and Se-young Yun},
  journal= {arXiv preprint arXiv:2311.00321},
  year   = {2023}
}

Comments

Findings of EMNLP 2023; The first three authors contribute equally

R2 v1 2026-06-28T13:08:14.591Z