paper-with-me

홈 › Papers

Hate speech detection using static BERT embeddings

2021-06-29 · Gaurav Rajput, Narinder Singh Punn, Sanjay Kumar Sonbhadra, Sonali Agarwal

With increasing popularity of social media platforms hate speech is emerging as a major concern, where it expresses abusive speech that targets specific group characteristics, such as gender, religion or ethnicity to spread violence. Earlier people use to verbally deliver hate speeches but now with the expansion of technology, some people are deliberately using social media platforms to spread hate by posting, sharing, commenting, etc. Whether it is Christchurch mosque shootings or hate crimes against Asians in west, it has been observed that the convicts are very much influenced from hate text present online. Even though AI systems are in place to flag such text but one of the key challenges is to reduce the false positive rate (marking non hate as hate), so that these systems can detect hate speech without undermining the freedom of expression. In this paper, we use ETHOS hate speech detection dataset and analyze the performance of hate speech detection classifier by replacing or integrating the word embeddings (fastText (FT), GloVe (GV) or FT + GV) with static BERT embeddings (BE). With the extensive experimental trails it is observed that the neural network performed better with static BE compared to using FT, GV or FT + GV as word embeddings. In comparison to fine-tuned BERT, one metric that significantly improved is specificity.

📄 PDF Abstract BibTeX arXiv:2106.15537

Code (0)

등록된 구현이 없습니다.

Tasks

Hate Speech DetectionSpecificityWord Embeddings

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
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…

Similar Papers 제목 키워드 기반

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

Mono vs Multilingual BERT for Hate Speech Detection and Text Classification: A Case Study in Marathi

2022-04-19 · Abhishek Velankar, Hrushikesh Patil, Raviraj Joshi

Transformers are the most eminent architectures used for a vast range of Natural Language Processing tasks. These models are pre-trained over a large text corpus and are meant to serve state-of-the-art results over tasks…

ArticlesClassificationHate Speech DetectionSentence+5

Hate and Offensive Speech Detection in Hindi and Marathi

2021-10-23 · Abhishek Velankar, Hrushikesh Patil, Amol Gore, Shubham Salunke 외

Sentiment analysis is the most basic NLP task to determine the polarity of text data. There has been a significant amount of work in the area of multilingual text as well. Still hate and offensive speech detection faces …

Sentiment Analysistext-classificationText ClassificationWord Embeddings

Comparative Analysis of Machine Learning and Deep Learning Algorithms for Detection of Online Hate Speech

2021-04-23 · Tashvik Dhamija, Anjum, Rahul Katarya

In the day and age of social media, users have become prone to online hate speech. Several attempts have been made to classify hate speech using machine learning but the state-of-the-art models are not robust enough for …

Feature EngineeringSentenceSentence Embeddings

Character-level HyperNetworks for Hate Speech Detection

2021-11-11 · Tomer Wullach, Amir Adler, Einat Minkov

The massive spread of hate speech, hateful content targeted at specific subpopulations, is a problem of critical social importance. Automated methods of hate speech detection typically employ state-of-the-art deep learni…

Data AugmentationHate Speech Detection