grow-ai-like-a-child/mechanical-reasoning
Mechanical Reasoning Mechanical Reasoning is a multimodal benchmark designed to evaluate mechanical and physical reasoning in large vision-language models (VLMs). This dataset is introduced in the paper: Probing Mechanical Reasoning in Large Vision Language ModelsarXiv:2410.00318 It is part of the Grow AI Like a Child benchmark initiative, which explores structured, curriculum-aligned evaluation for embodied intelligence. π§ Dataset Overview This datasetβ¦ See the full description on the dataset page: https://huggingface.co/datasets/grow-ai-like-a-child/mechanical-reasoning.
Mechanical Reasoning
Mechanical Reasoning is a multimodal benchmark designed to evaluate mechanical and physical reasoning in large vision-language models (VLMs). This dataset is introduced in the paper:
Probing Mechanical Reasoning in Large Vision Language Models arXiv:2410.00318
It is part of the Grow AI Like a Child benchmark initiative, which explores structured, curriculum-aligned evaluation for embodied intelligence.
π§ Dataset Overview
This dataset focuses on mechanical reasoning grounded in either static images or short video clips. Each item presents a physical scenario and poses a question requiring spatial, causal, or commonsense understanding.
The dataset contains:
- 148 samples
- Two modalities:
imageorvideo - Two question formats:
multiple-choice(MC) ortrue/false(TF)
π§© Reasoning Types
The questions span a variety of physical reasoning challenges:
- Gear and pulley systems
- Fluid and buoyancy dynamics
- Torque and balance
- Conveyor motion
- Mechanical advantage
- Temporal prediction and causality
π Dataset Format
Each sample includes:
π’ sec_label Categories
π Folder Structure
data/
βββ data.csv
βββ images/
β βββ *.png
β βββ metadata.jsonl
βββ videos/
β βββ *.mov / *.mp4
β βββ metadata.jsonl- The
metadata.jsonlfiles store structured sample entries. - For video samples,
file_namein metadata is mapped to.pngformat to avoid embedding issues on Dataset Viewer.
π‘ Example
{
"file_name": "d0001.png",
"media_type": "image",
"question_type": "MC",
"sec_label": 6,
"question": "In which direction is the leaking cylinder moving in the water in the picture? A. up; B. down",
"correct_answer": "B"
}π Citation
If you use this dataset, please cite:
@misc{sun2025probingmechanicalreasoninglarge,
title={Probing Mechanical Reasoning in Large Vision Language Models},
author={Haoran Sun and Qingying Gao and Haiyun Lyu and Dezhi Luo and Yijiang Li and Hokin Deng},
year={2025},
eprint={2410.00318},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2410.00318},
}π€ Acknowledgments
This dataset is developed by the Grow AI Like a Child community.
