CofiPara: A Coarse-to-fine Paradigm for Multimodal Sarcasm Target Identification with Large Multimodal Models
Hongzhan Lin, Zixin Chen, Ziyang Luo, Mingfei Cheng, Jing Ma, Guang Chen
TL;DR
The paper tackles the challenging task of Multimodal Sarcasm Target Identification (MSTI) by introducing CofiPara, a coarse-to-fine framework that leverages Divergent Thinking with Large Multimodal Models (LMMs) and a coarser-grained Multimodal Sarcasm Detection (MSD) pre-training stage. It first generates competing rationales from LMMs to guide a smaller language model through a robust pre-training on MSD, then fine-tunes this model to identify textual and visual sarcasm targets in MSTI with specialized cross-attention decoders and multi-task losses. Empirical results on MMSD2.0 and MSTI2.0 show that CofiPara beats state-of-the-art MSTI and MSD baselines, with especially large gains in visual target detection (AP50) and notable improvements in textual target identification (EM). The framework also provides enhanced explainability via LMM-generated rationales, supporting better interpretability and human verification, while ablation studies confirm the importance of MSD pre-training and LMM reasoning in achieving these gains. Overall, CofiPara offers a general, explainable approach to multimodal sarcasm understanding that can adapt to stronger LMMs and broader sarcasm-related tasks in the future.
Abstract
Social media abounds with multimodal sarcasm, and identifying sarcasm targets is particularly challenging due to the implicit incongruity not directly evident in the text and image modalities. Current methods for Multimodal Sarcasm Target Identification (MSTI) predominantly focus on superficial indicators in an end-to-end manner, overlooking the nuanced understanding of multimodal sarcasm conveyed through both the text and image. This paper proposes a versatile MSTI framework with a coarse-to-fine paradigm, by augmenting sarcasm explainability with reasoning and pre-training knowledge. Inspired by the powerful capacity of Large Multimodal Models (LMMs) on multimodal reasoning, we first engage LMMs to generate competing rationales for coarser-grained pre-training of a small language model on multimodal sarcasm detection. We then propose fine-tuning the model for finer-grained sarcasm target identification. Our framework is thus empowered to adeptly unveil the intricate targets within multimodal sarcasm and mitigate the negative impact posed by potential noise inherently in LMMs. Experimental results demonstrate that our model far outperforms state-of-the-art MSTI methods, and markedly exhibits explainability in deciphering sarcasm as well.
