paper-with-me

Papers

Fine-tuning of Pre-trained Transformers for Hate, Offensive, and Profane Content Detection in English and Marathi

2021-10-25 · Anna Glazkova, Michael Kadantsev, Maksim Glazkov

This paper describes neural models developed for the Hate Speech and Offensive Content Identification in English and Indo-Aryan Languages Shared Task 2021. Our team called neuro-utmn-thales participated in two tasks on binary and fine-grained classification of English tweets that contain hate, offensive, and profane content (English Subtasks A & B) and one task on identification of problematic content in Marathi (Marathi Subtask A). For English subtasks, we investigate the impact of additional corpora for hate speech detection to fine-tune transformer models. We also apply a one-vs-rest approach based on Twitter-RoBERTa to discrimination between hate, profane and offensive posts. Our models ranked third in English Subtask A with the F1-score of 81.99% and ranked second in English Subtask B with the F1-score of 65.77%. For the Marathi tasks, we propose a system based on the Language-Agnostic BERT Sentence Embedding (LaBSE). This model achieved the second result in Marathi Subtask A obtaining an F1 of 88.08%.

📄 PDF Abstract BibTeX arXiv:2110.12687

Code (1)

ixomaxip/hasoc 공식 구현

Tasks

Hate Speech DetectionSentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
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$…
Residual Connection 설명 없음
WordPiece 설명 없음
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 제목 키워드 기반

Leveraging Affective Bidirectional Transformers for Offensive Language Detection

2020-05-16 · LREC 2020 5 · AbdelRahim Elmadany, Chiyu Zhang, Muhammad Abdul-Mageed, Azadeh Hashemi

Social media are pervasive in our life, making it necessary to ensure safe online experiences by detecting and removing offensive and hate speech. In this work, we report our submission to the Offensive Language and hate…

Data AugmentationFeature EngineeringHate Speech Detection

Using Transfer-based Language Models to Detect Hateful and Offensive Language Online

2020-11-01 · EMNLP (ALW) 2020 11 · Vebjørn Isaksen, Björn Gambäck

Distinguishing hate speech from non-hate offensive language is challenging, as hate speech not always includes offensive slurs and offensive language not always express hate. Here, four deep learners based on the Bidirec…

How Hateful are Movies? A Study and Prediction on Movie Subtitles

2021-08-19 · KONVENS (WS) 2021 9 · Niklas von Boguszewski, Sana Moin, Anirban Bhowmick, Seid Muhie Yimam 외

In this research, we investigate techniques to detect hate speech in movies. We introduce a new dataset collected from the subtitles of six movies, where each utterance is annotated either as hate, offensive or normal. W…

Domain AdaptationTransfer Learning

Harnessing Pre-Trained Sentence Transformers for Offensive Language Detection in Indian Languages

2023-10-03 · Ananya Joshi, Raviraj Joshi

In our increasingly interconnected digital world, social media platforms have emerged as powerful channels for the dissemination of hate speech and offensive content. This work delves into the domain of hate speech detec…

Hate Speech DetectionSentencetext-classificationText Classification

Offensive Language and Hate Speech Detection with Deep Learning and Transfer Learning

2021-08-06 · Bencheng Wei, Jason Li, Ajay Gupta, Hafiza Umair 외

Toxic online speech has become a crucial problem nowadays due to an exponential increase in the use of internet by people from different cultures and educational backgrounds. Differentiating if a text message belongs to …

Data AugmentationHate Speech DetectionLanguage Modellingtext-classification+2