paper-with-me

홈 › Papers

HateModerate: Testing Hate Speech Detectors against Content Moderation Policies

2023-07-23 · Jiangrui Zheng, Xueqing Liu, Guanqun Yang, Mirazul Haque, Xing Qian, Ravishka Rathnasuriya, Wei Yang, Girish Budhrani

To protect users from massive hateful content, existing works studied automated hate speech detection. Despite the existing efforts, one question remains: do automated hate speech detectors conform to social media content policies? A platform's content policies are a checklist of content moderated by the social media platform. Because content moderation rules are often uniquely defined, existing hate speech datasets cannot directly answer this question. This work seeks to answer this question by creating HateModerate, a dataset for testing the behaviors of automated content moderators against content policies. First, we engage 28 annotators and GPT in a six-step annotation process, resulting in a list of hateful and non-hateful test suites matching each of Facebook's 41 hate speech policies. Second, we test the performance of state-of-the-art hate speech detectors against HateModerate, revealing substantial failures these models have in their conformity to the policies. Third, using HateModerate, we augment the training data of a top-downloaded hate detector on HuggingFace. We observe significant improvement in the models' conformity to content policies while having comparable scores on the original test data. Our dataset and code can be found in the attachment.

📄 PDF Abstract BibTeX arXiv:2307.12418

Code (1)

stevens-textmining/hatemoderate 공식 구현 pytorch

Tasks

Hate Speech Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

HateBench: Benchmarking Hate Speech Detectors on LLM-Generated Content and Hate Campaigns

2025-01-28 · Xinyue Shen, Yixin Wu, Yiting Qu, Michael Backes 외

Large Language Models (LLMs) have raised increasing concerns about their misuse in generating hate speech. Among all the efforts to address this issue, hate speech detectors play a crucial role. However, the effectivenes…

Adversarial AttackBenchmarkingHate Speech Detection

A study of text representations in Hate Speech Detection

2021-02-08 · Chrysoula Themeli, George Giannakopoulos, Nikiforos Pittaras

The pervasiveness of the Internet and social media have enabled the rapid and anonymous spread of Hate Speech content on microblogging platforms such as Twitter. Current EU and US legislation against hateful language, in…

Abusive LanguageHate Speech DetectionWord Embeddings

Fight Fire with Fire: Fine-tuning Hate Detectors using Large Samples of Generated Hate Speech

2021-09-01 · Findings (EMNLP) 2021 11 · Tomer Wullach, Amir Adler, Einat Minkov

Automatic hate speech detection is hampered by the scarcity of labeled datasetd, leading to poor generalization. We employ pretrained language models (LMs) to alleviate this data bottleneck. We utilize the GPT LM for gen…

Hate Speech Detection

sthruggle at SemEval-2019 Task 5: An Ensemble Approach to Hate Speech Detection

2019-06-01 · SEMEVAL 2019 6 · Aria Nourbakhsh, Frida Vermeer, Gijs Wiltvank, Rob van der Goot

In this paper, we present our approach to detection of hate speech against women and immigrants in tweets for our participation in the SemEval-2019 Task 5. We trained an SVM and an RF classifier using character bi- and t…

Hate Speech DetectionWord Embeddings

Hate Speech Targets Detection in Parler using BERT

2023-04-03 · Nadav Schneider, Shimon Shouei, Saleem Ghantous, Elad Feldman

Online social networks have become a fundamental component of our everyday life. Unfortunately, these platforms are also a stage for hate speech. Popular social networks have regularized rules against hate speech. Conseq…

Hate Speech Detection