CLSep 2, 2020

Garain at SemEval-2020 Task 12: Sequence based Deep Learning for Categorizing Offensive Language in Social Media

arXiv:2009.01195v1992 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of identifying targets of offensive language in social media, which is incremental as it applies existing methods to a specific competition task.

The paper tackled offense target identification in social media by developing a deep learning system using LSTMs and Keras, achieving a macro averaged F1 score of 47.763% when trained on 25% of the dataset.

SemEval-2020 Task 12 was OffenseEval: Multilingual Offensive Language Identification in Social Media (Zampieri et al., 2020). The task was subdivided into multiple languages and datasets were provided for each one. The task was further divided into three sub-tasks: offensive language identification, automatic categorization of offense types, and offense target identification. I have participated in the task-C, that is, offense target identification. For preparing the proposed system, I have made use of Deep Learning networks like LSTMs and frameworks like Keras which combine the bag of words model with automatically generated sequence based features and manually extracted features from the given dataset. My system on training on 25% of the whole dataset achieves macro averaged f1 score of 47.763%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes