SCUZANE at SemEval-2026 Task 3: Dimensional Aspect-based Sentiment Analysis with Supervised Contrastive Regression and R-Drop Regularization
Summary
The SCUZANE system, presented at SemEval-2026 Task 3, addresses the limitations of traditional Aspect-Based Sentiment Analysis (ABSA) by focusing on Dimensional ABSA (DimABSA). This approach replaces coarse-grained categorical sentiment labels like "Positive" or "Negative" with continuous valence-arousal (VA) scores to capture subtle emotional intensity in text. Specifically designed for Subtask 1 (Dimensional Aspect Sentiment Regression) of Track A, SCUZANE utilizes a DeBERTa-v3-large backbone. Its architecture is enhanced by a prompt-based learning strategy that concatenates aspect information with the context. Furthermore, the system incorporates multi-sample dropout and a weighted aggregation of hidden states from the last four layers to derive rich semantic representations. Experimental results across various domains and languages confirm the effectiveness of integrating consistency regularization with dimensional contrastive learning for fine-grained sentiment regression.
Key takeaway
For NLP engineers developing fine-grained sentiment analysis systems, consider adopting dimensional aspect-based sentiment regression. Your current categorical models may miss subtle emotional nuances; shifting to continuous valence-arousal scores can provide richer insights. Implement prompt-based learning with a robust backbone like DeBERTa-v3-large, and integrate consistency regularization with dimensional contrastive learning to enhance model performance and capture deeper emotional intensity.
Key insights
Dimensional ABSA with contrastive regression and R-Drop regularization effectively captures fine-grained emotional intensity using continuous VA scores.
Principles
- Continuous VA scores enhance sentiment granularity.
- Prompt-based learning improves aspect-context integration.
- Consistency regularization boosts regression performance.
Method
The SCUZANE system uses a DeBERTa-v3-large backbone, prompt-based learning to concatenate aspect info with context, multi-sample dropout, and weighted aggregation of the last four hidden layers for semantic representation. It integrates consistency regularization with dimensional contrastive learning.
In practice
- Implement prompt-based learning for aspect integration.
- Apply multi-sample dropout for robust representations.
- Use weighted aggregation of transformer hidden states.
Topics
- Dimensional ABSA
- Sentiment Analysis
- Supervised Contrastive Regression
- R-Drop Regularization
- DeBERTa-v3-large
- Prompt-based Learning
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.