nihalnayak commited on
Commit
59eec17
1 Parent(s): 2294321

update dataset

Browse files
README.md CHANGED
@@ -12,6 +12,18 @@ configs:
12
  data_files:
13
  - path: pubmed_qa/*.arrow
14
  split: test
 
 
 
 
 
 
 
 
 
 
 
 
15
  - config_name: vitaminc
16
  data_files:
17
  - path: vitaminc/*.arrow
 
12
  data_files:
13
  - path: pubmed_qa/*.arrow
14
  split: test
15
+ - config_name: squadshifts_amazon
16
+ data_files:
17
+ - path: squadshifts_amazon/*.arrow
18
+ split: test
19
+ - config_name: squadshifts_nyt
20
+ data_files:
21
+ - path: squadshifts_nyt/*.arrow
22
+ split: test
23
+ - config_name: squadshifts_reddit
24
+ data_files:
25
+ - path: squadshifts_reddit/*.arrow
26
+ split: test
27
  - config_name: vitaminc
28
  data_files:
29
  - path: vitaminc/*.arrow
squadshifts_amazon/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bded198f7681bf2b857f01da6eeb4d5e994b6e7569174b729e6cebef2db8b1d6
3
+ size 9448840
squadshifts_amazon/dataset_info.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "@InProceedings{pmlr-v119-miller20a,\n title = {The Effect of Natural Distribution Shift on Question Answering Models},\n author = {Miller, John and Krauth, Karl and Recht, Benjamin and Schmidt, Ludwig},\n booktitle = {Proceedings of the 37th International Conference on Machine Learning},\n pages = {6905--6916},\n year = {2020},\n editor = {III, Hal Daum\u00e9 and Singh, Aarti},\n volume = {119},\n series = {Proceedings of Machine Learning Research},\n month = {13--18 Jul},\n publisher = {PMLR},\n pdf = {http://proceedings.mlr.press/v119/miller20a/miller20a.pdf},\n url = {https://proceedings.mlr.press/v119/miller20a.html},\n}\n",
4
+ "config_name": "amazon",
5
+ "dataset_name": "squadshifts",
6
+ "dataset_size": 9443740,
7
+ "description": "\\\nSquadShifts consists of four new test sets for the Stanford Question Answering \\\nDataset (SQuAD) from four different domains: Wikipedia articles, New York \\\nTimes articles, Reddit comments, and Amazon product reviews. Each dataset \\\nwas generated using the same data generating pipeline, Amazon Mechanical \\\nTurk interface, and data cleaning code as the original SQuAD v1.1 dataset. \\\nThe \"new-wikipedia\" dataset measures overfitting on the original SQuAD v1.1 \\\ndataset. The \"new-york-times\", \"reddit\", and \"amazon\" datasets measure \\\nrobustness to natural distribution shifts. We encourage SQuAD model developers \\\nto also evaluate their methods on these new datasets! \\\n",
8
+ "download_checksums": {
9
+ "hf://datasets/squadshifts@3032f6783da8c01d6e25fcc5b45fccd5eea1c5bb/amazon/test/0000.parquet": {
10
+ "num_bytes": 1743431,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 1743431,
15
+ "features": {
16
+ "id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "title": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "context": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "question": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "answers": {
33
+ "feature": {
34
+ "text": {
35
+ "dtype": "string",
36
+ "_type": "Value"
37
+ },
38
+ "answer_start": {
39
+ "dtype": "int32",
40
+ "_type": "Value"
41
+ }
42
+ },
43
+ "_type": "Sequence"
44
+ }
45
+ },
46
+ "homepage": "https://modestyachts.github.io/squadshifts-website/index.html",
47
+ "license": "CC-BY-4.0",
48
+ "size_in_bytes": 11187171,
49
+ "splits": {
50
+ "test": {
51
+ "name": "test",
52
+ "num_bytes": 9443740,
53
+ "num_examples": 9885,
54
+ "dataset_name": "squadshifts"
55
+ }
56
+ },
57
+ "version": {
58
+ "version_str": "1.0.0",
59
+ "major": 1,
60
+ "minor": 0,
61
+ "patch": 0
62
+ }
63
+ }
squadshifts_amazon/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0c0f6d1f1d9d0fbc",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }
squadshifts_nyt/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c19b776898efb24c0e5b28e661e7b91cda1c9def528cf453930ee0ef267ad7
3
+ size 10796648
squadshifts_nyt/dataset_info.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "@InProceedings{pmlr-v119-miller20a,\n title = {The Effect of Natural Distribution Shift on Question Answering Models},\n author = {Miller, John and Krauth, Karl and Recht, Benjamin and Schmidt, Ludwig},\n booktitle = {Proceedings of the 37th International Conference on Machine Learning},\n pages = {6905--6916},\n year = {2020},\n editor = {III, Hal Daum\u00e9 and Singh, Aarti},\n volume = {119},\n series = {Proceedings of Machine Learning Research},\n month = {13--18 Jul},\n publisher = {PMLR},\n pdf = {http://proceedings.mlr.press/v119/miller20a/miller20a.pdf},\n url = {https://proceedings.mlr.press/v119/miller20a.html},\n}\n",
4
+ "config_name": "nyt",
5
+ "dataset_name": "squadshifts",
6
+ "dataset_size": 10791235,
7
+ "description": "\\\nSquadShifts consists of four new test sets for the Stanford Question Answering \\\nDataset (SQuAD) from four different domains: Wikipedia articles, New York \\\nTimes articles, Reddit comments, and Amazon product reviews. Each dataset \\\nwas generated using the same data generating pipeline, Amazon Mechanical \\\nTurk interface, and data cleaning code as the original SQuAD v1.1 dataset. \\\nThe \"new-wikipedia\" dataset measures overfitting on the original SQuAD v1.1 \\\ndataset. The \"new-york-times\", \"reddit\", and \"amazon\" datasets measure \\\nrobustness to natural distribution shifts. We encourage SQuAD model developers \\\nto also evaluate their methods on these new datasets! \\\n",
8
+ "download_checksums": {
9
+ "hf://datasets/squadshifts@3032f6783da8c01d6e25fcc5b45fccd5eea1c5bb/nyt/test/0000.parquet": {
10
+ "num_bytes": 1949981,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 1949981,
15
+ "features": {
16
+ "id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "title": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "context": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "question": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "answers": {
33
+ "feature": {
34
+ "text": {
35
+ "dtype": "string",
36
+ "_type": "Value"
37
+ },
38
+ "answer_start": {
39
+ "dtype": "int32",
40
+ "_type": "Value"
41
+ }
42
+ },
43
+ "_type": "Sequence"
44
+ }
45
+ },
46
+ "homepage": "https://modestyachts.github.io/squadshifts-website/index.html",
47
+ "license": "CC-BY-4.0",
48
+ "size_in_bytes": 12741216,
49
+ "splits": {
50
+ "test": {
51
+ "name": "test",
52
+ "num_bytes": 10791235,
53
+ "num_examples": 10065,
54
+ "dataset_name": "squadshifts"
55
+ }
56
+ },
57
+ "version": {
58
+ "version_str": "1.0.0",
59
+ "major": 1,
60
+ "minor": 0,
61
+ "patch": 0
62
+ }
63
+ }
squadshifts_nyt/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "38a3eaf5f4d060a0",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }
squadshifts_reddit/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10621890e317f1bfd1a0a845bbcd5cfb2b926315ee093ce3ffb706b71c1f68be
3
+ size 9477504
squadshifts_reddit/dataset_info.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "@InProceedings{pmlr-v119-miller20a,\n title = {The Effect of Natural Distribution Shift on Question Answering Models},\n author = {Miller, John and Krauth, Karl and Recht, Benjamin and Schmidt, Ludwig},\n booktitle = {Proceedings of the 37th International Conference on Machine Learning},\n pages = {6905--6916},\n year = {2020},\n editor = {III, Hal Daum\u00e9 and Singh, Aarti},\n volume = {119},\n series = {Proceedings of Machine Learning Research},\n month = {13--18 Jul},\n publisher = {PMLR},\n pdf = {http://proceedings.mlr.press/v119/miller20a/miller20a.pdf},\n url = {https://proceedings.mlr.press/v119/miller20a.html},\n}\n",
4
+ "config_name": "reddit",
5
+ "dataset_name": "squadshifts",
6
+ "dataset_size": 9472692,
7
+ "description": "\\\nSquadShifts consists of four new test sets for the Stanford Question Answering \\\nDataset (SQuAD) from four different domains: Wikipedia articles, New York \\\nTimes articles, Reddit comments, and Amazon product reviews. Each dataset \\\nwas generated using the same data generating pipeline, Amazon Mechanical \\\nTurk interface, and data cleaning code as the original SQuAD v1.1 dataset. \\\nThe \"new-wikipedia\" dataset measures overfitting on the original SQuAD v1.1 \\\ndataset. The \"new-york-times\", \"reddit\", and \"amazon\" datasets measure \\\nrobustness to natural distribution shifts. We encourage SQuAD model developers \\\nto also evaluate their methods on these new datasets! \\\n",
8
+ "download_checksums": {
9
+ "hf://datasets/squadshifts@3032f6783da8c01d6e25fcc5b45fccd5eea1c5bb/reddit/test/0000.parquet": {
10
+ "num_bytes": 1817051,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 1817051,
15
+ "features": {
16
+ "id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "title": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "context": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "question": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "answers": {
33
+ "feature": {
34
+ "text": {
35
+ "dtype": "string",
36
+ "_type": "Value"
37
+ },
38
+ "answer_start": {
39
+ "dtype": "int32",
40
+ "_type": "Value"
41
+ }
42
+ },
43
+ "_type": "Sequence"
44
+ }
45
+ },
46
+ "homepage": "https://modestyachts.github.io/squadshifts-website/index.html",
47
+ "license": "CC-BY-4.0",
48
+ "size_in_bytes": 11289743,
49
+ "splits": {
50
+ "test": {
51
+ "name": "test",
52
+ "num_bytes": 9472692,
53
+ "num_examples": 9803,
54
+ "dataset_name": "squadshifts"
55
+ }
56
+ },
57
+ "version": {
58
+ "version_str": "1.0.0",
59
+ "major": 1,
60
+ "minor": 0,
61
+ "patch": 0
62
+ }
63
+ }
squadshifts_reddit/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c5d3d87245b1c1e9",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }