CLSep 7, 2021

FHAC at GermEval 2021: Identifying German toxic, engaging, and fact-claiming comments with ensemble learning

arXiv:2109.03094v1663 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of content moderation in German social media, but it is incremental as it applies standard ensemble techniques to existing pretrained models.

The paper tackled the problem of identifying toxic, engaging, and fact-claiming comments in German Facebook data from the GermEval 2021 competition by fine-tuning BERT and ELECTRA models and creating ensembles, achieving a macro-F1 score of 0.73 overall and specific F1 scores of 0.72, 0.70, and 0.76 for the three subtasks.

The availability of language representations learned by large pretrained neural network models (such as BERT and ELECTRA) has led to improvements in many downstream Natural Language Processing tasks in recent years. Pretrained models usually differ in pretraining objectives, architectures, and datasets they are trained on which can affect downstream performance. In this contribution, we fine-tuned German BERT and German ELECTRA models to identify toxic (subtask 1), engaging (subtask 2), and fact-claiming comments (subtask 3) in Facebook data provided by the GermEval 2021 competition. We created ensembles of these models and investigated whether and how classification performance depends on the number of ensemble members and their composition. On out-of-sample data, our best ensemble achieved a macro-F1 score of 0.73 (for all subtasks), and F1 scores of 0.72, 0.70, and 0.76 for subtasks 1, 2, and 3, respectively.

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