XFacta is a new real-world, post-January-2024 multimodal misinformation dataset from X, and evaluations show that MLLM detectors need external evidence, especially image-to-text evidence, with multi-step reasoning performing best.
Can Out-of-Domain data help to Learn Domain-Specific Prompts for Multimodal Misinformation Detection?
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Spread of fake news using out-of-context images and captions has become widespread in this era of information overload. Since fake news can belong to different domains like politics, sports, etc. with their unique characteristics, inference on a test image-caption pair is contingent on how well the model has been trained on similar data. Since training individual models for each domain is not practical, we propose a novel framework termed DPOD (Domain-specific Prompt tuning using Out-of-domain data), which can exploit out-of-domain data during training to improve fake news detection of all desired domains simultaneously. First, to compute generalizable features, we modify the Vision-Language Model, CLIP to extract features that helps to align the representations of the images and corresponding captions of both the in-domain and out-of-domain data in a label-aware manner. Further, we propose a domain-specific prompt learning technique which leverages training samples of all the available domains based on the extent they can be useful to the desired domain. Extensive experiments on the large-scale NewsCLIPpings and VERITE benchmarks demonstrate that DPOD achieves state of-the-art performance for this challenging task. Code: https://github.com/scviab/DPOD.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
XFacta: Contemporary, Real-World Dataset and Evaluation for Multimodal Misinformation Detection with Multimodal LLMs
XFacta is a new real-world, post-January-2024 multimodal misinformation dataset from X, and evaluations show that MLLM detectors need external evidence, especially image-to-text evidence, with multi-step reasoning performing best.