PrimeLine@DravidianLangTech 2026: Hope Speech Detection in Tulu Using XLM-RoBERTa for Coarse and Fine-Grained Classification
Summary
The PrimeLine team at DravidianLangTech 2026 presented a system for hope speech detection in Tulu, a low-resource, code-mixed Dravidian language blending Tulu, Kannada script, and English. Addressing the challenge of social media content in such languages, their approach involved fine-tuning XLM-RoBERTa, a cross-lingual transformer pre-trained on over 100 languages. This was executed on task-provided datasets using Google Colab with an NVIDIA T4 GPU. The system tackled two classification tasks: a four-class coarse-grained setting (Track 1) and a five-class fine-grained setting (Track 2). On the official Codabench evaluation, it achieved a Macro F1-score of 0.34 for Track 1 and 0.19 for Track 2, establishing the first transformer-based baseline for hope speech classification in Tulu.
Key takeaway
For NLP Engineers working with low-resource or code-mixed languages, this work highlights XLM-RoBERTa as a foundational model for initial classification tasks. Given the Macro F1-scores of 0.34 and 0.19 for coarse and fine-grained hope speech detection in Tulu, you should consider this a baseline to improve upon, rather than a production-ready solution. Focus your efforts on advanced fine-tuning strategies or data augmentation to significantly enhance performance in similar challenging linguistic contexts.
Key insights
XLM-RoBERTa establishes the first transformer-based baseline for hope speech detection in low-resource, code-mixed Tulu.
Principles
- Cross-lingual models are viable for low-resource language NLP.
- Code-mixing complicates classification in social media content.
Method
Fine-tuning XLM-RoBERTa on task-specific datasets using an NVIDIA T4 GPU for multi-class hope speech classification.
In practice
- Utilize XLM-RoBERTa for initial baselines in low-resource NLP.
- Address code-mixing challenges in Dravidian language processing.
Topics
- Hope Speech Detection
- Tulu Language
- XLM-RoBERTa
- Low-Resource NLP
- Code-Mixing
- Transformer Models
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.