paper-with-me

홈 › Papers

Toxic Language Detection in Social Media for Brazilian Portuguese: New Dataset and Multilingual Analysis

2020-10-09 · Asian Chapter of the Association for Computational Linguistics 2020 · João A. Leite, Diego F. Silva, Kalina Bontcheva, Carolina Scarton

Hate speech and toxic comments are a common concern of social media platform users. Although these comments are, fortunately, the minority in these platforms, they are still capable of causing harm. Therefore, identifying these comments is an important task for studying and preventing the proliferation of toxicity in social media. Previous work in automatically detecting toxic comments focus mainly in English, with very few work in languages like Brazilian Portuguese. In this paper, we propose a new large-scale dataset for Brazilian Portuguese with tweets annotated as either toxic or non-toxic or in different types of toxicity. We present our dataset collection and annotation process, where we aimed to select candidates covering multiple demographic groups. State-of-the-art BERT models were able to achieve 76% macro-F1 score using monolingual data in the binary case. We also show that large-scale monolingual data is still needed to create more accurate models, despite recent advances in multilingual approaches. An error analysis and experiments with multi-label classification show the difficulty of classifying certain types of toxic comments that appear less frequently in our data and highlights the need to develop models that are aware of different categories of toxicity.

📄 PDF Abstract BibTeX arXiv:2010.04543

Code (1)

JAugusto97/ToLD-Br 공식 구현

Tasks

Hate Speech DetectionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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…
WordPiece 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

"Harmless to You, Hurtful to Me!": Investigating the Detection of Toxic Languages Grounded in the Perspective of Youth

2025-08-04 · Yaqiong Li, Peng Zhang, Lin Wang, Hansu Gu 외 arxiv

Risk perception is subjective, and youth's understanding of toxic content differs from that of adults. Although previous research has conducted extensive studies on toxicity detection in social media, the investigation o…

Textual Toxicity in Social Media: Understanding the Bangla Toxic Language Expressed in Facebook Comment

2023-12-09 · Mohammad Mamun Or Rashid

Social Media is a repository of digital literature including user-generated content. The users of social media are expressing their opinion with diverse mediums such as text, emojis, memes, and also through other visual …

HateBR: Large expert annotated corpus of Brazilian Instagram comments for abusive language detection

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Due to the severity of the social media abusive comments in Brazil, and the lack of research in Portuguese, this paper provides the first large-scale annotated corpus of Brazilian Instagram comments for hate speech and o…

Abusive LanguageBinary Classification

ToxicChat: Unveiling Hidden Challenges of Toxicity Detection in Real-World User-AI Conversation

2023-10-26 · Zi Lin, Zihan Wang, Yongqi Tong, Yangkun Wang 외

Despite remarkable advances that large language models have achieved in chatbots, maintaining a non-toxic user-AI interactive environment has become increasingly critical nowadays. However, previous efforts in toxicity d…

Chatbot

Aanisha@TamilNLP-ACL2022:Abusive Detection in Tamil

2022-05-01 · DravidianLangTech (ACL) 2022 5 · Aanisha Bhattacharyya

In social media, there are instances where people present their opinions in strong language, resorting to abusive/toxic comments.There are instances of communal hatred, hate-speech, toxicity and bullying. And, in this ag…

Multi-class Classification