paper-with-me

Papers

Detecting White Supremacist Hate Speech using Domain Specific Word Embedding with Deep Learning and BERT

2020-10-01 · Hind Saleh Alatawi, Areej Maatog Alhothali, Kawthar Mustafa Moria

White supremacists embrace a radical ideology that considers white people superior to people of other races. The critical influence of these groups is no longer limited to social media; they also have a significant effect on society in many ways by promoting racial hatred and violence. White supremacist hate speech is one of the most recently observed harmful content on social media.Traditional channels of reporting hate speech have proved inadequate due to the tremendous explosion of information, and therefore, it is necessary to find an automatic way to detect such speech in a timely manner. This research investigates the viability of automatically detecting white supremacist hate speech on Twitter by using deep learning and natural language processing techniques. Through our experiments, we used two approaches, the first approach is by using domain-specific embeddings which are extracted from white supremacist corpus in order to catch the meaning of this white supremacist slang with bidirectional Long Short-Term Memory (LSTM) deep learning model, this approach reached a 0.74890 F1-score. The second approach is by using the one of the most recent language model which is BERT, BERT model provides the state of the art of most NLP tasks. It reached to a 0.79605 F1-score. Both approaches are tested on a balanced dataset given that our experiments were based on textual data only. The dataset was combined from dataset created from Twitter and a Stormfront dataset compiled from that white supremacist forum.

📄 PDF Abstract BibTeX arXiv:2010.00357

Code (0)

등록된 구현이 없습니다.

Tasks

Language 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$…
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 &…
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…
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…
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.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

A Weakly Supervised Classifier and Dataset of White Supremacist Language

2023-06-27 · Michael Miller Yoder, Ahmad Diab, David West Brown, Kathleen M. Carley

We present a dataset and classifier for detecting the language of white supremacist extremism, a growing issue in online hate speech. Our weakly supervised classifier is trained on large datasets of text from explicitly …

Hate Speech Dataset from a White Supremacy Forum

2018-09-12 · WS 2018 10 · Ona de Gibert, Naiara Perez, Aitor García-Pablos, Montse Cuadros

Hate speech is commonly defined as any communication that disparages a target group of people based on some characteristic such as race, colour, ethnicity, gender, sexual orientation, nationality, religion, or other char…

Hate Speech DetectionSentence

Detection of Hate Speech using BERT and Hate Speech Word Embedding with Deep Model

2021-11-02 · Hind Saleh, Areej Alhothali, Kawthar Moria

The enormous amount of data being generated on the web and social media has increased the demand for detecting online hate speech. Detecting hate speech will reduce their negative impact and influence on others. A lot of…

Binary ClassificationHate Speech DetectionLanguage ModelingLanguage Modelling+1

It's a Thin Line Between Love and Hate: Using the Echo in Modeling Dynamics of Racist Online Communities

2020-11-16 · Eyal Arviv, Simo Hanouna, Oren Tsur

The (((echo))) symbol -- triple parenthesis surrounding a name, made it to mainstream social networks in early 2016, with the intensification of the U.S. Presidential race. It was used by members of the alt-right, white …

TAG

Model-Agnostic Meta-Learning for Multilingual Hate Speech Detection

2023-03-04 · Md Rabiul Awal, Roy Ka-Wei Lee, Eshaan Tanwar, Tanmay Garg 외

Hate speech in social media is a growing phenomenon, and detecting such toxic content has recently gained significant traction in the research community. Existing studies have explored fine-tuning language models (LMs) t…

Cross-Lingual TransferDomain GeneralizationHate Speech DetectionMeta-Learning