Add ko Attraction domain with cross-language value mappings
Browse files
README.md
CHANGED
|
@@ -3172,6 +3172,78 @@ dataset_info:
|
|
| 3172 |
num_examples: 659
|
| 3173 |
download_size: 1453299
|
| 3174 |
dataset_size: 14882295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3175 |
- config_name: ko_car
|
| 3176 |
features:
|
| 3177 |
- name: dialogue_id
|
|
@@ -3901,6 +3973,14 @@ configs:
|
|
| 3901 |
path: ko/valid-*
|
| 3902 |
- split: train
|
| 3903 |
path: ko/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3904 |
- config_name: ko_car
|
| 3905 |
data_files:
|
| 3906 |
- split: test
|
|
|
|
| 3172 |
num_examples: 659
|
| 3173 |
download_size: 1453299
|
| 3174 |
dataset_size: 14882295
|
| 3175 |
+
- config_name: ko_attraction
|
| 3176 |
+
features:
|
| 3177 |
+
- name: dialogue_id
|
| 3178 |
+
dtype: string
|
| 3179 |
+
- name: turn_id
|
| 3180 |
+
dtype: int64
|
| 3181 |
+
- name: domains
|
| 3182 |
+
sequence: string
|
| 3183 |
+
- name: turn_domain
|
| 3184 |
+
sequence: string
|
| 3185 |
+
- name: text
|
| 3186 |
+
dtype: string
|
| 3187 |
+
- name: history
|
| 3188 |
+
list:
|
| 3189 |
+
- name: content
|
| 3190 |
+
dtype: string
|
| 3191 |
+
- name: role
|
| 3192 |
+
dtype: string
|
| 3193 |
+
- name: inform-Restaurant-dishes
|
| 3194 |
+
dtype: string
|
| 3195 |
+
- name: inform-Attraction-score
|
| 3196 |
+
dtype: string
|
| 3197 |
+
- name: inform-Hotel-room type
|
| 3198 |
+
dtype: string
|
| 3199 |
+
- name: inform-Attraction-consumption
|
| 3200 |
+
dtype: string
|
| 3201 |
+
- name: inform-Hotel-hotel type
|
| 3202 |
+
dtype: string
|
| 3203 |
+
- name: inform-Hotel-area
|
| 3204 |
+
dtype: string
|
| 3205 |
+
- name: inform-Restaurant-pricerange
|
| 3206 |
+
dtype: string
|
| 3207 |
+
- name: inform-Restaurant-area
|
| 3208 |
+
dtype: string
|
| 3209 |
+
- name: inform-Restaurant-name
|
| 3210 |
+
dtype: string
|
| 3211 |
+
- name: inform-Attraction-area
|
| 3212 |
+
dtype: string
|
| 3213 |
+
- name: inform-Attraction-metro station
|
| 3214 |
+
dtype: string
|
| 3215 |
+
- name: inform-Attraction-name
|
| 3216 |
+
dtype: string
|
| 3217 |
+
- name: inform-Attraction-opening hours
|
| 3218 |
+
dtype: string
|
| 3219 |
+
- name: inform-Hotel-pricerange
|
| 3220 |
+
dtype: string
|
| 3221 |
+
- name: inform-Attraction-type
|
| 3222 |
+
dtype: string
|
| 3223 |
+
- name: inform-Restaurant-cuisine
|
| 3224 |
+
dtype: string
|
| 3225 |
+
- name: inform-Restaurant-metro station
|
| 3226 |
+
dtype: string
|
| 3227 |
+
- name: inform-Attraction-ticket price
|
| 3228 |
+
dtype: string
|
| 3229 |
+
- name: inform-Attraction-the most suitable people
|
| 3230 |
+
dtype: string
|
| 3231 |
+
- name: inform-Hotel-name
|
| 3232 |
+
dtype: string
|
| 3233 |
+
- name: inform-Hotel-star
|
| 3234 |
+
dtype: string
|
| 3235 |
+
splits:
|
| 3236 |
+
- name: test
|
| 3237 |
+
num_bytes: 1565505
|
| 3238 |
+
num_examples: 1323
|
| 3239 |
+
- name: valid
|
| 3240 |
+
num_bytes: 1327351
|
| 3241 |
+
num_examples: 1364
|
| 3242 |
+
- name: train
|
| 3243 |
+
num_bytes: 257652
|
| 3244 |
+
num_examples: 256
|
| 3245 |
+
download_size: 344350
|
| 3246 |
+
dataset_size: 3150508
|
| 3247 |
- config_name: ko_car
|
| 3248 |
features:
|
| 3249 |
- name: dialogue_id
|
|
|
|
| 3973 |
path: ko/valid-*
|
| 3974 |
- split: train
|
| 3975 |
path: ko/train-*
|
| 3976 |
+
- config_name: ko_attraction
|
| 3977 |
+
data_files:
|
| 3978 |
+
- split: test
|
| 3979 |
+
path: ko_attraction/test-*
|
| 3980 |
+
- split: valid
|
| 3981 |
+
path: ko_attraction/valid-*
|
| 3982 |
+
- split: train
|
| 3983 |
+
path: ko_attraction/train-*
|
| 3984 |
- config_name: ko_car
|
| 3985 |
data_files:
|
| 3986 |
- split: test
|
ko_attraction/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16876e68cce4c0905edd96cbe9522dce925032a8bf00ca1d8656ad8d02a8866f
|
| 3 |
+
size 141443
|
ko_attraction/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d49bcae66f6fe1ada3bcd2dc162040fdc78c89228ebdde81728bde7c3c4b22d8
|
| 3 |
+
size 45765
|
ko_attraction/valid-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b378f585a88993eef1484b8997116805463909f04b7d85b64655081f85238913
|
| 3 |
+
size 157142
|