Datasets:

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

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -33,16 +33,16 @@ dataset_info:
33
  dtype: string
34
  splits:
35
  - name: train
36
- num_bytes: 42333259
37
  num_examples: 97467
38
  - name: test
39
- num_bytes: 116779
40
  num_examples: 254
41
  - name: validation
42
- num_bytes: 118636
43
  num_examples: 254
44
- download_size: 47833135
45
- dataset_size: 42568674
46
  - config_name: tokenized
47
  features:
48
  - name: question
@@ -65,6 +65,16 @@ dataset_info:
65
  num_examples: 254
66
  download_size: 52003894
67
  dataset_size: 46748999
 
 
 
 
 
 
 
 
 
 
68
  ---
69
 
70
  # Dataset Card for AQUA-RAT
 
33
  dtype: string
34
  splits:
35
  - name: train
36
+ num_bytes: 42333059
37
  num_examples: 97467
38
  - name: test
39
+ num_bytes: 116759
40
  num_examples: 254
41
  - name: validation
42
+ num_bytes: 118616
43
  num_examples: 254
44
+ download_size: 25568676
45
+ dataset_size: 42568434
46
  - config_name: tokenized
47
  features:
48
  - name: question
 
65
  num_examples: 254
66
  download_size: 52003894
67
  dataset_size: 46748999
68
+ configs:
69
+ - config_name: raw
70
+ data_files:
71
+ - split: train
72
+ path: raw/train-*
73
+ - split: test
74
+ path: raw/test-*
75
+ - split: validation
76
+ path: raw/validation-*
77
+ default: true
78
  ---
79
 
80
  # Dataset Card for AQUA-RAT
dataset_infos.json CHANGED
@@ -1 +1,143 @@
1
- {"raw": {"description": "A large-scale dataset consisting of approximately 100,000 algebraic word problems. \nThe solution to each question is explained step-by-step using natural language. \nThis data is used to train a program generation model that learns to generate the explanation, \nwhile generating the program that solves the question.\n", "citation": "@InProceedings{ACL,\ntitle = {Program induction by rationale generation: Learning to solve and explain algebraic word problems},\nauthors={Ling, Wang and Yogatama, Dani and Dyer, Chris and Blunsom, Phil},\nyear={2017}\n}\n", "homepage": "https://github.com/deepmind/AQuA", "license": "Copyright 2017 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "rationale": {"dtype": "string", "id": null, "_type": "Value"}, "correct": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "aqua_rat", "config_name": "raw", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 42333259, "num_examples": 97467, "dataset_name": "aqua_rat"}, "test": {"name": "test", "num_bytes": 116779, "num_examples": 254, "dataset_name": "aqua_rat"}, "validation": {"name": "validation", "num_bytes": 118636, "num_examples": 254, "dataset_name": "aqua_rat"}}, "download_checksums": {"https://raw.githubusercontent.com/deepmind/AQuA/master/train.json": {"num_bytes": 47570935, "checksum": "35b70c7cb1660c34d302bb932dfd3656ce3d05e8c982c797767fec31d7d1e0ba"}, "https://raw.githubusercontent.com/deepmind/AQuA/master/dev.json": {"num_bytes": 132008, "checksum": "4a52301d8a49ae0b286f8e697f9c5da1b109b247b825b47b4c6de34312dceec5"}, "https://raw.githubusercontent.com/deepmind/AQuA/master/test.json": {"num_bytes": 130192, "checksum": "de41581881ef95c5588c44ddc701c77fd480839241dd422a0d181262af24520c"}}, "download_size": 47833135, "post_processing_size": null, "dataset_size": 42568674, "size_in_bytes": 90401809}, "tokenized": {"description": "A large-scale dataset consisting of approximately 100,000 algebraic word problems. \nThe solution to each question is explained step-by-step using natural language. \nThis data is used to train a program generation model that learns to generate the explanation, \nwhile generating the program that solves the question.\n", "citation": "@InProceedings{ACL,\ntitle = {Program induction by rationale generation: Learning to solve and explain algebraic word problems},\nauthors={Ling, Wang and Yogatama, Dani and Dyer, Chris and Blunsom, Phil},\nyear={2017}\n}\n", "homepage": "https://github.com/deepmind/AQuA", "license": "Copyright 2017 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "rationale": {"dtype": "string", "id": null, "_type": "Value"}, "correct": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "aqua_rat", "config_name": "tokenized", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 46493843, "num_examples": 97467, "dataset_name": "aqua_rat"}, "test": {"name": "test", "num_bytes": 126283, "num_examples": 254, "dataset_name": "aqua_rat"}, "validation": {"name": "validation", "num_bytes": 128873, "num_examples": 254, "dataset_name": "aqua_rat"}}, "download_checksums": {"https://raw.githubusercontent.com/deepmind/AQuA/master/train.tok.json": {"num_bytes": 51721975, "checksum": "5b2fbd7e2216455c7c419bf7e6628d5f3d88a2c96fb412d965b97b85bf96cbab"}, "https://raw.githubusercontent.com/deepmind/AQuA/master/dev.tok.json": {"num_bytes": 142236, "checksum": "16baf52dde06481b0cf92150d6e4caae2d80446138aba0362a30e9254d1b8658"}, "https://raw.githubusercontent.com/deepmind/AQuA/master/test.tok.json": {"num_bytes": 139683, "checksum": "08e0cb7dad55ac0d4ef314c5fd2335e118e21749c4be9cd4ef0e5b27f11630d8"}}, "download_size": 52003894, "post_processing_size": null, "dataset_size": 46748999, "size_in_bytes": 98752893}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "raw": {
3
+ "description": "A large-scale dataset consisting of approximately 100,000 algebraic word problems.\nThe solution to each question is explained step-by-step using natural language.\nThis data is used to train a program generation model that learns to generate the explanation,\nwhile generating the program that solves the question.\n",
4
+ "citation": "@InProceedings{ACL,\ntitle = {Program induction by rationale generation: Learning to solve and explain algebraic word problems},\nauthors={Ling, Wang and Yogatama, Dani and Dyer, Chris and Blunsom, Phil},\nyear={2017}\n}\n",
5
+ "homepage": "https://github.com/deepmind/AQuA",
6
+ "license": "Copyright 2017 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
7
+ "features": {
8
+ "question": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "options": {
13
+ "feature": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "_type": "Sequence"
18
+ },
19
+ "rationale": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "correct": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ }
27
+ },
28
+ "builder_name": "aqua_rat",
29
+ "dataset_name": "aqua_rat",
30
+ "config_name": "raw",
31
+ "version": {
32
+ "version_str": "0.0.0",
33
+ "major": 0,
34
+ "minor": 0,
35
+ "patch": 0
36
+ },
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 42333059,
41
+ "num_examples": 97467,
42
+ "dataset_name": null
43
+ },
44
+ "test": {
45
+ "name": "test",
46
+ "num_bytes": 116759,
47
+ "num_examples": 254,
48
+ "dataset_name": null
49
+ },
50
+ "validation": {
51
+ "name": "validation",
52
+ "num_bytes": 118616,
53
+ "num_examples": 254,
54
+ "dataset_name": null
55
+ }
56
+ },
57
+ "download_size": 25568676,
58
+ "dataset_size": 42568434,
59
+ "size_in_bytes": 68137110
60
+ },
61
+ "tokenized": {
62
+ "description": "A large-scale dataset consisting of approximately 100,000 algebraic word problems. \nThe solution to each question is explained step-by-step using natural language. \nThis data is used to train a program generation model that learns to generate the explanation, \nwhile generating the program that solves the question.\n",
63
+ "citation": "@InProceedings{ACL,\ntitle = {Program induction by rationale generation: Learning to solve and explain algebraic word problems},\nauthors={Ling, Wang and Yogatama, Dani and Dyer, Chris and Blunsom, Phil},\nyear={2017}\n}\n",
64
+ "homepage": "https://github.com/deepmind/AQuA",
65
+ "license": "Copyright 2017 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
66
+ "features": {
67
+ "question": {
68
+ "dtype": "string",
69
+ "id": null,
70
+ "_type": "Value"
71
+ },
72
+ "options": {
73
+ "feature": {
74
+ "dtype": "string",
75
+ "id": null,
76
+ "_type": "Value"
77
+ },
78
+ "length": -1,
79
+ "id": null,
80
+ "_type": "Sequence"
81
+ },
82
+ "rationale": {
83
+ "dtype": "string",
84
+ "id": null,
85
+ "_type": "Value"
86
+ },
87
+ "correct": {
88
+ "dtype": "string",
89
+ "id": null,
90
+ "_type": "Value"
91
+ }
92
+ },
93
+ "post_processed": null,
94
+ "supervised_keys": null,
95
+ "builder_name": "aqua_rat",
96
+ "config_name": "tokenized",
97
+ "version": {
98
+ "version_str": "0.0.0",
99
+ "description": null,
100
+ "major": 0,
101
+ "minor": 0,
102
+ "patch": 0
103
+ },
104
+ "splits": {
105
+ "train": {
106
+ "name": "train",
107
+ "num_bytes": 46493843,
108
+ "num_examples": 97467,
109
+ "dataset_name": "aqua_rat"
110
+ },
111
+ "test": {
112
+ "name": "test",
113
+ "num_bytes": 126283,
114
+ "num_examples": 254,
115
+ "dataset_name": "aqua_rat"
116
+ },
117
+ "validation": {
118
+ "name": "validation",
119
+ "num_bytes": 128873,
120
+ "num_examples": 254,
121
+ "dataset_name": "aqua_rat"
122
+ }
123
+ },
124
+ "download_checksums": {
125
+ "https://raw.githubusercontent.com/deepmind/AQuA/master/train.tok.json": {
126
+ "num_bytes": 51721975,
127
+ "checksum": "5b2fbd7e2216455c7c419bf7e6628d5f3d88a2c96fb412d965b97b85bf96cbab"
128
+ },
129
+ "https://raw.githubusercontent.com/deepmind/AQuA/master/dev.tok.json": {
130
+ "num_bytes": 142236,
131
+ "checksum": "16baf52dde06481b0cf92150d6e4caae2d80446138aba0362a30e9254d1b8658"
132
+ },
133
+ "https://raw.githubusercontent.com/deepmind/AQuA/master/test.tok.json": {
134
+ "num_bytes": 139683,
135
+ "checksum": "08e0cb7dad55ac0d4ef314c5fd2335e118e21749c4be9cd4ef0e5b27f11630d8"
136
+ }
137
+ },
138
+ "download_size": 52003894,
139
+ "post_processing_size": null,
140
+ "dataset_size": 46748999,
141
+ "size_in_bytes": 98752893
142
+ }
143
+ }
raw/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb85756cac23fe0b0aba0b9fd0567a73f075d5aa5511b8bd7499d1cd8dbb4d1
3
+ size 74040
raw/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e0ee4d72661e3d00002553fb210938f50528b42cc72809fde18b8119c96778
3
+ size 25418552
raw/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99605f7d8e5b322445e6585cf6f1d0144f7e8e6f1e2f99672d40dc53fd3e61f5
3
+ size 76084