Trailblazer@DravidianLangTech 2026: A Comparative Study of TF-IDF SVM and XLM-RoBERTa for Political Multiclass Text Classification.
Summary
The paper "Trailblazer@DravidianLangTech 2026" presents a comparative study of machine learning models for political multiclass text classification, specifically addressing challenges in multilingual and code-mixed data from Tamil X (Twitter). Researchers developed a baseline traditional Support Vector Machine (SVM) model using TF-IDF features. They also considered IndicBERT as a stronger Indic-language baseline for contextual understanding of Tamil-English code-mixed political text. The primary focus was on an XLM-RoBERTa model, which utilized minimal pre-processing. Results indicate that the transformer-based XLM-RoBERTa model significantly outperformed the traditional baseline, achieving a macro F1 score of 0.3738, underscoring the importance of robust classification for social media political text.
Key takeaway
For NLP Engineers classifying political text in code-mixed Dravidian languages, you should prioritize transformer-based models over traditional machine learning approaches. XLM-RoBERTa demonstrated superior performance with a macro F1 score of 0.3738, significantly outperforming TF-IDF SVM. Consider IndicBERT as a robust baseline for Indian languages. This shift to transformers will improve contextual understanding and classification accuracy for challenging multilingual social media data.
Key insights
Transformer models like XLM-RoBERTa significantly outperform traditional methods for code-mixed Dravidian language political text classification.
Principles
- Transformer models excel in code-mixed text.
- Minimal pre-processing can be effective.
- IndicBERT offers a strong Indic-language baseline.
Method
A TF-IDF SVM baseline was developed and compared against IndicBERT and an XLM-RoBERTa model, using minimal pre-processing for political multiclass text classification on Tamil X (Twitter) data.
In practice
- Use XLM-RoBERTa for code-mixed text.
- Evaluate IndicBERT as a strong baseline.
- Prioritize transformer models for multilingual social media.
Topics
- Political Text Classification
- Multiclass Text Classification
- Code-mixing
- XLM-RoBERTa
- TF-IDF SVM
- Dravidian Languages
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.