thanhqt2002 commited on
Commit
3fb1c1d
1 Parent(s): 6edf1a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -54
README.md CHANGED
@@ -1,66 +1,58 @@
1
  ---
2
  license: apache-2.0
3
- pretty_name: 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: sequence
15
- feature: {
16
- "object_list": {
17
- "dtype": "sequence",
18
- "feature": {
19
- "dtype": "string"
20
- }
21
- },
22
- "constraint_name": {
23
- "dtype": "string"
24
- }
25
- }
26
- - name: objects
27
- dtype: sequence
28
- feature: {
29
- "dtype": "string"
30
- }
31
- - name: related_task_id
32
- dtype: string
33
- - name: image_url
34
- dtype: string
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
- - config_name: 1.0.0
45
- data_files:
46
- - split: qa
47
- path: data/all.json
48
  train-eval-index:
49
- - config: 1.0.0
50
- splits:
51
- eval_split: qa
52
- col_mapping:
53
- task_query: text
54
- task_label: label
55
  language:
56
- - en
57
  task_categories:
58
- - visual-question-answering
59
  tags:
60
- - spatial reasoning
61
- - embodied AI
62
  size_categories:
63
- - 1K<n<10K
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