MMCV
收藏资源简介:
MMCV数据集包含多跳多模态声明验证的数据,每条记录包含一个多跳声明及其多模态证据,如文本、图像和表格证据。数据集用于验证多模态声明的准确性。
The MMCV Dataset contains data for multi-hop multimodal claim verification. Each record includes a multi-hop claim and its corresponding multimodal evidence, such as textual, image and tabular evidence. This dataset is designed to verify the accuracy of multimodal claims.
MMCV 数据集
概述
MMCV 数据集用于多跳多模态声明验证,包含多跳声明及其多模态证据。
数据结构
- 文件格式: JSON
- 文件内容: 每行包含一个多跳声明及其相关证据。
- 字段:
claim: 声明文本wiki_context: 维基百科上下文text_evidence: 文本证据image_evidence: 图像证据table_evidence: 表格证据label: 声明标签(如SUPPORT)
数据来源
- 文本证据、图像证据、表格证据: 对应于 MMQA 中的 ID。
数据下载
- 步骤:
- 运行
python download_raw.py下载原始数据。 - 运行
sh download_images.sh下载图像文件。
- 运行
环境要求
- Python 版本: 3.9
- 依赖安装: 使用
environment.yml文件创建 conda 环境。
运行指令
-
声明生成与细化: sh python data_collection_pipeline.py python assemble.py
-
否定管道: sh python negation_pipeline.py
-
MLLM 实验: sh python mllm_exp.py python evaluation.py
结果存储
- 实验结果: 存储在 MLLM_Results 文件夹中。
引用
text @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} }
许可证
- 许可证类型: CC BY-SA 4.0
- 许可证链接: CC BY-SA 4.0




