PhucNguyen@DravidianLangTech 2026: Political Multiclass Sentiment Analysis with XLM-RoBERTa and Low-Rank Adaptation

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

Summary

A system developed by Dinh Khac Phuc Nguyen and Thìn Đặng Văn for the DravidianLangTech@ACL 2026 Political Multiclass Sentiment Analysis shared task achieved a macro-average F1-score of 0.3763, securing Rank 2 on the leaderboard. This approach categorizes code-mixed Tamil-English tweets into seven sentiment classes, addressing challenges like informal jargon, severe class imbalance, and distribution shifts. The system integrates XLM-RoBERTa with Low-Rank Adaptation (LoRA) for parameter-efficient fine-tuning. To counter majority-class dominance, it employs a combination of random oversampling and automated hyperparameter optimization. Additionally, targeted preprocessing, including emoji demojization and noise removal, was crucial for preserving nuanced symbolic cues in the text.

Key takeaway

For NLP Engineers developing sentiment analysis models for challenging code-mixed languages like Tamil-English, you should consider integrating XLM-RoBERTa with Low-Rank Adaptation (LoRA). This approach, combined with random oversampling and automated hyperparameter optimization, effectively mitigates class imbalance and distribution shifts. Ensure your preprocessing includes emoji demojization and noise removal to preserve critical symbolic cues, potentially improving your model's macro-average F1-score and competitive ranking.

Key insights

Combining XLM-RoBERTa with LoRA, oversampling, and specific preprocessing effectively tackles political sentiment analysis in challenging code-mixed languages.

Principles

Method

The system fine-tunes XLM-RoBERTa using LoRA, applies random oversampling with automated hyperparameter optimization for class balance, and preprocesses text via emoji demojization and noise removal.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

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