wangkongqiang@EEUCA 2026: Understanding Toxic Behavioral Intent in Gaming Chat Logs

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

Summary

The wangkongqiang team participated in the EEUCA 2026 shared task on Understanding Toxic Behavioral Intent in Gaming Chat Logs, aiming to classify player utterances into categories like Hate and Harassment, Threats, or Non-toxic. Utilizing a dataset of 53,000 game chat utterances from World of Tanks, the team employed a supervised learning method, fine-tuning Qwen2 LLMs. Their best result on the test set, achieved with a fine-tuned qwen2_7B LLM, yielded a Macro F1 score of 0.5776, Accuracy of 0.9075, Precision (Macro) of 0.6847, and Recall (Macro) of 0.5343. This performance secured an 8th-place ranking among all participating teams in the task.

Key takeaway

For NLP engineers developing content moderation systems for online gaming, this work demonstrates that fine-tuning large language models like Qwen2_7B can achieve competitive results in classifying toxic chat intent. While the Macro F1 score of 0.5776 indicates room for improvement, you should consider LLM fine-tuning as a viable approach for multi-class toxicity detection, especially when dealing with diverse offensive categories. Evaluate your models rigorously using macro-averaged metrics.

Key insights

Fine-tuning Qwen2 LLMs can classify toxic behavioral intent in gaming chat logs with moderate F1 scores.

Principles

Method

Apply supervised learning by fine-tuning pre-trained models, specifically Qwen2 LLMs, on labeled gaming chat utterances to classify toxic intent.

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.