Update README.md
Browse files
README.md
CHANGED
@@ -1,227 +1,245 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
- config_name: MuSiQue
|
5 |
-
features:
|
6 |
-
- name: id
|
7 |
-
dtype: string
|
8 |
-
- name: paragraphs
|
9 |
-
list:
|
10 |
-
- name: idx
|
11 |
-
dtype: int64
|
12 |
-
- name: title
|
13 |
-
dtype: string
|
14 |
-
- name: paragraph_text
|
15 |
-
dtype: string
|
16 |
-
- name: is_supporting
|
17 |
-
dtype: bool
|
18 |
-
- name: question
|
19 |
-
dtype: string
|
20 |
-
- name: question_decomposition
|
21 |
-
list:
|
22 |
-
- name: id
|
23 |
-
dtype: int64
|
24 |
-
- name: question
|
25 |
-
dtype: string
|
26 |
-
- name: answer
|
27 |
-
dtype: string
|
28 |
-
- name: paragraph_support_idx
|
29 |
-
dtype: int64
|
30 |
-
- name: answer
|
31 |
-
dtype: string
|
32 |
-
- name: answer_aliases
|
33 |
-
sequence: string
|
34 |
-
- name: answerable
|
35 |
-
dtype: bool
|
36 |
-
- name: text_all
|
37 |
-
dtype: string
|
38 |
-
- name: text_all_support
|
39 |
-
dtype: string
|
40 |
-
splits:
|
41 |
-
- name: validation
|
42 |
-
num_bytes: 55971326
|
43 |
-
num_examples: 2417
|
44 |
-
download_size: 23776203
|
45 |
-
dataset_size: 55971326
|
46 |
-
- config_name: NQ
|
47 |
-
features:
|
48 |
-
- name: id
|
49 |
-
dtype: string
|
50 |
-
- name: title
|
51 |
-
dtype: string
|
52 |
-
- name: document
|
53 |
-
dtype: string
|
54 |
-
- name: question
|
55 |
-
dtype: string
|
56 |
-
- name: long_answers
|
57 |
-
sequence: string
|
58 |
-
- name: short_answers
|
59 |
-
sequence: string
|
60 |
-
- name: retrieved_passages
|
61 |
-
sequence: string
|
62 |
-
splits:
|
63 |
-
- name: validation
|
64 |
-
num_bytes: 279214996
|
65 |
-
num_examples: 4289
|
66 |
-
download_size: 141438208
|
67 |
-
dataset_size: 279214996
|
68 |
-
- config_name: boolq
|
69 |
-
features:
|
70 |
-
- name: question
|
71 |
-
dtype: string
|
72 |
-
- name: answer
|
73 |
-
dtype: bool
|
74 |
-
- name: passage
|
75 |
-
dtype: string
|
76 |
-
splits:
|
77 |
-
- name: validation
|
78 |
-
num_bytes: 1998182
|
79 |
-
num_examples: 3270
|
80 |
-
download_size: 1257630
|
81 |
-
dataset_size: 1998182
|
82 |
-
- config_name: hotpotqa
|
83 |
-
features:
|
84 |
-
- name: id
|
85 |
-
dtype: string
|
86 |
-
- name: question
|
87 |
-
dtype: string
|
88 |
-
- name: answer
|
89 |
-
dtype: string
|
90 |
-
- name: type
|
91 |
-
dtype: string
|
92 |
-
- name: level
|
93 |
-
dtype: string
|
94 |
-
- name: supporting_facts
|
95 |
-
sequence:
|
96 |
-
- name: title
|
97 |
-
dtype: string
|
98 |
-
- name: sent_id
|
99 |
-
dtype: int32
|
100 |
-
- name: context
|
101 |
-
sequence:
|
102 |
-
- name: title
|
103 |
-
dtype: string
|
104 |
-
- name: sentences
|
105 |
-
sequence: string
|
106 |
-
- name: rag
|
107 |
-
sequence: string
|
108 |
-
- name: retrieved_passages
|
109 |
-
sequence: string
|
110 |
-
splits:
|
111 |
-
- name: validation
|
112 |
-
num_bytes: 131225660
|
113 |
-
num_examples: 7405
|
114 |
-
download_size: 77113296
|
115 |
-
dataset_size: 131225660
|
116 |
-
- config_name: triviaqa
|
117 |
-
features:
|
118 |
-
- name: question
|
119 |
-
dtype: string
|
120 |
-
- name: question_id
|
121 |
-
dtype: string
|
122 |
-
- name: question_source
|
123 |
-
dtype: string
|
124 |
-
- name: entity_pages
|
125 |
-
sequence:
|
126 |
-
- name: doc_source
|
127 |
-
dtype: string
|
128 |
-
- name: filename
|
129 |
-
dtype: string
|
130 |
-
- name: title
|
131 |
-
dtype: string
|
132 |
-
- name: wiki_context
|
133 |
-
dtype: string
|
134 |
-
- name: search_results
|
135 |
-
sequence:
|
136 |
-
- name: description
|
137 |
-
dtype: string
|
138 |
-
- name: filename
|
139 |
-
dtype: string
|
140 |
-
- name: rank
|
141 |
-
dtype: int32
|
142 |
-
- name: title
|
143 |
-
dtype: string
|
144 |
-
- name: url
|
145 |
-
dtype: string
|
146 |
-
- name: search_context
|
147 |
-
dtype: string
|
148 |
-
- name: answer
|
149 |
-
struct:
|
150 |
-
- name: aliases
|
151 |
-
sequence: string
|
152 |
-
- name: normalized_aliases
|
153 |
-
sequence: string
|
154 |
-
- name: matched_wiki_entity_name
|
155 |
-
dtype: string
|
156 |
-
- name: normalized_matched_wiki_entity_name
|
157 |
-
dtype: string
|
158 |
-
- name: normalized_value
|
159 |
-
dtype: string
|
160 |
-
- name: type
|
161 |
-
dtype: string
|
162 |
-
- name: value
|
163 |
-
dtype: string
|
164 |
-
- name: retrieved_passages
|
165 |
-
sequence: string
|
166 |
-
splits:
|
167 |
-
- name: validation
|
168 |
-
num_bytes: 474767227
|
169 |
-
num_examples: 7993
|
170 |
-
download_size: 262352984
|
171 |
-
dataset_size: 474767227
|
172 |
-
- config_name: truthfulqa
|
173 |
-
features:
|
174 |
-
- name: question
|
175 |
-
dtype: string
|
176 |
-
- name: mc1_targets
|
177 |
-
struct:
|
178 |
-
- name: choices
|
179 |
-
sequence: string
|
180 |
-
- name: labels
|
181 |
-
sequence: int32
|
182 |
-
- name: mc2_targets
|
183 |
-
struct:
|
184 |
-
- name: choices
|
185 |
-
sequence: string
|
186 |
-
- name: labels
|
187 |
-
sequence: int32
|
188 |
-
- name: category
|
189 |
-
dtype: string
|
190 |
-
- name: source
|
191 |
-
dtype: string
|
192 |
-
- name: website_data
|
193 |
-
dtype: string
|
194 |
-
- name: retrieved_passages
|
195 |
-
sequence: string
|
196 |
-
splits:
|
197 |
-
- name: validation
|
198 |
-
num_bytes: 24476993
|
199 |
-
num_examples: 817
|
200 |
-
download_size: 10176147
|
201 |
-
dataset_size: 24476993
|
202 |
-
configs:
|
203 |
-
- config_name: MuSiQue
|
204 |
-
data_files:
|
205 |
-
- split: validation
|
206 |
-
path: MuSiQue/validation-*
|
207 |
-
- config_name: NQ
|
208 |
-
data_files:
|
209 |
-
- split: validation
|
210 |
-
path: NQ/validation-*
|
211 |
-
- config_name: boolq
|
212 |
-
data_files:
|
213 |
-
- split: validation
|
214 |
-
path: boolq/validation-*
|
215 |
-
- config_name: hotpotqa
|
216 |
-
data_files:
|
217 |
-
- split: validation
|
218 |
-
path: hotpotqa/validation-*
|
219 |
-
- config_name: triviaqa
|
220 |
-
data_files:
|
221 |
-
- split: validation
|
222 |
-
path: triviaqa/validation-*
|
223 |
-
- config_name: truthfulqa
|
224 |
-
data_files:
|
225 |
-
- split: validation
|
226 |
-
path: truthfulqa/validation-*
|
227 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
- config_name: MuSiQue
|
5 |
+
features:
|
6 |
+
- name: id
|
7 |
+
dtype: string
|
8 |
+
- name: paragraphs
|
9 |
+
list:
|
10 |
+
- name: idx
|
11 |
+
dtype: int64
|
12 |
+
- name: title
|
13 |
+
dtype: string
|
14 |
+
- name: paragraph_text
|
15 |
+
dtype: string
|
16 |
+
- name: is_supporting
|
17 |
+
dtype: bool
|
18 |
+
- name: question
|
19 |
+
dtype: string
|
20 |
+
- name: question_decomposition
|
21 |
+
list:
|
22 |
+
- name: id
|
23 |
+
dtype: int64
|
24 |
+
- name: question
|
25 |
+
dtype: string
|
26 |
+
- name: answer
|
27 |
+
dtype: string
|
28 |
+
- name: paragraph_support_idx
|
29 |
+
dtype: int64
|
30 |
+
- name: answer
|
31 |
+
dtype: string
|
32 |
+
- name: answer_aliases
|
33 |
+
sequence: string
|
34 |
+
- name: answerable
|
35 |
+
dtype: bool
|
36 |
+
- name: text_all
|
37 |
+
dtype: string
|
38 |
+
- name: text_all_support
|
39 |
+
dtype: string
|
40 |
+
splits:
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 55971326
|
43 |
+
num_examples: 2417
|
44 |
+
download_size: 23776203
|
45 |
+
dataset_size: 55971326
|
46 |
+
- config_name: NQ
|
47 |
+
features:
|
48 |
+
- name: id
|
49 |
+
dtype: string
|
50 |
+
- name: title
|
51 |
+
dtype: string
|
52 |
+
- name: document
|
53 |
+
dtype: string
|
54 |
+
- name: question
|
55 |
+
dtype: string
|
56 |
+
- name: long_answers
|
57 |
+
sequence: string
|
58 |
+
- name: short_answers
|
59 |
+
sequence: string
|
60 |
+
- name: retrieved_passages
|
61 |
+
sequence: string
|
62 |
+
splits:
|
63 |
+
- name: validation
|
64 |
+
num_bytes: 279214996
|
65 |
+
num_examples: 4289
|
66 |
+
download_size: 141438208
|
67 |
+
dataset_size: 279214996
|
68 |
+
- config_name: boolq
|
69 |
+
features:
|
70 |
+
- name: question
|
71 |
+
dtype: string
|
72 |
+
- name: answer
|
73 |
+
dtype: bool
|
74 |
+
- name: passage
|
75 |
+
dtype: string
|
76 |
+
splits:
|
77 |
+
- name: validation
|
78 |
+
num_bytes: 1998182
|
79 |
+
num_examples: 3270
|
80 |
+
download_size: 1257630
|
81 |
+
dataset_size: 1998182
|
82 |
+
- config_name: hotpotqa
|
83 |
+
features:
|
84 |
+
- name: id
|
85 |
+
dtype: string
|
86 |
+
- name: question
|
87 |
+
dtype: string
|
88 |
+
- name: answer
|
89 |
+
dtype: string
|
90 |
+
- name: type
|
91 |
+
dtype: string
|
92 |
+
- name: level
|
93 |
+
dtype: string
|
94 |
+
- name: supporting_facts
|
95 |
+
sequence:
|
96 |
+
- name: title
|
97 |
+
dtype: string
|
98 |
+
- name: sent_id
|
99 |
+
dtype: int32
|
100 |
+
- name: context
|
101 |
+
sequence:
|
102 |
+
- name: title
|
103 |
+
dtype: string
|
104 |
+
- name: sentences
|
105 |
+
sequence: string
|
106 |
+
- name: rag
|
107 |
+
sequence: string
|
108 |
+
- name: retrieved_passages
|
109 |
+
sequence: string
|
110 |
+
splits:
|
111 |
+
- name: validation
|
112 |
+
num_bytes: 131225660
|
113 |
+
num_examples: 7405
|
114 |
+
download_size: 77113296
|
115 |
+
dataset_size: 131225660
|
116 |
+
- config_name: triviaqa
|
117 |
+
features:
|
118 |
+
- name: question
|
119 |
+
dtype: string
|
120 |
+
- name: question_id
|
121 |
+
dtype: string
|
122 |
+
- name: question_source
|
123 |
+
dtype: string
|
124 |
+
- name: entity_pages
|
125 |
+
sequence:
|
126 |
+
- name: doc_source
|
127 |
+
dtype: string
|
128 |
+
- name: filename
|
129 |
+
dtype: string
|
130 |
+
- name: title
|
131 |
+
dtype: string
|
132 |
+
- name: wiki_context
|
133 |
+
dtype: string
|
134 |
+
- name: search_results
|
135 |
+
sequence:
|
136 |
+
- name: description
|
137 |
+
dtype: string
|
138 |
+
- name: filename
|
139 |
+
dtype: string
|
140 |
+
- name: rank
|
141 |
+
dtype: int32
|
142 |
+
- name: title
|
143 |
+
dtype: string
|
144 |
+
- name: url
|
145 |
+
dtype: string
|
146 |
+
- name: search_context
|
147 |
+
dtype: string
|
148 |
+
- name: answer
|
149 |
+
struct:
|
150 |
+
- name: aliases
|
151 |
+
sequence: string
|
152 |
+
- name: normalized_aliases
|
153 |
+
sequence: string
|
154 |
+
- name: matched_wiki_entity_name
|
155 |
+
dtype: string
|
156 |
+
- name: normalized_matched_wiki_entity_name
|
157 |
+
dtype: string
|
158 |
+
- name: normalized_value
|
159 |
+
dtype: string
|
160 |
+
- name: type
|
161 |
+
dtype: string
|
162 |
+
- name: value
|
163 |
+
dtype: string
|
164 |
+
- name: retrieved_passages
|
165 |
+
sequence: string
|
166 |
+
splits:
|
167 |
+
- name: validation
|
168 |
+
num_bytes: 474767227
|
169 |
+
num_examples: 7993
|
170 |
+
download_size: 262352984
|
171 |
+
dataset_size: 474767227
|
172 |
+
- config_name: truthfulqa
|
173 |
+
features:
|
174 |
+
- name: question
|
175 |
+
dtype: string
|
176 |
+
- name: mc1_targets
|
177 |
+
struct:
|
178 |
+
- name: choices
|
179 |
+
sequence: string
|
180 |
+
- name: labels
|
181 |
+
sequence: int32
|
182 |
+
- name: mc2_targets
|
183 |
+
struct:
|
184 |
+
- name: choices
|
185 |
+
sequence: string
|
186 |
+
- name: labels
|
187 |
+
sequence: int32
|
188 |
+
- name: category
|
189 |
+
dtype: string
|
190 |
+
- name: source
|
191 |
+
dtype: string
|
192 |
+
- name: website_data
|
193 |
+
dtype: string
|
194 |
+
- name: retrieved_passages
|
195 |
+
sequence: string
|
196 |
+
splits:
|
197 |
+
- name: validation
|
198 |
+
num_bytes: 24476993
|
199 |
+
num_examples: 817
|
200 |
+
download_size: 10176147
|
201 |
+
dataset_size: 24476993
|
202 |
+
configs:
|
203 |
+
- config_name: MuSiQue
|
204 |
+
data_files:
|
205 |
+
- split: validation
|
206 |
+
path: MuSiQue/validation-*
|
207 |
+
- config_name: NQ
|
208 |
+
data_files:
|
209 |
+
- split: validation
|
210 |
+
path: NQ/validation-*
|
211 |
+
- config_name: boolq
|
212 |
+
data_files:
|
213 |
+
- split: validation
|
214 |
+
path: boolq/validation-*
|
215 |
+
- config_name: hotpotqa
|
216 |
+
data_files:
|
217 |
+
- split: validation
|
218 |
+
path: hotpotqa/validation-*
|
219 |
+
- config_name: triviaqa
|
220 |
+
data_files:
|
221 |
+
- split: validation
|
222 |
+
path: triviaqa/validation-*
|
223 |
+
- config_name: truthfulqa
|
224 |
+
data_files:
|
225 |
+
- split: validation
|
226 |
+
path: truthfulqa/validation-*
|
227 |
+
---
|
228 |
+
|
229 |
+
# Dataset Card for Dataset Name
|
230 |
+
|
231 |
+
<!-- Provide a quick summary of the dataset. -->
|
232 |
+
|
233 |
+
|
234 |
+
## Dataset Details
|
235 |
+
|
236 |
+
|
237 |
+
### Source Data
|
238 |
+
|
239 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
240 |
+
|
241 |
+
|
242 |
+
## Citation
|
243 |
+
|
244 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
245 |
+
|