Skip to content
Snippets Groups Projects
Commit 869c8c27 authored by finn's avatar finn
Browse files

Add Dialogue/Annotation examples

parent 4d44d11c
No related branches found
No related tags found
No related merge requests found
" General Annotation Schema: {"Dialogue ID": null, "Services Involved": ["taxi"], "Service Details": [{"Service Type": "taxi", "Actions": [{"Action": "pickup", "Location": "Primavera", "Time": "19:15"}, {"Action": "drop-off", "Location": "Avalon"}], "Preferences": {"taxi-destination": ["Avalon"], "taxi-leaveat": ["Primavera"], "taxi-departure": ["19:15"]}}]} tthtthtthtthtthtthtthtthtthtth tthtthtthtthtthtthtth tthtthtthtthtthtthtth tthtthtthtthtthtthtth tthtthtthtthtthtthtth tthtthtthtthtthtthtthtthtthtthtth tthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthtthttht"
" General Annotation Schema: { "Dialogue ID": null, "Services Involved": ["attraction", "restaurant"], "Service Details": [ { "Service Type": "restaurant", "Actions": [ null, null, null ], "Preferences": { "restaurant-food": [ "delicious dishes" ], "restaurant-bookday": [ "Thursday" ], "restaurant-bookpeople": [ "5 people" ], "restaurant-booktime": [ "4 pm" ], "restaurant-name": [ "Backstreet Bistro" ] } }, { "Service Type": "attraction", "Actions": [ null, null ], "Preferences": { "attraction-area": [ "east area" ], "attraction-type": [ "museums" ], "attraction-name": [ "Gallery" ] } } ] } OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR "
Slot values filled in: Dialogue ID: null Services Involved: ["train", "hotel"] Service Details: Hotel: * Service Type: hotel * Actions: [null, null, null] * Preferences: + hotel-internet: [null] + hotel-pricerange: [null] + hotel-area: [null] + hotel-bookday: [null] + hotel-bookpeople: [null] + hotel-bookstay: [null] + hotel-name: [null] Train: * Service Type: train * Actions: [null, null, null] * Preferences: + train-destination: [null] + train-leaveat: [null] + train-day: [null] + train-departure: [null] + train-bookpeople: [null]"
" General Annotation Schema: {"Dialogue ID": null, "Services Involved": ["train", "attraction"], "Service Details": [ {"Service Type": "attraction", "Actions": [null], "Preferences": {"attraction-area": [null]}}, {"Service Type": "train", "Actions": [null, null, null], "Preferences": {"train-destination": [Cambridge], "train-arriveby": ["13:15"], "train-day": ["Friday"], "train-departure": ["Birmingham New Street"], "train-bookpeople": [null]}}]}
Dialogue to Annotate: ["User: Hi, I'm looking for a train ticket to Cambridge. Can you help me?\nSystem: Of course! I'd be happy to assist you. What would you like to know?\nUser: I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?\nSystem: Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?\nUser: Yes, please do.\nSystem: Great! Here are your options:\nUser: I'd like to book the 12:45 train with a change in Leicester.\nSystem: Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal?\nUser: No, that's all I need. Thank you.\nSystem: Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?\nUser: I'll pay with credit card.\nSystem: Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with?\nUser: No, that's all. Thank you for your help!\nSystem: You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!"]
Based on the dialogue, here is the annotation of the general annotation schema: "Dialogue ID": null, "Services Involved": ["train", "attraction"], "Service Details": [ {"Service Type": "attraction", "Actions": [null], "Preferences": {"attraction-area": [null]}}, {"Service Type": "train", "Actions": [null, null, null], "Preferences": {"train-destination": ["Cambridge"], "train-arriveby": ["13:15"], "train-day": ["Friday"], "train-departure": ["Birmingham New Street"], "train-bookpeople": [null]}}]"
\ No newline at end of file
### Domain Knowledge
- **Dialogue ID:** MUL1914.json
- **Services Involved:**
- Train
- Attraction
- **Service Details:**
1. **Service Type:** Train
- **Actions:** NONE, find_train, book_train
- **Preferences:**
- train-departure: ely
- train-destination: cambridge
- train-arriveby: 9:30, 09:30
- train-bookpeople: 7
- train-day: tuesday
2. **Service Type:** Attraction
- **Actions:** find_attraction, NONE
- **Preferences:**
- attraction-name: ruskin gallery
### Annotations
- **General Annotation Schema:**
- **Dialogue ID:** null
- **Services Involved:**
- Train
- Attraction
- **Service Details:**
1. **Service Type:** Train
- **Actions:** null, null, null
- **Preferences:**
- train-departure: 9:30am
- train-destination: Cambridge
- train-arriveby: 10:30am
- train-bookpeople: null
- train-day: Tuesday
2. **Service Type:** Attraction
- **Actions:** null, null
- **Preferences:**
- attraction-name: Ruskin Gallery
Please note that the slots have been filled in with the most accurate and relevant options based on the content of the dialogue. If there are any further questions or clarifications needed regarding these annotations, feel free to ask.
### Dialogue
**User:** Hi, I'm looking for a train from Ely to Cambridge on Tuesday. 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? When are you looking to depart from Ely and arrive in Cambridge?
**User:** I'd like to depart at 9:30am and arrive in Cambridge by 10:30am.
**System:** Great! Based on the preferences you provided, I have found a suitable train for you. The train departs from Ely at 9:30am and arrives in Cambridge at 10:30am. Would you like to book this train?
**User:** Yes, please go ahead and book it for me.
**System:** Great! I have booked the train for you. The total cost for this booking is £X. Would you like to pay by credit card or PayPal?
**User:** I'll pay by credit card.
**System:** Great! I have processed the payment successfully. Your booking confirmation number is YYZZ. Please have a safe and enjoyable journey!
**User:** Thank you very much! Do you have any information on attractions in Cambridge?
**System:** Yes, I do! The Ruskin Gallery is a popular attraction in Cambridge. Would you like me to find more information on it for you?
**User:** Yes, please do!
**System:** Great! The Ruskin Gallery is open from 10am to 5pm on Tuesdays. Admission is free, but guided tours are available for a small fee. Would you like me to book a guided tour for you?
**User:** No, I think I'll just explore on my own. Thank you for the information!
**System:** You're welcome! Have a great day in Cambridge!
**User:** Thank you, I will. Goodbye!
**System:** Goodbye!
\ No newline at end of file
**Domain Knowledge:**
- **Dialogue ID**: PMUL0121.json
- **Services Involved**: [restaurant, hotel]
- **Service Details**:
- **Hotel**
- **Service Type**: hotel
- **Actions**: [book_hotel, find_hotel, NONE]
- **Preferences**:
- hotel-name: [cityroomz]
- hotel-bookday: [tuesday]
- hotel-bookpeople: [7]
- hotel-bookstay: [3]
- **Restaurant**
- **Service Type**: restaurant
- **Actions**: [NONE, find_restaurant]
- **Preferences**:
- restaurant-area: [west]
- restaurant-pricerange: [expensive]
**Annotations:**
- **Dialogue ID**: null (no specific dialogue ID is mentioned in the dialogue)
- **Services Involved**: [restaurant, hotel] (the user requests help finding a hotel and a restaurant)
- **Service Details**:
- **Hotel**
- **Service Type**: hotel
- **Actions**: [booking a room]
- **Preferences**:
- hotel-name: [Cityroomz]
- hotel-bookday: [Tuesday]
- hotel-bookpeople: [7]
- hotel-bookstay: [insert cost here] (the user requests a 3-star hotel with a good location and reasonable prices, and the system suggests the Cityroomz hotel)
- **Restaurant**
- **Service Type**: restaurant
- **Actions**: [making a reservation]
- **Preferences**:
- restaurant-area: [near the hotel]
- restaurant-pricerange: [affordable]
**Dialogue:**
- **User**: Hi, I'm looking for a hotel and a restaurant in the city. Can you help me?
- **System**: Of course! What kind of hotel are you looking for? Do you have any specific preferences or requirements?
- **User**: I'm looking for a 3-star hotel with a good location and reasonable prices.
- **System**: Great! Based on your preferences, I can suggest some options. For a 3-star hotel with a good location and reasonable prices, I recommend checking out the Cityroomz hotel. It's located in the heart of the city and offers comfortable rooms at an affordable price. Would you like me to book a room for you?
- **User**: Yes, that sounds great. Can you book a room for me on Tuesday?
- **System**: Certainly! I can book a room for you on Tuesday. However, I need to know how many people will be staying with you. Please provide me with the number of guests.
- **User**: There will be 7 of us staying.
- **System**: Great! I have booked a room for 7 guests at the Cityroomz hotel on Tuesday. The total cost for the stay will be [insert cost here]. Would you like to proceed with the booking?
- **User**: Yes, I'd like to proceed with the booking. Can you also suggest some good restaurants in the area?
- **System**: Absolutely! Based on your preferences, I recommend checking out the Westside restaurant. It's located near the hotel and offers a variety of dishes at affordable prices. Would you like me to make a reservation for you?
- **User**: Yes, please make a reservation for us.
- **System**: Great! I have made a reservation for you at the Westside restaurant for [insert time here]. Please note that the restaurant has a dress code, so please dress appropriately. Is there anything else I can assist you with?
- **User**: No, that's all for now. Thank you for your help!
- **System**: You're welcome! It was my pleasure to assist you. Have a great stay and enjoy your meal! Goodbye!
### Domain Knowledge
- **Dialogue ID:** PMUL1031.json
- **Services Involved:**
- Train
- Attraction
- **Service Details:**
1. **Service Type:** Train
- **Actions:** NONE, find_train
- **Preferences:**
- Departure: Bishops Stortford
- Destination: Cambridge
- Leave at: 9:00, 09:00
- Day: Sunday
2. **Service Type:** Attraction
- **Actions:** find_attraction, NONE
- **Preferences:**
- Type: Park
### Annotations
- **Dialogue ID:** null
- **Services Involved:**
- Train
- Attraction
- **Service Details:**
1. **Service Type:** Train
- **Actions:**
- Find Train: Bishops Stortford, Cambridge, Sunday, 9:00 am
- Purchase Tickets: £20 per person
- **Preferences:**
- Departure: Bishops Stortford
- Destination: Cambridge
- Leave at: 9:00 am
- Day: Sunday
2. **Service Type:** Attraction
- **Actions:**
- Recommend Attraction: Cambridge University Botanic Garden
- **Preferences:**
- Type: Park, Outdoor
### Dialogue
**User:** Hi, I'm looking for a train and attraction service. Can you help me?
**System:** Of course! What specific service are you looking for? Do you have a preferred departure station, destination, or date?
**User:** Yes, I'd like to go from Bishops Stortford to Cambridge on Sunday. Can you find me a train that leaves at 9:00 am?
**System:** Certainly! Based on the preferences you provided, I have found a train that departs from Bishops Stortford at 9:00 am and arrives in Cambridge at 10:00 am. Would you like to purchase tickets for this train?
**User:** Yes, I'd like to buy tickets. How much do they cost?
**System:** The cost of the tickets for this train is £20 per person. Would you like to proceed with the purchase?
**User:** Yes, I'll take two tickets.
**System:** Great! Your tickets have been purchased successfully. Would you like to explore any attractions in Cambridge? I have a list of recommended attractions based on your preferences.
**User:** That sounds great! Can you recommend a park or outdoor attraction?
**System:** Sure! Based on your preferences, I recommend the Cambridge University Botanic Garden. It's a beautiful park with a variety of plants and flowers, and it's open on Sundays from 9:00 am to 6:00 pm. Would you like to visit the garden?
**User:** Yes, that sounds perfect. Can you provide me with directions to the garden?
**System:** Certainly! The garden is located a 15-minute walk from the train station. Here are the directions: exit the train station and turn left onto Station Road. Continue walking for 10 minutes until you reach the roundabout, then turn right onto Hills Road. The garden will be on your left after a 5-minute walk.
**User:** Thank you so much for your help! I'm looking forward to my trip.
**System:** You're welcome! Have a great day and enjoy your trip to Cambridge! Goodbye!
**Domain Knowledge:**
- Dialogue ID: PMUL3086.json
- Services Involved:
- Train
- Hotel
- Service Details:
- Service Type: Train
- Actions: NONE, find_train
- Preferences:
- train-arriveby: 13:45
- train-day: Sunday
- train-departure: Birmingham New Street
- train-destination: Cambridge
- Service Type: Hotel
- Actions: book_hotel, find_hotel, NONE
- Preferences:
- hotel-area: Dontcare
- hotel-type: Hotel
- hotel-bookday: Sunday
- hotel-bookpeople: 2
- hotel-bookstay: 5
- hotel-name: Huntingdon Marriott Hotel
**Annotations:**
- Dialogue ID: null
- Services Involved:
- Train
- Hotel
- Service Details:
- Service Type: Train
- Actions: null, null
- Preferences:
- train-arriveby: 13:45
- train-day: Sunday
- train-departure: 08:00
- train-destination: Cambridge
- Service Type: Hotel
- Actions: null, null, null
- Preferences:
- hotel-area: Cambridge
- hotel-type: Marriott
- hotel-bookday: Sunday
- hotel-bookpeople: null
- hotel-bookstay: 1 night
- hotel-name: Huntingdon Marriott Hotel
**Dialogue:**
- User: Hi, I'm looking for a train from Birmingham New Street to Cambridge on Sunday. Can you help me find one that arrives by 13:45?
- System: Of course! I'd be happy to assist you. To find the best train for your needs, may I know your preferences for the train departure time and destination?
- User: Well, I'd like to depart from Birmingham New Street at the earliest possible time on Sunday, and arrive in Cambridge by 13:45.
- System: Great! Based on the information you provided, I have found a train that departs from Birmingham New Street at 08:00 on Sunday and arrives in Cambridge at 13:45. Would you like to book this train?
- User: That sounds perfect! Can you also book a hotel for me in Cambridge for Sunday night?
- System: Certainly! Based on your preferences, I have found a hotel in the area. The Huntingdon Marriott Hotel has availability for Sunday night. Would you like to book a room there?
- User: Yes, that sounds great. Can you please book the train and hotel for me?
- System: Of course! I have booked the train from Birmingham New Street to Cambridge on Sunday at 08:00, and a room at the Huntingdon Marriott Hotel for Sunday night. Your train ticket and hotel reservation have been sent to your email. Is there anything else I can assist you with?
- User: No, that's all for now. Thank you for your help!
- System: You're welcome! It was my pleasure to assist you. Have a great trip to Cambridge! Goodbye!
\ No newline at end of file
Here's the provided information formatted in a clean and readable form:
---
**Domain Knowledge:**
- **Dialogue ID:** PMUL3847.json
- **Services Involved:**
- Train
- Attraction
- **Service Details:**
- **Attraction Service:**
- **Actions:**
- find_attraction
- NONE
- **Preferences:**
- Attraction Area: East
- **Train Service:**
- **Actions:**
- NONE
- find_train
- book_train
- **Preferences:**
- Train Destination: Cambridge
- Train Arrive By: 13:15
- Train Day: Friday
- Train Departure: Birmingham New Street
- Train Book People: 2
**Annotations:**
- **Dialogue ID:** null
- **Services Involved:**
- Train
- Attraction
- **Service Details:**
- **Attraction Service:**
- **Actions:** null
- **Preferences:**
- Attraction Area: null
- **Train Service:**
- **Actions:**
- null
- null
- null
- **Preferences:**
- Train Destination: Cambridge
- Train Arrive By: 13:15
- Train Day: Friday
- Train Departure: Birmingham New Street
- Train Book People: null
**Dialogue:**
- **User:** Hi, I'm looking for a train ticket to Cambridge. Can you help me?
- **System:** Of course! I'd be happy to assist you. What would you like to know?
- **User:** I need to find a train that leaves from Birmingham New Street and arrives in Cambridge by 13:15 on Friday. Can you help me with that?
- **System:** Absolutely! Based on your preferences, I have found a few options for you. Would you like me to list them?
- **User:** Yes, please do.
- **System:** Great! Here are your options:
- **User:** I'd like to book the 12:45 train with a change in Leicester.
- **System:** Great choice! I'll go ahead and book your ticket. Would you like to add any additional preferences, such as a specific seat or meal?
- **User:** No, that's all I need. Thank you.
- **System:** Of course! Your ticket has been booked successfully. The total cost is £35.99. Would you like to pay with credit card or PayPal?
- **User:** I'll pay with credit card.
- **System:** Great! I'll process the payment now. Your ticket is confirmed, and you'll receive an email with the details shortly. Is there anything else I can assist you with?
- **User:** No, that's all. Thank you for your help!
- **System:** You're welcome! It was my pleasure to assist you. Have a great day, and enjoy your trip to Cambridge! Goodbye!
\ No newline at end of file
**Domain Knowledge:**
- Dialogue ID: SNG02152.json
- Services Involved:
- Taxi
- Service Details:
- Service Type: Taxi
- Actions: NONE, find_taxi
- Preferences:
- Taxi Destination: Avalon
- Taxi Leave At: 19:15
- Taxi Departure: Primavera
**Annotations:**
- Dialogue ID: null
- Services Involved:
- Taxi
- Service Details:
- Service Type: Taxi
- Actions:
- Action: Pickup
- Location: Primavera
- Time: 19:15
- Action: Drop-off
- Location: Avalon
- Preferences:
- Taxi Destination: Avalon
- Taxi Leave At: Primavera
- Taxi Departure: 19:15
**Dialogue:**
- User: "Hi, I'm looking for a taxi. Can you help me find one?"
- System: "Of course! I'd be happy to assist you. Can you please provide me with your pickup location and destination?"
- User: "Sure. I'd like to be picked up at Primavera and dropped off at Avalon. Is that possible?"
- System: "Absolutely! Our taxis are available for pickup at Primavera and can drop you off at Avalon. Would you like to specify a particular time for your pickup?"
- User: "Actually, I'd prefer to be picked up at 19:15. Is that doable?"
- System: "Yes, that works perfectly! Our taxi will be there at 19:15 to pick you up at Primavera and take you to Avalon. Would you like to add any special requests or preferences?"
- User: "No, that's all for now. Thank you!"
- System: "You're welcome! Your taxi will be there at 19:15 sharp. Have a great ride! Goodbye!"
### Domain Knowledge
- **Dialogue ID:** SNG0389.json
- **Services Involved:** train
- **Service Details:**
- **Service Type:** train
- **Actions:**
- NONE
- find_train
- book_train
- **Preferences:**
- **train-day:** tuesday
- **train-departure:** kings lynn
- **train-leaveat:** 9:30, 09:30
- **train-destination:** cambridge
- **train-bookpeople:** 2
### Annotations
- **Dialogue ID:** SNG0389.json
- **Services Involved:** train
- **Service Details:**
- **Service Type:** train
- **Actions:**
- find_train
- book_train
- **Preferences:**
- **train-day:** tuesday
- **train-departure:** 9:30 am
- **train-leaveat:** any time
- **train-destination:** cambridge
- **train-bookpeople:** 1
- **train-arriveby:** any time
### Dialogue
- **User:** Hi, I'm looking for train tickets from Kings Lynn to Cambridge. Can you help me?
- **System:** Of course! I'd be happy to assist you. Can you please provide me with some more details? When would you like to travel?
- **User:** I'd like to travel on Tuesday.
- **System:** Great! Tuesday is a great day to travel. What time would you like to depart from Kings Lynn?
- **User:** I'd like to depart at 9:30 am.
- **System:** Alright! For the train from Kings Lynn to Cambridge, we have two options available. The first one departs at 9:30 am and the second one departs at 10:00 am. Which one would you prefer?
- **User:** I'd prefer the 9:30 am train.
- **System:** Great choice! For the 9:30 am train, we have two classes available - First Class and Standard Class. Which class would you like to book?
- **User:** I'd like to book a Standard Class ticket.
- **System:** Sure thing! For the Standard Class ticket, the fare is £25. Would you like to proceed with the booking?
- **User:** Yes, I'd like to proceed with the booking.
- **System:** Great! I've booked you on the 9:30 am train from Kings Lynn to Cambridge on Tuesday. Your ticket will be sent to your email address. Is there anything else I can assist you with?
- **User:** No, that's all for now. Thank you!
- **System:** You're welcome! It was a pleasure assisting you. Have a great day and a safe journey!
### Domain Knowledge
- **Dialogue ID**: `SNG01373.json`
- **Services Involved**:
- Taxi
- **Service Details**:
- **Service Type**: Taxi
- **Actions**: NONE, find_taxi
- **Preferences**:
- **Taxi-Destination**: Don Pasquale Pizzeria
- **Taxi-ArriveBy**: One o'clock p.m.
- **Taxi-Departure**: Finches Bed and Breakfast
### Annotations
- **Dialogue ID**: null (no unique identifier is provided in the dialogue)
- **Services Involved**:
- Taxi (the user requests a taxi service)
- **Service Details**:
- **Service Type**: Taxi
- **Actions**:
- **Action**: Depart, **Time**: 13:00
- **Action**: Arrive, **Time**: 13:00
- **Preferences**:
- **Taxi-Destination**: Don Pasquale Pizzeria
- **Taxi-ArriveBy**: 13:00
- **Taxi-Departure**: 13:00
### Dialogue
- **User**: Hi, I'm looking for a taxi to take me to Don Pasquale Pizzeria. Can you help me?
- **System**: Of course! I'd be happy to assist you. Can you please provide me with your current location and the time you'd like to arrive at Don Pasquale Pizzeria?
- **User**: Sure! I'm currently staying at Finches Bed and Breakfast, and I'd like to arrive at one o'clock p.m.
- **System**: Great, I have found a taxi that can take you to Don Pasquale Pizzeria. The taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp. Would you like to proceed with the booking?
- **User**: Yes, that sounds perfect. How much will the fare be?
- **System**: The fare for the taxi will be [insert information here, based on the provided Domain Knowledge]. Would you like to proceed with the payment?
- **User**: Yes, I'd like to proceed with the payment. Can you provide me with the payment details?
- **System**: Of course! The payment details are [insert information here, based on the provided Domain Knowledge]. Please enter your payment information to complete the booking.
- **User**: Great, I've entered my payment information. Is everything confirmed?
- **System**: Yes, everything is confirmed! Your taxi will depart from Finches Bed and Breakfast at one o'clock p.m. sharp, and you will be taken to Don Pasquale Pizzeria. Please have a great day!
- **User**: Thank you so much! Have a great day!
- **System**: You're welcome! Goodbye!
\ 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