dialogue
sequencelengths
3
32
intent
dict
text
stringlengths
725
3.16k
[ "customer: Hi.", "agent: Hello, how may I assist you?", "customer: Nancy Phillips here. Can you please help me in booking a ticket from LGA to BOS?", "agent: Sure, I am here to help you. May I know your travel dates please?", "customer: My preferable dates to do journey are 08/22 and 08/24.", "agent: Ok, hold on for a moment. Let me check the best flight for you.", "customer: Sure, carry on.", "agent: I found a flight for you with UA airline and it costs you 300. Shall I proceed to cancel?", "customer: That;s fine for me, please proceed for booking.", "agent: Shall I proceed to book? Your ticket has been booked with 1005 flight number.", "customer: Thank you so much.", "agent: Welcome, thank you for choosing us. Have a safe flight." ]
{ "departure_airport": "LGA", "departure_day": "22", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Nancy Phillips", "return_airport": "BOS", "return_day": "24", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how may I assist you?', 'customer: Nancy Phillips here. Can you please help me in booking a ticket from LGA to BOS?', 'agent: Sure, I am here to help you. May I know your travel dates please?', 'customer: My preferable dates to do journey are 08/22 and 08/24.', 'agent: Ok, hold on for a moment. Let me check the best flight for you.', 'customer: Sure, carry on.', 'agent: I found a flight for you with UA airline and it costs you 300. Shall I proceed to cancel?', 'customer: That;s fine for me, please proceed for booking.', 'agent: Shall I proceed to book? Your ticket has been booked with 1005 flight number.', 'customer: Thank you so much.', 'agent: Welcome, thank you for choosing us. Have a safe flight.' ### Response: {'departure_airport': 'LGA', 'departure_day': '22', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Nancy Phillips', 'return_airport': 'BOS', 'return_day': '24', 'return_month': 'Aug'}
[ "customer: Hello, I am Christopher Jones.", "agent: Hello, how may I assist you?", "customer: Can you book a ticket from SEA to MCO?", "agent: Sure, may I know your journey dates please?", "customer: I am planning to go by 07/01 and return back on 07/03.", "agent: Ok, hold on for a moment. Let me check the best flight for you.", "customer: Make sure that connection limit is 1.", "agent: I found a flight for you with JetBlue airline and it costs you 100. Shall I proceed?", "customer: Yes, you can go ahead.", "agent: Your ticket has been booked with 1007 flight number.", "customer: Thank you.", "agent: Welcome, thank you for choosing us.", "customer: You are welcome." ]
{ "departure_airport": "SEA", "departure_day": "1", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Christopher Jones", "return_airport": "MCO", "return_day": "3", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello, I am Christopher Jones.', 'agent: Hello, how may I assist you?', 'customer: Can you book a ticket from SEA to MCO?', 'agent: Sure, may I know your journey dates please?', 'customer: I am planning to go by 07/01 and return back on 07/03.', 'agent: Ok, hold on for a moment. Let me check the best flight for you.', 'customer: Make sure that connection limit is 1.', 'agent: I found a flight for you with JetBlue airline and it costs you 100. Shall I proceed?', 'customer: Yes, you can go ahead.', 'agent: Your ticket has been booked with 1007 flight number.', 'customer: Thank you.', 'agent: Welcome, thank you for choosing us.', 'customer: You are welcome.' ### Response: {'departure_airport': 'SEA', 'departure_day': '1', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Christopher Jones', 'return_airport': 'MCO', 'return_day': '3', 'return_month': 'July'}
[ "customer: Hi.", "agent: Hello. How can I help you now?", "customer: Can you please change my reservation which is in the name Raymond King?", "agent: Sure, please wait for a while.", "customer: Ok.", "agent: Sorry, there is no reservation found on your name.", "customer: Ok, fine. Thank you for checking.", "agent: Thank you for approaching us." ]
{ "departure_airport": "MCO", "departure_day": "16", "departure_month": "June", "goal": "change", "max_connections": 1, "max_price": 5000, "name": "Raymond King", "return_airport": "AUS", "return_day": "18", "return_month": "June" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How can I help you now?', 'customer: Can you please change my reservation which is in the name Raymond King?', 'agent: Sure, please wait for a while.', 'customer: Ok.', 'agent: Sorry, there is no reservation found on your name.', 'customer: Ok, fine. Thank you for checking.', 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'MCO', 'departure_day': '16', 'departure_month': 'June', 'goal': 'change', 'max_connections': 1, 'max_price': 5000, 'name': 'Raymond King', 'return_airport': 'AUS', 'return_day': '18', 'return_month': 'June'}
[ "customer: Hi,.", "agent: Hello. How can I assist you?", "customer: I am planning to celebrate and attend my mother's birthday in Seattle, from CA - SFO. Can you book a flight ticket to me?", "agent: Ya sure. Please share your traveling details.", "customer: I need a connecting flight. My destination code is to WA - SEA.", "agent: Your traveling dates?", "customer: My travelling dates are from 03/10 to 03/12.", "agent: Give me a moment.", "customer: Ok.", "agent: We found a flight with your requirements. Airline:Southwest. Flight number:1013. Price:200. And with a single connection.", "customer: You may proceed with the booking. I am Christopher King.", "agent: OK. Your flight ticket is booked.", "customer: Thanks for the help.", "agent: Thank you for reaching ours." ]
{ "departure_airport": "SFO", "departure_day": "10", "departure_month": "Mar", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Christopher King", "return_airport": "SEA", "return_day": "12", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi,.', 'agent: Hello. How can I assist you?', "customer: I am planning to celebrate and attend my mother's birthday in Seattle, from CA - SFO. Can you book a flight ticket to me?", 'agent: Ya sure. Please share your traveling details.', 'customer: I need a connecting flight. My destination code is to WA - SEA.', 'agent: Your traveling dates?', 'customer: My travelling dates are from 03/10 to 03/12.', 'agent: Give me a moment.', 'customer: Ok.', 'agent: We found a flight with your requirements. Airline:Southwest. Flight number:1013. Price:200. And with a single connection.', 'customer: You may proceed with the booking. I am Christopher King.', 'agent: OK. Your flight ticket is booked.', 'customer: Thanks for the help.', 'agent: Thank you for reaching ours.' ### Response: {'departure_airport': 'SFO', 'departure_day': '10', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Christopher King', 'return_airport': 'SEA', 'return_day': '12', 'return_month': 'Mar'}
[ "customer: Hello.", "agent: Hello.", "customer: Nancy Thompson here.", "agent: How can I assist you at this moment?", "customer: I am a social activist, I have to host a campaign for orphans. Could you book my ticket from ORD to AUS?", "agent: Sure, can you please share your travel dates to proceed further?", "customer: My itinerary dates are 09/16 and 09/18.", "agent: Give me a moment please.", "customer: Sure.", "agent: Southwest airlines is available with a ticket fare of 100 and 1 connection limit, shall I proceed to book your ticket with this flight?", "customer: Please proceed.", "agent: Nancy Thompson, your ticket is booked with flight number 1019.", "customer: Thank you.", "agent: Thank you for approaching us, have a safe journey." ]
{ "departure_airport": "ORD", "departure_day": "16", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Nancy Thompson", "return_airport": "AUS", "return_day": "18", "return_month": "Sept" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: Nancy Thompson here.', 'agent: How can I assist you at this moment?', 'customer: I am a social activist, I have to host a campaign for orphans. Could you book my ticket from ORD to AUS?', 'agent: Sure, can you please share your travel dates to proceed further?', 'customer: My itinerary dates are 09/16 and 09/18.', 'agent: Give me a moment please.', 'customer: Sure.', 'agent: Southwest airlines is available with a ticket fare of 100 and 1 connection limit, shall I proceed to book your ticket with this flight?', 'customer: Please proceed.', 'agent: Nancy Thompson, your ticket is booked with flight number 1019.', 'customer: Thank you.', 'agent: Thank you for approaching us, have a safe journey.' ### Response: {'departure_airport': 'ORD', 'departure_day': '16', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Nancy Thompson', 'return_airport': 'AUS', 'return_day': '18', 'return_month': 'Sept'}
[ "customer: Hi.", "agent: Hello, how can I aid you?", "customer: Could you please change my existing reservation due to postpone of my exams?", "agent: Sure, may I know your name to proceed further?", "customer: My name is Donna Adams.", "agent: We regret to inform you that there is no active reservation found on your name to change.", "customer: Not a problem, thank you.", "agent: Thank you for contacting us." ]
{ "departure_airport": "IAD", "departure_day": "12", "departure_month": "Nov", "goal": "change", "max_connections": 1, "max_price": 200, "name": "Donna Adams", "return_airport": "DTW", "return_day": "14", "return_month": "Nov" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how can I aid you?', 'customer: Could you please change my existing reservation due to postpone of my exams?', 'agent: Sure, may I know your name to proceed further?', 'customer: My name is Donna Adams.', 'agent: We regret to inform you that there is no active reservation found on your name to change.', 'customer: Not a problem, thank you.', 'agent: Thank you for contacting us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '12', 'departure_month': 'Nov', 'goal': 'change', 'max_connections': 1, 'max_price': 200, 'name': 'Donna Adams', 'return_airport': 'DTW', 'return_day': '14', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: Can you aid me in booking a flight ticket from PHX to OAK?", "agent: Sure, I will help you. Can you please share me your travelling dates?", "customer: Sure, I would like to go on Feb 09th and return back on Feb 11th.", "agent: Ok, please share me your name.", "customer: Myself Nicole Collins.", "agent: Ok, do you have any connection limit?", "customer: Make sure it is a single connecting flight.", "agent: As per your request, I found a flight for you with single connection and ticket fare is 200 in economy class. Shall I proceed for booking?", "customer: Ok, please proceed for further.", "agent: Your ticket is booked with flight number 1007 and airline is JetBlue.", "customer: Thank you for booking.", "agent: Welcome, have a safe flight." ]
{ "departure_airport": "PHX", "departure_day": "9", "departure_month": "Feb", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Nicole Collins", "return_airport": "OAK", "return_day": "11", "return_month": "Feb" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How can I help you?', 'customer: Can you aid me in booking a flight ticket from PHX to OAK?', 'agent: Sure, I will help you. Can you please share me your travelling dates?', 'customer: Sure, I would like to go on Feb 09th and return back on Feb 11th.', 'agent: Ok, please share me your name.', 'customer: Myself Nicole Collins.', 'agent: Ok, do you have any connection limit?', 'customer: Make sure it is a single connecting flight.', 'agent: As per your request, I found a flight for you with single connection and ticket fare is 200 in economy class. Shall I proceed for booking?', 'customer: Ok, please proceed for further.', 'agent: Your ticket is booked with flight number 1007 and airline is JetBlue.', 'customer: Thank you for booking.', 'agent: Welcome, have a safe flight.' ### Response: {'departure_airport': 'PHX', 'departure_day': '9', 'departure_month': 'Feb', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Nicole Collins', 'return_airport': 'OAK', 'return_day': '11', 'return_month': 'Feb'}
[ "customer: Hello.", "agent: Hello, How best can I support you now?", "customer: I would like to meet my uncle at Chicago, please help me in booking a ticket from ORD to ORD.", "agent: Sure, I would be happy to help you. What is your expected budget for your ticket?", "customer: Please check the price below 500.", "agent: Ok, On what dates you have planned to travel & return?", "customer: My journey dates are 02/08 and 02/10.", "agent: Thank you for your time, we have found a Frontier airline, flight number-1020, connections-1 and ticket-100. Shall I make a move?", "customer: Ok, please proceed with my booking.", "agent: To proceed further, we need your name?", "customer: Sure, my name is Raymond Brown.", "agent: Ok, Your ticket has reserved.", "customer: Thank you for your assistance.", "agent: Thanks for making us to serve you." ]
{ "departure_airport": "ORD", "departure_day": "8", "departure_month": "Feb", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Raymond Brown", "return_airport": "ORD", "return_day": "10", "return_month": "Feb" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, How best can I support you now?', 'customer: I would like to meet my uncle at Chicago, please help me in booking a ticket from ORD to ORD.', 'agent: Sure, I would be happy to help you. What is your expected budget for your ticket?', 'customer: Please check the price below 500.', 'agent: Ok, On what dates you have planned to travel & return?', 'customer: My journey dates are 02/08 and 02/10.', 'agent: Thank you for your time, we have found a Frontier airline, flight number-1020, connections-1 and ticket-100. Shall I make a move?', 'customer: Ok, please proceed with my booking.', 'agent: To proceed further, we need your name?', 'customer: Sure, my name is Raymond Brown.', 'agent: Ok, Your ticket has reserved.', 'customer: Thank you for your assistance.', 'agent: Thanks for making us to serve you.' ### Response: {'departure_airport': 'ORD', 'departure_day': '8', 'departure_month': 'Feb', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Raymond Brown', 'return_airport': 'ORD', 'return_day': '10', 'return_month': 'Feb'}
[ "customer: Hi.", "agent: Hello.", "customer: I am Kathleen Phillips here.", "agent: How may I assist you?", "customer: I want to reserve my ticket from CLT to MSP, can you please help me in this?", "agent: Sure, I will help you out with that. May I know your travel dates to proceed further?", "customer: Ok, my preferable dates of journey are from 09/07 to 09/09.", "agent: Ok, please be on hold.", "customer: Sure, I will wait.", "agent: There is connecting flight from Hawaiian airlines with a fare of 100, shall I proceed with booking?", "customer: Ok, please go ahead with this ticket booking.", "agent: Ok, your ticket is confirmed with the flight-1024.", "customer: Thank you for your help in booking my ticket.", "agent: Thank you reaching us." ]
{ "departure_airport": "CLT", "departure_day": "7", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Kathleen Phillips", "return_airport": "MSP", "return_day": "9", "return_month": "Sept" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello.', 'customer: I am Kathleen Phillips here.', 'agent: How may I assist you?', 'customer: I want to reserve my ticket from CLT to MSP, can you please help me in this?', 'agent: Sure, I will help you out with that. May I know your travel dates to proceed further?', 'customer: Ok, my preferable dates of journey are from 09/07 to 09/09.', 'agent: Ok, please be on hold.', 'customer: Sure, I will wait.', 'agent: There is connecting flight from Hawaiian airlines with a fare of 100, shall I proceed with booking?', 'customer: Ok, please go ahead with this ticket booking.', 'agent: Ok, your ticket is confirmed with the flight-1024.', 'customer: Thank you for your help in booking my ticket.', 'agent: Thank you reaching us.' ### Response: {'departure_airport': 'CLT', 'departure_day': '7', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Kathleen Phillips', 'return_airport': 'MSP', 'return_day': '9', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello. How may I assist you?", "customer: Can you please book me a flight ticket from LAX to SEA?", "agent: Yes, can you tell me your dates of travel?", "customer: My dates of travel are from July 15th to July 17th.", "agent: Do you have any preferences?", "customer: Yes, I want a single stopover in between my journey.", "agent: I have found an economy class ticket with a price of 100 and 1 connection.", "customer: Please proceed.", "agent: Can I know your name for booking?", "customer: I am Patrick Walker.", "agent: Your ticket has been booked.", "customer: Thank you.", "agent: Thank you for contacting us." ]
{ "departure_airport": "LAX", "departure_day": "15", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Patrick Walker", "return_airport": "SEA", "return_day": "17", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How may I assist you?', 'customer: Can you please book me a flight ticket from LAX to SEA?', 'agent: Yes, can you tell me your dates of travel?', 'customer: My dates of travel are from July 15th to July 17th.', 'agent: Do you have any preferences?', 'customer: Yes, I want a single stopover in between my journey.', 'agent: I have found an economy class ticket with a price of 100 and 1 connection.', 'customer: Please proceed.', 'agent: Can I know your name for booking?', 'customer: I am Patrick Walker.', 'agent: Your ticket has been booked.', 'customer: Thank you.', 'agent: Thank you for contacting us.' ### Response: {'departure_airport': 'LAX', 'departure_day': '15', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Patrick Walker', 'return_airport': 'SEA', 'return_day': '17', 'return_month': 'July'}
[ "customer: Hi.", "agent: Hello.", "customer: I am Nicole Edwards.", "agent: How may I aid you?", "customer: I am planning to go for IAD from SEA, can you please help me out?", "agent: Sure, I am here to help you. Could you please share your travelling dates?", "customer: My travelling dates are 06/13 and 06/15.", "agent: Do you have any requirements?", "customer: I need single connection flight.", "agent: There is a connecting flight-1009 of JetBlue airlines, shall I proceed?", "customer: Ok, please confirm my flight ticket.", "agent: Ok, your booking is done.", "customer: Thank you.", "agent: You are welcome." ]
{ "departure_airport": "SEA", "departure_day": "13", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Nicole Edwards", "return_airport": "IAD", "return_day": "15", "return_month": "June" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello.', 'customer: I am Nicole Edwards.', 'agent: How may I aid you?', 'customer: I am planning to go for IAD from SEA, can you please help me out?', 'agent: Sure, I am here to help you. Could you please share your travelling dates?', 'customer: My travelling dates are 06/13 and 06/15.', 'agent: Do you have any requirements?', 'customer: I need single connection flight.', 'agent: There is a connecting flight-1009 of JetBlue airlines, shall I proceed?', 'customer: Ok, please confirm my flight ticket.', 'agent: Ok, your booking is done.', 'customer: Thank you.', 'agent: You are welcome.' ### Response: {'departure_airport': 'SEA', 'departure_day': '13', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Nicole Edwards', 'return_airport': 'IAD', 'return_day': '15', 'return_month': 'June'}
[ "customer: Hello.", "agent: Hello, how can I aid you for today?", "customer: Owing to emergency, I need to cancel my recent reservation. Please help me with that.", "agent: I am here to help you about that. Can you please provide your name for checking the reservation status?", "customer: I am Rebecca Miller.", "agent: I have found reservation with your name and as per your interest I have cancelled it.", "customer: Thank you for your help.", "agent: You are welcome, thank you for choosing our service." ]
{ "departure_airport": "LGA", "departure_day": "28", "departure_month": "Sept", "goal": "cancel", "max_connections": 1, "max_price": 200, "name": "Rebecca Miller", "return_airport": "IAH", "return_day": "30", "return_month": "Sept" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how can I aid you for today?', 'customer: Owing to emergency, I need to cancel my recent reservation. Please help me with that.', 'agent: I am here to help you about that. Can you please provide your name for checking the reservation status?', 'customer: I am Rebecca Miller.', 'agent: I have found reservation with your name and as per your interest I have cancelled it.', 'customer: Thank you for your help.', 'agent: You are welcome, thank you for choosing our service.' ### Response: {'departure_airport': 'LGA', 'departure_day': '28', 'departure_month': 'Sept', 'goal': 'cancel', 'max_connections': 1, 'max_price': 200, 'name': 'Rebecca Miller', 'return_airport': 'IAH', 'return_day': '30', 'return_month': 'Sept'}
[ "customer: HI.", "agent: Hello. What help that I can assist you?", "customer: I want to change an existing reservation due to sudden change in my trip. Can you help me?", "agent: Sure, I can help you and can you please mention your name for checking purpose?", "customer: Paul Collins.", "agent: Please wait for a moment.", "customer: Ok.", "agent: Thank you for waiting, I have checked in reservation list to change your ticket but could not find any reservation with your name.", "customer: No issue. Thank you.", "agent: Thank you for reaching us, have a nice day." ]
{ "departure_airport": "JFK", "departure_day": "19", "departure_month": "Nov", "goal": "change", "max_connections": 1, "max_price": 500, "name": "Paul Collins", "return_airport": "LGA", "return_day": "21", "return_month": "Nov" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: HI.', 'agent: Hello. What help that I can assist you?', 'customer: I want to change an existing reservation due to sudden change in my trip. Can you help me?', 'agent: Sure, I can help you and can you please mention your name for checking purpose?', 'customer: Paul Collins.', 'agent: Please wait for a moment.', 'customer: Ok.', 'agent: Thank you for waiting, I have checked in reservation list to change your ticket but could not find any reservation with your name.', 'customer: No issue. Thank you.', 'agent: Thank you for reaching us, have a nice day.' ### Response: {'departure_airport': 'JFK', 'departure_day': '19', 'departure_month': 'Nov', 'goal': 'change', 'max_connections': 1, 'max_price': 500, 'name': 'Paul Collins', 'return_airport': 'LGA', 'return_day': '21', 'return_month': 'Nov'}
[ "customer: Hi.", "agent: Hello. How may I help you?", "customer: I want to cancel my recent reservation due to sudden cancellation of my trip. Can you help me?", "agent: May I know your name please to check the status of your reservation?", "customer: Cynthia Miller here.", "agent: Thank you. Please stay online for a while, I will check your reservation status and let you know.", "customer: Ok.", "agent: I have successfully cancelled your reservation and the amount will be refunded to you within 2 business days.", "customer: That's Fine, Thank you for the information.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LGA", "departure_day": "4", "departure_month": "Apr", "goal": "cancel", "max_connections": 1, "max_price": 200, "name": "Cynthia Miller", "return_airport": "ATL", "return_day": "6", "return_month": "Apr" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How may I help you?', 'customer: I want to cancel my recent reservation due to sudden cancellation of my trip. Can you help me?', 'agent: May I know your name please to check the status of your reservation?', 'customer: Cynthia Miller here.', 'agent: Thank you. Please stay online for a while, I will check your reservation status and let you know.', 'customer: Ok.', 'agent: I have successfully cancelled your reservation and the amount will be refunded to you within 2 business days.', "customer: That's Fine, Thank you for the information.", 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LGA', 'departure_day': '4', 'departure_month': 'Apr', 'goal': 'cancel', 'max_connections': 1, 'max_price': 200, 'name': 'Cynthia Miller', 'return_airport': 'ATL', 'return_day': '6', 'return_month': 'Apr'}
[ "customer: Hi. I am Susan Moore.", "agent: Hello, how may I render you today?", "customer: I want to book a connecting flight ticket to meet my grandparents at Detroit. Can you help me to book a flight ticket?", "agent: Sure, we are here to help you. Can you please provide your take off and landing airport codes?", "customer: Yes, my take off airport code is Boston, MA-BOS and landing point is MI-DTW.", "agent: On which dates would you like me to book a flight ticket for you?", "customer: I want a ticket on dates 07/27 and 07/29.", "agent: Ok, please wait for a minute.", "customer: Ok.", "agent: Sorry to inform you, currently no flights are running at that locations due to abnormal weather conditions.", "customer: That's ok. Thank you for the information.", "agent: Thank you for opting us." ]
{ "departure_airport": "BOS", "departure_day": "27", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Susan Moore", "return_airport": "DTW", "return_day": "29", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi. I am Susan Moore.', 'agent: Hello, how may I render you today?', 'customer: I want to book a connecting flight ticket to meet my grandparents at Detroit. Can you help me to book a flight ticket?', 'agent: Sure, we are here to help you. Can you please provide your take off and landing airport codes?', 'customer: Yes, my take off airport code is Boston, MA-BOS and landing point is MI-DTW.', 'agent: On which dates would you like me to book a flight ticket for you?', 'customer: I want a ticket on dates 07/27 and 07/29.', 'agent: Ok, please wait for a minute.', 'customer: Ok.', 'agent: Sorry to inform you, currently no flights are running at that locations due to abnormal weather conditions.', "customer: That's ok. Thank you for the information.", 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'BOS', 'departure_day': '27', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Susan Moore', 'return_airport': 'DTW', 'return_day': '29', 'return_month': 'July'}
[ "customer: Hi.", "agent: Hello. How can I assist you?", "customer: Due to some issues, I am willing to change my existing reservation. Can you please help me for this?", "agent: Sure, can I know your name please?", "customer: I am Rebecca Lee.", "agent: Ok, wait a moment please.", "customer: Sure.", "agent: Sorry, there is no reservation found on your name.", "customer: Oh! It may not be booked properly due to some technical issues while booking. Thank you for checking.", "agent: Thank you for approaching us." ]
{ "departure_airport": "DTW", "departure_day": "28", "departure_month": "Jan", "goal": "change", "max_connections": 1, "max_price": 5000, "name": "Rebecca Lee", "return_airport": "OAK", "return_day": "30", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How can I assist you?', 'customer: Due to some issues, I am willing to change my existing reservation. Can you please help me for this?', 'agent: Sure, can I know your name please?', 'customer: I am Rebecca Lee.', 'agent: Ok, wait a moment please.', 'customer: Sure.', 'agent: Sorry, there is no reservation found on your name.', 'customer: Oh! It may not be booked properly due to some technical issues while booking. Thank you for checking.', 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'DTW', 'departure_day': '28', 'departure_month': 'Jan', 'goal': 'change', 'max_connections': 1, 'max_price': 5000, 'name': 'Rebecca Lee', 'return_airport': 'OAK', 'return_day': '30', 'return_month': 'Jan'}
[ "customer: Hi.", "agent: Hello, how may I aid you?", "customer: Joseph Garcia here. I would like to spend some more days with my family, so please help me in changing my existing reservation.", "agent: Sure, I am here to help you out. Please allow me a moment.", "customer: Ok.", "agent: Sorry Joseph Garcia, there is no active reservation on your name in our database.", "customer: That's ok, thank you for your help.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LAX", "departure_day": "1", "departure_month": "Apr", "goal": "change", "max_connections": 1, "max_price": 5000, "name": "Joseph Garcia", "return_airport": "IAD", "return_day": "3", "return_month": "Apr" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how may I aid you?', 'customer: Joseph Garcia here. I would like to spend some more days with my family, so please help me in changing my existing reservation.', 'agent: Sure, I am here to help you out. Please allow me a moment.', 'customer: Ok.', 'agent: Sorry Joseph Garcia, there is no active reservation on your name in our database.', "customer: That's ok, thank you for your help.", 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LAX', 'departure_day': '1', 'departure_month': 'Apr', 'goal': 'change', 'max_connections': 1, 'max_price': 5000, 'name': 'Joseph Garcia', 'return_airport': 'IAD', 'return_day': '3', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello. How can I help you at this moment?", "customer: I am Dorothy Turner, can you help me to book a flight from EWR to CLT?", "agent: Sure, can you please provide your travel dates to proceed further?", "customer: Yes, I will be starting from my location on 06/29 and return date 07/01.", "agent: Wait a moment please.", "customer: Please book a flight within the limit 1000. I will wait.", "agent: Hawaiian airlines is available on this route with a ticket fare of 200, shall I book your ticket?", "customer: Ok, please book.", "agent: Dorothy Turner, your ticket is booked with flight number 1019.", "customer: Thank you for helping me with the flight booking and assistance.", "agent: Thank you, have a safe journey." ]
{ "departure_airport": "EWR", "departure_day": "29", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Dorothy Turner", "return_airport": "CLT", "return_day": "1", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How can I help you at this moment?', 'customer: I am Dorothy Turner, can you help me to book a flight from EWR to CLT?', 'agent: Sure, can you please provide your travel dates to proceed further?', 'customer: Yes, I will be starting from my location on 06/29 and return date 07/01.', 'agent: Wait a moment please.', 'customer: Please book a flight within the limit 1000. I will wait.', 'agent: Hawaiian airlines is available on this route with a ticket fare of 200, shall I book your ticket?', 'customer: Ok, please book.', 'agent: Dorothy Turner, your ticket is booked with flight number 1019.', 'customer: Thank you for helping me with the flight booking and assistance.', 'agent: Thank you, have a safe journey.' ### Response: {'departure_airport': 'EWR', 'departure_day': '29', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Dorothy Turner', 'return_airport': 'CLT', 'return_day': '1', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello. How can I assist you today?", "customer: Can you help me to book a flight ticket from ATL to MSP?", "agent: Sure, I will help you with that, can you share me your travelling dates?", "customer: My preferable journey dates are Nov 28 and Nov 30.", "agent: Do you have any connection limit?", "customer: Yes, my connection limit is 1.", "agent: Can you have any airline preference?", "customer: I would like to prefer normal cost airline.", "agent: I would like to know your name for booking for a flight ticket?", "customer: My name is Samantha Carter.", "agent: United Airlines is available with the price of 200 having one connection and economy class. Can I proceed to booking?", "customer: Please proceed.", "agent: Your ticket is booked with the flight- 1008.", "customer: Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "ATL", "departure_day": "28", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Samantha Carter", "return_airport": "MSP", "return_day": "30", "return_month": "Nov" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How can I assist you today?', 'customer: Can you help me to book a flight ticket from ATL to MSP?', 'agent: Sure, I will help you with that, can you share me your travelling dates?', 'customer: My preferable journey dates are Nov 28 and Nov 30.', 'agent: Do you have any connection limit?', 'customer: Yes, my connection limit is 1.', 'agent: Can you have any airline preference?', 'customer: I would like to prefer normal cost airline.', 'agent: I would like to know your name for booking for a flight ticket?', 'customer: My name is Samantha Carter.', 'agent: United Airlines is available with the price of 200 having one connection and economy class. Can I proceed to booking?', 'customer: Please proceed.', 'agent: Your ticket is booked with the flight- 1008.', 'customer: Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'ATL', 'departure_day': '28', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Samantha Carter', 'return_airport': 'MSP', 'return_day': '30', 'return_month': 'Nov'}
[ "customer: Hi.", "agent: Hello, how can I guide you for today?", "customer: I need to book a ticket from Denver to New York.", "agent: Can you please share on what dates you are willing to travel?", "customer: Travelling dates are from Feb, 9 to Feb, 11.", "agent: Can you please provide your source and destination airport codes?", "customer: Airport codes DEN and LGA.", "agent: Are you looking for a connecting flight or direct flight?", "customer: I prefer connecting flight.", "agent: Do you have any class preferences?", "customer: I would like to prefer business class.", "agent: Do you have any other requirements that you are looking for?", "customer: I would like to depart in the afternoon.", "agent: Can you please provide your name to proceed further?", "customer: My name is Kathleen Collins.", "agent: There is a connecting flight with ticket fare 300 in JetBlue airlines in business class. Is it ok for you?", "customer: Please book a flight.", "agent: Your booking is confirmed with flight number 1014. Departure time is 15:00 hours and arrival time is 17:00 hours.", "customer: Thank you.", "agent: Thank you for contacting us, have a nice day." ]
{ "departure_airport": "DEN", "departure_day": "9", "departure_month": "Feb", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Kathleen Collins", "return_airport": "LGA", "return_day": "11", "return_month": "Feb" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how can I guide you for today?', 'customer: I need to book a ticket from Denver to New York.', 'agent: Can you please share on what dates you are willing to travel?', 'customer: Travelling dates are from Feb, 9 to Feb, 11.', 'agent: Can you please provide your source and destination airport codes?', 'customer: Airport codes DEN and LGA.', 'agent: Are you looking for a connecting flight or direct flight?', 'customer: I prefer connecting flight.', 'agent: Do you have any class preferences?', 'customer: I would like to prefer business class.', 'agent: Do you have any other requirements that you are looking for?', 'customer: I would like to depart in the afternoon.', 'agent: Can you please provide your name to proceed further?', 'customer: My name is Kathleen Collins.', 'agent: There is a connecting flight with ticket fare 300 in JetBlue airlines in business class. Is it ok for you?', 'customer: Please book a flight.', 'agent: Your booking is confirmed with flight number 1014. Departure time is 15:00 hours and arrival time is 17:00 hours.', 'customer: Thank you.', 'agent: Thank you for contacting us, have a nice day.' ### Response: {'departure_airport': 'DEN', 'departure_day': '9', 'departure_month': 'Feb', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Kathleen Collins', 'return_airport': 'LGA', 'return_day': '11', 'return_month': 'Feb'}
[ "customer: Hello.", "agent: Hello. How may I help you today?", "customer: Myself Christine Clark.", "agent: Nice to meet you Clark.", "customer: I am planning a small weekend trip to DFW, can you help me in booking a ticket from HOU?", "agent: Sure, let me know your travelling dates please.", "customer: I am planning this trip on 02/26 and my return will be on 02/28.", "agent: There is a flight available for you in Southwest airline with 1 connection. Shall I proceed with the booking?", "customer: That's good, please proceed.", "agent: Ok, your ticket is confirmed with the flight number 1001.", "customer: Thank you for your help.", "agent: It's my pleasure to help you." ]
{ "departure_airport": "HOU", "departure_day": "26", "departure_month": "Feb", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Christine Clark", "return_airport": "DFW", "return_day": "28", "return_month": "Feb" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How may I help you today?', 'customer: Myself Christine Clark.', 'agent: Nice to meet you Clark.', 'customer: I am planning a small weekend trip to DFW, can you help me in booking a ticket from HOU?', 'agent: Sure, let me know your travelling dates please.', 'customer: I am planning this trip on 02/26 and my return will be on 02/28.', 'agent: There is a flight available for you in Southwest airline with 1 connection. Shall I proceed with the booking?', "customer: That's good, please proceed.", 'agent: Ok, your ticket is confirmed with the flight number 1001.', 'customer: Thank you for your help.', "agent: It's my pleasure to help you." ### Response: {'departure_airport': 'HOU', 'departure_day': '26', 'departure_month': 'Feb', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Christine Clark', 'return_airport': 'DFW', 'return_day': '28', 'return_month': 'Feb'}
[ "customer: Hello.", "agent: Hello.", "customer: Shirley Williams here.", "agent: How can I help you?", "customer: I'm planning to visit New York, can you book a ticket from DFW to LGA?", "agent: May I know your desired travel dates please?", "customer: Sure, my planned departure and return travel dates are 8th an 10th of April.", "agent: There is a flight with connection limit 1 and fare 100, shall I proceed for booking?", "customer: That's fine for me, you can proceed for booking the ticket.", "agent: Your ticket is booked, flight number 1001.", "customer: Thank you so much for your help.", "agent: Thank you for opting us." ]
{ "departure_airport": "DFW", "departure_day": "8", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Shirley Williams", "return_airport": "LGA", "return_day": "10", "return_month": "Apr" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: Shirley Williams here.', 'agent: How can I help you?', "customer: I'm planning to visit New York, can you book a ticket from DFW to LGA?", 'agent: May I know your desired travel dates please?', 'customer: Sure, my planned departure and return travel dates are 8th an 10th of April.', 'agent: There is a flight with connection limit 1 and fare 100, shall I proceed for booking?', "customer: That's fine for me, you can proceed for booking the ticket.", 'agent: Your ticket is booked, flight number 1001.', 'customer: Thank you so much for your help.', 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'DFW', 'departure_day': '8', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Shirley Williams', 'return_airport': 'LGA', 'return_day': '10', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello, What kind of help are you expecting from our side?", "customer: Can you please help me in flight ticket booking process from LGA to PHL?", "agent: Sure, I am euphoric to help you with booking. May I know on which dates you are planning to start and return?", "customer: Thank you for your response, I want to take off on Jan 22 and book my return ticket also on Jan 24.", "agent: Do you prefer any way station in between journey?", "customer: I will prefer 1 break in between my journey.", "agent: May I know your good name please?", "customer: Sure, my name is Betty Nelson.", "agent: Is there any other specifications regarding your journey?", "customer: I want to travel in economy class flight.", "agent: Ok, please wait a moment. let me search a flight for you.", "customer: Ok.", "agent: Thank you for your time, we have found a American airline, flight number-1009, connections-1 and ticket-100. Would you like me to book the ticket?", "customer: Please confirm this flight ticket for me.", "agent: Sure, a seat has been reserved successfully for a economy class flight.", "customer: Thank you for your help.", "agent: Thank you for your presence. We hope to serve you again." ]
{ "departure_airport": "LGA", "departure_day": "22", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Betty Nelson", "return_airport": "PHL", "return_day": "24", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, What kind of help are you expecting from our side?', 'customer: Can you please help me in flight ticket booking process from LGA to PHL?', 'agent: Sure, I am euphoric to help you with booking. May I know on which dates you are planning to start and return?', 'customer: Thank you for your response, I want to take off on Jan 22 and book my return ticket also on Jan 24.', 'agent: Do you prefer any way station in between journey?', 'customer: I will prefer 1 break in between my journey.', 'agent: May I know your good name please?', 'customer: Sure, my name is Betty Nelson.', 'agent: Is there any other specifications regarding your journey?', 'customer: I want to travel in economy class flight.', 'agent: Ok, please wait a moment. let me search a flight for you.', 'customer: Ok.', 'agent: Thank you for your time, we have found a American airline, flight number-1009, connections-1 and ticket-100. Would you like me to book the ticket?', 'customer: Please confirm this flight ticket for me.', 'agent: Sure, a seat has been reserved successfully for a economy class flight.', 'customer: Thank you for your help.', 'agent: Thank you for your presence. We hope to serve you again.' ### Response: {'departure_airport': 'LGA', 'departure_day': '22', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Betty Nelson', 'return_airport': 'PHL', 'return_day': '24', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello. How best can I serve you today?", "customer: I would like to change my reservation due to some health issues, can you please help me out with that?", "agent: Sure, I am here to help you with that.", "customer: Thank you.", "agent: For changing your reservation, we need to know your name to check your reservation status. So, please forward me your name.", "customer: Jacob Smith here.", "agent: Ok, please wait for a moment.", "customer: Sure.", "agent: Sorry to inform you that, we have not found any active reservation on your name in our records.", "customer: That's ok, no problem. Anyway thank you for checking out.", "agent: Thank you for reaching us." ]
{ "departure_airport": "SFO", "departure_day": "19", "departure_month": "Nov", "goal": "change", "max_connections": 1, "max_price": 5000, "name": "Jacob Smith", "return_airport": "SEA", "return_day": "21", "return_month": "Nov" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How best can I serve you today?', 'customer: I would like to change my reservation due to some health issues, can you please help me out with that?', 'agent: Sure, I am here to help you with that.', 'customer: Thank you.', 'agent: For changing your reservation, we need to know your name to check your reservation status. So, please forward me your name.', 'customer: Jacob Smith here.', 'agent: Ok, please wait for a moment.', 'customer: Sure.', 'agent: Sorry to inform you that, we have not found any active reservation on your name in our records.', "customer: That's ok, no problem. Anyway thank you for checking out.", 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'SFO', 'departure_day': '19', 'departure_month': 'Nov', 'goal': 'change', 'max_connections': 1, 'max_price': 5000, 'name': 'Jacob Smith', 'return_airport': 'SEA', 'return_day': '21', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello. How may I assist you?", "customer: I want to cancel my recent reservation, can you please help me with this?", "agent: May I know your good name please?", "customer: I am John Jackson.", "agent: Please give me a moment.", "customer: Sure.", "agent: There is a reservation found with your given name. Shall I proceed with the cancellation?", "customer: Ok, please cancel my booking.", "agent: Your ticket has been cancelled.", "customer: Thank you for your help.", "agent: Thank you for choosing us." ]
{ "departure_airport": "PHL", "departure_day": "5", "departure_month": "July", "goal": "cancel", "max_connections": 1, "max_price": 5000, "name": "John Jackson", "return_airport": "LAX", "return_day": "7", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How may I assist you?', 'customer: I want to cancel my recent reservation, can you please help me with this?', 'agent: May I know your good name please?', 'customer: I am John Jackson.', 'agent: Please give me a moment.', 'customer: Sure.', 'agent: There is a reservation found with your given name. Shall I proceed with the cancellation?', 'customer: Ok, please cancel my booking.', 'agent: Your ticket has been cancelled.', 'customer: Thank you for your help.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'PHL', 'departure_day': '5', 'departure_month': 'July', 'goal': 'cancel', 'max_connections': 1, 'max_price': 5000, 'name': 'John Jackson', 'return_airport': 'LAX', 'return_day': '7', 'return_month': 'July'}
[ "customer: Hi.", "agent: Hello, how can I assist you?", "customer: Donna Miller here. Please help me out in booking the ticket from HOU to DTW.", "agent: Sure, let me know your travelling dates.", "customer: My trip dates will be July 10 to July 12.", "agent: Please share your connection limit.", "customer: I want a connecting flight.", "agent: Is there any other specifications?", "customer: My return time must be in the afternoon.", "agent: Sorry, there are no flights found based on your details,.", "customer: That's ok, thank you for checking.", "agent: Thank you for choosing us." ]
{ "departure_airport": "HOU", "departure_day": "10", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Donna Miller", "return_airport": "DTW", "return_day": "12", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how can I assist you?', 'customer: Donna Miller here. Please help me out in booking the ticket from HOU to DTW.', 'agent: Sure, let me know your travelling dates.', 'customer: My trip dates will be July 10 to July 12.', 'agent: Please share your connection limit.', 'customer: I want a connecting flight.', 'agent: Is there any other specifications?', 'customer: My return time must be in the afternoon.', 'agent: Sorry, there are no flights found based on your details,.', "customer: That's ok, thank you for checking.", 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'HOU', 'departure_day': '10', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Donna Miller', 'return_airport': 'DTW', 'return_day': '12', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello. How may I assist you?", "customer: Can you help me to book a flight ticket from EWR to PHL?", "agent: Sure, may I know your planned travel dates please?", "customer: I want to take off on 11 July and return on 13 July.", "agent: May I know your name please?", "customer: I am Jennifer Rodriguez.", "agent: Do you need a connecting flight or a direct flight?", "customer: I am ok with any connecting.", "agent: May I know your class preference?", "customer: No.", "agent: Do you have any other specifications?", "customer: No.", "agent: I found an economy class in Hawaiian airlines with fare 100 and it has single connection. Can I book your ticket?", "customer: Please proceed.", "agent: Ok, your booking is confirmed with flight number 1016.", "customer: Thanks for helping me.", "agent: Thank you for approaching us." ]
{ "departure_airport": "EWR", "departure_day": "11", "departure_month": "July", "goal": "book", "max_connections": -1, "max_price": 200, "name": "Jennifer Rodriguez", "return_airport": "PHL", "return_day": "13", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How may I assist you?', 'customer: Can you help me to book a flight ticket from EWR to PHL?', 'agent: Sure, may I know your planned travel dates please?', 'customer: I want to take off on 11 July and return on 13 July.', 'agent: May I know your name please?', 'customer: I am Jennifer Rodriguez.', 'agent: Do you need a connecting flight or a direct flight?', 'customer: I am ok with any connecting.', 'agent: May I know your class preference?', 'customer: No.', 'agent: Do you have any other specifications?', 'customer: No.', 'agent: I found an economy class in Hawaiian airlines with fare 100 and it has single connection. Can I book your ticket?', 'customer: Please proceed.', 'agent: Ok, your booking is confirmed with flight number 1016.', 'customer: Thanks for helping me.', 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'EWR', 'departure_day': '11', 'departure_month': 'July', 'goal': 'book', 'max_connections': -1, 'max_price': 200, 'name': 'Jennifer Rodriguez', 'return_airport': 'PHL', 'return_day': '13', 'return_month': 'July'}
[ "customer: Hi.", "agent: Hello. How can I aid you?", "customer: I need to change my existing reservation as my exams got postponed, Can you please help me with that?", "agent: Sure, We are here to help you. May I know your name?", "customer: Thank you. Brenda Mitchell here.", "agent: Give me a minute.", "customer: Sure.", "agent: Thank you for waiting, but I am sorry to say that, there is no active reservation found with your name in our database to change it.", "customer: Ok, no problem. Thanks for your information.", "agent: Thank you for reaching us." ]
{ "departure_airport": "IAD", "departure_day": "3", "departure_month": "Mar", "goal": "change", "max_connections": 1, "max_price": 200, "name": "Brenda Mitchell", "return_airport": "BOS", "return_day": "5", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How can I aid you?', 'customer: I need to change my existing reservation as my exams got postponed, Can you please help me with that?', 'agent: Sure, We are here to help you. May I know your name?', 'customer: Thank you. Brenda Mitchell here.', 'agent: Give me a minute.', 'customer: Sure.', 'agent: Thank you for waiting, but I am sorry to say that, there is no active reservation found with your name in our database to change it.', 'customer: Ok, no problem. Thanks for your information.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '3', 'departure_month': 'Mar', 'goal': 'change', 'max_connections': 1, 'max_price': 200, 'name': 'Brenda Mitchell', 'return_airport': 'BOS', 'return_day': '5', 'return_month': 'Mar'}
[ "customer: Hello.", "agent: Hello. How can I assist you at this moment?", "customer: I am Pamela Walker here. I am planning to visit a Houston city to meet my grandfather in IAH from LAS. Can you find a flight ticket for me?", "agent: Sure Pamela Walker, I will help you with that. Can I have your travel dates please?", "customer: Ok, my preferable dates are on 12/19 and back on 12/21.", "agent: Ok Pamela Walker, please wait a moment to check flight availability.", "customer: Sure.", "agent: AA airlines running a flight in your route with connection 1 and the fare of the ticket is 200. Shall I proceed with booking?", "customer: Yes, you can reserve the ticket.", "agent: Ok Pamela Walker, your ticket booking has done and the flight number is 1021.", "customer: Thank you for spending your time.", "agent: Thank you for choosing us, have a great journey." ]
{ "departure_airport": "LAS", "departure_day": "19", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Pamela Walker", "return_airport": "IAH", "return_day": "21", "return_month": "Dec" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How can I assist you at this moment?', 'customer: I am Pamela Walker here. I am planning to visit a Houston city to meet my grandfather in IAH from LAS. Can you find a flight ticket for me?', 'agent: Sure Pamela Walker, I will help you with that. Can I have your travel dates please?', 'customer: Ok, my preferable dates are on 12/19 and back on 12/21.', 'agent: Ok Pamela Walker, please wait a moment to check flight availability.', 'customer: Sure.', 'agent: AA airlines running a flight in your route with connection 1 and the fare of the ticket is 200. Shall I proceed with booking?', 'customer: Yes, you can reserve the ticket.', 'agent: Ok Pamela Walker, your ticket booking has done and the flight number is 1021.', 'customer: Thank you for spending your time.', 'agent: Thank you for choosing us, have a great journey.' ### Response: {'departure_airport': 'LAS', 'departure_day': '19', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Pamela Walker', 'return_airport': 'IAH', 'return_day': '21', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello, how may I assist you today?", "customer: Can you please help me in booking a flight ticket from DEN to DTW?", "agent: Sure, may I know your planned trip dates?", "customer: I would like to fly on Nov 16 and return on Nov 18.", "agent: Do you have any connection limit?", "customer: I need a single connection.", "agent: Any other requirements to be met?", "customer: I would like to return in the morning time.", "agent: May I know your good name?", "customer: Myself David Jones.", "agent: Sorry, there are no flights found with your given details.", "customer: Not an issue. Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "DEN", "departure_day": "16", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 200, "name": "David Jones", "return_airport": "DTW", "return_day": "18", "return_month": "Nov" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I assist you today?', 'customer: Can you please help me in booking a flight ticket from DEN to DTW?', 'agent: Sure, may I know your planned trip dates?', 'customer: I would like to fly on Nov 16 and return on Nov 18.', 'agent: Do you have any connection limit?', 'customer: I need a single connection.', 'agent: Any other requirements to be met?', 'customer: I would like to return in the morning time.', 'agent: May I know your good name?', 'customer: Myself David Jones.', 'agent: Sorry, there are no flights found with your given details.', 'customer: Not an issue. Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'DEN', 'departure_day': '16', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'David Jones', 'return_airport': 'DTW', 'return_day': '18', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello.", "customer: Jonathan Adams here.", "agent: Adams, how may I aid you?", "customer: I need to cancel my recent reservation due to snowfall, can you please guide me?", "agent: Sure, please give me a moment to check your ticket status.", "customer: Take your time.", "agent: Sorry, no reservation is available by your name.", "customer: That's not an issue, thank you for helping me.", "agent: Thank you for contacting us." ]
{ "departure_airport": "IAD", "departure_day": "18", "departure_month": "Sept", "goal": "cancel", "max_connections": 0, "max_price": 5000, "name": "Jonathan Adams", "return_airport": "LGA", "return_day": "20", "return_month": "Sept" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: Jonathan Adams here.', 'agent: Adams, how may I aid you?', 'customer: I need to cancel my recent reservation due to snowfall, can you please guide me?', 'agent: Sure, please give me a moment to check your ticket status.', 'customer: Take your time.', 'agent: Sorry, no reservation is available by your name.', "customer: That's not an issue, thank you for helping me.", 'agent: Thank you for contacting us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '18', 'departure_month': 'Sept', 'goal': 'cancel', 'max_connections': 0, 'max_price': 5000, 'name': 'Jonathan Adams', 'return_airport': 'LGA', 'return_day': '20', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello. May I know your good name?", "customer: Nancy Phillips here.", "agent: Ok. How can I help you? Nancy Phillips.", "customer: I am planning to go Washington. Can you do the reservation?", "agent: Ok. Can you share your airport codes of both locations?", "customer: My airport codes are SFO-DCA.", "agent: Ok. Do you have any limitations to travel?", "customer: Yes, I need a connecting flight.", "agent: Your trip dates, please.", "customer: Dates are 01/16 and 01/18.", "agent: Ok. Basing on your request, we can provide you a UA airline. And your flight number is 1023. May I proceed further?", "customer: Carry on.", "agent: Ok. Nancy Phillips, your ticket is booked and e-ticket will be generated to your mail.", "customer: Thank you, Have a nice day.", "agent: Thanks for reaching us, Have a nice day!." ]
{ "departure_airport": "SFO", "departure_day": "16", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Nancy Phillips", "return_airport": "DCA", "return_day": "18", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. May I know your good name?', 'customer: Nancy Phillips here.', 'agent: Ok. How can I help you? Nancy Phillips.', 'customer: I am planning to go Washington. Can you do the reservation?', 'agent: Ok. Can you share your airport codes of both locations?', 'customer: My airport codes are SFO-DCA.', 'agent: Ok. Do you have any limitations to travel?', 'customer: Yes, I need a connecting flight.', 'agent: Your trip dates, please.', 'customer: Dates are 01/16 and 01/18.', 'agent: Ok. Basing on your request, we can provide you a UA airline. And your flight number is 1023. May I proceed further?', 'customer: Carry on.', 'agent: Ok. Nancy Phillips, your ticket is booked and e-ticket will be generated to your mail.', 'customer: Thank you, Have a nice day.', 'agent: Thanks for reaching us, Have a nice day!.' ### Response: {'departure_airport': 'SFO', 'departure_day': '16', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Nancy Phillips', 'return_airport': 'DCA', 'return_day': '18', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: I am Andrew Martinez. Can you help me booking a flight ticket from JFK to ORD?", "agent: Your travelling dates please?", "customer: I will start on July, 8 and return on July, 10.", "agent: There is a flight with single connection, can I proceed for booking in 1006 flight?", "customer: Please proceed with the booking.", "agent: Your booking is done in Delta airlines.", "customer: Thank you.", "agent: Thank you for choosing us." ]
{ "departure_airport": "JFK", "departure_day": "8", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Andrew Martinez", "return_airport": "ORD", "return_day": "10", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How can I help you?', 'customer: I am Andrew Martinez. Can you help me booking a flight ticket from JFK to ORD?', 'agent: Your travelling dates please?', 'customer: I will start on July, 8 and return on July, 10.', 'agent: There is a flight with single connection, can I proceed for booking in 1006 flight?', 'customer: Please proceed with the booking.', 'agent: Your booking is done in Delta airlines.', 'customer: Thank you.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'JFK', 'departure_day': '8', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Andrew Martinez', 'return_airport': 'ORD', 'return_day': '10', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello, how may I aid you today?", "customer: Can you please check for the flights on the route from BOS to DEN?", "agent: Sure, can you please provide your departure and arrival dates?", "customer: My journey dates are from Oct 20 to Oct 22.", "agent: Are you looking for any preferred class?", "customer: Any class will be ok but my depart time will be in afternoon.", "agent: Do you have any other specifications to be met?", "customer: I need 1 connection flight.", "agent: Kindly mention your name?", "customer: Myself Mark Phillips.", "agent: We have found a connected flight of United airlines, flight number-1018 class-economy depart time-afternoon 15:00 PM and fare is 200.", "customer: Please book it.", "agent: Sure, your ticket has been booked.", "customer: Thank you for helping me." ]
{ "departure_airport": "BOS", "departure_day": "20", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Mark Phillips", "return_airport": "DEN", "return_day": "22", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I aid you today?', 'customer: Can you please check for the flights on the route from BOS to DEN?', 'agent: Sure, can you please provide your departure and arrival dates?', 'customer: My journey dates are from Oct 20 to Oct 22.', 'agent: Are you looking for any preferred class?', 'customer: Any class will be ok but my depart time will be in afternoon.', 'agent: Do you have any other specifications to be met?', 'customer: I need 1 connection flight.', 'agent: Kindly mention your name?', 'customer: Myself Mark Phillips.', 'agent: We have found a connected flight of United airlines, flight number-1018 class-economy depart time-afternoon 15:00 PM and fare is 200.', 'customer: Please book it.', 'agent: Sure, your ticket has been booked.', 'customer: Thank you for helping me.' ### Response: {'departure_airport': 'BOS', 'departure_day': '20', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Mark Phillips', 'return_airport': 'DEN', 'return_day': '22', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: Elizabeth Clark here, please cancel my ticket, I have other works on those dates.", "agent: Ok, please wait for a moment.", "customer: Ok.", "agent: There is no reservation found on your name.", "customer: Ok, no issues, thank you for your clarification.", "agent: Thank you for approaching us, have a nice day. You are welcome." ]
{ "departure_airport": "SEA", "departure_day": "8", "departure_month": "Dec", "goal": "cancel", "max_connections": 1, "max_price": 500, "name": "Elizabeth Clark", "return_airport": "DCA", "return_day": "10", "return_month": "Dec" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How can I help you?', 'customer: Elizabeth Clark here, please cancel my ticket, I have other works on those dates.', 'agent: Ok, please wait for a moment.', 'customer: Ok.', 'agent: There is no reservation found on your name.', 'customer: Ok, no issues, thank you for your clarification.', 'agent: Thank you for approaching us, have a nice day. You are welcome.' ### Response: {'departure_airport': 'SEA', 'departure_day': '8', 'departure_month': 'Dec', 'goal': 'cancel', 'max_connections': 1, 'max_price': 500, 'name': 'Elizabeth Clark', 'return_airport': 'DCA', 'return_day': '10', 'return_month': 'Dec'}
[ "customer: Hi.", "agent: Hello, how may I address you?", "customer: I am Katherine Edwards. I need to book a flight ticket from DFW to AUS, Can you please help me for booking?", "agent: Sure, on what dates are you willing to travel?", "customer: I would like to travel on 08/19 08/21.", "agent: Is there any class preference?", "customer: I am comfortable with any class.", "agent: How much fare are you expecting?", "customer: I can pay up to 500.", "agent: Ok, please wait.", "customer: Sure.", "agent: Thank you for waiting, I regret to inform you that there are no flights obtained on your journey dates to book a flight ticket.", "customer: Ok, no problem. Thanks for your information.", "agent: Thank you for picking us." ]
{ "departure_airport": "DFW", "departure_day": "19", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Katherine Edwards", "return_airport": "AUS", "return_day": "21", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how may I address you?', 'customer: I am Katherine Edwards. I need to book a flight ticket from DFW to AUS, Can you please help me for booking?', 'agent: Sure, on what dates are you willing to travel?', 'customer: I would like to travel on 08/19 08/21.', 'agent: Is there any class preference?', 'customer: I am comfortable with any class.', 'agent: How much fare are you expecting?', 'customer: I can pay up to 500.', 'agent: Ok, please wait.', 'customer: Sure.', 'agent: Thank you for waiting, I regret to inform you that there are no flights obtained on your journey dates to book a flight ticket.', 'customer: Ok, no problem. Thanks for your information.', 'agent: Thank you for picking us.' ### Response: {'departure_airport': 'DFW', 'departure_day': '19', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Katherine Edwards', 'return_airport': 'AUS', 'return_day': '21', 'return_month': 'Aug'}
[ "customer: Hi.", "agent: Hello, how can I serve you today?", "customer: Can you please help me in booking a flight ticket to DFW from LAS?", "agent: Sure, we are here to assist you.", "customer: Thank you.", "agent: May I know your planned journey dates?", "customer: My travel dates are from Aug 13 to Aug 15.", "agent: Do you need any break in your journey?", "customer: I need a connecting flight.", "agent: Is there any specific time to travel?", "customer: No, I do not have any other preferences.", "agent: May I know your name please?", "customer: I am Donna Allen.", "agent: We found a connecting flight with fare of 100 and 1029 flight number. Shall I proceed?", "customer: You can proceed.", "agent: Your seat has been reserved with Southwest airline in economy class.", "customer: Thank you.", "agent: Thank you for choosing us." ]
{ "departure_airport": "LAS", "departure_day": "13", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Donna Allen", "return_airport": "DFW", "return_day": "15", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how can I serve you today?', 'customer: Can you please help me in booking a flight ticket to DFW from LAS?', 'agent: Sure, we are here to assist you.', 'customer: Thank you.', 'agent: May I know your planned journey dates?', 'customer: My travel dates are from Aug 13 to Aug 15.', 'agent: Do you need any break in your journey?', 'customer: I need a connecting flight.', 'agent: Is there any specific time to travel?', 'customer: No, I do not have any other preferences.', 'agent: May I know your name please?', 'customer: I am Donna Allen.', 'agent: We found a connecting flight with fare of 100 and 1029 flight number. Shall I proceed?', 'customer: You can proceed.', 'agent: Your seat has been reserved with Southwest airline in economy class.', 'customer: Thank you.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'LAS', 'departure_day': '13', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Donna Allen', 'return_airport': 'DFW', 'return_day': '15', 'return_month': 'Aug'}
[ "customer: Hi, I am Michael Nelson.", "agent: Hello,. How can I amend you today?", "customer: I would like to attend for prayers in Old North Church at Boston, BOS. Can you please help me with booking a flight ticket from LGA?", "agent: Sure, we are here to aid you. Kindly assign your preferred dates of travelling?", "customer: Travelling dates are 02/10 and 02/12.", "agent: Do you have any other specifications?", "customer: I need a halt in between the journey.", "agent: Thanks for your details. We found a plane 1001 of AA airline with a connecting flight with the fare of 100. Shall I proceed?", "customer: You can proceed with booking.", "agent: Reservation is done with your name Michael Nelson.", "customer: Thanks for the help.", "agent: Thank you for availing us, have a blissful day." ]
{ "departure_airport": "LGA", "departure_day": "10", "departure_month": "Feb", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Michael Nelson", "return_airport": "BOS", "return_day": "12", "return_month": "Feb" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi, I am Michael Nelson.', 'agent: Hello,. How can I amend you today?', 'customer: I would like to attend for prayers in Old North Church at Boston, BOS. Can you please help me with booking a flight ticket from LGA?', 'agent: Sure, we are here to aid you. Kindly assign your preferred dates of travelling?', 'customer: Travelling dates are 02/10 and 02/12.', 'agent: Do you have any other specifications?', 'customer: I need a halt in between the journey.', 'agent: Thanks for your details. We found a plane 1001 of AA airline with a connecting flight with the fare of 100. Shall I proceed?', 'customer: You can proceed with booking.', 'agent: Reservation is done with your name Michael Nelson.', 'customer: Thanks for the help.', 'agent: Thank you for availing us, have a blissful day.' ### Response: {'departure_airport': 'LGA', 'departure_day': '10', 'departure_month': 'Feb', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Michael Nelson', 'return_airport': 'BOS', 'return_day': '12', 'return_month': 'Feb'}
[ "customer: Hi.", "agent: Hello. How can I help you?", "customer: I would like to change my existing reservation as my plan to go for a holiday trip got postponed. Can you please help me with this?", "agent: Sure, may I know your name please?", "customer: My name is Anthony Phillips.", "agent: Please wait a moment.", "customer: Sure.", "agent: Unfortunately there is no reservation found with your given name.", "customer: Not a problem, thank you for checking.", "agent: Thank you for choosing us." ]
{ "departure_airport": "OAK", "departure_day": "30", "departure_month": "Oct", "goal": "change", "max_connections": 1, "max_price": 200, "name": "Anthony Phillips", "return_airport": "MCO", "return_day": "1", "return_month": "Nov" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How can I help you?', 'customer: I would like to change my existing reservation as my plan to go for a holiday trip got postponed. Can you please help me with this?', 'agent: Sure, may I know your name please?', 'customer: My name is Anthony Phillips.', 'agent: Please wait a moment.', 'customer: Sure.', 'agent: Unfortunately there is no reservation found with your given name.', 'customer: Not a problem, thank you for checking.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'OAK', 'departure_day': '30', 'departure_month': 'Oct', 'goal': 'change', 'max_connections': 1, 'max_price': 200, 'name': 'Anthony Phillips', 'return_airport': 'MCO', 'return_day': '1', 'return_month': 'Nov'}
[ "customer: Hello. I am Robert Campbell.", "agent: Hello, how can I help you today?", "customer: Can you help me in booking a plane ticket with fare 5000?", "agent: Sure, may I know your depart and arrival dates?", "customer: I will depart on 03/12 as I have to attend a technical seminar. After that, my return will be on 03/14.", "agent: May I know your boarding and landing airport codes?", "customer: My source code is Dallas & Fort Worth, DFW and destination point is Detroit, DTW.", "agent: Do you have any other requirements?", "customer: I need a stopover in between my journey.", "agent: OK, please wait for a while.", "customer: Ok.", "agent: Thanks for waiting. Sorry to say you there is no flight found with your given details.", "customer: No problem. Thank you.", "agent: Thank you for opting us." ]
{ "departure_airport": "DFW", "departure_day": "12", "departure_month": "Mar", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Robert Campbell", "return_airport": "DTW", "return_day": "14", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello. I am Robert Campbell.', 'agent: Hello, how can I help you today?', 'customer: Can you help me in booking a plane ticket with fare 5000?', 'agent: Sure, may I know your depart and arrival dates?', 'customer: I will depart on 03/12 as I have to attend a technical seminar. After that, my return will be on 03/14.', 'agent: May I know your boarding and landing airport codes?', 'customer: My source code is Dallas & Fort Worth, DFW and destination point is Detroit, DTW.', 'agent: Do you have any other requirements?', 'customer: I need a stopover in between my journey.', 'agent: OK, please wait for a while.', 'customer: Ok.', 'agent: Thanks for waiting. Sorry to say you there is no flight found with your given details.', 'customer: No problem. Thank you.', 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'DFW', 'departure_day': '12', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Robert Campbell', 'return_airport': 'DTW', 'return_day': '14', 'return_month': 'Mar'}
[ "customer: Hello.", "agent: Hello. How may I aid you?", "customer: I have a conference in New York, can you help me in booking a ticket?", "agent: I will help you with that, can you help me with your airport codes?", "customer: My airport codes are from MCO to EWR.", "agent: May I know your dates of journey?", "customer: My travel dates are 03/27 and 03/29.", "agent: There is a flight with flight number 1007 with price is 200 and number of connection 1, can I proceed booking?", "customer: Yes, please.", "agent: Your booking is done in Hawaiian airlines.", "customer: Thank you for booking.", "agent: May I know your name please?", "customer: I am Helen Lewis.", "agent: Thank you for reaching us." ]
{ "departure_airport": "MCO", "departure_day": "27", "departure_month": "Mar", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Helen Lewis", "return_airport": "EWR", "return_day": "29", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How may I aid you?', 'customer: I have a conference in New York, can you help me in booking a ticket?', 'agent: I will help you with that, can you help me with your airport codes?', 'customer: My airport codes are from MCO to EWR.', 'agent: May I know your dates of journey?', 'customer: My travel dates are 03/27 and 03/29.', 'agent: There is a flight with flight number 1007 with price is 200 and number of connection 1, can I proceed booking?', 'customer: Yes, please.', 'agent: Your booking is done in Hawaiian airlines.', 'customer: Thank you for booking.', 'agent: May I know your name please?', 'customer: I am Helen Lewis.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'MCO', 'departure_day': '27', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Helen Lewis', 'return_airport': 'EWR', 'return_day': '29', 'return_month': 'Mar'}
[ "customer: Hello, I am Joseph Williams.", "agent: Hello, how can I retrofit you?", "customer: I planned to visit Botanic garden with my husband at Dallas & Fort worth. Could you please help me with reserving a plane ticket?", "agent: That's great to hear, I can certainly help you with that. May I know where is Botanic garden located?", "customer: Thank you, It is in Dallas & Fort Worth behind the airport DFW.", "agent: Ok, do you need any way station in between the journey points?", "customer: Yes, I need a break in between the journey because it gives me more refreshment.", "agent: Could you please let me know when are you planning to make your journey possible?", "customer: I have planned to start on 07/22 and return on 07/24 from the Botanical garden.", "agent: Ok, how much fare are you expecting for your ticket?", "customer: I can pay up to 200.", "agent: Ok, let me check the availability and revert you.", "customer: Sure, I will be waiting for your response which makes me happy.", "agent: Thanks for being patience, There is a airline available on your requested dates.", "customer: May I know the airline details?", "agent: The flight details are flight name: Spirit and flight number: 1022. The amount to be paid for your ticket is 100.", "customer: I am happy with this airline, please continue with booking.", "agent: Ok, let me save your details. We have booked a flight that will fit your schedule dates. The tickets will arrive you by mail in few hours.", "customer: Thank you for reserving a ticket in best airline.", "agent: Thank you for approaching us, we will be there to serve you at any time again.", "customer: Ok, I appreciate your service. I will refer my friend in future to consult you." ]
{ "departure_airport": "DCA", "departure_day": "22", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Joseph Williams", "return_airport": "DFW", "return_day": "24", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello, I am Joseph Williams.', 'agent: Hello, how can I retrofit you?', 'customer: I planned to visit Botanic garden with my husband at Dallas & Fort worth. Could you please help me with reserving a plane ticket?', "agent: That's great to hear, I can certainly help you with that. May I know where is Botanic garden located?", 'customer: Thank you, It is in Dallas & Fort Worth behind the airport DFW.', 'agent: Ok, do you need any way station in between the journey points?', 'customer: Yes, I need a break in between the journey because it gives me more refreshment.', 'agent: Could you please let me know when are you planning to make your journey possible?', 'customer: I have planned to start on 07/22 and return on 07/24 from the Botanical garden.', 'agent: Ok, how much fare are you expecting for your ticket?', 'customer: I can pay up to 200.', 'agent: Ok, let me check the availability and revert you.', 'customer: Sure, I will be waiting for your response which makes me happy.', 'agent: Thanks for being patience, There is a airline available on your requested dates.', 'customer: May I know the airline details?', 'agent: The flight details are flight name: Spirit and flight number: 1022. The amount to be paid for your ticket is 100.', 'customer: I am happy with this airline, please continue with booking.', 'agent: Ok, let me save your details. We have booked a flight that will fit your schedule dates. The tickets will arrive you by mail in few hours.', 'customer: Thank you for reserving a ticket in best airline.', 'agent: Thank you for approaching us, we will be there to serve you at any time again.', 'customer: Ok, I appreciate your service. I will refer my friend in future to consult you.' ### Response: {'departure_airport': 'DCA', 'departure_day': '22', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Joseph Williams', 'return_airport': 'DFW', 'return_day': '24', 'return_month': 'July'}
[ "customer: Hi. Joseph Johnson here.", "agent: Hello, how may I aid you today?", "customer: Can you book a flight ticket for my airport codes that is from MSP to ATL?", "agent: Sure, can you please share me with your dates of journey?", "customer: The trip dates are from Dec 04 to Dec 06.", "agent: May I know your good name please?", "customer: I am Joseph Johnson.", "agent: Are you looking for any other help from my side please?", "customer: I prefer a stopover flight.", "agent: Please wait for a mean while.", "customer: Sure.", "agent: There is a connecting flight of fare 100 with the Hawaiian airline, are you ok with this booking?", "customer: I am fine with the airlines. You can book it.", "agent: Ok, I have reserved your ticket with the flight number 1002.", "customer: Thank you.", "agent: You are welcome, have a safe journey." ]
{ "departure_airport": "MSP", "departure_day": "4", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Joseph Johnson", "return_airport": "ATL", "return_day": "6", "return_month": "Dec" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi. Joseph Johnson here.', 'agent: Hello, how may I aid you today?', 'customer: Can you book a flight ticket for my airport codes that is from MSP to ATL?', 'agent: Sure, can you please share me with your dates of journey?', 'customer: The trip dates are from Dec 04 to Dec 06.', 'agent: May I know your good name please?', 'customer: I am Joseph Johnson.', 'agent: Are you looking for any other help from my side please?', 'customer: I prefer a stopover flight.', 'agent: Please wait for a mean while.', 'customer: Sure.', 'agent: There is a connecting flight of fare 100 with the Hawaiian airline, are you ok with this booking?', 'customer: I am fine with the airlines. You can book it.', 'agent: Ok, I have reserved your ticket with the flight number 1002.', 'customer: Thank you.', 'agent: You are welcome, have a safe journey.' ### Response: {'departure_airport': 'MSP', 'departure_day': '4', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Joseph Johnson', 'return_airport': 'ATL', 'return_day': '6', 'return_month': 'Dec'}
[ "customer: Hi.", "agent: Hello, how can I assist you today?", "customer: I need to change my reservation as my plan to go for trekking got postponed. Can you help me?", "agent: Sure, let me know your name.", "customer: I am Ryan Mitchell.", "agent: Ok, please wait for a while.", "customer: Sure.", "agent: Sorry to say that, no reservation was found on your name.", "customer: That's Ok, thanks for your assistance.", "agent: Thank you for choosing us." ]
{ "departure_airport": "MCO", "departure_day": "5", "departure_month": "Apr", "goal": "change", "max_connections": -1, "max_price": 200, "name": "Ryan Mitchell", "return_airport": "LAX", "return_day": "7", "return_month": "Apr" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how can I assist you today?', 'customer: I need to change my reservation as my plan to go for trekking got postponed. Can you help me?', 'agent: Sure, let me know your name.', 'customer: I am Ryan Mitchell.', 'agent: Ok, please wait for a while.', 'customer: Sure.', 'agent: Sorry to say that, no reservation was found on your name.', "customer: That's Ok, thanks for your assistance.", 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'MCO', 'departure_day': '5', 'departure_month': 'Apr', 'goal': 'change', 'max_connections': -1, 'max_price': 200, 'name': 'Ryan Mitchell', 'return_airport': 'LAX', 'return_day': '7', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello, do you need any assistance from us?", "customer: I am Jerry Rodriguez. I would like to book a ticket to HOuston, can you please help me out?", "agent: Sure, please tell me your airport codes.", "customer: I am travelling on these dates 03/03 and 03/05. I am flying from DFW to IAH.", "agent: The UA airline with flight number 1003 is available having price as 200 and connection as 1.", "customer: Sure, you can proceed with this flight.", "agent: Ok, your reservation is done.", "customer: Thank you for your services." ]
{ "departure_airport": "DFW", "departure_day": "3", "departure_month": "Mar", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Jerry Rodriguez", "return_airport": "IAH", "return_day": "5", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, do you need any assistance from us?', 'customer: I am Jerry Rodriguez. I would like to book a ticket to HOuston, can you please help me out?', 'agent: Sure, please tell me your airport codes.', 'customer: I am travelling on these dates 03/03 and 03/05. I am flying from DFW to IAH.', 'agent: The UA airline with flight number 1003 is available having price as 200 and connection as 1.', 'customer: Sure, you can proceed with this flight.', 'agent: Ok, your reservation is done.', 'customer: Thank you for your services.' ### Response: {'departure_airport': 'DFW', 'departure_day': '3', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Jerry Rodriguez', 'return_airport': 'IAH', 'return_day': '5', 'return_month': 'Mar'}
[ "customer: Hi. I am Samuel Baker.", "agent: Hello, how may I assist you today?", "customer: I want to change my reservation owing an emergency.", "agent: Sure, we are glad to serve you. Please wait for a while, let me check your reservation with us.", "customer: Ok.", "agent: Thanks for your time, unfortunately no reservation found with your name.", "customer: Ok, thank you for your service.", "agent: Thank you for availing us, have a great day ahead." ]
{ "departure_airport": "IAH", "departure_day": "23", "departure_month": "May", "goal": "change", "max_connections": 1, "max_price": 5000, "name": "Samuel Baker", "return_airport": "MCO", "return_day": "25", "return_month": "May" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi. I am Samuel Baker.', 'agent: Hello, how may I assist you today?', 'customer: I want to change my reservation owing an emergency.', 'agent: Sure, we are glad to serve you. Please wait for a while, let me check your reservation with us.', 'customer: Ok.', 'agent: Thanks for your time, unfortunately no reservation found with your name.', 'customer: Ok, thank you for your service.', 'agent: Thank you for availing us, have a great day ahead.' ### Response: {'departure_airport': 'IAH', 'departure_day': '23', 'departure_month': 'May', 'goal': 'change', 'max_connections': 1, 'max_price': 5000, 'name': 'Samuel Baker', 'return_airport': 'MCO', 'return_day': '25', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello. How can I aid you?", "customer: I am looking to book a flight ticket from DEN to LAX. Can you help me for that?", "agent: Sure, We are here to help you. Can I know your travelling dates?", "customer: My travelling dates are Dec 13 and Dec 15.", "agent: Do you need any break?", "customer: I prefer to book a direct flight in my journey.", "agent: May I know your name?", "customer: My name is Samantha Hall.", "agent: We are unable to provide flight in between your journey routes due to some technical up-gradation at destination airport.", "customer: That's ok, thank you for checking.", "agent: Thank you for reaching us." ]
{ "departure_airport": "DEN", "departure_day": "13", "departure_month": "Dec", "goal": "book", "max_connections": 0, "max_price": 500, "name": "Samantha Hall", "return_airport": "LAX", "return_day": "15", "return_month": "Dec" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How can I aid you?', 'customer: I am looking to book a flight ticket from DEN to LAX. Can you help me for that?', 'agent: Sure, We are here to help you. Can I know your travelling dates?', 'customer: My travelling dates are Dec 13 and Dec 15.', 'agent: Do you need any break?', 'customer: I prefer to book a direct flight in my journey.', 'agent: May I know your name?', 'customer: My name is Samantha Hall.', 'agent: We are unable to provide flight in between your journey routes due to some technical up-gradation at destination airport.', "customer: That's ok, thank you for checking.", 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'DEN', 'departure_day': '13', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 0, 'max_price': 500, 'name': 'Samantha Hall', 'return_airport': 'LAX', 'return_day': '15', 'return_month': 'Dec'}
[ "customer: Hello, my name is David Thompson.", "agent: Hello David,. How can I help you now?", "customer: Due to sudden change in weather where I wanted to visit, I need to cancel the ticket.", "agent: Ok sure, please wait a moment. Thank you for waiting. Sorry David, no reservation is found under your name. Thank you for choosing us.", "customer: Ok that's fine, thank you for giving a instantaneous response.", "agent: You are welcome, have a good day." ]
{ "departure_airport": "DEN", "departure_day": "16", "departure_month": "Aug", "goal": "cancel", "max_connections": 1, "max_price": 1000, "name": "David Thompson", "return_airport": "ORD", "return_day": "18", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello, my name is David Thompson.', 'agent: Hello David,. How can I help you now?', 'customer: Due to sudden change in weather where I wanted to visit, I need to cancel the ticket.', 'agent: Ok sure, please wait a moment. Thank you for waiting. Sorry David, no reservation is found under your name. Thank you for choosing us.', "customer: Ok that's fine, thank you for giving a instantaneous response.", 'agent: You are welcome, have a good day.' ### Response: {'departure_airport': 'DEN', 'departure_day': '16', 'departure_month': 'Aug', 'goal': 'cancel', 'max_connections': 1, 'max_price': 1000, 'name': 'David Thompson', 'return_airport': 'ORD', 'return_day': '18', 'return_month': 'Aug'}
[ "customer: Hello.", "agent: Hello.", "customer: I am Melissa Hall.", "agent: How can I help you today?", "customer: I need your assistance in cancelling my recent reservation, can you help me with it?", "agent: Sure, I will help you to cancel your reservation.", "customer: Thank you.", "agent: Please allow me a moment.", "customer: Sure.", "agent: Sorry, no reservation found on your name to cancel your reservation.", "customer: That's fine, thank you for your information.", "agent: Welcome, have a nice day." ]
{ "departure_airport": "DTW", "departure_day": "2", "departure_month": "Feb", "goal": "cancel", "max_connections": 1, "max_price": 200, "name": "Melissa Hall", "return_airport": "EWR", "return_day": "4", "return_month": "Feb" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: I am Melissa Hall.', 'agent: How can I help you today?', 'customer: I need your assistance in cancelling my recent reservation, can you help me with it?', 'agent: Sure, I will help you to cancel your reservation.', 'customer: Thank you.', 'agent: Please allow me a moment.', 'customer: Sure.', 'agent: Sorry, no reservation found on your name to cancel your reservation.', "customer: That's fine, thank you for your information.", 'agent: Welcome, have a nice day.' ### Response: {'departure_airport': 'DTW', 'departure_day': '2', 'departure_month': 'Feb', 'goal': 'cancel', 'max_connections': 1, 'max_price': 200, 'name': 'Melissa Hall', 'return_airport': 'EWR', 'return_day': '4', 'return_month': 'Feb'}
[ "customer: Hello.", "agent: Hello, how may I help you?", "customer: Can you aid me in booking a flight ticket from IAD to CLT?", "agent: Sure, can I know your travelling dates?", "customer: I am planning to start on July 20th and return back on July 22nd.", "agent: On which name should I reserve the flight ticket?", "customer: Cynthia Scott.", "agent: Do you have any connection limit?", "customer: Make sure that connection limit is 1.", "agent: Do you have any other specifications?", "customer: I prefer to travel in economy class.", "agent: Sorry, there are no flights found on given dates.", "customer: No issues. Thank you for checking.", "agent: Thank you for reaching us." ]
{ "departure_airport": "IAD", "departure_day": "20", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Cynthia Scott", "return_airport": "CLT", "return_day": "22", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I help you?', 'customer: Can you aid me in booking a flight ticket from IAD to CLT?', 'agent: Sure, can I know your travelling dates?', 'customer: I am planning to start on July 20th and return back on July 22nd.', 'agent: On which name should I reserve the flight ticket?', 'customer: Cynthia Scott.', 'agent: Do you have any connection limit?', 'customer: Make sure that connection limit is 1.', 'agent: Do you have any other specifications?', 'customer: I prefer to travel in economy class.', 'agent: Sorry, there are no flights found on given dates.', 'customer: No issues. Thank you for checking.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '20', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Cynthia Scott', 'return_airport': 'CLT', 'return_day': '22', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello.", "customer: Sandra Phillips here.", "agent: How may I guide you today?", "customer: I want to book a flight on the route from HOU to LAS, can you help me?", "agent: Sure, I am glad to help you with that. Can you please provide your planned dates of travelling?", "customer: My travelling dates will be from 05/22 to 05/24.", "agent: Please wait a moment to check the flights on your route.", "customer: Ok, take your time.", "agent: Based on your travel details, I have found a flight with a single connection with a fare of 100 from Spirit airlines. If you are ok with this, please inform me to book the flight.", "customer: You can proceed with booking my ticket.", "agent: Ok, your ticket has been confirmed in flight number 1026.", "customer: Thank you for helping me with booking.", "agent: Thank you for reaching us, have a great journey.", "customer: Most welcome." ]
{ "departure_airport": "HOU", "departure_day": "22", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Sandra Phillips", "return_airport": "LAS", "return_day": "24", "return_month": "May" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: Sandra Phillips here.', 'agent: How may I guide you today?', 'customer: I want to book a flight on the route from HOU to LAS, can you help me?', 'agent: Sure, I am glad to help you with that. Can you please provide your planned dates of travelling?', 'customer: My travelling dates will be from 05/22 to 05/24.', 'agent: Please wait a moment to check the flights on your route.', 'customer: Ok, take your time.', 'agent: Based on your travel details, I have found a flight with a single connection with a fare of 100 from Spirit airlines. If you are ok with this, please inform me to book the flight.', 'customer: You can proceed with booking my ticket.', 'agent: Ok, your ticket has been confirmed in flight number 1026.', 'customer: Thank you for helping me with booking.', 'agent: Thank you for reaching us, have a great journey.', 'customer: Most welcome.' ### Response: {'departure_airport': 'HOU', 'departure_day': '22', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Sandra Phillips', 'return_airport': 'LAS', 'return_day': '24', 'return_month': 'May'}
[ "customer: Hi, Edward Turner here.", "agent: Hello Turner, how may I guide you?", "customer: I have to meet my sister on her birthday, could you please help me to book my flight ticket from IAH to MSP?", "agent: Turner, Could you please share me your journey dates?", "customer: Sure, I have to depart on 12/07 and return back on 12/09.", "agent: Sure, please wait for a while.", "customer: Sure.", "agent: There is a flight with Frontier airlines and the ticket cost is 100 only. Shall I proceed for booking the ticket?", "customer: Yes, please book the ticket for me.", "agent: Turner, your ticket is booked with the flight number 1012.", "customer: Thank you so much for your help.", "agent: You are welcome, thank you for contacting us." ]
{ "departure_airport": "IAH", "departure_day": "7", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Edward Turner", "return_airport": "MSP", "return_day": "9", "return_month": "Dec" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi, Edward Turner here.', 'agent: Hello Turner, how may I guide you?', 'customer: I have to meet my sister on her birthday, could you please help me to book my flight ticket from IAH to MSP?', 'agent: Turner, Could you please share me your journey dates?', 'customer: Sure, I have to depart on 12/07 and return back on 12/09.', 'agent: Sure, please wait for a while.', 'customer: Sure.', 'agent: There is a flight with Frontier airlines and the ticket cost is 100 only. Shall I proceed for booking the ticket?', 'customer: Yes, please book the ticket for me.', 'agent: Turner, your ticket is booked with the flight number 1012.', 'customer: Thank you so much for your help.', 'agent: You are welcome, thank you for contacting us.' ### Response: {'departure_airport': 'IAH', 'departure_day': '7', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Edward Turner', 'return_airport': 'MSP', 'return_day': '9', 'return_month': 'Dec'}
[ "customer: Hi.", "agent: Hello, how can I help you today?", "customer: Can you please book a flight ticket from DEN to OAK?", "agent: Sure, may I know your planned travel dates?", "customer: My trip dates are 12/31 and 01/02.", "agent: May I know your connection limit?", "customer: I am comfortable to travel in a single connecting flight.", "agent: Do you have any other specifications?", "customer: I want to return in evening.", "agent: Please wait for a moment.", "customer: Sure.", "agent: Sorry to say that, no flights were found with your given details.", "customer: That's ok, thank you for your information.", "agent: May I know your good name for documentation purpose?", "customer: Alexander Mitchell here.", "agent: Thank you for reaching us." ]
{ "departure_airport": "DEN", "departure_day": "31", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Alexander Mitchell", "return_airport": "OAK", "return_day": "2", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how can I help you today?', 'customer: Can you please book a flight ticket from DEN to OAK?', 'agent: Sure, may I know your planned travel dates?', 'customer: My trip dates are 12/31 and 01/02.', 'agent: May I know your connection limit?', 'customer: I am comfortable to travel in a single connecting flight.', 'agent: Do you have any other specifications?', 'customer: I want to return in evening.', 'agent: Please wait for a moment.', 'customer: Sure.', 'agent: Sorry to say that, no flights were found with your given details.', "customer: That's ok, thank you for your information.", 'agent: May I know your good name for documentation purpose?', 'customer: Alexander Mitchell here.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'DEN', 'departure_day': '31', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Alexander Mitchell', 'return_airport': 'OAK', 'return_day': '2', 'return_month': 'Jan'}
[ "customer: Hello, I am Christine Carter.", "agent: Hello, how may I serve you?", "customer: I am planning to visit a Lincoln memorial at Washington, so can you book a ticket with a connecting flight?", "agent: Sure, can you please share your journey points?", "customer: My journey airport codes are from CA-LAX to DC-IAD.", "agent: May I know your travel dates?", "customer: My travel dates are 09/08 and 09/10.", "agent: Do you have any price limit?", "customer: My price limit is 200.", "agent: Please wait for a while.", "customer: Ok.", "agent: We found a UA airline with flight number 1019. Single connection and fare is 100.", "customer: You can proceed.", "agent: Your booking has been done.", "customer: Thank you for your service.", "agent: Thank you for choosing us." ]
{ "departure_airport": "LAX", "departure_day": "8", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Christine Carter", "return_airport": "IAD", "return_day": "10", "return_month": "Sept" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello, I am Christine Carter.', 'agent: Hello, how may I serve you?', 'customer: I am planning to visit a Lincoln memorial at Washington, so can you book a ticket with a connecting flight?', 'agent: Sure, can you please share your journey points?', 'customer: My journey airport codes are from CA-LAX to DC-IAD.', 'agent: May I know your travel dates?', 'customer: My travel dates are 09/08 and 09/10.', 'agent: Do you have any price limit?', 'customer: My price limit is 200.', 'agent: Please wait for a while.', 'customer: Ok.', 'agent: We found a UA airline with flight number 1019. Single connection and fare is 100.', 'customer: You can proceed.', 'agent: Your booking has been done.', 'customer: Thank you for your service.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'LAX', 'departure_day': '8', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Christine Carter', 'return_airport': 'IAD', 'return_day': '10', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello, how may I be at your service today?", "customer: Due to sudden change of my business meeting because of some technical problem, I need to change my reservation so can you help me with that?", "agent: May I know your name please to check the status of your reservation?", "customer: I am Matthew Thomas.", "agent: Thank you. Please stay online for a while, I will check your reservation status and let you know.", "customer: Sure.", "agent: Sorry, there is no reservation matching with your name in our portal to make changes further.", "customer: No problem, thanks for the information.", "agent: Thank you for reaching us." ]
{ "departure_airport": "ATL", "departure_day": "21", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Matthew Thomas", "return_airport": "HOU", "return_day": "23", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I be at your service today?', 'customer: Due to sudden change of my business meeting because of some technical problem, I need to change my reservation so can you help me with that?', 'agent: May I know your name please to check the status of your reservation?', 'customer: I am Matthew Thomas.', 'agent: Thank you. Please stay online for a while, I will check your reservation status and let you know.', 'customer: Sure.', 'agent: Sorry, there is no reservation matching with your name in our portal to make changes further.', 'customer: No problem, thanks for the information.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'ATL', 'departure_day': '21', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Matthew Thomas', 'return_airport': 'HOU', 'return_day': '23', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello, how can I help you?", "customer: I want to change my recent reservation, can you please help me?", "agent: Sure, I am here to help you for this. Let me check your reservation status in our database.", "customer: The name on the ticket is Janet Martinez.", "agent: Please wait for a moment.", "customer: Sure, I will wait.", "agent: I found your reservation. Could you please provide me your new airport codes?", "customer: My airport codes are IAH and EWR.", "agent: Can you please share me your trip dates?", "customer: My trip dates are from Oct 2 and Oct 4 respectively.", "agent: Is there any other specifications regarding your journey?", "customer: Yes, I am looking for a connecting flight.", "agent: Do you have any other criteria?", "customer: No.", "agent: As per your data, there is a flight with Jet Blue airlines and the ticket fare is 400. Shall I proceed for this?", "customer: Please proceed.", "agent: Your ticket is reserved in economy class with the flight-1017. Your depart time is 10:00 AM and again your arrival time is 13:00 PM.", "customer: Thank you for changing my ticket.", "agent: Thank you very much for contacting our agency." ]
{ "departure_airport": "IAH", "departure_day": "2", "departure_month": "Oct", "goal": "change", "max_connections": 1, "max_price": 200, "name": "Janet Martinez", "return_airport": "EWR", "return_day": "4", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how can I help you?', 'customer: I want to change my recent reservation, can you please help me?', 'agent: Sure, I am here to help you for this. Let me check your reservation status in our database.', 'customer: The name on the ticket is Janet Martinez.', 'agent: Please wait for a moment.', 'customer: Sure, I will wait.', 'agent: I found your reservation. Could you please provide me your new airport codes?', 'customer: My airport codes are IAH and EWR.', 'agent: Can you please share me your trip dates?', 'customer: My trip dates are from Oct 2 and Oct 4 respectively.', 'agent: Is there any other specifications regarding your journey?', 'customer: Yes, I am looking for a connecting flight.', 'agent: Do you have any other criteria?', 'customer: No.', 'agent: As per your data, there is a flight with Jet Blue airlines and the ticket fare is 400. Shall I proceed for this?', 'customer: Please proceed.', 'agent: Your ticket is reserved in economy class with the flight-1017. Your depart time is 10:00 AM and again your arrival time is 13:00 PM.', 'customer: Thank you for changing my ticket.', 'agent: Thank you very much for contacting our agency.' ### Response: {'departure_airport': 'IAH', 'departure_day': '2', 'departure_month': 'Oct', 'goal': 'change', 'max_connections': 1, 'max_price': 200, 'name': 'Janet Martinez', 'return_airport': 'EWR', 'return_day': '4', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello, how may I help you today?", "customer: I am Andrew Johnson. I am planning to cancel my recent reservation, due to health issue. Can you please cancel my ticket?", "agent: Sure, I am here to help you. Sorry, there is no reservation found as per your name to cancel your reseravtion.", "customer: That's fine. Thank you for your help.", "agent: You are welcome." ]
{ "departure_airport": "CLT", "departure_day": "28", "departure_month": "May", "goal": "cancel", "max_connections": 1, "max_price": 200, "name": "Andrew Johnson", "return_airport": "MSP", "return_day": "30", "return_month": "May" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I help you today?', 'customer: I am Andrew Johnson. I am planning to cancel my recent reservation, due to health issue. Can you please cancel my ticket?', 'agent: Sure, I am here to help you. Sorry, there is no reservation found as per your name to cancel your reseravtion.', "customer: That's fine. Thank you for your help.", 'agent: You are welcome.' ### Response: {'departure_airport': 'CLT', 'departure_day': '28', 'departure_month': 'May', 'goal': 'cancel', 'max_connections': 1, 'max_price': 200, 'name': 'Andrew Johnson', 'return_airport': 'MSP', 'return_day': '30', 'return_month': 'May'}
[ "customer: Hi.", "agent: Hello. How can I aid you?", "customer: I need to change my existing reservation as my exams got postponed, Can you please help me with that?", "agent: Sure, We are here to help you.", "customer: Thank you.", "agent: May I know your name?", "customer: Ronald Thompson here.", "agent: Give me a minute.", "customer: Sure.", "agent: Thank you for waiting, but I am sorry to say that, there is no active reservation found with your name in our database to change it.", "customer: Ok, no problem. Thanks for your information.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LAS", "departure_day": "4", "departure_month": "Jan", "goal": "change", "max_connections": -1, "max_price": 5000, "name": "Ronald Thompson", "return_airport": "BOS", "return_day": "6", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How can I aid you?', 'customer: I need to change my existing reservation as my exams got postponed, Can you please help me with that?', 'agent: Sure, We are here to help you.', 'customer: Thank you.', 'agent: May I know your name?', 'customer: Ronald Thompson here.', 'agent: Give me a minute.', 'customer: Sure.', 'agent: Thank you for waiting, but I am sorry to say that, there is no active reservation found with your name in our database to change it.', 'customer: Ok, no problem. Thanks for your information.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LAS', 'departure_day': '4', 'departure_month': 'Jan', 'goal': 'change', 'max_connections': -1, 'max_price': 5000, 'name': 'Ronald Thompson', 'return_airport': 'BOS', 'return_day': '6', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello.", "customer: I'm Samuel Miller.", "agent: How can I assist you Samuel?", "customer:  I am planning to travels from AUS to CLT for a business meeting, can you please help me with booking a flight ticket?", "agent: Sure Samuel, can I know the travel dates please?", "customer: Sure, my departure date is on 10/25 and the return date is on 10/27.", "agent: Ok, give me a moment please.", "customer: Sure. Please make sure that the price limit should not exceed 200.", "agent: Sorry Samuel, there are no flights with price 200.", "customer: Ok, no problem. Thank you for checking.", "agent: You are welcome." ]
{ "departure_airport": "AUS", "departure_day": "25", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Samuel Miller", "return_airport": "CLT", "return_day": "27", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', "customer: I'm Samuel Miller.", 'agent: How can I assist you Samuel?', 'customer: \xa0I am planning to travels from AUS to CLT for a business meeting, can you please help me with booking a flight ticket?', 'agent: Sure Samuel, can I know the travel dates please?', 'customer: Sure, my departure date is on 10/25 and the return date is on 10/27.', 'agent: Ok, give me a moment please.', 'customer: Sure. Please make sure that the price limit should not exceed 200.', 'agent: Sorry Samuel, there are no flights with price 200.', 'customer: Ok, no problem. Thank you for checking.', 'agent: You are welcome.' ### Response: {'departure_airport': 'AUS', 'departure_day': '25', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Samuel Miller', 'return_airport': 'CLT', 'return_day': '27', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello, kindly mention your name.", "customer: Sure, Kenneth Brown is my name.", "agent: Ok, how can I amend you today?", "customer: Due to sudden rainfall at my source, I want to cancel my recent reservation. Can you please help me with this?", "agent: Sure, please wait for a moment to check with the status of your reservation.", "customer: Sure.", "agent: Thanks for your time, there was no reservation found on your name.", "customer: Ok. Thank you for your service.", "agent: Thank you for opting us." ]
{ "departure_airport": "LAS", "departure_day": "5", "departure_month": "Jan", "goal": "cancel", "max_connections": 1, "max_price": 500, "name": "Kenneth Brown", "return_airport": "AUS", "return_day": "7", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, kindly mention your name.', 'customer: Sure, Kenneth Brown is my name.', 'agent: Ok, how can I amend you today?', 'customer: Due to sudden rainfall at my source, I want to cancel my recent reservation. Can you please help me with this?', 'agent: Sure, please wait for a moment to check with the status of your reservation.', 'customer: Sure.', 'agent: Thanks for your time, there was no reservation found on your name.', 'customer: Ok. Thank you for your service.', 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'LAS', 'departure_day': '5', 'departure_month': 'Jan', 'goal': 'cancel', 'max_connections': 1, 'max_price': 500, 'name': 'Kenneth Brown', 'return_airport': 'AUS', 'return_day': '7', 'return_month': 'Jan'}
[ "customer: Hi.", "agent: Hello. How may I assist you?", "customer: Could you please book a ticket in business class to Detroit as I want to attend a pioneer festival?", "agent: Sure, I will help you. Can I have your airport codes clearly?", "customer: Sure, PHL and DTW are my airport codes.", "agent: When would you like to plan your journey?", "customer: I want to travel on 2nd Apr and return on 4th Apr.", "agent: Can I know your connection preference?", "customer: I prefer a single connecting flight.", "agent: Do you have any other specifications?", "customer: No.", "agent: May I know your name please?", "customer: My name is Mary Adams.", "agent: Mary Adams, no flights has been found on your preferences.", "customer: Not an issue, thank you for your information.", "agent: Thank you for reaching us." ]
{ "departure_airport": "PHL", "departure_day": "2", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Mary Adams", "return_airport": "DTW", "return_day": "4", "return_month": "Apr" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How may I assist you?', 'customer: Could you please book a ticket in business class to Detroit as I want to attend a pioneer festival?', 'agent: Sure, I will help you. Can I have your airport codes clearly?', 'customer: Sure, PHL and DTW are my airport codes.', 'agent: When would you like to plan your journey?', 'customer: I want to travel on 2nd Apr and return on 4th Apr.', 'agent: Can I know your connection preference?', 'customer: I prefer a single connecting flight.', 'agent: Do you have any other specifications?', 'customer: No.', 'agent: May I know your name please?', 'customer: My name is Mary Adams.', 'agent: Mary Adams, no flights has been found on your preferences.', 'customer: Not an issue, thank you for your information.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'PHL', 'departure_day': '2', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Mary Adams', 'return_airport': 'DTW', 'return_day': '4', 'return_month': 'Apr'}
[ "customer: Hi.", "agent: Hello, how may I help you?", "customer: Can you help me in booking from MSP to IAD, as there is a team outing?", "agent: Sure, I am gleeful to help you. Could you please provide your travelling dates to search for the flight?", "customer: My trip dates are Jul 30 to Aug 1.", "agent: Do you have any connection limit?", "customer: I need a connecting flight which return in evening.", "agent: May I know your name?", "customer: I am David Lopez.", "agent: There is a connecting flight 1003 of Frontier airlines, can I proceed?", "customer: You can reserve it.", "agent: Sorry to say, there is no flight at evening time on your return journey.", "customer: No issue, thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "MSP", "departure_day": "30", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 500, "name": "David Lopez", "return_airport": "IAD", "return_day": "1", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how may I help you?', 'customer: Can you help me in booking from MSP to IAD, as there is a team outing?', 'agent: Sure, I am gleeful to help you. Could you please provide your travelling dates to search for the flight?', 'customer: My trip dates are Jul 30 to Aug 1.', 'agent: Do you have any connection limit?', 'customer: I need a connecting flight which return in evening.', 'agent: May I know your name?', 'customer: I am David Lopez.', 'agent: There is a connecting flight 1003 of Frontier airlines, can I proceed?', 'customer: You can reserve it.', 'agent: Sorry to say, there is no flight at evening time on your return journey.', 'customer: No issue, thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'MSP', 'departure_day': '30', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'David Lopez', 'return_airport': 'IAD', 'return_day': '1', 'return_month': 'Aug'}
[ "customer: Hello.", "agent: Hello, how may I guide you?", "customer: I am Paul Scott. Owing to an emergency, I want to cancel my recent reservation. Can you help me out?", "agent: Sure, please hold on for a moment, let me check.", "customer: Ok, take your own time.", "agent: I am sorry, there are no reservations with your name. Thank you, have a good day." ]
{ "departure_airport": "DCA", "departure_day": "17", "departure_month": "June", "goal": "cancel", "max_connections": 0, "max_price": 200, "name": "Paul Scott", "return_airport": "LGA", "return_day": "19", "return_month": "June" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I guide you?', 'customer: I am Paul Scott. Owing to an emergency, I want to cancel my recent reservation. Can you help me out?', 'agent: Sure, please hold on for a moment, let me check.', 'customer: Ok, take your own time.', 'agent: I am sorry, there are no reservations with your name. Thank you, have a good day.' ### Response: {'departure_airport': 'DCA', 'departure_day': '17', 'departure_month': 'June', 'goal': 'cancel', 'max_connections': 0, 'max_price': 200, 'name': 'Paul Scott', 'return_airport': 'LGA', 'return_day': '19', 'return_month': 'June'}
[ "customer: Hello.", "agent: Hello.", "customer: Mark Evans here.", "agent: How may I help you?", "customer: I need to have a flight ticket booking from IAH to ATL in the month of November to attend a workshop in Atlanta. Can you please help me with my flight ticket booking?", "agent: Ok, mention your dates of travel.", "customer: Sure, I am planning to leave my location on 11/25 and please book my return ticket also on 11/27.", "agent: There is a connecting flight-1006 on UA airlines with price 200 and connection 1. Shall I book it?", "customer: That's fine for me to travel, you can proceed with booking.", "agent: Ok, booking is done on your preferable dates.", "customer: Thank you for your great help.", "agent: Thanks for contacting us." ]
{ "departure_airport": "IAH", "departure_day": "25", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Mark Evans", "return_airport": "ATL", "return_day": "27", "return_month": "Nov" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: Mark Evans here.', 'agent: How may I help you?', 'customer: I need to have a flight ticket booking from IAH to ATL in the month of November to attend a workshop in Atlanta. Can you please help me with my flight ticket booking?', 'agent: Ok, mention your dates of travel.', 'customer: Sure, I am planning to leave my location on 11/25 and please book my return ticket also on 11/27.', 'agent: There is a connecting flight-1006 on UA airlines with price 200 and connection 1. Shall I book it?', "customer: That's fine for me to travel, you can proceed with booking.", 'agent: Ok, booking is done on your preferable dates.', 'customer: Thank you for your great help.', 'agent: Thanks for contacting us.' ### Response: {'departure_airport': 'IAH', 'departure_day': '25', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Mark Evans', 'return_airport': 'ATL', 'return_day': '27', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello.", "customer: I am Karen Walker.", "agent: How can I assist you?", "customer: I want to book a ticket from PHL to JFK to attend seminar, can you help me in booking?", "agent: Sure, please provide me your journey dates.", "customer: I am departing on 03/17 and return on 03/19.", "agent: Please wait for a minute.", "customer: Sure.", "agent: I found a flight in Southwest airlines with price 200. Shall I book the ticket for you?", "customer: Please proceed for booking.", "agent: Your ticket is confirmed and the flight number is 1018.", "customer: Thank you.", "agent: Thank you for contacting us." ]
{ "departure_airport": "PHL", "departure_day": "17", "departure_month": "Mar", "goal": "book", "max_connections": 0, "max_price": 200, "name": "Karen Walker", "return_airport": "JFK", "return_day": "19", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: I am Karen Walker.', 'agent: How can I assist you?', 'customer: I want to book a ticket from PHL to JFK to attend seminar, can you help me in booking?', 'agent: Sure, please provide me your journey dates.', 'customer: I am departing on 03/17 and return on 03/19.', 'agent: Please wait for a minute.', 'customer: Sure.', 'agent: I found a flight in Southwest airlines with price 200. Shall I book the ticket for you?', 'customer: Please proceed for booking.', 'agent: Your ticket is confirmed and the flight number is 1018.', 'customer: Thank you.', 'agent: Thank you for contacting us.' ### Response: {'departure_airport': 'PHL', 'departure_day': '17', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 0, 'max_price': 200, 'name': 'Karen Walker', 'return_airport': 'JFK', 'return_day': '19', 'return_month': 'Mar'}
[ "customer: Hello.", "agent: Hello, how may I help you?", "customer: Richard Martinez here. I want to travel from LAS to IAH for attending a Robotic workshop. Can you please help me for booking the flight ticket?", "agent: Sure, may I know your travel dates please?", "customer: My departure date is 04/04 and return date is 04/06. Make sure my price limit is 500.", "agent: Thanks for waiting. I have found southwest airlines which flies with one connection.", "customer: Please proceed for booking the flight ticket.", "agent: Sure, your flight ticket has been confirmed now.", "customer: Thank you for helping me.", "agent: Thank you." ]
{ "departure_airport": "LAS", "departure_day": "4", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Richard Martinez", "return_airport": "IAH", "return_day": "6", "return_month": "Apr" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I help you?', 'customer: Richard Martinez here. I want to travel from LAS to IAH for attending a Robotic workshop. Can you please help me for booking the flight ticket?', 'agent: Sure, may I know your travel dates please?', 'customer: My departure date is 04/04 and return date is 04/06. Make sure my price limit is 500.', 'agent: Thanks for waiting. I have found southwest airlines which flies with one connection.', 'customer: Please proceed for booking the flight ticket.', 'agent: Sure, your flight ticket has been confirmed now.', 'customer: Thank you for helping me.', 'agent: Thank you.' ### Response: {'departure_airport': 'LAS', 'departure_day': '4', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Richard Martinez', 'return_airport': 'IAH', 'return_day': '6', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello, how may I help you?", "customer: Can you help me to book a flight ticket from DFW to JFK?", "agent: Sure, could you please provide your travelling dates to search for the flight?", "customer: Ok, my dates are Oct 4th and 6th respectively.", "agent: May I know your preferable depart and return journey timings?", "customer: No specifications regarding the flight timings.", "agent: Do you have any class preferences?", "customer: Ok, please book a economy class flight.", "agent: There is a connecting flight 1017 of Southwest airlines, can I proceed?", "customer: Ok, please book a ticket on the name Angela Johnson.", "agent: Ok, your booking is done. Thank you for choosing us, have a happy journey.", "customer: That is good, thank you for assisting me." ]
{ "departure_airport": "DFW", "departure_day": "4", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Angela Johnson", "return_airport": "JFK", "return_day": "6", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I help you?', 'customer: Can you help me to book a flight ticket from DFW to JFK?', 'agent: Sure, could you please provide your travelling dates to search for the flight?', 'customer: Ok, my dates are Oct 4th and 6th respectively.', 'agent: May I know your preferable depart and return journey timings?', 'customer: No specifications regarding the flight timings.', 'agent: Do you have any class preferences?', 'customer: Ok, please book a economy class flight.', 'agent: There is a connecting flight 1017 of Southwest airlines, can I proceed?', 'customer: Ok, please book a ticket on the name Angela Johnson.', 'agent: Ok, your booking is done. Thank you for choosing us, have a happy journey.', 'customer: That is good, thank you for assisting me.' ### Response: {'departure_airport': 'DFW', 'departure_day': '4', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Angela Johnson', 'return_airport': 'JFK', 'return_day': '6', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello.", "customer: Sarah Scott here.", "agent: How may I aid you today?", "customer: I want a connecting a flight from LAX to CLT, can you please help me in booking a flight ticket?", "agent: Sure, I will help you with that.", "customer: Thank you.", "agent: Can you please share your preferable journey dates?", "customer: Sure, my travel dates are from 09/06 to 09/08.", "agent: Please wait for a while.", "customer: Ok, take your time.", "agent: I found a ticket for you with price of 100, flight number is 1002 and connection is 1. Is it ok for you?", "customer: Ok, please proceed with booking.", "agent: I confirmed your ticket successfully.", "customer: Thank you for your service.", "agent: Thank you for reaching us, have a great journey." ]
{ "departure_airport": "LAX", "departure_day": "6", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Sarah Scott", "return_airport": "CLT", "return_day": "8", "return_month": "Sept" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: Sarah Scott here.', 'agent: How may I aid you today?', 'customer: I want a connecting a flight from LAX to CLT, can you please help me in booking a flight ticket?', 'agent: Sure, I will help you with that.', 'customer: Thank you.', 'agent: Can you please share your preferable journey dates?', 'customer: Sure, my travel dates are from 09/06 to 09/08.', 'agent: Please wait for a while.', 'customer: Ok, take your time.', 'agent: I found a ticket for you with price of 100, flight number is 1002 and connection is 1. Is it ok for you?', 'customer: Ok, please proceed with booking.', 'agent: I confirmed your ticket successfully.', 'customer: Thank you for your service.', 'agent: Thank you for reaching us, have a great journey.' ### Response: {'departure_airport': 'LAX', 'departure_day': '6', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Sarah Scott', 'return_airport': 'CLT', 'return_day': '8', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello.", "customer: I am Barbara Young.", "agent: How can I help you?", "customer: Please, help me in cancelling my reservation as my plan to attend a seminar got cancelled.", "agent: Sure, I will help you to cancel your reservation.", "customer: Thank you.", "agent: Please give me a moment.", "customer: Sure, take your time.", "agent: Sorry, no reservation found on your name to cancel your reservation.", "customer: It's ok, not an issue. Thank you for the information.", "agent: Welcome, have a nice day. Thank you for choosing us." ]
{ "departure_airport": "IAD", "departure_day": "12", "departure_month": "Dec", "goal": "cancel", "max_connections": 1, "max_price": 200, "name": "Barbara Young", "return_airport": "CLT", "return_day": "14", "return_month": "Dec" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: I am Barbara Young.', 'agent: How can I help you?', 'customer: Please, help me in cancelling my reservation as my plan to attend a seminar got cancelled.', 'agent: Sure, I will help you to cancel your reservation.', 'customer: Thank you.', 'agent: Please give me a moment.', 'customer: Sure, take your time.', 'agent: Sorry, no reservation found on your name to cancel your reservation.', "customer: It's ok, not an issue. Thank you for the information.", 'agent: Welcome, have a nice day. Thank you for choosing us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '12', 'departure_month': 'Dec', 'goal': 'cancel', 'max_connections': 1, 'max_price': 200, 'name': 'Barbara Young', 'return_airport': 'CLT', 'return_day': '14', 'return_month': 'Dec'}
[ "customer: Hi.", "agent: Hello, May I know what kind of service you are looking for?", "customer: I have to change my travel airport codes because I have given a airport code which is far to my current location. So, I need your help. Will you please help me in changing the details?", "agent: Sure, I can change your reservation right now. Before that I need to know your good name please?", "customer: Nancy Jackson here.", "agent: Ok, wait for some time I will check the reservation on your name and get back to you.", "customer: Ok.", "agent: We are sorry to say that, there is no active reservation found on your name.", "customer: No issue, Thank you for the information.", "agent: Thanks for approaching us." ]
{ "departure_airport": "DEN", "departure_day": "1", "departure_month": "May", "goal": "change", "max_connections": 1, "max_price": 500, "name": "Nancy Jackson", "return_airport": "SEA", "return_day": "3", "return_month": "May" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, May I know what kind of service you are looking for?', 'customer: I have to change my travel airport codes because I have given a airport code which is far to my current location. So, I need your help. Will you please help me in changing the details?', 'agent: Sure, I can change your reservation right now. Before that I need to know your good name please?', 'customer: Nancy Jackson here.', 'agent: Ok, wait for some time I will check the reservation on your name and get back to you.', 'customer: Ok.', 'agent: We are sorry to say that, there is no active reservation found on your name.', 'customer: No issue, Thank you for the information.', 'agent: Thanks for approaching us.' ### Response: {'departure_airport': 'DEN', 'departure_day': '1', 'departure_month': 'May', 'goal': 'change', 'max_connections': 1, 'max_price': 500, 'name': 'Nancy Jackson', 'return_airport': 'SEA', 'return_day': '3', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello, how may I help you today?", "customer: Please book a ticket from SEA to SFO to attend Innovation festival to share my ideas.", "agent:  Sure, can you please mention your departure and arrival dates of your journey?", "customer: My travelling dates are Dec 1 and Dec 3.", "agent: Thank you, may I know your name please?", "customer: Sure, I am Barbara Williams.", "agent: Sure, is there any another specifications on your trip, so that I can book a ticket as per your wish?", "customer: Yes, I want a direct flight.", "agent: Sorry, there is no flight found with your requirement.", "customer: Ok, Thank you for your help.", "agent: Welcome, thank you for reaching us." ]
{ "departure_airport": "SEA", "departure_day": "1", "departure_month": "Dec", "goal": "book", "max_connections": 0, "max_price": 200, "name": "Barbara Williams", "return_airport": "SFO", "return_day": "3", "return_month": "Dec" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I help you today?', 'customer: Please book a ticket from SEA to SFO to attend Innovation festival to share my ideas.', 'agent: \xa0Sure, can you please mention your departure and arrival dates of your journey?', 'customer: My travelling dates are Dec 1 and Dec 3.', 'agent: Thank you, may I know your name please?', 'customer: Sure, I am Barbara Williams.', 'agent: Sure, is there any another specifications on your trip, so that I can book a ticket as per your wish?', 'customer: Yes, I want a direct flight.', 'agent: Sorry, there is no flight found with your requirement.', 'customer: Ok, Thank you for your help.', 'agent: Welcome, thank you for reaching us.' ### Response: {'departure_airport': 'SEA', 'departure_day': '1', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 0, 'max_price': 200, 'name': 'Barbara Williams', 'return_airport': 'SFO', 'return_day': '3', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello, how may I assist you?", "customer: Can you please help me in cancelling my recent reservation?", "agent: Sure, may I know your good name please?", "customer: I am Dennis Baker.", "agent: Please wait for a moment.", "customer: Ok.", "agent: Sorry, there is no reservation found on your name in our database to cancel.", "customer: Ok, no problem. Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "IAD", "departure_day": "25", "departure_month": "May", "goal": "cancel", "max_connections": 1, "max_price": 5000, "name": "Dennis Baker", "return_airport": "JFK", "return_day": "27", "return_month": "May" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I assist you?', 'customer: Can you please help me in cancelling my recent reservation?', 'agent: Sure, may I know your good name please?', 'customer: I am Dennis Baker.', 'agent: Please wait for a moment.', 'customer: Ok.', 'agent: Sorry, there is no reservation found on your name in our database to cancel.', 'customer: Ok, no problem. Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '25', 'departure_month': 'May', 'goal': 'cancel', 'max_connections': 1, 'max_price': 5000, 'name': 'Dennis Baker', 'return_airport': 'JFK', 'return_day': '27', 'return_month': 'May'}
[ "customer: Hi.", "agent: Hello, how can I render you at this moment?", "customer: Can you book a ticket on name Mary Adams?", "agent: Sure, For booking I need your travelling details? Please provide your travelling dates?", "customer: 01/06 is my starting date of travel. 01/08 is my arrival date.", "agent: Please provide your airport codes?", "customer: Detroit, DTW is my source point.", "agent: Could you please mention your connection limit?", "customer: Connection limit is 1.", "agent: Destination code please?", "customer: Washington, IAD is my destination.", "agent: Sorry Mary Adams, no flights found on your requested dates.", "customer: Ok.", "agent: Thank you for approaching us.", "customer: I will go with other alternative, Thank you." ]
{ "departure_airport": "DTW", "departure_day": "6", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Mary Adams", "return_airport": "IAD", "return_day": "8", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how can I render you at this moment?', 'customer: Can you book a ticket on name Mary Adams?', 'agent: Sure, For booking I need your travelling details? Please provide your travelling dates?', 'customer: 01/06 is my starting date of travel. 01/08 is my arrival date.', 'agent: Please provide your airport codes?', 'customer: Detroit, DTW is my source point.', 'agent: Could you please mention your connection limit?', 'customer: Connection limit is 1.', 'agent: Destination code please?', 'customer: Washington, IAD is my destination.', 'agent: Sorry Mary Adams, no flights found on your requested dates.', 'customer: Ok.', 'agent: Thank you for approaching us.', 'customer: I will go with other alternative, Thank you.' ### Response: {'departure_airport': 'DTW', 'departure_day': '6', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Mary Adams', 'return_airport': 'IAD', 'return_day': '8', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello. What can I do for you?", "customer: I am planning to attend a dance competition in IAH from AUS. Can you find a ticket for me?", "agent: Sure, I would like to know your travel dates for booking?", "customer: Sure, I am planning to travel on 01/04 to 01/06.", "agent: Happy to say this, I found Delta airline with 1 connection to attend dance competition. Can I proceed for booking?", "customer: Ok, make sure that the price should be 200.", "agent: Your ticket is confirmed with flight number 1005, with price 100. May I know your name?", "customer: Yes, I am Betty Lewis.", "agent: Betty Lewis, thank you for contacting us.", "customer: Thank you for spending your valuable time.", "agent: Have a good day." ]
{ "departure_airport": "AUS", "departure_day": "4", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Betty Lewis", "return_airport": "IAH", "return_day": "6", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. What can I do for you?', 'customer: I am planning to attend a dance competition in IAH from AUS. Can you find a ticket for me?', 'agent: Sure, I would like to know your travel dates for booking?', 'customer: Sure, I am planning to travel on 01/04 to 01/06.', 'agent: Happy to say this, I found Delta airline with 1 connection to attend dance competition. Can I proceed for booking?', 'customer: Ok, make sure that the price should be 200.', 'agent: Your ticket is confirmed with flight number 1005, with price 100. May I know your name?', 'customer: Yes, I am Betty Lewis.', 'agent: Betty Lewis, thank you for contacting us.', 'customer: Thank you for spending your valuable time.', 'agent: Have a good day.' ### Response: {'departure_airport': 'AUS', 'departure_day': '4', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Betty Lewis', 'return_airport': 'IAH', 'return_day': '6', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello, how can I help you today?", "customer: I am planning to for a heritage tour in PHX. Can you book me a ticket from AUS?", "agent: Sure, can you share me your travelling dates?", "customer: I will be leaving on Oct 25 and will come back on Oct 27.", "agent: Do you have any connection limit?", "customer: I need 1 stop over within my route.", "agent: Is there any other specifications?", "customer: No.", "agent: May I know name please.", "customer: I am Kevin Phillips.", "agent: I found a flight with the price of 100 having one connection and economy class. Can I proceed to booking?", "customer: Fine, please proceed.", "agent: Your ticket is booked with the flight- 1008.", "customer: Thanks for your support.", "agent: Thank you for reaching us." ]
{ "departure_airport": "AUS", "departure_day": "25", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Kevin Phillips", "return_airport": "PHX", "return_day": "27", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how can I help you today?', 'customer: I am planning to for a heritage tour in PHX. Can you book me a ticket from AUS?', 'agent: Sure, can you share me your travelling dates?', 'customer: I will be leaving on Oct 25 and will come back on Oct 27.', 'agent: Do you have any connection limit?', 'customer: I need 1 stop over within my route.', 'agent: Is there any other specifications?', 'customer: No.', 'agent: May I know name please.', 'customer: I am Kevin Phillips.', 'agent: I found a flight with the price of 100 having one connection and economy class. Can I proceed to booking?', 'customer: Fine, please proceed.', 'agent: Your ticket is booked with the flight- 1008.', 'customer: Thanks for your support.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'AUS', 'departure_day': '25', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Kevin Phillips', 'return_airport': 'PHX', 'return_day': '27', 'return_month': 'Oct'}
[ "customer: Hi.", "agent: Hello. How may I be of your assistance?", "customer: I need to book a flight ticket from MSP to OAK, can you help me in booking a flight ticket?", "agent: Sure, we are glad to assist you in booking. Could you please share your planned travelling dates to proceed further?", "customer: Sure, my scheduled dates are Oct 1 and Oct 3.", "agent: Can I have your name please?", "customer: Sure, Susan Allen here.", "agent: Do you need a stopover in between your journey?", "customer: I prefer maximum one connection.", "agent: Is there any other preferences that you would like to add before booking?", "customer: No.", "agent: Please be on hold for sometime, as I can check a flight for your journey with the best airlines.", "customer: Sure.", "agent: Thank you for waiting, we found an economy class ticket providing by Spirt airline with the flight number-1011 and the fare 100. Shall I book the connecting flight?", "customer: Go ahead.", "agent: Your ticket has been confirmed.", "customer: Thank you for your assistance.", "agent: Thank you for availing us." ]
{ "departure_airport": "MSP", "departure_day": "1", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Susan Allen", "return_airport": "OAK", "return_day": "3", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How may I be of your assistance?', 'customer: I need to book a flight ticket from MSP to OAK, can you help me in booking a flight ticket?', 'agent: Sure, we are glad to assist you in booking. Could you please share your planned travelling dates to proceed further?', 'customer: Sure, my scheduled dates are Oct 1 and Oct 3.', 'agent: Can I have your name please?', 'customer: Sure, Susan Allen here.', 'agent: Do you need a stopover in between your journey?', 'customer: I prefer maximum one connection.', 'agent: Is there any other preferences that you would like to add before booking?', 'customer: No.', 'agent: Please be on hold for sometime, as I can check a flight for your journey with the best airlines.', 'customer: Sure.', 'agent: Thank you for waiting, we found an economy class ticket providing by Spirt airline with the flight number-1011 and the fare 100. Shall I book the connecting flight?', 'customer: Go ahead.', 'agent: Your ticket has been confirmed.', 'customer: Thank you for your assistance.', 'agent: Thank you for availing us.' ### Response: {'departure_airport': 'MSP', 'departure_day': '1', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Susan Allen', 'return_airport': 'OAK', 'return_day': '3', 'return_month': 'Oct'}
[ "customer: Hello, I am Paul Scott.", "agent: Hello, how may I assist you?", "customer: I am a cricket player, due to heavy rains my cricket match got cancelled, so can you please help me out with cancellation?", "agent: Sure, please wait a moment, I will check and get back to you.", "customer: Sure.", "agent: Thanks for waiting, we found a reservation on your name. Shall I proceed for cancellation?", "customer: Please proceed.", "agent: Your ticket has been cancelled.", "customer: Thank you for your service.", "agent: Thanks for choosing us." ]
{ "departure_airport": "BOS", "departure_day": "14", "departure_month": "June", "goal": "cancel", "max_connections": 1, "max_price": 200, "name": "Paul Scott", "return_airport": "OAK", "return_day": "16", "return_month": "June" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello, I am Paul Scott.', 'agent: Hello, how may I assist you?', 'customer: I am a cricket player, due to heavy rains my cricket match got cancelled, so can you please help me out with cancellation?', 'agent: Sure, please wait a moment, I will check and get back to you.', 'customer: Sure.', 'agent: Thanks for waiting, we found a reservation on your name. Shall I proceed for cancellation?', 'customer: Please proceed.', 'agent: Your ticket has been cancelled.', 'customer: Thank you for your service.', 'agent: Thanks for choosing us.' ### Response: {'departure_airport': 'BOS', 'departure_day': '14', 'departure_month': 'June', 'goal': 'cancel', 'max_connections': 1, 'max_price': 200, 'name': 'Paul Scott', 'return_airport': 'OAK', 'return_day': '16', 'return_month': 'June'}
[ "customer: Hello.", "agent: Hello, How can I serve you?", "customer: I would like to travel from Detroit, DTW to Las Vegas, LAS as a holiday trip. Can you do the reservation?", "agent: Sure. May I know your travelling dates?", "customer: Dates are 08/29 and 08/31.", "agent: May I know your good name?", "customer: Ronald Walker here.", "agent: There is a flight 1023 in Delta airline and price 100 with a connection. Shall I proceed?", "customer: Go ahead.", "agent: Ok, Your ticket is done.", "customer: Thank you so much.", "agent: Thank you." ]
{ "departure_airport": "DTW", "departure_day": "29", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Ronald Walker", "return_airport": "LAS", "return_day": "31", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, How can I serve you?', 'customer: I would like to travel from Detroit, DTW to Las Vegas, LAS as a holiday trip. Can you do the reservation?', 'agent: Sure. May I know your travelling dates?', 'customer: Dates are 08/29 and 08/31.', 'agent: May I know your good name?', 'customer: Ronald Walker here.', 'agent: There is a flight 1023 in Delta airline and price 100 with a connection. Shall I proceed?', 'customer: Go ahead.', 'agent: Ok, Your ticket is done.', 'customer: Thank you so much.', 'agent: Thank you.' ### Response: {'departure_airport': 'DTW', 'departure_day': '29', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Ronald Walker', 'return_airport': 'LAS', 'return_day': '31', 'return_month': 'Aug'}
[ "customer: Hello.", "agent: Hello, how may I assist you today?", "customer: Can you help me to book a flight ticket from AUS to DFW?", "agent: Sure, may I know on which dates you are willing to travel?", "customer: My travelling dates are 25 to 27 of May.", "agent: For further proceeding, may I know your good name?", "customer: I am William Clark.", "agent: If you have any specifications please let me know, I'll check availability of flights according to that?", "customer: I need a connecting flight.", "agent: Sorry to inform you that, there is no flight found as per your travelling dates.", "customer: It's ok, not a problem, thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "AUS", "departure_day": "25", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "William Clark", "return_airport": "DFW", "return_day": "27", "return_month": "May" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I assist you today?', 'customer: Can you help me to book a flight ticket from AUS to DFW?', 'agent: Sure, may I know on which dates you are willing to travel?', 'customer: My travelling dates are 25 to 27 of May.', 'agent: For further proceeding, may I know your good name?', 'customer: I am William Clark.', "agent: If you have any specifications please let me know, I'll check availability of flights according to that?", 'customer: I need a connecting flight.', 'agent: Sorry to inform you that, there is no flight found as per your travelling dates.', "customer: It's ok, not a problem, thank you.", 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'AUS', 'departure_day': '25', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'William Clark', 'return_airport': 'DFW', 'return_day': '27', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello. How may I aid you now for the day?", "customer: I am Shirley Rodriguez. I want to book a flight ticket for birthday shopping in Dallas, could you help me in booking a flight ticket?", "agent: Ok. Help me with your journey dates.", "customer: I would like to fly on 01/27 and return on 01/29.", "agent: From which place you would like to travel?", "customer: My source is Boston, MA - BOS and destination code is TX - DFW.", "agent: Thanks for waiting. There is a flight with 1 connection of price 100 in Southwest airline.", "customer: You can proceed to booking.", "agent: Your reservation has been done.", "customer: Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "BOS", "departure_day": "27", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Shirley Rodriguez", "return_airport": "DFW", "return_day": "29", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How may I aid you now for the day?', 'customer: I am Shirley Rodriguez. I want to book a flight ticket for birthday shopping in Dallas, could you help me in booking a flight ticket?', 'agent: Ok. Help me with your journey dates.', 'customer: I would like to fly on 01/27 and return on 01/29.', 'agent: From which place you would like to travel?', 'customer: My source is Boston, MA - BOS and destination code is TX - DFW.', 'agent: Thanks for waiting. There is a flight with 1 connection of price 100 in Southwest airline.', 'customer: You can proceed to booking.', 'agent: Your reservation has been done.', 'customer: Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'BOS', 'departure_day': '27', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Shirley Rodriguez', 'return_airport': 'DFW', 'return_day': '29', 'return_month': 'Jan'}
[ "customer: Hi. Sharon Brown here......", "agent: Hello, do you need any help from us?", "customer: Please help me out in booking the ticket from IAD to PHL.", "agent: Sure, could you please share your departure and arrival day?", "customer: My trip dates will be May 16 to May 18.", "agent: The economy class with flight number 1018 of Frontier airline is available having fare as 100 and connection as 0, is it ok for you?", "customer: Can you please tell me return time?", "agent: Ok, the return time is in morning.", "customer: Please proceed.", "agent: Ok, your reservation is confirmed.", "customer: Thank you.", "agent: You are welcome, have a great day." ]
{ "departure_airport": "IAD", "departure_day": "16", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Sharon Brown", "return_airport": "PHL", "return_day": "18", "return_month": "May" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi. Sharon Brown here......', 'agent: Hello, do you need any help from us?', 'customer: Please help me out in booking the ticket from IAD to PHL.', 'agent: Sure, could you please share your departure and arrival day?', 'customer: My trip dates will be May 16 to May 18.', 'agent: The economy class with flight number 1018 of Frontier airline is available having fare as 100 and connection as 0, is it ok for you?', 'customer: Can you please tell me return time?', 'agent: Ok, the return time is in morning.', 'customer: Please proceed.', 'agent: Ok, your reservation is confirmed.', 'customer: Thank you.', 'agent: You are welcome, have a great day.' ### Response: {'departure_airport': 'IAD', 'departure_day': '16', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Sharon Brown', 'return_airport': 'PHL', 'return_day': '18', 'return_month': 'May'}
[ "customer: Hello, I am Matthew Thomas.", "agent: Hello,. How may I help you ?", "customer: I need to travel to TX - DFW to surprise my mother on her birthday. Can you please book me a flight ticket?", "agent: Sure. May I know from which location you will be travelling.", "customer: I will travel from Chicago, IL - ORD on 07/21.", "agent: Please provide date of arrival.", "customer: I need to return on 07/23. Make sure that I need one connection with fare of 1000.", "agent: I regret there is no flight found.", "customer: Ok, no problem.", "agent: Thanks.", "customer: Thanks for your service.", "agent: Thanks for being patient." ]
{ "departure_airport": "ORD", "departure_day": "21", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Matthew Thomas", "return_airport": "DFW", "return_day": "23", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello, I am Matthew Thomas.', 'agent: Hello,. How may I help you ?', 'customer: I need to travel to TX - DFW to surprise my mother on her birthday. Can you please book me a flight ticket?', 'agent: Sure. May I know from which location you will be travelling.', 'customer: I will travel from Chicago, IL - ORD on 07/21.', 'agent: Please provide date of arrival.', 'customer: I need to return on 07/23. Make sure that I need one connection with fare of 1000.', 'agent: I regret there is no flight found.', 'customer: Ok, no problem.', 'agent: Thanks.', 'customer: Thanks for your service.', 'agent: Thanks for being patient.' ### Response: {'departure_airport': 'ORD', 'departure_day': '21', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Matthew Thomas', 'return_airport': 'DFW', 'return_day': '23', 'return_month': 'July'}
[ "customer: Hi.", "agent: Hello.", "customer: I am David Green.", "agent: How can I aid you today?", "customer: I want to travel from ATL to ORD. Can you help me in booking a flight ticket?", "agent: Sure, I am here to help you. Could you please share your travelling dates?", "customer: I want to travel in the month of May on 19 and 21.", "agent: May I know your price limit?", "customer: My budget for ticket is 500.", "agent: Ok, please hold on.", "customer: Ok.", "agent: There is a Southwest 1006 airline with fare of 100 and a halt in between the journey. Shall I proceed with booking?", "customer: Proceed to booking.", "agent: Your booking has been confirmed on name of David Green.", "customer: Thank you for your help.", "agent: Thank you for choosing us, have a nice day." ]
{ "departure_airport": "ATL", "departure_day": "19", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 500, "name": "David Green", "return_airport": "ORD", "return_day": "21", "return_month": "May" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello.', 'customer: I am David Green.', 'agent: How can I aid you today?', 'customer: I want to travel from ATL to ORD. Can you help me in booking a flight ticket?', 'agent: Sure, I am here to help you. Could you please share your travelling dates?', 'customer: I want to travel in the month of May on 19 and 21.', 'agent: May I know your price limit?', 'customer: My budget for ticket is 500.', 'agent: Ok, please hold on.', 'customer: Ok.', 'agent: There is a Southwest 1006 airline with fare of 100 and a halt in between the journey. Shall I proceed with booking?', 'customer: Proceed to booking.', 'agent: Your booking has been confirmed on name of David Green.', 'customer: Thank you for your help.', 'agent: Thank you for choosing us, have a nice day.' ### Response: {'departure_airport': 'ATL', 'departure_day': '19', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'David Green', 'return_airport': 'ORD', 'return_day': '21', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello. How may I assist you?", "customer: I am Janet Allen. I am a Cop and I have to travel from DCA to EWR to investigate a case.", "agent: Sure Allen, may I know your travelling dates?", "customer: My travelling dates are 02/02 to 02/04.", "agent: Ok, wait a moment.", "customer: Ok.", "agent: There is flight found for your request with 1 connection. Shall I proceed to book a flight?", "customer: Please proceed.", "agent: Your ticket is confirmed with flight number 1007 and airline is AA.", "customer: Thank you for your help.", "agent: Welcome, have a safe journey." ]
{ "departure_airport": "DCA", "departure_day": "2", "departure_month": "Feb", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Janet Allen", "return_airport": "EWR", "return_day": "4", "return_month": "Feb" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How may I assist you?', 'customer: I am Janet Allen. I am a Cop and I have to travel from DCA to EWR to investigate a case.', 'agent: Sure Allen, may I know your travelling dates?', 'customer: My travelling dates are 02/02 to 02/04.', 'agent: Ok, wait a moment.', 'customer: Ok.', 'agent: There is flight found for your request with 1 connection. Shall I proceed to book a flight?', 'customer: Please proceed.', 'agent: Your ticket is confirmed with flight number 1007 and airline is AA.', 'customer: Thank you for your help.', 'agent: Welcome, have a safe journey.' ### Response: {'departure_airport': 'DCA', 'departure_day': '2', 'departure_month': 'Feb', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Janet Allen', 'return_airport': 'EWR', 'return_day': '4', 'return_month': 'Feb'}
[ "customer: Hello.", "agent: Hello, how can I assist you?", "customer: I am Nancy Jackson, want to travel from CLT to MSP. Can you please help me?", "agent: Sure, let me know your specifications.", "customer: My budget limit is 1000.", "agent: Please share your planned trip dates.", "customer: My trip dates are from 11/11 to 11/13.", "agent: Unfortunately, there are no flights available based on your details.", "customer: That's fine, thank you.", "agent: Thank you for choosing us." ]
{ "departure_airport": "CLT", "departure_day": "11", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Nancy Jackson", "return_airport": "MSP", "return_day": "13", "return_month": "July" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how can I assist you?', 'customer: I am Nancy Jackson, want to travel from CLT to MSP. Can you please help me?', 'agent: Sure, let me know your specifications.', 'customer: My budget limit is 1000.', 'agent: Please share your planned trip dates.', 'customer: My trip dates are from 11/11 to 11/13.', 'agent: Unfortunately, there are no flights available based on your details.', "customer: That's fine, thank you.", 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'CLT', 'departure_day': '11', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Nancy Jackson', 'return_airport': 'MSP', 'return_day': '13', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello, how may I assist you?", "customer: I am Barbara Adams, can you book a ticket from PHL to DCA?", "agent: Sure, may I know your travel dates please?", "customer: I am planning to start on 12/16 and return on 12/18.", "agent: Ok, hold on for a moment. Let me check the best flight for you.", "customer: Make sure that connection limit is 1.", "agent: I found a flight for you with JetBlue airline and it costs you 200. Shall I proceed?", "customer: Please proceed.", "agent: Your ticket has been confirmed with 1005 flight number.", "customer: Thank you for booking.", "agent: Welcome." ]
{ "departure_airport": "PHL", "departure_day": "16", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Barbara Adams", "return_airport": "DCA", "return_day": "18", "return_month": "Dec" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I assist you?', 'customer: I am Barbara Adams, can you book a ticket from PHL to DCA?', 'agent: Sure, may I know your travel dates please?', 'customer: I am planning to start on 12/16 and return on 12/18.', 'agent: Ok, hold on for a moment. Let me check the best flight for you.', 'customer: Make sure that connection limit is 1.', 'agent: I found a flight for you with JetBlue airline and it costs you 200. Shall I proceed?', 'customer: Please proceed.', 'agent: Your ticket has been confirmed with 1005 flight number.', 'customer: Thank you for booking.', 'agent: Welcome.' ### Response: {'departure_airport': 'PHL', 'departure_day': '16', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Barbara Adams', 'return_airport': 'DCA', 'return_day': '18', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello. How may I assist you today?", "customer: I have to change my reservation due to my planned my trip got postponed. So please help me with that.", "agent: Sure, may I know your name?", "customer: Thank you. Please check my reservation with my name Rebecca Gonzalez.", "agent: Please wait a moment.", "customer: Sure, take your time.", "agent: Sorry, there are no active reservations to change your trip.", "customer: Oh! It may not be booked properly. Anyway, thank you for your time.", "agent: Thank you for reaching our service.", "customer: Most welcome." ]
{ "departure_airport": "MCO", "departure_day": "6", "departure_month": "Mar", "goal": "change", "max_connections": 1, "max_price": 5000, "name": "Rebecca Gonzalez", "return_airport": "PHX", "return_day": "8", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How may I assist you today?', 'customer: I have to change my reservation due to my planned my trip got postponed. So please help me with that.', 'agent: Sure, may I know your name?', 'customer: Thank you. Please check my reservation with my name Rebecca Gonzalez.', 'agent: Please wait a moment.', 'customer: Sure, take your time.', 'agent: Sorry, there are no active reservations to change your trip.', 'customer: Oh! It may not be booked properly. Anyway, thank you for your time.', 'agent: Thank you for reaching our service.', 'customer: Most welcome.' ### Response: {'departure_airport': 'MCO', 'departure_day': '6', 'departure_month': 'Mar', 'goal': 'change', 'max_connections': 1, 'max_price': 5000, 'name': 'Rebecca Gonzalez', 'return_airport': 'PHX', 'return_day': '8', 'return_month': 'Mar'}
[ "customer: Hi.", "agent: Hello, how can I guide you for today?", "customer: I need to amend my reservation, can you help me out?", "agent: Sure, I will help you about that. Can you please provide your name to check the reservation status under your name?", "customer: Myself Joseph Baker.", "agent: Sorry Joseph Baker, there is no active reservation under your name to change your reservation.", "customer: That's ok, not an issues. Thank you.", "agent: You are welcome, thank you for reaching us." ]
{ "departure_airport": "EWR", "departure_day": "15", "departure_month": "Oct", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Joseph Baker", "return_airport": "HOU", "return_day": "17", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello, how can I guide you for today?', 'customer: I need to amend my reservation, can you help me out?', 'agent: Sure, I will help you about that. Can you please provide your name to check the reservation status under your name?', 'customer: Myself Joseph Baker.', 'agent: Sorry Joseph Baker, there is no active reservation under your name to change your reservation.', "customer: That's ok, not an issues. Thank you.", 'agent: You are welcome, thank you for reaching us.' ### Response: {'departure_airport': 'EWR', 'departure_day': '15', 'departure_month': 'Oct', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Joseph Baker', 'return_airport': 'HOU', 'return_day': '17', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello.", "customer: Rachel Martin here.", "agent: Rachel, how may I guide you?", "customer: Actually I booked a ticket to MSP for a interview, but due to a medical problem I'm unable to attend. Could you help me in changing my reservation to other planned dates?", "agent: Hold on for a moment, let me check.", "customer: Ok.", "agent: Rachel, I am sorry to inform you that there are no existing reservations with your name.", "customer: No problem. Thank you for your time.", "agent: Thank you, have a good day." ]
{ "departure_airport": "BOS", "departure_day": "3", "departure_month": "Sept", "goal": "change", "max_connections": 1, "max_price": 500, "name": "Rachel Martin", "return_airport": "LAS", "return_day": "5", "return_month": "Sept" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: Rachel Martin here.', 'agent: Rachel, how may I guide you?', "customer: Actually I booked a ticket to MSP for a interview, but due to a medical problem I'm unable to attend. Could you help me in changing my reservation to other planned dates?", 'agent: Hold on for a moment, let me check.', 'customer: Ok.', 'agent: Rachel, I am sorry to inform you that there are no existing reservations with your name.', 'customer: No problem. Thank you for your time.', 'agent: Thank you, have a good day.' ### Response: {'departure_airport': 'BOS', 'departure_day': '3', 'departure_month': 'Sept', 'goal': 'change', 'max_connections': 1, 'max_price': 500, 'name': 'Rachel Martin', 'return_airport': 'LAS', 'return_day': '5', 'return_month': 'Sept'}
[ "customer: Hi, I am Sharon Edwards.", "agent: Hello, how may I aid you today?", "customer: I need to book a flight ticket to Washington to enjoy religious festivals with family. Can you make a reservation from LGA?", "agent: Sure, may I know your destination airport code?", "customer: Sure, my landing point is IAD.", "agent: May I know your journey dates?", "customer: Sure, I need to fly on 03/02 and 03/04.", "agent: Please wait for a minute.", "customer: Sure.", "agent: Southwest airline with flight number 1009 is available. And ticket fare 100 with a single connection is available.", "customer: Please proceed to book.", "agent: Your booking has been confirmed.", "customer: Thank you for your kind service.", "agent: Thank you for connecting with us." ]
{ "departure_airport": "LGA", "departure_day": "2", "departure_month": "Mar", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Sharon Edwards", "return_airport": "IAD", "return_day": "4", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi, I am Sharon Edwards.', 'agent: Hello, how may I aid you today?', 'customer: I need to book a flight ticket to Washington to enjoy religious festivals with family. Can you make a reservation from LGA?', 'agent: Sure, may I know your destination airport code?', 'customer: Sure, my landing point is IAD.', 'agent: May I know your journey dates?', 'customer: Sure, I need to fly on 03/02 and 03/04.', 'agent: Please wait for a minute.', 'customer: Sure.', 'agent: Southwest airline with flight number 1009 is available. And ticket fare 100 with a single connection is available.', 'customer: Please proceed to book.', 'agent: Your booking has been confirmed.', 'customer: Thank you for your kind service.', 'agent: Thank you for connecting with us.' ### Response: {'departure_airport': 'LGA', 'departure_day': '2', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Sharon Edwards', 'return_airport': 'IAD', 'return_day': '4', 'return_month': 'Mar'}
[ "customer: Hello.", "agent: Hello, how can I help you?", "customer: I am Betty Williams, help me to book a flight ticket on 08/18 to meet my step father at Philadelphia. Can you book a return ticket on 08/20?", "agent: Sues, may I know your price limit for this journey?", "customer: My budget is 5000 for flight ticket.", "agent: Ok, please provide me your airport codes.", "customer: I will fly from Orlando, FL-MCO to PA-PHL.", "agent: Ok, let me check the availability on your route.", "customer: Sure.", "agent: Betty, Frontier airline is available with price 100 with single connection. Shall I proceed?", "customer: Sure.", "agent: Reservation has been done in 1028 flight.", "customer: Thank you for helping me with booking.", "agent: Thank you for opting us." ]
{ "departure_airport": "MCO", "departure_day": "18", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Betty Williams", "return_airport": "PHL", "return_day": "20", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how can I help you?', 'customer: I am Betty Williams, help me to book a flight ticket on 08/18 to meet my step father at Philadelphia. Can you book a return ticket on 08/20?', 'agent: Sues, may I know your price limit for this journey?', 'customer: My budget is 5000 for flight ticket.', 'agent: Ok, please provide me your airport codes.', 'customer: I will fly from Orlando, FL-MCO to PA-PHL.', 'agent: Ok, let me check the availability on your route.', 'customer: Sure.', 'agent: Betty, Frontier airline is available with price 100 with single connection. Shall I proceed?', 'customer: Sure.', 'agent: Reservation has been done in 1028 flight.', 'customer: Thank you for helping me with booking.', 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'MCO', 'departure_day': '18', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Betty Williams', 'return_airport': 'PHL', 'return_day': '20', 'return_month': 'Aug'}
[ "customer: Hello.", "agent: Hello, how may I help you?", "customer: Myself John Martin. I just want to visit holy places at OAK from PHX, can you please book me a ticket?", "agent: Sure, can you please specify me your dates of travel?", "customer: Sure, my travel dates are Oct 2nd and Oct 4th.", "agent: Do you have any requirements?", "customer: My connection limit should be 1 and I can afford 5000 or less.", "agent: There is a connecting flight 1010 of Frontier airlines, can I proceed?", "customer: Sure, please proceed with that.", "agent: Your booking is done, have a safe journey.", "customer: Thank you for your kind service.", "agent: Welcome." ]
{ "departure_airport": "PHX", "departure_day": "2", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "John Martin", "return_airport": "OAK", "return_day": "4", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I help you?', 'customer: Myself John Martin. I just want to visit holy places at OAK from PHX, can you please book me a ticket?', 'agent: Sure, can you please specify me your dates of travel?', 'customer: Sure, my travel dates are Oct 2nd and Oct 4th.', 'agent: Do you have any requirements?', 'customer: My connection limit should be 1 and I can afford 5000 or less.', 'agent: There is a connecting flight 1010 of Frontier airlines, can I proceed?', 'customer: Sure, please proceed with that.', 'agent: Your booking is done, have a safe journey.', 'customer: Thank you for your kind service.', 'agent: Welcome.' ### Response: {'departure_airport': 'PHX', 'departure_day': '2', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'John Martin', 'return_airport': 'OAK', 'return_day': '4', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello, how may I support you today?", "customer: I am planning to attend music concert at DCA, can you please help me with booking a flight ticket from EWR?", "agent: Sure, please share me your journey dates.", "customer: I would like to take off on Mar 28 and return on Mar 30.", "agent: Do you have any connection limit?", "customer: I am looking for a connecting flight.", "agent: Can I know your good name please?", "customer: My name is Brian Wright.", "agent: Are there any other specifications?", "customer: I would like to depart during afternoon time.", "agent: Sorry to say that, there are no flights available on the routes of your journey.", "customer: Ok, no issues. Thank you for the information.", "agent: Thank you for opting us.", "customer: You are welcome." ]
{ "departure_airport": "EWR", "departure_day": "28", "departure_month": "Mar", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Brian Wright", "return_airport": "DCA", "return_day": "30", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello, how may I support you today?', 'customer: I am planning to attend music concert at DCA, can you please help me with booking a flight ticket from EWR?', 'agent: Sure, please share me your journey dates.', 'customer: I would like to take off on Mar 28 and return on Mar 30.', 'agent: Do you have any connection limit?', 'customer: I am looking for a connecting flight.', 'agent: Can I know your good name please?', 'customer: My name is Brian Wright.', 'agent: Are there any other specifications?', 'customer: I would like to depart during afternoon time.', 'agent: Sorry to say that, there are no flights available on the routes of your journey.', 'customer: Ok, no issues. Thank you for the information.', 'agent: Thank you for opting us.', 'customer: You are welcome.' ### Response: {'departure_airport': 'EWR', 'departure_day': '28', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Brian Wright', 'return_airport': 'DCA', 'return_day': '30', 'return_month': 'Mar'}
[ "customer: Hello, I am Christine Carter.", "agent: Hello, how may I help you at this moment?", "customer: As my manager did not approve my leave, so I would like to cancel my ticket.", "agent: Can I have a moment please?", "customer: Sure, take your time.", "agent: Sorry, no ticket is showing on your name.", "customer: That's ok, may be my friend has cancelled it before.", "agent: Yes, it may be. Thank you for approaching us.", "customer: Welcome." ]
{ "departure_airport": "EWR", "departure_day": "24", "departure_month": "Aug", "goal": "cancel", "max_connections": 1, "max_price": 200, "name": "Christine Carter", "return_airport": "MSP", "return_day": "26", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello, I am Christine Carter.', 'agent: Hello, how may I help you at this moment?', 'customer: As my manager did not approve my leave, so I would like to cancel my ticket.', 'agent: Can I have a moment please?', 'customer: Sure, take your time.', 'agent: Sorry, no ticket is showing on your name.', "customer: That's ok, may be my friend has cancelled it before.", 'agent: Yes, it may be. Thank you for approaching us.', 'customer: Welcome.' ### Response: {'departure_airport': 'EWR', 'departure_day': '24', 'departure_month': 'Aug', 'goal': 'cancel', 'max_connections': 1, 'max_price': 200, 'name': 'Christine Carter', 'return_airport': 'MSP', 'return_day': '26', 'return_month': 'Aug'}
[ "customer: Hello.", "agent: Hello.", "customer: Myself Dorothy Williams.", "agent: How may I help you out?", "customer: I am planning to travel Dallas this week day. Can you please help me in booking the ticket from SFO to DFW?", "agent: Sure, I will help you in booking the ticket. May I know your travelling dates please?", "customer: I will drop-off 01/09 and gain I will retrieve on 01/11.", "agent: Do you have connection limit?", "customer: I prefer for direct flight.", "agent: Sorry, there are no flights found in our database.", "customer: Not an issue, anyway thank you very much for your kind information.", "agent: Thank you for choosing us." ]
{ "departure_airport": "SFO", "departure_day": "9", "departure_month": "Jan", "goal": "book", "max_connections": -1, "max_price": 500, "name": "Dorothy Williams", "return_airport": "DFW", "return_day": "11", "return_month": "Jan" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello.', 'customer: Myself Dorothy Williams.', 'agent: How may I help you out?', 'customer: I am planning to travel Dallas this week day. Can you please help me in booking the ticket from SFO to DFW?', 'agent: Sure, I will help you in booking the ticket. May I know your travelling dates please?', 'customer: I will drop-off 01/09 and gain I will retrieve on 01/11.', 'agent: Do you have connection limit?', 'customer: I prefer for direct flight.', 'agent: Sorry, there are no flights found in our database.', 'customer: Not an issue, anyway thank you very much for your kind information.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'SFO', 'departure_day': '9', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': -1, 'max_price': 500, 'name': 'Dorothy Williams', 'return_airport': 'DFW', 'return_day': '11', 'return_month': 'Jan'}
[ "customer: Hi.", "agent: Hello. What can I do for you at this moment?", "customer: I want to travel from ATL to PHL, can you please avail me a flight ticket?", "agent: Sure, may I know your travelling dates?", "customer: My travelling dates are from Aug 1st to Aug 3rd.", "agent: Can I know your good name please?", "customer: I am Donna Edwards.", "agent: Do you have any other preferences?", "customer: I want a break in between my journey.", "agent: We found a Spirit Airlines with fare of 100 and a lay by in between the journey matches your schedule.", "customer: Please proceed.", "agent: Your ticket has been confirmed with flight number 1013.", "customer: Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "ATL", "departure_day": "1", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Donna Edwards", "return_airport": "PHL", "return_day": "3", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. What can I do for you at this moment?', 'customer: I want to travel from ATL to PHL, can you please avail me a flight ticket?', 'agent: Sure, may I know your travelling dates?', 'customer: My travelling dates are from Aug 1st to Aug 3rd.', 'agent: Can I know your good name please?', 'customer: I am Donna Edwards.', 'agent: Do you have any other preferences?', 'customer: I want a break in between my journey.', 'agent: We found a Spirit Airlines with fare of 100 and a lay by in between the journey matches your schedule.', 'customer: Please proceed.', 'agent: Your ticket has been confirmed with flight number 1013.', 'customer: Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'ATL', 'departure_day': '1', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Donna Edwards', 'return_airport': 'PHL', 'return_day': '3', 'return_month': 'Aug'}
[ "customer: Hello. I am Nancy Hall.", "agent: Hello, how may I assist you at this moment?", "customer: I want to travel from DFW to IAH. Can you help me to book a flight ticket?", "agent: Sure, I am here to help you in booking. Kindly provide your travel dates to reserve a flight.", "customer: I want to fly in the flight on 04/01 and 04/03.", "agent: Ok, please be on hold, let me check for the flight availability.", "customer: Ok, take your own time.", "agent: Hawaiian airlines is having a flight with a single halt and ticket fare is 100, shall I proceed with booking?", "customer: Proceed to booking.", "agent: Ok, your ticket has been reserved with the flight-1006.", "customer: Thank you for your help.", "agent: Welcome, have a happy journey." ]
{ "departure_airport": "DFW", "departure_day": "1", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Nancy Hall", "return_airport": "IAH", "return_day": "3", "return_month": "Apr" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello. I am Nancy Hall.', 'agent: Hello, how may I assist you at this moment?', 'customer: I want to travel from DFW to IAH. Can you help me to book a flight ticket?', 'agent: Sure, I am here to help you in booking. Kindly provide your travel dates to reserve a flight.', 'customer: I want to fly in the flight on 04/01 and 04/03.', 'agent: Ok, please be on hold, let me check for the flight availability.', 'customer: Ok, take your own time.', 'agent: Hawaiian airlines is having a flight with a single halt and ticket fare is 100, shall I proceed with booking?', 'customer: Proceed to booking.', 'agent: Ok, your ticket has been reserved with the flight-1006.', 'customer: Thank you for your help.', 'agent: Welcome, have a happy journey.' ### Response: {'departure_airport': 'DFW', 'departure_day': '1', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Nancy Hall', 'return_airport': 'IAH', 'return_day': '3', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: I need to travel from PHL and LGA, can you please reserve flight ticket?", "agent: Sure, I am here to help you with that, can I know your good name to proceed further?", "customer: Myself Daniel Perez.", "agent: May I know on which dates you are willing to travel?", "customer: My travelling dates are Aug,23 and Aug,25.", "agent: Do you need any flag stop in between journey?", "customer: I prefer one connecting flight.", "agent: Is there any other specifications regarding your journey?", "customer: No other specifications needed.", "agent: Thank you for the information, please wait for a while.", "customer: Sure.", "agent: There is a flight in JetBlue airlines with the price of 100 having one connection and economy class. Can I proceed to booking?", "customer: Please proceed with the reservation.", "agent: Your booking is confirmed and the flight number is 1014.", "customer: Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "PHL", "departure_day": "23", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Daniel Perez", "return_airport": "LGA", "return_day": "25", "return_month": "Aug" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hello.', 'agent: Hello. How can I help you?', 'customer: I need to travel from PHL and LGA, can you please reserve flight ticket?', 'agent: Sure, I am here to help you with that, can I know your good name to proceed further?', 'customer: Myself Daniel Perez.', 'agent: May I know on which dates you are willing to travel?', 'customer: My travelling dates are Aug,23 and Aug,25.', 'agent: Do you need any flag stop in between journey?', 'customer: I prefer one connecting flight.', 'agent: Is there any other specifications regarding your journey?', 'customer: No other specifications needed.', 'agent: Thank you for the information, please wait for a while.', 'customer: Sure.', 'agent: There is a flight in JetBlue airlines with the price of 100 having one connection and economy class. Can I proceed to booking?', 'customer: Please proceed with the reservation.', 'agent: Your booking is confirmed and the flight number is 1014.', 'customer: Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'PHL', 'departure_day': '23', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Daniel Perez', 'return_airport': 'LGA', 'return_day': '25', 'return_month': 'Aug'}
[ "customer: Hi, Margaret Evans is my name.", "agent: Hello, how may I help you?", "customer: I am willing to book a flight on Oct 25th to reach Philadelphia, so please help me in booking a flight with a halt.", "agent: Sure, may I know your source and destination airport codes?", "customer: Sure, my airport codes are HOU - PHL.", "agent: Ok, when you will return from PHL?", "customer: I have planned to return on 27th of Oct.", "agent: Please wait a moment to check flight availability.", "customer: Sure.", "agent: We found a flight from Spirit airline with 1 connection and the fare is 100 with an economy class.Shall I proceed?", "customer: Ok, please confirm my booking.", "agent: Your ticket is booked with 1008 flight number.", "customer: Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "HOU", "departure_day": "25", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Margaret Evans", "return_airport": "PHL", "return_day": "27", "return_month": "Oct" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi, Margaret Evans is my name.', 'agent: Hello, how may I help you?', 'customer: I am willing to book a flight on Oct 25th to reach Philadelphia, so please help me in booking a flight with a halt.', 'agent: Sure, may I know your source and destination airport codes?', 'customer: Sure, my airport codes are HOU - PHL.', 'agent: Ok, when you will return from PHL?', 'customer: I have planned to return on 27th of Oct.', 'agent: Please wait a moment to check flight availability.', 'customer: Sure.', 'agent: We found a flight from Spirit airline with 1 connection and the fare is 100 with an economy class.Shall I proceed?', 'customer: Ok, please confirm my booking.', 'agent: Your ticket is booked with 1008 flight number.', 'customer: Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'HOU', 'departure_day': '25', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Margaret Evans', 'return_airport': 'PHL', 'return_day': '27', 'return_month': 'Oct'}
[ "customer: Hi.", "agent: Hello. How can I help you?", "customer: Jennifer Mitchell here. Owing an emergency, I want to cancel my recent reservation. Can you please help me?", "agent: Sure, I will help you to cancel your reservation.", "customer: Thank you.", "agent: I found your reservation and it is successfully cancelled.", "customer: Thank you for the help in cancelling my ticket.", "agent: Welcome." ]
{ "departure_airport": "MSP", "departure_day": "15", "departure_month": "Mar", "goal": "cancel", "max_connections": -1, "max_price": 500, "name": "Jennifer Mitchell", "return_airport": "AUS", "return_day": "17", "return_month": "Mar" }
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a helpful flight booking assistance your job is to extract important flight information ### Input: 'customer: Hi.', 'agent: Hello. How can I help you?', 'customer: Jennifer Mitchell here. Owing an emergency, I want to cancel my recent reservation. Can you please help me?', 'agent: Sure, I will help you to cancel your reservation.', 'customer: Thank you.', 'agent: I found your reservation and it is successfully cancelled.', 'customer: Thank you for the help in cancelling my ticket.', 'agent: Welcome.' ### Response: {'departure_airport': 'MSP', 'departure_day': '15', 'departure_month': 'Mar', 'goal': 'cancel', 'max_connections': -1, 'max_price': 500, 'name': 'Jennifer Mitchell', 'return_airport': 'AUS', 'return_day': '17', 'return_month': 'Mar'}