Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,34 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- open-domain-qa
|
21 |
paperswithcode_id: wikiqa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "wiki_qa"
|
@@ -287,4 +315,4 @@ incidental, consequential or other damages.
|
|
287 |
|
288 |
### Contributions
|
289 |
|
290 |
-
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
19 |
task_ids:
|
20 |
- open-domain-qa
|
21 |
paperswithcode_id: wikiqa
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: question_id
|
25 |
+
dtype: string
|
26 |
+
- name: question
|
27 |
+
dtype: string
|
28 |
+
- name: document_title
|
29 |
+
dtype: string
|
30 |
+
- name: answer
|
31 |
+
dtype: string
|
32 |
+
- name: label
|
33 |
+
dtype:
|
34 |
+
class_label:
|
35 |
+
names:
|
36 |
+
0: '0'
|
37 |
+
1: '1'
|
38 |
+
splits:
|
39 |
+
- name: test
|
40 |
+
num_bytes: 1337903
|
41 |
+
num_examples: 6165
|
42 |
+
- name: train
|
43 |
+
num_bytes: 4469148
|
44 |
+
num_examples: 20360
|
45 |
+
- name: validation
|
46 |
+
num_bytes: 591833
|
47 |
+
num_examples: 2733
|
48 |
+
download_size: 7094233
|
49 |
+
dataset_size: 6398884
|
50 |
---
|
51 |
|
52 |
# Dataset Card for "wiki_qa"
|
|
|
315 |
|
316 |
### Contributions
|
317 |
|
318 |
+
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|