kimihiroh commited on
Commit
d5993f8
·
verified ·
1 Parent(s): 5482a9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +289 -138
README.md CHANGED
@@ -1,138 +1,289 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- dataset_info:
4
- features:
5
- - name: toy_id
6
- dtype: string
7
- - name: graph
8
- dtype: image
9
- - name: nodes
10
- struct:
11
- - name: '0'
12
- struct:
13
- - name: label
14
- dtype: string
15
- - name: '100'
16
- struct:
17
- - name: label
18
- dtype: string
19
- - name: '1'
20
- struct:
21
- - name: checked
22
- dtype: bool
23
- - name: label
24
- dtype: string
25
- - name: '2'
26
- struct:
27
- - name: checked
28
- dtype: bool
29
- - name: label
30
- dtype: string
31
- - name: '3'
32
- struct:
33
- - name: checked
34
- dtype: bool
35
- - name: label
36
- dtype: string
37
- - name: '4'
38
- struct:
39
- - name: checked
40
- dtype: bool
41
- - name: label
42
- dtype: string
43
- - name: '5'
44
- struct:
45
- - name: checked
46
- dtype: bool
47
- - name: label
48
- dtype: string
49
- - name: '6'
50
- struct:
51
- - name: checked
52
- dtype: bool
53
- - name: label
54
- dtype: string
55
- - name: '8'
56
- struct:
57
- - name: checked
58
- dtype: bool
59
- - name: label
60
- dtype: string
61
- - name: '10'
62
- struct:
63
- - name: checked
64
- dtype: bool
65
- - name: label
66
- dtype: string
67
- - name: '7'
68
- struct:
69
- - name: checked
70
- dtype: bool
71
- - name: label
72
- dtype: string
73
- - name: '11'
74
- struct:
75
- - name: checked
76
- dtype: bool
77
- - name: label
78
- dtype: string
79
- - name: '9'
80
- struct:
81
- - name: checked
82
- dtype: bool
83
- - name: label
84
- dtype: string
85
- - name: '13'
86
- struct:
87
- - name: checked
88
- dtype: bool
89
- - name: label
90
- dtype: string
91
- - name: '12'
92
- struct:
93
- - name: checked
94
- dtype: bool
95
- - name: label
96
- dtype: string
97
- - name: '15'
98
- struct:
99
- - name: checked
100
- dtype: bool
101
- - name: label
102
- dtype: string
103
- - name: '16'
104
- struct:
105
- - name: checked
106
- dtype: bool
107
- - name: label
108
- dtype: string
109
- - name: '14'
110
- struct:
111
- - name: checked
112
- dtype: bool
113
- - name: label
114
- dtype: string
115
- - name: '17'
116
- struct:
117
- - name: checked
118
- dtype: bool
119
- - name: label
120
- dtype: string
121
- - name: edges
122
- list:
123
- - name: source
124
- dtype: string
125
- - name: target
126
- dtype: string
127
- splits:
128
- - name: test
129
- num_bytes: 4614163.0
130
- num_examples: 82
131
- download_size: 4602704
132
- dataset_size: 4614163.0
133
- configs:
134
- - config_name: default
135
- data_files:
136
- - split: test
137
- path: data/test-*
138
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: toy_id
6
+ dtype: string
7
+ - name: graph
8
+ dtype: image
9
+ - name: nodes
10
+ struct:
11
+ - name: '0'
12
+ struct:
13
+ - name: label
14
+ dtype: string
15
+ - name: '100'
16
+ struct:
17
+ - name: label
18
+ dtype: string
19
+ - name: '1'
20
+ struct:
21
+ - name: checked
22
+ dtype: bool
23
+ - name: label
24
+ dtype: string
25
+ - name: '2'
26
+ struct:
27
+ - name: checked
28
+ dtype: bool
29
+ - name: label
30
+ dtype: string
31
+ - name: '3'
32
+ struct:
33
+ - name: checked
34
+ dtype: bool
35
+ - name: label
36
+ dtype: string
37
+ - name: '4'
38
+ struct:
39
+ - name: checked
40
+ dtype: bool
41
+ - name: label
42
+ dtype: string
43
+ - name: '5'
44
+ struct:
45
+ - name: checked
46
+ dtype: bool
47
+ - name: label
48
+ dtype: string
49
+ - name: '6'
50
+ struct:
51
+ - name: checked
52
+ dtype: bool
53
+ - name: label
54
+ dtype: string
55
+ - name: '8'
56
+ struct:
57
+ - name: checked
58
+ dtype: bool
59
+ - name: label
60
+ dtype: string
61
+ - name: '10'
62
+ struct:
63
+ - name: checked
64
+ dtype: bool
65
+ - name: label
66
+ dtype: string
67
+ - name: '7'
68
+ struct:
69
+ - name: checked
70
+ dtype: bool
71
+ - name: label
72
+ dtype: string
73
+ - name: '11'
74
+ struct:
75
+ - name: checked
76
+ dtype: bool
77
+ - name: label
78
+ dtype: string
79
+ - name: '9'
80
+ struct:
81
+ - name: checked
82
+ dtype: bool
83
+ - name: label
84
+ dtype: string
85
+ - name: '13'
86
+ struct:
87
+ - name: checked
88
+ dtype: bool
89
+ - name: label
90
+ dtype: string
91
+ - name: '12'
92
+ struct:
93
+ - name: checked
94
+ dtype: bool
95
+ - name: label
96
+ dtype: string
97
+ - name: '15'
98
+ struct:
99
+ - name: checked
100
+ dtype: bool
101
+ - name: label
102
+ dtype: string
103
+ - name: '16'
104
+ struct:
105
+ - name: checked
106
+ dtype: bool
107
+ - name: label
108
+ dtype: string
109
+ - name: '14'
110
+ struct:
111
+ - name: checked
112
+ dtype: bool
113
+ - name: label
114
+ dtype: string
115
+ - name: '17'
116
+ struct:
117
+ - name: checked
118
+ dtype: bool
119
+ - name: label
120
+ dtype: string
121
+ - name: edges
122
+ list:
123
+ - name: source
124
+ dtype: string
125
+ - name: target
126
+ dtype: string
127
+ splits:
128
+ - name: test
129
+ num_bytes: 4614163
130
+ num_examples: 82
131
+ download_size: 4602704
132
+ dataset_size: 4614163
133
+ configs:
134
+ - config_name: default
135
+ data_files:
136
+ - split: test
137
+ path: data/test-*
138
+ language:
139
+ - en
140
+ pretty_name: assembly101-graph
141
+ size_categories:
142
+ - n<1K
143
+ ---
144
+
145
+ # Dataset Card for Dataset Name
146
+
147
+ <!-- Provide a quick summary of the dataset. -->
148
+ This is the instruction task graph of the ProMQA-Assembly dataset.
149
+
150
+ ## Dataset Details
151
+
152
+ ### Dataset Description
153
+
154
+ <!-- Provide a longer summary of what this dataset is. -->
155
+ This is the instruction task graph of the ProMQA-Assembly dataset.
156
+
157
+
158
+ - **Curated by:** Kimihiro Hasegawa
159
+ - **Language(s) (NLP):** English
160
+ - **License:** CC BY-NC 4.0
161
+
162
+ ### Dataset Sources
163
+
164
+ <!-- Provide the basic links for the dataset. -->
165
+
166
+ - **Repository:** https://github.com/assembly-101
167
+
168
+ ## Uses
169
+
170
+ <!-- Address questions around how the dataset is intended to be used. -->
171
+
172
+ ### Direct Use
173
+
174
+ <!-- This section describes suitable use cases for the dataset. -->
175
+
176
+ This dataset is supposed to be used as an input for the QA benchmark dataset or for task graph construction evaluations.
177
+
178
+ ### Out-of-Scope Use
179
+
180
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
181
+
182
+ This dataset should not be used for purposes other than evaluation.
183
+
184
+ ## Dataset Structure
185
+
186
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
187
+
188
+ Each example in the dataset contains the following fields: `toy_id`, `graph`, `nodes`, `edges`.
189
+
190
+ ## Dataset Creation
191
+
192
+ ### Curation Rationale
193
+
194
+ <!-- Motivation for the creation of this dataset. -->
195
+
196
+ We create this dataset to evaluate multimodal models on procedural activity understanding in the form of QA.
197
+
198
+ ### Source Data
199
+
200
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
201
+
202
+ #### Data Collection and Processing
203
+
204
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
205
+
206
+ This dataset is based on the videos and annotations from [Assembly 101 (Sener et al., CVPR 2022)](https://assembly-101.github.io/).
207
+
208
+ #### Who are the source data producers?
209
+
210
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
211
+
212
+ Please refer to the [Assembly 101 paper](https://openaccess.thecvf.com/content/CVPR2022/papers/Sener_Assembly101_A_Large-Scale_Multi-View_Video_Dataset_for_Understanding_Procedural_Activities_CVPR_2022_paper.pdf).
213
+
214
+ ### Annotations
215
+
216
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
217
+
218
+ Instruction task graphs are annotated.
219
+
220
+ #### Annotation process
221
+
222
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
223
+
224
+ Nodes are compiled based on coarse action labels.
225
+ We use our own annotation interface for annotation.
226
+ 82 instruction task graphs are included, among which 78 are used in our paper.
227
+ Each annotator read the guideline before starting annotation.
228
+ the inter-annotator agreement for edges is 0.74, and that for fastening is 0.89.
229
+
230
+ #### Who are the annotators?
231
+
232
+ <!-- This section describes the people or systems who created the annotations. -->
233
+
234
+ People who have CS graduate degrees or are in their CS graduate programs annotated data. Some of them are native English speakers, and the others are ESL speakers.
235
+
236
+ #### Personal and Sensitive Information
237
+
238
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
239
+
240
+ We did not find any private information.
241
+
242
+ ## Bias, Risks, and Limitations
243
+
244
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
245
+
246
+ The source videos use take-apart toys available in the western countries, which may not be the same in other countries.
247
+
248
+ ### Recommendations
249
+
250
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
251
+
252
+ Users should be made aware of the risks, biases, and limitations of the dataset.
253
+
254
+ ## Citation
255
+
256
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
257
+
258
+ **BibTeX:**
259
+
260
+ ```bib
261
+ @misc{hasegawa-etal-2025-promqa-assembly,
262
+ title={ProMQA-Assembly: Multimodal Procedural QA Dataset on Assembly},
263
+ author={Hasegawa, Kimihiro and Imrattanatrai, Wiradee and Asada, Masaki and Holm, Susan and Wang, Yuran and Zhou, Vincent and Fukuda, Ken and Mitamura, Teruko},
264
+ year={2025},
265
+ url={https://github.com/kimihiroh/promqa-assembly},
266
+ }
267
+ ```
268
+
269
+ <!-- **APA:**
270
+
271
+ TBU -->
272
+
273
+ <!-- ## Glossary [optional]
274
+
275
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
276
+
277
+ <!-- [More Information Needed] -->
278
+
279
+ <!-- ## More Information [optional]
280
+
281
+ [More Information Needed] -->
282
+
283
+ ## Dataset Card Authors
284
+
285
+ Kimihiro Hasegawa
286
+
287
+ ## Dataset Card Contact
288
+
289