text
stringlengths 6
259
| intent
stringclasses 22
values | entities
stringlengths 2
1.26k
| translated text
stringlengths 6
235
| back translated text
stringlengths 7
240
| logical form
stringlengths 14
471
|
---|---|---|---|---|---|
what ground transportation is available at baltimore | ground_service | [{'start': 43, 'end': 52, 'value': 'baltimore', 'entity': 'city_name'}] | বাল্টিমোরে কোন ধরনের স্থল পরিবহণ পাওয়া যায়? | What kind of land transport is available in Baltimore? | [ IN:GROUND_SERVICE [ SL:CITY_NAME baltimore ] ] |
find travel arrangements for a round trip flight from dallas to pittsburgh arriving after 8 pm | flight | [{'start': 31, 'end': 41, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 54, 'end': 60, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 64, 'end': 74, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 84, 'end': 89, 'value': 'after', 'entity': 'arrive_time.time_relative'}, {'start': 90, 'end': 94, 'value': '8 pm', 'entity': 'arrive_time.time'}] | ডালাস থেকে পিটসবার্গ রাত আটটার পর পৌঁছানোর জন্য একটি রাউন্ড ট্রিপ ফ্লাইটের ব্যবস্থা করুন | Make a round trip flight from Dallas to Pittsburgh after 8 pm | [ IN:FLIGHT [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME pittsburgh ] [ SL:TIME_RELATIVE after ] [ SL:TIME 8 pm ] ] |
show me round trip flights from denver to baltimore that offer first class service on united | flight | [{'start': 8, 'end': 18, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 32, 'end': 38, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 51, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 63, 'end': 74, 'value': 'first class', 'entity': 'class_type'}, {'start': 86, 'end': 92, 'value': 'united', 'entity': 'airline_name'}] | আমাকে ডেনভার থেকে বাল্টিমোর পর্যন্ত রাউন্ড ট্রিপ ফ্লাইটগুলি দেখান যা ইউনাইটেডে প্রথম শ্রেণীর পরিষেবা প্রদান করে। | Show me the round trip flights from Denver to Baltimore that serve United in the first class. | [ IN:FLIGHT [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME baltimore ] [ SL:CLASS_TYPE first class ] [ SL:AIRLINE_NAME united ] ] |
show me the cheapest one way flights from dallas to san francisco leaving dallas after 4 pm | flight | [{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 21, 'end': 28, 'value': 'one way', 'entity': 'round_trip'}, {'start': 42, 'end': 48, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 65, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 74, 'end': 80, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 81, 'end': 86, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 87, 'end': 91, 'value': '4 pm', 'entity': 'depart_time.time'}] | আমাকে ডালাস থেকে সান ফ্রান্সিসকো যাওয়ার সবচেয়ে সস্তা একমুখী ফ্লাইট বিকেল চারটার পর দেখাও। | Show me the cheapest one-way flight from Dallas to San Francisco after 4pm. | [ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME dallas ] [ SL:TIME_RELATIVE after ] [ SL:TIME 4 pm ] ] |
what are the first class fares from dallas to baltimore | airfare | [{'start': 13, 'end': 24, 'value': 'first class', 'entity': 'class_type'}, {'start': 36, 'end': 42, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 55, 'value': 'baltimore', 'entity': 'toloc.city_name'}] | ডালাস থেকে বাল্টিমোর পর্যন্ত প্রথম শ্রেণীর ভাড়া কত? | What is the first class fare from Dallas to Baltimore? | [ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME baltimore ] ] |
show me continental flights from chicago to seattle on saturday morning | flight | [{'start': 8, 'end': 19, 'value': 'continental', 'entity': 'airline_name'}, {'start': 33, 'end': 40, 'value': 'chicago', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 51, 'value': 'seattle', 'entity': 'toloc.city_name'}, {'start': 55, 'end': 63, 'value': 'saturday', 'entity': 'depart_date.day_name'}, {'start': 64, 'end': 71, 'value': 'morning', 'entity': 'depart_time.period_of_day'}] | শনিবার সকালে চিকাগো থেকে সিয়াটলে মহাদেশীয় ফ্লাইট দেখাও। | Show me a continental flight from Chicago to Seattle on Saturday morning. | [ IN:FLIGHT [ SL:AIRLINE_NAME continental ] [ SL:CITY_NAME chicago ] [ SL:CITY_NAME seattle ] [ SL:DAY_NAME saturday ] [ SL:PERIOD_OF_DAY morning ] ] |
what northwest airlines flights leave denver before noon | flight | [{'start': 5, 'end': 23, 'value': 'northwest airlines', 'entity': 'airline_name'}, {'start': 38, 'end': 44, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 51, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 52, 'end': 56, 'value': 'noon', 'entity': 'depart_time.time'}] | উত্তর-পশ্চিম এয়ারলাইন্সের ফ্লাইটগুলি দুপুরের আগে কী ছেড়ে যায়? | What do the flights of Northwest Airlines leave before noon? | [ IN:FLIGHT [ SL:AIRLINE_NAME northwest airlines ] [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE before ] [ SL:TIME noon ] ] |
what does fare code qo mean | abbreviation | [{'start': 20, 'end': 22, 'value': 'qo', 'entity': 'fare_basis_code'}] | ভাড়া কোড qo এর মানে কি? | What does the rental code qo mean? | [ IN:ABBREVIATION [ SL:FARE_BASIS_CODE qo ] ] |
show me the flights available from san francisco to pittsburgh for tuesday and also the price | flight | [{'start': 35, 'end': 48, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 62, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 67, 'end': 74, 'value': 'tuesday', 'entity': 'depart_date.day_name'}] | আমাকে সান ফ্রান্সিসকো থেকে পিটসবার্গ পর্যন্ত যে সমস্ত বিমান পাওয়া যাবে বুধবার এবং তার দাম সম্পর্কে কিছু বলুন। | Tell me something about Wednesday and the price of the aircraft that will be available from San Francisco to Pittsburgh. | [ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME tuesday ] ] |
flights between milwaukee and orlando one way | flight | [{'start': 16, 'end': 25, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 37, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 45, 'value': 'one way', 'entity': 'round_trip'}] | মিলওয়াকি এবং অরল্যান্ডোর মধ্যে একমুখী বিমান চলাচল | One-way air travel between Milwaukee and Orlando | [ IN:FLIGHT [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME orlando ] [ SL:ROUND_TRIP one way ] ] |
what does ewr mean | abbreviation | [{'start': 10, 'end': 13, 'value': 'ewr', 'entity': 'airport_code'}] | ইওর মানে কি? | What does Yor mean? | [ IN:ABBREVIATION [ SL:AIRPORT_CODE ewr ] ] |
flights from baltimore to san francisco | flight | [{'start': 13, 'end': 22, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 26, 'end': 39, 'value': 'san francisco', 'entity': 'toloc.city_name'}] | বাল্টিমোর থেকে সান ফ্রান্সিস্কো পর্যন্ত উড়ান | Flight from Baltimore to San Francisco | [ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME san francisco ] ] |
give me the earliest flight on american airlines tomorrow from st. petersburg to milwaukee | flight | [{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 31, 'end': 48, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 49, 'end': 57, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}, {'start': 63, 'end': 77, 'value': 'st. petersburg', 'entity': 'fromloc.city_name'}, {'start': 81, 'end': 90, 'value': 'milwaukee', 'entity': 'toloc.city_name'}] | আমাকে আগামীকাল সেন্ট পিটার্সবার্গ থেকে মিলওয়াকি পর্যন্ত আমেরিকান এয়ারলাইন্সে যাত্রা করার অনুমতি দিন। | Allow me to fly American Airlines from St. Petersburg to Milwaukee tomorrow. | [ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:AIRLINE_NAME american airlines ] [ SL:TODAY_RELATIVE tomorrow ] [ SL:CITY_NAME st. petersburg ] [ SL:CITY_NAME milwaukee ] ] |
what flights does delta have between dallas and denver | flight | [{'start': 18, 'end': 23, 'value': 'delta', 'entity': 'airline_name'}, {'start': 37, 'end': 43, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 54, 'value': 'denver', 'entity': 'toloc.city_name'}] | ডালাস এবং ডেনভারের মধ্যে ডেল্টার কোন ফ্লাইটগুলি রয়েছে? | Which are the Delta flights between Dallas and Denver? | [ IN:FLIGHT [ SL:AIRLINE_NAME delta ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME denver ] ] |
i would like to fly from boston to baltimore in the afternoon what flights are there | flight | [{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 44, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 52, 'end': 61, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}] | আমি বিকেলে বোস্টন থেকে বাল্টিমোর পর্যন্ত উড়ে যেতে চাই। | I want to fly from Boston to Baltimore in the afternoon. | [ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME baltimore ] [ SL:PERIOD_OF_DAY afternoon ] ] |
where does flight ua 281 from boston to oakland stop | flight | [{'start': 18, 'end': 20, 'value': 'ua', 'entity': 'airline_code'}, {'start': 21, 'end': 24, 'value': '281', 'entity': 'flight_number'}, {'start': 30, 'end': 36, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 47, 'value': 'oakland', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 52, 'value': 'stop', 'entity': 'flight_stop'}] | কোথায় উড়ে যাবে ২৮১ জন বোস্টন থেকে ওকল্যান্ড পর্যন্ত | Where will 281 people fly from Boston to Oakland? | [ IN:FLIGHT [ SL:AIRLINE_CODE ua ] [ SL:FLIGHT_NUMBER 281 ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME oakland ] [ SL:FLIGHT_STOP stop ] ] |
i would like to book a flight from charlotte to baltimore on april eighth | flight | [{'start': 35, 'end': 44, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 57, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 61, 'end': 66, 'value': 'april', 'entity': 'depart_date.month_name'}, {'start': 67, 'end': 73, 'value': 'eighth', 'entity': 'depart_date.day_number'}] | আমি ৮ই এপ্রিল শার্লট থেকে বাল্টিমোর যাওয়ার জন্য ফ্লাইট বুক করতে চাই। | I would like to book a flight from Charlotte to Baltimore on 8th April. | [ IN:FLIGHT [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME baltimore ] [ SL:MONTH_NAME april ] [ SL:DAY_NUMBER eighth ] ] |
i would like a nonstop flight from jfk to las vegas on march second | flight | [{'start': 15, 'end': 22, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 35, 'end': 38, 'value': 'jfk', 'entity': 'fromloc.airport_code'}, {'start': 42, 'end': 51, 'value': 'las vegas', 'entity': 'toloc.city_name'}, {'start': 55, 'end': 60, 'value': 'march', 'entity': 'arrive_date.month_name'}, {'start': 61, 'end': 67, 'value': 'second', 'entity': 'arrive_date.day_number'}] | আমি চাই মার্চের দ্বিতীয় দিনে জেএফকে থেকে লাস ভেগাস পর্যন্ত অবিরাম বিমান চলাচল করুক। | I would like to see an uninterrupted flight from JFK to Las Vegas on the second day of March. | [ IN:FLIGHT [ SL:FLIGHT_STOP nonstop ] [ SL:AIRPORT_CODE jfk ] [ SL:CITY_NAME las vegas ] [ SL:MONTH_NAME march ] [ SL:DAY_NUMBER second ] ] |
thank you for that information now i would like to book a flight from philadelphia to boston on the night of april sixteen around 9 o'clock | flight | [{'start': 70, 'end': 82, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 86, 'end': 92, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 100, 'end': 105, 'value': 'night', 'entity': 'depart_time.period_of_day'}, {'start': 109, 'end': 114, 'value': 'april', 'entity': 'depart_date.month_name'}, {'start': 115, 'end': 122, 'value': 'sixteen', 'entity': 'depart_date.day_number'}, {'start': 123, 'end': 129, 'value': 'around', 'entity': 'depart_time.time_relative'}, {'start': 130, 'end': 139, 'value': "9 o'clock", 'entity': 'depart_time.time'}] | এই তথ্যের জন্য আপনাকে ধন্যবাদ, এখন আমি ফিলাডেলফিয়া থেকে ১৬ই এপ্রিল রাত ৯টায় বোস্টন যাওয়ার জন্য একটি ফ্লাইট বুক করতে চাই। | Thank you for this information, now I would like to book a flight from Philadelphia to Boston at 9 pm on the 16th of April. | [ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME boston ] [ SL:PERIOD_OF_DAY night ] [ SL:MONTH_NAME april ] [ SL:DAY_NUMBER sixteen ] [ SL:TIME_RELATIVE around ] [ SL:TIME 9 o'clock ] ] |
what flight do you have from san francisco to pittsburgh on the evening of august twenty seventh | flight | [{'start': 29, 'end': 42, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 56, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 71, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 75, 'end': 81, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 82, 'end': 96, 'value': 'twenty seventh', 'entity': 'depart_date.day_number'}] | সাতাশ আগস্টের সন্ধ্যায় সান ফ্রান্সিসকো থেকে পিটসবার্গ পর্যন্ত আপনার কোন ফ্লাইটটি আছে? | Do you have a flight from San Francisco to Pittsburgh on the evening of August 27? | [ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] [ SL:PERIOD_OF_DAY evening ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER twenty seventh ] ] |
please give me a list of all the flights between dallas and baltimore and their cost | flight+airfare | [{'start': 49, 'end': 55, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 60, 'end': 69, 'value': 'baltimore', 'entity': 'toloc.city_name'}] | দয়া করে আমাকে ডালাস এবং বাল্টিমোরের মধ্যে সমস্ত উড়ানের এবং তাদের খরচের একটি তালিকা দিন। | Please give me a list of all flights between Dallas and Baltimore and their costs. | [ IN:FLIGHT_AIRFARE [ SL:CITY_NAME dallas ] [ SL:CITY_NAME baltimore ] ] |
show me the flights from boston to pittsburgh on wednesday and thursday | flight | [{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 45, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 58, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 63, 'end': 71, 'value': 'thursday', 'entity': 'depart_date.day_name'}] | বুধবার এবং আগামীকাল বস্টন থেকে পিটসবার্গ যাওয়ার বিমান আমাকে দেখাও | Show me the flight from Boston to Pittsburgh on Wednesday and tomorrow | [ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME wednesday ] [ SL:DAY_NAME thursday ] ] |
show me the flights arriving at love field | flight | [{'start': 32, 'end': 42, 'value': 'love field', 'entity': 'toloc.airport_name'}] | প্রেম ক্ষেত্রে আসা বিমানগুলি আমাকে দেখাও | Show me the planes that fell in love | [ IN:FLIGHT [ SL:AIRPORT_NAME love field ] ] |
show me the flights out of love field | flight | [{'start': 27, 'end': 37, 'value': 'love field', 'entity': 'fromloc.airport_name'}] | আমাকে ভালোবাসার ক্ষেত্র থেকে বেরিয়ে আসা ফ্লাইটগুলো দেখাও | Show me the flights coming out of the field of love | [ IN:FLIGHT [ SL:AIRPORT_NAME love field ] ] |
what is the fare for a one way flight from boston to atlanta | airfare | [{'start': 23, 'end': 30, 'value': 'one way', 'entity': 'round_trip'}, {'start': 43, 'end': 49, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 60, 'value': 'atlanta', 'entity': 'toloc.city_name'}] | বোস্টন থেকে আটলান্টা পর্যন্ত একমুখী উড়ানের ভাড়া কত? | What is the fare for a one-way flight from Boston to Atlanta? | [ IN:AIRFARE [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ] |
i want to leave philadelphia and arrive in atlanta on a thursday | flight | [{'start': 16, 'end': 28, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 50, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 64, 'value': 'thursday', 'entity': 'arrive_date.day_name'}] | আমি ফিলাডেলফিয়া ছেড়ে আগামীকাল আটলান্টা পৌঁছতে চাই। | I want to leave Philadelphia and reach Atlanta tomorrow. | [ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME atlanta ] [ SL:DAY_NAME thursday ] ] |
is there a round trip flight from baltimore to dallas connecting in denver | flight | [{'start': 11, 'end': 21, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 34, 'end': 43, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 53, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 54, 'end': 64, 'value': 'connecting', 'entity': 'connect'}, {'start': 68, 'end': 74, 'value': 'denver', 'entity': 'stoploc.city_name'}] | বাল্টিমোর থেকে ডালাস যাওয়ার জন্য একটি রাউন্ড ট্রিপ ফ্লাইট আছে | There is a round trip flight from Baltimore to Dallas | [ IN:FLIGHT [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] [ SL:CONNECT connecting ] [ SL:CITY_NAME denver ] ] |
what is the earliest flight from boston to atlanta | flight | [{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 33, 'end': 39, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 50, 'value': 'atlanta', 'entity': 'toloc.city_name'}] | বোস্টন থেকে আটলান্টা পর্যন্ত সবথেকে পুরোনো ফ্লাইট কোনটি? | Which is the oldest flight from Boston to Atlanta? | [ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ] |
give me the flights from chicago to seattle on saturday morning | flight | [{'start': 25, 'end': 32, 'value': 'chicago', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 43, 'value': 'seattle', 'entity': 'toloc.city_name'}, {'start': 47, 'end': 55, 'value': 'saturday', 'entity': 'depart_date.day_name'}, {'start': 56, 'end': 63, 'value': 'morning', 'entity': 'depart_time.period_of_day'}] | আমাকে শনিবার সকালে চিকাগো থেকে সিয়াটলে যাওয়ার ফ্লাইট দাও | Give me a flight from Chicago to Seattle on Saturday morning | [ IN:FLIGHT [ SL:CITY_NAME chicago ] [ SL:CITY_NAME seattle ] [ SL:DAY_NAME saturday ] [ SL:PERIOD_OF_DAY morning ] ] |
houston airports | airport | [{'start': 1, 'end': 8, 'value': 'houston', 'entity': 'city_name'}] | হাউস্টন বিমানবন্দর | Houston Airport | [ IN:AIRPORT [ SL:CITY_NAME houston ] ] |
i would like a morning flight from milwaukee to denver colorado please | flight | [{'start': 15, 'end': 22, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 35, 'end': 44, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 54, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 55, 'end': 63, 'value': 'colorado', 'entity': 'toloc.state_name'}] | আমি চাই সকালের ফ্লাইটটি মিলওয়াকি থেকে ডেনভার কলোরাডোতে যাক। | I want the morning flight from Milwaukee to Denver Colorado. | [ IN:FLIGHT [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME denver ] [ SL:STATE_NAME colorado ] ] |
can you please tell me the type of aircraft used flying from atlanta to denver on eastern flight 825 leaving at 555 | aircraft | [{'start': 61, 'end': 68, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 72, 'end': 78, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 82, 'end': 89, 'value': 'eastern', 'entity': 'airline_name'}, {'start': 97, 'end': 100, 'value': '825', 'entity': 'flight_number'}, {'start': 112, 'end': 115, 'value': '555', 'entity': 'depart_time.time'}] | আটশো পঁচিশ মিনিটে আটলান্টা থেকে ডেনভার পর্যন্ত পূর্বাঞ্চলীয় ফ্লাইটে কোন ধরনের বিমান ব্যবহার করা হয়েছে, আপনি কি বলবেন? | Can you tell us what type of aircraft was used on the eastern flight from Atlanta to Denver in 825 minutes? | [ IN:AIRCRAFT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME denver ] [ SL:AIRLINE_NAME eastern ] [ SL:FLIGHT_NUMBER 825 ] [ SL:TIME 555 ] ] |
what flights from new york to los angeles after 10 am | flight | [{'start': 18, 'end': 26, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 41, 'value': 'los angeles', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 47, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 48, 'end': 53, 'value': '10 am', 'entity': 'depart_time.time'}] | সকাল ১০টার পর নিউ ইয়র্ক থেকে লস অ্যাঞ্জেলেসে কোন ফ্লাইটে যাওয়া যায়? | Which flight from New York to Los Angeles can be taken after 10am? | [ IN:FLIGHT [ SL:CITY_NAME new york ] [ SL:CITY_NAME los angeles ] [ SL:TIME_RELATIVE after ] [ SL:TIME 10 am ] ] |
show me the fares from washington to oakland | airfare | [{'start': 23, 'end': 33, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 44, 'value': 'oakland', 'entity': 'toloc.city_name'}] | ওয়াশিংটন থেকে ওকল্যান্ড পর্যন্ত ভাড়া দেখাও | Show me the fare from Washington to Oakland | [ IN:AIRFARE [ SL:CITY_NAME washington ] [ SL:CITY_NAME oakland ] ] |
what 's the cheapest first class airfare from pittsburgh to san francisco | airfare | [{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 21, 'end': 32, 'value': 'first class', 'entity': 'class_type'}, {'start': 46, 'end': 56, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 60, 'end': 73, 'value': 'san francisco', 'entity': 'toloc.city_name'}] | পিটসবার্গ থেকে সান ফ্রান্সিস্কো পর্যন্ত প্রথম শ্রেণীর বিমানের ভাড়া কত? | What is the fare for a first class flight from Pittsburgh to San Francisco? | [ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] ] |
show me saturday and sunday 's flights from milwaukee to phoenix on american airlines | flight | [{'start': 8, 'end': 16, 'value': 'saturday', 'entity': 'depart_date.day_name'}, {'start': 21, 'end': 30, 'value': "sunday 's", 'entity': 'depart_date.day_name'}, {'start': 44, 'end': 53, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 57, 'end': 64, 'value': 'phoenix', 'entity': 'toloc.city_name'}, {'start': 68, 'end': 85, 'value': 'american airlines', 'entity': 'airline_name'}] | আমেরিকান এয়ারলাইন্সে মিলওয়াকি থেকে ফিনিক্স পর্যন্ত শনিবার আর রবিবারের ফ্লাইট দেখাও | Show American Airlines flights from Milwaukee to Phoenix on Saturdays and Sundays | [ IN:FLIGHT [ SL:DAY_NAME saturday ] [ SL:DAY_NAME sunday 's ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME phoenix ] [ SL:AIRLINE_NAME american airlines ] ] |
how much does it cost to fly one way from boston to washington first class | airfare | [{'start': 29, 'end': 36, 'value': 'one way', 'entity': 'round_trip'}, {'start': 42, 'end': 48, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 62, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 63, 'end': 74, 'value': 'first class', 'entity': 'class_type'}] | বোস্টন থেকে ওয়াশিংটন প্রথম শ্রেণীতে যেতে কত খরচ হয়? | How much does it cost to go from Boston to Washington in Class 1? | [ IN:AIRFARE [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] [ SL:CLASS_TYPE first class ] ] |
could i have the flights from newark to orlando please | flight | [{'start': 30, 'end': 36, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 47, 'value': 'orlando', 'entity': 'toloc.city_name'}] | আমি কি নিওয়ার্ক থেকে অরল্যান্ডোতে যেতে পারি? | May I go from Newark to Orlando? | [ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:CITY_NAME orlando ] ] |
what is the cheapest flight from denver to oakland | flight | [{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 33, 'end': 39, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 50, 'value': 'oakland', 'entity': 'toloc.city_name'}] | ডেনভার থেকে ওকল্যান্ড যাওয়ার সবচেয়ে সস্তা উড়ান কোনটি? | Which is the cheapest flight from Denver to Oakland? | [ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME oakland ] ] |
show me the list of flights between philadelphia and denver that leave in the afternoon | flight | [{'start': 36, 'end': 48, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 59, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 78, 'end': 87, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}] | আমাকে ফিলাডেলফিয়া এবং ডেনভারের মধ্যে বিকেলে চলে যাওয়া বিমানের তালিকা দেখান। | Show me a list of flights between Philadelphia and Denver for the afternoon. | [ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME denver ] [ SL:PERIOD_OF_DAY afternoon ] ] |
what is the cheapest flight from long beach to memphis | flight | [{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 33, 'end': 43, 'value': 'long beach', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 54, 'value': 'memphis', 'entity': 'toloc.city_name'}] | দীর্ঘ সৈকত থেকে মেমফিস পর্যন্ত সবচেয়ে সস্তা বিমান কোনটি? | Which is the cheapest aircraft from the Long Beach to Memphis? | [ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME long beach ] [ SL:CITY_NAME memphis ] ] |
show me all flights from denver to pittsburgh which serve dinner | flight | [{'start': 25, 'end': 31, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 45, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 64, 'value': 'dinner', 'entity': 'meal_description'}] | আমাকে ডেনভার থেকে পিটসবার্গ পর্যন্ত সব ফ্লাইট দেখাও যেখানে রাতের খাবার পরিবেশন করা হয়। | Show me all the flights from Denver to Pittsburgh that serve dinner. | [ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:MEAL_DESCRIPTION dinner ] ] |
list the shortest flight from san jose to houston | flight | [{'start': 9, 'end': 17, 'value': 'shortest', 'entity': 'flight_mod'}, {'start': 30, 'end': 38, 'value': 'san jose', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 49, 'value': 'houston', 'entity': 'toloc.city_name'}] | সান জোসে থেকে হুস্টন পর্যন্ত সবচেয়ে সংক্ষিপ্ত বিমানের তালিকা তৈরি করুন | List the shortest flight from San Jose to Houston | [ IN:FLIGHT [ SL:FLIGHT_MOD shortest ] [ SL:CITY_NAME san jose ] [ SL:CITY_NAME houston ] ] |
show me flights from denver to boston on tuesday | flight | [{'start': 21, 'end': 27, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 37, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 41, 'end': 48, 'value': 'tuesday', 'entity': 'depart_date.day_name'}] | মঙ্গলবার ডেনভার থেকে বোস্টন পর্যন্ত ফ্লাইট দেখাও | Show me a flight from Denver to Boston on Tuesday | [ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME boston ] [ SL:DAY_NAME tuesday ] ] |
i want to travel from baltimore to washington on a monday | flight | [{'start': 22, 'end': 31, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 45, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 51, 'end': 57, 'value': 'monday', 'entity': 'depart_date.day_name'}] | আমি সোমবার বাল্টিমোর থেকে ওয়াশিংটন পর্যন্ত ভ্রমণ করতে চাই। | I want to travel from Baltimore to Washington on Monday. | [ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME washington ] [ SL:DAY_NAME monday ] ] |
show me fares leaving on tuesdays from denver to go to dallas | airfare | [{'start': 25, 'end': 33, 'value': 'tuesdays', 'entity': 'depart_date.day_name'}, {'start': 39, 'end': 45, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 61, 'value': 'dallas', 'entity': 'toloc.city_name'}] | আমাকে ডেনভার থেকে ডালাস যাওয়ার জন্য মঙ্গলবারের ভাড়া দেখান | Show me Tuesday's fare from Denver to Dallas | [ IN:AIRFARE [ SL:DAY_NAME tuesdays ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME dallas ] ] |
what is the cost of a round trip ticket first class between oak and atl | airfare | [{'start': 22, 'end': 32, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 40, 'end': 51, 'value': 'first class', 'entity': 'class_type'}, {'start': 60, 'end': 63, 'value': 'oak', 'entity': 'fromloc.airport_code'}, {'start': 68, 'end': 71, 'value': 'atl', 'entity': 'toloc.airport_code'}] | ওক এবং অটলবৃক্ষের মধ্যে প্রথম শ্রেণীর রাউন্ড ট্রিপ টিকিটের দাম কত? | What is the price of a Round Trip ticket between Oak and Atal trees? | [ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CLASS_TYPE first class ] [ SL:AIRPORT_CODE oak ] [ SL:AIRPORT_CODE atl ] ] |
show me round trip fares from las vegas to houston nonstop | airfare | [{'start': 8, 'end': 18, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 30, 'end': 39, 'value': 'las vegas', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 50, 'value': 'houston', 'entity': 'toloc.city_name'}, {'start': 51, 'end': 58, 'value': 'nonstop', 'entity': 'flight_stop'}] | আমাকে লাস ভেগাস থেকে হুস্টন পর্যন্ত অনবরত ভ্রমণের ভাড়া দেখান | Show me the ticket from Las Vegas to Houston | [ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME las vegas ] [ SL:CITY_NAME houston ] [ SL:FLIGHT_STOP nonstop ] ] |
what flights are available from denver to philadelphia with stopover in pittsburgh | flight | [{'start': 32, 'end': 38, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 54, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 72, 'end': 82, 'value': 'pittsburgh', 'entity': 'stoploc.city_name'}] | পিটসবার্গে থামার সময় ডেনভার থেকে ফিলাডেলফিয়া পর্যন্ত কোন ফ্লাইটগুলি পাওয়া যাবে? | Which flights will be available from Denver to Philadelphia during a stop in Pittsburgh? | [ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME pittsburgh ] ] |
what does the fare code qw mean | abbreviation | [{'start': 24, 'end': 26, 'value': 'qw', 'entity': 'fare_basis_code'}] | কিউডাব্লু ভাড়া কোডের অর্থ কী? | What is the meaning of QW rent code? | [ IN:ABBREVIATION [ SL:FARE_BASIS_CODE qw ] ] |
tell me about ground transportation between the dallas fort worth airport and downtown dallas | ground_service | [{'start': 48, 'end': 73, 'value': 'dallas fort worth airport', 'entity': 'fromloc.airport_name'}, {'start': 87, 'end': 93, 'value': 'dallas', 'entity': 'toloc.city_name'}] | ডালাস দুর্গ থেকে ডালাস শহরের কেন্দ্রস্থলের মধ্যে স্থল পরিবহনের কথা বলুন। | Talk about land transport between Dallas Castle and downtown Dallas. | [ IN:GROUND_SERVICE [ SL:AIRPORT_NAME dallas fort worth airport ] [ SL:CITY_NAME dallas ] ] |
flights from phoenix to las vegas | flight | [{'start': 13, 'end': 20, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 24, 'end': 33, 'value': 'las vegas', 'entity': 'toloc.city_name'}] | ফিনিক্স থেকে লাস ভেগাস পর্যন্ত উড়ান | Flight from Phoenix to Las Vegas | [ IN:FLIGHT [ SL:CITY_NAME phoenix ] [ SL:CITY_NAME las vegas ] ] |
what are the flights from boston to san francisco | flight | [{'start': 26, 'end': 32, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 49, 'value': 'san francisco', 'entity': 'toloc.city_name'}] | বোস্টন থেকে সান ফ্রান্সিসকো পর্যন্ত কি ধরনের ফ্লাইট রয়েছে? | What are the flights from Boston to San Francisco? | [ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ] |
i need information on a flight from boston to denver | flight | [{'start': 36, 'end': 42, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 52, 'value': 'denver', 'entity': 'toloc.city_name'}] | আমার বোস্টন থেকে ডেনভার যাওয়ার ফ্লাইটের তথ্য দরকার | I need data on my flight from Boston to Denver | [ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] ] |
what is the cheapest flight from denver to pittsburgh on july twenty sixth | flight | [{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 33, 'end': 39, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 53, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 61, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 62, 'end': 74, 'value': 'twenty sixth', 'entity': 'depart_date.day_number'}] | ২৬শে জুলাই ডেনভার থেকে পিটসবার্গ পর্যন্ত সবচেয়ে সস্তা বিমান পরিষেবা কী? | What is the cheapest flight from Denver to Pittsburgh on 26th July? | [ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER twenty sixth ] ] |
what are the coach flights between dallas and baltimore leaving august tenth and returning august twelve | flight | [{'start': 13, 'end': 18, 'value': 'coach', 'entity': 'class_type'}, {'start': 35, 'end': 41, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 55, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 70, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 71, 'end': 76, 'value': 'tenth', 'entity': 'depart_date.day_number'}, {'start': 91, 'end': 97, 'value': 'august', 'entity': 'return_date.month_name'}, {'start': 98, 'end': 104, 'value': 'twelve', 'entity': 'return_date.day_number'}] | ডালাস এবং বাল্টিমোরের মধ্যে ১০ আগস্টের পর ১২ আগস্টের মধ্যে কোন কোন বিমান চলাচল করবে? | Which flights will operate between Dallas and Baltimore between August 10 and August 12? | [ IN:FLIGHT [ SL:CLASS_TYPE coach ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME baltimore ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER tenth ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER twelve ] ] |
okay what i would like to know is does twa flight 505 from charlotte to las vegas with a stop in st. louis serve dinner that 's twa flight 505 or 163 | flight | [{'start': 39, 'end': 42, 'value': 'twa', 'entity': 'airline_code'}, {'start': 50, 'end': 53, 'value': '505', 'entity': 'flight_number'}, {'start': 59, 'end': 68, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 72, 'end': 81, 'value': 'las vegas', 'entity': 'toloc.city_name'}, {'start': 97, 'end': 106, 'value': 'st. louis', 'entity': 'stoploc.city_name'}, {'start': 113, 'end': 119, 'value': 'dinner', 'entity': 'meal_description'}, {'start': 128, 'end': 131, 'value': 'twa', 'entity': 'airline_code'}, {'start': 139, 'end': 142, 'value': '505', 'entity': 'flight_number'}, {'start': 143, 'end': 145, 'value': 'or', 'entity': 'or'}, {'start': 146, 'end': 149, 'value': '163', 'entity': 'flight_number'}] | ঠিক আছে, আমি জানতে চাই, তওয়া ফ্লাইটের পাঁচশত পাঁচটা ফ্লাইট আছে, শার্লট থেকে লাস ভেগাস পর্যন্ত, যেখানে একটা স্টপ আছে। লুইস ডিনার পরিবেশন করে, যেটা তওয়া ফ্লাইটের পাঁচশত পাঁচ অথবা একশত তেষট্টি-তিন। | Okay, I want to know, there are five hundred and five flights on the Tawa flight, from Charlotte to Las Vegas, where there is a stop, and Louis serves dinner, which is five hundred and five or one hundred and sixty-three on the Tawa flight. | [ IN:FLIGHT [ SL:AIRLINE_CODE twa ] [ SL:FLIGHT_NUMBER 505 ] [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME las vegas ] [ SL:CITY_NAME st. louis ] [ SL:MEAL_DESCRIPTION dinner ] [ SL:AIRLINE_CODE twa ] [ SL:FLIGHT_NUMBER 505 ] [ SL:OR or ] [ SL:FLIGHT_NUMBER 163 ] ] |
okay that one 's great too now we 're going to go on april twenty second dallas to washington the latest nighttime departure one way | flight | [{'start': 53, 'end': 58, 'value': 'april', 'entity': 'depart_date.month_name'}, {'start': 59, 'end': 72, 'value': 'twenty second', 'entity': 'depart_date.day_number'}, {'start': 73, 'end': 79, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 83, 'end': 93, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 98, 'end': 104, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 105, 'end': 114, 'value': 'nighttime', 'entity': 'depart_time.period_of_day'}, {'start': 125, 'end': 132, 'value': 'one way', 'entity': 'round_trip'}] | ঠিক আছে, এখন আমরা বিশ সেকেন্ডের ডালাস নিয়ে সর্বশেষ রাত্রিকালীন প্রস্থানের একদিকে যাচ্ছি। | All right, now we're going to take the 20-second dallas to one side of the last night's departure. | [ IN:FLIGHT [ SL:MONTH_NAME april ] [ SL:DAY_NUMBER twenty second ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME washington ] [ SL:FLIGHT_MOD latest ] [ SL:PERIOD_OF_DAY nighttime ] [ SL:ROUND_TRIP one way ] ] |
what 's the earliest flight from san francisco to boston | flight | [{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 33, 'end': 46, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 56, 'value': 'boston', 'entity': 'toloc.city_name'}] | সান ফ্রান্সিসকো থেকে বোস্টন পর্যন্ত প্রথম ফ্লাইট কি? | What was the first flight from San Francisco to Boston? | [ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] ] |
show business class fares from san francisco to denver on united airlines | airfare | [{'start': 5, 'end': 19, 'value': 'business class', 'entity': 'class_type'}, {'start': 31, 'end': 44, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 54, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 73, 'value': 'united airlines', 'entity': 'airline_name'}] | সান ফ্রান্সিস্কো থেকে ইউনাইটেড এয়ারলাইন্সে বিজনেস ক্লাসের ভাড়া দেখানো | Shows business class fares from San Francisco to United Airlines | [ IN:AIRFARE [ SL:CLASS_TYPE business class ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME denver ] [ SL:AIRLINE_NAME united airlines ] ] |
show me flights from tampa to st. louis | flight | [{'start': 21, 'end': 26, 'value': 'tampa', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 39, 'value': 'st. louis', 'entity': 'toloc.city_name'}] | টাম্পা থেকে সেন্ট লুইসের ফ্লাইট দেখাও। | Show me the flight from Tampa to St. Louis. | [ IN:FLIGHT [ SL:CITY_NAME tampa ] [ SL:CITY_NAME st. louis ] ] |
what flights go from boston to atlanta next tuesday | flight | [{'start': 21, 'end': 27, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 38, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 39, 'end': 43, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 44, 'end': 51, 'value': 'tuesday', 'entity': 'depart_date.day_name'}] | আগামী বুধবার বোস্টন থেকে আটলান্টা পর্যন্ত কোন কোন বিমান চলাচল করবে? | Which flights will operate from Boston to Atlanta next Wednesday? | [ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] [ SL:DATE_RELATIVE next ] [ SL:DAY_NAME tuesday ] ] |
please list the flights leaving from st. louis to st. paul after 10 am | flight | [{'start': 37, 'end': 46, 'value': 'st. louis', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 58, 'value': 'st. paul', 'entity': 'toloc.city_name'}, {'start': 59, 'end': 64, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 65, 'end': 70, 'value': '10 am', 'entity': 'depart_time.time'}] | দয়া করে সেন্ট লুইস থেকে ছেড়ে আসা বিমানের তালিকা তৈরি করুন। সকাল দশটার পর পাল ছাড়বেন। | Please prepare a list of the flights leaving St. Louis and leave after 10: 00 am. | [ IN:FLIGHT [ SL:CITY_NAME st. louis ] [ SL:CITY_NAME st. paul ] [ SL:TIME_RELATIVE after ] [ SL:TIME 10 am ] ] |
show all flights between san francisco and philadelphia for september fifteenth | flight | [{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 55, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 69, 'value': 'september', 'entity': 'depart_date.month_name'}, {'start': 70, 'end': 79, 'value': 'fifteenth', 'entity': 'depart_date.day_number'}] | ১৫ই সেপ্টেম্বরের জন্য সান ফ্রান্সিস্কো এবং ফিলাডেলফিয়ার মধ্যে সমস্ত উড়ান প্রদর্শন করুন | Display all flights between San Francisco and Philadelphia for September 15 | [ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME philadelphia ] [ SL:MONTH_NAME september ] [ SL:DAY_NUMBER fifteenth ] ] |
i need a flight from san francisco to boston that leaves after 8 pm | flight | [{'start': 21, 'end': 34, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 44, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 62, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 63, 'end': 67, 'value': '8 pm', 'entity': 'depart_time.time'}] | আমি সান ফ্রান্সিস্কো থেকে বোস্টন পর্যন্ত একটি ফ্লাইট চাই যা রাত আটটার পরে ছেড়ে যাবে | I want a flight from San Francisco to Boston that will take off after 8 pm | [ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] [ SL:TIME_RELATIVE after ] [ SL:TIME 8 pm ] ] |
show me the flights from montreal to chicago | flight | [{'start': 25, 'end': 33, 'value': 'montreal', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 44, 'value': 'chicago', 'entity': 'toloc.city_name'}] | আমাকে মন্ট্রিয়াল থেকে চিকাগো যাওয়ার ফ্লাইট দেখাও | Show me a flight from Montreal to Chicago | [ IN:FLIGHT [ SL:CITY_NAME montreal ] [ SL:CITY_NAME chicago ] ] |
what flights do you have from ontario | flight | [{'start': 30, 'end': 37, 'value': 'ontario', 'entity': 'fromloc.city_name'}] | ওন্টারিয়ো থেকে আপনি কোন ফ্লাইটগুলি পান? | Which flights do you take off from Ontario? | [ IN:FLIGHT [ SL:CITY_NAME ontario ] ] |
what 's the price of the least expensive first class round trip ticket on us air from cleveland to miami | airfare | [{'start': 25, 'end': 40, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 41, 'end': 52, 'value': 'first class', 'entity': 'class_type'}, {'start': 53, 'end': 63, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 74, 'end': 80, 'value': 'us air', 'entity': 'airline_name'}, {'start': 86, 'end': 95, 'value': 'cleveland', 'entity': 'fromloc.city_name'}, {'start': 99, 'end': 104, 'value': 'miami', 'entity': 'toloc.city_name'}] | আমাদের ক্লিভল্যান্ড থেকে মিয়ামি পর্যন্ত সর্বনিম্ন মূল্যের প্রথম শ্রেণীর রাউন্ড ট্রিপ টিকিটের দাম কত? | What is the minimum fare for our round trip round trip from Cleveland to Miami? | [ IN:AIRFARE [ SL:COST_RELATIVE least expensive ] [ SL:CLASS_TYPE first class ] [ SL:ROUND_TRIP round trip ] [ SL:AIRLINE_NAME us air ] [ SL:CITY_NAME cleveland ] [ SL:CITY_NAME miami ] ] |
are there any turboprop flights from pittsburgh to baltimore on december seventeenth | flight | [{'start': 37, 'end': 47, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 60, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 72, 'value': 'december', 'entity': 'depart_date.month_name'}, {'start': 73, 'end': 84, 'value': 'seventeenth', 'entity': 'depart_date.day_number'}] | ১৭ ডিসেম্বর পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত কোন টার্বোপ্রপ ফ্লাইট আছে কি? | Is there any turboprop flight from Pittsburgh to Baltimore on December 17? | [ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] [ SL:MONTH_NAME december ] [ SL:DAY_NUMBER seventeenth ] ] |
show me the dinner flights from baltimore to oakland | flight | [{'start': 12, 'end': 18, 'value': 'dinner', 'entity': 'meal_description'}, {'start': 32, 'end': 41, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 52, 'value': 'oakland', 'entity': 'toloc.city_name'}] | আমাকে বাল্টিমোর থেকে ওকল্যান্ড পর্যন্ত ডিনার ফ্লাইট দেখাও | Show me the dinner flight from Baltimore to Oakland | [ IN:FLIGHT [ SL:MEAL_DESCRIPTION dinner ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME oakland ] ] |
show me the flights from love field to any other airport | flight | [{'start': 25, 'end': 35, 'value': 'love field', 'entity': 'fromloc.airport_name'}] | আমাকে ভালোবাসার ক্ষেত্র থেকে অন্য কোন বিমানবন্দরে যাওয়ার ফ্লাইট দেখাও। | Show me a flight from my love zone to another airport. | [ IN:FLIGHT [ SL:AIRPORT_NAME love field ] ] |
can i get a taxi from long beach airport to downtown long beach | ground_service | [{'start': 12, 'end': 16, 'value': 'taxi', 'entity': 'transport_type'}, {'start': 22, 'end': 32, 'value': 'long beach', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 63, 'value': 'long beach', 'entity': 'fromloc.city_name'}] | আমি কি লং বিচ এয়ারপোর্ট থেকে ডাউনটাউন লং বিচ পর্যন্ত ট্যাক্সি পেতে পারি? | Can I take a taxi from Long Beach Airport to Downtown Long Beach? | [ IN:GROUND_SERVICE [ SL:TRANSPORT_TYPE taxi ] [ SL:CITY_NAME long beach ] [ SL:CITY_NAME long beach ] ] |
give me flights from atlanta to baltimore | flight | [{'start': 21, 'end': 28, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 41, 'value': 'baltimore', 'entity': 'toloc.city_name'}] | আমাকে আটলান্টা থেকে বাল্টিমোর পর্যন্ত ফ্লাইট দাও। | Give me a flight from Atlanta to Baltimore. | [ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] ] |
how long is the flight from atlanta to san francisco at noon on november seventh | distance | [{'start': 28, 'end': 35, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 52, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 60, 'value': 'noon', 'entity': 'depart_time.time'}, {'start': 64, 'end': 72, 'value': 'november', 'entity': 'depart_date.month_name'}, {'start': 73, 'end': 80, 'value': 'seventh', 'entity': 'depart_date.day_number'}] | ৭ই নভেম্বর দুপুরে আটলান্টা থেকে সান ফ্রান্সিসকো পর্যন্ত ফ্লাইট কত লম্বা? | How long is the flight from Atlanta to San Francisco on the afternoon of November 7? | [ IN:DISTANCE [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME san francisco ] [ SL:TIME noon ] [ SL:MONTH_NAME november ] [ SL:DAY_NUMBER seventh ] ] |
what are the flights from baltimore to dallas on sunday afternoon | flight | [{'start': 26, 'end': 35, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 45, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 55, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 56, 'end': 65, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}] | রবিবার বিকেলে বাল্টিমোর থেকে ডালাস পর্যন্ত কি ধরনের বিমান চলাচল করে? | What type of flights operate from Baltimore to Dallas on Sunday afternoon? | [ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] [ SL:DAY_NAME sunday ] [ SL:PERIOD_OF_DAY afternoon ] ] |
show me all flights from san francisco to oakland | flight | [{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 49, 'value': 'oakland', 'entity': 'toloc.city_name'}] | আমাকে সান ফ্রান্সিস্কো থেকে ওকল্যান্ড পর্যন্ত সব ফ্লাইট দেখাও। | Show me all the flights from San Francisco to Oakland. | [ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME oakland ] ] |
what ground transportation is available from the pittsburgh airport | ground_service | [{'start': 49, 'end': 67, 'value': 'pittsburgh airport', 'entity': 'fromloc.airport_name'}] | পিটসবার্গ বিমানবন্দর থেকে কোন কোন স্থানে বিমান চলাচল করতে পারে? | What are the destinations from Pittsburgh Airport? | [ IN:GROUND_SERVICE [ SL:AIRPORT_NAME pittsburgh airport ] ] |
list the airlines that have nonstop afternoon flights from boston to oakland | airline | [{'start': 28, 'end': 35, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 36, 'end': 45, 'value': 'afternoon', 'entity': 'arrive_time.period_of_day'}, {'start': 59, 'end': 65, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 69, 'end': 76, 'value': 'oakland', 'entity': 'toloc.city_name'}] | যেসব বিমান সংস্থা বোস্টন থেকে ওকল্যান্ড পর্যন্ত অবিরাম বিকেল ফ্লাইট পরিচালনা করে তাদের তালিকা তৈরি করুন। | Make a list of airlines that operate non-stop afternoon flights from Boston to Oakland. | [ IN:AIRLINE [ SL:FLIGHT_STOP nonstop ] [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME oakland ] ] |
what is the first class fare from indianapolis to orlando | airfare | [{'start': 12, 'end': 23, 'value': 'first class', 'entity': 'class_type'}, {'start': 34, 'end': 46, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 57, 'value': 'orlando', 'entity': 'toloc.city_name'}] | ইন্ডিয়ানাপোলিস থেকে অরল্যান্ডো পর্যন্ত প্রথম শ্রেণীর ভাড়া কত? | What is the first class fare from Indianapolis to Orlando? | [ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME orlando ] ] |
now show me the flights from pittsburgh to baltimore | flight | [{'start': 29, 'end': 39, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 52, 'value': 'baltimore', 'entity': 'toloc.city_name'}] | এখন পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত ফ্লাইট দেখাও। | Now show me the flight from Pittsburgh to Baltimore. | [ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] ] |
show me all the flights on northwest airlines from new york to milwaukee to los angeles | flight | [{'start': 27, 'end': 45, 'value': 'northwest airlines', 'entity': 'airline_name'}, {'start': 51, 'end': 59, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 63, 'end': 72, 'value': 'milwaukee', 'entity': 'stoploc.city_name'}, {'start': 76, 'end': 87, 'value': 'los angeles', 'entity': 'toloc.city_name'}] | নিউইয়র্ক থেকে মিলওয়াকি থেকে লস অ্যাঞ্জেলেস পর্যন্ত উত্তর-পশ্চিম এয়ারলাইন্সের সব ফ্লাইট আমাকে দেখাও | Show me all the flights of North-West Airlines from New York to Milwaukee to Los Angeles | [ IN:FLIGHT [ SL:AIRLINE_NAME northwest airlines ] [ SL:CITY_NAME new york ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME los angeles ] ] |
what is the earliest flight that has no stops from washington to san francisco on friday | flight | [{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 37, 'end': 45, 'value': 'no stops', 'entity': 'flight_stop'}, {'start': 51, 'end': 61, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 65, 'end': 78, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 82, 'end': 88, 'value': 'friday', 'entity': 'depart_date.day_name'}] | শুক্রবার ওয়াশিংটন থেকে সান ফ্রান্সিসকো পর্যন্ত কোন বিমানটি থামবে না? | No flight from Washington to San Francisco on Friday? | [ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:FLIGHT_STOP no stops ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME friday ] ] |
show me first class fares from dallas to baltimore | airfare | [{'start': 8, 'end': 19, 'value': 'first class', 'entity': 'class_type'}, {'start': 31, 'end': 37, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 50, 'value': 'baltimore', 'entity': 'toloc.city_name'}] | ডালাস থেকে বাল্টিমোর পর্যন্ত প্রথম শ্রেণীর ভাড়া দেখাও। | Show me the first class fare from Dallas to Baltimore. | [ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME baltimore ] ] |
fly from denver to philadelphia on continental | flight | [{'start': 9, 'end': 15, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 19, 'end': 31, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 35, 'end': 46, 'value': 'continental', 'entity': 'airline_name'}] | মহাদেশের ডেনভার থেকে ফিলাডেলফিয়া পর্যন্ত | From continental Denver to Philadelphia | [ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] [ SL:AIRLINE_NAME continental ] ] |
please show me again the first class fares from baltimore to dallas | airfare | [{'start': 25, 'end': 36, 'value': 'first class', 'entity': 'class_type'}, {'start': 48, 'end': 57, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 61, 'end': 67, 'value': 'dallas', 'entity': 'toloc.city_name'}] | দয়া করে আমাকে আবার বাল্টিমোর থেকে ডালাস পর্যন্ত প্রথম শ্রেণীর ভাড়া দেখান। | Please show me the first class fare again from Baltimore to Dallas. | [ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] ] |
show me all midwest express flights from detroit to chicago | flight | [{'start': 12, 'end': 19, 'value': 'midwest', 'entity': 'airline_name'}, {'start': 41, 'end': 48, 'value': 'detroit', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 59, 'value': 'chicago', 'entity': 'toloc.city_name'}] | আমাকে ডেট্রয়েট থেকে চিকাগো পর্যন্ত মিডওয়েস্ট এক্সপ্রেসের সব ফ্লাইট দেখাও | Show me all the flights of Midwest Express from Detroit to Chicago | [ IN:FLIGHT [ SL:AIRLINE_NAME midwest ] [ SL:CITY_NAME detroit ] [ SL:CITY_NAME chicago ] ] |
list flights from atlanta to boston leaving between 6 pm and 10 pm on august eighth | flight | [{'start': 18, 'end': 25, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 35, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 52, 'end': 56, 'value': '6 pm', 'entity': 'depart_time.start_time'}, {'start': 61, 'end': 66, 'value': '10 pm', 'entity': 'depart_time.end_time'}, {'start': 70, 'end': 76, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 77, 'end': 83, 'value': 'eighth', 'entity': 'depart_date.day_number'}] | আটলান্টা থেকে বোস্টনের মধ্যে ৮ই আগস্ট বিকেল ৬টা থেকে রাত ১০টা পর্যন্ত বিমান চলাচল করবে। | The flight will operate between Atlanta and Boston from 6 pm to 10 pm on August 8. | [ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] [ SL:START_TIME 6 pm ] [ SL:END_TIME 10 pm ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER eighth ] ] |
information on afternoon flights from philadelphia to denver | flight | [{'start': 15, 'end': 24, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 38, 'end': 50, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 54, 'end': 60, 'value': 'denver', 'entity': 'toloc.city_name'}] | ফিলাডেলফিয়া থেকে ডেন্ভার পর্যন্ত দুপুরের ফ্লাইটের তথ্য | Afternoon flight information from Philadelphia to Denver | [ IN:FLIGHT [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME denver ] ] |
great now what i want to find out is on april twentieth from washington to denver do you have a flight least expensive fare around 5 o'clock in the morning | flight | [{'start': 40, 'end': 45, 'value': 'april', 'entity': 'depart_date.month_name'}, {'start': 46, 'end': 55, 'value': 'twentieth', 'entity': 'depart_date.day_number'}, {'start': 61, 'end': 71, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 75, 'end': 81, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 103, 'end': 118, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 124, 'end': 130, 'value': 'around', 'entity': 'depart_time.time_relative'}, {'start': 131, 'end': 140, 'value': "5 o'clock", 'entity': 'depart_time.time'}, {'start': 148, 'end': 155, 'value': 'morning', 'entity': 'depart_time.period_of_day'}] | এখন আমি যা জানতে চাই তা হল ২০শে এপ্রিল ওয়াশিংটন থেকে ডেনভার পর্যন্ত আপনার কি ভোর ৫টা নাগাদ কম খরচে ফ্লাইট আছে? | Now what I want to ask is, do you have a low-cost flight from Washington to Denver on April 20 at 5 am? | [ IN:FLIGHT [ SL:MONTH_NAME april ] [ SL:DAY_NUMBER twentieth ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME denver ] [ SL:COST_RELATIVE least expensive ] [ SL:TIME_RELATIVE around ] [ SL:TIME 5 o'clock ] [ SL:PERIOD_OF_DAY morning ] ] |
i need a flight from denver to philadelphia on saturday | flight | [{'start': 21, 'end': 27, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 43, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 47, 'end': 55, 'value': 'saturday', 'entity': 'depart_date.day_name'}] | শনিবারে ডেনভার থেকে ফিলাডেলফিয়া যাওয়ার জন্য আমার একটা ফ্লাইট দরকার | I need a flight from Denver to Philadelphia on Saturday | [ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] [ SL:DAY_NAME saturday ] ] |
show me the flights from westchester county to cincinnati | flight | [{'start': 25, 'end': 43, 'value': 'westchester county', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 57, 'value': 'cincinnati', 'entity': 'toloc.city_name'}] | ওয়েস্টচেস্টার কাউন্টি থেকে সিনসিনাটি যাওয়ার ফ্লাইট দেখাও | Show me a flight from Westchester County to Cincinnati | [ IN:FLIGHT [ SL:CITY_NAME westchester county ] [ SL:CITY_NAME cincinnati ] ] |
what flights are available from denver to philadelphia on monday | flight | [{'start': 32, 'end': 38, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 54, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 64, 'value': 'monday', 'entity': 'depart_date.day_name'}] | সোমবার ডেনভার থেকে ফিলাডেলফিয়া পর্যন্ত কোন ফ্লাইটগুলি পাওয়া যায়? | Which flights are available from Denver to Philadelphia on Monday? | [ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] [ SL:DAY_NAME monday ] ] |
what are the coach fares for flights from newark to la leaving after 3 pm | airfare | [{'start': 13, 'end': 18, 'value': 'coach', 'entity': 'class_type'}, {'start': 42, 'end': 48, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 54, 'value': 'la', 'entity': 'toloc.city_name'}, {'start': 63, 'end': 68, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 69, 'end': 73, 'value': '3 pm', 'entity': 'depart_time.time'}] | বিকেল তিনটের পর নেওয়ার্ক থেকে লা পর্যন্ত বিমানের ভাড়া কত? | What is the fare of the flight from Newark to La after 3 pm? | [ IN:AIRFARE [ SL:CLASS_TYPE coach ] [ SL:CITY_NAME newark ] [ SL:CITY_NAME la ] [ SL:TIME_RELATIVE after ] [ SL:TIME 3 pm ] ] |
what delta flights fly from washington to dallas in the morning | flight | [{'start': 5, 'end': 10, 'value': 'delta', 'entity': 'airline_name'}, {'start': 28, 'end': 38, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 48, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 63, 'value': 'morning', 'entity': 'depart_time.period_of_day'}] | সকালে ওয়াশিংটন থেকে ডালাস পর্যন্ত কোন কোন ডেল্টা ফ্লাইটগুলি চলাচল করে? | Which are the Delta flights from Washington to Dallas in the morning? | [ IN:FLIGHT [ SL:AIRLINE_NAME delta ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME dallas ] [ SL:PERIOD_OF_DAY morning ] ] |
i 'd like to make a trip between atlanta and boston i wish to know the cheapest fare | flight | [{'start': 33, 'end': 40, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 51, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 71, 'end': 79, 'value': 'cheapest', 'entity': 'cost_relative'}] | আমি আটলান্টা এবং বোস্টনের মধ্যে ভ্রমণ করতে চাই আমি সবচেয়ে সস্তা ভাড়া জানতে চাই | I want to travel between Atlanta and Boston I want to know the cheapest fare | [ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] [ SL:COST_RELATIVE cheapest ] ] |
give me the first flight from boston to atlanta | flight | [{'start': 12, 'end': 17, 'value': 'first', 'entity': 'flight_mod'}, {'start': 30, 'end': 36, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 47, 'value': 'atlanta', 'entity': 'toloc.city_name'}] | আমাকে বোস্টন থেকে আটলান্টা পর্যন্ত প্রথম ফ্লাইট দাও | Give me the first flight from Boston to Atlanta | [ IN:FLIGHT [ SL:FLIGHT_MOD first ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ] |
does american airlines fly from boston to san francisco | flight | [{'start': 5, 'end': 22, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 32, 'end': 38, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 55, 'value': 'san francisco', 'entity': 'toloc.city_name'}] | আমেরিকান এয়ারলাইন্স বোস্টন থেকে সান ফ্রান্সিসকোতে যায় | American Airlines flies from Boston to San Francisco | [ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ] |
what flights go from dallas to tampa | flight | [{'start': 21, 'end': 27, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 36, 'value': 'tampa', 'entity': 'toloc.city_name'}] | ডালাস থেকে টাম্পা পর্যন্ত কোন ফ্লাইটগুলি যায়? | What are the flights from Dallas to Tampa? | [ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME tampa ] ] |
thank you i also need to travel next wednesday evening from dallas to san francisco | flight | [{'start': 32, 'end': 36, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 37, 'end': 46, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 47, 'end': 54, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 60, 'end': 66, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 70, 'end': 83, 'value': 'san francisco', 'entity': 'toloc.city_name'}] | ধন্যবাদ আমাকেও আগামী বুধবার সন্ধ্যায় ডালাস থেকে সান ফ্রান্সিসকোতে যেতে হবে। | Thank you. I have to go from Dallas to San Francisco on Wednesday evening. | [ IN:FLIGHT [ SL:DATE_RELATIVE next ] [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY evening ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] ] |
show me airports in washington dc | airport | [{'start': 20, 'end': 30, 'value': 'washington', 'entity': 'city_name'}, {'start': 31, 'end': 33, 'value': 'dc', 'entity': 'state_code'}] | ওয়াশিংটন ডিসিতে আমাকে বিমানবন্দর দেখাও। | Show me the airport in Washington DC. | [ IN:AIRPORT [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] ] |