paper-with-me

Papers

Cisco at SemEval-2021 Task 5: What's Toxic?: Leveraging Transformers for Multiple Toxic Span Extraction from Online Comments

2021-05-28 · SEMEVAL 2021 · Sreyan Ghosh, Sonal Kumar

Social network platforms are generally used to share positive, constructive, and insightful content. However, in recent times, people often get exposed to objectionable content like threat, identity attacks, hate speech, insults, obscene texts, offensive remarks or bullying. Existing work on toxic speech detection focuses on binary classification or on differentiating toxic speech among a small set of categories. This paper describes the system proposed by team Cisco for SemEval-2021 Task 5: Toxic Spans Detection, the first shared task focusing on detecting the spans in the text that attribute to its toxicity, in English language. We approach this problem primarily in two ways: a sequence tagging approach and a dependency parsing approach. In our sequence tagging approach we tag each token in a sentence under a particular tagging scheme. Our best performing architecture in this approach also proved to be our best performing architecture overall with an F1 score of 0.6922, thereby placing us 7th on the final evaluation phase leaderboard. We also explore a dependency parsing approach where we extract spans from the input sentence under the supervision of target span boundaries and rank our spans using a biaffine model. Finally, we also provide a detailed analysis of our results and model performance in our paper.

📄 PDF Abstract BibTeX arXiv:2105.13959

Code (1)

Sreyan88/SemEval-2021-Toxic-Spans-Detection 공식 구현 tf

Tasks

AttributeBinary ClassificationDependency ParsingNamed Entity Recognition (NER)SentenceTAGToxic Spans Detection

Similar Papers 제목 키워드 기반

CSECU-DSG at SemEval-2021 Task 5: Leveraging Ensemble of Sequence Tagging Models for Toxic Spans Detection

2021-08-01 · SEMEVAL 2021 · Tashin Hossain, Jannatun Naim, Fareen Tasneem, Radiathun Tasnia 외

The upsurge of prolific blogging and microblogging platforms enabled the abusers to spread negativity and threats greater than ever. Detecting the toxic portions substantially aids to moderate or exclude the abusive part…

NERToxic Spans Detection

SkoltechNLP at SemEval-2021 Task 5: Leveraging Sentence-level Pre-training for Toxic Span Detection

2021-08-01 · SEMEVAL 2021 · David Dale, Igor Markov, Varvara Logacheva, Olga Kozlova 외

This work describes the participation of the Skoltech NLP group team (Sk) in the Toxic Spans Detection task at SemEval-2021. The goal of the task is to identify the most toxic fragments of a given sentence, which is a bi…

SentenceToxic Spans Detection

UIT-ISE-NLP at SemEval-2021 Task 5: Toxic Spans Detection with BiLSTM-CRF and ToxicBERT Comment Classification

2021-04-20 · SEMEVAL 2021 · Son T. Luu, Ngan Luu-Thuy Nguyen

We present our works on SemEval-2021 Task 5 about Toxic Spans Detection. This task aims to build a model for identifying toxic words in whole posts. We use the BiLSTM-CRF model combining with ToxicBERT Classification to …

Toxic Spans Detection

NLP\_UIOWA at Semeval-2021 Task 5: Transferring Toxic Sets to Tag Toxic Spans

2021-08-01 · SEMEVAL 2021 · Jonathan Rusert

We leverage a BLSTM with attention to identify toxic spans in texts. We explore different dimensions which affect the model{'}s performance. The first dimension explored is the toxic set the model is trained on. Besides …

TAG

NLRG at SemEval-2021 Task 5: Toxic Spans Detection Leveraging BERT-based Token Classification and Span Prediction Techniques

2021-02-24 · SEMEVAL 2021 · Gunjan Chhablani, Abheesht Sharma, Harshit Pandey, Yash Bhartia 외

Toxicity detection of text has been a popular NLP task in the recent years. In SemEval-2021 Task-5 Toxic Spans Detection, the focus is on detecting toxic spans within passages. Most state-of-the-art span detection approa…

NERtoken-classificationToken ClassificationToxic Spans Detection