paper-with-me

Papers

AmpleHate: Amplifying the Attention for Versatile Implicit Hate Detection

2025-05-26 · Yejin Lee, Joonghyuk Hahn, Hyeseon Ahn, Yo-Sub Han

Implicit hate speech detection is challenging due to its subtlety and reliance on contextual interpretation rather than explicit offensive words. Current approaches rely on contrastive learning, which are shown to be effective on distinguishing hate and non-hate sentences. Humans, however, detect implicit hate speech by first identifying specific targets within the text and subsequently interpreting how these target relate to their surrounding context. Motivated by this reasoning process, we propose AmpleHate, a novel approach designed to mirror human inference for implicit hate detection. AmpleHate identifies explicit target using a pretrained Named Entity Recognition model and capture implicit target information via [CLS] tokens. It computes attention-based relationships between explicit, implicit targets and sentence context and then, directly injects these relational vectors into the final sentence representation. This amplifies the critical signals of target-context relations for determining implicit hate. Experiments demonstrate that AmpleHate achieves state-of-the-art performance, outperforming contrastive learning baselines by an average of 82.14% and achieve faster convergence. Qualitative analyses further reveal that attention patterns produced by AmpleHate closely align with human judgement, underscoring its interpretability and robustness.

📄 PDF Abstract BibTeX arXiv:2505.19528

Code (1)

leeyejin1231/amplehate 공식 구현 pytorch

Tasks

Contrastive LearningHate Speech Detectionnamed-entity-recognitionNamed Entity RecognitionSentence

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Contrastive Learning 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Leveraging World Knowledge in Implicit Hate Speech Detection

2022-12-28 · Jessica Lin

While much attention has been paid to identifying explicit hate speech, implicit hateful expressions that are disguised in coded or indirect language are pervasive and remain a major challenge for existing hate speech de…

Entity LinkingHate Speech DetectionWorld Knowledge

Generalizable Implicit Hate Speech Detection Using Contrastive Learning

2022-10-01 · COLING 2022 10 · Youngwook Kim, Shinwoo Park, Yo-Sub Han

Hate speech detection has gained increasing attention with the growing prevalence of hateful contents. When a text contains an obvious hate word or expression, it is fairly easy to detect it. However, it is challenging t…

Contrastive LearningHate Speech Detection

Latent Hatred: A Benchmark for Understanding Implicit Hate Speech

2021-09-11 · EMNLP 2021 11 · Mai ElSherief, Caleb Ziems, David Muchlinski, Vaishnavi Anupindi 외

Hate speech has grown significantly on social media, causing serious consequences for victims of all demographics. Despite much attention being paid to characterize and detect discriminatory speech, most work has focused…

Hate Speech According to the Law: An Analysis for Effective Detection

2024-12-09 · Katerina Korre, John Pavlopoulos, Paolo Gajo, Alberto Barrón-Cedeño

The issue of hate speech extends beyond the confines of the online realm. It is a problem with real-life repercussions, prompting most nations to formulate legal frameworks that classify hate speech as a punishable offen…

ImpliHateVid: A Benchmark Dataset and Two-stage Contrastive Learning Framework for Implicit Hate Speech Detection in Videos

2025-08-07 · Mohammad Zia Ur Rehman, Anukriti Bhatnagar, Omkar Kabde, Shubhi Bansal 외 arxiv

The existing research has primarily focused on text and image-based hate speech detection, video-based approaches remain underexplored. In this work, we introduce a novel dataset, ImpliHateVid, specifically curated for i…

Hate Speech DetectionContrastive Learning