image
imagewidth (px) 793
1.91k
|
---|

M4R: Measuring Massive Multimodal Understanding and Reasoning in Open Space
Website · Code · Leaderboard · Dataset · Dataset-Zip · Issue
Project Homepage:
https://open-space-reasoning.github.io/
About the Dataset:
This benchmark includes approximately 2,000 videos and 19,000 human-annotated question-answer pairs, covering a wide range of reasoning tasks (as shown in Figure 1). We provide a sample set (approximately 4K examples) for efficiency evaluation, randomly selected from the full dataset (19K examples). All annotations were performed by highly educated annotators, each holding at least a master's degree in engineering-related fields such as mathematics or computer science. The dataset features a variety of video lengths, categories, and frame counts, and spans three primary open-space reasoning scenarios: land space, water space, and air space. An overview of the dataset’s characteristics is shown in Figure 2, which illustrates the distributions of video duration, domain coverage, and reasoning styles. During annotation, we first design the hard-level tasks and label each question with the ground-truth answer. Based on these, we then construct the medium and easy tasks. The primary differences between difficulty levels lie in the number and types of answer choices. Details of the annotation procedure and difficulty levels are provided in our paper.
Dataset Format:
{
"id": int,
"dataset": "str", // e.g., sub dataset filename
"scene_name": "str", // e.g., video filename
"reasoning_style": "str", // e.g., temporal_reasoning, intent_goal_reasoning, etc.
"question": "str", // The reasoning question related to the scene
"ground_truth": "str", // Correct answer key (e.g., "A", "B", etc.)
"options": ["str", "str", "str", "str", "str", "str"] // Multiple-choice options
}
One example from air space:
{
"id": 1,
"dataset": "air_space_long",
"scene_name": "air_space_long_1.mp4",
"reasoning_style": "intent_goal_reasoning",
"question": "How many moving airplanes are observed in this video?",
"ground_truth": "A",
"options": [
"E. [0,1]",
"C. [8,9]",
"A. [4,5]",
"D. [6,7]",
"B. [10,11]",
"F. [2,3]"
]
}

Dataset Distribution:

Three Space Settings

Reasoning Settings:

One Example in Land Space Settings:

How to use the Dataset
Please refer to our github page for the setup and usage instructions: M4R Code.
Download Dataset
You can download the dataset directly from our Hugging Face repository via:
git lfs install
git clone https://huggingface.co/datasets/Open-Space-Reasoning/M4R
If you encounter any issues during the download, we also provide a zipped version for convenience: Download Dataset (ZIP)
Note: If you encounter any issues, please visit our GitHub page, where we provide more information about the project and detailed instructions for downloading and using the datasets.
Citation
If you find the repository useful, please cite the study
@article{gu2025m4r,
title={Measuring Massive Multi-Modal Understanding and Reasoning in Open Space},
author={Gu, Shangding and Wang, Xiaohan and Ying, Donghao and Zhao, Haoyu and Yang, Runing and Li, Boyi and Jin, Ming and Pavone, Marco and Yeung-Levy, Serena and Wang, Jun and Song, Dawn and Spanos, Costas},
journal={Github},
year={2025}
}
- Downloads last month
- 43