CLMar 21, 2024

MMIDR: Teaching Large Language Model to Interpret Multimodal Misinformation via Knowledge Distillation

arXiv:2403.14171v39 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of making LLMs cost-effective and accessible for multimodal misinformation detection, though it appears incremental as it builds on existing knowledge distillation and data augmentation techniques.

The authors tackled the problem of teaching large language models (LLMs) to interpret multimodal misinformation by proposing MMIDR, a framework that uses knowledge distillation to enable LLMs to provide fluent textual explanations for their detection decisions, achieving sufficient detection performance and compelling rationales in experiments.

Automatic detection of multimodal misinformation has gained a widespread attention recently. However, the potential of powerful Large Language Models (LLMs) for multimodal misinformation detection remains underexplored. Besides, how to teach LLMs to interpret multimodal misinformation in cost-effective and accessible way is still an open question. To address that, we propose MMIDR, a framework designed to teach LLMs in providing fluent and high-quality textual explanations for their decision-making process of multimodal misinformation. To convert multimodal misinformation into an appropriate instruction-following format, we present a data augmentation perspective and pipeline. This pipeline consists of a visual information processing module and an evidence retrieval module. Subsequently, we prompt the proprietary LLMs with processed contents to extract rationales for interpreting the authenticity of multimodal misinformation. Furthermore, we design an efficient knowledge distillation approach to distill the capability of proprietary LLMs in explaining multimodal misinformation into open-source LLMs. To explore several research questions regarding the performance of LLMs in multimodal misinformation detection tasks, we construct an instruction-following multimodal misinformation dataset and conduct comprehensive experiments. The experimental findings reveal that our MMIDR exhibits sufficient detection performance and possesses the capacity to provide compelling rationales to support its assessments.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes