Add dataset card, link to paper and project page
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-text-to-text
|
| 5 |
+
tags:
|
| 6 |
+
- vlm
|
| 7 |
+
- spatial-reasoning
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
# SpaceNum: Revisiting Spatial Numerical Understanding in VLMs
|
| 11 |
+
|
| 12 |
+
[Project Page](https://sterzhang.github.io/SpaceNum-Home/) | [Paper](https://huggingface.co/papers/2605.23898)
|
| 13 |
+
|
| 14 |
+
SpaceNum is a unified framework designed to evaluate how well Vision-Language Models (VLMs) ground numerical outputs in spatial perception. It covers two complementary settings:
|
| 15 |
+
1. **Numbers as dynamic transitions** during spatial exploration.
|
| 16 |
+
2. **Numbers as static layouts** in spatial reasoning.
|
| 17 |
+
|
| 18 |
+
The benchmark formulates two bidirectional tasks, **Num2Space** and **Space2Num**, to assess the mapping between vision-side spatial structures and language-side numerical representations. SpaceNum aims to determine if VLM numerical outputs are truly grounded in spatial perception or if models rely on shallow spatial cues.
|