ACL2026
Beyond Polarity: Continuous Affect-Enhanced Multimodal Aspect-Based Sentiment Classification
Ling-Ang Meng, Tianyu Zhao, Dawei Song, Jingxu Cao, Youhui Zuo
摘要
Multimodal aspect-based sentiment classification (MABSC) requires aspect-level sentiment inference from textual-image data that jointly convey opinions. Yet most existing approaches primarily exploit discrete polarity patterns and generic visual embeddings, making them less effective when the affect is subtle, implicit, or expressed through imagery. In this work, we propose VADE, a Valence-Arousal-Dominance (VAD)-Enhanced MABSC framework that brings continuous VAD signals into multimodal sentiment reasoning and learns emotion-sensitive image representations. Specifically, we design a VAD encoder to extract continuous affect cues from text for aspect-level sentiment reasoning. Furthermore, we fine-tune a CLIP-based image encoder on affect-enriched image-text pairs to obtain visual representations that are more sensitive to sentiment cues. To support the fine-tuning process, we construct an affectenriched image-text dataset Senti-COCO by rewriting MSCOCO captions with a multimodal large language model, which yields large-scale image-text pairs with richer affective expressions. Experiments on two mainstream datasets, Twitter-15 and Twitter-17, show that VADE achieves state-of-the-art results, demonstrating the effectiveness of incorporating VAD signals for MABSC. Our code and dataset are publicly available at https://github.com/Maydayflower/VADE .