Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
machine-generated
ArXiv:
Tags:
License:
system HF staff commited on
Commit
f6b96d5
1 Parent(s): a9c7ae3

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +249 -0
README.md ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "compguesswhat"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://compguesswhat.github.io/](https://compguesswhat.github.io/)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 106.86 MB
37
+ - **Size of the generated dataset:** 258.55 MB
38
+ - **Total amount of disk used:** 365.41 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ CompGuessWhat?! is an instance of a multi-task framework for evaluating the quality of learned neural representations,
43
+ in particular concerning attribute grounding. Use this dataset if you want to use the set of games whose reference
44
+ scene is an image in VisualGenome. Visit the website for more details: https://compguesswhat.github.io
45
+
46
+ ### [Supported Tasks](#supported-tasks)
47
+
48
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
49
+
50
+ ### [Languages](#languages)
51
+
52
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
+
54
+ ## [Dataset Structure](#dataset-structure)
55
+
56
+ We show detailed information for up to 5 configurations of the dataset.
57
+
58
+ ### [Data Instances](#data-instances)
59
+
60
+ #### compguesswhat-original
61
+
62
+ - **Size of downloaded dataset files:** 102.24 MB
63
+ - **Size of the generated dataset:** 166.29 MB
64
+ - **Total amount of disk used:** 268.53 MB
65
+
66
+ An example of 'validation' looks as follows.
67
+ ```
68
+ This example was too long and was cropped:
69
+
70
+ {
71
+ "id": 2424,
72
+ "image": "{\"coco_url\": \"http://mscoco.org/images/270512\", \"file_name\": \"COCO_train2014_000000270512.jpg\", \"flickr_url\": \"http://farm6.stat...",
73
+ "objects": "{\"area\": [1723.5133056640625, 4838.5361328125, 287.44476318359375, 44918.7109375, 3688.09375, 522.1935424804688], \"bbox\": [[5.61...",
74
+ "qas": {
75
+ "answer": ["Yes", "No", "No", "Yes"],
76
+ "id": [4983, 4996, 5006, 5017],
77
+ "question": ["Is it in the foreground?", "Does it have wings?", "Is it a person?", "Is it a vehicle?"]
78
+ },
79
+ "status": "success",
80
+ "target_id": 1197044,
81
+ "timestamp": "2016-07-08 15:07:38"
82
+ }
83
+ ```
84
+
85
+ #### compguesswhat-zero_shot
86
+
87
+ - **Size of downloaded dataset files:** 4.62 MB
88
+ - **Size of the generated dataset:** 92.26 MB
89
+ - **Total amount of disk used:** 96.88 MB
90
+
91
+ An example of 'nd_valid' looks as follows.
92
+ ```
93
+ This example was too long and was cropped:
94
+
95
+ {
96
+ "id": 0,
97
+ "image": {
98
+ "coco_url": "https://s3.amazonaws.com/nocaps/val/004e21eb2e686f40.jpg",
99
+ "date_captured": "2018-11-06 11:04:33",
100
+ "file_name": "004e21eb2e686f40.jpg",
101
+ "height": 1024,
102
+ "id": 6,
103
+ "license": 0,
104
+ "open_images_id": "004e21eb2e686f40",
105
+ "width": 768
106
+ },
107
+ "objects": "{\"IsOccluded\": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], \"IsTruncated\": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], \"area\": [3...",
108
+ "status": "incomplete",
109
+ "target_id": "004e21eb2e686f40_30"
110
+ }
111
+ ```
112
+
113
+ ### [Data Fields](#data-fields)
114
+
115
+ The data fields are the same among all splits.
116
+
117
+ #### compguesswhat-original
118
+ - `id`: a `int32` feature.
119
+ - `target_id`: a `int32` feature.
120
+ - `timestamp`: a `string` feature.
121
+ - `status`: a `string` feature.
122
+ - `id`: a `int32` feature.
123
+ - `file_name`: a `string` feature.
124
+ - `flickr_url`: a `string` feature.
125
+ - `coco_url`: a `string` feature.
126
+ - `height`: a `int32` feature.
127
+ - `width`: a `int32` feature.
128
+ - `width`: a `int32` feature.
129
+ - `height`: a `int32` feature.
130
+ - `url`: a `string` feature.
131
+ - `coco_id`: a `int32` feature.
132
+ - `flickr_id`: a `string` feature.
133
+ - `image_id`: a `string` feature.
134
+ - `qas`: a dictionary feature containing:
135
+ - `question`: a `string` feature.
136
+ - `answer`: a `string` feature.
137
+ - `id`: a `int32` feature.
138
+ - `objects`: a dictionary feature containing:
139
+ - `id`: a `int32` feature.
140
+ - `bbox`: a `list` of `float32` features.
141
+ - `category`: a `string` feature.
142
+ - `area`: a `float32` feature.
143
+ - `category_id`: a `int32` feature.
144
+ - `segment`: a dictionary feature containing:
145
+ - `feature`: a `float32` feature.
146
+
147
+ #### compguesswhat-zero_shot
148
+ - `id`: a `int32` feature.
149
+ - `target_id`: a `string` feature.
150
+ - `status`: a `string` feature.
151
+ - `id`: a `int32` feature.
152
+ - `file_name`: a `string` feature.
153
+ - `coco_url`: a `string` feature.
154
+ - `height`: a `int32` feature.
155
+ - `width`: a `int32` feature.
156
+ - `license`: a `int32` feature.
157
+ - `open_images_id`: a `string` feature.
158
+ - `date_captured`: a `string` feature.
159
+ - `objects`: a dictionary feature containing:
160
+ - `id`: a `string` feature.
161
+ - `bbox`: a `list` of `float32` features.
162
+ - `category`: a `string` feature.
163
+ - `area`: a `float32` feature.
164
+ - `category_id`: a `int32` feature.
165
+ - `IsOccluded`: a `int32` feature.
166
+ - `IsTruncated`: a `int32` feature.
167
+ - `segment`: a dictionary feature containing:
168
+ - `MaskPath`: a `string` feature.
169
+ - `LabelName`: a `string` feature.
170
+ - `BoxID`: a `string` feature.
171
+ - `BoxXMin`: a `string` feature.
172
+ - `BoxXMax`: a `string` feature.
173
+ - `BoxYMin`: a `string` feature.
174
+ - `BoxYMax`: a `string` feature.
175
+ - `PredictedIoU`: a `string` feature.
176
+ - `Clicks`: a `string` feature.
177
+
178
+ ### [Data Splits Sample Size](#data-splits-sample-size)
179
+
180
+ #### compguesswhat-original
181
+
182
+ | |train|validation|test|
183
+ |----------------------|----:|---------:|---:|
184
+ |compguesswhat-original|46341| 9738|9621|
185
+
186
+ #### compguesswhat-zero_shot
187
+
188
+ | |nd_valid|od_valid|nd_test|od_test|
189
+ |-----------------------|-------:|-------:|------:|------:|
190
+ |compguesswhat-zero_shot| 5343| 5372| 13836| 13300|
191
+
192
+ ## [Dataset Creation](#dataset-creation)
193
+
194
+ ### [Curation Rationale](#curation-rationale)
195
+
196
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
197
+
198
+ ### [Source Data](#source-data)
199
+
200
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
201
+
202
+ ### [Annotations](#annotations)
203
+
204
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
205
+
206
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
207
+
208
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
209
+
210
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
211
+
212
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
213
+
214
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
215
+
216
+ ### [Discussion of Biases](#discussion-of-biases)
217
+
218
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
219
+
220
+ ### [Other Known Limitations](#other-known-limitations)
221
+
222
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
223
+
224
+ ## [Additional Information](#additional-information)
225
+
226
+ ### [Dataset Curators](#dataset-curators)
227
+
228
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
229
+
230
+ ### [Licensing Information](#licensing-information)
231
+
232
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
233
+
234
+ ### [Citation Information](#citation-information)
235
+
236
+ ```
237
+ @inproceedings{suglia2020compguesswhat,
238
+ title={CompGuessWhat?!: a Multi-task Evaluation Framework for Grounded Language Learning},
239
+ author={Suglia, Alessandro, Konstas, Ioannis, Vanzo, Andrea, Bastianelli, Emanuele, Desmond Elliott, Stella Frank and Oliver Lemon},
240
+ booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
241
+ year={2020}
242
+ }
243
+
244
+ ```
245
+
246
+
247
+ ### Contributions
248
+
249
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@aleSuglia](https://github.com/aleSuglia), [@lhoestq](https://github.com/lhoestq) for adding this dataset.