syuhhh@EEUCA 2026: A Three-Stage Progressive Training Framework for Fine-Grained Toxicity Detection in Online Gaming Communities
Summary
The syuhhh@EEUCA 2026 system secured 1st place among 35 teams in the Shared Task on Fine-Grained Toxicity Detection in Online Gaming (GameTox) at the 9th EEUCA Workshop, co-located with ACL 2026. This system addresses 6-class fine-grained toxic intent classification using the official GameTox dataset, which comprises 53,000 real-world World of Tanks chat utterances. The core of the system is a three-stage progressive training framework built upon XLM-RoBERTa-large. This framework includes gaming domain adaptive Masked Language Model (MLM) pre-training, multilingual toxicity transfer fine-tuning, and supervised contrastive learning (SCL)-enhanced target task tuning. Additionally, the system incorporates LLM-driven data augmentation and long-tailed class synthesis to improve performance. It achieved a Macro F1 score of 0.7041, with ablation studies confirming each module's contribution. The code has been released to support further research.
Key takeaway
For NLP Engineers developing content moderation systems in specialized domains like online gaming, this framework offers a proven approach to achieve high accuracy. You should consider implementing a multi-stage training pipeline, starting with domain-adaptive pre-training and incorporating supervised contrastive learning. Utilizing LLM-driven data augmentation can also significantly address challenges with long-tailed classes, improving your system's ability to detect nuanced toxic intent effectively.
Key insights
A multi-stage training framework with domain adaptation and contrastive learning excels at fine-grained toxicity detection in gaming.
Principles
- Domain-specific pre-training improves performance.
- Multilingual transfer fine-tuning enhances robustness.
- Supervised contrastive learning refines classification.
Method
A three-stage progressive training framework: (1) gaming domain adaptive MLM pre-training, (2) multilingual toxicity transfer fine-tuning, and (3) SCL-enhanced target task tuning. Includes LLM data augmentation.
In practice
- Apply multi-stage training for domain-specific NLP.
- Use LLM augmentation for scarce data classes.
- Implement SCL for fine-grained text classification.
Topics
- Fine-Grained Toxicity Detection
- Online Gaming Communities
- XLM-RoBERTa-large
- Supervised Contrastive Learning
- LLM Data Augmentation
- Natural Language Processing
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.