Datasets:
fix simulated datasets paths
Browse files
README.md
CHANGED
|
@@ -12,11 +12,11 @@ configs:
|
|
| 12 |
- config_name: bundle-simulated
|
| 13 |
description: Merge of all rdf simulated datasets
|
| 14 |
data_files:
|
| 15 |
-
- path: ["camrest-sim/train.jsonl","multiwoz-sim/train.jsonl"]
|
| 16 |
split: train
|
| 17 |
-
- path: ["camrest-sim/test.jsonl","multiwoz-rdf/multiwoz-sim.jsonl"]
|
| 18 |
split: test
|
| 19 |
-
- path: ["camrest-sim/validation.jsonl","multiwoz-sim/validation.jsonl"]
|
| 20 |
split: validation
|
| 21 |
- config_name: dstc2
|
| 22 |
description: DSTC2 converted to rdf format
|
|
@@ -48,20 +48,20 @@ configs:
|
|
| 48 |
- config_name: camrest-sim
|
| 49 |
description: Synthetic dialogs on the Cambridge restaurant search domain
|
| 50 |
data_files:
|
| 51 |
-
- path: "camrest-sim/train.jsonl"
|
| 52 |
split: train
|
| 53 |
-
- path: "camrest-sim/test.jsonl"
|
| 54 |
split: test
|
| 55 |
-
- path: "camrest-sim/validation.jsonl"
|
| 56 |
split: validation
|
| 57 |
- config_name: multiwoz-sim
|
| 58 |
description: Synthetic dialogs on the Multiwoz domains
|
| 59 |
data_files:
|
| 60 |
-
- path: "multiwoz-sim/train.jsonl"
|
| 61 |
split: train
|
| 62 |
-
- path: "multiwoz-sim/test.jsonl"
|
| 63 |
split: test
|
| 64 |
-
- path: "multiwoz-sim/validation.jsonl"
|
| 65 |
split: validation
|
| 66 |
tags:
|
| 67 |
- dialogue
|
|
|
|
| 12 |
- config_name: bundle-simulated
|
| 13 |
description: Merge of all rdf simulated datasets
|
| 14 |
data_files:
|
| 15 |
+
- path: ["camrest-sim-rdf/train.jsonl","multiwoz-sim-rdf/train.jsonl"]
|
| 16 |
split: train
|
| 17 |
+
- path: ["camrest-sim-rdf/test.jsonl","multiwoz-rdf-rdf/multiwoz-sim.jsonl"]
|
| 18 |
split: test
|
| 19 |
+
- path: ["camrest-sim-rdf/validation.jsonl","multiwoz-sim-rdf/validation.jsonl"]
|
| 20 |
split: validation
|
| 21 |
- config_name: dstc2
|
| 22 |
description: DSTC2 converted to rdf format
|
|
|
|
| 48 |
- config_name: camrest-sim
|
| 49 |
description: Synthetic dialogs on the Cambridge restaurant search domain
|
| 50 |
data_files:
|
| 51 |
+
- path: "camrest-sim-rdf/train.jsonl"
|
| 52 |
split: train
|
| 53 |
+
- path: "camrest-sim-rdf/test.jsonl"
|
| 54 |
split: test
|
| 55 |
+
- path: "camrest-sim-rdf/validation.jsonl"
|
| 56 |
split: validation
|
| 57 |
- config_name: multiwoz-sim
|
| 58 |
description: Synthetic dialogs on the Multiwoz domains
|
| 59 |
data_files:
|
| 60 |
+
- path: "multiwoz-sim-rdf/train.jsonl"
|
| 61 |
split: train
|
| 62 |
+
- path: "multiwoz-sim-rdf/test.jsonl"
|
| 63 |
split: test
|
| 64 |
+
- path: "multiwoz-sim-rdf/validation.jsonl"
|
| 65 |
split: validation
|
| 66 |
tags:
|
| 67 |
- dialogue
|