What is MMCV?
MMCV is a multimodal claim verification dataset featuring natural, multi-hop claims, with strong supervision for supporting facts to enable more explainable fact-checking systems. It is collected by a team of NLP researchers at Illinois Institute of Technology, and Emory University.
For more details about MMCV, please refer to our paper:
Getting started
MMCV is distributed under a CC BY-SA 4.0 License. The combined dataset as well as for each hop can be downloaded below.
A more comprehensive summary about data download, preprocessing, baseline model training, and evaluation is included in our GitHub repository.
Evaluation
As explained in the Sec 5 of the paper, zero-shot multimodal claim verification using various MLLMs under two settings. In the closed-book setting, the model does not retrieve information from external knowledge sources and must rely on its parametric (internal) knowledge to verify the claim. In the open-book setting, the model is provided with a set of gold evidence. Please refer to our evaluation script provided below for calculating the performance metrics.Citation
If you use MMCV in your research, please cite our paper with the following BibTeX entry
@inproceedings{wang2024piecing, title={Piecing It All Together: Verifying Multi-Hop Multimodal Claims}, author={Haoran Wang and Aman Rangapur and Xiongxiao Xu and Yueqing Liang and Haroon Gharwi and Carl Yang and Kai Shu.}, booktitle={Proceedings of the 31st International Conference on Computational Linguistics}, year={2025} }
Model | Code | Closed-Book | Open-Book | |||||||
---|---|---|---|---|---|---|---|---|---|---|
1-Hop | 2-Hop | 3-Hop | 4-Hop | 1-Hop | 2-Hop | 3-Hop | 4-Hop | |||
1 Sep 16, 2024 |
MMCV Baseline Illinois Tech (Wang et al. 2024) |
71.79 | 63.87 | 66.76 | 64.64 | 79.20 | 71.66 | 65.86 | 66.97 |