paper-with-me

Papers

Contextual Hate Speech Detection in Code Mixed Text using Transformer Based Approaches

2021-10-18 · Ravindra Nayak, Raviraj Joshi

In the recent past, social media platforms have helped people in connecting and communicating to a wider audience. But this has also led to a drastic increase in cyberbullying. It is essential to detect and curb hate speech to keep the sanity of social media platforms. Also, code mixed text containing more than one language is frequently used on these platforms. We, therefore, propose automated techniques for hate speech detection in code mixed text from scraped Twitter. We specifically focus on code mixed English-Hindi text and transformer-based approaches. While regular approaches analyze the text independently, we also make use of content text in the form of parent tweets. We try to evaluate the performances of multilingual BERT and Indic-BERT in single-encoder and dual-encoder settings. The first approach is to concatenate the target text and context text using a separator token and get a single representation from the BERT model. The second approach encodes the two texts independently using a dual BERT encoder and the corresponding representations are averaged. We show that the dual-encoder approach using independent representations yields better performance. We also employ simple ensemble methods to further improve the performance. Using these methods we report the best F1 score of 73.07% on the HASOC 2021 ICHCL code mixed data set.

📄 PDF Abstract BibTeX arXiv:2110.09338

Code (0)

등록된 구현이 없습니다.

Tasks

Hate Speech Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
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$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

A Dataset of Hindi-English Code-Mixed Social Media Text for Hate Speech Detection

2018-06-01 · WS 2018 6 · Aditya Bohra, Deepanshu Vijay, Vinay Singh, Syed Sarfaraz Akhtar 외

Hate speech detection in social media texts is an important Natural language Processing task, which has several crucial applications like sentiment analysis, investigating cyberbullying and examining socio-political cont…

General ClassificationHate Speech DetectionSentiment Analysis

Role of Artificial Intelligence in Detection of Hateful Speech for Hinglish Data on Social Media

2021-05-11 · Ananya Srivastava, Mohammed Hasan, Bhargav Yagnik, Rahee Walambe 외

Social networking platforms provide a conduit to disseminate our ideas, views and thoughts and proliferate information. This has led to the amalgamation of English with natively spoken languages. Prevalence of Hindi-Engl…

Hate Speech Detection

A Comparative Study of Different State-of-the-Art Hate Speech Detection Methods in Hindi-English Code-Mixed Data

2020-05-01 · LREC 2020 5 · Priya Rani, Shardul Suryawanshi, Koustava Goswami, Bharathi Raja Chakravarthi 외

Hate speech detection in social media communication has become one of the primary concerns to avoid conflicts and curb undesired activities. In an environment where multilingual speakers switch among multiple languages, …

Hate Speech Detection

Hate Speech Detection from Code-mixed Hindi-English Tweets Using Deep Learning Models

2018-11-13 · Satyajit Kamble, Aditya Joshi

This paper reports an increment to the state-of-the-art in hate speech detection for English-Hindi code-mixed tweets. We compare three typical deep learning models using domain-specific embeddings. On experimenting with …

Hate Speech Detection

On Importance of Code-Mixed Embeddings for Hate Speech Identification

2024-11-27 · Shruti Jagdale, Omkar Khade, Gauri Takalikar, Mihir Inamdar 외

Code-mixing is the practice of using two or more languages in a single sentence, which often occurs in multilingual communities such as India where people commonly speak multiple languages. Classic NLP tools, trained on …

Hate Speech DetectionSentence