ALPS-Lab at SemEval-2026 Task 3: A Multilingual Generative LLM Approach for Dimensional Aspect Sentiment Analysis
Summary
ALPS-Lab introduced a Supervised Fine-Tuning (SFT) approach for the SemEval-2026 Task 3, focusing on Dimensional Aspect Sentiment Analysis (DimABSA). This method utilizes the Gemma-3 27B large language model, enhanced with QLoRA for efficient fine-tuning across multilingual datasets. A key finding is that merging data from various languages significantly boosts performance, particularly in low-resource language domains. The proposed system also incorporates a post-processing step to eliminate duplicate outputs, ensuring accurate evaluation of aspect-level sentiment intensities. This research was presented at the 20th International Workshop on Semantic Evaluation in July 2026.
Key takeaway
For NLP Engineers developing multilingual sentiment analysis systems, especially in low-resource settings, you should consider adopting a Supervised Fine-Tuning approach with QLoRA. Leveraging multilingual data merging can significantly improve model performance. Evaluate the Gemma-3 27B model or similar generative LLMs with this strategy, ensuring robust post-processing to refine output accuracy for aspect-level sentiment intensity predictions.
Key insights
Multilingual data merging and QLoRA fine-tuning enhance aspect-level sentiment analysis with LLMs.
Principles
- Multilingual data merging boosts low-resource domain performance.
- QLoRA enables efficient LLM fine-tuning.
Method
Apply SFT with Gemma-3 27B and QLoRA, fine-tuning on merged multilingual datasets, followed by duplicate output post-processing for accurate evaluation.
In practice
- Use QLoRA for efficient LLM fine-tuning.
- Combine multilingual data for better results.
- Implement post-processing to refine LLM outputs.
Topics
- Dimensional Aspect Sentiment Analysis
- Large Language Models
- QLoRA
- Supervised Fine-Tuning
- Multilingual NLP
- SemEval
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.