ICT-NLP at SemEval-2026 Task 3: Less Is More — Multilingual Encoder with Joint Training and Adaptive Ensemble for Dimensional Aspect Sentiment Regression

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

Summary

ICT-NLP's system for SemEval-2026 Task 3 Track A Subtask 1 addresses Dimensional Aspect Sentiment Regression (DimASR) with a lightweight, resource-efficient approach. It relies solely on multilingual pre-trained encoders, avoiding large language models or external corpora. Key techniques include joint multilingual and multi-domain training to enhance cross-lingual transfer and mitigate data sparsity, a bounded regression transformation for improved training stability and constrained predictions, and an adaptive ensemble strategy via subset search to reduce prediction variance. The system demonstrated strong, consistent performance, securing 1st place on zho-res, 2nd on zho-lap, and 3rd on jpn-hot, with all other datasets ranking within the top half of participating teams.

Key takeaway

For NLP engineers developing sentiment regression systems, this work demonstrates that resource-efficient multilingual encoders can achieve top-tier performance without relying on LLMs. You should consider implementing joint multilingual/multi-domain training and bounded regression transformations to enhance stability and cross-lingual transfer. An adaptive ensemble strategy can further reduce prediction variance, offering a robust alternative to larger, more complex models.

Key insights

Lightweight multilingual encoders with joint training and adaptive ensemble achieve strong dimensional aspect sentiment regression.

Principles

Method

The system uses multilingual pre-trained encoders, applies joint multilingual and multi-domain training, incorporates a bounded regression transformation, and employs an adaptive ensemble strategy via subset search.

In practice

Topics

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

Related on AIssential

Open in AIssential →

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