dialogue
sequencelengths
3
32
intent
dict
text
stringlengths
725
3.16k
[ "customer: Hi.", "agent: Hello. How can I help you?", "customer: Please help me to book a flight ticket from SFO to visit Central Hall in EWR.", "agent: Let me know your journey dates?", "customer: Sure, I intend to start on 09/04 and my return date will be on 09/06.", "agent: Do you have any preference?", "customer: I prefer to fly with the connecting flight.", "agent: Can I know your name?", "customer: I am Jerry Williams.", "agent: Found ticket with JetBlue airlines for price 100 having flight number 1029.", "customer: That's fine, you can book the ticket.", "agent: Ticket is booked.", "customer: Thank you for your assistance in booking.", "agent: Thank you." ]
{ "departure_airport": "SFO", "departure_day": "4", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Jeffrey Williams", "return_airport": "EWR", "return_day": "6", "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. How can I help you?', 'customer: Please help me to book a flight ticket from SFO to visit Central Hall in EWR.', 'agent: Let me know your journey dates?', 'customer: Sure, I intend to start on 09/04 and my return date will be on 09/06.', 'agent: Do you have any preference?', 'customer: I prefer to fly with the connecting flight.', 'agent: Can I know your name?', 'customer: I am Jerry Williams.', 'agent: Found ticket with JetBlue airlines for price 100 having flight number 1029.', "customer: That's fine, you can book the ticket.", 'agent: Ticket is booked.', 'customer: Thank you for your assistance in booking.', 'agent: Thank you.' ### Response: {'departure_airport': 'SFO', 'departure_day': '4', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Jeffrey Williams', 'return_airport': 'EWR', 'return_day': '6', 'return_month': 'Sept'}
[ "customer: Hello, I'm Thomas Miller.", "agent: Hello, how can I serve you?", "customer: There is an Autoexpo'2017 motorcar show which is going to be held at Las Vegas for which I wish to attend. So, please help me to book a flight.", "agent: Sure.", "customer: My travel dates are depart date on:10/20 and return date on:10/22. The airport codes are IL - ORD to NV - LAS.", "agent: Ok, please wait a moment.", "customer: I wish to travel in a flight with price limit:500 and connections limit as 1.", "agent: Thank you for waiting there were no flight found given requirements.", "customer: Do you need any other information? OK. Thank you, I appreciate your efforts.", "agent: Thank you, have a nice day." ]
{ "departure_airport": "ORD", "departure_day": "20", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Thomas Miller", "return_airport": "LAS", "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, I'm Thomas Miller.", 'agent: Hello, how can I serve you?', "customer: There is an Autoexpo'2017 motorcar show which is going to be held at Las Vegas for which I wish to attend. So, please help me to book a flight.", 'agent: Sure.', 'customer: My travel dates are depart date on:10/20 and return date on:10/22. The airport codes are IL - ORD to NV - LAS.', 'agent: Ok, please wait a moment.', 'customer: I wish to travel in a flight with price limit:500 and connections limit as 1.', 'agent: Thank you for waiting there were no flight found given requirements.', 'customer: Do you need any other information? OK. Thank you, I appreciate your efforts.', 'agent: Thank you, have a nice day.' ### Response: {'departure_airport': 'ORD', 'departure_day': '20', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Thomas Miller', 'return_airport': 'LAS', 'return_day': '22', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello, how can I aid you?", "customer: I want to cancel my reservation, can you please help me?", "agent: Sure, I can help you with that. May I know your good name please?", "customer: My name is Christine Roberts.", "agent: Ok, please wait for a while.", "customer: Sure.", "agent: Christine Roberts, there is no active reservation found under your name to do cancellation.", "customer: Ok, not a problem. Thank you.", "agent: Thank you for choosing us." ]
{ "departure_airport": "DEN", "departure_day": "17", "departure_month": "Mar", "goal": "cancel", "max_connections": 0, "max_price": 1000, "name": "Christine Roberts", "return_airport": "MSP", "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, how can I aid you?', 'customer: I want to cancel my reservation, can you please help me?', 'agent: Sure, I can help you with that. May I know your good name please?', 'customer: My name is Christine Roberts.', 'agent: Ok, please wait for a while.', 'customer: Sure.', 'agent: Christine Roberts, there is no active reservation found under your name to do cancellation.', 'customer: Ok, not a problem. Thank you.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'DEN', 'departure_day': '17', 'departure_month': 'Mar', 'goal': 'cancel', 'max_connections': 0, 'max_price': 1000, 'name': 'Christine Roberts', 'return_airport': 'MSP', 'return_day': '19', 'return_month': 'Mar'}
[ "customer: Hi. I am Ronald Hall.", "agent: Hello, how can I help you today?", "customer: I am planning to travel from LAX to DEN, help me in booking a flight for me?", "agent: Sure, may I know your planned travel dates?", "customer: I like to travel on 06/08 to 06/10.", "agent: Do you need a halt in between your journey?", "customer: Yes, I need 1 connection.", "agent: Please wait for a moment.", "customer: Ok.", "agent: We found an airline: Delta, flight number: 1004 and price is 100 with one connection.", "customer: Proceed for booking.", "agent: Your flight ticket has been reserved.", "customer: Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LAX", "departure_day": "8", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Ronald Hall", "return_airport": "DEN", "return_day": "10", "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. I am Ronald Hall.', 'agent: Hello, how can I help you today?', 'customer: I am planning to travel from LAX to DEN, help me in booking a flight for me?', 'agent: Sure, may I know your planned travel dates?', 'customer: I like to travel on 06/08 to 06/10.', 'agent: Do you need a halt in between your journey?', 'customer: Yes, I need 1 connection.', 'agent: Please wait for a moment.', 'customer: Ok.', 'agent: We found an airline: Delta, flight number: 1004 and price is 100 with one connection.', 'customer: Proceed for booking.', 'agent: Your flight ticket has been reserved.', 'customer: Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LAX', 'departure_day': '8', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Ronald Hall', 'return_airport': 'DEN', 'return_day': '10', 'return_month': 'June'}
[ "customer: Hello, I am Gary Mitchell.", "agent: Hello. How can I assist you today?", "customer: I need to attend for an interview at LAX. Can you please help me to book a flight from PHL?", "agent: Sure, can you please share your travel dates?", "customer: Ok, my planned trip dates are Dec 8 - Dec 10.", "agent: Do you have any class preference?", "customer: Yes, I want to travel in economy class.", "agent: Gary Mitchell, there is a flight available with price 100 and the connection is 1 with UA airline. Would you like me to proceed with the booking?", "customer: Ok, please proceed.", "agent: Your booking is confirmed with 1014 flight number.", "customer: Thank you.", "agent: You are welcome. Thank you for contacting us." ]
{ "departure_airport": "PHL", "departure_day": "8", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Gary Mitchell", "return_airport": "LAX", "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, I am Gary Mitchell.', 'agent: Hello. How can I assist you today?', 'customer: I need to attend for an interview at LAX. Can you please help me to book a flight from PHL?', 'agent: Sure, can you please share your travel dates?', 'customer: Ok, my planned trip dates are Dec 8 - Dec 10.', 'agent: Do you have any class preference?', 'customer: Yes, I want to travel in economy class.', 'agent: Gary Mitchell, there is a flight available with price 100 and the connection is 1 with UA airline. Would you like me to proceed with the booking?', 'customer: Ok, please proceed.', 'agent: Your booking is confirmed with 1014 flight number.', 'customer: Thank you.', 'agent: You are welcome. Thank you for contacting us.' ### Response: {'departure_airport': 'PHL', 'departure_day': '8', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Gary Mitchell', 'return_airport': 'LAX', 'return_day': '10', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: I need to do some changes in my previous flight booking that I have booked a ticket with wrong airport codes, can you please help me with that?", "agent: Sure, may I know your name please?", "customer: I am Anthony Thomas.", "agent: I am sorry no reservation found on your name.", "customer: That's ok, thank you for checking.", "agent: Thank you for choosing us." ]
{ "departure_airport": "ORD", "departure_day": "19", "departure_month": "Feb", "goal": "change", "max_connections": 1, "max_price": 500, "name": "Anthony Thomas", "return_airport": "JFK", "return_day": "21", "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: I need to do some changes in my previous flight booking that I have booked a ticket with wrong airport codes, can you please help me with that?', 'agent: Sure, may I know your name please?', 'customer: I am Anthony Thomas.', 'agent: I am sorry no reservation found on your name.', "customer: That's ok, thank you for checking.", 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'ORD', 'departure_day': '19', 'departure_month': 'Feb', 'goal': 'change', 'max_connections': 1, 'max_price': 500, 'name': 'Anthony Thomas', 'return_airport': 'JFK', 'return_day': '21', 'return_month': 'Feb'}
[ "customer: Hi. I am Paul Collins.", "agent: Hello, How exactly I can serve you the best today?", "customer: I want to book a flight ticket from Austin to San Francisco, so can you please book me a direct flight?", "agent: Sure, we are rapturous to help you.", "customer: Thank you.", "agent: Could you please help me with providing your corresponding airport codes?", "customer: Yes, my airport codes are TX-AUS and CA-SFO.", "agent: On which dates would you like me to book a flight ticket for you?", "customer: I want to book a flight ticket on dates 12/18 and 12/20.", "agent: Ok, please wait a moment, let me search a flight for you.", "customer: Ok.", "agent: Sorry, there were no flights with your information due to having some bad weather conditions.", "customer: That's ok. Thank you for the response.", "agent: Thank you for choosing us, hope to serve you better next time." ]
{ "departure_airport": "AUS", "departure_day": "18", "departure_month": "Dec", "goal": "book", "max_connections": 0, "max_price": 5000, "name": "Paul Collins", "return_airport": "SFO", "return_day": "20", "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. I am Paul Collins.', 'agent: Hello, How exactly I can serve you the best today?', 'customer: I want to book a flight ticket from Austin to San Francisco, so can you please book me a direct flight?', 'agent: Sure, we are rapturous to help you.', 'customer: Thank you.', 'agent: Could you please help me with providing your corresponding airport codes?', 'customer: Yes, my airport codes are TX-AUS and CA-SFO.', 'agent: On which dates would you like me to book a flight ticket for you?', 'customer: I want to book a flight ticket on dates 12/18 and 12/20.', 'agent: Ok, please wait a moment, let me search a flight for you.', 'customer: Ok.', 'agent: Sorry, there were no flights with your information due to having some bad weather conditions.', "customer: That's ok. Thank you for the response.", 'agent: Thank you for choosing us, hope to serve you better next time.' ### Response: {'departure_airport': 'AUS', 'departure_day': '18', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 0, 'max_price': 5000, 'name': 'Paul Collins', 'return_airport': 'SFO', 'return_day': '20', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello, how can I help you?", "customer: This is Jennifer Scott, can you help mew to book a flight ticket from CLT to MSP?", "agent: May I know your desired travel dates please?", "customer: I ma travelling from June 06 to June 08.", "agent: There is a flight with connection limit 1 and fare 100, shall I proceed for booking?", "customer: Please proceed.", "agent: Your ticket is booked, flight number 1009.", "customer: Thank you.", "agent: Thank you for opting us." ]
{ "departure_airport": "CLT", "departure_day": "6", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Jennifer Scott", "return_airport": "MSP", "return_day": "8", "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 can I help you?', 'customer: This is Jennifer Scott, can you help mew to book a flight ticket from CLT to MSP?', 'agent: May I know your desired travel dates please?', 'customer: I ma travelling from June 06 to June 08.', 'agent: There is a flight with connection limit 1 and fare 100, shall I proceed for booking?', 'customer: Please proceed.', 'agent: Your ticket is booked, flight number 1009.', 'customer: Thank you.', 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'CLT', 'departure_day': '6', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Jennifer Scott', 'return_airport': 'MSP', 'return_day': '8', 'return_month': 'June'}
[ "customer: Hi.", "agent: Hello, how may I assist you today?", "customer: I want to visit DTW, can you help me to book flight ticket from LGA?", "agent: Sure, can you please share your journey dates?", "customer: My journey dates to travel are Oct 8 and Oct 10.", "agent: Do you have any connection limit?", "customer: I want maximum connection of one flight.", "agent: Let me know your airline preference?", "customer: I do not have any airline preference.", "agent: Any other requirements to be met?", "customer: No, thank you for asking.", "agent: May I know your name?", "customer: Myself Angela White.", "agent: Sorry, there are no flights found with your given details.", "customer: Ok, not a problem. Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LGA", "departure_day": "8", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Angela White", "return_airport": "DTW", "return_day": "10", "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 assist you today?', 'customer: I want to visit DTW, can you help me to book flight ticket from LGA?', 'agent: Sure, can you please share your journey dates?', 'customer: My journey dates to travel are Oct 8 and Oct 10.', 'agent: Do you have any connection limit?', 'customer: I want maximum connection of one flight.', 'agent: Let me know your airline preference?', 'customer: I do not have any airline preference.', 'agent: Any other requirements to be met?', 'customer: No, thank you for asking.', 'agent: May I know your name?', 'customer: Myself Angela White.', 'agent: Sorry, there are no flights found with your given details.', 'customer: Ok, not a problem. Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LGA', 'departure_day': '8', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Angela White', 'return_airport': 'DTW', 'return_day': '10', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello. How may I help you today?", "customer: I need to book my ticket from CLT to OAK. Can you please help me with booking?", "agent: Sure, I am here to help you with that. Can I know your planned trip dates?", "customer: My planned trip dates are Sept 14 and Sept 16.", "agent: May I know your good name?", "customer: Sure, Kathleen Roberts.", "agent: Is there any other requirements?", "customer: I need a connecting flight in my journey.", "agent: Please wait for a minute.", "customer: Sure, I will wait for your response.", "agent: The United airlines are providing a flight having a connection limit 1 and the ticket fare of 100. Can I proceed with the ticket booking?", "customer: Yes, please proceed with that ticket booking.", "agent: Your flight ticket is confirmed in an economy class and the flight number 1003.", "customer: Thank you for helping me.", "agent: Thank you for reaching us. Have a safe journey." ]
{ "departure_airport": "CLT", "departure_day": "14", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Kathleen Roberts", "return_airport": "OAK", "return_day": "16", "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 may I help you today?', 'customer: I need to book my ticket from CLT to OAK. Can you please help me with booking?', 'agent: Sure, I am here to help you with that. Can I know your planned trip dates?', 'customer: My planned trip dates are Sept 14 and Sept 16.', 'agent: May I know your good name?', 'customer: Sure, Kathleen Roberts.', 'agent: Is there any other requirements?', 'customer: I need a connecting flight in my journey.', 'agent: Please wait for a minute.', 'customer: Sure, I will wait for your response.', 'agent: The United airlines are providing a flight having a connection limit 1 and the ticket fare of 100. Can I proceed with the ticket booking?', 'customer: Yes, please proceed with that ticket booking.', 'agent: Your flight ticket is confirmed in an economy class and the flight number 1003.', 'customer: Thank you for helping me.', 'agent: Thank you for reaching us. Have a safe journey.' ### Response: {'departure_airport': 'CLT', 'departure_day': '14', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Kathleen Roberts', 'return_airport': 'OAK', 'return_day': '16', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello, how can I aid you today?", "customer: I am Emma White. I want to book a flight ticket from HOU to DTW. Could you help me in booking?", "agent: Sure, we are here to help you. Are you okay with connecting flight or you need a direct flight?", "customer: I need connecting flight.", "agent: On what dates you want me to make the reservation?", "customer: My travelling dates are from 10/01 to 10/03.", "agent: Thank you for providing all necessary details, please stand by I will check and revert to you.", "customer: Ok.", "agent: May I know your name?", "customer: I have already mentioned above.", "agent: Ok, there are no flights found on your details.", "customer: That's ok, no problem. Thank you.", "agent: Thanks for approaching us." ]
{ "departure_airport": "HOU", "departure_day": "1", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Emma White", "return_airport": "DTW", "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: Hello.', 'agent: Hello, how can I aid you today?', 'customer: I am Emma White. I want to book a flight ticket from HOU to DTW. Could you help me in booking?', 'agent: Sure, we are here to help you. Are you okay with connecting flight or you need a direct flight?', 'customer: I need connecting flight.', 'agent: On what dates you want me to make the reservation?', 'customer: My travelling dates are from 10/01 to 10/03.', 'agent: Thank you for providing all necessary details, please stand by I will check and revert to you.', 'customer: Ok.', 'agent: May I know your name?', 'customer: I have already mentioned above.', 'agent: Ok, there are no flights found on your details.', "customer: That's ok, no problem. Thank you.", 'agent: Thanks for approaching us.' ### Response: {'departure_airport': 'HOU', 'departure_day': '1', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Emma White', 'return_airport': 'DTW', 'return_day': '3', 'return_month': 'Oct'}
[ "customer: Hello, I am Mary Turner.", "agent: Hello, how may I aid you today?", "customer: I want to change my existing reservation due to some issues, can you please help me with that?", "agent: Sure, we are here to help you. Please wait a moment.", "customer: Sure.", "agent: Thank you for your time, sorry no reservation found on your name.", "customer: Ok, not an issue. Thank you for your information.", "agent: Thank you for reaching us." ]
{ "departure_airport": "OAK", "departure_day": "2", "departure_month": "Aug", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Mary Turner", "return_airport": "LAX", "return_day": "4", "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 Mary Turner.', 'agent: Hello, how may I aid you today?', 'customer: I want to change my existing reservation due to some issues, can you please help me with that?', 'agent: Sure, we are here to help you. Please wait a moment.', 'customer: Sure.', 'agent: Thank you for your time, sorry no reservation found on your name.', 'customer: Ok, not an issue. Thank you for your information.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'OAK', 'departure_day': '2', 'departure_month': 'Aug', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Mary Turner', 'return_airport': 'LAX', 'return_day': '4', 'return_month': 'Aug'}
[ "customer: Hello.", "agent: Hello, how may I aid you today?", "customer: Can you help me to book a flight ticket from DTW to SEA?", "agent: Sure, may I know your planned travelling dates?", "customer: My travelling dates are 18 to 20 of Nov.", "agent: For further proceeding, may I know your name?", "customer: I am Susan Clark.", "agent: May I know your connection limit?", "customer: I need a connecting flight.", "agent: Do you have any other specifications?", "customer: I would like to return in the evening.", "agent: Sorry Susan Clark, 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": "DTW", "departure_day": "18", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Susan Clark", "return_airport": "SEA", "return_day": "20", "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 aid you today?', 'customer: Can you help me to book a flight ticket from DTW to SEA?', 'agent: Sure, may I know your planned travelling dates?', 'customer: My travelling dates are 18 to 20 of Nov.', 'agent: For further proceeding, may I know your name?', 'customer: I am Susan Clark.', 'agent: May I know your connection limit?', 'customer: I need a connecting flight.', 'agent: Do you have any other specifications?', 'customer: I would like to return in the evening.', 'agent: Sorry Susan Clark, 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': 'DTW', 'departure_day': '18', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Susan Clark', 'return_airport': 'SEA', 'return_day': '20', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello, how may I support you today?", "customer: I am planning for a round trip with my friends. Can you do the reservation?", "agent: Sure, may I know your travelling dates?", "customer: Dates are 01/24 and 01/26.", "agent: Help me with your airport code?", "customer: My airport code is EWR.", "agent: Ok, please wait for a moment.", "customer: Sure.", "agent: Thanks for waiting, we found a connecting flight under fare of 100 in Frontier airline. Shall I proceed for booking?", "customer: Please carry on.", "agent: Let me know your good name please for next step?", "customer: Ashley Thomas here.", "agent: Your ticket has been reserved with in flight number 1028.", "customer: Thank you so much.", "agent: Thanks for approaching us." ]
{ "departure_airport": "EWR", "departure_day": "24", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Ashley Thomas", "return_airport": "EWR", "return_day": "26", "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 support you today?', 'customer: I am planning for a round trip with my friends. Can you do the reservation?', 'agent: Sure, may I know your travelling dates?', 'customer: Dates are 01/24 and 01/26.', 'agent: Help me with your airport code?', 'customer: My airport code is EWR.', 'agent: Ok, please wait for a moment.', 'customer: Sure.', 'agent: Thanks for waiting, we found a connecting flight under fare of 100 in Frontier airline. Shall I proceed for booking?', 'customer: Please carry on.', 'agent: Let me know your good name please for next step?', 'customer: Ashley Thomas here.', 'agent: Your ticket has been reserved with in flight number 1028.', 'customer: Thank you so much.', 'agent: Thanks for approaching us.' ### Response: {'departure_airport': 'EWR', 'departure_day': '24', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Ashley Thomas', 'return_airport': 'EWR', 'return_day': '26', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: Could you assist me in cancel my recent reservation?", "agent: Sure, could you please tell me your name?", "customer: I'm Carolyn Roberts.", "agent: OK. Give me a moment Carolyn.", "customer: OK.", "agent: Sorry to inform you that there is no reservation found on your name.", "customer: OK. Thank you for information.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LGA", "departure_day": "18", "departure_month": "Mar", "goal": "cancel", "max_connections": 1, "max_price": 1000, "name": "Carolyn Roberts", "return_airport": "IAH", "return_day": "20", "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 can I help you?', 'customer: Could you assist me in cancel my recent reservation?', 'agent: Sure, could you please tell me your name?', "customer: I'm Carolyn Roberts.", 'agent: OK. Give me a moment Carolyn.', 'customer: OK.', 'agent: Sorry to inform you that there is no reservation found on your name.', 'customer: OK. Thank you for information.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LGA', 'departure_day': '18', 'departure_month': 'Mar', 'goal': 'cancel', 'max_connections': 1, 'max_price': 1000, 'name': 'Carolyn Roberts', 'return_airport': 'IAH', 'return_day': '20', 'return_month': 'Mar'}
[ "customer: Hi.", "agent: Hello,.", "customer: I am Amy Mitchell.", "agent: How may I be of your help?", "customer: I need to go to New York to attend Culture, Heritage and Folk festivals, can you make a reservation on 01/24?", "agent: Sure, we are glad to help you.", "customer: Thank you.", "agent: Please provide your boarding and landing airport codes?", "customer: I want to fly from Los Angeles, CA - LAX to reach NY - LGA.", "agent: How much you can afford for a flight ticket?", "customer: I would like to return on 01/26.", "agent: Ok.", "customer: I can afford up to 5000.", "agent: We found a connecting flight with flight number 1028. Shall I confirm your booking?", "customer: Please reserve.", "agent: Your flight ticket is processed from an UA airlines.", "customer: Thank you.", "agent: Thanks for availing us. Your E ticket will be sent to your registered mail id." ]
{ "departure_airport": "LAX", "departure_day": "24", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Amy Mitchell", "return_airport": "LGA", "return_day": "26", "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,.', 'customer: I am Amy Mitchell.', 'agent: How may I be of your help?', 'customer: I need to go to New York to attend Culture, Heritage and Folk festivals, can you make a reservation on 01/24?', 'agent: Sure, we are glad to help you.', 'customer: Thank you.', 'agent: Please provide your boarding and landing airport codes?', 'customer: I want to fly from Los Angeles, CA - LAX to reach NY - LGA.', 'agent: How much you can afford for a flight ticket?', 'customer: I would like to return on 01/26.', 'agent: Ok.', 'customer: I can afford up to 5000.', 'agent: We found a connecting flight with flight number 1028. Shall I confirm your booking?', 'customer: Please reserve.', 'agent: Your flight ticket is processed from an UA airlines.', 'customer: Thank you.', 'agent: Thanks for availing us. Your E ticket will be sent to your registered mail id.' ### Response: {'departure_airport': 'LAX', 'departure_day': '24', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Amy Mitchell', 'return_airport': 'LGA', 'return_day': '26', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: I would like to book a ticket from MCO to DEN, can you please help me out?", "agent: Can I know your travelling dates?", "customer: I am travelling on these dates April 20th and 22nd.", "agent: Is there any airline preference?", "customer: I don't have any preference.", "agent: Do you have any class preference?", "customer: I don't have any other preferences.", "agent: Let me know your name.", "customer: Janet Phillips here.", "agent: Connecting flight can be booked with Hawaiian airlines for price 100 having flight number 1000.", "customer: Ok, you can proceed.", "agent: Ticket is booked.", "customer: Thank you for your services.", "agent: Thank you." ]
{ "departure_airport": "MCO", "departure_day": "20", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Janet Phillips", "return_airport": "DEN", "return_day": "22", "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 can I help you?', 'customer: I would like to book a ticket from MCO to DEN, can you please help me out?', 'agent: Can I know your travelling dates?', 'customer: I am travelling on these dates April 20th and 22nd.', 'agent: Is there any airline preference?', "customer: I don't have any preference.", 'agent: Do you have any class preference?', "customer: I don't have any other preferences.", 'agent: Let me know your name.', 'customer: Janet Phillips here.', 'agent: Connecting flight can be booked with Hawaiian airlines for price 100 having flight number 1000.', 'customer: Ok, you can proceed.', 'agent: Ticket is booked.', 'customer: Thank you for your services.', 'agent: Thank you.' ### Response: {'departure_airport': 'MCO', 'departure_day': '20', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Janet Phillips', 'return_airport': 'DEN', 'return_day': '22', 'return_month': 'Apr'}
[ "customer: Hello,. I am Ashley Williams.", "agent: Hello, how can I assist you?", "customer: I would like to attend for prayers in Ebenezer Baptist Church at Atlanta, ATL. Can you please make a reservation with connecting flight?", "agent: Sure, please provide your depart date and return date.", "customer: My depart date is 06/20 and return date is 06/22.", "agent: Ok, May I know your source point?", "customer: My source point is New York, EWR.", "agent: Thank you for providing details, we found a connecting flight in 1002 UA airline with a fare of 100. Can I proceed for booking?", "customer: Ok, prorceed.", "agent: Sure, your ticket has been booked.", "customer: Thanks for the help.", "agent: Thank you for reaching us." ]
{ "departure_airport": "EWR", "departure_day": "20", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Ashley Williams", "return_airport": "ATL", "return_day": "22", "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 Ashley Williams.', 'agent: Hello, how can I assist you?', 'customer: I would like to attend for prayers in Ebenezer Baptist Church at Atlanta, ATL. Can you please make a reservation with connecting flight?', 'agent: Sure, please provide your depart date and return date.', 'customer: My depart date is 06/20 and return date is 06/22.', 'agent: Ok, May I know your source point?', 'customer: My source point is New York, EWR.', 'agent: Thank you for providing details, we found a connecting flight in 1002 UA airline with a fare of 100. Can I proceed for booking?', 'customer: Ok, prorceed.', 'agent: Sure, your ticket has been booked.', 'customer: Thanks for the help.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'EWR', 'departure_day': '20', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Ashley Williams', 'return_airport': 'ATL', 'return_day': '22', 'return_month': 'June'}
[ "customer: Hi.", "agent: Hello, how can I assist you?", "customer: Can you please make a flight ticket reservation from IAH to reach OAK?", "agent: Sure, I am glad to help you with that. Can you please provide your preferable dates of travelling?", "customer: Thank you. My trip dates are 04/07 - 04/09.", "agent: Do you need any connections between your trip?", "customer: I need a flight with single connection.", "agent: May I know your name?", "customer: Nicholas Collins here.", "agent: Do you need any other requirements?", "customer: No, thank you for asking.", "agent: Delta airlines, flight number:1001 is going on your way with single connection and price:100. is that Ok for you?", "customer: Please reserve.", "agent: Your ticket has been booked successfully.", "customer: Thank you.", "agent: Thank you for opting us." ]
{ "departure_airport": "IAH", "departure_day": "7", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Nicholas Collins", "return_airport": "OAK", "return_day": "9", "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?', 'customer: Can you please make a flight ticket reservation from IAH to reach OAK?', 'agent: Sure, I am glad to help you with that. Can you please provide your preferable dates of travelling?', 'customer: Thank you. My trip dates are 04/07 - 04/09.', 'agent: Do you need any connections between your trip?', 'customer: I need a flight with single connection.', 'agent: May I know your name?', 'customer: Nicholas Collins here.', 'agent: Do you need any other requirements?', 'customer: No, thank you for asking.', 'agent: Delta airlines, flight number:1001 is going on your way with single connection and price:100. is that Ok for you?', 'customer: Please reserve.', 'agent: Your ticket has been booked successfully.', 'customer: Thank you.', 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'IAH', 'departure_day': '7', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Nicholas Collins', 'return_airport': 'OAK', 'return_day': '9', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello.", "customer: I am George Clark.", "agent: How can I assist you today?", "customer: I want to cancel my reservation, due to the heavy rainfall from a couple of days. Can you please help me in that?", "agent: Sure, please allow me a moment to check for the previous reservation.", "customer: Sure.", "agent: George Clark, there is no reservation found under your name.", "customer: That's not a problem. Thanks for your information.", "agent: You are welcome. Thank you for contacting us." ]
{ "departure_airport": "IAH", "departure_day": "31", "departure_month": "Dec", "goal": "cancel", "max_connections": 1, "max_price": 1000, "name": "George Clark", "return_airport": "PHL", "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: Hello.', 'agent: Hello.', 'customer: I am George Clark.', 'agent: How can I assist you today?', 'customer: I want to cancel my reservation, due to the heavy rainfall from a couple of days. Can you please help me in that?', 'agent: Sure, please allow me a moment to check for the previous reservation.', 'customer: Sure.', 'agent: George Clark, there is no reservation found under your name.', "customer: That's not a problem. Thanks for your information.", 'agent: You are welcome. Thank you for contacting us.' ### Response: {'departure_airport': 'IAH', 'departure_day': '31', 'departure_month': 'Dec', 'goal': 'cancel', 'max_connections': 1, 'max_price': 1000, 'name': 'George Clark', 'return_airport': 'PHL', 'return_day': '2', 'return_month': 'Jan'}
[ "customer: Hi.", "agent: Hello, how may I aid you today?", "customer: I am Sharon Adams. I need to book a flight ticket from Orlando to Oakland, so can you help m e with booking flight ticket on dates 11/18 and 11/20?", "agent: Sure, can you please share your budget for airfare?", "customer: Yes, I can pay up to 1000.", "agent: Do you need any halt in between your journey?", "customer: I need a connecting flight.", "agent: Kindly mention your airport codes?", "customer: Sure, my airport codes are FL-MCO and CA-OAK.", "agent: Ok, please wait a moment.", "customer: Ok.", "agent: Thank you for your time, sorry, we have couple of connections on that route. Shall I proceed?", "customer: Yes, please. No, please don't proceed.", "agent: Ok.", "customer: Thank you for the response.", "agent: Thank you for approaching us." ]
{ "departure_airport": "MCO", "departure_day": "18", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Sharon Adams", "return_airport": "OAK", "return_day": "20", "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 may I aid you today?', 'customer: I am Sharon Adams. I need to book a flight ticket from Orlando to Oakland, so can you help m e with booking flight ticket on dates 11/18 and 11/20?', 'agent: Sure, can you please share your budget for airfare?', 'customer: Yes, I can pay up to 1000.', 'agent: Do you need any halt in between your journey?', 'customer: I need a connecting flight.', 'agent: Kindly mention your airport codes?', 'customer: Sure, my airport codes are FL-MCO and CA-OAK.', 'agent: Ok, please wait a moment.', 'customer: Ok.', 'agent: Thank you for your time, sorry, we have couple of connections on that route. Shall I proceed?', "customer: Yes, please. No, please don't proceed.", 'agent: Ok.', 'customer: Thank you for the response.', 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'MCO', 'departure_day': '18', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Sharon Adams', 'return_airport': 'OAK', 'return_day': '20', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello, how may I support you?", "customer: I am Shirley Martinez and I want to book a flight with a halt to reach Charlotte on Apr 28. Can you please help me in booking a flight from IAH?", "agent: Sure, may I know your final destination airport code?", "customer: My destination airport code is CLT.", "agent: When would you like to return?", "customer: I intend to return on 30th of the same month.", "agent: How much can you pay for buying your ticket?", "customer: I can pay up to 5000.", "agent: Are you okay with connecting flight or you need a direct flight?", "customer: I have already mentioned that I need a halt.", "agent: Is there any priority between economy class or business class?", "customer: No.", "agent: At what time do you prefer to travel?", "customer: I am okay with any time.", "agent: Please be on hold for sometime, as I can check a flight for your journey with the best airlines.", "customer: Sure.", "agent: There is an UA airline with flight number 1012 that leave from IAH and arrive at CLT with a total tariff of 100. Is that fine?", "customer: Sure, you can proceed.", "agent: Your request for booking has been processed successfully.", "customer: Thank you.", "agent: Thank you for choosing us." ]
{ "departure_airport": "IAH", "departure_day": "28", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Shirley Martinez", "return_airport": "CLT", "return_day": "30", "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 support you?', 'customer: I am Shirley Martinez and I want to book a flight with a halt to reach Charlotte on Apr 28. Can you please help me in booking a flight from IAH?', 'agent: Sure, may I know your final destination airport code?', 'customer: My destination airport code is CLT.', 'agent: When would you like to return?', 'customer: I intend to return on 30th of the same month.', 'agent: How much can you pay for buying your ticket?', 'customer: I can pay up to 5000.', 'agent: Are you okay with connecting flight or you need a direct flight?', 'customer: I have already mentioned that I need a halt.', 'agent: Is there any priority between economy class or business class?', 'customer: No.', 'agent: At what time do you prefer to travel?', 'customer: I am okay with any time.', 'agent: Please be on hold for sometime, as I can check a flight for your journey with the best airlines.', 'customer: Sure.', 'agent: There is an UA airline with flight number 1012 that leave from IAH and arrive at CLT with a total tariff of 100. Is that fine?', 'customer: Sure, you can proceed.', 'agent: Your request for booking has been processed successfully.', 'customer: Thank you.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'IAH', 'departure_day': '28', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Shirley Martinez', 'return_airport': 'CLT', 'return_day': '30', 'return_month': 'Apr'}
[ "customer: Hello, I am Emily White.", "agent: Hello, how may I abet you?", "customer: I want to book a ticket to DCA from DTW, can you help me in booking a ticket?", "agent: Sure, may I know when you are willing to travel?", "customer: My journey dates are from 05/24 to 05/26.", "agent: Do you need a way station in your journey?", "customer: Yes, I need.", "agent: Sorry, there is no direct flights available on your specified travel dates.", "customer: No issues, Thank you for your information.", "agent: Thank you for opting us." ]
{ "departure_airport": "DTW", "departure_day": "24", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Emily White", "return_airport": "DCA", "return_day": "26", "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, I am Emily White.', 'agent: Hello, how may I abet you?', 'customer: I want to book a ticket to DCA from DTW, can you help me in booking a ticket?', 'agent: Sure, may I know when you are willing to travel?', 'customer: My journey dates are from 05/24 to 05/26.', 'agent: Do you need a way station in your journey?', 'customer: Yes, I need.', 'agent: Sorry, there is no direct flights available on your specified travel dates.', 'customer: No issues, Thank you for your information.', 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'DTW', 'departure_day': '24', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Emily White', 'return_airport': 'DCA', 'return_day': '26', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello, how may I assist you today?", "customer: I am Benjamin Harris. I would like to visit Shri Lakshmi Narayan Mandir at New York. Can you please help with single connection.", "agent: Sure, can you please provide your journey dates?", "customer: Sure, my depart is on 09/04 and return on 09/06.", "agent: Ok, may I know your airport locations? Ok, please wait a moment.", "customer: My airport location is Seattle, WA - SEA.", "agent: Can I have your airport codes? Ok, please wait.", "customer: OK.", "agent: Thanks for your time, sorry, no flight found on that day.", "customer: No problem, thank you for the information.", "agent: Thank you for approaching us." ]
{ "departure_airport": "SEA", "departure_day": "4", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Benjamin Harris", "return_airport": "JFK", "return_day": "6", "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 may I assist you today?', 'customer: I am Benjamin Harris. I would like to visit Shri Lakshmi Narayan Mandir at New York. Can you please help with single connection.', 'agent: Sure, can you please provide your journey dates?', 'customer: Sure, my depart is on 09/04 and return on 09/06.', 'agent: Ok, may I know your airport locations? Ok, please wait a moment.', 'customer: My airport location is Seattle, WA - SEA.', 'agent: Can I have your airport codes? Ok, please wait.', 'customer: OK.', 'agent: Thanks for your time, sorry, no flight found on that day.', 'customer: No problem, thank you for the information.', 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'SEA', 'departure_day': '4', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Benjamin Harris', 'return_airport': 'JFK', 'return_day': '6', 'return_month': 'Sept'}
[ "customer: Hello. Brenda Williams here.", "agent: Hello, How can I respond to your request?", "customer: I want to meet my grand parents who are staying in ORD. Can you please help me to book a flight from SFO?", "agent: Sure, we are ecstatic to help you.", "customer: Thank you.", "agent: When are you planning to make your journey?", "customer: I want to start my journey on June 13 and need to end it on June 15.", "agent: Ok, which type of class do you prefer for your journey?", "customer: I am comfortable with any class.", "agent: May I know if you want any specific time for your departure and return?", "customer: Sure, my depart time should be on afternoon.", "agent: Do you prefer any lay by in between journey?", "customer: Yes, I need a lay by in between journey.", "agent: Thank you for your details, we have found a JetBlue airline, flight number-1013, connections-0 and ticket-100. Would you like me to proceed next?", "customer: Ok, please proceed.", "agent: Your ticket has been reserved under your name on respective dates of your travel.", "customer: Thank you.", "agent: Thank you for your presence. We hope to serve you again." ]
{ "departure_airport": "SFO", "departure_day": "13", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Brenda Williams", "return_airport": "ORD", "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: Hello. Brenda Williams here.', 'agent: Hello, How can I respond to your request?', 'customer: I want to meet my grand parents who are staying in ORD. Can you please help me to book a flight from SFO?', 'agent: Sure, we are ecstatic to help you.', 'customer: Thank you.', 'agent: When are you planning to make your journey?', 'customer: I want to start my journey on June 13 and need to end it on June 15.', 'agent: Ok, which type of class do you prefer for your journey?', 'customer: I am comfortable with any class.', 'agent: May I know if you want any specific time for your departure and return?', 'customer: Sure, my depart time should be on afternoon.', 'agent: Do you prefer any lay by in between journey?', 'customer: Yes, I need a lay by in between journey.', 'agent: Thank you for your details, we have found a JetBlue airline, flight number-1013, connections-0 and ticket-100. Would you like me to proceed next?', 'customer: Ok, please proceed.', 'agent: Your ticket has been reserved under your name on respective dates of your travel.', 'customer: Thank you.', 'agent: Thank you for your presence. We hope to serve you again.' ### Response: {'departure_airport': 'SFO', 'departure_day': '13', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Brenda Williams', 'return_airport': 'ORD', 'return_day': '15', 'return_month': 'June'}
[ "customer: Hello.", "agent: Hello,. How can I assist you?", "customer: I want to change my existing reservation due to the bad health conditions. Can you help me?", "agent: Please provide your name?", "customer: Gary Davis is my name.", "agent: No reservation found by name Gary Davis.", "customer: No problem. Thank you for your information.", "agent: Thanks. Have a nice day!." ]
{ "departure_airport": "SEA", "departure_day": "5", "departure_month": "May", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Gary Davis", "return_airport": "DTW", "return_day": "7", "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 can I assist you?', 'customer: I want to change my existing reservation due to the bad health conditions. Can you help me?', 'agent: Please provide your name?', 'customer: Gary Davis is my name.', 'agent: No reservation found by name Gary Davis.', 'customer: No problem. Thank you for your information.', 'agent: Thanks. Have a nice day!.' ### Response: {'departure_airport': 'SEA', 'departure_day': '5', 'departure_month': 'May', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Gary Davis', 'return_airport': 'DTW', 'return_day': '7', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello.", "customer: I am Pamela Hill.", "agent: Pamela Hill, how may I assist you with today?", "customer: Can you help me in cancelling my recent reservation?", "agent: Sure, please allow me a minute.", "customer: Ok.", "agent: Thank you for your time. I see that there is no active reservation on your name.", "customer: Its ok, thank you.", "agent: Thank you for reaching us. Have a great day." ]
{ "departure_airport": "EWR", "departure_day": "11", "departure_month": "July", "goal": "cancel", "max_connections": 1, "max_price": 1000, "name": "Pamela Hill", "return_airport": "LAX", "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.', 'customer: I am Pamela Hill.', 'agent: Pamela Hill, how may I assist you with today?', 'customer: Can you help me in cancelling my recent reservation?', 'agent: Sure, please allow me a minute.', 'customer: Ok.', 'agent: Thank you for your time. I see that there is no active reservation on your name.', 'customer: Its ok, thank you.', 'agent: Thank you for reaching us. Have a great day.' ### Response: {'departure_airport': 'EWR', 'departure_day': '11', 'departure_month': 'July', 'goal': 'cancel', 'max_connections': 1, 'max_price': 1000, 'name': 'Pamela Hill', 'return_airport': 'LAX', 'return_day': '13', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello, how may I aid you?", "customer: I am Kenneth Perez. I would like to book a ticket from DCA to SEA, can you please help me out?", "agent: I am glad to help you about that. Can you please provide your planned dates of journey?", "customer: I am travelling on these dates 12/08 and 12/10.", "agent: Hold on for sometime.", "customer: Make sure my connection limit is 0.", "agent: Sorry Perez, there is no flights on your planned dates of journey.", "customer: Ok no problem, thank you for your services.", "agent: Most welcome, thank you for reaching out here." ]
{ "departure_airport": "DCA", "departure_day": "8", "departure_month": "Dec", "goal": "book", "max_connections": 0, "max_price": 1000, "name": "Kenneth Perez", "return_airport": "SEA", "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 may I aid you?', 'customer: I am Kenneth Perez. I would like to book a ticket from DCA to SEA, can you please help me out?', 'agent: I am glad to help you about that. Can you please provide your planned dates of journey?', 'customer: I am travelling on these dates 12/08 and 12/10.', 'agent: Hold on for sometime.', 'customer: Make sure my connection limit is 0.', 'agent: Sorry Perez, there is no flights on your planned dates of journey.', 'customer: Ok no problem, thank you for your services.', 'agent: Most welcome, thank you for reaching out here.' ### Response: {'departure_airport': 'DCA', 'departure_day': '8', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 0, 'max_price': 1000, 'name': 'Kenneth Perez', 'return_airport': 'SEA', 'return_day': '10', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello, how can I guide you for today?", "customer: Can you help me to book a business class flight ticket?", "agent: Can you please share on what dates you are willing to travel?", "customer: My travel dates are May 05 and May 07.", "agent: Can you please provide your source and destination airport codes?", "customer: My airport codes are DEN and MSP.", "agent: Do you have any airline preferences?", "customer: I am comfortable with any airlines.", "agent: Are you looking for a connecting flight or direct flight?", "customer: I am looking for connecting flight.", "agent: Do you have any other requirements that you are looking for?", "customer: No, thanks for asking.", "agent: Can you please provide your name to proceed further?", "customer: My name is Thomas Scott.", "agent: Sorry, there are no flights available at your request.", "customer: No problem, thank you for the information.", "agent: Thank you for contacting us, have a nice day." ]
{ "departure_airport": "DEN", "departure_day": "5", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Thomas Scott", "return_airport": "MSP", "return_day": "7", "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 can I guide you for today?', 'customer: Can you help me to book a business class flight ticket?', 'agent: Can you please share on what dates you are willing to travel?', 'customer: My travel dates are May 05 and May 07.', 'agent: Can you please provide your source and destination airport codes?', 'customer: My airport codes are DEN and MSP.', 'agent: Do you have any airline preferences?', 'customer: I am comfortable with any airlines.', 'agent: Are you looking for a connecting flight or direct flight?', 'customer: I am looking for connecting flight.', 'agent: Do you have any other requirements that you are looking for?', 'customer: No, thanks for asking.', 'agent: Can you please provide your name to proceed further?', 'customer: My name is Thomas Scott.', 'agent: Sorry, there are no flights available at your request.', 'customer: No problem, thank you for the information.', 'agent: Thank you for contacting us, have a nice day.' ### Response: {'departure_airport': 'DEN', 'departure_day': '5', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Thomas Scott', 'return_airport': 'MSP', 'return_day': '7', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello. How may I help you today?", "customer: Can you please change my existing reservation?", "agent: Sure, may I know your name for change in the reservation?", "customer: Sure, I am Sharon Wright.", "agent: Please wait a moment.", "customer: Sure.", "agent: Thank you for waiting. Sorry, there are no active reservations on your name to change.", "customer: Thank you for your information.", "agent: Thank you for reaching our service." ]
{ "departure_airport": "PHL", "departure_day": "25", "departure_month": "May", "goal": "change", "max_connections": 1, "max_price": 500, "name": "Sharon Wright", "return_airport": "CLT", "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 help you today?', 'customer: Can you please change my existing reservation?', 'agent: Sure, may I know your name for change in the reservation?', 'customer: Sure, I am Sharon Wright.', 'agent: Please wait a moment.', 'customer: Sure.', 'agent: Thank you for waiting. Sorry, there are no active reservations on your name to change.', 'customer: Thank you for your information.', 'agent: Thank you for reaching our service.' ### Response: {'departure_airport': 'PHL', 'departure_day': '25', 'departure_month': 'May', 'goal': 'change', 'max_connections': 1, 'max_price': 500, 'name': 'Sharon Wright', 'return_airport': 'CLT', 'return_day': '27', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello. How may I assist you today?", "customer: I am planning to meet my friend at Houston, HOU. Could you please help me with booking a flight ticket from Atlanta, ATL?", "agent: Sure, may I know your travelling dates?", "customer: My travel dates are May 10 and May 12.", "agent: May I know your name to check the availability.", "customer: Sure, myself Eric Brown.", "agent: Any connecting flight required?", "customer: I am looking for a connecting flight in my journey.", "agent: Any other specifications required?", "customer: No, I din't have any other specification.", "agent: Please wait.", "customer: Sure, I will wait for your response.", "agent: Sorry, there are no flight tickets available on your journey dates.", "customer: Not an issue, anyway thank you for the information.", "agent: Thank you for reaching our service.", "customer: Thank you for your service." ]
{ "departure_airport": "ATL", "departure_day": "10", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Eric Brown", "return_airport": "IAH", "return_day": "12", "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: I am planning to meet my friend at Houston, HOU. Could you please help me with booking a flight ticket from Atlanta, ATL?', 'agent: Sure, may I know your travelling dates?', 'customer: My travel dates are May 10 and May 12.', 'agent: May I know your name to check the availability.', 'customer: Sure, myself Eric Brown.', 'agent: Any connecting flight required?', 'customer: I am looking for a connecting flight in my journey.', 'agent: Any other specifications required?', "customer: No, I din't have any other specification.", 'agent: Please wait.', 'customer: Sure, I will wait for your response.', 'agent: Sorry, there are no flight tickets available on your journey dates.', 'customer: Not an issue, anyway thank you for the information.', 'agent: Thank you for reaching our service.', 'customer: Thank you for your service.' ### Response: {'departure_airport': 'ATL', 'departure_day': '10', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Eric Brown', 'return_airport': 'IAH', 'return_day': '12', 'return_month': 'May'}
[ "customer: Hi.", "agent: Hello,.", "customer: I am Scott Thompson.", "agent: How can I aid you?", "customer: I want to book a flight ticket from NY-JFK and its a round trip to attend a housewarming ceremony.", "agent: Ok, may I know your trip dates?", "customer: 06/13 and 06/15 are my travelling dates.", "agent: Do you have any price limit?", "customer: 200 is my price.", "agent: Please be on hold I will get back to you with the availability of flights. I found a flight with the number 1001 in an airline AA. Shall I proceed to book?", "customer: Sure, You can proceed.", "agent: Your flight ticket has been booked.", "customer: Thank you.", "agent: Thank you for choosing us." ]
{ "departure_airport": "JFK", "departure_day": "13", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Scott Thompson", "return_airport": "JFK", "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 Scott Thompson.', 'agent: How can I aid you?', 'customer: I want to book a flight ticket from NY-JFK and its a round trip to attend a housewarming ceremony.', 'agent: Ok, may I know your trip dates?', 'customer: 06/13 and 06/15 are my travelling dates.', 'agent: Do you have any price limit?', 'customer: 200 is my price.', 'agent: Please be on hold I will get back to you with the availability of flights. I found a flight with the number 1001 in an airline AA. Shall I proceed to book?', 'customer: Sure, You can proceed.', 'agent: Your flight ticket has been booked.', 'customer: Thank you.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'JFK', 'departure_day': '13', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Scott Thompson', 'return_airport': 'JFK', 'return_day': '15', 'return_month': 'June'}
[ "customer: Hi.", "agent: Hello. How can I help you at this moment?", "customer: I want to reserve my ticket from LAS to PHX, can you please help me in booking?", "agent: Sure, I will help you with that. Can you please mention your preferable travel dates?", "customer: Sure, my planned dates of journey are from Dec, 10 to Dec, 12.", "agent: May I know your name for further process?", "customer: Sure, my name is Patrick Hernandez.", "agent: Do you need any specific depart and arrival time for this trip?", "customer: I am ok with any timing.", "agent: Do you have any another specifications?", "customer: Yes, I need a connecting flight.", "agent: Ok, please hold on a moment.", "customer: Ok.", "agent: Sorry, no flights are available in this route as per your requested dates.", "customer: Ok, not an issue. Anyways, thank you for your service.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LAS", "departure_day": "10", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Patrick Hernandez", "return_airport": "PHX", "return_day": "12", "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.', 'agent: Hello. How can I help you at this moment?', 'customer: I want to reserve my ticket from LAS to PHX, can you please help me in booking?', 'agent: Sure, I will help you with that. Can you please mention your preferable travel dates?', 'customer: Sure, my planned dates of journey are from Dec, 10 to Dec, 12.', 'agent: May I know your name for further process?', 'customer: Sure, my name is Patrick Hernandez.', 'agent: Do you need any specific depart and arrival time for this trip?', 'customer: I am ok with any timing.', 'agent: Do you have any another specifications?', 'customer: Yes, I need a connecting flight.', 'agent: Ok, please hold on a moment.', 'customer: Ok.', 'agent: Sorry, no flights are available in this route as per your requested dates.', 'customer: Ok, not an issue. Anyways, thank you for your service.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LAS', 'departure_day': '10', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Patrick Hernandez', 'return_airport': 'PHX', 'return_day': '12', 'return_month': 'Dec'}
[ "customer: Hi.", "agent: Hello, how can I help you today?", "customer: Can you please help me in cancelling my recent reservation?", "agent: Sure, can I have your name please?", "customer: Sure, my name is Betty Lewis.", "agent: Ok, please wait for a while.", "customer: Sure.", "agent: Thanks for waiting, there is no active reservation on your given name.", "customer: Ok, No issues, thanks for the information.", "agent: Thank you for opting us." ]
{ "departure_airport": "ORD", "departure_day": "30", "departure_month": "June", "goal": "cancel", "max_connections": 1, "max_price": 500, "name": "Betty Lewis", "return_airport": "DFW", "return_day": "2", "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 help you today?', 'customer: Can you please help me in cancelling my recent reservation?', 'agent: Sure, can I have your name please?', 'customer: Sure, my name is Betty Lewis.', 'agent: Ok, please wait for a while.', 'customer: Sure.', 'agent: Thanks for waiting, there is no active reservation on your given name.', 'customer: Ok, No issues, thanks for the information.', 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'ORD', 'departure_day': '30', 'departure_month': 'June', 'goal': 'cancel', 'max_connections': 1, 'max_price': 500, 'name': 'Betty Lewis', 'return_airport': 'DFW', 'return_day': '2', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello, how can I help you today?", "customer: I am looking for a flight from OAK to IAH, can you please help me in booking?", "agent: Sure, can you please share your journey dates that you prefer to travel?", "customer: My travelling dates are Oct 22 and Oct 24.", "agent: Do you require any stopovers in your journey?", "customer: I need a stopover in between my journey.", "agent: Would you let us know if you have any other preferences?", "customer: I prefer an economy class.", "agent: Ok, please wait a moment.", "customer: Sure.", "agent: There is a flight with your requirement, airline is SouthWest Airlines with price 100 and single connection.", "customer: Please proceed.", "agent: Please share your name.", "customer: My name is Benjamin Miller.", "agent: Your booking is done and flight number is 1024 in economy class.", "customer: Thank you for booking.", "agent: Thanks for reaching us." ]
{ "departure_airport": "OAK", "departure_day": "22", "departure_month": "Oct", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Benjamin Miller", "return_airport": "IAH", "return_day": "24", "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 looking for a flight from OAK to IAH, can you please help me in booking?', 'agent: Sure, can you please share your journey dates that you prefer to travel?', 'customer: My travelling dates are Oct 22 and Oct 24.', 'agent: Do you require any stopovers in your journey?', 'customer: I need a stopover in between my journey.', 'agent: Would you let us know if you have any other preferences?', 'customer: I prefer an economy class.', 'agent: Ok, please wait a moment.', 'customer: Sure.', 'agent: There is a flight with your requirement, airline is SouthWest Airlines with price 100 and single connection.', 'customer: Please proceed.', 'agent: Please share your name.', 'customer: My name is Benjamin Miller.', 'agent: Your booking is done and flight number is 1024 in economy class.', 'customer: Thank you for booking.', 'agent: Thanks for reaching us.' ### Response: {'departure_airport': 'OAK', 'departure_day': '22', 'departure_month': 'Oct', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Benjamin Miller', 'return_airport': 'IAH', 'return_day': '24', 'return_month': 'Oct'}
[ "customer: Hello.", "agent: Hello. How may I aid you today?", "customer: I am planning to visit Houston, can you please book me a ticket from DCA to IAH?", "agent: Sure, I will help you in booking, please share your travelling dates?", "customer: My preferable journey dates are from 12/08 to 12/10.", "agent: Hawaiian airline is providing flight with connection 1 price 100 as per your details, can I proceed to booking?", "customer: Please book the ticket with my name George Lee.", "agent: I confirmed your ticket by flight number 1022.", "customer: Thank you for your help in booking my ticket.", "agent: It's my pleasure." ]
{ "departure_airport": "DCA", "departure_day": "8", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "George Lee", "return_airport": "IAH", "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 may I aid you today?', 'customer: I am planning to visit Houston, can you please book me a ticket from DCA to IAH?', 'agent: Sure, I will help you in booking, please share your travelling dates?', 'customer: My preferable journey dates are from 12/08 to 12/10.', 'agent: Hawaiian airline is providing flight with connection 1 price 100 as per your details, can I proceed to booking?', 'customer: Please book the ticket with my name George Lee.', 'agent: I confirmed your ticket by flight number 1022.', 'customer: Thank you for your help in booking my ticket.', "agent: It's my pleasure." ### Response: {'departure_airport': 'DCA', 'departure_day': '8', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'George Lee', 'return_airport': 'IAH', 'return_day': '10', 'return_month': 'Dec'}
[ "customer: Hi.", "agent: Hello. How can I assist you?", "customer: Kenneth Jackson here, I would like to change my existing reservation, because while booking I gave wrong airport codes in my previous reservation so can you help me for this?", "agent: I can help you with that Jackson.", "customer: Thank you.", "agent: Sorry, there is no reservation found on your name in our database.", "customer: Oh! it's ok, no problem. Thank you for your quick response.", "agent: Thank you for choosing us." ]
{ "departure_airport": "MSP", "departure_day": "23", "departure_month": "Sept", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Kenneth Jackson", "return_airport": "LGA", "return_day": "25", "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. How can I assist you?', 'customer: Kenneth Jackson here, I would like to change my existing reservation, because while booking I gave wrong airport codes in my previous reservation so can you help me for this?', 'agent: I can help you with that Jackson.', 'customer: Thank you.', 'agent: Sorry, there is no reservation found on your name in our database.', "customer: Oh! it's ok, no problem. Thank you for your quick response.", 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'MSP', 'departure_day': '23', 'departure_month': 'Sept', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Kenneth Jackson', 'return_airport': 'LGA', 'return_day': '25', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello, do you need any help from us?", "customer: Can you please make a reservation from PHX to EWR to attend a conference in New York?", "agent: Sure, could you please share your departure and arrival day?", "customer: My depart and arrival dates are, Aug 6th and 8th.", "agent: Ok, could I have your name please?", "customer: My name is Carolyn Martinez.", "agent: Ok, do you need direct or connecting flight?", "customer: I need a connecting flight.", "agent: Ok, do you have any other specifications?", "customer: No.", "agent: The economy class with flight number 1028 of American Airline is available having fare as 100 and connection as 1, is it ok for you?", "customer: Ok, proceed with this airlines.", "agent: Ok, your reservation is confirmed. The departure time is 14:00 hours and the arrival time is 0:00 hours.", "customer: Thank you for your help.", "agent: You are welcome, have a great day." ]
{ "departure_airport": "PHX", "departure_day": "6", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Carolyn Martinez", "return_airport": "EWR", "return_day": "8", "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, do you need any help from us?', 'customer: Can you please make a reservation from PHX to EWR to attend a conference in New York?', 'agent: Sure, could you please share your departure and arrival day?', 'customer: My depart and arrival dates are, Aug 6th and 8th.', 'agent: Ok, could I have your name please?', 'customer: My name is Carolyn Martinez.', 'agent: Ok, do you need direct or connecting flight?', 'customer: I need a connecting flight.', 'agent: Ok, do you have any other specifications?', 'customer: No.', 'agent: The economy class with flight number 1028 of American Airline is available having fare as 100 and connection as 1, is it ok for you?', 'customer: Ok, proceed with this airlines.', 'agent: Ok, your reservation is confirmed. The departure time is 14:00 hours and the arrival time is 0:00 hours.', 'customer: Thank you for your help.', 'agent: You are welcome, have a great day.' ### Response: {'departure_airport': 'PHX', 'departure_day': '6', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Carolyn Martinez', 'return_airport': 'EWR', 'return_day': '8', 'return_month': 'Aug'}
[ "customer: Hello.", "agent: Hello.", "customer: Jack Evans here.", "agent: How can I assist you?", "customer: I want to cancel my ticket due to snow storm in my place.", "agent: Ok, please wait.", "customer: Sure.", "agent: Sorry, no reservation found on your name to cancel.", "customer: No problem, thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "HOU", "departure_day": "17", "departure_month": "July", "goal": "cancel", "max_connections": 1, "max_price": 1000, "name": "Jack Evans", "return_airport": "DCA", "return_day": "19", "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.', 'customer: Jack Evans here.', 'agent: How can I assist you?', 'customer: I want to cancel my ticket due to snow storm in my place.', 'agent: Ok, please wait.', 'customer: Sure.', 'agent: Sorry, no reservation found on your name to cancel.', 'customer: No problem, thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'HOU', 'departure_day': '17', 'departure_month': 'July', 'goal': 'cancel', 'max_connections': 1, 'max_price': 1000, 'name': 'Jack Evans', 'return_airport': 'DCA', 'return_day': '19', 'return_month': 'July'}
[ "customer: Hi.", "agent: Hello, how can I be your helping hand today?", "customer: I need to book a flight ticket to attend a birthday function at Charlotte CLT, Can you please help me for booking?", "agent: Sure, may I know your source code?", "customer: My source point is OAK.", "agent: Could you share your depart and arrival dates?", "customer: I would like to travel on 01/13 to return on 01/15.", "agent: May I know your name?", "customer: My name is Brenda Wright.", "agent: We found a jetblue airline, flight number as 1004 with the fare of 200.", "customer: Ok, proceed for booking.", "agent: Your ticket has been reserved.", "customer: Thanks for your information.", "agent: Thank you." ]
{ "departure_airport": "OAK", "departure_day": "13", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Brenda Wright", "return_airport": "CLT", "return_day": "15", "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 be your helping hand today?', 'customer: I need to book a flight ticket to attend a birthday function at Charlotte CLT, Can you please help me for booking?', 'agent: Sure, may I know your source code?', 'customer: My source point is OAK.', 'agent: Could you share your depart and arrival dates?', 'customer: I would like to travel on 01/13 to return on 01/15.', 'agent: May I know your name?', 'customer: My name is Brenda Wright.', 'agent: We found a jetblue airline, flight number as 1004 with the fare of 200.', 'customer: Ok, proceed for booking.', 'agent: Your ticket has been reserved.', 'customer: Thanks for your information.', 'agent: Thank you.' ### Response: {'departure_airport': 'OAK', 'departure_day': '13', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Brenda Wright', 'return_airport': 'CLT', 'return_day': '15', 'return_month': 'Jan'}
[ "customer: Hello, I am Patrick Lopez from Washington.", "agent: Hello, how may I serve you today?", "customer: I want to book a flight ticket to Houston, TX - IAH as I need to submit my research record. Can you please help me for booking with a fare of 200?", "agent: Sure, I am here to help you.", "customer: Thank you.", "agent: On which dates would you have planned to travel?", "customer: I would like to travel on 05/24 to 05/26.", "agent: May I know your origin airport code?", "customer: Sure, I am heading from Washington, DC - IAD.", "agent: Do you prefer either connecting flight or direct flight?", "customer: I prefer a connecting flight.", "agent: Please wait for a moment.", "customer: Sure.", "agent: Sorry, there were no flights found on your route.", "customer: That's Ok, thanks for your help.", "agent: Thank you for approaching us." ]
{ "departure_airport": "IAD", "departure_day": "24", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Patrick Lopez", "return_airport": "IAH", "return_day": "26", "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, I am Patrick Lopez from Washington.', 'agent: Hello, how may I serve you today?', 'customer: I want to book a flight ticket to Houston, TX - IAH as I need to submit my research record. Can you please help me for booking with a fare of 200?', 'agent: Sure, I am here to help you.', 'customer: Thank you.', 'agent: On which dates would you have planned to travel?', 'customer: I would like to travel on 05/24 to 05/26.', 'agent: May I know your origin airport code?', 'customer: Sure, I am heading from Washington, DC - IAD.', 'agent: Do you prefer either connecting flight or direct flight?', 'customer: I prefer a connecting flight.', 'agent: Please wait for a moment.', 'customer: Sure.', 'agent: Sorry, there were no flights found on your route.', "customer: That's Ok, thanks for your help.", 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '24', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Patrick Lopez', 'return_airport': 'IAH', 'return_day': '26', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello. How may I guide you today?", "customer: I would like to book a ticket from IAH to LGA, can you please help me out?", "agent: Sure, I am glad to help you with that. Can you please provide your preferable dates of travelling?", "customer: I am travelling on these dates Jan 22nd and 24th.", "agent: Do you have any connection limit?", "customer: I need single connected flight.", "agent: Any more specifications do you have?", "customer: I don't have any other specifications.", "agent: On whose name I have to book the flight ticket?", "customer: Jonathan Walker here.", "agent: I have found a flight with single connection between your journey having with the fare of 300 provided by Frontier airlines in economy class. Are you ok with this flight?", "customer: Ok, you can proceed.", "agent: Ok, your ticket has been confirmed in flight number 1029.", "customer: Thank you for your services.", "agent: Thank you for reaching us, have a great journey." ]
{ "departure_airport": "IAH", "departure_day": "22", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Jonathan Walker", "return_airport": "LGA", "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. How may I guide you today?', 'customer: I would like to book a ticket from IAH to LGA, can you please help me out?', 'agent: Sure, I am glad to help you with that. Can you please provide your preferable dates of travelling?', 'customer: I am travelling on these dates Jan 22nd and 24th.', 'agent: Do you have any connection limit?', 'customer: I need single connected flight.', 'agent: Any more specifications do you have?', "customer: I don't have any other specifications.", 'agent: On whose name I have to book the flight ticket?', 'customer: Jonathan Walker here.', 'agent: I have found a flight with single connection between your journey having with the fare of 300 provided by Frontier airlines in economy class. Are you ok with this flight?', 'customer: Ok, you can proceed.', 'agent: Ok, your ticket has been confirmed in flight number 1029.', 'customer: Thank you for your services.', 'agent: Thank you for reaching us, have a great journey.' ### Response: {'departure_airport': 'IAH', 'departure_day': '22', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Jonathan Walker', 'return_airport': 'LGA', 'return_day': '24', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello, how may I serve you today?", "customer: I would like to travel from BOS to JFK as a business trip, can you do the reservation?", "agent: Sure, may I know your good name please?", "customer: Daniel Hall here.", "agent: When you are willing to travel?", "customer: My trip dates are Jan 16th and Jan 18th.", "agent: Is there any connection limit for you?", "customer: I need break in my journey.", "agent: Please share your other specifications if you have.", "customer: No.", "agent: Thank you for waiting and we have found a flight in an economy class with 1 connection in Hawaiian airlines and the fare of your flight will be 100. Do you like me to proceed your booking with this flight?", "customer: Please carry on.", "agent: Your ticket has been reserved with flight number 1004.", "customer: Thank you so much.", "agent: Thank you for approaching us." ]
{ "departure_airport": "BOS", "departure_day": "16", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Daniel Hall", "return_airport": "JFK", "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, how may I serve you today?', 'customer: I would like to travel from BOS to JFK as a business trip, can you do the reservation?', 'agent: Sure, may I know your good name please?', 'customer: Daniel Hall here.', 'agent: When you are willing to travel?', 'customer: My trip dates are Jan 16th and Jan 18th.', 'agent: Is there any connection limit for you?', 'customer: I need break in my journey.', 'agent: Please share your other specifications if you have.', 'customer: No.', 'agent: Thank you for waiting and we have found a flight in an economy class with 1 connection in Hawaiian airlines and the fare of your flight will be 100. Do you like me to proceed your booking with this flight?', 'customer: Please carry on.', 'agent: Your ticket has been reserved with flight number 1004.', 'customer: Thank you so much.', 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'BOS', 'departure_day': '16', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Daniel Hall', 'return_airport': 'JFK', 'return_day': '18', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello, how may I serve you today?", "customer: I would like to travel from MSP to AUS as a business trip.", "agent: Ok.", "customer: Can you do the reservation?", "agent: Sure, can you share your trip dates?", "customer: My journey dates are 11/05 and 11/07.", "agent: May I know your connection limit?", "customer: I need break in my journey.", "agent: Can I know your good name please?", "customer: Andrew Green here.", "agent: Do you have any other specifications to be met?", "customer: No.", "agent: Thank you for waiting and we have found a flight in an economy class with 1 connection in Hawaiian airlines and the fare of your flight will be 200. Do you like me to proceed your booking with this flight?", "customer: Please proceed.", "agent: Your booking is done with flight number 1003.", "customer: Thank you so much.", "agent: Thank you for choosing us." ]
{ "departure_airport": "MSP", "departure_day": "5", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Andrew Green", "return_airport": "AUS", "return_day": "7", "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 serve you today?', 'customer: I would like to travel from MSP to AUS as a business trip.', 'agent: Ok.', 'customer: Can you do the reservation?', 'agent: Sure, can you share your trip dates?', 'customer: My journey dates are 11/05 and 11/07.', 'agent: May I know your connection limit?', 'customer: I need break in my journey.', 'agent: Can I know your good name please?', 'customer: Andrew Green here.', 'agent: Do you have any other specifications to be met?', 'customer: No.', 'agent: Thank you for waiting and we have found a flight in an economy class with 1 connection in Hawaiian airlines and the fare of your flight will be 200. Do you like me to proceed your booking with this flight?', 'customer: Please proceed.', 'agent: Your booking is done with flight number 1003.', 'customer: Thank you so much.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'MSP', 'departure_day': '5', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Andrew Green', 'return_airport': 'AUS', 'return_day': '7', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello, how may I help you today?", "customer: Can you please help me in booking the ticket from SFO to LAS? As I have a plan to participate in a dance competition.", "agent: Sure, can you please mention with your dates of journey?", "customer: Sure, my planned departure and return travel dates are 11th and 13th of April.", "agent: May I know your name please?", "customer: My name is Scott Carter.", "agent: Do you have any other requirements please?", "customer: Yes, my maximum connection has to be 1.", "agent: Please wait for a moment.", "customer: Sure.", "agent: I found a flight with the connecting flight of fare 200 with the UA airline, shall I proceed with this booking?", "customer: That's fine for me, you can proceed for booking the ticket.", "agent: Ok, I have reserved your ticket with the flight number 1019, your depart time is at 13:00PM and return will be at 1:00AM.", "customer: Thank you so much for your help.", "agent: You are welcome, have a safe journey." ]
{ "departure_airport": "SFO", "departure_day": "11", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Scott Carter", "return_airport": "LAS", "return_day": "13", "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 today?', 'customer: Can you please help me in booking the ticket from SFO to LAS? As I have a plan to participate in a dance competition.', 'agent: Sure, can you please mention with your dates of journey?', 'customer: Sure, my planned departure and return travel dates are 11th and 13th of April.', 'agent: May I know your name please?', 'customer: My name is Scott Carter.', 'agent: Do you have any other requirements please?', 'customer: Yes, my maximum connection has to be 1.', 'agent: Please wait for a moment.', 'customer: Sure.', 'agent: I found a flight with the connecting flight of fare 200 with the UA airline, shall I proceed with this booking?', "customer: That's fine for me, you can proceed for booking the ticket.", 'agent: Ok, I have reserved your ticket with the flight number 1019, your depart time is at 13:00PM and return will be at 1:00AM.', 'customer: Thank you so much for your help.', 'agent: You are welcome, have a safe journey.' ### Response: {'departure_airport': 'SFO', 'departure_day': '11', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Scott Carter', 'return_airport': 'LAS', 'return_day': '13', 'return_month': 'Apr'}
[ "customer: Hi.", "agent: Hello. How can I help you?", "customer: I am planning to go for JFK from EWR, can you please help me out?", "agent: May I know your travelling dates please?", "customer: My travelling dates are 04/26 and 04/28.", "agent: There is a flight with single connection, can I proceed for booking?", "customer: Ok, please confirm my ticket with Linda Davis.", "agent: Your booking is done in 1027 flight?", "customer: Thank you for your help.", "agent: Thank you." ]
{ "departure_airport": "EWR", "departure_day": "26", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Linda Davis", "return_airport": "JFK", "return_day": "28", "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 help you?', 'customer: I am planning to go for JFK from EWR, can you please help me out?', 'agent: May I know your travelling dates please?', 'customer: My travelling dates are 04/26 and 04/28.', 'agent: There is a flight with single connection, can I proceed for booking?', 'customer: Ok, please confirm my ticket with Linda Davis.', 'agent: Your booking is done in 1027 flight?', 'customer: Thank you for your help.', 'agent: Thank you.' ### Response: {'departure_airport': 'EWR', 'departure_day': '26', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Linda Davis', 'return_airport': 'JFK', 'return_day': '28', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello, how may I render you today?", "customer: I want to change airport codes in my existing reservation, can you please help me?", "agent: Sure, we are here to help you. May I know your good name?", "customer: Thank you for your positive response. The ticket is reserved under the name Emily Thomas.", "agent: Ok, please wait for a minute.", "customer: Sure, I will wait for your response.", "agent: Thanks for waiting, there is no active reservation found on your name.", "customer: No issue, anyway thank you for checking.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LAS", "departure_day": "18", "departure_month": "Sept", "goal": "change", "max_connections": 0, "max_price": 5000, "name": "Emily Thomas", "return_airport": "DEN", "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, how may I render you today?', 'customer: I want to change airport codes in my existing reservation, can you please help me?', 'agent: Sure, we are here to help you. May I know your good name?', 'customer: Thank you for your positive response. The ticket is reserved under the name Emily Thomas.', 'agent: Ok, please wait for a minute.', 'customer: Sure, I will wait for your response.', 'agent: Thanks for waiting, there is no active reservation found on your name.', 'customer: No issue, anyway thank you for checking.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LAS', 'departure_day': '18', 'departure_month': 'Sept', 'goal': 'change', 'max_connections': 0, 'max_price': 5000, 'name': 'Emily Thomas', 'return_airport': 'DEN', 'return_day': '20', 'return_month': 'Sept'}
[ "customer: Hello, I am Dorothy Evans.", "agent: Hello,. How may I help you?", "customer: I want to change my reservation, can you help me with it?", "agent: Please wait for a while.", "customer: OK.", "agent: No reservation exists. Thanks." ]
{ "departure_airport": "DFW", "departure_day": "17", "departure_month": "Jan", "goal": "change", "max_connections": 1, "max_price": 500, "name": "Dorothy Evans", "return_airport": "SEA", "return_day": "19", "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, I am Dorothy Evans.', 'agent: Hello,. How may I help you?', 'customer: I want to change my reservation, can you help me with it?', 'agent: Please wait for a while.', 'customer: OK.', 'agent: No reservation exists. Thanks.' ### Response: {'departure_airport': 'DFW', 'departure_day': '17', 'departure_month': 'Jan', 'goal': 'change', 'max_connections': 1, 'max_price': 500, 'name': 'Dorothy Evans', 'return_airport': 'SEA', 'return_day': '19', 'return_month': 'Jan'}
[ "customer: Hello, I am Kathleen Garcia.", "agent: Hello Garcia, how may I aid you today?", "customer: Could you please help me in finding a less expensive flight within price 200?", "agent: Sure Kathleen Garcia, I am happy to help you with that.", "customer: Thank you.", "agent: Yes, there are many flights available to you with in your budget. Can you please let me know airport codes of your journey locations?", "customer: Sure, my origin is DTW and final destination is CLT.", "agent: If you have planned any particular travel dates, please let me know them. It will help me to get exact flight for you.", "customer: I have planned to start on 04/27 and return on 04/29.", "agent: Do you have limits regarding connections?", "customer: Yes, I need a halt within my route to CLT.", "agent: Available flight is providing economy class ticket, is it ok for you?", "customer: Yes, that's absolutely fine with me. Please proceed.", "agent: Ok Kathleen Garcia, your ticket booking has done in AA airlines and the flight number is 1016.", "customer: Thanks for your service.", "agent: Thank you for choosing us, have a great journey." ]
{ "departure_airport": "DTW", "departure_day": "27", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Kathleen Garcia", "return_airport": "CLT", "return_day": "29", "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 Kathleen Garcia.', 'agent: Hello Garcia, how may I aid you today?', 'customer: Could you please help me in finding a less expensive flight within price 200?', 'agent: Sure Kathleen Garcia, I am happy to help you with that.', 'customer: Thank you.', 'agent: Yes, there are many flights available to you with in your budget. Can you please let me know airport codes of your journey locations?', 'customer: Sure, my origin is DTW and final destination is CLT.', 'agent: If you have planned any particular travel dates, please let me know them. It will help me to get exact flight for you.', 'customer: I have planned to start on 04/27 and return on 04/29.', 'agent: Do you have limits regarding connections?', 'customer: Yes, I need a halt within my route to CLT.', 'agent: Available flight is providing economy class ticket, is it ok for you?', "customer: Yes, that's absolutely fine with me. Please proceed.", 'agent: Ok Kathleen Garcia, your ticket booking has done in AA airlines and the flight number is 1016.', 'customer: Thanks for your service.', 'agent: Thank you for choosing us, have a great journey.' ### Response: {'departure_airport': 'DTW', 'departure_day': '27', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Kathleen Garcia', 'return_airport': 'CLT', 'return_day': '29', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello, how can I guide you today?", "customer: Can you please help me with booking a flight ticket from HOU to ATL?", "agent: Sure, can you please share your travelling dates?", "customer: My travelling dates are from Nov 05-07.", "agent: Do you have class preference?", "customer: I am comfortable with any class.", "agent: Do you need connection limit?", "customer: I would be comfortable with single stop over.", "agent: May I know your name?", "customer: David Thomas here.", "agent: We found Hawaiian Airline with fare 100 and flight number is 1013 with connecting flight. Shall I proceed with the booking?", "customer: You can proceed with booking.", "agent: Your booking is done.", "customer: Thank you for the help.", "agent: Thank you for choosing us." ]
{ "departure_airport": "HOU", "departure_day": "5", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 200, "name": "David Thomas", "return_airport": "ATL", "return_day": "7", "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 guide you today?', 'customer: Can you please help me with booking a flight ticket from HOU to ATL?', 'agent: Sure, can you please share your travelling dates?', 'customer: My travelling dates are from Nov 05-07.', 'agent: Do you have class preference?', 'customer: I am comfortable with any class.', 'agent: Do you need connection limit?', 'customer: I would be comfortable with single stop over.', 'agent: May I know your name?', 'customer: David Thomas here.', 'agent: We found Hawaiian Airline with fare 100 and flight number is 1013 with connecting flight. Shall I proceed with the booking?', 'customer: You can proceed with booking.', 'agent: Your booking is done.', 'customer: Thank you for the help.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'HOU', 'departure_day': '5', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'David Thomas', 'return_airport': 'ATL', 'return_day': '7', 'return_month': 'Nov'}
[ "customer: Hi.", "agent: Hello. What can I do for you today?", "customer: I am planning to change my reservation, can you help me out with that?", "agent: Sure, I am glad you help you with that.", "customer: Thank you.", "agent: Could you provide me your name?", "customer: My name is Lisa Miller.", "agent: Ok, wait for a minute.", "customer: Ok.", "agent: Sorry to say that, there is no active reservation found on your name in our database.", "customer: NO issues, thank you for your time.", "agent: Thank you for reaching us." ]
{ "departure_airport": "SFO", "departure_day": "12", "departure_month": "June", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Lisa Miller", "return_airport": "EWR", "return_day": "14", "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. What can I do for you today?', 'customer: I am planning to change my reservation, can you help me out with that?', 'agent: Sure, I am glad you help you with that.', 'customer: Thank you.', 'agent: Could you provide me your name?', 'customer: My name is Lisa Miller.', 'agent: Ok, wait for a minute.', 'customer: Ok.', 'agent: Sorry to say that, there is no active reservation found on your name in our database.', 'customer: NO issues, thank you for your time.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'SFO', 'departure_day': '12', 'departure_month': 'June', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Lisa Miller', 'return_airport': 'EWR', 'return_day': '14', 'return_month': 'June'}
[ "customer: Hello.", "agent: Hello, how can I be your helping hand today?", "customer: Me and my friends planned a trip, but due to heavy rains in my destination place our trip got postponed. Can you help me to change it?", "agent: Sure, I am here to aid you.", "customer: Ok.", "agent: May I know your name?", "customer: Sure, my name is Kenneth Thompson.", "agent: Ok, please wait for a few minutes.", "customer: Sure.", "agent: Thank you for your time, we are sorry to inform you that we did not find any reservation on your name.", "customer: Not an issue, thanks for your help.", "agent: Thank you for approaching us." ]
{ "departure_airport": "JFK", "departure_day": "22", "departure_month": "Mar", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Kenneth Thompson", "return_airport": "BOS", "return_day": "24", "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 can I be your helping hand today?', 'customer: Me and my friends planned a trip, but due to heavy rains in my destination place our trip got postponed. Can you help me to change it?', 'agent: Sure, I am here to aid you.', 'customer: Ok.', 'agent: May I know your name?', 'customer: Sure, my name is Kenneth Thompson.', 'agent: Ok, please wait for a few minutes.', 'customer: Sure.', 'agent: Thank you for your time, we are sorry to inform you that we did not find any reservation on your name.', 'customer: Not an issue, thanks for your help.', 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'JFK', 'departure_day': '22', 'departure_month': 'Mar', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Kenneth Thompson', 'return_airport': 'BOS', 'return_day': '24', 'return_month': 'Mar'}
[ "customer: Hello.", "agent: Hello. How may I help you out?", "customer: I want to attend a seminar on spirituality, could you book my ticket from LAX to DFW?", "agent: Sure, I will help you in booking the ticket. May I know your travelling dates please?", "customer: My itinerary dates are Feb 18 and Feb 20.", "agent: Can I know your name please?", "customer: Eric Baker here.", "agent: Do you need any specifications in airlines?", "customer: No.", "agent: Can I know your connection limit?", "customer: I need a connecting flight.", "agent: There is a flight with connection 1 and price 100 with flight number 1001, can I proceed?", "customer: I want to depart in the evening.", "agent: Your departure time is 22:00 hours. Can I proceed?", "customer: Please book my ticket.", "agent: Ok, your ticket has been booked with flight number 1013.", "customer: Thank you for assisting me.", "agent: Thank you for reaching us." ]
{ "departure_airport": "LAX", "departure_day": "18", "departure_month": "Feb", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Eric Baker", "return_airport": "DFW", "return_day": "20", "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 out?', 'customer: I want to attend a seminar on spirituality, could you book my ticket from LAX to DFW?', 'agent: Sure, I will help you in booking the ticket. May I know your travelling dates please?', 'customer: My itinerary dates are Feb 18 and Feb 20.', 'agent: Can I know your name please?', 'customer: Eric Baker here.', 'agent: Do you need any specifications in airlines?', 'customer: No.', 'agent: Can I know your connection limit?', 'customer: I need a connecting flight.', 'agent: There is a flight with connection 1 and price 100 with flight number 1001, can I proceed?', 'customer: I want to depart in the evening.', 'agent: Your departure time is 22:00 hours. Can I proceed?', 'customer: Please book my ticket.', 'agent: Ok, your ticket has been booked with flight number 1013.', 'customer: Thank you for assisting me.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'LAX', 'departure_day': '18', 'departure_month': 'Feb', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Eric Baker', 'return_airport': 'DFW', 'return_day': '20', 'return_month': 'Feb'}
[ "customer: Hello.", "agent: Hello,. How can I oblige you today?", "customer: I want to book a flight ticket from New York NY-JFK to Atlanta GA-ATL to play a friend match with my friends, help me in booking my flight ticket.", "agent: Sure, we are mirthful to aid you.", "customer: Thank you.", "agent: Do you want any connecting flight or direct flight?", "customer: I prefer a connecting flight usually.", "agent: Let me know your dates of travel.", "customer: 05/01 is my starting date, my return date will be 05/03.", "agent: On what name, do I need to reserve the ticket?", "customer: I want to make a reservation on Thomas Taylor name.", "agent: Thanks for your details, we found a plane 1007 of Spirit airline with a connecting flight and fare is 100.", "customer: Please proceed.", "agent: Your ticket has been reserved.", "customer: Thank you.", "agent: Thank you for availing us." ]
{ "departure_airport": "JFK", "departure_day": "1", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Thomas Taylor", "return_airport": "ATL", "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: Hello.', 'agent: Hello,. How can I oblige you today?', 'customer: I want to book a flight ticket from New York NY-JFK to Atlanta GA-ATL to play a friend match with my friends, help me in booking my flight ticket.', 'agent: Sure, we are mirthful to aid you.', 'customer: Thank you.', 'agent: Do you want any connecting flight or direct flight?', 'customer: I prefer a connecting flight usually.', 'agent: Let me know your dates of travel.', 'customer: 05/01 is my starting date, my return date will be 05/03.', 'agent: On what name, do I need to reserve the ticket?', 'customer: I want to make a reservation on Thomas Taylor name.', 'agent: Thanks for your details, we found a plane 1007 of Spirit airline with a connecting flight and fare is 100.', 'customer: Please proceed.', 'agent: Your ticket has been reserved.', 'customer: Thank you.', 'agent: Thank you for availing us.' ### Response: {'departure_airport': 'JFK', 'departure_day': '1', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Thomas Taylor', 'return_airport': 'ATL', 'return_day': '3', 'return_month': 'May'}
[ "customer: Hello. My name is Benjamin Nelson.", "agent: Hello Benjamin, how can I help you?", "customer: My health condition is not good. So I would like to cancel my journey.", "agent: Sure, please wait for a moment. Sorry, there is no reservation found by your name.", "customer: Its ok. Thank you.", "agent: Thank you and have a nice day." ]
{ "departure_airport": "EWR", "departure_day": "10", "departure_month": "Dec", "goal": "cancel", "max_connections": 0, "max_price": 200, "name": "Benjamin Nelson", "return_airport": "BOS", "return_day": "12", "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. My name is Benjamin Nelson.', 'agent: Hello Benjamin, how can I help you?', 'customer: My health condition is not good. So I would like to cancel my journey.', 'agent: Sure, please wait for a moment. Sorry, there is no reservation found by your name.', 'customer: Its ok. Thank you.', 'agent: Thank you and have a nice day.' ### Response: {'departure_airport': 'EWR', 'departure_day': '10', 'departure_month': 'Dec', 'goal': 'cancel', 'max_connections': 0, 'max_price': 200, 'name': 'Benjamin Nelson', 'return_airport': 'BOS', 'return_day': '12', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello, how may I oblige you today?", "customer: Due to sudden change in my trip to another location, I would like to change my reservation. Can you please help me out with changing my reservation?", "agent: May I know your good name to check the reservation?", "customer: My name is George Taylor.", "agent: Thank you for proving your good name, there is no reservation found on your name.", "customer: Not a problem, thank you for the information.", "agent: Thank you for making us to help you today." ]
{ "departure_airport": "DEN", "departure_day": "7", "departure_month": "Sept", "goal": "change", "max_connections": 1, "max_price": 5000, "name": "George Taylor", "return_airport": "LGA", "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: Hello.', 'agent: Hello, how may I oblige you today?', 'customer: Due to sudden change in my trip to another location, I would like to change my reservation. Can you please help me out with changing my reservation?', 'agent: May I know your good name to check the reservation?', 'customer: My name is George Taylor.', 'agent: Thank you for proving your good name, there is no reservation found on your name.', 'customer: Not a problem, thank you for the information.', 'agent: Thank you for making us to help you today.' ### Response: {'departure_airport': 'DEN', 'departure_day': '7', 'departure_month': 'Sept', 'goal': 'change', 'max_connections': 1, 'max_price': 5000, 'name': 'George Taylor', 'return_airport': 'LGA', 'return_day': '9', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello, how can I help you today?", "customer: Can you please help me in booking flight ticket on dates Mar 05 and Mar 07?", "agent: Sure, kindly share your airport codes.", "customer: Sure, my airport codes are AUS and EWR.", "agent: Do you have any connection limit?", "customer: Yes, I need a break in between the journey.", "agent: Is there any other specifications?", "customer: I want to depart in the evening.", "agent: Please share your name.", "customer: Yes, my name is Larry Parker.", "agent: Ok, please wait a moment.", "customer: Take your time.", "agent: Sorry to say, no flights found with your requirement.", "customer: That's fine, thank you for the response.", "agent: Thanks for reaching us." ]
{ "departure_airport": "AUS", "departure_day": "5", "departure_month": "Mar", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Larry Parker", "return_airport": "EWR", "return_day": "7", "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 can I help you today?', 'customer: Can you please help me in booking flight ticket on dates Mar 05 and Mar 07?', 'agent: Sure, kindly share your airport codes.', 'customer: Sure, my airport codes are AUS and EWR.', 'agent: Do you have any connection limit?', 'customer: Yes, I need a break in between the journey.', 'agent: Is there any other specifications?', 'customer: I want to depart in the evening.', 'agent: Please share your name.', 'customer: Yes, my name is Larry Parker.', 'agent: Ok, please wait a moment.', 'customer: Take your time.', 'agent: Sorry to say, no flights found with your requirement.', "customer: That's fine, thank you for the response.", 'agent: Thanks for reaching us.' ### Response: {'departure_airport': 'AUS', 'departure_day': '5', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Larry Parker', 'return_airport': 'EWR', 'return_day': '7', 'return_month': 'Mar'}
[ "customer: Hello.", "agent: Hello. How can I assist you at this moment?", "customer: I want to cancel my reservation as I have to prepare for my exam, can you please help me with that?", "agent: Sure, I will help you with this.", "customer: Thank you.", "agent: Can you please provide your name to check your reservation status?", "customer: My name is Nicholas Scott.", "agent: Nicholas Scott, there is no active reservation found under your name in our database.", "customer: That's fine, thank you for checking.", "agent: Thank you for contacting us." ]
{ "departure_airport": "LAX", "departure_day": "5", "departure_month": "Sept", "goal": "cancel", "max_connections": 1, "max_price": 1000, "name": "Nicholas Scott", "return_airport": "SEA", "return_day": "7", "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 assist you at this moment?', 'customer: I want to cancel my reservation as I have to prepare for my exam, can you please help me with that?', 'agent: Sure, I will help you with this.', 'customer: Thank you.', 'agent: Can you please provide your name to check your reservation status?', 'customer: My name is Nicholas Scott.', 'agent: Nicholas Scott, there is no active reservation found under your name in our database.', "customer: That's fine, thank you for checking.", 'agent: Thank you for contacting us.' ### Response: {'departure_airport': 'LAX', 'departure_day': '5', 'departure_month': 'Sept', 'goal': 'cancel', 'max_connections': 1, 'max_price': 1000, 'name': 'Nicholas Scott', 'return_airport': 'SEA', 'return_day': '7', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: I have planned to book a flight on June 14th, so please help me in booking a flight.", "agent: Sure, may I know your airport codes please?", "customer: My airport codes are LAS - BOS.", "agent: Your return journey date please?", "customer: I intend to return on 16th June.", "agent: Do you have any specifications?", "customer: I would like to depart in morning time.", "agent: Any thing else?", "customer: I prefer an economy class.", "agent: May I know your name please?", "customer: Sure, my name is Daniel Moore.", "agent: I am sorry no flights found your route.", "customer: No worries, thank you.", "agent: Thank you for choosing us." ]
{ "departure_airport": "LAS", "departure_day": "14", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Daniel Moore", "return_airport": "BOS", "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.', 'agent: Hello. How can I help you?', 'customer: I have planned to book a flight on June 14th, so please help me in booking a flight.', 'agent: Sure, may I know your airport codes please?', 'customer: My airport codes are LAS - BOS.', 'agent: Your return journey date please?', 'customer: I intend to return on 16th June.', 'agent: Do you have any specifications?', 'customer: I would like to depart in morning time.', 'agent: Any thing else?', 'customer: I prefer an economy class.', 'agent: May I know your name please?', 'customer: Sure, my name is Daniel Moore.', 'agent: I am sorry no flights found your route.', 'customer: No worries, thank you.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'LAS', 'departure_day': '14', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Daniel Moore', 'return_airport': 'BOS', 'return_day': '16', 'return_month': 'June'}
[ "customer: Hello.", "agent: Hello, how may I assist you?", "customer: I am Christopher Gonzalez. I want to change my existing reservation due to health issues, can you help me in changing the reservation?", "agent: Sure, we are here to help you. Please give me a moment to check your details in reservation list.", "customer: Sure.", "agent: Thank you for waiting, there is no reservation exist on your name to do modification.", "customer: No problem, thank you.", "agent: Thank you for contacting us." ]
{ "departure_airport": "SFO", "departure_day": "8", "departure_month": "May", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Christopher Gonzalez", "return_airport": "LGA", "return_day": "10", "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: I am Christopher Gonzalez. I want to change my existing reservation due to health issues, can you help me in changing the reservation?', 'agent: Sure, we are here to help you. Please give me a moment to check your details in reservation list.', 'customer: Sure.', 'agent: Thank you for waiting, there is no reservation exist on your name to do modification.', 'customer: No problem, thank you.', 'agent: Thank you for contacting us.' ### Response: {'departure_airport': 'SFO', 'departure_day': '8', 'departure_month': 'May', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Christopher Gonzalez', 'return_airport': 'LGA', 'return_day': '10', 'return_month': 'May'}
[ "customer: Hello, I am Susan Thompson.", "agent: Hello, how may I assist you?", "customer: I want to visit 16th street mall at Denver, please book a connecting flight.", "agent: Sure, may I know your price limit to book a ticket?", "customer: I need the ticket within price 500.", "agent: Ok, what dates you would like to travel?", "customer: I want to fly on 12/28 and return on 12/30.", "agent: May I know your airport codes?", "customer: My origin airport code is TX- DFW and Dest airport code is CO- DEN.", "agent: Ok, there is a flight 1004 in Southwest airline matching your requirements with price 300. Shall I proceed with this airline?", "customer: Please proceed with booking.", "agent: Ok, your ticket has been booked.", "customer: Thank you for the reservation.", "agent: Thanks for reaching us. Have a safe journey!." ]
{ "departure_airport": "DFW", "departure_day": "28", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Susan Thompson", "return_airport": "DEN", "return_day": "30", "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, I am Susan Thompson.', 'agent: Hello, how may I assist you?', 'customer: I want to visit 16th street mall at Denver, please book a connecting flight.', 'agent: Sure, may I know your price limit to book a ticket?', 'customer: I need the ticket within price 500.', 'agent: Ok, what dates you would like to travel?', 'customer: I want to fly on 12/28 and return on 12/30.', 'agent: May I know your airport codes?', 'customer: My origin airport code is TX- DFW and Dest airport code is CO- DEN.', 'agent: Ok, there is a flight 1004 in Southwest airline matching your requirements with price 300. Shall I proceed with this airline?', 'customer: Please proceed with booking.', 'agent: Ok, your ticket has been booked.', 'customer: Thank you for the reservation.', 'agent: Thanks for reaching us. Have a safe journey!.' ### Response: {'departure_airport': 'DFW', 'departure_day': '28', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Susan Thompson', 'return_airport': 'DEN', 'return_day': '30', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello.", "customer: Myself Gregory Allen.", "agent: My job is to assist you. May I know your concern please?", "customer: Can you please book a flight ticket from EWR to LAS locations?", "agent: Please let me know your travel dates to book?", "customer: My travelling dates are from 04/20 and 04/22.", "agent: There is a connecting flight with price 100. Can I book it now?", "customer: Please proceed with it.", "agent: Ok, there flight ticket is been booked and the flight number 1013.", "customer: Thank you so much." ]
{ "departure_airport": "EWR", "departure_day": "20", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Gregory Allen", "return_airport": "LAS", "return_day": "22", "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: Myself Gregory Allen.', 'agent: My job is to assist you. May I know your concern please?', 'customer: Can you please book a flight ticket from EWR to LAS locations?', 'agent: Please let me know your travel dates to book?', 'customer: My travelling dates are from 04/20 and 04/22.', 'agent: There is a connecting flight with price 100. Can I book it now?', 'customer: Please proceed with it.', 'agent: Ok, there flight ticket is been booked and the flight number 1013.', 'customer: Thank you so much.' ### Response: {'departure_airport': 'EWR', 'departure_day': '20', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Gregory Allen', 'return_airport': 'LAS', 'return_day': '22', 'return_month': 'Apr'}
[ "customer: Hello,.", "agent: Hello, how may I be at your service today?", "customer: Can you please help me in booking my flight ticket from ATL to IAD?", "agent: Sure, I will help you in booking the ticket. May I know your travelling dates please?", "customer: My planned travel dates are April 13-15.", "agent: Do you have any other specifications?", "customer: I prefer to fly in connected flight.", "agent: Please help me with your name for booking.", "customer: Myself, Rebecca Parker.", "agent: Sorry for this inconvenience, I could not find any flight with your requirements.", "customer: Ok, no issues. Thank you for your help.", "agent: Thank you for reaching us." ]
{ "departure_airport": "ATL", "departure_day": "13", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Rebecca Parker", "return_airport": "IAD", "return_day": "15", "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 be at your service today?', 'customer: Can you please help me in booking my flight ticket from ATL to IAD?', 'agent: Sure, I will help you in booking the ticket. May I know your travelling dates please?', 'customer: My planned travel dates are April 13-15.', 'agent: Do you have any other specifications?', 'customer: I prefer to fly in connected flight.', 'agent: Please help me with your name for booking.', 'customer: Myself, Rebecca Parker.', 'agent: Sorry for this inconvenience, I could not find any flight with your requirements.', 'customer: Ok, no issues. Thank you for your help.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'ATL', 'departure_day': '13', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Rebecca Parker', 'return_airport': 'IAD', 'return_day': '15', 'return_month': 'Apr'}
[ "customer: Hello.", "agent: Hello. How may I help you?", "customer: I need to cancel my recent reservation, as my planned trip with my friends got cancelled. Can you please help me out?", "agent: Ok, please mention your name to check your reservation status.", "customer: Sure, myself Stephanie Carter.", "agent: Thanks for your response, there is no reservation found under your name to cancel it.", "customer: Not a big problem, anyway thank you for the information.", "agent: Welcome Stephanie Carter.", "customer: Thank you for searching." ]
{ "departure_airport": "ORD", "departure_day": "9", "departure_month": "Sept", "goal": "cancel", "max_connections": 1, "max_price": 500, "name": "Stephanie Carter", "return_airport": "ATL", "return_day": "11", "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 may I help you?', 'customer: I need to cancel my recent reservation, as my planned trip with my friends got cancelled. Can you please help me out?', 'agent: Ok, please mention your name to check your reservation status.', 'customer: Sure, myself Stephanie Carter.', 'agent: Thanks for your response, there is no reservation found under your name to cancel it.', 'customer: Not a big problem, anyway thank you for the information.', 'agent: Welcome Stephanie Carter.', 'customer: Thank you for searching.' ### Response: {'departure_airport': 'ORD', 'departure_day': '9', 'departure_month': 'Sept', 'goal': 'cancel', 'max_connections': 1, 'max_price': 500, 'name': 'Stephanie Carter', 'return_airport': 'ATL', 'return_day': '11', 'return_month': 'Sept'}
[ "customer: Hi.", "agent: Hello. How can I assist you for the day?", "customer: Kenneth Gonzalez here. Please help me out in booking the ticket from LAS to BOS.", "agent: Sure, I am here to help you with that. May I know your travelling dates, please?", "customer: My trip dates will be Feb 22 to Feb 24.", "agent: Do you have any particular time for departing and returning?", "customer: My return time must be in the afternoon.", "agent: May I know your connection limit?", "customer: I want a connected flight.", "agent: Do you have any other specifications?", "customer: No.", "agent: Spirit Airlines are providing a flight-1007 with connection limit 1 and the ticket price is 100. Shall I proceed?", "customer: Please proceed.", "agent: Kenneth Gonzalez, your booking is confirmed successfully, the depart time is 3:00 AM and return time is 14:00 PM.", "customer: Thank you.", "agent: Most welcome, thank you for reaching us." ]
{ "departure_airport": "LAS", "departure_day": "22", "departure_month": "Feb", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Kenneth Gonzalez", "return_airport": "BOS", "return_day": "24", "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 assist you for the day?', 'customer: Kenneth Gonzalez here. Please help me out in booking the ticket from LAS to BOS.', 'agent: Sure, I am here to help you with that. May I know your travelling dates, please?', 'customer: My trip dates will be Feb 22 to Feb 24.', 'agent: Do you have any particular time for departing and returning?', 'customer: My return time must be in the afternoon.', 'agent: May I know your connection limit?', 'customer: I want a connected flight.', 'agent: Do you have any other specifications?', 'customer: No.', 'agent: Spirit Airlines are providing a flight-1007 with connection limit 1 and the ticket price is 100. Shall I proceed?', 'customer: Please proceed.', 'agent: Kenneth Gonzalez, your booking is confirmed successfully, the depart time is 3:00 AM and return time is 14:00 PM.', 'customer: Thank you.', 'agent: Most welcome, thank you for reaching us.' ### Response: {'departure_airport': 'LAS', 'departure_day': '22', 'departure_month': 'Feb', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Kenneth Gonzalez', 'return_airport': 'BOS', 'return_day': '24', 'return_month': 'Feb'}
[ "customer: Hello.", "agent: Hello, how can I guide you for today?", "customer: I want to change my existing reservation, as my exams got postponed. Can you please help me out with it?", "agent: I will help you with that.", "customer: Thank you for the response.", "agent: May I know your name?", "customer: My name is Patricia Smith.", "agent: Please give me a minute, I will check the status of your existing reservation.", "customer: Ok, sure. I will wait for your response.", "agent: Sorry, there is no reservation found under your name in our database.", "customer: Ok, not an issue. Anyways, thank you for the information.", "agent: Thank you for contacting us, have a nice day." ]
{ "departure_airport": "SEA", "departure_day": "9", "departure_month": "Oct", "goal": "change", "max_connections": 1, "max_price": 200, "name": "Patricia Smith", "return_airport": "LAX", "return_day": "11", "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 guide you for today?', 'customer: I want to change my existing reservation, as my exams got postponed. Can you please help me out with it?', 'agent: I will help you with that.', 'customer: Thank you for the response.', 'agent: May I know your name?', 'customer: My name is Patricia Smith.', 'agent: Please give me a minute, I will check the status of your existing reservation.', 'customer: Ok, sure. I will wait for your response.', 'agent: Sorry, there is no reservation found under your name in our database.', 'customer: Ok, not an issue. Anyways, thank you for the information.', 'agent: Thank you for contacting us, have a nice day.' ### Response: {'departure_airport': 'SEA', 'departure_day': '9', 'departure_month': 'Oct', 'goal': 'change', 'max_connections': 1, 'max_price': 200, 'name': 'Patricia Smith', 'return_airport': 'LAX', 'return_day': '11', 'return_month': 'Oct'}
[ "customer: Hello, I am Emma Mitchell.", "agent: Hello, how may I assist you?", "customer: Can you make a reservation from HOU to MSP?", "agent: Sure, may I know your travel dates please?", "customer: I am planning to start on 05/09 and return back on 05/11.", "agent: Ok, hold on for a moment. Let me check the best flight for you.", "customer: Make sure that connection limit is 1.", "agent: Sorry Emma, there are no flights available on your requested dates.", "customer: Yes, you can go ahead. No issues. THank you for checking.", "agent: Welcome, thank you for choosing us. Have a great day,.", "customer: You are welcome." ]
{ "departure_airport": "HOU", "departure_day": "9", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Emma Mitchell", "return_airport": "MSP", "return_day": "11", "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, I am Emma Mitchell.', 'agent: Hello, how may I assist you?', 'customer: Can you make a reservation from HOU to MSP?', 'agent: Sure, may I know your travel dates please?', 'customer: I am planning to start on 05/09 and return back on 05/11.', 'agent: Ok, hold on for a moment. Let me check the best flight for you.', 'customer: Make sure that connection limit is 1.', 'agent: Sorry Emma, there are no flights available on your requested dates.', 'customer: Yes, you can go ahead. No issues. THank you for checking.', 'agent: Welcome, thank you for choosing us. Have a great day,.', 'customer: You are welcome.' ### Response: {'departure_airport': 'HOU', 'departure_day': '9', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Emma Mitchell', 'return_airport': 'MSP', 'return_day': '11', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello, how may I help you?", "customer: Actually my Hockey competition is postponed, so that I want change my existing reservation. Can you help me?", "agent: Sure, please let me know your name to proceed?", "customer: Yes, I am Frank Gonzalez.", "agent: Sorry to say, no reservation found on your name.", "customer: Ok, not an problem. Thank you for your information.", "agent: Thank you for reaching us, have a nice day." ]
{ "departure_airport": "LGA", "departure_day": "29", "departure_month": "Feb", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Frank Gonzalez", "return_airport": "BOS", "return_day": "2", "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 help you?', 'customer: Actually my Hockey competition is postponed, so that I want change my existing reservation. Can you help me?', 'agent: Sure, please let me know your name to proceed?', 'customer: Yes, I am Frank Gonzalez.', 'agent: Sorry to say, no reservation found on your name.', 'customer: Ok, not an problem. Thank you for your information.', 'agent: Thank you for reaching us, have a nice day.' ### Response: {'departure_airport': 'LGA', 'departure_day': '29', 'departure_month': 'Feb', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Frank Gonzalez', 'return_airport': 'BOS', 'return_day': '2', 'return_month': 'Mar'}
[ "customer: Hello.", "agent: Hello. How can I aid you today?", "customer: Can you aid me in booking a flight ticket from ORD to LGA?", "agent: Sure, I am here to help you.", "customer: Thank you.", "agent: May I know your travel dates please?", "customer: I am planning to start on Sep 24th and return back on Sep 26th.", "agent: Ok, do you have any specifications?", "customer: Make sure that connection limit is 1.", "agent: Ok, hold on for a moment. Let me check the best available flight for you.", "customer: Take your time.", "agent: I found a flight for you with Frontier Airlines and it costs you 300. Shall I proceed?", "customer: Book it on the name Dennis Allen.", "agent: Your ticket has been booked with 1013 flight number.", "customer: Thank you for the support.", "agent: Welcome, thank you for choosing us. Have a great day." ]
{ "departure_airport": "ORD", "departure_day": "24", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Dennis Allen", "return_airport": "LGA", "return_day": "26", "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 today?', 'customer: Can you aid me in booking a flight ticket from ORD to LGA?', 'agent: Sure, I am here to help you.', 'customer: Thank you.', 'agent: May I know your travel dates please?', 'customer: I am planning to start on Sep 24th and return back on Sep 26th.', 'agent: Ok, do you have any specifications?', 'customer: Make sure that connection limit is 1.', 'agent: Ok, hold on for a moment. Let me check the best available flight for you.', 'customer: Take your time.', 'agent: I found a flight for you with Frontier Airlines and it costs you 300. Shall I proceed?', 'customer: Book it on the name Dennis Allen.', 'agent: Your ticket has been booked with 1013 flight number.', 'customer: Thank you for the support.', 'agent: Welcome, thank you for choosing us. Have a great day.' ### Response: {'departure_airport': 'ORD', 'departure_day': '24', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Dennis Allen', 'return_airport': 'LGA', 'return_day': '26', 'return_month': 'Sept'}
[ "customer: Hello, I am Alexander Moore.", "agent: Hello, how can I assist you?", "customer: Please help me in changing my existing reservation, as my college exam got postponed.", "agent: Sure, please wait a moment.", "customer: Ok.", "agent: We found a reservation in your name. can you please share your new journey details?", "customer: Ok, my new journey starts from SEA to IAD. My journey dates are 02/18 and 02/20.", "agent: Delta airlines with single connection and price is 200 of 1008 flight. Shall I proceed?", "customer: Ok, proceed.", "agent: Your ticket has been confirmed.", "customer: Thank you.", "agent: Thank you." ]
{ "departure_airport": "SEA", "departure_day": "18", "departure_month": "Feb", "goal": "change", "max_connections": 1, "max_price": 200, "name": "Alexander Moore", "return_airport": "IAD", "return_day": "20", "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, I am Alexander Moore.', 'agent: Hello, how can I assist you?', 'customer: Please help me in changing my existing reservation, as my college exam got postponed.', 'agent: Sure, please wait a moment.', 'customer: Ok.', 'agent: We found a reservation in your name. can you please share your new journey details?', 'customer: Ok, my new journey starts from SEA to IAD. My journey dates are 02/18 and 02/20.', 'agent: Delta airlines with single connection and price is 200 of 1008 flight. Shall I proceed?', 'customer: Ok, proceed.', 'agent: Your ticket has been confirmed.', 'customer: Thank you.', 'agent: Thank you.' ### Response: {'departure_airport': 'SEA', 'departure_day': '18', 'departure_month': 'Feb', 'goal': 'change', 'max_connections': 1, 'max_price': 200, 'name': 'Alexander Moore', 'return_airport': 'IAD', 'return_day': '20', 'return_month': 'Feb'}
[ "customer: Hi.", "agent: Hello, Good Morning.", "customer: Gary Hill here.", "agent: How may I guide you?", "customer: Can you please book me a ticket from PHX to DTW?", "agent: Sure, can I know your preferable dates?", "customer: Ok, my preferred travel dates are 04/16 and 04/18.", "agent: I found a flight 1002 of AA airlines matches with your preferences, can I proceed?", "customer: Yes, please book it.", "agent: Your ticket is booked.", "customer: Thank you for your help.", "agent: Thank you, have a safe trip." ]
{ "departure_airport": "PHX", "departure_day": "16", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Gary Hill", "return_airport": "DTW", "return_day": "18", "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, Good Morning.', 'customer: Gary Hill here.', 'agent: How may I guide you?', 'customer: Can you please book me a ticket from PHX to DTW?', 'agent: Sure, can I know your preferable dates?', 'customer: Ok, my preferred travel dates are 04/16 and 04/18.', 'agent: I found a flight 1002 of AA airlines matches with your preferences, can I proceed?', 'customer: Yes, please book it.', 'agent: Your ticket is booked.', 'customer: Thank you for your help.', 'agent: Thank you, have a safe trip.' ### Response: {'departure_airport': 'PHX', 'departure_day': '16', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Gary Hill', 'return_airport': 'DTW', 'return_day': '18', 'return_month': 'Apr'}
[ "customer: Hi.", "agent: Hello, how may I help you today?", "customer: I need to attend my parent's wedding anniversary on 05/26 in Washington DC - DCA, could you please help me to book my flight ticket.", "agent: Sure, could you please provide your further details to proceed?", "customer: OK. Actually I want to travel from Washington DC - DCA on 05/26 to Denver, CO - DEN. And my return date is on 05/28. Please make the booking with the name Anna Harris.", "agent: OK, do you have any preference connections and price limit?", "customer: Yes, price limit can be 1000 and connection must be one.", "agent: OK, we are glad to inform you that we have found a flight on that day. details are as follows airline-Southwest flight number-1022 connection-1 and price is 100. Shall I proceed to booking?", "customer: I am comfortable with this booking, you can proceed now.", "agent: OK, your reservation has been done.", "customer: Thank you. I am happy with your service.", "agent: Your are welcome, thanks for contacting us. Have a great day ahead." ]
{ "departure_airport": "DCA", "departure_day": "26", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Anna Harris", "return_airport": "DEN", "return_day": "28", "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, how may I help you today?', "customer: I need to attend my parent's wedding anniversary on 05/26 in Washington DC - DCA, could you please help me to book my flight ticket.", 'agent: Sure, could you please provide your further details to proceed?', 'customer: OK. Actually I want to travel from Washington DC - DCA on 05/26 to Denver, CO - DEN. And my return date is on 05/28. Please make the booking with the name Anna Harris.', 'agent: OK, do you have any preference connections and price limit?', 'customer: Yes, price limit can be 1000 and connection must be one.', 'agent: OK, we are glad to inform you that we have found a flight on that day. details are as follows airline-Southwest flight number-1022 connection-1 and price is 100. Shall I proceed to booking?', 'customer: I am comfortable with this booking, you can proceed now.', 'agent: OK, your reservation has been done.', 'customer: Thank you. I am happy with your service.', 'agent: Your are welcome, thanks for contacting us. Have a great day ahead.' ### Response: {'departure_airport': 'DCA', 'departure_day': '26', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Anna Harris', 'return_airport': 'DEN', 'return_day': '28', 'return_month': 'May'}
[ "customer: Hi.", "agent: Hello, how may I assist you?", "customer: I am Joshua Mitchell. I just want to change my reservation to next week, because I have some work in this week. Can you help me in changing my reservation?", "agent: Sure, I will help you.Please give me a momentr.", "customer: Sure.", "agent: Sorry, no reservation showing on your name.", "customer: Ok, not an issue.", "agent: Thank you for reaching us.", "customer: Thank you for your help.", "agent: You are welcome." ]
{ "departure_airport": "LGA", "departure_day": "12", "departure_month": "Dec", "goal": "change", "max_connections": 1, "max_price": 500, "name": "Joshua Mitchell", "return_airport": "IAD", "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: Hi.', 'agent: Hello, how may I assist you?', 'customer: I am Joshua Mitchell. I just want to change my reservation to next week, because I have some work in this week. Can you help me in changing my reservation?', 'agent: Sure, I will help you.Please give me a momentr.', 'customer: Sure.', 'agent: Sorry, no reservation showing on your name.', 'customer: Ok, not an issue.', 'agent: Thank you for reaching us.', 'customer: Thank you for your help.', 'agent: You are welcome.' ### Response: {'departure_airport': 'LGA', 'departure_day': '12', 'departure_month': 'Dec', 'goal': 'change', 'max_connections': 1, 'max_price': 500, 'name': 'Joshua Mitchell', 'return_airport': 'IAD', 'return_day': '14', 'return_month': 'Dec'}
[ "customer: Hello, I am Kimberly Phillips.", "agent: Hello. How can I aid you?", "customer: I want to fly from DCA to LAX to meet my friend, can you please help me to book a flight ticket?", "agent: Sure. May I know your travelling dates?", "customer: Sure, my journey dates are 11/21 to 11/23.", "agent: Do you have any specifications?", "customer: Yes, I need a halt.", "agent: There is a flight 1008 in UA airline and price 100 with a connection. Shall I proceed?", "customer: Ok, book the ticket.", "agent: Your reservation has been done.", "customer: Thank you for your help.", "agent: Thank you." ]
{ "departure_airport": "DCA", "departure_day": "21", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Kimberly Phillips", "return_airport": "LAX", "return_day": "23", "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, I am Kimberly Phillips.', 'agent: Hello. How can I aid you?', 'customer: I want to fly from DCA to LAX to meet my friend, can you please help me to book a flight ticket?', 'agent: Sure. May I know your travelling dates?', 'customer: Sure, my journey dates are 11/21 to 11/23.', 'agent: Do you have any specifications?', 'customer: Yes, I need a halt.', 'agent: There is a flight 1008 in UA airline and price 100 with a connection. Shall I proceed?', 'customer: Ok, book the ticket.', 'agent: Your reservation has been done.', 'customer: Thank you for your help.', 'agent: Thank you.' ### Response: {'departure_airport': 'DCA', 'departure_day': '21', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Kimberly Phillips', 'return_airport': 'LAX', 'return_day': '23', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello, how can I help you today?", "customer: I am looking for a flight from OAK to ORD, can you help me in booking?", "agent: Sure, kindly share your travel dates.", "customer: Sure, my planned travel dates are Nov 24 and Nov 26.", "agent: Do you have any connection limit?", "customer: Please look for a direct flight.", "agent: Is there any other specification?", "customer: No.", "agent: Please share your name.", "customer: Myself Kathleen Carter.", "agent: Please wait.", "customer: Sure, I will wait for your response.", "agent: There is a flight with your requirement, airline is United Airlines with price 200 and direct connection. Shall I proceed with booking?", "customer: That's fine, please proceed in booking.", "agent: Your booking is done and flight number is 1004.", "customer: Thank you for the service.", "agent: Thanks for reaching us." ]
{ "departure_airport": "OAK", "departure_day": "24", "departure_month": "Nov", "goal": "book", "max_connections": 0, "max_price": 1000, "name": "Kathleen Carter", "return_airport": "ORD", "return_day": "26", "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 help you today?', 'customer: I am looking for a flight from OAK to ORD, can you help me in booking?', 'agent: Sure, kindly share your travel dates.', 'customer: Sure, my planned travel dates are Nov 24 and Nov 26.', 'agent: Do you have any connection limit?', 'customer: Please look for a direct flight.', 'agent: Is there any other specification?', 'customer: No.', 'agent: Please share your name.', 'customer: Myself Kathleen Carter.', 'agent: Please wait.', 'customer: Sure, I will wait for your response.', 'agent: There is a flight with your requirement, airline is United Airlines with price 200 and direct connection. Shall I proceed with booking?', "customer: That's fine, please proceed in booking.", 'agent: Your booking is done and flight number is 1004.', 'customer: Thank you for the service.', 'agent: Thanks for reaching us.' ### Response: {'departure_airport': 'OAK', 'departure_day': '24', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 0, 'max_price': 1000, 'name': 'Kathleen Carter', 'return_airport': 'ORD', 'return_day': '26', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello, what can I aid you at this moment?", "customer: I am Donald Baker from Denver. I want to go to New York next week, can you please book a flight ticket for me on 04/29?", "agent: I am glad to help you about your flight ticket booking Baker. Can you please provide your respective location codes of journey?", "customer: Thank you, I want to take off from DEN and destination airport is LGA.", "agent: Would you like to have a return journey? If so please provide your return date.", "customer: Yes, please book my return ticket also on 05/01.", "agent: Hold on for sometime.", "customer: Ok.", "agent: There is a flight with single stopover having a ticket fare of 300 which is provided by AA airlines. Would you like to book this flight ticket?", "customer: Please proceed.", "agent: I have booked your flight ticket with flight 1006 in an economy class.", "customer: Thank you for your help.", "agent: Most welcome, thank you for employing our service. Have a safe journey." ]
{ "departure_airport": "DEN", "departure_day": "29", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Donald Baker", "return_airport": "LGA", "return_day": "1", "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, what can I aid you at this moment?', 'customer: I am Donald Baker from Denver. I want to go to New York next week, can you please book a flight ticket for me on 04/29?', 'agent: I am glad to help you about your flight ticket booking Baker. Can you please provide your respective location codes of journey?', 'customer: Thank you, I want to take off from DEN and destination airport is LGA.', 'agent: Would you like to have a return journey? If so please provide your return date.', 'customer: Yes, please book my return ticket also on 05/01.', 'agent: Hold on for sometime.', 'customer: Ok.', 'agent: There is a flight with single stopover having a ticket fare of 300 which is provided by AA airlines. Would you like to book this flight ticket?', 'customer: Please proceed.', 'agent: I have booked your flight ticket with flight 1006 in an economy class.', 'customer: Thank you for your help.', 'agent: Most welcome, thank you for employing our service. Have a safe journey.' ### Response: {'departure_airport': 'DEN', 'departure_day': '29', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Donald Baker', 'return_airport': 'LGA', 'return_day': '1', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello. How can I assist you today?", "customer: Joshua Evans here.", "agent: Ok.", "customer: I want to change my existing reservation, can you help me?", "agent: Sure, will you please give me a moment?", "customer: Ok, I will wait for your response.", "agent: Thanks for waiting, there is no reservation found under your name.", "customer: Thank you for the information.", "agent: Welcome, have a great day." ]
{ "departure_airport": "PHX", "departure_day": "9", "departure_month": "Nov", "goal": "change", "max_connections": 1, "max_price": 5000, "name": "Joshua Evans", "return_airport": "JFK", "return_day": "11", "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: Joshua Evans here.', 'agent: Ok.', 'customer: I want to change my existing reservation, can you help me?', 'agent: Sure, will you please give me a moment?', 'customer: Ok, I will wait for your response.', 'agent: Thanks for waiting, there is no reservation found under your name.', 'customer: Thank you for the information.', 'agent: Welcome, have a great day.' ### Response: {'departure_airport': 'PHX', 'departure_day': '9', 'departure_month': 'Nov', 'goal': 'change', 'max_connections': 1, 'max_price': 5000, 'name': 'Joshua Evans', 'return_airport': 'JFK', 'return_day': '11', 'return_month': 'Nov'}
[ "customer: Hello.", "agent: Hello. How can I help you?", "customer: I am George Evans. I want to change my existing reservation due to postpone of my trip. Could you please help me?", "agent: Sure, just a moment please.", "customer: Sure.", "agent: I am sorry no reservation found on your name.", "customer: No worries, thank you for the information.", "agent: Thank you for choosing us." ]
{ "departure_airport": "BOS", "departure_day": "2", "departure_month": "Sept", "goal": "change", "max_connections": 1, "max_price": 200, "name": "George Evans", "return_airport": "IAH", "return_day": "4", "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 help you?', 'customer: I am George Evans. I want to change my existing reservation due to postpone of my trip. Could you please help me?', 'agent: Sure, just a moment please.', 'customer: Sure.', 'agent: I am sorry no reservation found on your name.', 'customer: No worries, thank you for the information.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'BOS', 'departure_day': '2', 'departure_month': 'Sept', 'goal': 'change', 'max_connections': 1, 'max_price': 200, 'name': 'George Evans', 'return_airport': 'IAH', 'return_day': '4', 'return_month': 'Sept'}
[ "customer: Hello.", "agent: Hello, how can I help you today?", "customer: Can you please help me to book a flight from HOU to SEA?", "agent: Sure, can you please mention your depart and arrival dates of your journey?", "customer: My travel dates are Apr 06 to 08.", "agent: Do you have any connection limit?", "customer: I prefer connecting flight.", "agent: Are there any other specifications?", "customer: No.", "agent: Can I know your good name?", "customer: I am Alexander Turner.", "agent: Sorry, no flights are available in this route as per your requested dates.", "customer: No problem, thank you for the information.", "agent: Thank you for reaching us." ]
{ "departure_airport": "HOU", "departure_day": "6", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Alexander Turner", "return_airport": "SEA", "return_day": "8", "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 can I help you today?', 'customer: Can you please help me to book a flight from HOU to SEA?', 'agent: Sure, can you please mention your depart and arrival dates of your journey?', 'customer: My travel dates are Apr 06 to 08.', 'agent: Do you have any connection limit?', 'customer: I prefer connecting flight.', 'agent: Are there any other specifications?', 'customer: No.', 'agent: Can I know your good name?', 'customer: I am Alexander Turner.', 'agent: Sorry, no flights are available in this route as per your requested dates.', 'customer: No problem, thank you for the information.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'HOU', 'departure_day': '6', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Alexander Turner', 'return_airport': 'SEA', 'return_day': '8', 'return_month': 'Apr'}
[ "customer: Hello, I am Kimberly White.", "agent: Hello, how may I help you?", "customer: I want to book a flight ticket within a price limit of 200 to watch live sports events at SEA from EWR. Can you please help me with booking a flight ticket?", "agent: Sure, please share your journey dates?", "customer: My travelling dates are from Dec 03 to Dec 05.", "agent: Do you need any connection limit?", "customer: I need a halt in my journey.", "agent: Please wait for a while.", "customer: Ok.", "agent: We found a flight in UA airlines, flight number is 1016 with one connection and price is 100. Shall I proceed with in economy class?", "customer: You can proceed with booking.", "agent: Ok, your ticket has been confirmed.", "customer: Thank you for the help.", "agent: Thank you for choosing us." ]
{ "departure_airport": "EWR", "departure_day": "3", "departure_month": "Dec", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Kimberly White", "return_airport": "SEA", "return_day": "5", "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, I am Kimberly White.', 'agent: Hello, how may I help you?', 'customer: I want to book a flight ticket within a price limit of 200 to watch live sports events at SEA from EWR. Can you please help me with booking a flight ticket?', 'agent: Sure, please share your journey dates?', 'customer: My travelling dates are from Dec 03 to Dec 05.', 'agent: Do you need any connection limit?', 'customer: I need a halt in my journey.', 'agent: Please wait for a while.', 'customer: Ok.', 'agent: We found a flight in UA airlines, flight number is 1016 with one connection and price is 100. Shall I proceed with in economy class?', 'customer: You can proceed with booking.', 'agent: Ok, your ticket has been confirmed.', 'customer: Thank you for the help.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'EWR', 'departure_day': '3', 'departure_month': 'Dec', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Kimberly White', 'return_airport': 'SEA', 'return_day': '5', 'return_month': 'Dec'}
[ "customer: Hello.", "agent: Hello, how can I assist you?", "customer: I am planning to attend Orientation in Temple University which is at Philadelphia, PA - PHL, Could you please help me in booking a ticket?", "agent: Sure, please share your origin airport code.", "customer: My origin is Detroit, MI - DTW.", "agent: Let me know your travelling dates.", "customer: I want to start on 11/10 and return on 11/12.", "agent: Please share your specifications.", "customer: Please make sure that the price limit should be 5000.", "agent: We found a flight with single connection and price is 800 of 1010 flight. Shall I proceed for booking?", "customer: Ok, please proceed for booking.", "agent: Your ticket has been confirmed with AA airlines.", "customer: Thank you.", "agent: Thank you for choosing us. May I know your name?", "customer: Sure, I am Deborah Jones.", "agent: Thank you." ]
{ "departure_airport": "DTW", "departure_day": "10", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Deborah Jones", "return_airport": "PHL", "return_day": "12", "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?', 'customer: I am planning to attend Orientation in Temple University which is at Philadelphia, PA - PHL, Could you please help me in booking a ticket?', 'agent: Sure, please share your origin airport code.', 'customer: My origin is Detroit, MI - DTW.', 'agent: Let me know your travelling dates.', 'customer: I want to start on 11/10 and return on 11/12.', 'agent: Please share your specifications.', 'customer: Please make sure that the price limit should be 5000.', 'agent: We found a flight with single connection and price is 800 of 1010 flight. Shall I proceed for booking?', 'customer: Ok, please proceed for booking.', 'agent: Your ticket has been confirmed with AA airlines.', 'customer: Thank you.', 'agent: Thank you for choosing us. May I know your name?', 'customer: Sure, I am Deborah Jones.', 'agent: Thank you.' ### Response: {'departure_airport': 'DTW', 'departure_day': '10', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Deborah Jones', 'return_airport': 'PHL', 'return_day': '12', 'return_month': 'Nov'}
[ "customer: Hello, I am Samuel Hall from Las Vegas.", "agent: Hello, how may I help you at this moment?", "customer: I need to attend an conference meeting at Philadelphia, PA-PHL. So can you please help me in booking a ticket within fare of 200?", "agent: Sure, I will aid you. Please send your travelling dates.", "customer: My travelling dates are from 06/24 to 06/26.", "agent: Noted. Can I have your source airport code?", "customer: My boarding airport code is NV-LAS.", "agent: There is a connecting flight available with Spirit airline, shall I book it?", "customer: I don't want Spirit airline, can you please check for any another airline for me?", "agent: Yes, Hawaiian airline is also providing service on your route. Shall I proceed?", "customer: That's perfect airline for me, please proceed for booking.", "agent: Your booking is done with flight number 1007. Happy journey.", "customer: Thanks for your extendable customer support in booking.", "agent: You are welcome. Thank you for reaching us, have a nice day." ]
{ "departure_airport": "LAS", "departure_day": "24", "departure_month": "June", "goal": "book", "max_connections": -1, "max_price": 200, "name": "Samuel Hall", "return_airport": "PHL", "return_day": "26", "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 Samuel Hall from Las Vegas.', 'agent: Hello, how may I help you at this moment?', 'customer: I need to attend an conference meeting at Philadelphia, PA-PHL. So can you please help me in booking a ticket within fare of 200?', 'agent: Sure, I will aid you. Please send your travelling dates.', 'customer: My travelling dates are from 06/24 to 06/26.', 'agent: Noted. Can I have your source airport code?', 'customer: My boarding airport code is NV-LAS.', 'agent: There is a connecting flight available with Spirit airline, shall I book it?', "customer: I don't want Spirit airline, can you please check for any another airline for me?", 'agent: Yes, Hawaiian airline is also providing service on your route. Shall I proceed?', "customer: That's perfect airline for me, please proceed for booking.", 'agent: Your booking is done with flight number 1007. Happy journey.', 'customer: Thanks for your extendable customer support in booking.', 'agent: You are welcome. Thank you for reaching us, have a nice day.' ### Response: {'departure_airport': 'LAS', 'departure_day': '24', 'departure_month': 'June', 'goal': 'book', 'max_connections': -1, 'max_price': 200, 'name': 'Samuel Hall', 'return_airport': 'PHL', 'return_day': '26', 'return_month': 'June'}
[ "customer: Hi, I am Ronald Lopez.", "agent: Hello, how can I best oblige you now?", "customer: Please book me a flight ticket from IAH to HOU as need to submit my records.", "agent: Please, share your fare limit.", "customer: I can pay up to 5000.", "agent: May I know your travel dates to search a flight for you?", "customer: I would start on 01/123 and return on 01/25.", "agent: Give me a minute, I will check the list and let you know the flight details.", "customer: OK.", "agent: No flights found on your journey routes.", "customer: It's Ok, thanks for your assistance.", "agent: Thank you for reaching us, have a nice day." ]
{ "departure_airport": "IAH", "departure_day": "23", "departure_month": "Jan", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Ronald Lopez", "return_airport": "HOU", "return_day": "25", "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, I am Ronald Lopez.', 'agent: Hello, how can I best oblige you now?', 'customer: Please book me a flight ticket from IAH to HOU as need to submit my records.', 'agent: Please, share your fare limit.', 'customer: I can pay up to 5000.', 'agent: May I know your travel dates to search a flight for you?', 'customer: I would start on 01/123 and return on 01/25.', 'agent: Give me a minute, I will check the list and let you know the flight details.', 'customer: OK.', 'agent: No flights found on your journey routes.', "customer: It's Ok, thanks for your assistance.", 'agent: Thank you for reaching us, have a nice day.' ### Response: {'departure_airport': 'IAH', 'departure_day': '23', 'departure_month': 'Jan', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Ronald Lopez', 'return_airport': 'HOU', 'return_day': '25', 'return_month': 'Jan'}
[ "customer: Hello.", "agent: Hello.", "customer: Ryan Campbell here.", "agent: How can I assist you?", "customer: I want to travel from Charlotte to Dallas for attending a Marriage. Can you please help me for booking the flight ticket?", "agent: Sure Ryan, please provide me your airport codes.", "customer: My airport codes are from CLT to DFW.", "agent: May I know your journey dates please?", "customer: My travelling dates are from 06/03 to 06/05.", "agent: Please wait for a minute.", "customer: Ok, I will wait.", "agent: Ryan, there are no flights available at this moment.", "customer: Anyway, thanks for the information.", "agent: Thank you for contacting us, have a good day." ]
{ "departure_airport": "CLT", "departure_day": "3", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Ryan Campbell", "return_airport": "DFW", "return_day": "5", "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.', 'customer: Ryan Campbell here.', 'agent: How can I assist you?', 'customer: I want to travel from Charlotte to Dallas for attending a Marriage. Can you please help me for booking the flight ticket?', 'agent: Sure Ryan, please provide me your airport codes.', 'customer: My airport codes are from CLT to DFW.', 'agent: May I know your journey dates please?', 'customer: My travelling dates are from 06/03 to 06/05.', 'agent: Please wait for a minute.', 'customer: Ok, I will wait.', 'agent: Ryan, there are no flights available at this moment.', 'customer: Anyway, thanks for the information.', 'agent: Thank you for contacting us, have a good day.' ### Response: {'departure_airport': 'CLT', 'departure_day': '3', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Ryan Campbell', 'return_airport': 'DFW', 'return_day': '5', 'return_month': 'June'}
[ "customer: Hi. I am Sandra Gonzalez.", "agent: Hello. How can I aid you?", "customer: I want to book a connecting flight ticket to attend an meeting. Can you help me?", "agent: Sure, may I know your planned travel dates?", "customer: Thank you. 08/20 and 08/22 are my travelling dates.", "agent: Please provide me the planned airport codes.", "customer: DFW and ORD are my airport codes.", "agent: Do you have any specifications?", "customer: No.", "agent: Here, I found a flight with 1 connection and airfare is about 100. Shall I proceed in booking with this flight?", "customer: You can proceed it for booking.", "agent: In an economy class, your ticket has been confirmed for the flight 1004 in JetBlue airlines.", "customer: Thank you for your help.", "agent: Thank you for reaching us." ]
{ "departure_airport": "DFW", "departure_day": "20", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Sandra Gonzalez", "return_airport": "ORD", "return_day": "22", "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. I am Sandra Gonzalez.', 'agent: Hello. How can I aid you?', 'customer: I want to book a connecting flight ticket to attend an meeting. Can you help me?', 'agent: Sure, may I know your planned travel dates?', 'customer: Thank you. 08/20 and 08/22 are my travelling dates.', 'agent: Please provide me the planned airport codes.', 'customer: DFW and ORD are my airport codes.', 'agent: Do you have any specifications?', 'customer: No.', 'agent: Here, I found a flight with 1 connection and airfare is about 100. Shall I proceed in booking with this flight?', 'customer: You can proceed it for booking.', 'agent: In an economy class, your ticket has been confirmed for the flight 1004 in JetBlue airlines.', 'customer: Thank you for your help.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'DFW', 'departure_day': '20', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Sandra Gonzalez', 'return_airport': 'ORD', 'return_day': '22', 'return_month': 'Aug'}
[ "customer: Hi, I am Ruth Thompson.", "agent: Hello, how can I support you today?", "customer: I would like to attend Classical music event in Carnegie Hall at Orlando, FL-MCO, could you please help me to book a flight ticket from Las Vegas, NV-LAS?", "agent: Sure, I am here to assist you.", "customer: Thank you.", "agent: Could you please help me with your travelling dates?", "customer: I want to start on 09/15 and my return date will be on 09/17.", "agent: May I know your price limit?", "customer: I can pay up to 1000 for the flight ticket.", "agent: Ok, please wait for a while.", "customer: Ok.", "agent: There is a Southwest 1007 airline with fare of 100 and a halt in between the journey.", "customer: Everything is fine, you can go ahead with the booking.", "agent: Your booking has been confirmed on name of Ruth Thompson.", "customer: Thank you for your assistance in booking.", "agent: Thank you for approaching us, have a nice day." ]
{ "departure_airport": "LAS", "departure_day": "15", "departure_month": "Sept", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Ruth Thompson", "return_airport": "MCO", "return_day": "17", "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, I am Ruth Thompson.', 'agent: Hello, how can I support you today?', 'customer: I would like to attend Classical music event in Carnegie Hall at Orlando, FL-MCO, could you please help me to book a flight ticket from Las Vegas, NV-LAS?', 'agent: Sure, I am here to assist you.', 'customer: Thank you.', 'agent: Could you please help me with your travelling dates?', 'customer: I want to start on 09/15 and my return date will be on 09/17.', 'agent: May I know your price limit?', 'customer: I can pay up to 1000 for the flight ticket.', 'agent: Ok, please wait for a while.', 'customer: Ok.', 'agent: There is a Southwest 1007 airline with fare of 100 and a halt in between the journey.', 'customer: Everything is fine, you can go ahead with the booking.', 'agent: Your booking has been confirmed on name of Ruth Thompson.', 'customer: Thank you for your assistance in booking.', 'agent: Thank you for approaching us, have a nice day.' ### Response: {'departure_airport': 'LAS', 'departure_day': '15', 'departure_month': 'Sept', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Ruth Thompson', 'return_airport': 'MCO', 'return_day': '17', 'return_month': 'Sept'}
[ "customer: HI.", "agent: Hello, how can we assist you?", "customer: Due to heavy cyclone at my location, I'm unable to catch the flight. Can you please help me in cancellation of my ticket?", "agent: Sure, we here to help you. Can you provide your name on which the ticket is been booked?", "customer: I have booked the ticket on the name of Cynthia Lee.", "agent: Ok Cynthia Lee, can you please hold on for a moment?", "customer: Sure.", "agent: As per the records there no reservation found on the name provided.", "customer: That's ok, may be I have done a wrong booking. Thank you anyways.", "agent: Thank you for choosing our agency." ]
{ "departure_airport": "BOS", "departure_day": "24", "departure_month": "June", "goal": "cancel", "max_connections": 1, "max_price": 500, "name": "Cynthia Lee", "return_airport": "HOU", "return_day": "26", "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 we assist you?', "customer: Due to heavy cyclone at my location, I'm unable to catch the flight. Can you please help me in cancellation of my ticket?", 'agent: Sure, we here to help you. Can you provide your name on which the ticket is been booked?', 'customer: I have booked the ticket on the name of Cynthia Lee.', 'agent: Ok Cynthia Lee, can you please hold on for a moment?', 'customer: Sure.', 'agent: As per the records there no reservation found on the name provided.', "customer: That's ok, may be I have done a wrong booking. Thank you anyways.", 'agent: Thank you for choosing our agency.' ### Response: {'departure_airport': 'BOS', 'departure_day': '24', 'departure_month': 'June', 'goal': 'cancel', 'max_connections': 1, 'max_price': 500, 'name': 'Cynthia Lee', 'return_airport': 'HOU', 'return_day': '26', 'return_month': 'June'}
[ "customer: Hello.", "agent: Hello, how may I serve you today?", "customer: I am looking for a flight from SEA to BOS, can you help me in booking?", "agent: Sure, can I have your travel dates please?", "customer: Sure, my planned travel dates are Apr 11 and Apr 13.", "agent: May I know your good name?", "customer: Myself Cynthia Miller.", "agent: Please share your connection limit.", "customer: Please look for a connecting flight as I need a break in between the journey.", "agent: Do you have any other requirements to be met?", "customer: No, thank you.", "agent: Sorry, there is no flight on your required route.", "customer: That's ok, no problem. Thank you for the information.", "agent: Thank you for opting us." ]
{ "departure_airport": "SEA", "departure_day": "11", "departure_month": "Apr", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Cynthia Miller", "return_airport": "BOS", "return_day": "13", "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 serve you today?', 'customer: I am looking for a flight from SEA to BOS, can you help me in booking?', 'agent: Sure, can I have your travel dates please?', 'customer: Sure, my planned travel dates are Apr 11 and Apr 13.', 'agent: May I know your good name?', 'customer: Myself Cynthia Miller.', 'agent: Please share your connection limit.', 'customer: Please look for a connecting flight as I need a break in between the journey.', 'agent: Do you have any other requirements to be met?', 'customer: No, thank you.', 'agent: Sorry, there is no flight on your required route.', "customer: That's ok, no problem. Thank you for the information.", 'agent: Thank you for opting us.' ### Response: {'departure_airport': 'SEA', 'departure_day': '11', 'departure_month': 'Apr', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Cynthia Miller', 'return_airport': 'BOS', 'return_day': '13', 'return_month': 'Apr'}
[ "customer: Hello, is this ABC flight booking agency?", "agent: Yes, how may I help you today?", "customer: Actually, I want to travel Denver on 07/17 to participate in a sport event which is going to be held, can you find an airlines to travel?", "agent: Can I know your airport codes please?", "customer: My airport codes are from SFO to DEN.", "agent: May I know your travel dates?", "customer: I would like to be return on 07/19.", "agent: There is a flight available with price 100 and flight number is 1018, would you like to proceed with the booking?", "customer: Perfect, let's go a head and book it.", "agent: Your ticket is confirmed. And may I know your name please?", "customer: Thank you, you've made this process very easy for me. My name is Stephanie Lee.", "agent: Thank you Lee for contacting us.", "customer: Welcome." ]
{ "departure_airport": "SFO", "departure_day": "17", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Stephanie Lee", "return_airport": "DEN", "return_day": "19", "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, is this ABC flight booking agency?', 'agent: Yes, how may I help you today?', 'customer: Actually, I want to travel Denver on 07/17 to participate in a sport event which is going to be held, can you find an airlines to travel?', 'agent: Can I know your airport codes please?', 'customer: My airport codes are from SFO to DEN.', 'agent: May I know your travel dates?', 'customer: I would like to be return on 07/19.', 'agent: There is a flight available with price 100 and flight number is 1018, would you like to proceed with the booking?', "customer: Perfect, let's go a head and book it.", 'agent: Your ticket is confirmed. And may I know your name please?', "customer: Thank you, you've made this process very easy for me. My name is Stephanie Lee.", 'agent: Thank you Lee for contacting us.', 'customer: Welcome.' ### Response: {'departure_airport': 'SFO', 'departure_day': '17', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Stephanie Lee', 'return_airport': 'DEN', 'return_day': '19', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello, how may I assist you?", "customer: I am Barbara Jones.", "agent: Glad to meet you Jones.", "customer: Can you please book me a flight ticket from San Francisco with fare of 200?", "agent: Sure, I am here to help you. May I know your airport codes please?", "customer: SFO is source and CLT is destination.", "agent: Ok, may I know your travel dates please?", "customer: I need to travel on 06/05 and return on 06/07.", "agent: Ok, hold on for a moment. Let me check the best flight for you.", "customer: Ok.", "agent: I found a flight for you with Hawaiian airline and it costs you 100. Shall I proceed?", "customer: Yes, please proceed.", "agent: Your ticket has been booked with 1026 flight number.", "customer: Thanks for booking my ticket.", "agent: Thank you for choosing us, have a safe flight." ]
{ "departure_airport": "SFO", "departure_day": "5", "departure_month": "June", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Barbara Jones", "return_airport": "CLT", "return_day": "7", "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 assist you?', 'customer: I am Barbara Jones.', 'agent: Glad to meet you Jones.', 'customer: Can you please book me a flight ticket from San Francisco with fare of 200?', 'agent: Sure, I am here to help you. May I know your airport codes please?', 'customer: SFO is source and CLT is destination.', 'agent: Ok, may I know your travel dates please?', 'customer: I need to travel on 06/05 and return on 06/07.', 'agent: Ok, hold on for a moment. Let me check the best flight for you.', 'customer: Ok.', 'agent: I found a flight for you with Hawaiian airline and it costs you 100. Shall I proceed?', 'customer: Yes, please proceed.', 'agent: Your ticket has been booked with 1026 flight number.', 'customer: Thanks for booking my ticket.', 'agent: Thank you for choosing us, have a safe flight.' ### Response: {'departure_airport': 'SFO', 'departure_day': '5', 'departure_month': 'June', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Barbara Jones', 'return_airport': 'CLT', 'return_day': '7', 'return_month': 'June'}
[ "customer: Hello.", "agent: Hello. How can I assist you?", "customer: Catherine Adams here. Can you please help me in booking my flight from PHL to reach MCO?", "agent: Sure, can I know the travel dates please?", "customer: Sure, my travel dates are May 14th and 16th.", "agent: Could you please provide the departure and return time?", "customer: I want to return in the morning time.", "agent: Do you have any requirements?", "customer: I need a single connecting flight.", "agent: There is a connecting flight in Frontier airline, can I book it?", "customer: Ok, please proceed.", "agent: Your ticket has been booked with flight number 1007.", "customer: Thank you.", "agent: Thank you for approaching us." ]
{ "departure_airport": "PHL", "departure_day": "14", "departure_month": "May", "goal": "book", "max_connections": 1, "max_price": 200, "name": "Catherine Adams", "return_airport": "MCO", "return_day": "16", "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 can I assist you?', 'customer: Catherine Adams here. Can you please help me in booking my flight from PHL to reach MCO?', 'agent: Sure, can I know the travel dates please?', 'customer: Sure, my travel dates are May 14th and 16th.', 'agent: Could you please provide the departure and return time?', 'customer: I want to return in the morning time.', 'agent: Do you have any requirements?', 'customer: I need a single connecting flight.', 'agent: There is a connecting flight in Frontier airline, can I book it?', 'customer: Ok, please proceed.', 'agent: Your ticket has been booked with flight number 1007.', 'customer: Thank you.', 'agent: Thank you for approaching us.' ### Response: {'departure_airport': 'PHL', 'departure_day': '14', 'departure_month': 'May', 'goal': 'book', 'max_connections': 1, 'max_price': 200, 'name': 'Catherine Adams', 'return_airport': 'MCO', 'return_day': '16', 'return_month': 'May'}
[ "customer: Hi.", "agent: Hello, how may I serve you today?", "customer: I want to cancel my reservation as I am not feeling good to make a trip. Can you help me with that?", "agent: Sure, may I know your name?", "customer: Ok, my name is Joseph Rodriguez.", "agent: Ok, please wait for a minute.", "customer: Sure, take your time.", "agent: We found a reservation on your name, shall I cancel it?", "customer: Yes, cancel it.", "agent: Your reservation has been cancelled.", "customer: Thank you for cancelling my reservation.", "agent: Thank you for choosing us." ]
{ "departure_airport": "JFK", "departure_day": "3", "departure_month": "Jan", "goal": "cancel", "max_connections": 1, "max_price": 1000, "name": "Joseph Rodriguez", "return_airport": "SFO", "return_day": "5", "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 may I serve you today?', 'customer: I want to cancel my reservation as I am not feeling good to make a trip. Can you help me with that?', 'agent: Sure, may I know your name?', 'customer: Ok, my name is Joseph Rodriguez.', 'agent: Ok, please wait for a minute.', 'customer: Sure, take your time.', 'agent: We found a reservation on your name, shall I cancel it?', 'customer: Yes, cancel it.', 'agent: Your reservation has been cancelled.', 'customer: Thank you for cancelling my reservation.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'JFK', 'departure_day': '3', 'departure_month': 'Jan', 'goal': 'cancel', 'max_connections': 1, 'max_price': 1000, 'name': 'Joseph Rodriguez', 'return_airport': 'SFO', 'return_day': '5', 'return_month': 'Jan'}
[ "customer: Hi, Patrick Smith here.", "agent: Hello. How can I help you?", "customer: We friends were planning to go for Nutshell Bike Tour to Austin, TX-AUS on 08/16. Can you hold me a ticket with single connecting flight?", "agent: Sure, may I know source code and return journey date please?", "customer: Sure, I will be back on 08/18 at Orlando, FL-MCO.", "agent: There is a flight with single connection, can I proceed for booking in 1004 flight?", "customer: Ok, please proceed.", "agent: Your booking is done in UA airlines, have a safe journey.", "customer: Thank you.", "agent: Thank you for choosing us." ]
{ "departure_airport": "MCO", "departure_day": "16", "departure_month": "Aug", "goal": "book", "max_connections": 1, "max_price": 1000, "name": "Patrick Smith", "return_airport": "AUS", "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: Hi, Patrick Smith here.', 'agent: Hello. How can I help you?', 'customer: We friends were planning to go for Nutshell Bike Tour to Austin, TX-AUS on 08/16. Can you hold me a ticket with single connecting flight?', 'agent: Sure, may I know source code and return journey date please?', 'customer: Sure, I will be back on 08/18 at Orlando, FL-MCO.', 'agent: There is a flight with single connection, can I proceed for booking in 1004 flight?', 'customer: Ok, please proceed.', 'agent: Your booking is done in UA airlines, have a safe journey.', 'customer: Thank you.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'MCO', 'departure_day': '16', 'departure_month': 'Aug', 'goal': 'book', 'max_connections': 1, 'max_price': 1000, 'name': 'Patrick Smith', 'return_airport': 'AUS', 'return_day': '18', 'return_month': 'Aug'}
[ "customer: Hello.", "agent: Hello.", "customer: Jeffrey Campbell here.", "agent: Campbell, how can I assist you?", "customer: My interview got postponed, so I want to reschedule my itinerary dates.", "agent: Sure, I will help you with that. Let me check your reservation status.", "customer: Sure.", "agent: Campbell, I did not find any reservation by your name in our database.", "customer: It's ok, thank you.", "agent: You are welcome and thank you for choosing us." ]
{ "departure_airport": "MCO", "departure_day": "14", "departure_month": "Sept", "goal": "change", "max_connections": 1, "max_price": 200, "name": "Jeffrey Campbell", "return_airport": "LGA", "return_day": "16", "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: Jeffrey Campbell here.', 'agent: Campbell, how can I assist you?', 'customer: My interview got postponed, so I want to reschedule my itinerary dates.', 'agent: Sure, I will help you with that. Let me check your reservation status.', 'customer: Sure.', 'agent: Campbell, I did not find any reservation by your name in our database.', "customer: It's ok, thank you.", 'agent: You are welcome and thank you for choosing us.' ### Response: {'departure_airport': 'MCO', 'departure_day': '14', 'departure_month': 'Sept', 'goal': 'change', 'max_connections': 1, 'max_price': 200, 'name': 'Jeffrey Campbell', 'return_airport': 'LGA', 'return_day': '16', 'return_month': 'Sept'}
[ "customer: Hi.", "agent: Hello. How can I provide assistance to you?", "customer: I would like to change my reservation as I cannot go on that trip due to personal reasons, can you please help me with that?", "agent: Can I know your name?", "customer: Mary Thompson here.", "agent: Give me a minute.", "customer: Sure, take your time.", "agent: Sorry, we couldn't find a reservation on your name to change.", "customer: That's ok, thank you for checking.", "agent: Thank you for choosing us." ]
{ "departure_airport": "IAD", "departure_day": "22", "departure_month": "May", "goal": "change", "max_connections": 1, "max_price": 500, "name": "Mary Thompson", "return_airport": "SEA", "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: Hi.', 'agent: Hello. How can I provide assistance to you?', 'customer: I would like to change my reservation as I cannot go on that trip due to personal reasons, can you please help me with that?', 'agent: Can I know your name?', 'customer: Mary Thompson here.', 'agent: Give me a minute.', 'customer: Sure, take your time.', "agent: Sorry, we couldn't find a reservation on your name to change.", "customer: That's ok, thank you for checking.", 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '22', 'departure_month': 'May', 'goal': 'change', 'max_connections': 1, 'max_price': 500, 'name': 'Mary Thompson', 'return_airport': 'SEA', 'return_day': '24', 'return_month': 'May'}
[ "customer: Hello.", "agent: Hello, how can I aid you today?", "customer: Can you please help me with booking a flight ticket from IAD to DEN?", "agent: Sure, can you please share your travelling dates?", "customer: My travelling dates are from July 31 to Aug 02.", "agent: Do you have class preference?", "customer: I am comfortable with any class.", "agent: May I know your name?", "customer: Ronald White here.", "agent: We found American Airline with fare 200 and flight number is 1023 with connecting flight. Shall I proceed with the booking?", "customer: You can proceed with booking.", "agent: Your booking is done.", "customer: Thank you for the help.", "agent: Thank you for choosing us." ]
{ "departure_airport": "IAD", "departure_day": "31", "departure_month": "July", "goal": "book", "max_connections": -1, "max_price": 200, "name": "Ronald White", "return_airport": "DEN", "return_day": "2", "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 aid you today?', 'customer: Can you please help me with booking a flight ticket from IAD to DEN?', 'agent: Sure, can you please share your travelling dates?', 'customer: My travelling dates are from July 31 to Aug 02.', 'agent: Do you have class preference?', 'customer: I am comfortable with any class.', 'agent: May I know your name?', 'customer: Ronald White here.', 'agent: We found American Airline with fare 200 and flight number is 1023 with connecting flight. Shall I proceed with the booking?', 'customer: You can proceed with booking.', 'agent: Your booking is done.', 'customer: Thank you for the help.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'IAD', 'departure_day': '31', 'departure_month': 'July', 'goal': 'book', 'max_connections': -1, 'max_price': 200, 'name': 'Ronald White', 'return_airport': 'DEN', 'return_day': '2', 'return_month': 'Aug'}
[ "customer: Hi.", "agent: Hello, how may I help you today?", "customer: My exams got postponed, can you please change my existing reservation?", "agent: Sure, I will help you with that.", "customer: Thank you.", "agent: May I know your good name?", "customer: I am Angela Carter.", "agent: Please wait for a moment.", "customer: Ok.", "agent: Thank you for waiting, there is no reservation found on your name.", "customer: Ok, no problem. Thank you.", "agent: Thank you for availing us." ]
{ "departure_airport": "MSP", "departure_day": "8", "departure_month": "Feb", "goal": "change", "max_connections": 1, "max_price": 1000, "name": "Angela Carter", "return_airport": "LGA", "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: Hi.', 'agent: Hello, how may I help you today?', 'customer: My exams got postponed, can you please change my existing reservation?', 'agent: Sure, I will help you with that.', 'customer: Thank you.', 'agent: May I know your good name?', 'customer: I am Angela Carter.', 'agent: Please wait for a moment.', 'customer: Ok.', 'agent: Thank you for waiting, there is no reservation found on your name.', 'customer: Ok, no problem. Thank you.', 'agent: Thank you for availing us.' ### Response: {'departure_airport': 'MSP', 'departure_day': '8', 'departure_month': 'Feb', 'goal': 'change', 'max_connections': 1, 'max_price': 1000, 'name': 'Angela Carter', 'return_airport': 'LGA', 'return_day': '10', 'return_month': 'Feb'}
[ "customer: Hi.", "agent: Hello.", "customer: Nancy Green here.", "agent: How may I help you?", "customer: I am planning to book a ticket to attend a music event at IAD. Can you please help me out to book a ticket from PHL?", "agent: Sure, I will help you. Can I know your travelling dates?", "customer: Ok, my travelling dates are 03/11 and 03/13.", "agent: Sorry Green, there are no flight's available based on your traveling dates.", "customer: No problem. Thank you.", "agent: Thank you for reaching us." ]
{ "departure_airport": "PHL", "departure_day": "11", "departure_month": "Mar", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Nancy Green", "return_airport": "IAD", "return_day": "13", "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.', 'customer: Nancy Green here.', 'agent: How may I help you?', 'customer: I am planning to book a ticket to attend a music event at IAD. Can you please help me out to book a ticket from PHL?', 'agent: Sure, I will help you. Can I know your travelling dates?', 'customer: Ok, my travelling dates are 03/11 and 03/13.', "agent: Sorry Green, there are no flight's available based on your traveling dates.", 'customer: No problem. Thank you.', 'agent: Thank you for reaching us.' ### Response: {'departure_airport': 'PHL', 'departure_day': '11', 'departure_month': 'Mar', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Nancy Green', 'return_airport': 'IAD', 'return_day': '13', 'return_month': 'Mar'}
[ "customer: Hi. I am Amy Lopez.", "agent: Hello, how can I assist you?", "customer: Can you help me in booking from PHL to DFW?", "agent: Sure, may I know your preferable dates to travel?", "customer: My travelling dates are 07/09 to 07/11.", "agent: Sorry for the inconvenience, there is no flight available on your requested dates.", "customer: No issue, thank you.", "agent: You are welcome." ]
{ "departure_airport": "PHL", "departure_day": "9", "departure_month": "July", "goal": "book", "max_connections": 1, "max_price": 500, "name": "Amy Lopez", "return_airport": "DFW", "return_day": "11", "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 Amy Lopez.', 'agent: Hello, how can I assist you?', 'customer: Can you help me in booking from PHL to DFW?', 'agent: Sure, may I know your preferable dates to travel?', 'customer: My travelling dates are 07/09 to 07/11.', 'agent: Sorry for the inconvenience, there is no flight available on your requested dates.', 'customer: No issue, thank you.', 'agent: You are welcome.' ### Response: {'departure_airport': 'PHL', 'departure_day': '9', 'departure_month': 'July', 'goal': 'book', 'max_connections': 1, 'max_price': 500, 'name': 'Amy Lopez', 'return_airport': 'DFW', 'return_day': '11', 'return_month': 'July'}
[ "customer: Hello.", "agent: Hello.", "customer: I am Mary Smith.", "agent: How can I assist you?", "customer: I am going to Houston, TX-HOU to purchase a vintage car from a dealer. Can you hold me a ticket?", "agent: Sure, may I know your source airport code please?", "customer: My source airport code is Atlanta, GA-ATL.", "agent: Please provide the travel dates.", "customer: My travelling dates are from 11/24 to 11/26.", "agent: Frontier airlines is having a flight on that route with travel charge of 200, shall I proceed for booking?", "customer: Please proceed for booking.", "agent: Your ticket has been booked with flight-1002, have a safe journey.", "customer: Thanks for your help.", "agent: Thank you for choosing us." ]
{ "departure_airport": "ATL", "departure_day": "24", "departure_month": "Nov", "goal": "book", "max_connections": 1, "max_price": 5000, "name": "Mary Smith", "return_airport": "HOU", "return_day": "26", "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: I am Mary Smith.', 'agent: How can I assist you?', 'customer: I am going to Houston, TX-HOU to purchase a vintage car from a dealer. Can you hold me a ticket?', 'agent: Sure, may I know your source airport code please?', 'customer: My source airport code is Atlanta, GA-ATL.', 'agent: Please provide the travel dates.', 'customer: My travelling dates are from 11/24 to 11/26.', 'agent: Frontier airlines is having a flight on that route with travel charge of 200, shall I proceed for booking?', 'customer: Please proceed for booking.', 'agent: Your ticket has been booked with flight-1002, have a safe journey.', 'customer: Thanks for your help.', 'agent: Thank you for choosing us.' ### Response: {'departure_airport': 'ATL', 'departure_day': '24', 'departure_month': 'Nov', 'goal': 'book', 'max_connections': 1, 'max_price': 5000, 'name': 'Mary Smith', 'return_airport': 'HOU', 'return_day': '26', 'return_month': 'Nov'}