Skip to content
Snippets Groups Projects
Commit b04c3642 authored by pracht's avatar pracht
Browse files

Add manual annotations

parent a9ca2762
No related branches found
No related tags found
No related merge requests found
{
"dialog": [
"User: Hi, I'm looking for a hotel and attraction recommendations in the north area of the city.",
"System: Hello! I'd be happy to help you with that. Can you please provide me with some more details? What type of hotel are you looking for?",
"User: I'm looking for a guesthouse with internet and would like to stay on Sunday.",
"System: Great! Based on your preferences, I have found a few options for you. For hotels, I recommend the Acorn Guest House, which is located in the north area and offers internet access. They have availability on Sunday, and their rates are around $120 per night. Would you like me to book a room for you?",
"User: That sounds perfect! Can you also recommend some attractions in the north area?",
"System: Certainly! The Cherry Hinton Hall and Grounds is a popular attraction in the north area. It's a historic mansion with beautiful gardens, and it's open from 10am to 5pm on Sundays. Would you like me to add this attraction to your itinerary?",
"User: Yes, that sounds great! Can you also tell me how to get there from the guesthouse?",
"System: Sure thing! The Acorn Guest House is about a 15-minute drive from the Cherry Hinton Hall and Grounds. You can take a taxi or drive yourself, and there is plenty of parking available on site.",
"User: Perfect, thank you so much for your help!",
"System: You're welcome! It was my pleasure to assist you. Have a great trip and enjoy your stay in the city!"
],
"annotation":
{
"Services Involved": [
"hotel",
"attraction"
],
"Service Details": [
{
"Service Type": "hotel",
"Actions": [
"book_hotel",
"find_hotel"
],
"Preferences": {
"hotel-internet": [
"yes"
],
"hotel-parking": [
"yes"
],
"hotel-type": [
"guesthouse"
],
"hotel-name": [
"Acorn Guest House"
],
"hotel-bookday": [
"sunday"
],
"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
{
"dialog":
[
"User: Hi, I'm looking for a restaurant in Bangkok that serves Thai food and has a good view. Can you help me find one?",
"System: Of course! I'd be happy to assist you. Can you please provide me with some more details? For example, do you have a preferred location in Bangkok, and what is your budget for the meal?",
"User: Well, I'd like to find a restaurant in the city center, and I'm willing to spend around 2,000 THB per person.",
"System: Great! Based on your preferences, I have found a few options for you. One of them is the Bangkok City Restaurant, which is located in the heart of the city and serves a variety of Thai dishes, including pad thai and green curry. The menu prices range from 500 to 2,000 THB per dish, and they have a beautiful rooftop seating area with a great view of the city. Would you like me to book a table for you?",
"User: That sounds perfect! Can you book a table for Thursday at 3 pm?",
"System: Of course! I have confirmed a reservation for you at Bangkok City Restaurant on Thursday at 3 pm. Please note that the restaurant has a dress code and requires a minimum of 5 people for booking. Would you like me to suggest any other options or provide you with more information about the restaurant?",
"User: No, that's all good. Thank you so much for your help!",
"System: You're welcome! It was my pleasure to assist you. Have a great time at Bangkok City Restaurant! Goodbye!"
],
"annotation":
{
"Services Involved": ["restaurant"],
"Service Details":
[
{
"Service Type": "restaurant",
"Actions": ["find_restaurant", "book_restaurant"],
"Preferences":
{
"restaurant-food": ["Thai"],
"restaurant-bookday": ["thursday"],
"restaurant-bookpeople": ["5 or more"],
"restaurant-booktime": ["3 pm"],
"restaurant-area": ["centre"],
"restaurant-pricerange": ["NONE"],
"restaurant-name": ["Bangkok City Restaurant"]
}
}
]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment