paper-with-me

Papers

Exploring Transformer Based Models to Identify Hate Speech and Offensive Content in English and Indo-Aryan Languages

2021-11-27 · Somnath Banerjee, Maulindu Sarkar, Nancy Agrawal, Punyajoy Saha, Mithun Das

Hate speech is considered to be one of the major issues currently plaguing online social media. Repeated and repetitive exposure to hate speech has been shown to create physiological effects on the target users. Thus, hate speech, in all its forms, should be addressed on these platforms in order to maintain good health. In this paper, we explored several Transformer based machine learning models for the detection of hate speech and offensive content in English and Indo-Aryan languages at FIRE 2021. We explore several models such as mBERT, XLMR-large, XLMR-base by team name "Super Mario". Our models came 2nd position in Code-Mixed Data set (Macro F1: 0.7107), 2nd position in Hindi two-class classification(Macro F1: 0.7797), 4th in English four-class category (Macro F1: 0.8006) and 12th in English two-class category (Macro F1: 0.6447).

📄 PDF Abstract BibTeX arXiv:2111.13974

Code (0)

등록된 구현이 없습니다.

Tasks

Position

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
mBERT mBERT
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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$…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Exploring multi-task multi-lingual learning of transformer models for hate speech and offensive speech identification in social media

2021-01-27 · Sudhanshu Mishra, Shivangi Prasad, Shubhanshu Mishra

Hate Speech has become a major content moderation issue for online social media platforms. Given the volume and velocity of online content production, it is impossible to manually moderate hate speech related content on …

Multi-Task LearningTranslation

Leveraging Multilingual Transformers for Hate Speech Detection

2021-01-08 · Sayar Ghosh Roy, Ujwal Narayan, Tathagata Raha, Zubair Abid 외

Detecting and classifying instances of hate in social media text has been a problem of interest in Natural Language Processing in the recent years. Our work leverages state of the art Transformer language models to ident…

feature selectionGeneral ClassificationHate Speech Detection

An Annotated Corpus of Arabic Tweets for Hate Speech Analysis

2025-05-17 · Md. Rafiul Biswas, Wajdi Zaghouani

Identifying hate speech content in the Arabic language is challenging due to the rich quality of dialectal variations. This study introduces a multilabel hate speech dataset in the Arabic language. We have collected 1000…

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…

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