Bagging BERT Models for Robust Aggression Identification

Julian Risch, Ralf Krestel


Abstract
Modern transformer-based models with hundreds of millions of parameters, such as BERT, achieve impressive results at text classification tasks. This also holds for aggression identification and offensive language detection, where deep learning approaches consistently outperform less complex models, such as decision trees. While the complex models fit training data well (low bias), they also come with an unwanted high variance. Especially when fine-tuning them on small datasets, the classification performance varies significantly for slightly different training data. To overcome the high variance and provide more robust predictions, we propose an ensemble of multiple fine-tuned BERT models based on bootstrap aggregating (bagging). In this paper, we describe such an ensemble system and present our submission to the shared tasks on aggression identification 2020 (team name: Julian). Our submission is the best-performing system for five out of six subtasks. For example, we achieve a weighted F1-score of 80.3% for task A on the test dataset of English social media posts. In our experiments, we compare different model configurations and vary the number of models used in the ensemble. We find that the F1-score drastically increases when ensembling up to 15 models, but the returns diminish for more models.
Anthology ID:
2020.trac-1.9
Volume:
Proceedings of the Second Workshop on Trolling, Aggression and Cyberbullying
Month:
May
Year:
2020
Address:
Marseille, France
Editors:
Ritesh Kumar, Atul Kr. Ojha, Bornini Lahiri, Marcos Zampieri, Shervin Malmasi, Vanessa Murdock, Daniel Kadar
Venue:
TRAC
SIG:
Publisher:
European Language Resources Association (ELRA)
Note:
Pages:
55–61
Language:
English
URL:
https://aclanthology.org/2020.trac-1.9
DOI:
Bibkey:
Cite (ACL):
Julian Risch and Ralf Krestel. 2020. Bagging BERT Models for Robust Aggression Identification. In Proceedings of the Second Workshop on Trolling, Aggression and Cyberbullying, pages 55–61, Marseille, France. European Language Resources Association (ELRA).
Cite (Informal):
Bagging BERT Models for Robust Aggression Identification (Risch & Krestel, TRAC 2020)
Copy Citation:
PDF:
https://aclanthology.org/2020.trac-1.9.pdf
Code
 julian-risch/KONVENS2019_and_LREC2020