Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
parquet-converter commited on
Commit
0e80e95
1 Parent(s): 2101a45

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,27 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bin.* filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.model filter=lfs diff=lfs merge=lfs -text
12
- *.msgpack filter=lfs diff=lfs merge=lfs -text
13
- *.onnx filter=lfs diff=lfs merge=lfs -text
14
- *.ot filter=lfs diff=lfs merge=lfs -text
15
- *.parquet filter=lfs diff=lfs merge=lfs -text
16
- *.pb filter=lfs diff=lfs merge=lfs -text
17
- *.pt filter=lfs diff=lfs merge=lfs -text
18
- *.pth filter=lfs diff=lfs merge=lfs -text
19
- *.rar filter=lfs diff=lfs merge=lfs -text
20
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
- *.tar.* filter=lfs diff=lfs merge=lfs -text
22
- *.tflite filter=lfs diff=lfs merge=lfs -text
23
- *.tgz filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,382 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - crowdsourced
4
- language_creators:
5
- - found
6
- language:
7
- - en
8
- license:
9
- - cc-by-sa-4.0
10
- multilinguality:
11
- - monolingual
12
- size_categories:
13
- - 10K<n<100K
14
- source_datasets:
15
- - original
16
- task_categories:
17
- - question-answering
18
- task_ids:
19
- - extractive-qa
20
- - open-domain-qa
21
- paperswithcode_id: adversarialqa
22
- pretty_name: adversarialQA
23
- train-eval-index:
24
- - config: adversarialQA
25
- task: question-answering
26
- task_id: extractive_question_answering
27
- splits:
28
- train_split: train
29
- eval_split: validation
30
- col_mapping:
31
- question: question
32
- context: context
33
- answers:
34
- text: text
35
- answer_start: answer_start
36
- metrics:
37
- - type: squad
38
- name: SQuAD
39
- dataset_info:
40
- - config_name: adversarialQA
41
- features:
42
- - name: id
43
- dtype: string
44
- - name: title
45
- dtype: string
46
- - name: context
47
- dtype: string
48
- - name: question
49
- dtype: string
50
- - name: answers
51
- sequence:
52
- - name: text
53
- dtype: string
54
- - name: answer_start
55
- dtype: int32
56
- - name: metadata
57
- struct:
58
- - name: split
59
- dtype: string
60
- - name: model_in_the_loop
61
- dtype: string
62
- splits:
63
- - name: train
64
- num_bytes: 27858794
65
- num_examples: 30000
66
- - name: validation
67
- num_bytes: 2757128
68
- num_examples: 3000
69
- - name: test
70
- num_bytes: 2919643
71
- num_examples: 3000
72
- download_size: 9018914
73
- dataset_size: 33535565
74
- - config_name: dbidaf
75
- features:
76
- - name: id
77
- dtype: string
78
- - name: title
79
- dtype: string
80
- - name: context
81
- dtype: string
82
- - name: question
83
- dtype: string
84
- - name: answers
85
- sequence:
86
- - name: text
87
- dtype: string
88
- - name: answer_start
89
- dtype: int32
90
- - name: metadata
91
- struct:
92
- - name: split
93
- dtype: string
94
- - name: model_in_the_loop
95
- dtype: string
96
- splits:
97
- - name: train
98
- num_bytes: 9282518
99
- num_examples: 10000
100
- - name: validation
101
- num_bytes: 917943
102
- num_examples: 1000
103
- - name: test
104
- num_bytes: 947111
105
- num_examples: 1000
106
- download_size: 9018914
107
- dataset_size: 11147572
108
- - config_name: dbert
109
- features:
110
- - name: id
111
- dtype: string
112
- - name: title
113
- dtype: string
114
- - name: context
115
- dtype: string
116
- - name: question
117
- dtype: string
118
- - name: answers
119
- sequence:
120
- - name: text
121
- dtype: string
122
- - name: answer_start
123
- dtype: int32
124
- - name: metadata
125
- struct:
126
- - name: split
127
- dtype: string
128
- - name: model_in_the_loop
129
- dtype: string
130
- splits:
131
- - name: train
132
- num_bytes: 9345557
133
- num_examples: 10000
134
- - name: validation
135
- num_bytes: 918192
136
- num_examples: 1000
137
- - name: test
138
- num_bytes: 971454
139
- num_examples: 1000
140
- download_size: 9018914
141
- dataset_size: 11235203
142
- - config_name: droberta
143
- features:
144
- - name: id
145
- dtype: string
146
- - name: title
147
- dtype: string
148
- - name: context
149
- dtype: string
150
- - name: question
151
- dtype: string
152
- - name: answers
153
- sequence:
154
- - name: text
155
- dtype: string
156
- - name: answer_start
157
- dtype: int32
158
- - name: metadata
159
- struct:
160
- - name: split
161
- dtype: string
162
- - name: model_in_the_loop
163
- dtype: string
164
- splits:
165
- - name: train
166
- num_bytes: 9270719
167
- num_examples: 10000
168
- - name: validation
169
- num_bytes: 925065
170
- num_examples: 1000
171
- - name: test
172
- num_bytes: 1005406
173
- num_examples: 1000
174
- download_size: 9018914
175
- dataset_size: 11201190
176
- ---
177
-
178
- # Dataset Card for adversarialQA
179
-
180
- ## Table of Contents
181
- - [Dataset Description](#dataset-description)
182
- - [Dataset Summary](#dataset-summary)
183
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
184
- - [Languages](#languages)
185
- - [Dataset Structure](#dataset-structure)
186
- - [Data Instances](#data-instances)
187
- - [Data Fields](#data-fields)
188
- - [Data Splits](#data-splits)
189
- - [Dataset Creation](#dataset-creation)
190
- - [Curation Rationale](#curation-rationale)
191
- - [Source Data](#source-data)
192
- - [Annotations](#annotations)
193
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
194
- - [Considerations for Using the Data](#considerations-for-using-the-data)
195
- - [Social Impact of Dataset](#social-impact-of-dataset)
196
- - [Discussion of Biases](#discussion-of-biases)
197
- - [Other Known Limitations](#other-known-limitations)
198
- - [Additional Information](#additional-information)
199
- - [Dataset Curators](#dataset-curators)
200
- - [Licensing Information](#licensing-information)
201
- - [Citation Information](#citation-information)
202
- - [Contributions](#contributions)
203
-
204
- ## Dataset Description
205
-
206
- - **Homepage:** [adversarialQA homepage](https://adversarialqa.github.io/)
207
- - **Repository:** [adversarialQA repository](https://github.com/maxbartolo/adversarialQA)
208
- - **Paper:** [Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension](https://arxiv.org/abs/2002.00293)
209
- - **Leaderboard:** [Dynabench QA Round 1 Leaderboard](https://dynabench.org/tasks/2#overall)
210
- - **Point of Contact:** [Max Bartolo]([email protected])
211
-
212
- ### Dataset Summary
213
-
214
- We have created three new Reading Comprehension datasets constructed using an adversarial model-in-the-loop.
215
-
216
- We use three different models; BiDAF (Seo et al., 2016), BERTLarge (Devlin et al., 2018), and RoBERTaLarge (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.
217
-
218
- The adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging. The three AdversarialQA round 1 datasets provide a training and evaluation resource for such methods.
219
-
220
- ### Supported Tasks and Leaderboards
221
-
222
- `extractive-qa`: The dataset can be used to train a model for Extractive Question Answering, which consists in selecting the answer to a question from a passage. Success on this task is typically measured by achieving a high word-overlap [F1 score](https://huggingface.co/metrics/f1). The [RoBERTa-Large](https://huggingface.co/roberta-large) model trained on all the data combined with [SQuAD](https://arxiv.org/abs/1606.05250) currently achieves 64.35% F1. This task has an active leaderboard and is available as round 1 of the QA task on [Dynabench](https://dynabench.org/tasks/2#overall) and ranks models based on F1 score.
223
-
224
- ### Languages
225
-
226
- The text in the dataset is in English. The associated BCP-47 code is `en`.
227
-
228
- ## Dataset Structure
229
-
230
- ### Data Instances
231
-
232
- Data is provided in the same format as SQuAD 1.1. An example is shown below:
233
-
234
- ```
235
- {
236
- "data": [
237
- {
238
- "title": "Oxygen",
239
- "paragraphs": [
240
- {
241
- "context": "Among the most important classes of organic compounds that contain oxygen are (where \"R\" is an organic group): alcohols (R-OH); ethers (R-O-R); ketones (R-CO-R); aldehydes (R-CO-H); carboxylic acids (R-COOH); esters (R-COO-R); acid anhydrides (R-CO-O-CO-R); and amides (R-C(O)-NR2). There are many important organic solvents that contain oxygen, including: acetone, methanol, ethanol, isopropanol, furan, THF, diethyl ether, dioxane, ethyl acetate, DMF, DMSO, acetic acid, and formic acid. Acetone ((CH3)2CO) and phenol (C6H5OH) are used as feeder materials in the synthesis of many different substances. Other important organic compounds that contain oxygen are: glycerol, formaldehyde, glutaraldehyde, citric acid, acetic anhydride, and acetamide. Epoxides are ethers in which the oxygen atom is part of a ring of three atoms.",
242
- "qas": [
243
- {
244
- "id": "22bbe104aa72aa9b511dd53237deb11afa14d6e3",
245
- "question": "In addition to having oxygen, what do alcohols, ethers and esters have in common, according to the article?",
246
- "answers": [
247
- {
248
- "answer_start": 36,
249
- "text": "organic compounds"
250
- }
251
- ]
252
- },
253
- {
254
- "id": "4240a8e708c703796347a3702cf1463eed05584a",
255
- "question": "What letter does the abbreviation for acid anhydrides both begin and end in?",
256
- "answers": [
257
- {
258
- "answer_start": 244,
259
- "text": "R"
260
- }
261
- ]
262
- },
263
- {
264
- "id": "0681a0a5ec852ec6920d6a30f7ef65dced493366",
265
- "question": "Which of the organic compounds, in the article, contains nitrogen?",
266
- "answers": [
267
- {
268
- "answer_start": 262,
269
- "text": "amides"
270
- }
271
- ]
272
- },
273
- {
274
- "id": "2990efe1a56ccf81938fa5e18104f7d3803069fb",
275
- "question": "Which of the important classes of organic compounds, in the article, has a number in its abbreviation?",
276
- "answers": [
277
- {
278
- "answer_start": 262,
279
- "text": "amides"
280
- }
281
- ]
282
- }
283
- ]
284
- }
285
- ]
286
- }
287
- ]
288
- }
289
- ```
290
-
291
- ### Data Fields
292
-
293
- - title: the title of the Wikipedia page from which the context is sourced
294
- - context: the context/passage
295
- - id: a string identifier for each question
296
- - answers: a list of all provided answers (one per question in our case, but multiple may exist in SQuAD) with an `answer_start` field which is the character index of the start of the answer span, and a `text` field which is the answer text.
297
-
298
- Note that no answers are provided in the test set. Indeed, this dataset is part of the DynaBench benchmark, for which you can submit your predictions on the [website](https://dynabench.org/tasks/2#1).
299
-
300
- ### Data Splits
301
-
302
- The dataset is composed of three different datasets constructed using different models in the loop: BiDAF, BERT-Large, and RoBERTa-Large. Each of these has 10,000 training examples, 1,000 validation examples, and 1,000 test examples for a total of 30,000/3,000/3,000 train/validation/test examples.
303
-
304
- ## Dataset Creation
305
-
306
- ### Curation Rationale
307
-
308
- This dataset was collected to provide a more challenging and diverse Reading Comprehension dataset to state-of-the-art models.
309
-
310
- ### Source Data
311
-
312
- #### Initial Data Collection and Normalization
313
-
314
- The source passages are from Wikipedia and are the same as those used in [SQuAD v1.1](https://arxiv.org/abs/1606.05250).
315
-
316
- #### Who are the source language producers?
317
-
318
- The source language produces are Wikipedia editors for the passages, and human annotators on Mechanical Turk for the questions.
319
-
320
- ### Annotations
321
-
322
- #### Annotation process
323
-
324
- The dataset is collected through an adversarial human annotation process which pairs a human annotator and a reading comprehension model in an interactive setting. The human is presented with a passage for which they write a question and highlight the correct answer. The model then tries to answer the question, and, if it fails to answer correctly, the human wins. Otherwise, the human modifies or re-writes their question until the successfully fool the model.
325
-
326
- #### Who are the annotators?
327
-
328
- The annotators are from Amazon Mechanical Turk, geographically restricted the the USA, UK and Canada, having previously successfully completed at least 1,000 HITs, and having a HIT approval rate greater than 98%. Crowdworkers undergo intensive training and qualification prior to annotation.
329
-
330
- ### Personal and Sensitive Information
331
-
332
- No annotator identifying details are provided.
333
-
334
- ## Considerations for Using the Data
335
-
336
- ### Social Impact of Dataset
337
-
338
- The purpose of this dataset is to help develop better question answering systems.
339
-
340
- A system that succeeds at the supported task would be able to provide an accurate extractive answer from a short passage. This dataset is to be seen as a test bed for questions which contemporary state-of-the-art models struggle to answer correctly, thus often requiring more complex comprehension abilities than say detecting phrases explicitly mentioned in the passage with high overlap to the question.
341
-
342
- It should be noted, however, that the the source passages are both domain-restricted and linguistically specific, and that provided questions and answers do not constitute any particular social application.
343
-
344
-
345
- ### Discussion of Biases
346
-
347
- The dataset may exhibit various biases in terms of the source passage selection, annotated questions and answers, as well as algorithmic biases resulting from the adversarial annotation protocol.
348
-
349
- ### Other Known Limitations
350
-
351
- N/a
352
-
353
- ## Additional Information
354
-
355
- ### Dataset Curators
356
-
357
- This dataset was initially created by Max Bartolo, Alastair Roberts, Johannes Welbl, Sebastian Riedel, and Pontus Stenetorp, during work carried out at University College London (UCL).
358
-
359
- ### Licensing Information
360
-
361
- This dataset is distributed under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/).
362
-
363
- ### Citation Information
364
-
365
- ```
366
- @article{bartolo2020beat,
367
- author = {Bartolo, Max and Roberts, Alastair and Welbl, Johannes and Riedel, Sebastian and Stenetorp, Pontus},
368
- title = {Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension},
369
- journal = {Transactions of the Association for Computational Linguistics},
370
- volume = {8},
371
- number = {},
372
- pages = {662-678},
373
- year = {2020},
374
- doi = {10.1162/tacl\_a\_00338},
375
- URL = { https://doi.org/10.1162/tacl_a_00338 },
376
- eprint = { https://doi.org/10.1162/tacl_a_00338 },
377
- abstract = { Innovations in annotation methodology have been a catalyst for Reading Comprehension (RC) datasets and models. One recent trend to challenge current RC models is to involve a model in the annotation process: Humans create questions adversarially, such that the model fails to answer them correctly. In this work we investigate this annotation methodology and apply it in three different settings, collecting a total of 36,000 samples with progressively stronger models in the annotation loop. This allows us to explore questions such as the reproducibility of the adversarial effect, transfer from data collected with varying model-in-the-loop strengths, and generalization to data collected without a model. We find that training on adversarially collected samples leads to strong generalization to non-adversarially collected datasets, yet with progressive performance deterioration with increasingly stronger models-in-the-loop. Furthermore, we find that stronger models can still learn from datasets collected with substantially weaker models-in-the-loop. When trained on data collected with a BiDAF model in the loop, RoBERTa achieves 39.9F1 on questions that it cannot answer when trained on SQuAD—only marginally lower than when trained on data collected using RoBERTa itself (41.0F1). }
378
- }
379
- ```
380
- ### Contributions
381
-
382
- Thanks to [@maxbartolo](https://github.com/maxbartolo) for adding this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adversarialQA/adversarial_qa-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4c8bd855b869e64fd1e2d44eba8b6bed8d39de761135dc322c54ac0830eb06
3
+ size 457061
adversarialQA/adversarial_qa-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:959ccac96ed1d8289493939a0f1bc2e927a515d34a307dc01181da65b781e8fd
3
+ size 4348720
adversarialQA/adversarial_qa-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921bbefa166ecd98d8a7d6c00a4fea4347d87f56623ca4c4cb2d0846a138d19e
3
+ size 495265
adversarial_qa.py DELETED
@@ -1,200 +0,0 @@
1
- # coding=utf-8
2
- # Copyright 2020 The TensorFlow Datasets Authors and the HuggingFace Datasets Authors.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
- # Lint as: python3
17
- """AdversarialQA"""
18
-
19
-
20
- import json
21
- import os
22
-
23
- import datasets
24
-
25
-
26
- logger = datasets.logging.get_logger(__name__)
27
-
28
-
29
- _CITATION = """\
30
- @article{bartolo2020beat,
31
- author = {Bartolo, Max and Roberts, Alastair and Welbl, Johannes and Riedel, Sebastian and Stenetorp, Pontus},
32
- title = {Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension},
33
- journal = {Transactions of the Association for Computational Linguistics},
34
- volume = {8},
35
- number = {},
36
- pages = {662-678},
37
- year = {2020},
38
- doi = {10.1162/tacl_a_00338},
39
- URL = { https://doi.org/10.1162/tacl_a_00338 },
40
- eprint = { https://doi.org/10.1162/tacl_a_00338 },
41
- abstract = { Innovations in annotation methodology have been a catalyst for Reading Comprehension (RC) datasets and models. One recent trend to challenge current RC models is to involve a model in the annotation process: Humans create questions adversarially, such that the model fails to answer them correctly. In this work we investigate this annotation methodology and apply it in three different settings, collecting a total of 36,000 samples with progressively stronger models in the annotation loop. This allows us to explore questions such as the reproducibility of the adversarial effect, transfer from data collected with varying model-in-the-loop strengths, and generalization to data collected without a model. We find that training on adversarially collected samples leads to strong generalization to non-adversarially collected datasets, yet with progressive performance deterioration with increasingly stronger models-in-the-loop. Furthermore, we find that stronger models can still learn from datasets collected with substantially weaker models-in-the-loop. When trained on data collected with a BiDAF model in the loop, RoBERTa achieves 39.9F1 on questions that it cannot answer when trained on SQuAD—only marginally lower than when trained on data collected using RoBERTa itself (41.0F1). }
42
- }
43
- """
44
-
45
- _DESCRIPTION = """\
46
- AdversarialQA is a Reading Comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles using an adversarial model-in-the-loop.
47
- We use three different models; BiDAF (Seo et al., 2016), BERT-Large (Devlin et al., 2018), and RoBERTa-Large (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.
48
- The adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging.
49
- """
50
-
51
- _HOMEPAGE = "https://adversarialqa.github.io/"
52
- _LICENSE = "CC BY-SA 3.0"
53
- _URL = "https://adversarialqa.github.io/data/aqa_v1.0.zip"
54
-
55
- _CONFIG_NAME_MAP = {
56
- "adversarialQA": {
57
- "dir": "combined",
58
- "model": "Combined",
59
- },
60
- "dbidaf": {
61
- "dir": "1_dbidaf",
62
- "model": "BiDAF",
63
- },
64
- "dbert": {
65
- "dir": "2_dbert",
66
- "model": "BERT-Large",
67
- },
68
- "droberta": {
69
- "dir": "3_droberta",
70
- "model": "RoBERTa-Large",
71
- },
72
- }
73
-
74
-
75
- class AdversarialQA(datasets.GeneratorBasedBuilder):
76
- """AdversarialQA. Version 1.0.0."""
77
-
78
- VERSION = datasets.Version("1.0.0")
79
- BUILDER_CONFIGS = [
80
- datasets.BuilderConfig(
81
- name="adversarialQA",
82
- version=VERSION,
83
- description="This is the combined AdversarialQA data. " + _DESCRIPTION,
84
- ),
85
- datasets.BuilderConfig(
86
- name="dbidaf",
87
- version=VERSION,
88
- description="This is the subset of the data collected using BiDAF (Seo et al., 2016) as a model in the loop. "
89
- + _DESCRIPTION,
90
- ),
91
- datasets.BuilderConfig(
92
- name="dbert",
93
- version=VERSION,
94
- description="This is the subset of the data collected using BERT-Large (Devlin et al., 2018) as a model in the loop. "
95
- + _DESCRIPTION,
96
- ),
97
- datasets.BuilderConfig(
98
- name="droberta",
99
- version=VERSION,
100
- description="This is the subset of the data collected using RoBERTa-Large (Liu et al., 2019) as a model in the loop. "
101
- + _DESCRIPTION,
102
- ),
103
- ]
104
-
105
- def _info(self):
106
- return datasets.DatasetInfo(
107
- description=_DESCRIPTION,
108
- features=datasets.Features(
109
- {
110
- "id": datasets.Value("string"),
111
- "title": datasets.Value("string"),
112
- "context": datasets.Value("string"),
113
- "question": datasets.Value("string"),
114
- "answers": datasets.features.Sequence(
115
- {
116
- "text": datasets.Value("string"),
117
- "answer_start": datasets.Value("int32"),
118
- }
119
- ),
120
- "metadata": {
121
- "split": datasets.Value("string"),
122
- "model_in_the_loop": datasets.Value("string"),
123
- },
124
- }
125
- ),
126
- # No default supervised_keys (as we have to pass both question
127
- # and context as input).
128
- supervised_keys=None,
129
- homepage=_HOMEPAGE,
130
- citation=_CITATION,
131
- )
132
-
133
- @staticmethod
134
- def _get_filepath(dl_dir, config_name, split):
135
- return os.path.join(dl_dir, _CONFIG_NAME_MAP[config_name]["dir"], split + ".json")
136
-
137
- def _split_generators(self, dl_manager):
138
- dl_dir = dl_manager.download_and_extract(_URL)
139
-
140
- return [
141
- datasets.SplitGenerator(
142
- name=datasets.Split.TRAIN,
143
- gen_kwargs={
144
- "filepath": self._get_filepath(dl_dir, self.config.name, "train"),
145
- "split": "train",
146
- "model_in_the_loop": _CONFIG_NAME_MAP[self.config.name]["model"],
147
- },
148
- ),
149
- datasets.SplitGenerator(
150
- name=datasets.Split.VALIDATION,
151
- gen_kwargs={
152
- "filepath": self._get_filepath(dl_dir, self.config.name, "dev"),
153
- "split": "validation",
154
- "model_in_the_loop": _CONFIG_NAME_MAP[self.config.name]["model"],
155
- },
156
- ),
157
- datasets.SplitGenerator(
158
- name=datasets.Split.TEST,
159
- gen_kwargs={
160
- "filepath": self._get_filepath(dl_dir, self.config.name, "test"),
161
- "split": "test",
162
- "model_in_the_loop": _CONFIG_NAME_MAP[self.config.name]["model"],
163
- },
164
- ),
165
- ]
166
-
167
- def _generate_examples(self, filepath, split, model_in_the_loop):
168
- """This function returns the examples in the raw (text) form."""
169
- logger.info("generating examples from = %s", filepath)
170
- with open(filepath, encoding="utf-8") as f:
171
- squad = json.load(f)
172
- id_ = 0
173
- for article in squad["data"]:
174
- title = article.get("title", "").strip()
175
- for paragraph in article["paragraphs"]:
176
- context = paragraph["context"].strip()
177
- for qa in paragraph["qas"]:
178
- question = qa["question"].strip()
179
- qid = qa["id"]
180
-
181
- answer_starts = [answer["answer_start"] for answer in qa["answers"]]
182
- answers = [answer["text"].strip() for answer in qa["answers"]]
183
-
184
- # raise BaseException(split, model_in_the_loop)
185
-
186
- # Features currently used are "context", "question", and "answers".
187
- # Others are extracted here for the ease of future expansions.
188
- yield id_, {
189
- "title": title,
190
- "context": context,
191
- "question": question,
192
- "id": qid,
193
- "answers": {
194
- "answer_start": answer_starts,
195
- "text": answers,
196
- },
197
- "metadata": {"split": split, "model_in_the_loop": model_in_the_loop},
198
- }
199
-
200
- id_ += 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_infos.json DELETED
@@ -1,394 +0,0 @@
1
- {
2
- "adversarialQA": {
3
- "description": "AdversarialQA is a Reading Comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles using an adversarial model-in-the-loop.\nWe use three different models; BiDAF (Seo et al., 2016), BERT-Large (Devlin et al., 2018), and RoBERTa-Large (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.\nThe adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging.\n",
4
- "citation": "@article{bartolo2020beat,\n author = {Bartolo, Max and Roberts, Alastair and Welbl, Johannes and Riedel, Sebastian and Stenetorp, Pontus},\n title = {Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension},\n journal = {Transactions of the Association for Computational Linguistics},\n volume = {8},\n number = {},\n pages = {662-678},\n year = {2020},\n doi = {10.1162/tacl\\_a\\_00338},\n URL = { https://doi.org/10.1162/tacl_a_00338 },\n eprint = { https://doi.org/10.1162/tacl_a_00338 },\n abstract = { Innovations in annotation methodology have been a catalyst for Reading Comprehension (RC) datasets and models. One recent trend to challenge current RC models is to involve a model in the annotation process: Humans create questions adversarially, such that the model fails to answer them correctly. In this work we investigate this annotation methodology and apply it in three different settings, collecting a total of 36,000 samples with progressively stronger models in the annotation loop. This allows us to explore questions such as the reproducibility of the adversarial effect, transfer from data collected with varying model-in-the-loop strengths, and generalization to data collected without a model. We find that training on adversarially collected samples leads to strong generalization to non-adversarially collected datasets, yet with progressive performance deterioration with increasingly stronger models-in-the-loop. Furthermore, we find that stronger models can still learn from datasets collected with substantially weaker models-in-the-loop. When trained on data collected with a BiDAF model in the loop, RoBERTa achieves 39.9F1 on questions that it cannot answer when trained on SQuAD\u2014only marginally lower than when trained on data collected using RoBERTa itself (41.0F1). }\n}\n",
5
- "homepage": "https://adversarialqa.github.io/",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "id": null,
11
- "_type": "Value"
12
- },
13
- "title": {
14
- "dtype": "string",
15
- "id": null,
16
- "_type": "Value"
17
- },
18
- "context": {
19
- "dtype": "string",
20
- "id": null,
21
- "_type": "Value"
22
- },
23
- "question": {
24
- "dtype": "string",
25
- "id": null,
26
- "_type": "Value"
27
- },
28
- "answers": {
29
- "feature": {
30
- "text": {
31
- "dtype": "string",
32
- "id": null,
33
- "_type": "Value"
34
- },
35
- "answer_start": {
36
- "dtype": "int32",
37
- "id": null,
38
- "_type": "Value"
39
- }
40
- },
41
- "length": -1,
42
- "id": null,
43
- "_type": "Sequence"
44
- },
45
- "metadata": {
46
- "split": {
47
- "dtype": "string",
48
- "id": null,
49
- "_type": "Value"
50
- },
51
- "model_in_the_loop": {
52
- "dtype": "string",
53
- "id": null,
54
- "_type": "Value"
55
- }
56
- }
57
- },
58
- "post_processed": null,
59
- "supervised_keys": null,
60
- "builder_name": "adversarial_qa",
61
- "config_name": "adversarialQA",
62
- "version": {
63
- "version_str": "1.0.0",
64
- "description": null,
65
- "major": 1,
66
- "minor": 0,
67
- "patch": 0
68
- },
69
- "splits": {
70
- "train": {
71
- "name": "train",
72
- "num_bytes": 27858794,
73
- "num_examples": 30000,
74
- "dataset_name": "adversarial_qa"
75
- },
76
- "validation": {
77
- "name": "validation",
78
- "num_bytes": 2757128,
79
- "num_examples": 3000,
80
- "dataset_name": "adversarial_qa"
81
- },
82
- "test": {
83
- "name": "test",
84
- "num_bytes": 2919643,
85
- "num_examples": 3000,
86
- "dataset_name": "adversarial_qa"
87
- }
88
- },
89
- "download_checksums": {
90
- "https://adversarialqa.github.io/data/aqa_v1.0.zip": {
91
- "num_bytes": 9018914,
92
- "checksum": "f4f3c23224a5060b28c35e35581bd5cf46256dda3665418fb83d036d0e0c93cf"
93
- }
94
- },
95
- "download_size": 9018914,
96
- "post_processing_size": null,
97
- "dataset_size": 33535565,
98
- "size_in_bytes": 42554479
99
- },
100
- "dbidaf": {
101
- "description": "AdversarialQA is a Reading Comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles using an adversarial model-in-the-loop.\nWe use three different models; BiDAF (Seo et al., 2016), BERT-Large (Devlin et al., 2018), and RoBERTa-Large (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.\nThe adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging.\n",
102
- "citation": "@article{bartolo2020beat,\n author = {Bartolo, Max and Roberts, Alastair and Welbl, Johannes and Riedel, Sebastian and Stenetorp, Pontus},\n title = {Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension},\n journal = {Transactions of the Association for Computational Linguistics},\n volume = {8},\n number = {},\n pages = {662-678},\n year = {2020},\n doi = {10.1162/tacl\\_a\\_00338},\n URL = { https://doi.org/10.1162/tacl_a_00338 },\n eprint = { https://doi.org/10.1162/tacl_a_00338 },\n abstract = { Innovations in annotation methodology have been a catalyst for Reading Comprehension (RC) datasets and models. One recent trend to challenge current RC models is to involve a model in the annotation process: Humans create questions adversarially, such that the model fails to answer them correctly. In this work we investigate this annotation methodology and apply it in three different settings, collecting a total of 36,000 samples with progressively stronger models in the annotation loop. This allows us to explore questions such as the reproducibility of the adversarial effect, transfer from data collected with varying model-in-the-loop strengths, and generalization to data collected without a model. We find that training on adversarially collected samples leads to strong generalization to non-adversarially collected datasets, yet with progressive performance deterioration with increasingly stronger models-in-the-loop. Furthermore, we find that stronger models can still learn from datasets collected with substantially weaker models-in-the-loop. When trained on data collected with a BiDAF model in the loop, RoBERTa achieves 39.9F1 on questions that it cannot answer when trained on SQuAD\u2014only marginally lower than when trained on data collected using RoBERTa itself (41.0F1). }\n}\n",
103
- "homepage": "https://adversarialqa.github.io/",
104
- "license": "",
105
- "features": {
106
- "id": {
107
- "dtype": "string",
108
- "id": null,
109
- "_type": "Value"
110
- },
111
- "title": {
112
- "dtype": "string",
113
- "id": null,
114
- "_type": "Value"
115
- },
116
- "context": {
117
- "dtype": "string",
118
- "id": null,
119
- "_type": "Value"
120
- },
121
- "question": {
122
- "dtype": "string",
123
- "id": null,
124
- "_type": "Value"
125
- },
126
- "answers": {
127
- "feature": {
128
- "text": {
129
- "dtype": "string",
130
- "id": null,
131
- "_type": "Value"
132
- },
133
- "answer_start": {
134
- "dtype": "int32",
135
- "id": null,
136
- "_type": "Value"
137
- }
138
- },
139
- "length": -1,
140
- "id": null,
141
- "_type": "Sequence"
142
- },
143
- "metadata": {
144
- "split": {
145
- "dtype": "string",
146
- "id": null,
147
- "_type": "Value"
148
- },
149
- "model_in_the_loop": {
150
- "dtype": "string",
151
- "id": null,
152
- "_type": "Value"
153
- }
154
- }
155
- },
156
- "post_processed": null,
157
- "supervised_keys": null,
158
- "builder_name": "adversarial_qa",
159
- "config_name": "dbidaf",
160
- "version": {
161
- "version_str": "1.0.0",
162
- "description": null,
163
- "major": 1,
164
- "minor": 0,
165
- "patch": 0
166
- },
167
- "splits": {
168
- "train": {
169
- "name": "train",
170
- "num_bytes": 9282518,
171
- "num_examples": 10000,
172
- "dataset_name": "adversarial_qa"
173
- },
174
- "validation": {
175
- "name": "validation",
176
- "num_bytes": 917943,
177
- "num_examples": 1000,
178
- "dataset_name": "adversarial_qa"
179
- },
180
- "test": {
181
- "name": "test",
182
- "num_bytes": 947111,
183
- "num_examples": 1000,
184
- "dataset_name": "adversarial_qa"
185
- }
186
- },
187
- "download_checksums": {
188
- "https://adversarialqa.github.io/data/aqa_v1.0.zip": {
189
- "num_bytes": 9018914,
190
- "checksum": "f4f3c23224a5060b28c35e35581bd5cf46256dda3665418fb83d036d0e0c93cf"
191
- }
192
- },
193
- "download_size": 9018914,
194
- "post_processing_size": null,
195
- "dataset_size": 11147572,
196
- "size_in_bytes": 20166486
197
- },
198
- "dbert": {
199
- "description": "AdversarialQA is a Reading Comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles using an adversarial model-in-the-loop.\nWe use three different models; BiDAF (Seo et al., 2016), BERT-Large (Devlin et al., 2018), and RoBERTa-Large (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.\nThe adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging.\n",
200
- "citation": "@article{bartolo2020beat,\n author = {Bartolo, Max and Roberts, Alastair and Welbl, Johannes and Riedel, Sebastian and Stenetorp, Pontus},\n title = {Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension},\n journal = {Transactions of the Association for Computational Linguistics},\n volume = {8},\n number = {},\n pages = {662-678},\n year = {2020},\n doi = {10.1162/tacl\\_a\\_00338},\n URL = { https://doi.org/10.1162/tacl_a_00338 },\n eprint = { https://doi.org/10.1162/tacl_a_00338 },\n abstract = { Innovations in annotation methodology have been a catalyst for Reading Comprehension (RC) datasets and models. One recent trend to challenge current RC models is to involve a model in the annotation process: Humans create questions adversarially, such that the model fails to answer them correctly. In this work we investigate this annotation methodology and apply it in three different settings, collecting a total of 36,000 samples with progressively stronger models in the annotation loop. This allows us to explore questions such as the reproducibility of the adversarial effect, transfer from data collected with varying model-in-the-loop strengths, and generalization to data collected without a model. We find that training on adversarially collected samples leads to strong generalization to non-adversarially collected datasets, yet with progressive performance deterioration with increasingly stronger models-in-the-loop. Furthermore, we find that stronger models can still learn from datasets collected with substantially weaker models-in-the-loop. When trained on data collected with a BiDAF model in the loop, RoBERTa achieves 39.9F1 on questions that it cannot answer when trained on SQuAD\u2014only marginally lower than when trained on data collected using RoBERTa itself (41.0F1). }\n}\n",
201
- "homepage": "https://adversarialqa.github.io/",
202
- "license": "",
203
- "features": {
204
- "id": {
205
- "dtype": "string",
206
- "id": null,
207
- "_type": "Value"
208
- },
209
- "title": {
210
- "dtype": "string",
211
- "id": null,
212
- "_type": "Value"
213
- },
214
- "context": {
215
- "dtype": "string",
216
- "id": null,
217
- "_type": "Value"
218
- },
219
- "question": {
220
- "dtype": "string",
221
- "id": null,
222
- "_type": "Value"
223
- },
224
- "answers": {
225
- "feature": {
226
- "text": {
227
- "dtype": "string",
228
- "id": null,
229
- "_type": "Value"
230
- },
231
- "answer_start": {
232
- "dtype": "int32",
233
- "id": null,
234
- "_type": "Value"
235
- }
236
- },
237
- "length": -1,
238
- "id": null,
239
- "_type": "Sequence"
240
- },
241
- "metadata": {
242
- "split": {
243
- "dtype": "string",
244
- "id": null,
245
- "_type": "Value"
246
- },
247
- "model_in_the_loop": {
248
- "dtype": "string",
249
- "id": null,
250
- "_type": "Value"
251
- }
252
- }
253
- },
254
- "post_processed": null,
255
- "supervised_keys": null,
256
- "builder_name": "adversarial_qa",
257
- "config_name": "dbert",
258
- "version": {
259
- "version_str": "1.0.0",
260
- "description": null,
261
- "major": 1,
262
- "minor": 0,
263
- "patch": 0
264
- },
265
- "splits": {
266
- "train": {
267
- "name": "train",
268
- "num_bytes": 9345557,
269
- "num_examples": 10000,
270
- "dataset_name": "adversarial_qa"
271
- },
272
- "validation": {
273
- "name": "validation",
274
- "num_bytes": 918192,
275
- "num_examples": 1000,
276
- "dataset_name": "adversarial_qa"
277
- },
278
- "test": {
279
- "name": "test",
280
- "num_bytes": 971454,
281
- "num_examples": 1000,
282
- "dataset_name": "adversarial_qa"
283
- }
284
- },
285
- "download_checksums": {
286
- "https://adversarialqa.github.io/data/aqa_v1.0.zip": {
287
- "num_bytes": 9018914,
288
- "checksum": "f4f3c23224a5060b28c35e35581bd5cf46256dda3665418fb83d036d0e0c93cf"
289
- }
290
- },
291
- "download_size": 9018914,
292
- "post_processing_size": null,
293
- "dataset_size": 11235203,
294
- "size_in_bytes": 20254117
295
- },
296
- "droberta": {
297
- "description": "AdversarialQA is a Reading Comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles using an adversarial model-in-the-loop.\nWe use three different models; BiDAF (Seo et al., 2016), BERT-Large (Devlin et al., 2018), and RoBERTa-Large (Liu et al., 2019) in the annotation loop and construct three datasets; D(BiDAF), D(BERT), and D(RoBERTa), each with 10,000 training examples, 1,000 validation, and 1,000 test examples.\nThe adversarial human annotation paradigm ensures that these datasets consist of questions that current state-of-the-art models (at least the ones used as adversaries in the annotation loop) find challenging.\n",
298
- "citation": "@article{bartolo2020beat,\n author = {Bartolo, Max and Roberts, Alastair and Welbl, Johannes and Riedel, Sebastian and Stenetorp, Pontus},\n title = {Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension},\n journal = {Transactions of the Association for Computational Linguistics},\n volume = {8},\n number = {},\n pages = {662-678},\n year = {2020},\n doi = {10.1162/tacl\\_a\\_00338},\n URL = { https://doi.org/10.1162/tacl_a_00338 },\n eprint = { https://doi.org/10.1162/tacl_a_00338 },\n abstract = { Innovations in annotation methodology have been a catalyst for Reading Comprehension (RC) datasets and models. One recent trend to challenge current RC models is to involve a model in the annotation process: Humans create questions adversarially, such that the model fails to answer them correctly. In this work we investigate this annotation methodology and apply it in three different settings, collecting a total of 36,000 samples with progressively stronger models in the annotation loop. This allows us to explore questions such as the reproducibility of the adversarial effect, transfer from data collected with varying model-in-the-loop strengths, and generalization to data collected without a model. We find that training on adversarially collected samples leads to strong generalization to non-adversarially collected datasets, yet with progressive performance deterioration with increasingly stronger models-in-the-loop. Furthermore, we find that stronger models can still learn from datasets collected with substantially weaker models-in-the-loop. When trained on data collected with a BiDAF model in the loop, RoBERTa achieves 39.9F1 on questions that it cannot answer when trained on SQuAD\u2014only marginally lower than when trained on data collected using RoBERTa itself (41.0F1). }\n}\n",
299
- "homepage": "https://adversarialqa.github.io/",
300
- "license": "",
301
- "features": {
302
- "id": {
303
- "dtype": "string",
304
- "id": null,
305
- "_type": "Value"
306
- },
307
- "title": {
308
- "dtype": "string",
309
- "id": null,
310
- "_type": "Value"
311
- },
312
- "context": {
313
- "dtype": "string",
314
- "id": null,
315
- "_type": "Value"
316
- },
317
- "question": {
318
- "dtype": "string",
319
- "id": null,
320
- "_type": "Value"
321
- },
322
- "answers": {
323
- "feature": {
324
- "text": {
325
- "dtype": "string",
326
- "id": null,
327
- "_type": "Value"
328
- },
329
- "answer_start": {
330
- "dtype": "int32",
331
- "id": null,
332
- "_type": "Value"
333
- }
334
- },
335
- "length": -1,
336
- "id": null,
337
- "_type": "Sequence"
338
- },
339
- "metadata": {
340
- "split": {
341
- "dtype": "string",
342
- "id": null,
343
- "_type": "Value"
344
- },
345
- "model_in_the_loop": {
346
- "dtype": "string",
347
- "id": null,
348
- "_type": "Value"
349
- }
350
- }
351
- },
352
- "post_processed": null,
353
- "supervised_keys": null,
354
- "builder_name": "adversarial_qa",
355
- "config_name": "droberta",
356
- "version": {
357
- "version_str": "1.0.0",
358
- "description": null,
359
- "major": 1,
360
- "minor": 0,
361
- "patch": 0
362
- },
363
- "splits": {
364
- "train": {
365
- "name": "train",
366
- "num_bytes": 9270719,
367
- "num_examples": 10000,
368
- "dataset_name": "adversarial_qa"
369
- },
370
- "validation": {
371
- "name": "validation",
372
- "num_bytes": 925065,
373
- "num_examples": 1000,
374
- "dataset_name": "adversarial_qa"
375
- },
376
- "test": {
377
- "name": "test",
378
- "num_bytes": 1005406,
379
- "num_examples": 1000,
380
- "dataset_name": "adversarial_qa"
381
- }
382
- },
383
- "download_checksums": {
384
- "https://adversarialqa.github.io/data/aqa_v1.0.zip": {
385
- "num_bytes": 9018914,
386
- "checksum": "f4f3c23224a5060b28c35e35581bd5cf46256dda3665418fb83d036d0e0c93cf"
387
- }
388
- },
389
- "download_size": 9018914,
390
- "post_processing_size": null,
391
- "dataset_size": 11201190,
392
- "size_in_bytes": 20220104
393
- }
394
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dbert/adversarial_qa-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d757103d870e05435291c8653d6a06c6d127528abb6dd18854ccc124c48d21
3
+ size 234028
dbert/adversarial_qa-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd65aaabd748674b21cef1ed59657eab01bfb4fa948235f6d0263c87ef61100
3
+ size 2218849
dbert/adversarial_qa-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b79cc2409728463ca000ec73d987adf79494f51a66ba042c0de625d873fb1f22
3
+ size 236152
dbidaf/adversarial_qa-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961bfc5f70de9dd9ab4f8731a9d9bf5218cf8cd3de4f3521ac05c0e0a1ec8a98
3
+ size 221192
dbidaf/adversarial_qa-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fce125c975c544a221576d4dfadbbfef955b02ac63e89424c7fda124291d7df
3
+ size 2266211
dbidaf/adversarial_qa-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6d9961165f7e1d63e83f720be47987a670c4f3acd0a706e38fba7499e8addf
3
+ size 233935
droberta/adversarial_qa-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dba419e970bd0367d7ef529022adbe187c9b7001fd22859828bf2eccf32c4b5
3
+ size 255805
droberta/adversarial_qa-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c78ee32f62868797475cd856c28eef6d82eea1a296e629a8abc87767c9028c
3
+ size 2298072
droberta/adversarial_qa-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a730a735db128d040bdc781b8939ec0d418455356b74dc5c6a673f19a16d7b6b
3
+ size 261572