There is a newer version of the record available.

Published August 4, 2025 | Version v1

Efficient Toxicity Detection in Gaming Chats: A Comparative Study of Embeddings, Fine-Tuned Transformers and LLMs

  • 1. ROR icon Helsinki Metropolia University of Applied Sciences

Description

This paper presents a comprehensive comparative analysis of Natural Language Processing (NLP) methods for automated toxicity detection in online gaming chats. Traditional machine learning models with embeddings, large language models (LLMs) with zero-shot and few-shot prompting, fine-tuned transformer models, and retrieval-augmented generation (RAG) approaches are evaluated. The evaluation framework assesses three critical dimensions: classification accuracy, processing speed, and computational costs. A hybrid moderation system architecture is proposed that optimizes human moderator workload through automated detection and incorporates continuous learning mechanisms. The experimental results demonstrate significant performance variations across methods, with fine-tuned DistilBERT achieving optimal accuracy-cost trade-offs. The findings provide empirical evidence for deploying cost-effective, efficient content moderation systems in dynamic online gaming environments.

Files

Paper.pdf

Files (290.0 kB)

Name Size Download all
md5:c3fba90b2e9f5daea037d3604741a13e
290.0 kB Preview Download

Additional details

Related works

Software

Repository URL
https://github.com/Yegmina/toxic-content-detection-agent
Programming language
Python
Development Status
Active