KEC’S CODE CRAFTERS@DravidianLangTech 2026: Abusive Tamil Text Detection Targeting Women on Social Media

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

Summary

KEC'S CODE CRAFTERS developed a classification model for the "Abusive Tamil Text Detection Targeting Women on Social Media" shared task at DravidianLangTech-2026. This model aims to automatically moderate digital toxicity on social media platforms, specifically targeting online harassment against women in linguistically diverse regions. The team trained their model on a dataset comprising 25,948 comments for training and 915 for testing, with the primary goal of classifying YouTube video content as either "Abusive" or "Non-Abusive." Addressing the complexities of the Tamil language, including its agglutinative structure and frequent code-mixing with English, the researchers designed a specialized preprocessing pipeline for denoising informal scripts. They implemented four traditional machine learning models—SVM, Logistic Regression, Random Forest, and Multinomial Naive Bayes—using TF-IDF for feature extraction. The Logistic Regression model achieved the highest performance, with an accuracy and F1 score of 0.86, following optimization of hyperparameters and decision thresholds.

Key takeaway

For NLP Engineers developing content moderation systems for regional languages like Tamil, you should prioritize designing a robust preprocessing pipeline to handle agglutinative structures and code-mixing. This research demonstrates that traditional machine learning models, specifically Logistic Regression, can achieve strong performance (0.86 F1-score) when combined with effective denoising and hyperparameter optimization. Focus your efforts on these foundational steps before exploring more complex deep learning architectures, as they offer a practical and efficient solution for abusive text detection.

Key insights

Automated moderation for regional languages is critical due to digital toxicity, especially for vulnerable groups.

Principles

Method

Design a specific preprocessing pipeline for denoising informal, code-mixed, agglutinative scripts. Extract features using TF-IDF, then apply traditional ML models, optimizing hyperparameters and decision thresholds.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Data Scientist

Related on AIssential

Open in AIssential →

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