MME-Reasoning
收藏资源简介:
MME-Reasoning是一个全面评估多模态大语言模型(MLLMs)逻辑推理能力的基准测试。它包含1,188个精心设计的问题,系统覆盖了归纳、演绎和溯因三种逻辑推理类型,并涵盖不同难度级别。
MME-Reasoning is a benchmark for comprehensively evaluating the logical reasoning capabilities of multimodal large language models (MLLMs). It comprises 1,188 meticulously designed questions that systematically cover three categories of logical reasoning: inductive, deductive, and abductive, and spans multiple difficulty levels.
MME-Reasoning 数据集概述
基本信息
- 数据集名称: MME-Reasoning
- 任务类型: 多模态推理 (Multimodal Reasoning)、视觉推理 (Visual Reasoning)
- 官方仓库: GitHub
- 项目页面: Project Page
- 论文链接: Paper
- Huggingface数据集: Huggingface Dataset
- 排行榜: Leaderboard
数据集简介
MME-Reasoning 是一个全面评估多模态大语言模型 (MLLMs) 推理能力的基准测试。该数据集包含 1,188 个精心设计的问题,系统覆盖了三种逻辑推理类型(归纳、演绎和溯因),并涵盖不同难度级别。
关键特点
- 推理类型: 归纳推理、演绎推理、溯因推理
- 难度级别: 涵盖多个难度级别
- 实验模型: 包括 OpenAI o4-mini、Seed1.5-VL-Thinking、Gemini2.5-Pro-Thinking 等
主要发现
- MLLMs 在推理能力上存在显著局限性和明显的不平衡。
- 溯因推理是当前 MLLMs 的主要瓶颈。
- 推理长度与任务难度相关,但伴随边际效应和令牌效率下降。
使用说明
-
按照 VLMEvalKit 设置环境。
-
从 huggingface 下载 MME-Reasoning 数据和元数据。
-
设置环境变量
LMUData。 -
在
vlmeval/dataset/mmereasoning/mmereasoning.py中设置元数据路径。 -
运行推理脚本: python python run.py --data MMEReasoning --model your_model --mode infer --verbose
-
提取和评估最终结果: python python test_mme_reasoning.py --file_path response_file
贡献与引用
- 贡献排行榜: 欢迎通过邮件 jkyuan112@gmail.com 或 pengts521@gmail.com 提交预测文件。
- 引用: 提供 BibTeX 引用格式(具体内容见官方仓库)。




