DLRG@DravidianLangTech 2026: Explainable Transformer-Based Detection of Abusive Tamil Text Targeting Women on Social Media
Summary
The paper "DLRG@DravidianLangTech 2026: Explainable Transformer-Based Detection of Abusive Tamil Text Targeting Women on Social Media" by Mirudhula Sankar and Ratnavel Rajalakshmi presents a transformer-based system for binary classification of Tamil comments as abusive or non-abusive. This system addresses the challenge of detecting online abuse in low-resource languages like Tamil, which features informal writing, spelling variations, and culturally specific expressions. The approach fine-tunes MuRIL, a multilingual transformer pretrained for Indian languages, to achieve effective contextual representation with minimal preprocessing. It incorporates a post-hoc Explainable AI component, using a perturbation-based method with log-odds differences to identify influential words. Experimental results show the model achieved a validation accuracy exceeding 81% and a strong macro-F1 score. The research demonstrates that combining contextual multilingual representations with simple interpretability methods is a viable solution for detecting abusive Tamil text. The system's implementation is publicly available at https://github.com/mirud5173/Abusive-Tamil-Comment-Detection-using-Transformer-Models.
Key takeaway
For NLP Engineers developing content moderation systems for regional languages, you should consider fine-tuning multilingual transformers like MuRIL. This approach, combined with a perturbation-based Explainable AI component, provides both high accuracy (over 81% validation accuracy) and crucial transparency for detecting abusive text in challenging low-resource contexts like Tamil. Implement simple interpretability methods to understand model decisions and build trust in your automated systems.
Key insights
Combining multilingual transformers with XAI effectively detects abusive text in low-resource languages.
Principles
- Contextual multilingual models improve low-resource language processing.
- Post-hoc XAI enhances transparency in abuse detection systems.
- Perturbation-based methods identify influential prediction factors.
Method
The system fine-tunes MuRIL for binary classification of Tamil comments. It integrates a perturbation-based XAI component using log-odds differences to explain predictions.
In practice
- Fine-tune MuRIL for similar low-resource language tasks.
- Implement perturbation-based XAI for model transparency.
- Utilize DravidianLangTech dataset for Tamil NLP.
Topics
- Abusive Language Detection
- Tamil Language Processing
- Transformer Models
- Explainable AI
- MuRIL
- Content Moderation
Code references
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.