looploop at SemEval-2026 Task 3: A Dimensional Aspect-Based Sentiment System with DeBERTa Regression and Qwen3 Instruction Fine-Tuning
Summary
The looploop system, developed for SemEval-2026 Task 3, presents a hybrid approach to Aspect-Based Sentiment Analysis (ABSA) that addresses the challenges of capturing continuous affective states. For Task 1, which involves Valence-Arousal Regression, the system employs a discriminative architecture utilizing a pre-trained DeBERTa encoder with a MeanPooling mechanism to directly regress continuous sentiment scores. For the more complex Tasks 2 and 3, requiring structural extraction of opinion triplets and quadruplets, a generative approach is adopted. This involves fine-tuning the Qwen3-4B-Instruct large language model using 4-bit QLoRA. This dual strategy effectively manages both precise numerical regression and intricate structural text generation, yielding competitive results across English laptop and restaurant domains.
Key takeaway
For NLP engineers developing advanced sentiment analysis systems, consider adopting a hybrid modeling approach. Your strategy should involve discriminative models like DeBERTa for precise continuous sentiment regression and instruction-tuned LLMs such as Qwen3-4B-Instruct for complex structural information extraction. This allows you to optimize performance across diverse ABSA subtasks, leveraging 4-bit QLoRA for efficient LLM deployment.
Key insights
A hybrid ABSA system combines discriminative regression with generative instruction fine-tuning for varying task complexities.
Principles
- Match model architecture to task complexity.
- Pre-trained encoders excel at continuous regression.
- LLMs are effective for complex structural generation.
Method
For Task 1 (Valence-Arousal Regression), use DeBERTa with MeanPooling. For Tasks 2 and 3 (structural extraction), fine-tune Qwen3-4B-Instruct via 4-bit QLoRA.
In practice
- Apply DeBERTa for continuous sentiment scoring.
- Utilize Qwen3-4B-Instruct for opinion triplet extraction.
- Employ 4-bit QLoRA for efficient LLM fine-tuning.
Topics
- Aspect-Based Sentiment Analysis
- DeBERTa
- Qwen3-4B-Instruct
- QLoRA
- Sentiment Regression
- Instruction Fine-Tuning
- SemEval-2026
Best for: AI Engineer, 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.