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

Add manual annotation

parent bc59dc13
No related branches found
No related tags found
No related merge requests found
{
"dialog": [
"User: Hi, I'm looking for train services from Stevenage to Cambridge. Can you help me?",
"System: Of course! I'd be happy to assist you. What specific service would you like to know about or book?",
"User: I'd like to book a train ticket from Stevenage to Cambridge for Sunday, preferably departing at 12:15 or 10:43, and arriving by 12:15 or 10:43. Can you check availability and prices?",
"System: Sure thing! Based on our current availability, we have one train departing from Stevenage at 10:43 on Sunday, with available seats in economy class. The fare for this train is £34.50. Would you like to book this train and pay with your credit card?",
"User: Yes, that sounds great. Can you also tell me what time the train will arrive in Cambridge?",
"System: Certainly! The train is scheduled to arrive in Cambridge at 12:15. Would you like to add any additional services, such as a bicycle reservation or food and beverage orders?",
"User: No, that's all for now. I'll just book the train ticket.",
"System: Great! Your booking has been successful. Your ticket number is SNG01795. Please have your ticket ready for inspection before boarding the train. Thank you for choosing to travel with us, and we hope you have a pleasant journey! Goodbye!"
],
"annotation": {
"Services Involved": [
"train"
],
"Service Details": [
{
"Service Type": "train",
"Actions": [
"find_train",
"book_train"
],
"Preferences": {
"train-day": [
"sunday"
],
"train-departure": [
"Stevenage"
],
"train-leaveat": [
"10:43"
],
"train-destination": [
"Cambridge"
],
"train-bookpeople": [
"NONE"
],
"train-arriveby": [
"12:15"
]
}
}
]
}
}
\ No newline at end of file
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