saurav1004 commited on
Commit
eb52961
1 Parent(s): f4ff7bc

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +84 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c85b8125c92f5a746c6d79c6ae02944b014108b597bad79f1d787844cd7df72
3
+ size 2726488
dataset_info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "adversarial_qa",
3
+ "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",
4
+ "config_name": "droberta",
5
+ "dataset_size": 11200954,
6
+ "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",
7
+ "download_checksums": {
8
+ "https://adversarialqa.github.io/data/aqa_v1.0.zip": {
9
+ "num_bytes": 9018914,
10
+ "checksum": null
11
+ }
12
+ },
13
+ "download_size": 9018914,
14
+ "features": {
15
+ "id": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "title": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "context": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ },
27
+ "question": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ },
31
+ "answers": {
32
+ "feature": {
33
+ "text": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "answer_start": {
38
+ "dtype": "int32",
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "_type": "Sequence"
43
+ },
44
+ "metadata": {
45
+ "split": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "model_in_the_loop": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ }
53
+ }
54
+ },
55
+ "homepage": "https://adversarialqa.github.io/",
56
+ "license": "",
57
+ "size_in_bytes": 20219868,
58
+ "splits": {
59
+ "train": {
60
+ "name": "train",
61
+ "num_bytes": 9270683,
62
+ "num_examples": 10000,
63
+ "dataset_name": "adversarial_qa"
64
+ },
65
+ "validation": {
66
+ "name": "validation",
67
+ "num_bytes": 925029,
68
+ "num_examples": 1000,
69
+ "dataset_name": "adversarial_qa"
70
+ },
71
+ "test": {
72
+ "name": "test",
73
+ "num_bytes": 1005242,
74
+ "num_examples": 1000,
75
+ "dataset_name": "adversarial_qa"
76
+ }
77
+ },
78
+ "version": {
79
+ "version_str": "1.0.0",
80
+ "major": 1,
81
+ "minor": 0,
82
+ "patch": 0
83
+ }
84
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "23ec7ef90916d1cf",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }