Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ language:
|
|
7 |
- en
|
8 |
license:
|
9 |
- other
|
10 |
-
license_details:
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
@@ -21,6 +21,53 @@ task_ids:
|
|
21 |
- dialogue-modeling
|
22 |
paperswithcode_id: metalwoz
|
23 |
pretty_name: Meta-Learning Wizard-of-Oz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for MetaLWOz
|
@@ -231,4 +278,4 @@ url = {https://www.microsoft.com/en-us/research/publication/fast-domain-adaptati
|
|
231 |
|
232 |
### Contributions
|
233 |
|
234 |
-
Thanks to [@pacman100](https://github.com/pacman100) for adding this dataset.
|
|
|
7 |
- en
|
8 |
license:
|
9 |
- other
|
10 |
+
license_details: Microsoft Research Data License Agreement
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
|
|
21 |
- dialogue-modeling
|
22 |
paperswithcode_id: metalwoz
|
23 |
pretty_name: Meta-Learning Wizard-of-Oz
|
24 |
+
dataset_info:
|
25 |
+
- config_name: dialogues
|
26 |
+
features:
|
27 |
+
- name: id
|
28 |
+
dtype: string
|
29 |
+
- name: user_id
|
30 |
+
dtype: string
|
31 |
+
- name: bot_id
|
32 |
+
dtype: string
|
33 |
+
- name: domain
|
34 |
+
dtype: string
|
35 |
+
- name: task_id
|
36 |
+
dtype: string
|
37 |
+
- name: turns
|
38 |
+
sequence: string
|
39 |
+
splits:
|
40 |
+
- name: test
|
41 |
+
num_bytes: 1284287
|
42 |
+
num_examples: 2319
|
43 |
+
- name: train
|
44 |
+
num_bytes: 19999218
|
45 |
+
num_examples: 37884
|
46 |
+
download_size: 8629863
|
47 |
+
dataset_size: 21283505
|
48 |
+
- config_name: tasks
|
49 |
+
features:
|
50 |
+
- name: task_id
|
51 |
+
dtype: string
|
52 |
+
- name: domain
|
53 |
+
dtype: string
|
54 |
+
- name: bot_prompt
|
55 |
+
dtype: string
|
56 |
+
- name: bot_role
|
57 |
+
dtype: string
|
58 |
+
- name: user_prompt
|
59 |
+
dtype: string
|
60 |
+
- name: user_role
|
61 |
+
dtype: string
|
62 |
+
splits:
|
63 |
+
- name: test
|
64 |
+
num_bytes: 4351
|
65 |
+
num_examples: 14
|
66 |
+
- name: train
|
67 |
+
num_bytes: 73768
|
68 |
+
num_examples: 227
|
69 |
+
download_size: 8629863
|
70 |
+
dataset_size: 78119
|
71 |
---
|
72 |
|
73 |
# Dataset Card for MetaLWOz
|
|
|
278 |
|
279 |
### Contributions
|
280 |
|
281 |
+
Thanks to [@pacman100](https://github.com/pacman100) for adding this dataset.
|