instruction
stringclasses
1 value
input
stringlengths
72
81
output
stringlengths
86
106
text
stringlengths
296
325
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to hyderabad on 08 July for 3 people.
{"to": "hyderabad", "dest": "ahmedabad", "on": "11-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to hyderabad on 08 July for 3 people. ### Response: {"to": "hyderabad", "dest": "ahmedabad", "on": "11-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to delhi on 09 July for 1 people.
{"to": "delhi", "dest": "mumbai", "on": null, "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to delhi on 09 July for 1 people. ### Response: {"to": "delhi", "dest": "mumbai", "on": null, "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to pune on 06 July for 3 people.
{"to": "pune", "dest": "delhi", "on": "05-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to pune on 06 July for 3 people. ### Response: {"to": "pune", "dest": "delhi", "on": "05-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to bangalore on 24 June for 4 people.
{"to": "bangalore", "dest": "chennai", "on": "28-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to bangalore on 24 June for 4 people. ### Response: {"to": "bangalore", "dest": "chennai", "on": "28-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from bangalore to ahmedabad on 04 July for 5 people.
{"to": "ahmedabad", "dest": "bangalore", "on": "03-07-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from bangalore to ahmedabad on 04 July for 5 people. ### Response: {"to": "ahmedabad", "dest": "bangalore", "on": "03-07-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to kolkata on 03 July for 4 people.
{"to": "kolkata", "dest": "ahmedabad", "on": "09-07-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to kolkata on 03 July for 4 people. ### Response: {"to": "kolkata", "dest": "ahmedabad", "on": "09-07-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to chennai on 08 July for 1 people.
{"to": "chennai", "dest": "ahmedabad", "on": "24-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to chennai on 08 July for 1 people. ### Response: {"to": "chennai", "dest": "ahmedabad", "on": "24-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to bangalore on 18 June for 3 people.
{"to": null, "dest": "mumbai", "on": "09-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to bangalore on 18 June for 3 people. ### Response: {"to": null, "dest": "mumbai", "on": "09-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to chennai on 07 July for 3 people.
{"to": "chennai", "dest": "hyderabad", "on": "26-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to chennai on 07 July for 3 people. ### Response: {"to": "chennai", "dest": "hyderabad", "on": "26-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to mumbai on 02 July for 5 people.
{"to": "mumbai", "dest": "chennai", "on": "29-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to mumbai on 02 July for 5 people. ### Response: {"to": "mumbai", "dest": "chennai", "on": "29-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to kolkata on 24 June for 3 people.
{"to": "kolkata", "dest": "ahmedabad", "on": "30-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to kolkata on 24 June for 3 people. ### Response: {"to": "kolkata", "dest": "ahmedabad", "on": "30-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to bangalore on 16 June for 1 people.
{"to": "bangalore", "dest": "mumbai", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to bangalore on 16 June for 1 people. ### Response: {"to": "bangalore", "dest": "mumbai", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to chennai on 14 June for 1 people.
{"to": "chennai", "dest": "delhi", "on": "29-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to chennai on 14 June for 1 people. ### Response: {"to": "chennai", "dest": "delhi", "on": "29-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to delhi on 04 July for 3 people.
{"to": "delhi", "dest": "pune", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to delhi on 04 July for 3 people. ### Response: {"to": "delhi", "dest": "pune", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to delhi on 01 July for 3 people.
{"to": "delhi", "dest": "mumbai", "on": null, "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to delhi on 01 July for 3 people. ### Response: {"to": "delhi", "dest": "mumbai", "on": null, "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to bangalore on 21 June for 1 people.
{"to": "bangalore", "dest": "chennai", "on": "06-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to bangalore on 21 June for 1 people. ### Response: {"to": "bangalore", "dest": "chennai", "on": "06-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to chennai on 17 June for 3 people.
{"to": "chennai", "dest": "mumbai", "on": "19-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to chennai on 17 June for 3 people. ### Response: {"to": "chennai", "dest": "mumbai", "on": "19-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to mumbai on 18 June for 5 people.
{"to": "mumbai", "dest": "ahmedabad", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to mumbai on 18 June for 5 people. ### Response: {"to": "mumbai", "dest": "ahmedabad", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to ahmedabad on 02 July for 4 people.
{"to": "ahmedabad", "dest": "mumbai", "on": "16-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to ahmedabad on 02 July for 4 people. ### Response: {"to": "ahmedabad", "dest": "mumbai", "on": "16-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to ahmedabad on 01 July for 3 people.
{"to": "ahmedabad", "dest": "hyderabad", "on": "19-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to ahmedabad on 01 July for 3 people. ### Response: {"to": "ahmedabad", "dest": "hyderabad", "on": "19-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to kolkata on 16 June for 3 people.
{"to": "kolkata", "dest": null, "on": "16-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to kolkata on 16 June for 3 people. ### Response: {"to": "kolkata", "dest": null, "on": "16-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to bangalore on 10 June for 2 people.
{"to": "bangalore", "dest": "ahmedabad", "on": "27-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to bangalore on 10 June for 2 people. ### Response: {"to": "bangalore", "dest": "ahmedabad", "on": "27-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to delhi on 01 July for 2 people.
{"to": "delhi", "dest": "chennai", "on": "09-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to delhi on 01 July for 2 people. ### Response: {"to": "delhi", "dest": "chennai", "on": "09-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to ahmedabad on 08 July for 1 people.
{"to": "ahmedabad", "dest": null, "on": "05-07-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to ahmedabad on 08 July for 1 people. ### Response: {"to": "ahmedabad", "dest": null, "on": "05-07-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to delhi on 27 June for 2 people.
{"to": "delhi", "dest": "chennai", "on": "12-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to delhi on 27 June for 2 people. ### Response: {"to": "delhi", "dest": "chennai", "on": "12-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to chennai on 13 June for 2 people.
{"to": "chennai", "dest": "ahmedabad", "on": null, "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to chennai on 13 June for 2 people. ### Response: {"to": "chennai", "dest": "ahmedabad", "on": null, "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to bangalore on 22 June for 1 people.
{"to": "bangalore", "dest": "delhi", "on": "01-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to bangalore on 22 June for 1 people. ### Response: {"to": "bangalore", "dest": "delhi", "on": "01-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to chennai on 07 July for 4 people.
{"to": "chennai", "dest": "kolkata", "on": "05-07-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to chennai on 07 July for 4 people. ### Response: {"to": "chennai", "dest": "kolkata", "on": "05-07-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to ahmedabad on 26 June for 4 people.
{"to": "ahmedabad", "dest": "mumbai", "on": "12-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to ahmedabad on 26 June for 4 people. ### Response: {"to": "ahmedabad", "dest": "mumbai", "on": "12-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to pune on 29 June for 3 people.
{"to": "pune", "dest": null, "on": "16-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to pune on 29 June for 3 people. ### Response: {"to": "pune", "dest": null, "on": "16-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to chennai on 28 June for 1 people.
{"to": null, "dest": "kolkata", "on": "29-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to chennai on 28 June for 1 people. ### Response: {"to": null, "dest": "kolkata", "on": "29-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to mumbai on 24 June for 1 people.
{"to": "mumbai", "dest": "hyderabad", "on": "28-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to mumbai on 24 June for 1 people. ### Response: {"to": "mumbai", "dest": "hyderabad", "on": "28-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to kolkata on 06 July for 1 people.
{"to": "kolkata", "dest": "chennai", "on": "19-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to kolkata on 06 July for 1 people. ### Response: {"to": "kolkata", "dest": "chennai", "on": "19-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to hyderabad on 21 June for 5 people.
{"to": "hyderabad", "dest": "kolkata", "on": "22-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to hyderabad on 21 June for 5 people. ### Response: {"to": "hyderabad", "dest": "kolkata", "on": "22-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to hyderabad on 18 June for 4 people.
{"to": "hyderabad", "dest": "ahmedabad", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to hyderabad on 18 June for 4 people. ### Response: {"to": "hyderabad", "dest": "ahmedabad", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to delhi on 08 July for 4 people.
{"to": "delhi", "dest": "hyderabad", "on": "16-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to delhi on 08 July for 4 people. ### Response: {"to": "delhi", "dest": "hyderabad", "on": "16-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to ahmedabad on 20 June for 1 people.
{"to": "ahmedabad", "dest": "delhi", "on": "29-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to ahmedabad on 20 June for 1 people. ### Response: {"to": "ahmedabad", "dest": "delhi", "on": "29-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to mumbai on 01 July for 1 people.
{"to": null, "dest": "kolkata", "on": "18-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to mumbai on 01 July for 1 people. ### Response: {"to": null, "dest": "kolkata", "on": "18-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to chennai on 24 June for 3 people.
{"to": "chennai", "dest": "delhi", "on": "04-07-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to chennai on 24 June for 3 people. ### Response: {"to": "chennai", "dest": "delhi", "on": "04-07-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from bangalore to mumbai on 23 June for 3 people.
{"to": "mumbai", "dest": null, "on": "01-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from bangalore to mumbai on 23 June for 3 people. ### Response: {"to": "mumbai", "dest": null, "on": "01-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to pune on 15 June for 5 people.
{"to": "pune", "dest": "chennai", "on": "08-07-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to pune on 15 June for 5 people. ### Response: {"to": "pune", "dest": "chennai", "on": "08-07-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to bangalore on 30 June for 3 people.
{"to": "bangalore", "dest": "pune", "on": "30-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to bangalore on 30 June for 3 people. ### Response: {"to": "bangalore", "dest": "pune", "on": "30-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to bangalore on 25 June for 3 people.
{"to": null, "dest": "pune", "on": "18-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to bangalore on 25 June for 3 people. ### Response: {"to": null, "dest": "pune", "on": "18-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to pune on 25 June for 4 people.
{"to": "pune", "dest": "hyderabad", "on": "29-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to pune on 25 June for 4 people. ### Response: {"to": "pune", "dest": "hyderabad", "on": "29-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to bangalore on 16 June for 3 people.
{"to": "bangalore", "dest": "chennai", "on": null, "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to bangalore on 16 June for 3 people. ### Response: {"to": "bangalore", "dest": "chennai", "on": null, "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to delhi on 22 June for 4 people.
{"to": "delhi", "dest": "kolkata", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to delhi on 22 June for 4 people. ### Response: {"to": "delhi", "dest": "kolkata", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to bangalore on 27 June for 5 people.
{"to": "bangalore", "dest": null, "on": "18-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to bangalore on 27 June for 5 people. ### Response: {"to": "bangalore", "dest": null, "on": "18-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to chennai on 19 June for 2 people.
{"to": "chennai", "dest": "kolkata", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to chennai on 19 June for 2 people. ### Response: {"to": "chennai", "dest": "kolkata", "on": null, "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to bangalore on 14 June for 5 people.
{"to": "bangalore", "dest": "kolkata", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to bangalore on 14 June for 5 people. ### Response: {"to": "bangalore", "dest": "kolkata", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to ahmedabad on 01 July for 2 people.
{"to": "ahmedabad", "dest": null, "on": "29-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to ahmedabad on 01 July for 2 people. ### Response: {"to": "ahmedabad", "dest": null, "on": "29-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to chennai on 08 July for 1 people.
{"to": "chennai", "dest": "pune", "on": null, "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to chennai on 08 July for 1 people. ### Response: {"to": "chennai", "dest": "pune", "on": null, "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to bangalore on 29 June for 3 people.
{"to": null, "dest": "chennai", "on": "14-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to bangalore on 29 June for 3 people. ### Response: {"to": null, "dest": "chennai", "on": "14-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to mumbai on 27 June for 3 people.
{"to": "mumbai", "dest": "kolkata", "on": "26-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to mumbai on 27 June for 3 people. ### Response: {"to": "mumbai", "dest": "kolkata", "on": "26-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to bangalore on 28 June for 1 people.
{"to": "bangalore", "dest": "hyderabad", "on": "09-07-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to bangalore on 28 June for 1 people. ### Response: {"to": "bangalore", "dest": "hyderabad", "on": "09-07-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to mumbai on 29 June for 2 people.
{"to": "mumbai", "dest": "pune", "on": "28-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to mumbai on 29 June for 2 people. ### Response: {"to": "mumbai", "dest": "pune", "on": "28-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to bangalore on 08 July for 2 people.
{"to": null, "dest": "pune", "on": "06-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to bangalore on 08 July for 2 people. ### Response: {"to": null, "dest": "pune", "on": "06-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to pune on 25 June for 1 people.
{"to": "pune", "dest": null, "on": "22-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to pune on 25 June for 1 people. ### Response: {"to": "pune", "dest": null, "on": "22-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to ahmedabad on 10 June for 1 people.
{"to": "ahmedabad", "dest": "chennai", "on": "16-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to ahmedabad on 10 June for 1 people. ### Response: {"to": "ahmedabad", "dest": "chennai", "on": "16-06-2024", "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to kolkata on 30 June for 4 people.
{"to": "kolkata", "dest": "mumbai", "on": "27-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to kolkata on 30 June for 4 people. ### Response: {"to": "kolkata", "dest": "mumbai", "on": "27-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to ahmedabad on 15 June for 5 people.
{"to": "ahmedabad", "dest": "mumbai", "on": "09-07-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to ahmedabad on 15 June for 5 people. ### Response: {"to": "ahmedabad", "dest": "mumbai", "on": "09-07-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to kolkata on 16 June for 2 people.
{"to": "kolkata", "dest": "pune", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to kolkata on 16 June for 2 people. ### Response: {"to": "kolkata", "dest": "pune", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to kolkata on 10 June for 2 people.
{"to": "kolkata", "dest": "mumbai", "on": "20-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to kolkata on 10 June for 2 people. ### Response: {"to": "kolkata", "dest": "mumbai", "on": "20-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to bangalore on 16 June for 3 people.
{"to": null, "dest": "mumbai", "on": "21-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to bangalore on 16 June for 3 people. ### Response: {"to": null, "dest": "mumbai", "on": "21-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to ahmedabad on 01 July for 3 people.
{"to": "ahmedabad", "dest": "chennai", "on": "22-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to ahmedabad on 01 July for 3 people. ### Response: {"to": "ahmedabad", "dest": "chennai", "on": "22-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to pune on 14 June for 3 people.
{"to": "pune", "dest": "ahmedabad", "on": "25-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to pune on 14 June for 3 people. ### Response: {"to": "pune", "dest": "ahmedabad", "on": "25-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to delhi on 12 June for 4 people.
{"to": "delhi", "dest": "mumbai", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to delhi on 12 June for 4 people. ### Response: {"to": "delhi", "dest": "mumbai", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to hyderabad on 01 July for 4 people.
{"to": "hyderabad", "dest": "ahmedabad", "on": "03-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to hyderabad on 01 July for 4 people. ### Response: {"to": "hyderabad", "dest": "ahmedabad", "on": "03-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to ahmedabad on 30 June for 4 people.
{"to": "ahmedabad", "dest": "chennai", "on": "01-07-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to ahmedabad on 30 June for 4 people. ### Response: {"to": "ahmedabad", "dest": "chennai", "on": "01-07-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to delhi on 07 July for 5 people.
{"to": null, "dest": "hyderabad", "on": "18-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to delhi on 07 July for 5 people. ### Response: {"to": null, "dest": "hyderabad", "on": "18-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from bangalore to mumbai on 21 June for 5 people.
{"to": "mumbai", "dest": "bangalore", "on": "24-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from bangalore to mumbai on 21 June for 5 people. ### Response: {"to": "mumbai", "dest": "bangalore", "on": "24-06-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to hyderabad on 19 June for 4 people.
{"to": "hyderabad", "dest": "kolkata", "on": "18-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to hyderabad on 19 June for 4 people. ### Response: {"to": "hyderabad", "dest": "kolkata", "on": "18-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to hyderabad on 06 July for 4 people.
{"to": "hyderabad", "dest": "kolkata", "on": "05-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to hyderabad on 06 July for 4 people. ### Response: {"to": "hyderabad", "dest": "kolkata", "on": "05-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to mumbai on 28 June for 4 people.
{"to": "mumbai", "dest": "ahmedabad", "on": "15-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to mumbai on 28 June for 4 people. ### Response: {"to": "mumbai", "dest": "ahmedabad", "on": "15-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from bangalore to mumbai on 09 July for 5 people.
{"to": "mumbai", "dest": "bangalore", "on": "08-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from bangalore to mumbai on 09 July for 5 people. ### Response: {"to": "mumbai", "dest": "bangalore", "on": "08-07-2024", "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to delhi on 21 June for 1 people.
{"to": null, "dest": "ahmedabad", "on": "19-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to delhi on 21 June for 1 people. ### Response: {"to": null, "dest": "ahmedabad", "on": "19-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to delhi on 26 June for 5 people.
{"to": "delhi", "dest": "kolkata", "on": "28-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to delhi on 26 June for 5 people. ### Response: {"to": "delhi", "dest": "kolkata", "on": "28-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from ahmedabad to chennai on 02 July for 2 people.
{"to": "chennai", "dest": "ahmedabad", "on": "02-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from ahmedabad to chennai on 02 July for 2 people. ### Response: {"to": "chennai", "dest": "ahmedabad", "on": "02-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to bangalore on 18 June for 2 people.
{"to": "bangalore", "dest": "delhi", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to bangalore on 18 June for 2 people. ### Response: {"to": "bangalore", "dest": "delhi", "on": null, "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to kolkata on 20 June for 5 people.
{"to": null, "dest": "delhi", "on": "27-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to kolkata on 20 June for 5 people. ### Response: {"to": null, "dest": "delhi", "on": "27-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to hyderabad on 07 July for 3 people.
{"to": "hyderabad", "dest": "mumbai", "on": "04-07-2024", "noOfPass": 2, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to hyderabad on 07 July for 3 people. ### Response: {"to": "hyderabad", "dest": "mumbai", "on": "04-07-2024", "noOfPass": 2, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to kolkata on 27 June for 4 people.
{"to": "kolkata", "dest": "hyderabad", "on": "06-07-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to kolkata on 27 June for 4 people. ### Response: {"to": "kolkata", "dest": "hyderabad", "on": "06-07-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to hyderabad on 28 June for 3 people.
{"to": "hyderabad", "dest": "pune", "on": "07-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to hyderabad on 28 June for 3 people. ### Response: {"to": "hyderabad", "dest": "pune", "on": "07-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to bangalore on 28 June for 5 people.
{"to": null, "dest": "delhi", "on": "07-07-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to bangalore on 28 June for 5 people. ### Response: {"to": null, "dest": "delhi", "on": "07-07-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from mumbai to delhi on 15 June for 4 people.
{"to": "delhi", "dest": "mumbai", "on": "20-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from mumbai to delhi on 15 June for 4 people. ### Response: {"to": "delhi", "dest": "mumbai", "on": "20-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to hyderabad on 15 June for 2 people.
{"to": "hyderabad", "dest": "kolkata", "on": "08-07-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to hyderabad on 15 June for 2 people. ### Response: {"to": "hyderabad", "dest": "kolkata", "on": "08-07-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to pune on 21 June for 2 people.
{"to": "pune", "dest": "hyderabad", "on": "11-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to pune on 21 June for 2 people. ### Response: {"to": "pune", "dest": "hyderabad", "on": "11-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to mumbai on 29 June for 4 people.
{"to": "mumbai", "dest": "pune", "on": "20-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to mumbai on 29 June for 4 people. ### Response: {"to": "mumbai", "dest": "pune", "on": "20-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to mumbai on 29 June for 2 people.
{"to": "mumbai", "dest": "hyderabad", "on": "10-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to mumbai on 29 June for 2 people. ### Response: {"to": "mumbai", "dest": "hyderabad", "on": "10-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to delhi on 05 July for 3 people.
{"to": null, "dest": "pune", "on": "15-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to delhi on 05 July for 3 people. ### Response: {"to": null, "dest": "pune", "on": "15-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from bangalore to mumbai on 03 July for 1 people.
{"to": "mumbai", "dest": "bangalore", "on": "19-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from bangalore to mumbai on 03 July for 1 people. ### Response: {"to": "mumbai", "dest": "bangalore", "on": "19-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to hyderabad on 04 July for 1 people.
{"to": "hyderabad", "dest": "chennai", "on": "21-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to hyderabad on 04 July for 1 people. ### Response: {"to": "hyderabad", "dest": "chennai", "on": "21-06-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to pune on 29 June for 1 people.
{"to": "pune", "dest": "kolkata", "on": "17-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to pune on 29 June for 1 people. ### Response: {"to": "pune", "dest": "kolkata", "on": "17-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from pune to mumbai on 15 June for 1 people.
{"to": "mumbai", "dest": "pune", "on": "30-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from pune to mumbai on 15 June for 1 people. ### Response: {"to": "mumbai", "dest": "pune", "on": "30-06-2024", "noOfPass": 4, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from hyderabad to ahmedabad on 01 July for 2 people.
{"to": "ahmedabad", "dest": "hyderabad", "on": "27-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from hyderabad to ahmedabad on 01 July for 2 people. ### Response: {"to": "ahmedabad", "dest": "hyderabad", "on": "27-06-2024", "noOfPass": 5, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to delhi on 30 June for 2 people.
{"to": "delhi", "dest": "chennai", "on": null, "noOfPass": 3, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to delhi on 30 June for 2 people. ### Response: {"to": "delhi", "dest": "chennai", "on": null, "noOfPass": 3, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to hyderabad on 19 June for 1 people.
{"to": "hyderabad", "dest": "chennai", "on": "05-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to hyderabad on 19 June for 1 people. ### Response: {"to": "hyderabad", "dest": "chennai", "on": "05-07-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from bangalore to hyderabad on 17 June for 2 people.
{"to": null, "dest": "bangalore", "on": "20-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from bangalore to hyderabad on 17 June for 2 people. ### Response: {"to": null, "dest": "bangalore", "on": "20-06-2024", "noOfPass": 1, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from kolkata to pune on 19 June for 5 people.
{"to": "pune", "dest": "kolkata", "on": "08-07-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from kolkata to pune on 19 June for 5 people. ### Response: {"to": "pune", "dest": "kolkata", "on": "08-07-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from delhi to mumbai on 19 June for 2 people.
{"to": "mumbai", "dest": "delhi", "on": "03-07-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from delhi to mumbai on 19 June for 2 people. ### Response: {"to": "mumbai", "dest": "delhi", "on": "03-07-2024", "noOfPass": null, "intent": "flight_booking"}
Parse the following query and extract relevant information.
i want to book flight ticket from chennai to delhi on 22 June for 4 people.
{"to": "delhi", "dest": "chennai", "on": "17-06-2024", "noOfPass": null, "intent": "flight_booking"}
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: i want to book flight ticket from chennai to delhi on 22 June for 4 people. ### Response: {"to": "delhi", "dest": "chennai", "on": "17-06-2024", "noOfPass": null, "intent": "flight_booking"}
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
33
Edit dataset card

Models trained or fine-tuned on Marupudi/parth