BCAmirs at SemEval-2024 Task 4: Beyond Words: A Multimodal and Multilingual Exploration of Persuasion in Memes
Amirhossein Abaskohi, Amirhossein Dabiriaghdam, Lele Wang, Giuseppe Carenini
TL;DR
This work tackles the detection of rhetorical and psychological persuasion techniques in memes across multiple languages within SemEval-2024 Task 4. It introduces an intermediate meme caption generation step to bridge the modality gap between text and image, leveraging GPT-4 captions alongside meme text to fine-tune RoBERTa and CLIP, achieving strong gains across 12 subtasks and top placements in Subtask 2a/2b. The authors compare a wide range of models, with the ConcatRoBERTa architecture (image+text+caption) trained on GPT-4 captions delivering the best dev performance, highlighting the value of semantic information from generated captions for abstract visual semantics in memes. The study advances understanding of multimodal and multilingual persuasion detection and points to future work on improving image-based metaphor understanding and robustness to adversarial and domain-shift scenarios.
Abstract
Memes, combining text and images, frequently use metaphors to convey persuasive messages, shaping public opinion. Motivated by this, our team engaged in SemEval-2024 Task 4, a hierarchical multi-label classification task designed to identify rhetorical and psychological persuasion techniques embedded within memes. To tackle this problem, we introduced a caption generation step to assess the modality gap and the impact of additional semantic information from images, which improved our result. Our best model utilizes GPT-4 generated captions alongside meme text to fine-tune RoBERTa as the text encoder and CLIP as the image encoder. It outperforms the baseline by a large margin in all 12 subtasks. In particular, it ranked in top-3 across all languages in Subtask 2a, and top-4 in Subtask 2b, demonstrating quantitatively strong performance. The improvement achieved by the introduced intermediate step is likely attributable to the metaphorical essence of images that challenges visual encoders. This highlights the potential for improving abstract visual semantics encoding.
