thaulab@EEUCA 2026: Who Said What to Whom? A Targeting-Aware Neural-Symbolic Pipeline for Gaming Toxicity Detection

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Gaming & Interactive Media · Depth: Expert, quick

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

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

Topics

Code references

Best for: AI Engineer, 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.