Logo Lanfrica

jarobyte91/detests_2022

Domaine:

natural language processing

Type de record:

paper
Créateur:
jar
Hôte:
Source code for the paper "MALNIS at IberLEF-2022 DETESTS Task: A Multi-Task Learning Approach for Low-Resource Detection of Racial Stereotypes in Spanish" # MALNIS at IberLEF-2022 DETESTS Task: A Multi-Task Learning Approach for Low-Resource Detection of Racial Stereotypes in Spanish Author | Personal Website | Email ---|---|--- Juan Ramirez-Orta | Homepage | juan.ramirez.orta@dal.ca María Virginia Sabando | | virginia.sabando@cs.uns.edu.ar Mariano Maisonnave | Homepage | mariano.maisonnave@dal.ca Evangelos Milios | Homepage | eem@cs.dal.ca ## Abstract This paper describes our submission for the DETESTS (DETEction and classification of racial STereo-types in Spanish) shared task at IberLEF 2022. The DETESTS shared task is divided into two sub-tasks: in the first one, the objective consists of detecting racial biases in online comments as a binary classification problem, whereas in the second one, the goal is to determine whether the comments exhibit one or more of ten different racial biases as a multi-label classification problem. Our approach consists of a Multi-Task Learning strategy applied to pre-trained deep language models, which allows to learn a sequence representation for each comment. This representation is then used to train a joint classifier for all the categories of the second task, combining them using 𝐿𝑂𝐺𝐼𝐶𝐴𝐿_𝑂𝑅 to produce the predictions for the first one. The intuition behind our approach is that the joint training process allows the model to leverage the information present in each one of the categories and benefit from how they complement each other, boosting the performance of those categories with less examples. Our approach obtained ninth place in the first task and first place in the second one. * Full Paper * 10-minute Presentation ## Installation git clone github.com cd detests_2022 pip install -r requirements.txt ## Contribute & Support * Issue Tracker * Pull Requests ## License This project is licensed under the MIT License.