Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
100K - 1M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,79 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- multiple-choice-qa
|
21 |
paperswithcode_id: race
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "race"
|
|
|
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
|
27 |
+
- name: article
|
28 |
+
dtype: string
|
29 |
+
- name: answer
|
30 |
+
dtype: string
|
31 |
+
- name: question
|
32 |
+
dtype: string
|
33 |
+
- name: options
|
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
|
51 |
+
- name: article
|
52 |
+
dtype: string
|
53 |
+
- name: answer
|
54 |
+
dtype: string
|
55 |
+
- name: question
|
56 |
+
dtype: string
|
57 |
+
- name: options
|
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
|
75 |
+
- name: article
|
76 |
+
dtype: string
|
77 |
+
- name: answer
|
78 |
+
dtype: string
|
79 |
+
- name: question
|
80 |
+
dtype: string
|
81 |
+
- name: options
|
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"
|