PrimeLine@DravidianLangTech 2026: Abusive Tamil Comment Detection Using MuRIL
Summary
PrimeLine@DravidianLangTech 2026 presents a system for binary classification of abusive language in Tamil social media comments. This system addresses the challenge of detecting abuse in Tamil, a morphologically rich language often mixed with English and informal romanized forms. The core of the system is MuRIL, a BERT-based encoder pre-trained on 17 Indian languages and their transliterated equivalents, which was fine-tuned for the DravidianLangTech@ACL 2026 shared task. The fine-tuned MuRIL achieved a macro-averaged F1 score of 0.83 on the validation set. This performance significantly surpasses generic multilingual baselines, specifically XLM-RoBERTa, which scored 0.79, and mBERT, which scored 0.77, under identical training conditions. This demonstrates that Indian-language-specific pre-training offers a distinct advantage for abusive language detection in code-mixed Tamil.
Key takeaway
For NLP Engineers developing content moderation systems for Dravidian languages, consider MuRIL as a strong baseline. Your efforts in detecting abusive language in code-mixed Tamil will benefit from models pre-trained on specific Indian languages, as demonstrated by MuRIL's superior F1 score of 0.83 compared to generic multilingual alternatives like XLM-RoBERTa. Prioritize language-specific models to achieve higher accuracy and robustness in challenging linguistic contexts.
Key insights
Indian-language-specific pre-training significantly enhances abusive language detection in code-mixed Tamil.
Principles
- Language-specific pre-training outperforms generic multilingual models.
- Morphological richness and code-mixing complicate NLP tasks.
Method
Fine-tuning MuRIL, a BERT-based encoder pre-trained on 17 Indian languages and their transliterated equivalents, for binary classification of Tamil comments.
In practice
- Use MuRIL for Dravidian language NLP tasks.
- Benchmark against XLM-RoBERTa and mBERT.
Topics
- Abusive Language Detection
- Tamil NLP
- MuRIL
- BERT-based Models
- Code-mixing
- Dravidian Languages
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.