SOTAVerified

Multimodal Fact-Checking with Vision Language Models: A Probing Classifier based Solution with Embedding Strategies

2024-12-06Code Available0· sign in to hype

Recep Firat Cekinel, Pinar Karagoz, Cagri Coltekin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This study evaluates the effectiveness of Vision Language Models (VLMs) in representing and utilizing multimodal content for fact-checking. To be more specific, we investigate whether incorporating multimodal content improves performance compared to text-only models and how well VLMs utilize text and image information to enhance misinformation detection. Furthermore we propose a probing classifier based solution using VLMs. Our approach extracts embeddings from the last hidden layer of selected VLMs and inputs them into a neural probing classifier for multi-class veracity classification. Through a series of experiments on two fact-checking datasets, we demonstrate that while multimodality can enhance performance, fusing separate embeddings from text and image encoders yielded superior results compared to using VLM embeddings. Furthermore, the proposed neural classifier significantly outperformed KNN and SVM baselines in leveraging extracted embeddings, highlighting its effectiveness for multimodal fact-checking.

Tasks

Reproductions