Spatialworld commited on
Commit
f0e613b
·
verified ·
1 Parent(s): 0382613

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +138 -0
dataset_info.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "SpatialWorld Benchmark - A Multi-Platform Benchmark for Spatial Reasoning and Embodied Task Execution. This is an anonymized version prepared for NeurIPS 2026 peer review. ",
3
+ "version": "1.0.0",
4
+ "license": "cc-by-nc-4.0",
5
+ "features": {
6
+ "task_id": {
7
+ "dtype": "string",
8
+ "id": null,
9
+ "_type": "Value"
10
+ },
11
+ "task_name": {
12
+ "dtype": "string",
13
+ "id": null,
14
+ "_type": "Value"
15
+ },
16
+ "instruction": {
17
+ "dtype": "string",
18
+ "id": null,
19
+ "_type": "Value"
20
+ },
21
+ "scene": {
22
+ "dtype": "string",
23
+ "id": null,
24
+ "_type": "Value"
25
+ },
26
+ "platform": {
27
+ "dtype": "string",
28
+ "id": null,
29
+ "_type": "Value"
30
+ },
31
+ "golden_actions": {
32
+ "steps": {
33
+ "dtype": "int32",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "actions": {
38
+ "feature": {
39
+ "dtype": "string",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "length": -1,
44
+ "id": null,
45
+ "_type": "Sequence"
46
+ }
47
+ },
48
+ "max_steps": {
49
+ "dtype": "int32",
50
+ "id": null,
51
+ "_type": "Value"
52
+ }
53
+ },
54
+ "splits": {
55
+ "ai2thor": {
56
+ "num_examples": 2500,
57
+ "num_bytes": 524288000,
58
+ "dataset_name": "spatialworld-bench"
59
+ },
60
+ "carla": {
61
+ "num_examples": 80,
62
+ "num_bytes": 16777216,
63
+ "dataset_name": "spatialworld-bench"
64
+ },
65
+ "procthor": {
66
+ "num_examples": 1200,
67
+ "num_bytes": 251658240,
68
+ "dataset_name": "spatialworld-bench"
69
+ },
70
+ "virtualhome": {
71
+ "num_examples": 800,
72
+ "num_bytes": 167772160,
73
+ "dataset_name": "spatialworld-bench"
74
+ },
75
+ "embodiedcity": {
76
+ "num_examples": 400,
77
+ "num_bytes": 83886080,
78
+ "dataset_name": "spatialworld-bench"
79
+ },
80
+ "game": {
81
+ "num_examples": 100,
82
+ "num_bytes": 20971520,
83
+ "dataset_name": "spatialworld-bench"
84
+ }
85
+ },
86
+ "download_checksums": {},
87
+ "download_size": 1073741824,
88
+ "dataset_size": 1073741824,
89
+ "size_in_bytes": 2147483648,
90
+ "task_categories": [
91
+ "embodied-ai",
92
+ "vision-language",
93
+ "spatial-reasoning",
94
+ "3d-navigation",
95
+ "multi-agent"
96
+ ],
97
+ "tags": [
98
+ "embodied-ai",
99
+ "vision-language",
100
+ "spatial-reasoning",
101
+ "3d-navigation",
102
+ "multi-agent"
103
+ ],
104
+ "configs": [
105
+ {
106
+ "config_name": "default",
107
+ "data_files": [
108
+ {
109
+ "split": "ai2thor",
110
+ "path": "benchmark/ai2thor/**/*.json"
111
+ },
112
+ {
113
+ "split": "carla",
114
+ "path": "benchmark/carla/**/*.json"
115
+ },
116
+ {
117
+ "split": "procthor",
118
+ "path": "benchmark/procthor/**/*.json"
119
+ },
120
+ {
121
+ "split": "virtualhome",
122
+ "path": "benchmark/virtualhome/**/*.json"
123
+ },
124
+ {
125
+ "split": "embodiedcity",
126
+ "path": "benchmark/embodiedcity/**/*.json"
127
+ },
128
+ {
129
+ "split": "game",
130
+ "path": "benchmark/game/**/*.json"
131
+ }
132
+ ]
133
+ }
134
+ ],
135
+ "homepage": "",
136
+ "citation": "",
137
+ "paperswithcode_id": null
138
+ }