Structured Prompting and LLM Ensembling for Multimodal Conversational Aspect-based Sentiment Analysis
Zhiqiang Gao, Shihao Gao, Zixing Zhang, Yihao Guo, Hongyu Chen, Jing Han
TL;DR
This work tackles multimodal conversational sentiment analysis via two MCABSA challenges: panoptic sentiment sextuple extraction and sentiment flipping analysis. It introduces a structured prompting pipeline with MSGR for robust Target–Aspect extraction, followed by Hybrid LLM Optimization Strategy (HLOS) to refine opinions, sentiments, and rationales, plus an ensemble of three LLMs for flip detection. Empirical results show substantial gains from component-wise refinements (subtask-I) and strong ensemble robustness (subtask-II), achieving 47.38% average and 74.12% Exact Match F1, respectively. The approach demonstrates the feasibility of combining multimodal captioning, stepwise extraction, and model ensembling for rich, multimodal sentiment understanding with potential impact on emotionally intelligent AI systems.
Abstract
Understanding sentiment in multimodal conversations is a complex yet crucial challenge toward building emotionally intelligent AI systems. The Multimodal Conversational Aspect-based Sentiment Analysis (MCABSA) Challenge invited participants to tackle two demanding subtasks: (1) extracting a comprehensive sentiment sextuple, including holder, target, aspect, opinion, sentiment, and rationale from multi-speaker dialogues, and (2) detecting sentiment flipping, which detects dynamic sentiment shifts and their underlying triggers. For Subtask-I, in the present paper, we designed a structured prompting pipeline that guided large language models (LLMs) to sequentially extract sentiment components with refined contextual understanding. For Subtask-II, we further leveraged the complementary strengths of three LLMs through ensembling to robustly identify sentiment transitions and their triggers. Our system achieved a 47.38% average score on Subtask-I and a 74.12% exact match F1 on Subtask-II, showing the effectiveness of step-wise refinement and ensemble strategies in rich, multimodal sentiment analysis tasks.
