Search papers, labs, and topics across Lattice.
The paper introduces Self-Consistent Structured Generation (SCSG), a method for improving the reliability of Dimensional Aspect-Based Sentiment Analysis (DimASTE) using LLMs. SCSG involves running a LoRA-adapted LLM multiple times and retaining only the sentiment tuples that achieve a majority consensus across runs. By using vLLM's PagedAttention, the method mitigates the computational cost of multiple forward passes, leading to statistically significant improvements over single-inference prompting.
Achieve top performance in sentiment analysis by having your LLM vote on its own answers.
We present Self-Consistent Structured Generation (SCSG) for Dimensional Aspect-Based Sentiment Analysis in SemEval-2026 Task 3 (Track A). SCSG enhances prediction reliability by executing a LoRA-adapted large language model multiple times per instance, retaining only tuples that achieve a majority consensus across runs. To mitigate the computational overhead of multiple forward passes, we leverage vLLM's PagedAttention mechanism for efficient key--value cache reuse. Evaluation across 6 languages and 8 language--domain combinations demonstrates that self-consistency with 15 executions yields statistically significant improvements over single-inference prompting, with our system (leveraging Gemma 3) ranking in the top seven across all settings, achieving second place on three out of four English subsets and first place on Tatar-Restaurant for DimASTE.