MME-CoT
收藏资源简介:
MME-CoT是一个专门评估大型多模态模型Chain-of-Thought推理性能的专业基准,涵盖数学、科学、OCR、逻辑、时空和一般场景六个领域。作为该领域的首次全面研究,我们提出了一套详尽的评估套件,包括三个新颖的指标,用于在细粒度层面上评估推理质量、鲁棒性和效率。
MME-CoT is a benchmark specifically designed for evaluating the Chain-of-Thought reasoning performance of large-scale multimodal models, encompassing six domains: mathematics, science, optical character recognition, logic, spatiotemporal, and general scenes.
MME-CoT 数据集概述
数据集基本信息
- 数据集名称:MME-CoT
- 任务类型:Multimodal CoT, Visual Reasoning
- 模型类型:OpenAI o1, Kimi k1.5, GPT-4o
数据集描述
MME-CoT是一个专为评估大型多模态模型(LMMs)在Chain-of-Thought(CoT)推理方面的性能的基准数据集。该数据集涵盖了六个领域:数学、科学、OCR、逻辑、时空和一般场景。
数据集特点
- 全面性:首个全面评估CoT在LMMs中推理质量、鲁棒性和效率的研究。
- 评估方法:提出了一套全面的评估套件,包含三个新颖的指标,用于在细粒度层面评估推理质量、鲁棒性和效率。
- 关键发现:具有反思机制的模型在CoT质量上表现出优势,Kimi k1.5超越GPT-4o。
数据集使用
- 数据获取:通过Huggingface Dataset获取,使用命令
from datasets import load_dataset; dataset = load_dataset("CaraJ/MME-CoT")。 - 贡献排行榜:将模型预测文件发送至jdzcarr7@gmail.com。
引用信息
latex @article{jiang2025mme, title={MME-CoT: Benchmarking Chain-of-Thought in Large Multimodal Models for Reasoning Quality, Robustness, and Efficiency}, author={Jiang, Dongzhi and Zhang, Renrui and Guo, Ziyu and Li, Yanwei and Qi, Yu and Chen, Xinyan and Wang, Liuhui and Jin, Jianhan and Guo, Claire and Yan, Shen and others}, journal={arXiv preprint arXiv:2502.09621}, year={2025} }




