Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Commit
•
debe34d
1
Parent(s):
d91c63f
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (7ce6fe6ab4c012e8d3cb826e8d2826fc964feb04)
README.md
CHANGED
@@ -34,16 +34,16 @@ dataset_info:
|
|
34 |
dtype:
|
35 |
class_label:
|
36 |
names:
|
37 |
-
0: MUSIC
|
38 |
-
1: TV
|
39 |
-
2: TRAVEL
|
40 |
-
3: ART
|
41 |
-
4: SPORT
|
42 |
-
5: COUNTRY
|
43 |
-
6: MOVIES
|
44 |
-
7: HISTORICAL EVENTS
|
45 |
-
8: SCIENCE
|
46 |
-
9: FOOD
|
47 |
- name: answers
|
48 |
sequence: int32
|
49 |
- name: candidates
|
@@ -52,13 +52,13 @@ dataset_info:
|
|
52 |
sequence:
|
53 |
class_label:
|
54 |
names:
|
55 |
-
0: what
|
56 |
-
1: why
|
57 |
-
2: when
|
58 |
-
3: who
|
59 |
-
4: where
|
60 |
-
5: how
|
61 |
-
6: ''
|
62 |
splits:
|
63 |
- name: train
|
64 |
num_bytes: 9676758
|
@@ -81,8 +81,8 @@ dataset_info:
|
|
81 |
dtype:
|
82 |
class_label:
|
83 |
names:
|
84 |
-
0: '0'
|
85 |
-
1: '1'
|
86 |
splits:
|
87 |
- name: train
|
88 |
num_bytes: 13782826
|
@@ -109,27 +109,27 @@ dataset_info:
|
|
109 |
dtype:
|
110 |
class_label:
|
111 |
names:
|
112 |
-
0: MUSIC
|
113 |
-
1: TV
|
114 |
-
2: TRAVEL
|
115 |
-
3: ART
|
116 |
-
4: SPORT
|
117 |
-
5: COUNTRY
|
118 |
-
6: MOVIES
|
119 |
-
7: HISTORICAL EVENTS
|
120 |
-
8: SCIENCE
|
121 |
-
9: FOOD
|
122 |
- name: q_types
|
123 |
sequence:
|
124 |
class_label:
|
125 |
names:
|
126 |
-
0: what
|
127 |
-
1: why
|
128 |
-
2: when
|
129 |
-
3: who
|
130 |
-
4: where
|
131 |
-
5: how
|
132 |
-
6: ''
|
133 |
- name: candidate_list
|
134 |
sequence:
|
135 |
- name: article
|
@@ -162,8 +162,8 @@ dataset_info:
|
|
162 |
dtype:
|
163 |
class_label:
|
164 |
names:
|
165 |
-
0: '0'
|
166 |
-
1: '1'
|
167 |
splits:
|
168 |
- name: train
|
169 |
num_bytes: 42956518
|
|
|
34 |
dtype:
|
35 |
class_label:
|
36 |
names:
|
37 |
+
'0': MUSIC
|
38 |
+
'1': TV
|
39 |
+
'2': TRAVEL
|
40 |
+
'3': ART
|
41 |
+
'4': SPORT
|
42 |
+
'5': COUNTRY
|
43 |
+
'6': MOVIES
|
44 |
+
'7': HISTORICAL EVENTS
|
45 |
+
'8': SCIENCE
|
46 |
+
'9': FOOD
|
47 |
- name: answers
|
48 |
sequence: int32
|
49 |
- name: candidates
|
|
|
52 |
sequence:
|
53 |
class_label:
|
54 |
names:
|
55 |
+
'0': what
|
56 |
+
'1': why
|
57 |
+
'2': when
|
58 |
+
'3': who
|
59 |
+
'4': where
|
60 |
+
'5': how
|
61 |
+
'6': ''
|
62 |
splits:
|
63 |
- name: train
|
64 |
num_bytes: 9676758
|
|
|
81 |
dtype:
|
82 |
class_label:
|
83 |
names:
|
84 |
+
'0': '0'
|
85 |
+
'1': '1'
|
86 |
splits:
|
87 |
- name: train
|
88 |
num_bytes: 13782826
|
|
|
109 |
dtype:
|
110 |
class_label:
|
111 |
names:
|
112 |
+
'0': MUSIC
|
113 |
+
'1': TV
|
114 |
+
'2': TRAVEL
|
115 |
+
'3': ART
|
116 |
+
'4': SPORT
|
117 |
+
'5': COUNTRY
|
118 |
+
'6': MOVIES
|
119 |
+
'7': HISTORICAL EVENTS
|
120 |
+
'8': SCIENCE
|
121 |
+
'9': FOOD
|
122 |
- name: q_types
|
123 |
sequence:
|
124 |
class_label:
|
125 |
names:
|
126 |
+
'0': what
|
127 |
+
'1': why
|
128 |
+
'2': when
|
129 |
+
'3': who
|
130 |
+
'4': where
|
131 |
+
'5': how
|
132 |
+
'6': ''
|
133 |
- name: candidate_list
|
134 |
sequence:
|
135 |
- name: article
|
|
|
162 |
dtype:
|
163 |
class_label:
|
164 |
names:
|
165 |
+
'0': '0'
|
166 |
+
'1': '1'
|
167 |
splits:
|
168 |
- name: train
|
169 |
num_bytes: 42956518
|