CHMOD_777@DravidianLangTech 2026: Context-Aware Fine-tuned MuRIL for Abusive Tamil Text Detection on Social Media

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, medium

Summary

Team CHMOD_777 developed a system for the DravidianLangTech@ACL 2026 shared task, focusing on detecting abusive Tamil text targeting women on social media. Their approach involved fine-tuning three transformer backbones: MuRIL, XLM-RoBERTa, and IndicBERT-v3, utilizing Focal Loss and weighted sampling. The team systematically evaluated the impact of context length, hyperparameter tuning, and language-specific pre-training. Their top-performing system, MuRIL with a 256-token context, achieved an 82.76% Macro F1 score on the development set. It also secured 80.61% on the official test set, ranking 6th among 24 participating teams. Key findings indicate that increasing context from 128 to 256 tokens improved F1 and accelerated convergence by 2.4x. The language-specific MuRIL model (236M parameters) outperformed the larger IndicBERT (270M parameters). Furthermore, default hyperparameters proved optimal, as tuning attempts consistently degraded performance.

Key takeaway

For NLP Engineers building abusive text detection systems for Dravidian languages, you should prioritize context length and language-specific models. Extending your model's context to 256 tokens can significantly improve F1 scores and accelerate training convergence by 2.4x. Focus on fine-tuning models like MuRIL (236M parameters) rather than larger, more general models (e.g., IndicBERT, 270M parameters). Furthermore, rigorously test default hyperparameters, as aggressive tuning might degrade your system's performance.

Key insights

Context length and language-specific pre-training are critical for effective abusive text detection, often outperforming larger models or hyperparameter tuning.

Principles

Method

Fine-tune transformer backbones (MuRIL, XLM-RoBERTa, IndicBERT-v3) using Focal Loss and weighted sampling, systematically evaluating context length and pre-training.

In practice

Topics

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.