NCL-BU at SemEval-2026 Task 3: Fine-tuning XLM-RoBERTa for Multilingual Dimensional Sentiment Regression
About
Dimensional Aspect-Based Sentiment Analysis (DimABSA) extends traditional ABSA from categorical polarity labels to continuous valence-arousal (VA) regression. This paper describes a system developed for Track A, Subtask 1 (Dimensional Aspect Sentiment Regression), aiming to predict real-valued VA scores in the [1, 9] range for each given aspect in a text. A fine-tuning approach based on XLM-RoBERTa-base is adopted, with dual regression heads with sigmoid-scaled outputs for valence and arousal prediction. Separate models are trained for each language-domain pair (English and Chinese across restaurant, laptop, and finance domains), and training and development sets are merged for final test predictions. In development experiments, the fine-tuning approach is compared against several large language models under a few-shot prompting setting, demonstrating that task-specific fine-tuning outperforms these LLM-based methods across all evaluation datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| VA Regression | English Laptop eng_lap (test) | RMSE (VA)1.4562 | 3 | |
| VA Regression | English Restaurant (test) | RMSE (VA)1.4861 | 3 | |
| VA Regression | Chinese Laptop zho_lap (test) | RMSE (VA)0.751 | 3 | |
| VA Regression | Chinese Restaurant zho_res (test) | RMSE (VA)0.9553 | 3 | |
| VA Regression | Chinese Finance zho_fin (test) | RMSE_VA0.5391 | 3 |