TAGA@EEUCA 2026: Token-Attribution Guided Attention for Fine-Grained Toxic Behaviour Classification in Online Gaming Communities
Summary
The TAGA (Token-Attribution Guided Attention) system was developed for the EEUCA 2026 Shared Task. Its goal is fine-grained toxic behavior classification in online gaming communities. Online gaming chat presents unique moderation challenges. These include domain-specific slang, deliberate obfuscation, and informal language. Extreme data imbalance for categories like threats also complicates detection. TAGA employs a leave-one-out attribution method using the Detoxify toxicity scorer. This computes per-token attribution scores, which are then projected into learned attention biases. This steers the model towards toxicity-indicative tokens. An ablation study demonstrated performance gains. Key components were domain-specific preprocessing, focal loss with label smoothing, attribution-guided attention pooling, and dual-model Detoxify features with strategic oversampling. The final system achieved a test macro-F1 score of 0.618. Importantly, it produced non-zero predictions despite the dataset's extreme data imbalance.
Key takeaway
For Machine Learning Engineers developing content moderation systems for specialized domains like online gaming, TAGA's approach offers a robust solution. You should consider integrating token-attribution guided attention, using tools like Detoxify for per-token scoring, and applying domain-specific preprocessing. This method effectively addresses challenges posed by slang, obfuscation, and extreme data imbalance. It achieved a macro-F1 score of 0.618. This ensures non-zero predictions for rare toxic categories.
Key insights
TAGA uses token attribution from Detoxify to guide attention, improving fine-grained toxic behavior classification in online gaming chats.
Principles
- Attribution-guided attention improves token relevance.
- Domain-specific preprocessing is vital for slang.
- Strategic oversampling handles data imbalance.
Method
TAGA computes per-token attribution scores using a leave-one-out method with Detoxify, then projects these into learned attention biases to steer the model towards toxicity-indicative tokens.
In practice
- Implement attribution-guided attention for NLP.
- Use Detoxify for token-level toxicity scoring.
- Apply focal loss with label smoothing.
Topics
- Token-Attribution Guided Attention
- Toxic Behavior Classification
- Online Gaming
- Detoxify
- Data Imbalance
- DeBERTa-v3-base
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.