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