cantnlp@DravidianLangTech 2026: organic domain adaptation improves multi-class hope speech detection in Tulu
Summary
Andrew Li and Sidney Wong's paper, presented at DravidianLangTech-2026, details their system for the Hope Speech Detection in Code-Mixed Tulu Language shared task. They developed an XLM-RoBERTa-based text classification system to identify hope speech within code-mixed Tulu social media comments. The researchers compared this organically adapted model against a baseline system. On the development set, the organically adapted model demonstrated superior performance. While the submitted systems showed more modest results on the official test set, the findings indicate that continued adaptation of XLM-RoBERTa using organically collected Tulu social media text, which includes code-mixed and mixed-script variations, holds promise for enhancing hope speech detection in this specific linguistic context. This work was published in the Proceedings of the Sixth Workshop on Speech, Vision, and Language Technologies for Dravidian Languages, pages 169–175, in July 2026.
Key takeaway
For NLP Engineers developing systems for low-resource, code-mixed languages like Tulu, consider implementing organic domain adaptation. Your models, particularly XLM-RoBERTa, can benefit significantly from fine-tuning on naturally occurring social media text that reflects code-mixed and mixed-script variations. This approach can enhance detection accuracy for tasks such as hope speech, even if initial test set performance is modest, suggesting further refinement is worthwhile.
Key insights
Organic domain adaptation of XLM-RoBERTa can improve hope speech detection in low-resource, code-mixed languages like Tulu.
Principles
- Domain adaptation enhances performance in specific linguistic contexts.
- Code-mixing and mixed-script data require specialized adaptation.
- Baseline models can be surpassed with targeted data strategies.
Method
Train an XLM-RoBERTa-based text classifier. Adapt it using organically collected social media text featuring code-mixed and mixed-script variations for improved hope speech detection in Tulu.
In practice
- Collect organic social media data for domain adaptation.
- Fine-tune XLM-RoBERTa for code-mixed language tasks.
- Evaluate models on both development and official test sets.
Topics
- Hope Speech Detection
- Code-Mixed Languages
- Tulu Language
- XLM-RoBERTa
- Domain Adaptation
- Natural Language Processing
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.