thaulab@EEUCA 2026: Who Said What to Whom? A Targeting-Aware Neural-Symbolic Pipeline for Gaming Toxicity Detection
Summary
The thaulab@EEUCA 2026 system addresses toxicity classification in gaming chat through a three-stage neural-symbolic pipeline. It combines an ensemble of two compact transformers, DeBERTa-v3-base (184M) and XLM-RoBERTa-base (278M), with a Linguistically-Informed Mediator (LIM). The LIM resolves inter-model disagreements using corpus-backed lexical normalization, class-conditional unigram scoring, multilingual profanity detection, and agentive targeting analysis. This specifically targets safety-critical minority classes like Hate Harassment, Threats, and Extremism, which face an extreme 1,450:1 Non-toxic to Extremism ratio. A two-stage data augmentation strategy, using only provided training data, tackles this imbalance. The system achieved a Macro F1 of 0.6441 (3rd rank) and an accuracy of 0.9062 (1st rank) on the official test set. The pipeline is domain-portable, requiring only a game-specific entity lexicon substitution for adaptation.
Key takeaway
For Machine Learning Engineers building content moderation systems, this pipeline demonstrates how combining neural models with a linguistically-informed mediator can significantly improve performance on critical, imbalanced toxicity classes. You should consider integrating targeted linguistic analysis and disagreement resolution into your moderation pipeline, especially when dealing with low-resource, high-impact categories like hate speech or threats. This approach offers a robust and portable solution for real-world gaming environments.
Key insights
A neural-symbolic pipeline enhances gaming toxicity detection by combining transformer ensembles with a linguistically-informed mediator.
Principles
- Hybrid neural-symbolic approaches improve classification robustness.
- Targeting minority classes is crucial for safety-critical moderation.
- Data augmentation can mitigate extreme class imbalance effectively.
Method
The system uses a three-stage pipeline: transformer ensemble, a Linguistically-Informed Mediator (LIM) for disagreement resolution (lexical normalization, unigram scoring, profanity detection, agentive targeting), and two-stage data augmentation.
In practice
- Employ DeBERTa-v3-base and XLM-RoBERTa-base for toxicity tasks.
- Integrate linguistic mediators for critical minority class resolution.
- Apply two-stage data augmentation for severe class imbalance.
Topics
- Gaming Toxicity Detection
- Neural-Symbolic AI
- Transformer Models
- DeBERTa-v3-base
- XLM-RoBERTa-base
- Class Imbalance
- Data Augmentation
Code references
Best for: AI Engineer, 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.