Search papers, labs, and topics across Lattice.
This paper introduces a system for dimensional aspect-based sentiment regression that combines a hybrid RoBERTa encoder with large language models (LLMs) through prediction-level ensemble learning. The hybrid RoBERTa encoder uses both regression and discretized classification heads to improve prediction stability. By ensembling the RoBERTa encoder with LLMs using ridge-regression stacking, the system achieves significant improvements in RMSE and correlation scores on the development set.
Ensembling RoBERTa with LLMs substantially boosts performance in aspect-based sentiment regression, highlighting the complementary strengths of both architectures.
We present our system for SemEval-2026 Task 3 on dimensional aspect-based sentiment regression. Our approach combines a hybrid RoBERTa encoder, which jointly predicts sentiment using regression and discretized classification heads, with large language models (LLMs) via prediction-level ensemble learning. The hybrid encoder improves prediction stability by combining continuous and discretized sentiment representations. We further explore in-context learning with LLMs and ridge-regression stacking to combine encoder and LLM predictions. Experimental results on the development set show that ensemble learning significantly improves performance over individual models, achieving substantial reductions in RMSE and improvements in correlation scores. Our findings demonstrate the complementary strengths of encoder-based and LLM-based approaches for dimensional sentiment analysis. Our development code and resources will be shared at https://github.com/aaronlifenghan/ABSentiment