FNLP412@EEUCA 2026: Understanding Toxic Behavioral Intent in Gaming Chat Logs using Transfer Learning and Synthetic Data Augmentation

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Gaming & Interactive Media · Depth: Expert, short

Summary

The paper "FNLP412@EEUCA 2026: Understanding Toxic Behavioral Intent in Gaming Chat Logs using Transfer Learning and Synthetic Data Augmentation" investigates machine learning techniques for identifying toxic language within gaming chat utterances. Researchers utilized the GameTox dataset, enhancing minority classes through augmentation with LLM-generated synthetic data. After establishing a baseline with a classic Logistic Regression model, the study explored advanced approaches using leading multilingual transformer models, including XLM-RoBERTa and DeBERTa-V3, for classifying test data. The most effective method achieved a 0.6725 Macro-F1 score, placing 2nd on the shared task leaderboard. This result was obtained using an MDeBERTa-V3 model, which underwent pretraining on the Jigsaw dataset for 1 epoch before being fine-tuned on the GameTox data for 5 epochs.

Key takeaway

For NLP Engineers developing toxic language detection systems in gaming environments, you should consider a transfer learning approach. Pretraining a model like MDeBERTa-V3 on a general toxicity dataset such as Jigsaw, then fine-tuning it on your specific gaming chat data (e.g., GameTox), can yield superior results. Additionally, augment minority classes with LLM-generated synthetic data to improve model robustness and achieve competitive performance, as demonstrated by the 0.6725 Macro-F1 score.

Key insights

Transfer learning with MDeBERTa-V3 and synthetic data significantly improves toxic language detection in gaming chats.

Principles

Method

Preprocess GameTox data, augment minority classes with LLM-generated synthetic data, establish Logistic Regression baseline, then pretrain MDeBERTa-V3 on Jigsaw for 1 epoch and fine-tune on GameTox for 5 epochs.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.