From bc59dc13850d003b8c0e1814174ba0b1fb78c695 Mon Sep 17 00:00:00 2001
From: Christoph Pracht <pracht@cl.uni-heidelberg.de>
Date: Tue, 23 Jan 2024 16:59:38 +0100
Subject: [PATCH] Add manual annotation

---
 .../manual_annotation_4_C.json                | 126 ++++++++++++++++++
 1 file changed, 126 insertions(+)
 create mode 100644 data/own_data/dst_manual_annotation/manual_annotation_4_C.json

diff --git a/data/own_data/dst_manual_annotation/manual_annotation_4_C.json b/data/own_data/dst_manual_annotation/manual_annotation_4_C.json
new file mode 100644
index 0000000..054c9de
--- /dev/null
+++ b/data/own_data/dst_manual_annotation/manual_annotation_4_C.json
@@ -0,0 +1,126 @@
+{
+    "dialog": [
+        "User: Hi, I'm looking for a restaurant in Cambridge for a group of 3 people on Saturday at 16:30. Can you help me find one?",
+        "System: Of course! I'd be happy to assist you. To help me find the perfect restaurant for you, may I know your preferences? For example, do you have any specific cuisine in mind, or a budget range you'd like to stick to?",
+        "User: Well, I'd like to try a British restaurant, and I'm open to spending a bit more for a high-quality meal.",
+        "System: Great! Based on your preferences, I have a few recommendations for you. Midsummer House Restaurant is a highly-rated British restaurant in Cambridge, with a focus on seasonal ingredients and a cozy atmosphere. Would you like me to book a table for you?",
+        "User: That sounds perfect! Can you please book a table for 3 people at 16:30 on Saturday?",
+        "System: Of course! I'll just need a few more details to complete the booking. May I have your name and contact information, please?","User: Sure, my name is Sarah Johnson and my phone number is 07789 456789.",
+        "System: Great, thank you for providing that information, Sarah. I've just booked a table for you at Midsummer House Restaurant for 16:30 on Saturday. Please note that the restaurant has a strict cancellation policy, so if you need to cancel, please let me know at least 24 hours in advance.",
+        "User: Thank you so much! Do you know of any good hotels in the area as well?",
+        "System: Yes, I do! University Arms Hotel is a highly-rated hotel in Cambridge, with comfortable rooms and a central location. Would you like me to find a room for you?",
+        "User: That would be great, thank you!",
+        "System: Great! I've just found a room for you at University Arms Hotel for Saturday night. The room rate is £150, and I've also booked a taxi for you to arrive at the hotel at 16:30 and depart for Midsummer House Restaurant at 17:00. Please let me know if you have any other requests or preferences.",
+        "User: That sounds perfect, thank you so much for your help!",
+        "System: You're welcome, Sarah! It was my pleasure to assist you. Enjoy your meal and your stay in Cambridge!",
+        "User: Thank you, I will! Goodbye.",
+        "System: Goodbye, Sarah. Have a great day!"
+    ],
+    "annotation":  {
+        "Services Involved": [
+            "hotel",
+            "restaurant",
+            "taxi"
+        ],
+        "Service Details": [
+            {
+                "Service Type": "restaurant",
+                "Actions": [
+                    "find_restaurant",
+                    "book_restaurant"
+                ],
+                "Preferences": {
+                    "restaurant-food": [
+                        "British"                        
+                    ],
+                    "restaurant-bookday": [
+                        "saturday"
+                    ],
+                    "restaurant-bookpeople": [
+                        "3"
+                    ],
+                    "restaurant-booktime": [
+                        "16:30"
+                    ],
+                    "restaurant-area": [
+                        "NONE"
+                    ],
+                    "restaurant-pricerange": [
+                        "NONE"
+                    ],
+                    "restaurant-name": [
+                        "Midsummer House Restaurant"
+                    ]
+                }
+            },
+            {
+                "Service Type": "hotel",
+                "Actions": [
+                    "book_hotel",
+                    "find_hotel"
+                ],
+                "Preferences": {
+                    "hotel-internet": [
+                        "NONE"
+                    ],
+                    "hotel-parking": [
+                        "NONE"
+                    ],
+                    "hotel-pricerange": [
+                        "NONE"
+                    ],
+                    "hotel-stars": [
+                        "NONE"
+                    ],
+                    "hotel-type": [
+                        "hotel"
+                    ],
+                    "hotel-name": [
+                        "University Arms Hotel"
+                    ],
+                    "hotel-bookday": [
+                        "saturday"
+                    ],
+                    "hotel-bookpeople": [
+                        "NONE",
+                        "any int"
+                    ],
+                    "hotel-bookstay": [
+                        "NONE",
+                        "any int"
+                    ],
+                    "hotel-area": [
+                        "NONE",
+                        "centre",
+                        "south",
+                        "west",
+                        "east",
+                        "north",
+                        "dontcare"
+                    ]
+                }
+            },
+            {
+                "Service Type": "taxi",
+                "Actions": [
+                    "find_taxi"
+                ],
+                "Preferences": {
+                    "taxi-arriveby": [
+                        "16:30"
+                    ],
+                    "taxi-departure": [
+                        "University Arms Hotel"
+                    ],
+                    "taxi-destination": [
+                        "Midsummer House Restaurant"
+                    ],
+                    "taxi-leaveat": [
+                        "17:00"
+                    ]
+
+                }
+            }
+        ]
+    }
+}
\ No newline at end of file
-- 
GitLab