Spatialworld commited on
Commit
5a369c4
ยท
verified ยท
1 Parent(s): 0623f83

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -47,14 +47,17 @@ SpatialWorld is a comprehensive benchmark designed to evaluate spatial reasoning
47
  ## ๐Ÿ—‚๏ธ Repository Structure
48
 
49
  ```
50
- benchmark/
51
- โ”œโ”€โ”€ ai2thor/ # Indoor household environments
52
- โ”œโ”€โ”€ carla/ # Urban driving simulation
53
- โ”œโ”€โ”€ procthor/ # Procedurally generated homes
54
- โ”œโ”€โ”€ virtualhome/ # Multi-agent household simulation
55
- โ”œโ”€โ”€ embodiedcity/ # Large-scale urban environments
56
- โ”œโ”€โ”€ game/ # Specialized spatial tasks
57
- โ””โ”€โ”€ shared/ # Dual-agent coordination tasks
 
 
 
58
  ```
59
 
60
  ## ๐ŸŽฎ Unified Action Space
@@ -162,6 +165,10 @@ Tasks are evaluated based on:
162
 
163
  This dataset is released under CC BY-NC 4.0 (Creative Commons Attribution-NonCommercial 4.0 International).
164
 
 
 
 
 
165
  ---
166
 
167
  **Note**: This is an anonymized version of the dataset prepared for peer review.
 
47
  ## ๐Ÿ—‚๏ธ Repository Structure
48
 
49
  ```
50
+ benchmark/ # Full benchmark data (all platforms and tasks)
51
+ โ”œโ”€โ”€ ai2thor/
52
+ โ”œโ”€โ”€ carla/
53
+ โ”œโ”€โ”€ procthor/
54
+ โ”œโ”€โ”€ virtualhome/
55
+ โ”œโ”€โ”€ embodiedcity/
56
+ โ”œโ”€โ”€ game/
57
+ โ””โ”€โ”€ shared/
58
+
59
+ data/ # Sample data for Hugging Face Dataset Viewer
60
+ โ””โ”€โ”€ spatialworld_samples.parquet # 12 sample tasks (2 per platform)
61
  ```
62
 
63
  ## ๐ŸŽฎ Unified Action Space
 
165
 
166
  This dataset is released under CC BY-NC 4.0 (Creative Commons Attribution-NonCommercial 4.0 International).
167
 
168
+ ## ๐Ÿ“ฆ Sample Data
169
+
170
+ A small sample Parquet file (`data/spatialworld_samples.parquet`) containing 2 representative tasks from each platform is provided to enable the Hugging Face Dataset Viewer. The full benchmark is available in the `benchmark/` directory.
171
+
172
  ---
173
 
174
  **Note**: This is an anonymized version of the dataset prepared for peer review.