diff --git a/data/own_data/domain_knowledge/manual_annotation_1_F.json b/data/own_data/dst_manual_annotation/manual_annotation_1_F.json similarity index 100% rename from data/own_data/domain_knowledge/manual_annotation_1_F.json rename to data/own_data/dst_manual_annotation/manual_annotation_1_F.json diff --git a/data/own_data/dst_manual_annotation/manual_annotation_2_L.json b/data/own_data/dst_manual_annotation/manual_annotation_2_L.json new file mode 100644 index 0000000000000000000000000000000000000000..c1bd118c629847ece4ca112c050032860f22a37d --- /dev/null +++ b/data/own_data/dst_manual_annotation/manual_annotation_2_L.json @@ -0,0 +1,80 @@ +[ + { + "Services Involved": [ + + "hotel", + "attraction" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + + "yes" + ], + "hotel-parking": [ + "NONE" + ], + "hotel-pricerange": [ + "NONE" + ], + "hotel-stars": [ + "NONE" + ], + "hotel-type": [ + + "guesthouse" + ], + "hotel-name": [ + "Acorn Guest House" + ], + "hotel-bookday": [ + + "sunday" + ], + "hotel-bookpeople": [ + + "1" + ], + "hotel-bookstay": [ + + "1" + ], + "hotel-area": [ + + "north" + ] + } + }, + { + "Service Type": "attraction", + "Actions": [ + "find_attraction" + ], + "Preferences": { + "attraction-area": [ + + "north" + ], + "attraction-type": [ + + "park", + "architecture" + + + ], + "attraction-name": [ + + "Cherry Hinton Hall and Grounds" + ] + + } + } + ] + } +] \ No newline at end of file diff --git a/data/own_data/domain_knowledge/manual_annotation_3_F.json b/data/own_data/dst_manual_annotation/manual_annotation_3_F.json similarity index 100% rename from data/own_data/domain_knowledge/manual_annotation_3_F.json rename to data/own_data/dst_manual_annotation/manual_annotation_3_F.json diff --git a/data/own_data/dst_manual_annotation/manual_annotation_3_L.json b/data/own_data/dst_manual_annotation/manual_annotation_3_L.json new file mode 100644 index 0000000000000000000000000000000000000000..9a4a1ddd713091016d3d4c7b4330c8b75bdb83dd --- /dev/null +++ b/data/own_data/dst_manual_annotation/manual_annotation_3_L.json @@ -0,0 +1,89 @@ +[ + { + "Services Involved": [ + + "hotel", + "train" + ], + "Service Details": [ + { + "Service Type": "hotel", + "Actions": [ + "book_hotel", + "find_hotel" + ], + "Preferences": { + "hotel-internet": [ + "NONE" + ], + "hotel-parking": [ + + "yes" + + ], + "hotel-pricerange": [ + + "moderate" + ], + "hotel-stars": [ + "NONE" + ], + "hotel-type": [ + + "hotel" + + ], + "hotel-name": [ + "A & B Guest House" + ], + "hotel-bookday": [ + + "sunday" + ], + "hotel-bookpeople": [ + + "NONE" + ], + "hotel-bookstay": [ + + "1" + ], + "hotel-area": [ + + "east" + ] + } + }, + { + "Service Type": "train", + "Actions": [ + "find_train", + "book_train" + ], + "Preferences": { + "train-day": [ + "sunday" + ], + "train-departure": [ + "Cambridge" + ], + "train-leaveat": [ + "13:45" + ], + "train-destination": [ + "Norwich" + ], + "train-bookpeople": [ + "4" + ], + "train-arriveby": [ + "15:45" + ] + + } + } + + ] + } + +] \ No newline at end of file diff --git a/data/own_data/domain_knowledge/manual_annotation_4_F.json b/data/own_data/dst_manual_annotation/manual_annotation_4_F.json similarity index 100% rename from data/own_data/domain_knowledge/manual_annotation_4_F.json rename to data/own_data/dst_manual_annotation/manual_annotation_4_F.json diff --git a/data/own_data/domain_knowledge/manual_annotation_5_F.json b/data/own_data/dst_manual_annotation/manual_annotation_5_F.json similarity index 100% rename from data/own_data/domain_knowledge/manual_annotation_5_F.json rename to data/own_data/dst_manual_annotation/manual_annotation_5_F.json diff --git a/data/own_data/dst_manual_annotation/manual_annotation_5_L.json b/data/own_data/dst_manual_annotation/manual_annotation_5_L.json new file mode 100644 index 0000000000000000000000000000000000000000..e792ffc098fbea11e7a16b4a3ec75c215ae1dac3 --- /dev/null +++ b/data/own_data/dst_manual_annotation/manual_annotation_5_L.json @@ -0,0 +1,33 @@ +[ + { + "Services Involved": [ + "taxi" + ], + "Service Details": [ + + { + "Service Type": "taxi", + "Actions": [ + + "find_taxi" + ], + "Preferences": { + "taxi-arriveby": [ + "NONE" + ], + "taxi-departure": [ + "Gourmet Burger Kitchen" + ], + "taxi-destination": [ + "Corpus Christi" + ], + "taxi-leaveat": [ + "08:45" + ] + + } + } + ] + } + +] \ No newline at end of file diff --git a/data/own_data/dst_manual_annotation/manual_annotation_6_L.json b/data/own_data/dst_manual_annotation/manual_annotation_6_L.json new file mode 100644 index 0000000000000000000000000000000000000000..c7ee11f71bfa31fd6591d5e662eb5b936287c03d --- /dev/null +++ b/data/own_data/dst_manual_annotation/manual_annotation_6_L.json @@ -0,0 +1,51 @@ +[ + { + "Services Involved": [ + + "restaurant" + ], + "Service Details": [ + { + "Service Type": "restaurant", + "Actions": [ + + "find_restaurant", + "book_restaurant" + ], + "Preferences": { + "restaurant-food": [ + + "Thai" + + ], + "restaurant-bookday": [ + + "thursday" + ], + "restaurant-bookpeople": [ + "NONE" + ], + "restaurant-booktime": [ + + "15:00" + ], + "restaurant-area": [ + + "centre" + + ], + "restaurant-pricerange": [ + "NONE" + + ], + "restaurant-name": [ + + "Bangkok City Restaurant" + ] + } + } + + ] + } + +] \ No newline at end of file