From Comments to Harm: A Findings Report on Abusive Tamil Text Targeting Women on Social Media Shared Task

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, quick

Summary

The second shared task on Abusive Tamil Text Targeting Women on Social Media addressed the binary classification of abusive versus non-abusive content. This initiative released a dataset of Tamil YouTube comments and evaluated 24 submissions from 89 registered teams using macro-F1, aiming for balanced performance in a low-resource, noisy environment. Participating teams employed diverse approaches, including transformer fine-tuning, heterogeneous ensembles, classical baselines, and large language models utilizing prompting and LoRA. The top-performing system achieved a macro-F1 score of 0.8297, with many other submissions ranging between 0.79 and 0.81. Key findings indicate that transformer fine-tuning with domain-aligned encoders consistently performed well. Further performance improvements were frequently linked to Tamil-aware normalization and macro-F1-oriented calibration techniques, such as class-weighted learning and validation-based threshold tuning. These results underscore the critical role of language-aware preprocessing and precise decision calibration for effective moderation of women-targeted abusive Tamil social media text.

Key takeaway

For NLP Engineers developing moderation systems for low-resource languages like Tamil, prioritize language-aware preprocessing and fine-tuned models. You should implement domain-aligned transformer encoders and apply Tamil-specific normalization to improve performance. Additionally, calibrate your models using macro-F1-oriented techniques like class-weighted learning and validation-based threshold tuning to ensure balanced and reliable detection of abusive content. This approach is vital for robust social media moderation.

Key insights

Language-aware preprocessing and careful calibration are crucial for effective abusive text detection in low-resource settings.

Principles

Method

The shared task involved binary classification of Tamil YouTube comments, evaluated by macro-F1. Teams used transformer fine-tuning, ensembles, classical baselines, and LLMs with prompting/LoRA.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.