Tristan Thrush commited on
Commit
41fae97
·
1 Parent(s): 310ffe9

Added dataset cache.

Browse files
.gitattributes CHANGED
@@ -49,3 +49,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
49
  *.jpg filter=lfs diff=lfs merge=lfs -text
50
  *.jpeg filter=lfs diff=lfs merge=lfs -text
51
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
49
  *.jpg filter=lfs diff=lfs merge=lfs -text
50
  *.jpeg filter=lfs diff=lfs merge=lfs -text
51
  *.webp filter=lfs diff=lfs merge=lfs -text
52
+ *.feather filter=lfs diff=lfs merge=lfs -text
base_dset/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05950c1f331dd7c81f533daaf0902e8cbc207df9d3e9fb2d4e42b672f934489d
3
+ size 2921632
base_dset/dataset_info.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "adversarialQA",
5
+ "dataset_size": 33535437,
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": "f4f3c23224a5060b28c35e35581bd5cf46256dda3665418fb83d036d0e0c93cf"
11
+ }
12
+ },
13
+ "download_size": 9018914,
14
+ "features": {
15
+ "id": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "title": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "context": {
26
+ "dtype": "string",
27
+ "id": null,
28
+ "_type": "Value"
29
+ },
30
+ "question": {
31
+ "dtype": "string",
32
+ "id": null,
33
+ "_type": "Value"
34
+ },
35
+ "answers": {
36
+ "feature": {
37
+ "text": {
38
+ "dtype": "string",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "answer_start": {
43
+ "dtype": "int32",
44
+ "id": null,
45
+ "_type": "Value"
46
+ }
47
+ },
48
+ "length": -1,
49
+ "id": null,
50
+ "_type": "Sequence"
51
+ },
52
+ "metadata": {
53
+ "split": {
54
+ "dtype": "string",
55
+ "id": null,
56
+ "_type": "Value"
57
+ },
58
+ "model_in_the_loop": {
59
+ "dtype": "string",
60
+ "id": null,
61
+ "_type": "Value"
62
+ }
63
+ }
64
+ },
65
+ "homepage": "https://adversarialqa.github.io/",
66
+ "license": "",
67
+ "post_processed": null,
68
+ "post_processing_size": null,
69
+ "size_in_bytes": 42554351,
70
+ "splits": {
71
+ "train": {
72
+ "name": "train",
73
+ "num_bytes": 27858794,
74
+ "num_examples": 30000,
75
+ "dataset_name": "adversarial_qa"
76
+ },
77
+ "validation": {
78
+ "name": "validation",
79
+ "num_bytes": 2757128,
80
+ "num_examples": 3000,
81
+ "dataset_name": "adversarial_qa"
82
+ },
83
+ "test": {
84
+ "name": "test",
85
+ "num_bytes": 2919515,
86
+ "num_examples": 3000,
87
+ "dataset_name": "adversarial_qa"
88
+ }
89
+ },
90
+ "supervised_keys": null,
91
+ "task_templates": null,
92
+ "version": {
93
+ "version_str": "1.0.0",
94
+ "description": null,
95
+ "major": 1,
96
+ "minor": 0,
97
+ "patch": 0
98
+ }
99
+ }
base_dset/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "9b5f73a4c9cbca99",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test"
14
+ }
dset_peek.json ADDED
The diff for this file is too large to render. See raw diff
 
general_stats_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"total words": 4889, "total open words": 4741, "text_nan_count": 0, "duplicate_fraction": 0.009000000000000008}
sorted_top_vocab.feather ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da0c14d0f5d685898cffab4d4ce0e3036030433d4f8d4afbbcf4910b36eb988
3
+ size 3570
text_dset/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208a1fbacd83cb1c6a766aad00b29bf38c0c497f2f1b0af8ef84f63419a0b69e
3
+ size 191008
text_dset/dataset_info.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "adversarialQA",
5
+ "dataset_size": 33535437,
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": "f4f3c23224a5060b28c35e35581bd5cf46256dda3665418fb83d036d0e0c93cf"
11
+ }
12
+ },
13
+ "download_size": 9018914,
14
+ "features": {
15
+ "text": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ }
20
+ },
21
+ "homepage": "https://adversarialqa.github.io/",
22
+ "license": "",
23
+ "post_processed": null,
24
+ "post_processing_size": null,
25
+ "size_in_bytes": 42554351,
26
+ "splits": {
27
+ "train": {
28
+ "name": "train",
29
+ "num_bytes": 27858794,
30
+ "num_examples": 30000,
31
+ "dataset_name": "adversarial_qa"
32
+ },
33
+ "validation": {
34
+ "name": "validation",
35
+ "num_bytes": 2757128,
36
+ "num_examples": 3000,
37
+ "dataset_name": "adversarial_qa"
38
+ },
39
+ "test": {
40
+ "name": "test",
41
+ "num_bytes": 2919515,
42
+ "num_examples": 3000,
43
+ "dataset_name": "adversarial_qa"
44
+ }
45
+ },
46
+ "supervised_keys": null,
47
+ "task_templates": null,
48
+ "version": {
49
+ "version_str": "1.0.0",
50
+ "description": null,
51
+ "major": 1,
52
+ "minor": 0,
53
+ "patch": 0
54
+ }
55
+ }
text_dset/state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1354e2234fe69bcc",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": "test"
14
+ }
tokenized_df.feather ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57908e8c2d208a05faec71b7e4be0319b52266fde842e26ea5fa037b9863c30d
3
+ size 341626
vocab_counts.feather ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c2fe755420c036919bdf83c63d3afb6f8fd27cd63f230d799b18d1b71e4a02
3
+ size 49418