hllwan at SemEval-2026 Task 3: Dimensional Aspect-Based Sentiment Analysis via LLM Feature Fusion and Test-Time Adaptation

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

Summary

The hllwan team developed a system for SemEval-2026 Task 3: Dimensional Aspect-Based Sentiment Analysis (DimABSA), which predicts continuous Valence and Arousal (VA) scores across diverse languages and domains. This task presents significant challenges due to data scarcity and cross-domain distribution shifts. Their robust framework incorporates a translation-based data augmentation strategy with precise HTML-tag alignment to mitigate low-resource constraints. It also features an unsupervised opinion extraction module utilizing syntactic dependency parsing to capture sentiment-bearing words. A Tripartite Feature Fusion architecture integrates both encoder-only (DeBERTa-v3) and causal LLM (Qwen2.5) models for dynamic aggregation of global and localized aspect-opinion embeddings. Finally, an unsupervised Test-Time Adaptation (TTA) mechanism calibrates normalization layers on the fly. The system achieved competitive performance and offered insights into LLM limitations in cross-lingual sentiment transfer.

Key takeaway

For NLP Engineers developing cross-lingual sentiment analysis systems, consider integrating a multi-faceted approach to overcome data scarcity and domain shifts. You should explore translation-based data augmentation with HTML-tag alignment and combine diverse LLM architectures like DeBERTa-v3 and Qwen2.5 for feature fusion. Implementing unsupervised Test-Time Adaptation can dynamically calibrate your models, enhancing performance in challenging cross-domain scenarios. This strategy offers a robust path for predicting continuous Valence and Arousal scores.

Key insights

A robust DimABSA framework combines data augmentation, opinion extraction, LLM feature fusion, and test-time adaptation to handle cross-lingual, cross-domain sentiment prediction.

Principles

Method

The framework uses translation-based data augmentation, unsupervised opinion extraction via syntactic dependency parsing, a Tripartite Feature Fusion with DeBERTa-v3 and Qwen2.5, and unsupervised Test-Time Adaptation for normalization layer calibration.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

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