CYUT at SemEval-2026 Task 3: Multi-Task Dimensional Aspect Sentiment Regression with Polar Multi-Zone Labeling in VA Space
Summary
CYUT's system for SemEval-2026 Task 3 Track B addresses multilingual aspect-based dimensional sentiment regression by formulating it as continuous Valence–Arousal (VA) prediction. It employs a multi-task learning (MTL) framework with auxiliary tasks like polarity, intensity, and quadrant classification. To counter regional imbalance in VA space from coarse-grained labels, the system introduces Polar Multi-Zone Labeling (PMZL), specifically PMZL-7. This method partitions the VA plane into one core neutral region and six non-central zones based on directional distribution, reducing label imbalance and adding directional information. Evaluating XLM-R, Qwen2, and Ministral, PMZL-7 showed stable improvements for Qwen2 and Ministral, though its effect was less consistent for XLM-R. The system achieved the best performance on the NigerianPidgin subset among all participating systems.
Key takeaway
For Machine Learning Engineers optimizing dimensional sentiment regression models, consider integrating Polar Multi-Zone Labeling (PMZL-7) into your multi-task learning frameworks. This technique can mitigate regional imbalance in Valence–Arousal space, potentially offering more stable performance improvements, especially if you are using models like Qwen2 or Ministral. Evaluate its impact on your specific datasets and architectures to enhance sentiment prediction accuracy.
Key insights
Polar Multi-Zone Labeling (PMZL-7) enhances dimensional sentiment regression by addressing VA space imbalance and supplementing directional information.
Principles
- Coarse-grained labels can cause regional imbalance in VA space.
- Multi-task learning benefits from refined auxiliary supervision.
- Model performance with novel techniques can be highly dependent.
Method
Formulate dimensional sentiment regression as continuous VA prediction. Employ multi-task learning with auxiliary tasks, extending with Polar Multi-Zone Labeling (PMZL-7) to partition the VA plane into seven zones.
In practice
- Consider PMZL-7 for fine-grained sentiment analysis tasks.
- Evaluate novel techniques across diverse model architectures.
- Address label imbalance in multi-task learning with zone-based partitioning.
Topics
- SemEval-2026 Task 3
- Dimensional Sentiment Regression
- Multi-Task Learning
- Valence-Arousal Space
- Polar Multi-Zone Labeling
- Qwen2
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.