---
license: apache-2.0
task_categories:
- visual-question-answering
- image-text-to-text
language:
- en
tags:
- spatial-reasoning
- multi-hop
- grounding
- vision-language
- benchmark
- VQA
- bounding-box
pretty_name: MultihopSpatial
size_categories:
- 10K
Project Page | Paper | Model
## Overview **MultihopSpatial** is a benchmark designed to evaluate whether vision-language models (VLMs) demonstrate robustness in **multi-hop compositional spatial reasoning**. Unlike existing benchmarks that only assess single-step spatial relations, MultihopSpatial features queries with **1 to 3 reasoning hops** paired with **visual grounding evaluation**, exposing a critical blind spot: models achieving high multiple-choice accuracy often lack proper spatial localization. All 4,500 benchmark QA pairs and bounding boxes are **strictly annotated by ten trained human experts** with an inter-rater agreement of 90% (Krippendorff's α = 0.90). ## Key Features - **Multi-hop Composition**: Tests 1-hop, 2-hop, and 3-hop sequential spatial reasoning, mirroring real-world embodied AI needs. - **Grounded Evaluation**: Addresses the "lucky guess" problem — models must both select the correct answer AND localize it via bounding box (Acc@50IoU). - **Perspective-taking**: Includes both ego-centric and exo-centric viewpoints. - **Three Spatial Categories**: Attribute (ATT), Position (POS), and Relation (REL), composable into multi-hop questions. - **Training Data**: MultihopSpatial-Train (6,791 samples) supports post-training via reinforcement learning (e.g., GRPO). ## Dataset Statistics ### MultihopSpatial | | **Ego-centric** | **Exo-centric** | **Total** | |---|:---:|:---:|:---:| | **1-hop** | 750 | 750 | 1,500 | | **2-hop** | 750 | 750 | 1,500 | | **3-hop** | 750 | 750 | 1,500 | | **Total** | 2,250 | 2,250 | **4,500** | ### Spatial Reasoning Compositions | **Hop** | **Categories** | |---|---| | 1-hop | ATT, POS, REL | | 2-hop | ATT+POS, ATT+REL, POS+REL | | 3-hop | ATT+POS+REL | ## Data Fields | Field | Type | Description | |---|---|---| | `id` | `int` | Unique sample identifier | | `image_path` | `string` | Image filename (e.g., `000000303219.jpg` or `01ce4fd6-..._002114.jpeg`) | | `image_resolution` | `string` | Image resolution in `WxH` format | | `view` | `string` | Viewpoint type: `"ego"` (ego-centric) or `"exo"` (exo-centric) | | `hop` | `string` | Reasoning complexity: `"1hop"`, `"2hop"`, or `"3hop"` | | `question` | `string` | The spatial reasoning question in plain text with multiple-choice options | | `question_tag` | `string` | Same question with spatial reasoning type tags (`