Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +8 -98
dataset_info.json
CHANGED
|
@@ -1,89 +1,33 @@
|
|
| 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,
|
|
@@ -100,39 +44,5 @@
|
|
| 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 |
}
|
|
|
|
| 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. Author information will be added upon acceptance.",
|
| 3 |
"version": "1.0.0",
|
| 4 |
"license": "cc-by-nc-4.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"splits": {
|
| 6 |
"ai2thor": {
|
| 7 |
"num_examples": 2500,
|
| 8 |
+
"num_bytes": 524288000
|
|
|
|
| 9 |
},
|
| 10 |
"carla": {
|
| 11 |
"num_examples": 80,
|
| 12 |
+
"num_bytes": 16777216
|
|
|
|
| 13 |
},
|
| 14 |
"procthor": {
|
| 15 |
"num_examples": 1200,
|
| 16 |
+
"num_bytes": 251658240
|
|
|
|
| 17 |
},
|
| 18 |
"virtualhome": {
|
| 19 |
"num_examples": 800,
|
| 20 |
+
"num_bytes": 167772160
|
|
|
|
| 21 |
},
|
| 22 |
"embodiedcity": {
|
| 23 |
"num_examples": 400,
|
| 24 |
+
"num_bytes": 83886080
|
|
|
|
| 25 |
},
|
| 26 |
"game": {
|
| 27 |
"num_examples": 100,
|
| 28 |
+
"num_bytes": 20971520
|
|
|
|
| 29 |
}
|
| 30 |
},
|
|
|
|
| 31 |
"download_size": 1073741824,
|
| 32 |
"dataset_size": 1073741824,
|
| 33 |
"size_in_bytes": 2147483648,
|
|
|
|
| 44 |
"spatial-reasoning",
|
| 45 |
"3d-navigation",
|
| 46 |
"multi-agent"
|
| 47 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
}
|