Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
1fee472
1 Parent(s): 74e4b2c

Add dbert data files

Browse files
README.md CHANGED
@@ -79,16 +79,16 @@ dataset_info:
79
  dtype: string
80
  splits:
81
  - name: train
82
- num_bytes: 9345557
83
  num_examples: 10000
84
  - name: validation
85
- num_bytes: 918192
86
  num_examples: 1000
87
  - name: test
88
- num_bytes: 971454
89
  num_examples: 1000
90
- download_size: 9018914
91
- dataset_size: 11235203
92
  - config_name: dbidaf
93
  features:
94
  - name: id
@@ -166,6 +166,14 @@ configs:
166
  path: adversarialQA/validation-*
167
  - split: test
168
  path: adversarialQA/test-*
 
 
 
 
 
 
 
 
169
  - config_name: dbidaf
170
  data_files:
171
  - split: train
 
79
  dtype: string
80
  splits:
81
  - name: train
82
+ num_bytes: 9345521
83
  num_examples: 10000
84
  - name: validation
85
+ num_bytes: 918156
86
  num_examples: 1000
87
  - name: test
88
+ num_bytes: 971290
89
  num_examples: 1000
90
+ download_size: 2689032
91
+ dataset_size: 11234967
92
  - config_name: dbidaf
93
  features:
94
  - name: id
 
166
  path: adversarialQA/validation-*
167
  - split: test
168
  path: adversarialQA/test-*
169
+ - config_name: dbert
170
+ data_files:
171
+ - split: train
172
+ path: dbert/train-*
173
+ - split: validation
174
+ path: dbert/validation-*
175
+ - split: test
176
+ path: dbert/test-*
177
  - config_name: dbidaf
178
  data_files:
179
  - split: train
dataset_infos.json CHANGED
@@ -159,67 +159,55 @@
159
  },
160
  "dbert": {
161
  "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",
162
- "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",
163
  "homepage": "https://adversarialqa.github.io/",
164
  "license": "",
165
  "features": {
166
  "id": {
167
  "dtype": "string",
168
- "id": null,
169
  "_type": "Value"
170
  },
171
  "title": {
172
  "dtype": "string",
173
- "id": null,
174
  "_type": "Value"
175
  },
176
  "context": {
177
  "dtype": "string",
178
- "id": null,
179
  "_type": "Value"
180
  },
181
  "question": {
182
  "dtype": "string",
183
- "id": null,
184
  "_type": "Value"
185
  },
186
  "answers": {
187
  "feature": {
188
  "text": {
189
  "dtype": "string",
190
- "id": null,
191
  "_type": "Value"
192
  },
193
  "answer_start": {
194
  "dtype": "int32",
195
- "id": null,
196
  "_type": "Value"
197
  }
198
  },
199
- "length": -1,
200
- "id": null,
201
  "_type": "Sequence"
202
  },
203
  "metadata": {
204
  "split": {
205
  "dtype": "string",
206
- "id": null,
207
  "_type": "Value"
208
  },
209
  "model_in_the_loop": {
210
  "dtype": "string",
211
- "id": null,
212
  "_type": "Value"
213
  }
214
  }
215
  },
216
- "post_processed": null,
217
- "supervised_keys": null,
218
  "builder_name": "adversarial_qa",
 
219
  "config_name": "dbert",
220
  "version": {
221
  "version_str": "1.0.0",
222
- "description": null,
223
  "major": 1,
224
  "minor": 0,
225
  "patch": 0
@@ -227,33 +215,26 @@
227
  "splits": {
228
  "train": {
229
  "name": "train",
230
- "num_bytes": 9345557,
231
  "num_examples": 10000,
232
- "dataset_name": "adversarial_qa"
233
  },
234
  "validation": {
235
  "name": "validation",
236
- "num_bytes": 918192,
237
  "num_examples": 1000,
238
- "dataset_name": "adversarial_qa"
239
  },
240
  "test": {
241
  "name": "test",
242
- "num_bytes": 971454,
243
  "num_examples": 1000,
244
- "dataset_name": "adversarial_qa"
245
- }
246
- },
247
- "download_checksums": {
248
- "https://adversarialqa.github.io/data/aqa_v1.0.zip": {
249
- "num_bytes": 9018914,
250
- "checksum": "f4f3c23224a5060b28c35e35581bd5cf46256dda3665418fb83d036d0e0c93cf"
251
  }
252
  },
253
- "download_size": 9018914,
254
- "post_processing_size": null,
255
- "dataset_size": 11235203,
256
- "size_in_bytes": 20254117
257
  },
258
  "droberta": {
259
  "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",
 
159
  },
160
  "dbert": {
161
  "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",
162
+ "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",
163
  "homepage": "https://adversarialqa.github.io/",
164
  "license": "",
165
  "features": {
166
  "id": {
167
  "dtype": "string",
 
168
  "_type": "Value"
169
  },
170
  "title": {
171
  "dtype": "string",
 
172
  "_type": "Value"
173
  },
174
  "context": {
175
  "dtype": "string",
 
176
  "_type": "Value"
177
  },
178
  "question": {
179
  "dtype": "string",
 
180
  "_type": "Value"
181
  },
182
  "answers": {
183
  "feature": {
184
  "text": {
185
  "dtype": "string",
 
186
  "_type": "Value"
187
  },
188
  "answer_start": {
189
  "dtype": "int32",
 
190
  "_type": "Value"
191
  }
192
  },
 
 
193
  "_type": "Sequence"
194
  },
195
  "metadata": {
196
  "split": {
197
  "dtype": "string",
 
198
  "_type": "Value"
199
  },
200
  "model_in_the_loop": {
201
  "dtype": "string",
 
202
  "_type": "Value"
203
  }
204
  }
205
  },
 
 
206
  "builder_name": "adversarial_qa",
207
+ "dataset_name": "adversarial_qa",
208
  "config_name": "dbert",
209
  "version": {
210
  "version_str": "1.0.0",
 
211
  "major": 1,
212
  "minor": 0,
213
  "patch": 0
 
215
  "splits": {
216
  "train": {
217
  "name": "train",
218
+ "num_bytes": 9345521,
219
  "num_examples": 10000,
220
+ "dataset_name": null
221
  },
222
  "validation": {
223
  "name": "validation",
224
+ "num_bytes": 918156,
225
  "num_examples": 1000,
226
+ "dataset_name": null
227
  },
228
  "test": {
229
  "name": "test",
230
+ "num_bytes": 971290,
231
  "num_examples": 1000,
232
+ "dataset_name": null
 
 
 
 
 
 
233
  }
234
  },
235
+ "download_size": 2689032,
236
+ "dataset_size": 11234967,
237
+ "size_in_bytes": 13923999
 
238
  },
239
  "droberta": {
240
  "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",
dbert/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e850dff3f247acf8cd02e96025a5ad8858498e4aa5b3f36b6b3a7a0e278b1f55
3
+ size 234029
dbert/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b1bab8ce6a8a9e34d64a4048559b3370b2187c6db71d4830a927f5216c5950
3
+ size 2218850
dbert/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d91a3d9c2c184cfbf84706434a96d5371e28a78a26b50fcf02c918eed5bf6f7
3
+ size 236153