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
36dbfeb
1 Parent(s): 823a49d

Add tokenized data files

Browse files
README.md CHANGED
@@ -55,16 +55,16 @@ dataset_info:
55
  dtype: string
56
  splits:
57
  - name: train
58
- num_bytes: 46493843
59
  num_examples: 97467
60
  - name: test
61
- num_bytes: 126283
62
  num_examples: 254
63
  - name: validation
64
- num_bytes: 128873
65
  num_examples: 254
66
- download_size: 52003894
67
- dataset_size: 46748999
68
  configs:
69
  - config_name: raw
70
  data_files:
@@ -75,6 +75,14 @@ configs:
75
  - split: validation
76
  path: raw/validation-*
77
  default: true
 
 
 
 
 
 
 
 
78
  ---
79
 
80
  # Dataset Card for AQUA-RAT
 
55
  dtype: string
56
  splits:
57
  - name: train
58
+ num_bytes: 46493643
59
  num_examples: 97467
60
  - name: test
61
+ num_bytes: 126263
62
  num_examples: 254
63
  - name: validation
64
+ num_bytes: 128853
65
  num_examples: 254
66
+ download_size: 26429873
67
+ dataset_size: 46748759
68
  configs:
69
  - config_name: raw
70
  data_files:
 
75
  - split: validation
76
  path: raw/validation-*
77
  default: true
78
+ - config_name: tokenized
79
+ data_files:
80
+ - split: train
81
+ path: tokenized/train-*
82
+ - split: test
83
+ path: tokenized/test-*
84
+ - split: validation
85
+ path: tokenized/validation-*
86
  ---
87
 
88
  # Dataset Card for AQUA-RAT
dataset_infos.json CHANGED
@@ -59,44 +59,36 @@
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
@@ -104,40 +96,25 @@
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
  }
 
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
  "_type": "Value"
70
  },
71
  "options": {
72
  "feature": {
73
  "dtype": "string",
 
74
  "_type": "Value"
75
  },
 
 
76
  "_type": "Sequence"
77
  },
78
  "rationale": {
79
  "dtype": "string",
 
80
  "_type": "Value"
81
  },
82
  "correct": {
83
  "dtype": "string",
 
84
  "_type": "Value"
85
  }
86
  },
 
 
87
  "builder_name": "aqua_rat",
88
+ "dataset_name": "aqua_rat",
89
  "config_name": "tokenized",
90
  "version": {
91
  "version_str": "0.0.0",
 
92
  "major": 0,
93
  "minor": 0,
94
  "patch": 0
 
96
  "splits": {
97
  "train": {
98
  "name": "train",
99
+ "num_bytes": 46493643,
100
  "num_examples": 97467,
101
+ "dataset_name": null
102
  },
103
  "test": {
104
  "name": "test",
105
+ "num_bytes": 126263,
106
  "num_examples": 254,
107
+ "dataset_name": null
108
  },
109
  "validation": {
110
  "name": "validation",
111
+ "num_bytes": 128853,
112
  "num_examples": 254,
113
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  }
115
  },
116
+ "download_size": 26429873,
117
+ "dataset_size": 46748759,
118
+ "size_in_bytes": 73178632
 
119
  }
120
  }
tokenized/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0adbac1952564c060728f7e42c8512703401ddd9d9847a18410c3a7add6f7754
3
+ size 76189
tokenized/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556779f34f69f64af60eb64bf39166af86b96baecd244c7410e7623e38d1f0ed
3
+ size 26275499
tokenized/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350c309007449d5fd9a0e75bcef64068ae2dd6550f15747fbff1ce783a4009f5
3
+ size 78185