Add dataset card, link to paper and project page

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
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 Vision-Language Models (VLMs) on their ability to ground numerical outputs in spatial perception. It addresses two complementary settings:
15
+ 1. **Dynamic transitions** during spatial exploration.
16
+ 2. **Static layouts** in spatial reasoning.
17
+
18
+ ## Tasks
19
+ The benchmark formulates two bidirectional tasks to evaluate the mapping between vision-side spatial structure and language-side numerical representations:
20
+ - **Num2Space**: Evaluating how models map numerical representations to spatial structures.
21
+ - **Space2Num**: Evaluating how models extract numerical values from visual spatial observations.
22
+
23
+ SpaceNum systematically studies whether current VLMs truly understand numerical values in spatial settings or rely on shallow spatial cues.