Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
35c5ed4
1 Parent(s): 27c1690

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - expert-generated
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - other
10
  multilinguality:
11
  - monolingual
12
- pretty_name: RACE
13
  size_categories:
14
  - 10K<n<100K
15
  source_datasets:
@@ -19,8 +18,9 @@ task_categories:
19
  task_ids:
20
  - multiple-choice-qa
21
  paperswithcode_id: race
 
22
  dataset_info:
23
- - config_name: high
24
  features:
25
  - name: example_id
26
  dtype: string
@@ -34,17 +34,17 @@ dataset_info:
34
  sequence: string
35
  splits:
36
  - name: test
37
- num_bytes: 6989121
38
- num_examples: 3498
39
  - name: train
40
- num_bytes: 126243396
41
- num_examples: 62445
42
  - name: validation
43
- num_bytes: 6885287
44
- num_examples: 3451
45
  download_size: 25443609
46
- dataset_size: 140117804
47
- - config_name: middle
48
  features:
49
  - name: example_id
50
  dtype: string
@@ -58,17 +58,17 @@ dataset_info:
58
  sequence: string
59
  splits:
60
  - name: test
61
- num_bytes: 1786297
62
- num_examples: 1436
63
  - name: train
64
- num_bytes: 31065322
65
- num_examples: 25421
66
  - name: validation
67
- num_bytes: 1761937
68
- num_examples: 1436
69
- download_size: 25443609
70
- dataset_size: 34613556
71
- - config_name: all
72
  features:
73
  - name: example_id
74
  dtype: string
@@ -82,16 +82,25 @@ dataset_info:
82
  sequence: string
83
  splits:
84
  - name: test
85
- num_bytes: 8775394
86
- num_examples: 4934
87
  - name: train
88
- num_bytes: 157308694
89
- num_examples: 87866
90
  - name: validation
91
- num_bytes: 8647200
92
- num_examples: 4887
93
  download_size: 25443609
94
- dataset_size: 174731288
 
 
 
 
 
 
 
 
 
95
  ---
96
 
97
  # Dataset Card for "race"
 
1
  ---
2
  annotations_creators:
3
  - expert-generated
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - other
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 10K<n<100K
14
  source_datasets:
 
18
  task_ids:
19
  - multiple-choice-qa
20
  paperswithcode_id: race
21
+ pretty_name: RACE
22
  dataset_info:
23
+ - config_name: all
24
  features:
25
  - name: example_id
26
  dtype: string
 
34
  sequence: string
35
  splits:
36
  - name: test
37
+ num_bytes: 8775394
38
+ num_examples: 4934
39
  - name: train
40
+ num_bytes: 157308694
41
+ num_examples: 87866
42
  - name: validation
43
+ num_bytes: 8647200
44
+ num_examples: 4887
45
  download_size: 25443609
46
+ dataset_size: 174731288
47
+ - config_name: high
48
  features:
49
  - name: example_id
50
  dtype: string
 
58
  sequence: string
59
  splits:
60
  - name: test
61
+ num_bytes: 6989097
62
+ num_examples: 3498
63
  - name: train
64
+ num_bytes: 126243228
65
+ num_examples: 62445
66
  - name: validation
67
+ num_bytes: 6885263
68
+ num_examples: 3451
69
+ download_size: 33750880
70
+ dataset_size: 140117588
71
+ - config_name: middle
72
  features:
73
  - name: example_id
74
  dtype: string
 
82
  sequence: string
83
  splits:
84
  - name: test
85
+ num_bytes: 1786297
86
+ num_examples: 1436
87
  - name: train
88
+ num_bytes: 31065322
89
+ num_examples: 25421
90
  - name: validation
91
+ num_bytes: 1761937
92
+ num_examples: 1436
93
  download_size: 25443609
94
+ dataset_size: 34613556
95
+ configs:
96
+ - config_name: high
97
+ data_files:
98
+ - split: test
99
+ path: high/test-*
100
+ - split: train
101
+ path: high/train-*
102
+ - split: validation
103
+ path: high/validation-*
104
  ---
105
 
106
  # Dataset Card for "race"
dataset_infos.json CHANGED
@@ -1 +1,223 @@
1
- {"high": {"description": "Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The\n dataset is collected from English examinations in China, which are designed for middle school and high school students.\nThe dataset can be served as the training and test sets for machine comprehension.\n\n", "citation": "@article{lai2017large,\n title={RACE: Large-scale ReAding Comprehension Dataset From Examinations},\n author={Lai, Guokun and Xie, Qizhe and Liu, Hanxiao and Yang, Yiming and Hovy, Eduard},\n journal={arXiv preprint arXiv:1704.04683},\n year={2017}\n}\n", "homepage": "http://www.cs.cmu.edu/~glai1/data/race/", "license": "", "features": {"example_id": {"dtype": "string", "id": null, "_type": "Value"}, "article": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "race", "config_name": "high", "version": {"version_str": "0.1.0", "description": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 6989121, "num_examples": 3498, "dataset_name": "race"}, "train": {"name": "train", "num_bytes": 126243396, "num_examples": 62445, "dataset_name": "race"}, "validation": {"name": "validation", "num_bytes": 6885287, "num_examples": 3451, "dataset_name": "race"}}, "download_checksums": {"http://www.cs.cmu.edu/~glai1/data/race/RACE.tar.gz": {"num_bytes": 25443609, "checksum": "b2769cc9fdc5c546a693300eb9a966cec6870bd349fbc44ed5225f8ad33006e5"}}, "download_size": 25443609, "post_processing_size": null, "dataset_size": 140117804, "size_in_bytes": 165561413}, "middle": {"description": "Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The\n dataset is collected from English examinations in China, which are designed for middle school and high school students.\nThe dataset can be served as the training and test sets for machine comprehension.\n\n", "citation": "@article{lai2017large,\n title={RACE: Large-scale ReAding Comprehension Dataset From Examinations},\n author={Lai, Guokun and Xie, Qizhe and Liu, Hanxiao and Yang, Yiming and Hovy, Eduard},\n journal={arXiv preprint arXiv:1704.04683},\n year={2017}\n}\n", "homepage": "http://www.cs.cmu.edu/~glai1/data/race/", "license": "", "features": {"example_id": {"dtype": "string", "id": null, "_type": "Value"}, "article": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "race", "config_name": "middle", "version": {"version_str": "0.1.0", "description": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 1786297, "num_examples": 1436, "dataset_name": "race"}, "train": {"name": "train", "num_bytes": 31065322, "num_examples": 25421, "dataset_name": "race"}, "validation": {"name": "validation", "num_bytes": 1761937, "num_examples": 1436, "dataset_name": "race"}}, "download_checksums": {"http://www.cs.cmu.edu/~glai1/data/race/RACE.tar.gz": {"num_bytes": 25443609, "checksum": "b2769cc9fdc5c546a693300eb9a966cec6870bd349fbc44ed5225f8ad33006e5"}}, "download_size": 25443609, "post_processing_size": null, "dataset_size": 34613556, "size_in_bytes": 60057165}, "all": {"description": "Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The\n dataset is collected from English examinations in China, which are designed for middle school and high school students.\nThe dataset can be served as the training and test sets for machine comprehension.\n\n", "citation": "@article{lai2017large,\n title={RACE: Large-scale ReAding Comprehension Dataset From Examinations},\n author={Lai, Guokun and Xie, Qizhe and Liu, Hanxiao and Yang, Yiming and Hovy, Eduard},\n journal={arXiv preprint arXiv:1704.04683},\n year={2017}\n}\n", "homepage": "http://www.cs.cmu.edu/~glai1/data/race/", "license": "", "features": {"example_id": {"dtype": "string", "id": null, "_type": "Value"}, "article": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "options": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "race", "config_name": "all", "version": {"version_str": "0.1.0", "description": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 8775394, "num_examples": 4934, "dataset_name": "race"}, "train": {"name": "train", "num_bytes": 157308694, "num_examples": 87866, "dataset_name": "race"}, "validation": {"name": "validation", "num_bytes": 8647200, "num_examples": 4887, "dataset_name": "race"}}, "download_checksums": {"http://www.cs.cmu.edu/~glai1/data/race/RACE.tar.gz": {"num_bytes": 25443609, "checksum": "b2769cc9fdc5c546a693300eb9a966cec6870bd349fbc44ed5225f8ad33006e5"}}, "download_size": 25443609, "post_processing_size": null, "dataset_size": 174731288, "size_in_bytes": 200174897}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "high": {
3
+ "description": "Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The\n dataset is collected from English examinations in China, which are designed for middle school and high school students.\nThe dataset can be served as the training and test sets for machine comprehension.\n\n",
4
+ "citation": "@article{lai2017large,\n title={RACE: Large-scale ReAding Comprehension Dataset From Examinations},\n author={Lai, Guokun and Xie, Qizhe and Liu, Hanxiao and Yang, Yiming and Hovy, Eduard},\n journal={arXiv preprint arXiv:1704.04683},\n year={2017}\n}\n",
5
+ "homepage": "http://www.cs.cmu.edu/~glai1/data/race/",
6
+ "license": "",
7
+ "features": {
8
+ "example_id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "article": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "answer": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "question": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "options": {
25
+ "feature": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "Sequence"
30
+ }
31
+ },
32
+ "builder_name": "race",
33
+ "dataset_name": "race",
34
+ "config_name": "high",
35
+ "version": {
36
+ "version_str": "0.1.0",
37
+ "major": 0,
38
+ "minor": 1,
39
+ "patch": 0
40
+ },
41
+ "splits": {
42
+ "test": {
43
+ "name": "test",
44
+ "num_bytes": 6989097,
45
+ "num_examples": 3498,
46
+ "dataset_name": null
47
+ },
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 126243228,
51
+ "num_examples": 62445,
52
+ "dataset_name": null
53
+ },
54
+ "validation": {
55
+ "name": "validation",
56
+ "num_bytes": 6885263,
57
+ "num_examples": 3451,
58
+ "dataset_name": null
59
+ }
60
+ },
61
+ "download_size": 33750880,
62
+ "dataset_size": 140117588,
63
+ "size_in_bytes": 173868468
64
+ },
65
+ "middle": {
66
+ "description": "Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The\n dataset is collected from English examinations in China, which are designed for middle school and high school students.\nThe dataset can be served as the training and test sets for machine comprehension.\n\n",
67
+ "citation": "@article{lai2017large,\n title={RACE: Large-scale ReAding Comprehension Dataset From Examinations},\n author={Lai, Guokun and Xie, Qizhe and Liu, Hanxiao and Yang, Yiming and Hovy, Eduard},\n journal={arXiv preprint arXiv:1704.04683},\n year={2017}\n}\n",
68
+ "homepage": "http://www.cs.cmu.edu/~glai1/data/race/",
69
+ "license": "",
70
+ "features": {
71
+ "example_id": {
72
+ "dtype": "string",
73
+ "id": null,
74
+ "_type": "Value"
75
+ },
76
+ "article": {
77
+ "dtype": "string",
78
+ "id": null,
79
+ "_type": "Value"
80
+ },
81
+ "answer": {
82
+ "dtype": "string",
83
+ "id": null,
84
+ "_type": "Value"
85
+ },
86
+ "question": {
87
+ "dtype": "string",
88
+ "id": null,
89
+ "_type": "Value"
90
+ },
91
+ "options": {
92
+ "feature": {
93
+ "dtype": "string",
94
+ "id": null,
95
+ "_type": "Value"
96
+ },
97
+ "length": -1,
98
+ "id": null,
99
+ "_type": "Sequence"
100
+ }
101
+ },
102
+ "post_processed": null,
103
+ "supervised_keys": null,
104
+ "builder_name": "race",
105
+ "config_name": "middle",
106
+ "version": {
107
+ "version_str": "0.1.0",
108
+ "description": null,
109
+ "major": 0,
110
+ "minor": 1,
111
+ "patch": 0
112
+ },
113
+ "splits": {
114
+ "test": {
115
+ "name": "test",
116
+ "num_bytes": 1786297,
117
+ "num_examples": 1436,
118
+ "dataset_name": "race"
119
+ },
120
+ "train": {
121
+ "name": "train",
122
+ "num_bytes": 31065322,
123
+ "num_examples": 25421,
124
+ "dataset_name": "race"
125
+ },
126
+ "validation": {
127
+ "name": "validation",
128
+ "num_bytes": 1761937,
129
+ "num_examples": 1436,
130
+ "dataset_name": "race"
131
+ }
132
+ },
133
+ "download_checksums": {
134
+ "http://www.cs.cmu.edu/~glai1/data/race/RACE.tar.gz": {
135
+ "num_bytes": 25443609,
136
+ "checksum": "b2769cc9fdc5c546a693300eb9a966cec6870bd349fbc44ed5225f8ad33006e5"
137
+ }
138
+ },
139
+ "download_size": 25443609,
140
+ "post_processing_size": null,
141
+ "dataset_size": 34613556,
142
+ "size_in_bytes": 60057165
143
+ },
144
+ "all": {
145
+ "description": "Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The\n dataset is collected from English examinations in China, which are designed for middle school and high school students.\nThe dataset can be served as the training and test sets for machine comprehension.\n\n",
146
+ "citation": "@article{lai2017large,\n title={RACE: Large-scale ReAding Comprehension Dataset From Examinations},\n author={Lai, Guokun and Xie, Qizhe and Liu, Hanxiao and Yang, Yiming and Hovy, Eduard},\n journal={arXiv preprint arXiv:1704.04683},\n year={2017}\n}\n",
147
+ "homepage": "http://www.cs.cmu.edu/~glai1/data/race/",
148
+ "license": "",
149
+ "features": {
150
+ "example_id": {
151
+ "dtype": "string",
152
+ "id": null,
153
+ "_type": "Value"
154
+ },
155
+ "article": {
156
+ "dtype": "string",
157
+ "id": null,
158
+ "_type": "Value"
159
+ },
160
+ "answer": {
161
+ "dtype": "string",
162
+ "id": null,
163
+ "_type": "Value"
164
+ },
165
+ "question": {
166
+ "dtype": "string",
167
+ "id": null,
168
+ "_type": "Value"
169
+ },
170
+ "options": {
171
+ "feature": {
172
+ "dtype": "string",
173
+ "id": null,
174
+ "_type": "Value"
175
+ },
176
+ "length": -1,
177
+ "id": null,
178
+ "_type": "Sequence"
179
+ }
180
+ },
181
+ "post_processed": null,
182
+ "supervised_keys": null,
183
+ "builder_name": "race",
184
+ "config_name": "all",
185
+ "version": {
186
+ "version_str": "0.1.0",
187
+ "description": null,
188
+ "major": 0,
189
+ "minor": 1,
190
+ "patch": 0
191
+ },
192
+ "splits": {
193
+ "test": {
194
+ "name": "test",
195
+ "num_bytes": 8775394,
196
+ "num_examples": 4934,
197
+ "dataset_name": "race"
198
+ },
199
+ "train": {
200
+ "name": "train",
201
+ "num_bytes": 157308694,
202
+ "num_examples": 87866,
203
+ "dataset_name": "race"
204
+ },
205
+ "validation": {
206
+ "name": "validation",
207
+ "num_bytes": 8647200,
208
+ "num_examples": 4887,
209
+ "dataset_name": "race"
210
+ }
211
+ },
212
+ "download_checksums": {
213
+ "http://www.cs.cmu.edu/~glai1/data/race/RACE.tar.gz": {
214
+ "num_bytes": 25443609,
215
+ "checksum": "b2769cc9fdc5c546a693300eb9a966cec6870bd349fbc44ed5225f8ad33006e5"
216
+ }
217
+ },
218
+ "download_size": 25443609,
219
+ "post_processing_size": null,
220
+ "dataset_size": 174731288,
221
+ "size_in_bytes": 200174897
222
+ }
223
+ }
high/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ef697f4c81e804eb43e7a667a6ac7bb06c11a99cfa537997ae5e2f6c5db2b7
3
+ size 1683666
high/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea4766ae684939d67e115c0abe7cbe803c198eef77ecfa8557b0d0f32cdbe58d
3
+ size 30411742
high/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fc6a837dfa7839614bbfb78b54d98463d891d97509bdcd5ff9062bd9d446542
3
+ size 1655472