MIKO: Multimodal Intention Knowledge Distillation from Large Language Models for Social-Media Commonsense Discovery
Feihong Lu, Weiqi Wang, Yangyifei Luo, Ziqin Zhu, Qingyun Sun, Baixuan Xu, Haochen Shi, Shiqi Gao, Qian Li, Yangqiu Song, Jianxin Li
TL;DR
MIKO addresses the challenge of inferring social-media users' intentions from multimodal posts by distilling intention knowledge through a staged LLM/MLLM pipeline. It combines image captioning, key-information extraction, and intention generation aligned with ATOMIC relations to produce an extensive intention knowledge base from 137,287 posts (1,372K intentions). Intrinsic evaluations with two-stage human annotation demonstrate high plausibility and typicality, while extrinsic evaluation shows that incorporating distilled intentions enhances sarcasm detection beyond strong baselines. The approach demonstrates the value of multimodal reasoning for social-intention understanding and offers a scalable framework for downstream social-media analytics and cognition-guided NLP tasks.
Abstract
Social media has become a ubiquitous tool for connecting with others, staying updated with news, expressing opinions, and finding entertainment. However, understanding the intention behind social media posts remains challenging due to the implicitness of intentions in social media posts, the need for cross-modality understanding of both text and images, and the presence of noisy information such as hashtags, misspelled words, and complicated abbreviations. To address these challenges, we present MIKO, a Multimodal Intention Kowledge DistillatiOn framework that collaboratively leverages a Large Language Model (LLM) and a Multimodal Large Language Model (MLLM) to uncover users' intentions. Specifically, we use an MLLM to interpret the image and an LLM to extract key information from the text and finally instruct the LLM again to generate intentions. By applying MIKO to publicly available social media datasets, we construct an intention knowledge base featuring 1,372K intentions rooted in 137,287 posts. We conduct a two-stage annotation to verify the quality of the generated knowledge and benchmark the performance of widely used LLMs for intention generation. We further apply MIKO to a sarcasm detection dataset and distill a student model to demonstrate the downstream benefits of applying intention knowledge.
