Datasets:
Tasks:
Question Answering
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,33 @@ task_ids:
|
|
19 |
- multiple-choice-qa
|
20 |
paperswithcode_id: dream
|
21 |
pretty_name: DREAM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for DREAM
|
@@ -143,4 +170,4 @@ pretty_name: DREAM
|
|
143 |
[More Information Needed]
|
144 |
### Contributions
|
145 |
|
146 |
-
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|
|
|
19 |
- multiple-choice-qa
|
20 |
paperswithcode_id: dream
|
21 |
pretty_name: DREAM
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: int32
|
26 |
+
- name: dialogue_id
|
27 |
+
dtype: string
|
28 |
+
- name: dialogue
|
29 |
+
sequence: string
|
30 |
+
- name: question
|
31 |
+
dtype: string
|
32 |
+
- name: choice
|
33 |
+
sequence: string
|
34 |
+
- name: answer
|
35 |
+
dtype: string
|
36 |
+
config_name: plain_text
|
37 |
+
splits:
|
38 |
+
- name: test
|
39 |
+
num_bytes: 1556379
|
40 |
+
num_examples: 2041
|
41 |
+
- name: train
|
42 |
+
num_bytes: 4775235
|
43 |
+
num_examples: 6116
|
44 |
+
- name: validation
|
45 |
+
num_bytes: 1539272
|
46 |
+
num_examples: 2040
|
47 |
+
download_size: 5558190
|
48 |
+
dataset_size: 7870886
|
49 |
---
|
50 |
|
51 |
# Dataset Card for DREAM
|
|
|
170 |
[More Information Needed]
|
171 |
### Contributions
|
172 |
|
173 |
+
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|