MM-IQ
收藏资源简介:
MM-IQ是一个新的基准测试,旨在通过需要抽象推理能力的多种推理模式来评估多模态语言模型(MLLMs)的智能。它包含三种输入格式、六种问题配置和八种推理模式。MM-IQ拥有2710个样本,是评估MLLMs智能的最全面和最大的AVR基准测试,分别比最近的两个基准测试MARVEL和MathVista-IQTest大3倍和10倍。通过专注于AVR问题,MM-IQ提供了对MLLMs认知能力和智能的有针对性的评估,有助于更全面地理解它们在追求通用人工智能(AGI)过程中的优势和局限性。
MM-IQ is a novel benchmark designed to evaluate the intelligence of Multimodal Large Language Models (MLLMs) via diverse reasoning patterns that demand abstract reasoning capabilities. It includes three input formats, six question configurations, and eight reasoning modes. Boasting 2,710 samples, MM-IQ stands as the most comprehensive and largest AVR benchmark for assessing MLLM intelligence, being 3 times and 10 times larger than two recent benchmarks, MARVEL and MathVista-IQTest, respectively. By focusing on AVR tasks, MM-IQ provides targeted evaluations of the cognitive abilities and intelligence of MLLMs, enabling a more comprehensive understanding of their strengths and limitations in the pursuit of Artificial General Intelligence (AGI).
MM-IQ 数据集概述
任务类别
- 多项选择题
- 问题回答
- 视觉问题回答
语言
- 英语 (en)
- 中文 (zh)
标签
- 多模态 (multimodal)
- 智力测试 (intelligence)
数据规模
- 1K < n < 10K
许可
Apache-2.0
数据集名称
MM-IQ
配置信息
- 配置名称:默认 (default)
- 特征列表:
- 类别 (category):字符串 (string)
- 问题 (question):字符串 (string)
- 问题(英文)(question_en):字符串 (string)
- 问题(中文)(question_zh):字符串 (string)
- 图片 (image):图片 (image)
- MD5 (MD5):字符串 (string)
- 数据ID (data_id):整型 (int64)
- 答案 (answer):字符串 (string)
- 切分 (split):字符串 (string)
- 特征列表:
数据集简介
MM-IQ是一个包含2710个精心策划的测试项目的全面评估框架,涵盖8种不同的推理范式。
论文信息
- 论文:MM-IQ: Benchmarking Human-Like Abstraction and Reasoning in Multimodal Models
- 代码:MMIQ GitHub
- 项目:MMIQ Benchmark
- 排行榜:MMIQ Leaderboard
数据集使用
数据下载
使用以下命令下载数据集(确保已安装Huggingface Datasets): python from datasets import load_dataset dataset = load_dataset("huanqia/MM-IQ")
数据格式
数据集以Parquet格式提供,包含以下属性: json { "question": [string] 问题文本, "answer": [string] 问题的正确答案, "data_id": [int] 问题的ID, "category": [string] 推理范式的类别, "image": [image] 与数据.zip中的图片对应的图片(原始字节和图片路径) }
自动评估
有关在数据集上自动评估模型的详细信息,请参考我们的GitHub仓库。
引用
如果您在研究中使用MM-IQ数据集,请使用以下BibTeX引用论文: bibtex @article{cai2025mm, title={MM-IQ: Benchmarking Human-Like Abstraction and Reasoning in Multimodal Models}, author={Cai, Huanqia and Yang, Yijun and Hu, Winston}, journal={arXiv preprint arXiv:2502.00698}, year={2025} }
联系方式
Huanqia Cai: caihuanqia19@mails.ucas.ac.cn




