HUS@NLP-VNU at SemEval-2026 Task 3: Dual-Stream Syntax-Aware Modeling and Direct Preference Optimization for Dimensional ABSA

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

HUS@NLP-VNU presented a Dual-Stream Syntax-Aware architecture for SemEval-2026 Task 3, focusing on Dimensional Aspect-Based Sentiment Analysis (DimABSA). This task involves predicting continuous sentiment intensity within the Valence-Arousal space. Their model addresses regression subtasks (DimASR and DimStance) by integrating contextual semantics with a Deep Syntax-Guided Graph Convolutional Network (GCN), featuring a Context-Aware Anchor for semantic filtering and post-norm residuals to prevent oversmoothing. For generative extraction, the team applied Direct Preference Optimization (DPO) using a resource-efficient, heuristic-based data perturbation strategy to create preference pairs without costly LLMs. The regression model achieved top-5 rankings across nine domains and secured the best result on the Chinese-Finance dataset. Empirical analysis confirmed that explicit syntactic modeling consistently improves continuous sentiment regression, while DPO provided modest but stable gains for boundary-constrained extraction.

Key takeaway

For NLP Engineers developing advanced sentiment analysis models, especially for continuous intensity prediction or multilingual contexts, you should consider integrating syntax-aware Graph Convolutional Networks. This approach, combined with Direct Preference Optimization using resource-efficient data perturbation, offers a robust framework. It can significantly improve both continuous sentiment regression and boundary-constrained extraction tasks, as demonstrated by top-5 rankings in SemEval-2026 Task 3.

Key insights

A dual-stream, syntax-aware model with efficient DPO excels in Dimensional ABSA's continuous sentiment prediction and extraction.

Principles

Method

The Dual-Stream Syntax-Aware architecture combines contextual semantics with a Deep Syntax-Guided GCN, using a Context-Aware Anchor and post-norm residuals. Direct Preference Optimization (DPO) is applied for generative extraction via a heuristic-based data perturbation strategy.

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.