Spatialworld commited on
Commit
41cfc06
·
verified ·
1 Parent(s): 1f2e856

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +102 -0
dataset_infos.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "SpatialWorld Benchmark - A Multi-Platform Benchmark for Spatial Reasoning and Embodied Task Execution. Contains 630 tasks from AI2Thor (343), CARLA (80), ProcTHOR (127), and VirtualHome (80). Heterogeneous schemas across platforms are unified via JSON string encoding for nested fields.",
3
+ "version": "1.0.0",
4
+ "license": "cc-by-nc-4.0",
5
+ "splits": {
6
+ "train": {
7
+ "num_examples": 630,
8
+ "num_bytes": 785840
9
+ }
10
+ },
11
+ "download_size": 785840,
12
+ "dataset_size": 785840,
13
+ "task_categories": [
14
+ "embodied-ai",
15
+ "vision-language",
16
+ "spatial-reasoning",
17
+ "3d-navigation",
18
+ "multi-agent"
19
+ ],
20
+ "tags": [
21
+ "embodied-ai",
22
+ "vision-language",
23
+ "spatial-reasoning",
24
+ "3d-navigation",
25
+ "multi-agent",
26
+ "multi-platform",
27
+ "ai2thor",
28
+ "carla",
29
+ "procthor",
30
+ "virtualhome"
31
+ ],
32
+ "configs": [
33
+ {
34
+ "config_name": "default",
35
+ "data_files": [
36
+ {
37
+ "split": "train",
38
+ "path": "data/spatialworld_unified.jsonl"
39
+ }
40
+ ],
41
+ "features": {
42
+ "task_id": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "task_name": {
47
+ "dtype": "string",
48
+ "_type": "Value"
49
+ },
50
+ "platform": {
51
+ "dtype": "string",
52
+ "_type": "Value"
53
+ },
54
+ "instruction": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ },
58
+ "scene": {
59
+ "dtype": "string",
60
+ "_type": "Value"
61
+ },
62
+ "max_steps": {
63
+ "dtype": "int64",
64
+ "_type": "Value"
65
+ },
66
+ "golden_actions_json": {
67
+ "dtype": "string",
68
+ "_type": "Value"
69
+ },
70
+ "success_conditions_json": {
71
+ "dtype": "string",
72
+ "_type": "Value"
73
+ },
74
+ "target_object_types_json": {
75
+ "dtype": "string",
76
+ "_type": "Value"
77
+ },
78
+ "success_logic": {
79
+ "dtype": "string",
80
+ "_type": "Value"
81
+ },
82
+ "target_description": {
83
+ "dtype": "string",
84
+ "_type": "Value"
85
+ },
86
+ "platform_specific_json": {
87
+ "dtype": "string",
88
+ "_type": "Value"
89
+ }
90
+ }
91
+ },
92
+ {
93
+ "config_name": "sample",
94
+ "data_files": [
95
+ {
96
+ "split": "train",
97
+ "path": "data/spatialworld_samples.parquet"
98
+ }
99
+ ]
100
+ }
101
+ ]
102
+ }