paper-with-me

Papers

HateBERT: Retraining BERT for Abusive Language Detection in English

2020-10-23 · ACL (WOAH) 2021 8 · Tommaso Caselli, Valerio Basile, Jelena Mitrović, Michael Granitzer

In this paper, we introduce HateBERT, a re-trained BERT model for abusive language detection in English. The model was trained on RAL-E, a large-scale dataset of Reddit comments in English from communities banned for being offensive, abusive, or hateful that we have collected and made available to the public. We present the results of a detailed comparison between a general pre-trained language model and the abuse-inclined version obtained by retraining with posts from the banned communities on three English datasets for offensive, abusive language and hate speech detection tasks. In all datasets, HateBERT outperforms the corresponding general BERT model. We also discuss a battery of experiments comparing the portability of the generic pre-trained language model and its corresponding abusive language-inclined counterpart across the datasets, indicating that portability is affected by compatibility of the annotated phenomena.

📄 PDF Abstract BibTeX arXiv:2010.12472

Code (1)

tommasoc80/HateBERT 공식 구현

Tasks

Abusive LanguageHate Speech DetectionLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Multi-Head Attention 설명 없음
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…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

BanglaHateBERT: BERT for Abusive Language Detection in Bengali

2022-06-01 · ResTUP (LREC) 2022 6 · Md Saroar Jahan, Mainul Haque, Nabil Arhab, Mourad Oussalah

This paper introduces BanglaHateBERT, a retrained BERT model for abusive language detection in Bengali. The model was trained with a large-scale Bengali offensive, abusive, and hateful corpus that we have collected from …

Abusive LanguageLanguage ModelingLanguage Modelling

Code-Mixed Telugu-English Hate Speech Detection

2025-02-15 · Santhosh Kakarla, Gautama Shastry Bulusu Venkata

Hate speech detection in low-resource languages like Telugu is a growing challenge in NLP. This study investigates transformer-based models, including TeluguHateBERT, HateBERT, DeBERTa, Muril, IndicBERT, Roberta, and Hin…

Hate Speech DetectionMultilingual NLPTranslation

Can Attention-based Transformers Explain or Interpret Cyberbullying Detection?

2022-10-01 · TRAC (COLING) 2022 10 · Kanishk Verma, Tijana Milosevic, Brian Davis

Automated textual cyberbullying detection is known to be a challenging task. It is sometimes expected that messages associated with bullying will either be a) abusive, b) targeted at a specific individual or group, or c)…

Decision MakingTransfer Learning

Abusive and Threatening Language Detection in Urdu using Boosting based and BERT based models: A Comparative Approach

2021-11-27 · Mithun Das, Somnath Banerjee, Punyajoy Saha

Online hatred is a growing concern on many social media platforms. To address this issue, different social media platforms have introduced moderation policies for such content. They also employ moderators who can check t…

Abusive Language

Abusive Language Detection using Syntactic Dependency Graphs

2020-11-01 · EMNLP (ALW) 2020 11 · Kanika Narang, Chris Brew

Automated detection of abusive language online has become imperative. Current sequential models (LSTM) do not work well for long and complex sentences while bi-transformer models (BERT) are not computationally efficient …

Abusive Language