paper-with-me

Papers

Identifying Aggression and Toxicity in Comments using Capsule Network

2018-08-01 · COLING 2018 8 · Saurabh Srivastava, Prerna Khurana, Vartika Tewari

Aggression and related activities like trolling, hate speech etc. involve toxic comments in various forms. These are common scenarios in today{'}s time and websites react by shutting down their comment sections. To tackle this, an algorithmic solution is preferred to human moderation which is slow and expensive. In this paper, we propose a single model capsule network with focal loss to achieve this task which is suitable for production environment. Our model achieves competitive results over other strong baseline methods, which show its effectiveness and that focal loss exhibits significant improvement in such cases where class imbalance is a regular issue. Additionally, we show that the problem of extensive data preprocessing, data augmentation can be tackled by capsule networks implicitly. We achieve an overall ROC AUC of 98.46 on Kaggle-toxic comment dataset and show that it beats other architectures by a good margin. As comments tend to be written in more than one language, and transliteration is a common problem, we further show that our model handles this effectively by applying our model on TRAC shared task dataset which contains comments in code-mixed Hindi-English.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationTransliterationWord Embeddings

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Detecting Aggression and Toxicity using a Multi Dimension Capsule Network

2019-08-01 · WS 2019 8 · Saurabh Srivastava, Prerna Khurana

In the era of social media, hate speech, trolling and verbal abuse have become a common issue. We present an approach to automatically classify such statements, using a new deep learning architecture. Our model comprises…

ClassificationGeneral ClassificationToxic Comment Classification

Capturing Covertly Toxic Speech via Crowdsourcing

2021-04-01 · EACL (HCINLP) 2021 4 · Alyssa Lees, Daniel Borkan, Ian Kivlichan, Jorge Nario 외

We study the task of labeling covert or veiled toxicity in online conversations. Prior research has highlighted the difficulty in creating language models that recognize nuanced toxicity such as microaggressions. Our inv…

Developing a Multilingual Annotated Corpus of Misogyny and Aggression

2020-03-16 · LREC 2020 5 · Shiladitya Bhattacharya, Siddharth Singh, Ritesh Kumar, Akanksha Bansal 외

In this paper, we discuss the development of a multilingual annotated corpus of misogyny and aggression in Indian English, Hindi, and Indian Bangla as part of a project on studying and automatically identifying misogyny …

Shielding Google's language toxicity model against adversarial attacks

2018-01-05 · Nestor Rodriguez, Sergio Rojas-Galeano

Lack of moderation in online communities enables participants to incur in personal aggression, harassment or cyberbullying, issues that have been accentuated by extremist radicalisation in the contemporary post-truth pol…

BIG-bench Machine LearningmodelNegation

IRCologne at GermEval 2021: Toxicity Classification

2021-09-01 · GermEval 2021 9 · Fabian Haak, Björn Engelmann

In this paper, we describe the TH Köln’s submission for the Shared Task on the Identification of Toxic Comments at GermEval 2021. Toxicity is a severe and latent problem in comments in online discussions. Complex languag…

ClassificationLanguage ModelingLanguage ModellingToxic Comment Classification