Spatialworld commited on
Commit
5879e68
ยท
verified ยท
1 Parent(s): 85a8509

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -48,14 +48,29 @@ This Hugging Face repository contains the complete **SpatialWorld Benchmark** wi
48
  ## ๐Ÿ—‚๏ธ Repository Structure
49
 
50
  ```
51
- spatialworld.jsonl # Full dataset (630 tasks, 20 columns)
 
 
 
 
 
 
 
 
52
  README.md # This file
53
  ```
54
 
55
- The `spatialworld.jsonl` file contains **all 630 tasks** with **all original fields** from every platform. Schema differences are handled by:
56
- - Including all 20 possible fields as top-level columns
57
- - Using `null` for fields that don't exist in a particular platform
58
- - Encoding complex nested structures (`golden_actions`, `success_conditions`, `target_object_types`) as JSON strings
 
 
 
 
 
 
 
59
 
60
  ## ๐ŸŽฎ Unified Action Space
61
 
 
48
  ## ๐Ÿ—‚๏ธ Repository Structure
49
 
50
  ```
51
+ spatialworld.jsonl # Unified dataset (588 tasks, 20 columns)
52
+ benchmark/ # Original raw task.json files
53
+ โ”œโ”€โ”€ ai2thor/
54
+ โ”œโ”€โ”€ carla/
55
+ โ”œโ”€โ”€ procthor/
56
+ โ”œโ”€โ”€ virtualhome/
57
+ โ”œโ”€โ”€ embodiedcity/
58
+ โ”œโ”€โ”€ game/
59
+ โ””โ”€โ”€ shared/
60
  README.md # This file
61
  ```
62
 
63
+ Two versions of the data are provided:
64
+
65
+ 1. **`spatialworld.jsonl`** (Unified): All 588 tasks in a unified schema with 20 columns. HF Dataset Viewer parses this file.
66
+ - Schema differences handled by including all possible fields
67
+ - Missing fields use `null`
68
+ - Complex nested structures encoded as JSON strings
69
+ - Actions converted to Unified Action Space format
70
+
71
+ 2. **`benchmark/`** (Raw): Original task.json files preserving platform-specific structures.
72
+ - Use this if you need the original JSON format
73
+ - Organized by platform: `ai2thor/`, `carla/`, `procthor/`, `virtualhome/`
74
 
75
  ## ๐ŸŽฎ Unified Action Space
76