add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -3,6 +3,44 @@ language:
|
|
3 |
- en
|
4 |
paperswithcode_id: wiqa
|
5 |
pretty_name: What-If Question Answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "wiqa"
|
@@ -176,4 +214,4 @@ The data fields are the same among all splits.
|
|
176 |
|
177 |
### Contributions
|
178 |
|
179 |
-
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
3 |
- en
|
4 |
paperswithcode_id: wiqa
|
5 |
pretty_name: What-If Question Answering
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: question_stem
|
9 |
+
dtype: string
|
10 |
+
- name: question_para_step
|
11 |
+
sequence: string
|
12 |
+
- name: answer_label
|
13 |
+
dtype: string
|
14 |
+
- name: answer_label_as_choice
|
15 |
+
dtype: string
|
16 |
+
- name: choices
|
17 |
+
sequence:
|
18 |
+
- name: text
|
19 |
+
dtype: string
|
20 |
+
- name: label
|
21 |
+
dtype: string
|
22 |
+
- name: metadata_question_id
|
23 |
+
dtype: string
|
24 |
+
- name: metadata_graph_id
|
25 |
+
dtype: string
|
26 |
+
- name: metadata_para_id
|
27 |
+
dtype: string
|
28 |
+
- name: metadata_question_type
|
29 |
+
dtype: string
|
30 |
+
- name: metadata_path_len
|
31 |
+
dtype: int32
|
32 |
+
splits:
|
33 |
+
- name: test
|
34 |
+
num_bytes: 1532223
|
35 |
+
num_examples: 3003
|
36 |
+
- name: train
|
37 |
+
num_bytes: 17089298
|
38 |
+
num_examples: 29808
|
39 |
+
- name: validation
|
40 |
+
num_bytes: 3779584
|
41 |
+
num_examples: 6894
|
42 |
+
download_size: 5247733
|
43 |
+
dataset_size: 22401105
|
44 |
---
|
45 |
|
46 |
# Dataset Card for "wiqa"
|
|
|
214 |
|
215 |
### Contributions
|
216 |
|
217 |
+
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|