add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -32,6 +32,207 @@ configs:
|
|
| 32 |
- en
|
| 33 |
- it
|
| 34 |
- it_en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
---
|
| 36 |
|
| 37 |
# Dataset Card for Wizard-of-Oz
|
|
@@ -156,4 +357,4 @@ configs:
|
|
| 156 |
[More Information Needed]
|
| 157 |
### Contributions
|
| 158 |
|
| 159 |
-
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|
|
|
|
| 32 |
- en
|
| 33 |
- it
|
| 34 |
- it_en
|
| 35 |
+
dataset_info:
|
| 36 |
+
- config_name: en
|
| 37 |
+
features:
|
| 38 |
+
- name: dialogue_idx
|
| 39 |
+
dtype: int32
|
| 40 |
+
- name: dialogue
|
| 41 |
+
list:
|
| 42 |
+
- name: turn_label
|
| 43 |
+
sequence:
|
| 44 |
+
sequence: string
|
| 45 |
+
- name: asr
|
| 46 |
+
sequence:
|
| 47 |
+
sequence: string
|
| 48 |
+
- name: system_transcript
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: turn_idx
|
| 51 |
+
dtype: int32
|
| 52 |
+
- name: belief_state
|
| 53 |
+
list:
|
| 54 |
+
- name: slots
|
| 55 |
+
sequence:
|
| 56 |
+
sequence: string
|
| 57 |
+
- name: act
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: transcript
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: system_acts
|
| 62 |
+
sequence:
|
| 63 |
+
sequence: string
|
| 64 |
+
splits:
|
| 65 |
+
- name: test
|
| 66 |
+
num_bytes: 537557
|
| 67 |
+
num_examples: 400
|
| 68 |
+
- name: train
|
| 69 |
+
num_bytes: 827189
|
| 70 |
+
num_examples: 600
|
| 71 |
+
- name: validation
|
| 72 |
+
num_bytes: 265684
|
| 73 |
+
num_examples: 200
|
| 74 |
+
download_size: 7529221
|
| 75 |
+
dataset_size: 1630430
|
| 76 |
+
- config_name: de
|
| 77 |
+
features:
|
| 78 |
+
- name: dialogue_idx
|
| 79 |
+
dtype: int32
|
| 80 |
+
- name: dialogue
|
| 81 |
+
list:
|
| 82 |
+
- name: turn_label
|
| 83 |
+
sequence:
|
| 84 |
+
sequence: string
|
| 85 |
+
- name: asr
|
| 86 |
+
sequence:
|
| 87 |
+
sequence: string
|
| 88 |
+
- name: system_transcript
|
| 89 |
+
dtype: string
|
| 90 |
+
- name: turn_idx
|
| 91 |
+
dtype: int32
|
| 92 |
+
- name: belief_state
|
| 93 |
+
list:
|
| 94 |
+
- name: slots
|
| 95 |
+
sequence:
|
| 96 |
+
sequence: string
|
| 97 |
+
- name: act
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: transcript
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: system_acts
|
| 102 |
+
sequence:
|
| 103 |
+
sequence: string
|
| 104 |
+
splits:
|
| 105 |
+
- name: test
|
| 106 |
+
num_bytes: 569703
|
| 107 |
+
num_examples: 400
|
| 108 |
+
- name: train
|
| 109 |
+
num_bytes: 881478
|
| 110 |
+
num_examples: 600
|
| 111 |
+
- name: validation
|
| 112 |
+
num_bytes: 276758
|
| 113 |
+
num_examples: 200
|
| 114 |
+
download_size: 7626734
|
| 115 |
+
dataset_size: 1727939
|
| 116 |
+
- config_name: de_en
|
| 117 |
+
features:
|
| 118 |
+
- name: dialogue_idx
|
| 119 |
+
dtype: int32
|
| 120 |
+
- name: dialogue
|
| 121 |
+
list:
|
| 122 |
+
- name: turn_label
|
| 123 |
+
sequence:
|
| 124 |
+
sequence: string
|
| 125 |
+
- name: asr
|
| 126 |
+
sequence:
|
| 127 |
+
sequence: string
|
| 128 |
+
- name: system_transcript
|
| 129 |
+
dtype: string
|
| 130 |
+
- name: turn_idx
|
| 131 |
+
dtype: int32
|
| 132 |
+
- name: belief_state
|
| 133 |
+
list:
|
| 134 |
+
- name: slots
|
| 135 |
+
sequence:
|
| 136 |
+
sequence: string
|
| 137 |
+
- name: act
|
| 138 |
+
dtype: string
|
| 139 |
+
- name: transcript
|
| 140 |
+
dtype: string
|
| 141 |
+
- name: system_acts
|
| 142 |
+
sequence:
|
| 143 |
+
sequence: string
|
| 144 |
+
splits:
|
| 145 |
+
- name: test
|
| 146 |
+
num_bytes: 555841
|
| 147 |
+
num_examples: 400
|
| 148 |
+
- name: train
|
| 149 |
+
num_bytes: 860151
|
| 150 |
+
num_examples: 600
|
| 151 |
+
- name: validation
|
| 152 |
+
num_bytes: 269966
|
| 153 |
+
num_examples: 200
|
| 154 |
+
download_size: 7584753
|
| 155 |
+
dataset_size: 1685958
|
| 156 |
+
- config_name: it
|
| 157 |
+
features:
|
| 158 |
+
- name: dialogue_idx
|
| 159 |
+
dtype: int32
|
| 160 |
+
- name: dialogue
|
| 161 |
+
list:
|
| 162 |
+
- name: turn_label
|
| 163 |
+
sequence:
|
| 164 |
+
sequence: string
|
| 165 |
+
- name: asr
|
| 166 |
+
sequence:
|
| 167 |
+
sequence: string
|
| 168 |
+
- name: system_transcript
|
| 169 |
+
dtype: string
|
| 170 |
+
- name: turn_idx
|
| 171 |
+
dtype: int32
|
| 172 |
+
- name: belief_state
|
| 173 |
+
list:
|
| 174 |
+
- name: slots
|
| 175 |
+
sequence:
|
| 176 |
+
sequence: string
|
| 177 |
+
- name: act
|
| 178 |
+
dtype: string
|
| 179 |
+
- name: transcript
|
| 180 |
+
dtype: string
|
| 181 |
+
- name: system_acts
|
| 182 |
+
sequence:
|
| 183 |
+
sequence: string
|
| 184 |
+
splits:
|
| 185 |
+
- name: test
|
| 186 |
+
num_bytes: 547759
|
| 187 |
+
num_examples: 400
|
| 188 |
+
- name: train
|
| 189 |
+
num_bytes: 842799
|
| 190 |
+
num_examples: 600
|
| 191 |
+
- name: validation
|
| 192 |
+
num_bytes: 270258
|
| 193 |
+
num_examples: 200
|
| 194 |
+
download_size: 7559615
|
| 195 |
+
dataset_size: 1660816
|
| 196 |
+
- config_name: it_en
|
| 197 |
+
features:
|
| 198 |
+
- name: dialogue_idx
|
| 199 |
+
dtype: int32
|
| 200 |
+
- name: dialogue
|
| 201 |
+
list:
|
| 202 |
+
- name: turn_label
|
| 203 |
+
sequence:
|
| 204 |
+
sequence: string
|
| 205 |
+
- name: asr
|
| 206 |
+
sequence:
|
| 207 |
+
sequence: string
|
| 208 |
+
- name: system_transcript
|
| 209 |
+
dtype: string
|
| 210 |
+
- name: turn_idx
|
| 211 |
+
dtype: int32
|
| 212 |
+
- name: belief_state
|
| 213 |
+
list:
|
| 214 |
+
- name: slots
|
| 215 |
+
sequence:
|
| 216 |
+
sequence: string
|
| 217 |
+
- name: act
|
| 218 |
+
dtype: string
|
| 219 |
+
- name: transcript
|
| 220 |
+
dtype: string
|
| 221 |
+
- name: system_acts
|
| 222 |
+
sequence:
|
| 223 |
+
sequence: string
|
| 224 |
+
splits:
|
| 225 |
+
- name: test
|
| 226 |
+
num_bytes: 548979
|
| 227 |
+
num_examples: 400
|
| 228 |
+
- name: train
|
| 229 |
+
num_bytes: 845095
|
| 230 |
+
num_examples: 600
|
| 231 |
+
- name: validation
|
| 232 |
+
num_bytes: 270942
|
| 233 |
+
num_examples: 200
|
| 234 |
+
download_size: 7563815
|
| 235 |
+
dataset_size: 1665016
|
| 236 |
---
|
| 237 |
|
| 238 |
# Dataset Card for Wizard-of-Oz
|
|
|
|
| 357 |
[More Information Needed]
|
| 358 |
### Contributions
|
| 359 |
|
| 360 |
+
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|