ruaruaxu commited on
Commit
22ea71e
·
verified ·
1 Parent(s): bf263bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -23,18 +23,13 @@ size_categories:
23
  This dataset is a benchmark designed for evaluating Multimodal Large Language Models' Basic Spatial Abilities based on authentic Psychometric theories. It is structured specifically to support both **Zero-shot** and **Few-shot** evaluation protocols.
24
 
25
  # 📂 Dataset Structure (Important)
26
-
27
  The dataset is organized into two distinct splits. **Please read this carefully to ensure valid evaluation results.**
28
-
29
  | Split Name | Role | Description |
30
  | :--- | :--- | :--- |
31
  | **`test`** | **Query Set** | Contains the actual benchmark questions (images & queries) to be evaluated. <br>⚠️ **Evaluation Only.** Do not use for training or as few-shot examples. |
32
  | **`validation`** | **Support Set** | Contains high-quality examples intended to be used as **Few-shot Prompts (In-Context Learning)**. <br>These samples should be prepended to the test queries to demonstrate the task to the model. |
33
 
34
- ---
35
-
36
  # ⚙️ Usage & Evaluation Protocol
37
-
38
  You can load the dataset using the Hugging Face `datasets` library.
39
 
40
  ### 1. Zero-Shot Evaluation
@@ -54,7 +49,6 @@ for sample in test_dataset:
54
 
55
  ### 2. Few-Shot Evaluation
56
  **Logic:** Use examples from the validation split as the context (demonstrations), followed by the query from the test split.
57
-
58
  1. Load the validation split.
59
  2. Format them into the prompt history.
60
  3. Append the target question from the test split.
@@ -81,12 +75,8 @@ for sample in test_set:
81
  # Model inference...
82
  ```
83
 
84
- ---
85
-
86
  # 🔬 Underlying Theory
87
-
88
  The Theory of Multiple Intelligences underscores the hierarchical nature of cognitive capabilities. To advance Spatial Artificial Intelligence, we pioneer a psychometric framework defining five Basic Spatial Abilities (BSAs) in Visual Language Models (VLMs): Spatial Perception, Spatial Relation, Spatial Orientation, Mental Rotation, and Spatial Visualization. Benchmarking 13 mainstream VLMs through nine validated psychometric experiments reveals significant gaps versus humans, with three key findings: 1) VLMs mirror human hierarchies (strongest in 2D orientation, weakest in 3D rotation) with independent BSAs; 2) Many smaller models surpass larger counterparts, with Qwen leading and InternVL2 lagging; 3) Interventions like CoT and few-shot training show limits from architectural constraints, while ToT demonstrates the most effective enhancement. Identified barriers include weak geometry encoding and missing dynamic simulation. By linking Psychometrics to VLMs, we provide a comprehensive BSA evaluation benchmark, a methodological perspective for embodied AI development, and a cognitive science-informed roadmap for achieving human-like spatial intelligence.
89
-
90
  | Type | Definition | Tests |
91
  |:----------------------:|:---------------------------------------------------------------------------------------------------------------------:|:-----------------------:|
92
  | Spatial Perception | The ability to perceive horizontal and vertical orientations without interference from miscellaneous information. | SVT |
 
23
  This dataset is a benchmark designed for evaluating Multimodal Large Language Models' Basic Spatial Abilities based on authentic Psychometric theories. It is structured specifically to support both **Zero-shot** and **Few-shot** evaluation protocols.
24
 
25
  # 📂 Dataset Structure (Important)
 
26
  The dataset is organized into two distinct splits. **Please read this carefully to ensure valid evaluation results.**
 
27
  | Split Name | Role | Description |
28
  | :--- | :--- | :--- |
29
  | **`test`** | **Query Set** | Contains the actual benchmark questions (images & queries) to be evaluated. <br>⚠️ **Evaluation Only.** Do not use for training or as few-shot examples. |
30
  | **`validation`** | **Support Set** | Contains high-quality examples intended to be used as **Few-shot Prompts (In-Context Learning)**. <br>These samples should be prepended to the test queries to demonstrate the task to the model. |
31
 
 
 
32
  # ⚙️ Usage & Evaluation Protocol
 
33
  You can load the dataset using the Hugging Face `datasets` library.
34
 
35
  ### 1. Zero-Shot Evaluation
 
49
 
50
  ### 2. Few-Shot Evaluation
51
  **Logic:** Use examples from the validation split as the context (demonstrations), followed by the query from the test split.
 
52
  1. Load the validation split.
53
  2. Format them into the prompt history.
54
  3. Append the target question from the test split.
 
75
  # Model inference...
76
  ```
77
 
 
 
78
  # 🔬 Underlying Theory
 
79
  The Theory of Multiple Intelligences underscores the hierarchical nature of cognitive capabilities. To advance Spatial Artificial Intelligence, we pioneer a psychometric framework defining five Basic Spatial Abilities (BSAs) in Visual Language Models (VLMs): Spatial Perception, Spatial Relation, Spatial Orientation, Mental Rotation, and Spatial Visualization. Benchmarking 13 mainstream VLMs through nine validated psychometric experiments reveals significant gaps versus humans, with three key findings: 1) VLMs mirror human hierarchies (strongest in 2D orientation, weakest in 3D rotation) with independent BSAs; 2) Many smaller models surpass larger counterparts, with Qwen leading and InternVL2 lagging; 3) Interventions like CoT and few-shot training show limits from architectural constraints, while ToT demonstrates the most effective enhancement. Identified barriers include weak geometry encoding and missing dynamic simulation. By linking Psychometrics to VLMs, we provide a comprehensive BSA evaluation benchmark, a methodological perspective for embodied AI development, and a cognitive science-informed roadmap for achieving human-like spatial intelligence.
 
80
  | Type | Definition | Tests |
81
  |:----------------------:|:---------------------------------------------------------------------------------------------------------------------:|:-----------------------:|
82
  | Spatial Perception | The ability to perceive horizontal and vertical orientations without interference from miscellaneous information. | SVT |