PICT at SemEval-2026 Task 3: A Transformer-Based System for Dimensional Aspect-Aware Sentiment Regression with Weighted Layer Pooling

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

Summary

Team PICT's submission for SemEval-2026 Task 3, named DimASR, addresses continuous valence and arousal prediction. Their system focuses on reducing variance and preventing negative transfer across domains. It employs strictly domain-isolated pipelines for the Laptop and Restaurant datasets, utilizing a RoBERTa-Large backbone. The architecture incorporates weighted layer pooling to extract a rich feature hierarchy, an aspect-aware attention module driven by the [CLS] token for local context isolation, and a deep residual regression head for mapping to continuous space. Regularized with R-Drop and SWA, the system achieved 3rd place in the Restaurant domain with an RMSE of 1.195 and 9th place in the Laptop domain with an RMSE of 1.326.

Key takeaway

For NLP Engineers developing sentiment regression models, consider implementing domain-isolated pipelines to prevent negative transfer, especially when dealing with distinct datasets like product reviews. Your systems could benefit from a RoBERTa-Large backbone combined with weighted layer pooling and [CLS]-driven aspect-aware attention for improved performance. Applying regularization techniques like R-Drop and SWA can further enhance model stability and accuracy, potentially improving your competitive standing in tasks like DimASR.

Key insights

Domain-isolated Transformer systems with weighted layer pooling and aspect-aware attention excel at dimensional sentiment regression, reducing variance.

Principles

Method

Build domain-isolated pipelines using RoBERTa-Large. Extract features via weighted layer pooling, apply [CLS]-driven aspect-aware attention, and map to continuous space with a deep residual regression head, regularized by R-Drop and SWA.

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.