Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,66 +1,58 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
pretty_name: Spatial Reasoning
|
| 4 |
dataset_info:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
- name: scene_id
|
| 36 |
-
dtype: string
|
| 37 |
-
splits:
|
| 38 |
-
- name: qa
|
| 39 |
-
num_bytes: <number_of_bytes>
|
| 40 |
-
num_examples: <number_of_examples>
|
| 41 |
-
download_size: <download_size>
|
| 42 |
-
dataset_size: <dataset_size>
|
| 43 |
configs:
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
train-eval-index:
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
language:
|
| 56 |
-
|
| 57 |
task_categories:
|
| 58 |
-
|
| 59 |
tags:
|
| 60 |
-
|
| 61 |
-
|
| 62 |
size_categories:
|
| 63 |
-
|
| 64 |
---
|
| 65 |
|
| 66 |
# Embodied Spatial Reasoning Tasks
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pretty_name: Embodied Spatial Reasoning
|
| 4 |
dataset_info:
|
| 5 |
+
- config_name: 1.0.0
|
| 6 |
+
features:
|
| 7 |
+
- name: task_id
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: task_query
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: task_label
|
| 12 |
+
dtype: bool
|
| 13 |
+
- name: task_constraint
|
| 14 |
+
list:
|
| 15 |
+
- name: object_list
|
| 16 |
+
list:
|
| 17 |
+
- dtype: string
|
| 18 |
+
- name: constraint_name
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: objects
|
| 21 |
+
list:
|
| 22 |
+
- dtype: string
|
| 23 |
+
- name: related_task_id
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: image_url
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: scene_id
|
| 28 |
+
dtype: string
|
| 29 |
+
splits:
|
| 30 |
+
- name: qa
|
| 31 |
+
num_bytes: <number_of_bytes>
|
| 32 |
+
num_examples: <number_of_examples>
|
| 33 |
+
download_size: <download_size>
|
| 34 |
+
dataset_size: <dataset_size>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
configs:
|
| 36 |
+
- config_name: 1.0.0
|
| 37 |
+
data_files:
|
| 38 |
+
- split: qa
|
| 39 |
+
path: data/all.json
|
| 40 |
train-eval-index:
|
| 41 |
+
- config: 1.0.0
|
| 42 |
+
splits:
|
| 43 |
+
eval_split: qa
|
| 44 |
+
col_mapping:
|
| 45 |
+
task_query: text
|
| 46 |
+
task_label: label
|
| 47 |
language:
|
| 48 |
+
- en
|
| 49 |
task_categories:
|
| 50 |
+
- visual-question-answering
|
| 51 |
tags:
|
| 52 |
+
- spatial reasoning
|
| 53 |
+
- embodied AI
|
| 54 |
size_categories:
|
| 55 |
+
- 1K<n<10K
|
| 56 |
---
|
| 57 |
|
| 58 |
# Embodied Spatial Reasoning Tasks
|