RPI Team at SemEval-2026 Task 3: An LLM-Encoder Ensemble for Coarse-to-Fine Valence-Arousal Sentiment Prediction
Summary
The RPI Team developed a coarse-to-fine Valence-Arousal (VA) ensemble system for subtask 1 of SemEval-2026 Task 3 (DimABSA), focusing on aspect-level VA prediction. Their approach integrates a pair of LoRA-tuned Qwen 3 8B LLMs, which predict coarse VA bins between 1 and 8, generating ordinal VA guidance signals and distributional features. These LLM-derived features then inform the training of an instruction-style, multilingual E5 encoder model equipped with a multitask head, designed to produce continuous VA predictions. During inference, the trained LLMs generate guidance signals for the test set, which are subsequently fed into the trained encoder. This architecture utilizes the LLM as a high-level prior for initial estimation, while the encoder refines predictions for precise calibration across six languages and five domains. The system achieved an RMSEVA of 1.20 and demonstrated superior performance over separate valence and arousal models, particularly in arousal correlations.
Key takeaway
For Machine Learning Engineers developing advanced sentiment analysis systems, this ensemble approach offers a robust strategy. If your goal is precise aspect-level Valence-Arousal prediction across multiple languages and domains, consider integrating coarse LLM guidance with a calibrated encoder. This method, demonstrated by an RMSEVA of 1.20, suggests you can achieve superior performance, especially for arousal correlations, by utilizing LLMs for high-level priors and encoders for fine-tuned, continuous outputs.
Key insights
An LLM-encoder ensemble uses coarse LLM guidance to calibrate a multilingual encoder for precise continuous Valence-Arousal prediction.
Principles
- Combining LLMs and encoders improves VA prediction.
- Coarse LLM priors enhance fine-grained encoder calibration.
- Joint VA modeling outperforms separate valence/arousal.
Method
Train LoRA-tuned Qwen 3 8B LLMs for coarse VA bins (1-8). Use LLM outputs as guidance for training a multilingual E5 encoder with a multitask head for continuous VA prediction.
In practice
- Apply LLM-encoder ensembles for complex sentiment tasks.
- Use LLMs for initial coarse predictions.
- Integrate multitask heads for related continuous outputs.
Topics
- Valence-Arousal Prediction
- Sentiment Analysis
- LLM-Encoder Ensemble
- Qwen 3 8B
- E5 Encoder
- SemEval-2026 Task 3
- LoRA Tuning
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.