CLAILGSIJan 27, 2021

Exploring multi-task multi-lingual learning of transformer models for hate speech and offensive speech identification in social media

arXiv:2101.11155v128 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses content moderation challenges for social media platforms, but it is incremental as it builds on existing shared tasks and methods.

The paper tackled hate speech and offensive speech identification in social media by using multi-task and multi-lingual transformer models, achieving models that generalize across languages and tasks with reduced inference time, though sometimes at a slight accuracy trade-off.

Hate Speech has become a major content moderation issue for online social media platforms. Given the volume and velocity of online content production, it is impossible to manually moderate hate speech related content on any platform. In this paper we utilize a multi-task and multi-lingual approach based on recently proposed Transformer Neural Networks to solve three sub-tasks for hate speech. These sub-tasks were part of the 2019 shared task on hate speech and offensive content (HASOC) identification in Indo-European languages. We expand on our submission to that competition by utilizing multi-task models which are trained using three approaches, a) multi-task learning with separate task heads, b) back-translation, and c) multi-lingual training. Finally, we investigate the performance of various models and identify instances where the Transformer based models perform differently and better. We show that it is possible to to utilize different combined approaches to obtain models that can generalize easily on different languages and tasks, while trading off slight accuracy (in some cases) for a much reduced inference time compute cost. We open source an updated version of our HASOC 2019 code with the new improvements at https://github.com/socialmediaie/MTML_HateSpeech.

Code Implementations1 repo
Foundations

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

Your Notes