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
|
---|---|---|---|---|---|
give me the flights on december twenty seventh with the fares from indianapolis to orlando
|
flight
|
[{'start': 23, 'end': 31, 'value': 'december', 'entity': 'depart_date.month_name'}, {'start': 32, 'end': 46, 'value': 'twenty seventh', 'entity': 'depart_date.day_number'}, {'start': 67, 'end': 79, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 83, 'end': 90, 'value': 'orlando', 'entity': 'toloc.city_name'}]
|
আমাকে ২৭শে ডিসেম্বর ইন্ডিয়ানাপোলিস থেকে অরল্যান্ডো যাওয়ার ভাড়া দিয়ে দিন।
|
Give me a ticket from Indianapolis to Orlando on December 27.
|
[ IN:FLIGHT [ SL:MONTH_NAME december ] [ SL:DAY_NUMBER twenty seventh ] [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME orlando ] ]
|
show me all the us air flights leaving pittsburgh between 12 and 4 in the afternoon
|
flight
|
[{'start': 16, 'end': 22, 'value': 'us air', 'entity': 'airline_name'}, {'start': 39, 'end': 49, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 58, 'end': 60, 'value': '12', 'entity': 'depart_time.start_time'}, {'start': 65, 'end': 66, 'value': '4', 'entity': 'depart_time.end_time'}, {'start': 74, 'end': 83, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}]
|
বিকেল ১২টা থেকে ৪টার মধ্যে পিটসবার্গ ছেড়ে যাওয়া আমাদের সব বিমান আমাকে দেখাও
|
Show me all our planes that left Pittsburgh between 12: 00 and 4: 00 p.m.
|
[ IN:FLIGHT [ SL:AIRLINE_NAME us air ] [ SL:CITY_NAME pittsburgh ] [ SL:START_TIME 12 ] [ SL:END_TIME 4 ] [ SL:PERIOD_OF_DAY afternoon ] ]
|
i want a cheap from denver to atlanta
|
flight
|
[{'start': 9, 'end': 14, 'value': 'cheap', 'entity': 'flight_mod'}, {'start': 20, 'end': 26, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 37, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
আমি ডেনভার থেকে আটলান্টা পর্যন্ত সস্তা জিনিস চাই।
|
I want cheap things from Denver to Atlanta.
|
[ IN:FLIGHT [ SL:FLIGHT_MOD cheap ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
|
show all flights from miami to jfk
|
flight
|
[{'start': 22, 'end': 27, 'value': 'miami', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 34, 'value': 'jfk', 'entity': 'toloc.airport_code'}]
|
মিয়ামি থেকে জেএফকে পর্যন্ত সব ফ্লাইট দেখাও
|
Show all flights from Miami to JFK
|
[ IN:FLIGHT [ SL:CITY_NAME miami ] [ SL:AIRPORT_CODE jfk ] ]
|
show me all flights from san francisco to pittsburgh on a monday
|
flight
|
[{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 52, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 64, 'value': 'monday', 'entity': 'depart_date.day_name'}]
|
সোমবার আমাকে সান ফ্রান্সিস্কো থেকে পিটসবার্গ পর্যন্ত সব ফ্লাইট দেখাও।
|
Show me all the flights from San Francisco to Pittsburgh on Monday.
|
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME monday ] ]
|
show me the earliest flight from boston to denver
|
flight
|
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 33, 'end': 39, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 49, 'value': 'denver', 'entity': 'toloc.city_name'}]
|
আমাকে বোস্টন থেকে ডেনভার পর্যন্ত প্রথম উড়ানটা দেখান
|
Show me the first flight from Boston to Denver
|
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] ]
|
i need a united airlines flight from denver to baltimore on saturday
|
flight
|
[{'start': 9, 'end': 24, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 37, 'end': 43, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 56, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 68, 'value': 'saturday', 'entity': 'depart_date.day_name'}]
|
শনিবারে ডেনভার থেকে বাল্টিমোরে যাওয়ার জন্য আমার একটি সম্মিলিত বিমান দরকার
|
I need a combined flight from Denver to Baltimore on Saturday
|
[ IN:FLIGHT [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME baltimore ] [ SL:DAY_NAME saturday ] ]
|
what are the cheapest one way flights from denver to atlanta
|
flight
|
[{'start': 13, 'end': 21, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 22, 'end': 29, 'value': 'one way', 'entity': 'round_trip'}, {'start': 43, 'end': 49, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 60, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
ডেনভার থেকে আটলান্টা যাওয়ার জন্য সবচেয়ে সস্তা একমুখী বিমান কোনটি?
|
Which is the cheapest one-way flight from Denver to Atlanta?
|
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
|
all flights from boston to washington dc after 5 pm on november eleventh economy class
|
flight
|
[{'start': 17, 'end': 23, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 27, 'end': 37, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 40, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 41, 'end': 46, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 47, 'end': 51, 'value': '5 pm', 'entity': 'depart_time.time'}, {'start': 55, 'end': 63, 'value': 'november', 'entity': 'depart_date.month_name'}, {'start': 64, 'end': 72, 'value': 'eleventh', 'entity': 'depart_date.day_number'}, {'start': 73, 'end': 86, 'value': 'economy class', 'entity': 'economy'}]
|
১১ নভেম্বর বিকেল পাঁচটার পর বোস্টন থেকে ওয়াশিংটন ডিসি পর্যন্ত সব বিমান চলাচল করবে।
|
All flights from Boston to Washington DC will be operated after 5 pm on November 11.
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:TIME_RELATIVE after ] [ SL:TIME 5 pm ] [ SL:MONTH_NAME november ] [ SL:DAY_NUMBER eleventh ] [ SL:ECONOMY economy class ] ]
|
is there ground transportation in oakland
|
ground_service
|
[{'start': 34, 'end': 41, 'value': 'oakland', 'entity': 'city_name'}]
|
ওকল্যান্ডে স্থল পরিবহণ আছে কি?
|
Is there land transport in Oakland?
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME oakland ] ]
|
what is the cheapest way to fly from denver to oakland
|
flight
|
[{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 37, 'end': 43, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 54, 'value': 'oakland', 'entity': 'toloc.city_name'}]
|
ডেনভার থেকে ওকল্যান্ড যাওয়ার সবচেয়ে সস্তা উপায় কী?
|
What is the cheapest way to travel from Denver to Oakland?
|
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME oakland ] ]
|
philadelphia to san francisco with one stop in dallas please
|
flight
|
[{'start': 1, 'end': 13, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 16, 'end': 29, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 35, 'end': 43, 'value': 'one stop', 'entity': 'flight_stop'}, {'start': 47, 'end': 53, 'value': 'dallas', 'entity': 'stoploc.city_name'}]
|
ফিলাডেলফিয়া থেকে সান ফ্রান্সিসকোতে ডালাসে এক স্টপে যান।
|
From Philadelphia he went to a stop in Dallas, San Francisco.
|
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME san francisco ] [ SL:FLIGHT_STOP one stop ] [ SL:CITY_NAME dallas ] ]
|
i would like to fly us air from orlando to cleveland in the late evening what do you have available
|
flight
|
[{'start': 20, 'end': 26, 'value': 'us air', 'entity': 'airline_name'}, {'start': 32, 'end': 39, 'value': 'orlando', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 52, 'value': 'cleveland', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 64, 'value': 'late', 'entity': 'depart_time.period_mod'}, {'start': 65, 'end': 72, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
|
আমি অরল্যান্ডো থেকে ক্লিভল্যান্ড পর্যন্ত আমাদের বাতাস নিয়ে যেতে চাই সন্ধ্যায় আপনাদের কাছে কি আছে?
|
I want to take our air from Orlando to Cleveland, what do you have in the evening?
|
[ IN:FLIGHT [ SL:AIRLINE_NAME us air ] [ SL:CITY_NAME orlando ] [ SL:CITY_NAME cleveland ] [ SL:PERIOD_MOD late ] [ SL:PERIOD_OF_DAY evening ] ]
|
what does restriction ap 57 mean
|
abbreviation
|
[{'start': 22, 'end': 27, 'value': 'ap 57', 'entity': 'restriction_code'}]
|
৫৭ নম্বর বিধিনিষেধের অর্থ কী?
|
What does Rule 57 mean?
|
[ IN:ABBREVIATION [ SL:RESTRICTION_CODE ap 57 ] ]
|
what are the latest flights that i can take from baltimore to boston
|
flight
|
[{'start': 13, 'end': 19, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 49, 'end': 58, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 62, 'end': 68, 'value': 'boston', 'entity': 'toloc.city_name'}]
|
ব্যালটিমোর থেকে বোস্টন পর্যন্ত আমি কি কি নতুন ফ্লাইট নিতে পারি?
|
Can I take a new flight from Baltimore to Boston?
|
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME boston ] ]
|
list flights from philadelphia to san francisco via dallas
|
flight
|
[{'start': 18, 'end': 30, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 47, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 52, 'end': 58, 'value': 'dallas', 'entity': 'stoploc.city_name'}]
|
ডালাস-এর মাধ্যমে ফিলাডেলফিয়া থেকে সান ফ্রান্সিসকো পর্যন্ত উড়ানের তালিকা
|
List of flights from Philadelphia to San Francisco via Dallas
|
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME dallas ] ]
|
all flights from boston to philadelphia which show up on tuesday afternoon
|
flight
|
[{'start': 17, 'end': 23, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 27, 'end': 39, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 64, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 65, 'end': 74, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}]
|
বোস্টন থেকে ফিলাডেলফিয়া পর্যন্ত সমস্ত বিমান, যা মঙ্গলবার বিকেলে দেখা যাবে
|
All flights from Boston to Philadelphia to be operated on Tuesday afternoon
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME philadelphia ] [ SL:DAY_NAME tuesday ] [ SL:PERIOD_OF_DAY afternoon ] ]
|
show me flights from new york to miami on a tuesday with a round trip fare less than 466 dollars
|
flight
|
[{'start': 21, 'end': 29, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 38, 'value': 'miami', 'entity': 'toloc.city_name'}, {'start': 44, 'end': 51, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 59, 'end': 69, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 75, 'end': 79, 'value': 'less', 'entity': 'cost_relative'}, {'start': 85, 'end': 96, 'value': '466 dollars', 'entity': 'fare_amount'}]
|
নিউইয়র্ক থেকে মিয়ামি পর্যন্ত ৪৬৬ ডলারের কম খরচে মঙ্গলবারে আমাকে ফ্লাইট দেখাও।
|
Show me a flight from New York to Miami on Tuesday for less than $466.
|
[ IN:FLIGHT [ SL:CITY_NAME new york ] [ SL:CITY_NAME miami ] [ SL:DAY_NAME tuesday ] [ SL:ROUND_TRIP round trip ] [ SL:COST_RELATIVE less ] [ SL:FARE_AMOUNT 466 dollars ] ]
|
nonstop flights from seattle to denver
|
flight
|
[{'start': 1, 'end': 8, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 21, 'end': 28, 'value': 'seattle', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 38, 'value': 'denver', 'entity': 'toloc.city_name'}]
|
সিয়াটল থেকে ডেনভার পর্যন্ত অবিরাম ফ্লাইট
|
Continuous flights from Seattle to Denver
|
[ IN:FLIGHT [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME seattle ] [ SL:CITY_NAME denver ] ]
|
give me the flights and fares on december twenty seventh from indianapolis to orlando
|
flight+airfare
|
[{'start': 33, 'end': 41, 'value': 'december', 'entity': 'depart_date.month_name'}, {'start': 42, 'end': 56, 'value': 'twenty seventh', 'entity': 'depart_date.day_number'}, {'start': 62, 'end': 74, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 78, 'end': 85, 'value': 'orlando', 'entity': 'toloc.city_name'}]
|
আমাকে ২৭শে ডিসেম্বর ইন্ডিয়ানাপোলিস থেকে অরল্যান্ডো পর্যন্ত ফ্লাইট এবং ভাড়া দিন
|
Give me a flight and rent from Indianapolis to Orlando on December 27
|
[ IN:FLIGHT_AIRFARE [ SL:MONTH_NAME december ] [ SL:DAY_NUMBER twenty seventh ] [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME orlando ] ]
|
what flights are available wednesday afternoon from denver to san francisco
|
flight
|
[{'start': 27, 'end': 36, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 37, 'end': 46, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 52, 'end': 58, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 62, 'end': 75, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
ডেনভার থেকে সান ফ্রান্সিসকো পর্যন্ত বুধবার বিকেলে কোন কোন বিমান পরিষেবা পাওয়া যাবে?
|
Which flights will be available from Denver to San Francisco on Wednesday afternoon?
|
[ IN:FLIGHT [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] ]
|
what are the flights from tacoma to san jose also on tuesday the eighteenth of may
|
flight
|
[{'start': 26, 'end': 32, 'value': 'tacoma', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 44, 'value': 'san jose', 'entity': 'toloc.city_name'}, {'start': 53, 'end': 60, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 65, 'end': 75, 'value': 'eighteenth', 'entity': 'depart_date.day_number'}, {'start': 79, 'end': 82, 'value': 'may', 'entity': 'depart_date.month_name'}]
|
টাকোমা থেকে সান জোসে যাওয়ার ফ্লাইটের সংখ্যা কত?
|
How many flights from Tacoma to San Jose?
|
[ IN:FLIGHT [ SL:CITY_NAME tacoma ] [ SL:CITY_NAME san jose ] [ SL:DAY_NAME tuesday ] [ SL:DAY_NUMBER eighteenth ] [ SL:MONTH_NAME may ] ]
|
what 's the ground transportation like at pittsburgh
|
ground_service
|
[{'start': 42, 'end': 52, 'value': 'pittsburgh', 'entity': 'city_name'}]
|
পিটসবার্গের মতো স্থল পরিবহণ ব্যবস্থা
|
Land Transport System like Pittsburgh
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME pittsburgh ] ]
|
list daily flights from boston to oakland using united airlines
|
flight
|
[{'start': 5, 'end': 10, 'value': 'daily', 'entity': 'flight_days'}, {'start': 24, 'end': 30, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 41, 'value': 'oakland', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 63, 'value': 'united airlines', 'entity': 'airline_name'}]
|
ইউনাইটেড এয়ারলাইন্স ব্যবহার করে বস্টন থেকে ওকল্যান্ড পর্যন্ত দৈনিক বিমানের তালিকা
|
List of daily flights from Boston to Oakland using United Airlines
|
[ IN:FLIGHT [ SL:FLIGHT_DAYS daily ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME oakland ] [ SL:AIRLINE_NAME united airlines ] ]
|
in the next two days i want to fly from nashville to san jose or to tacoma
|
flight
|
[{'start': 7, 'end': 11, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 40, 'end': 49, 'value': 'nashville', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 61, 'value': 'san jose', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 64, 'value': 'or', 'entity': 'or'}, {'start': 68, 'end': 74, 'value': 'tacoma', 'entity': 'toloc.city_name'}]
|
আগামী দুদিনের মধ্যে আমি ন্যাশভিল থেকে সান জোসে বা টাকোমায় যেতে চাই।
|
In the next two days, I want to travel from Nashville to San Jose or Tacoma.
|
[ IN:FLIGHT [ SL:DATE_RELATIVE next ] [ SL:CITY_NAME nashville ] [ SL:CITY_NAME san jose ] [ SL:OR or ] [ SL:CITY_NAME tacoma ] ]
|
how many flights does each airline have with business class service
|
quantity
|
[{'start': 45, 'end': 59, 'value': 'business class', 'entity': 'class_type'}]
|
বিজনেস ক্লাস সার্ভিসে প্রতিটি বিমান সংস্থার কতগুলি ফ্লাইট রয়েছে?
|
How many flights each airline has in Business Class service?
|
[ IN:QUANTITY [ SL:CLASS_TYPE business class ] ]
|
what flights from st. paul to kansas city on friday with supper served
|
flight
|
[{'start': 18, 'end': 26, 'value': 'st. paul', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 41, 'value': 'kansas city', 'entity': 'toloc.city_name'}, {'start': 45, 'end': 51, 'value': 'friday', 'entity': 'depart_date.day_name'}, {'start': 57, 'end': 63, 'value': 'supper', 'entity': 'meal_description'}]
|
শুক্রবার সন্ধ্যায় সেন্ট পল থেকে কানসাস শহরে কোন ফ্লাইটগুলি রাতের খাবার পরিবেশন করে?
|
Which flights serve dinner from St. Paul to Kansas City on Friday evening?
|
[ IN:FLIGHT [ SL:CITY_NAME st. paul ] [ SL:CITY_NAME kansas city ] [ SL:DAY_NAME friday ] [ SL:MEAL_DESCRIPTION supper ] ]
|
show flights from san francisco to denver on either wednesday the twenty third or thursday the twenty fourth
|
flight
|
[{'start': 18, 'end': 31, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 41, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 52, 'end': 61, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 66, 'end': 78, 'value': 'twenty third', 'entity': 'depart_date.day_number'}, {'start': 79, 'end': 81, 'value': 'or', 'entity': 'or'}, {'start': 82, 'end': 90, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 95, 'end': 108, 'value': 'twenty fourth', 'entity': 'depart_date.day_number'}]
|
(ক) ২৩তম বা ২৪তম বুধবার সান ফ্রান্সিস্কো হতে ডেনভারের জন্য উড়ান প্রদর্শন করবে.
|
exhibit flight from San Francisco to Denver on the 23rd or 24th Wednesday.
|
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME denver ] [ SL:DAY_NAME wednesday ] [ SL:DAY_NUMBER twenty third ] [ SL:OR or ] [ SL:DAY_NAME thursday ] [ SL:DAY_NUMBER twenty fourth ] ]
|
what are the flights available between 10 am and 3 pm between pittsburgh and fort worth
|
flight
|
[{'start': 39, 'end': 44, 'value': '10 am', 'entity': 'depart_time.start_time'}, {'start': 49, 'end': 53, 'value': '3 pm', 'entity': 'depart_time.end_time'}, {'start': 62, 'end': 72, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 77, 'end': 87, 'value': 'fort worth', 'entity': 'toloc.city_name'}]
|
পিটসবার্গ এবং কেল্লার মধ্যে সকাল দশটা থেকে বিকেল তিনটের মধ্যে কি ধরনের বিমান চলাচল করতে পারে?
|
What kind of flights can be operated between Pittsburgh and Castle between 10: 00 a.m. and 3: 00 p.m.?
|
[ IN:FLIGHT [ SL:START_TIME 10 am ] [ SL:END_TIME 3 pm ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME fort worth ] ]
|
list all flights from memphis to seattle
|
flight
|
[{'start': 22, 'end': 29, 'value': 'memphis', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 40, 'value': 'seattle', 'entity': 'toloc.city_name'}]
|
মেমফিস থেকে সিয়াটল পর্যন্ত সমস্ত বিমানের তালিকা তৈরি করুন
|
List all flights from Memphis to Seattle
|
[ IN:FLIGHT [ SL:CITY_NAME memphis ] [ SL:CITY_NAME seattle ] ]
|
airline code as
|
airline
|
[{'start': 13, 'end': 15, 'value': 'as', 'entity': 'airline_code'}]
|
এয়ারলাইন কোড
|
Airline code
|
[ IN:AIRLINE [ SL:AIRLINE_CODE as ] ]
|
show me the flights from san francisco to boston
|
flight
|
[{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 48, 'value': 'boston', 'entity': 'toloc.city_name'}]
|
আমাকে সান ফ্রান্সিস্কো থেকে বোস্টন পর্যন্ত ফ্লাইট দেখান
|
Show me the flight from San Francisco to Boston
|
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] ]
|
show me all flights from san diego to phoenix on a boeing 737
|
flight
|
[{'start': 25, 'end': 34, 'value': 'san diego', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 45, 'value': 'phoenix', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 61, 'value': '737', 'entity': 'aircraft_code'}]
|
আমাকে সান ডিয়েগো থেকে ফিনিক্স পর্যন্ত সাতশো সাঁইত্রিশটি বিমান দেখাও।
|
Show me seven hundred and thirty-seven planes from San Diego to Phoenix.
|
[ IN:FLIGHT [ SL:CITY_NAME san diego ] [ SL:CITY_NAME phoenix ] [ SL:AIRCRAFT_CODE 737 ] ]
|
may i have a list of flights going from boston to denver on the twenty ninth of july
|
flight
|
[{'start': 40, 'end': 46, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 56, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 76, 'value': 'twenty ninth', 'entity': 'depart_date.day_number'}, {'start': 80, 'end': 84, 'value': 'july', 'entity': 'depart_date.month_name'}]
|
আমার কাছে জুলাইয়ের উনত্রিশ তারিখে বোস্টন থেকে ডেনভারে যাওয়া বিমানের তালিকা থাকতে পারে।
|
I may have a list of flights from Boston to Denver on the 29th of July.
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:DAY_NUMBER twenty ninth ] [ SL:MONTH_NAME july ] ]
|
could you tell me the cheapest fare from atlanta to boston on thirty first of august
|
airfare
|
[{'start': 22, 'end': 30, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 41, 'end': 48, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 58, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 74, 'value': 'thirty first', 'entity': 'depart_date.day_number'}, {'start': 78, 'end': 84, 'value': 'august', 'entity': 'depart_date.month_name'}]
|
আপনি কি আমাকে বলবেন যে, আগস্ট মাসের ৩১ তারিখে আটলান্টা থেকে বোস্টন পর্যন্ত সবথেকে সস্তা ভাড়া পাওয়া যাবে?
|
Would you tell me that the cheapest fare will be available from Atlanta to Boston on August 31?
|
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] [ SL:DAY_NUMBER thirty first ] [ SL:MONTH_NAME august ] ]
|
which united airlines flight flies from boston to san francisco and makes a stopover in philadelphia
|
flight
|
[{'start': 6, 'end': 21, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 40, 'end': 46, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 63, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 88, 'end': 100, 'value': 'philadelphia', 'entity': 'stoploc.city_name'}]
|
যা বোস্টন থেকে সান ফ্রান্সিসকোতে ফ্লাইট পরিচালনা করে এবং ফিলাডেলফিয়ায় থামে।
|
It operates flights from Boston to San Francisco and stops in Philadelphia.
|
[ IN:FLIGHT [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME philadelphia ] ]
|
what are the latest flights from boston to dallas on the evening of july seventh
|
flight
|
[{'start': 13, 'end': 19, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 33, 'end': 39, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 49, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 64, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 68, 'end': 72, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 73, 'end': 80, 'value': 'seventh', 'entity': 'depart_date.day_number'}]
|
৭ জুলাই সন্ধ্যায় বোস্টন থেকে ডালাস পর্যন্ত সর্বশেষ ফ্লাইটগুলি কী কী?
|
What is the latest flight from Boston to Dallas on the evening of July 7?
|
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME dallas ] [ SL:PERIOD_OF_DAY evening ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER seventh ] ]
|
can you tell me how to get from the airport in philadelphia to downtown
|
flight
|
[{'start': 47, 'end': 59, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}]
|
ফিলাডেলফিয়া বিমানবন্দর থেকে শহরের কেন্দ্রস্থলে কিভাবে যাওয়া যায় বলুন?
|
How to reach the city centre from Philadelphia Airport?
|
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] ]
|
what is bna
|
abbreviation
|
[{'start': 8, 'end': 11, 'value': 'bna', 'entity': 'airport_code'}]
|
বিএনএ কী?
|
What is BNA?
|
[ IN:ABBREVIATION [ SL:AIRPORT_CODE bna ] ]
|
now show me the flights from denver to atlanta
|
flight
|
[{'start': 29, 'end': 35, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 46, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
এখন আমাকে ডেনভার থেকে আটলান্টার ফ্লাইট দেখাও
|
Now show me the flight from Denver to Atlanta
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
|
what is the cost of flight dl 106 from philadelphia to boston
|
airfare
|
[{'start': 27, 'end': 29, 'value': 'dl', 'entity': 'airline_code'}, {'start': 30, 'end': 33, 'value': '106', 'entity': 'flight_number'}, {'start': 39, 'end': 51, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 61, 'value': 'boston', 'entity': 'toloc.city_name'}]
|
ফিলাডেলফিয়া থেকে বোস্টন পর্যন্ত একশো ছয় নম্বর উড়ানের খরচ কত?
|
What is the cost of flight number 106 from Philadelphia to Boston?
|
[ IN:AIRFARE [ SL:AIRLINE_CODE dl ] [ SL:FLIGHT_NUMBER 106 ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME boston ] ]
|
what stops does dl 838 make from san francisco to atlanta
|
flight
|
[{'start': 5, 'end': 10, 'value': 'stops', 'entity': 'flight_stop'}, {'start': 16, 'end': 18, 'value': 'dl', 'entity': 'airline_code'}, {'start': 19, 'end': 22, 'value': '838', 'entity': 'flight_number'}, {'start': 33, 'end': 46, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 57, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
সান ফ্রান্সিসকো থেকে আটলান্টা পর্যন্ত আটশো আটত্রিশ কি কি কাজ করে?
|
What do the 838 do from San Francisco to Atlanta?
|
[ IN:FLIGHT [ SL:FLIGHT_STOP stops ] [ SL:AIRLINE_CODE dl ] [ SL:FLIGHT_NUMBER 838 ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME atlanta ] ]
|
what are the cheapest round trip flights from denver to atlanta
|
flight
|
[{'start': 13, 'end': 21, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 22, 'end': 32, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 46, 'end': 52, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 56, 'end': 63, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
ডেনভার থেকে আটলান্টা পর্যন্ত সবচেয়ে সস্তা রাউন্ড ট্রিপ ফ্লাইট কোনটি?
|
Which is the cheapest round-trip flight from Denver to Atlanta?
|
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
|
what are the flights from atlanta to dallas
|
flight
|
[{'start': 26, 'end': 33, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 43, 'value': 'dallas', 'entity': 'toloc.city_name'}]
|
আটলান্টা থেকে ডালাস পর্যন্ত কি ধরনের বিমান চলাচল করে?
|
What kind of flights operate from Atlanta to Dallas?
|
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME dallas ] ]
|
delta flights to san francisco please
|
flight
|
[{'start': 1, 'end': 6, 'value': 'delta', 'entity': 'airline_name'}, {'start': 17, 'end': 30, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
সান ফ্রান্সিসকোতে ডেল্টা ফ্লাইট দয়া করে
|
Delta flight to San Francisco, please
|
[ IN:FLIGHT [ SL:AIRLINE_NAME delta ] [ SL:CITY_NAME san francisco ] ]
|
i would like to know the latest flight on wednesday you have leaving from oakland to salt lake city which offers a meal
|
flight
|
[{'start': 25, 'end': 31, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 42, 'end': 51, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 74, 'end': 81, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 85, 'end': 99, 'value': 'salt lake city', 'entity': 'toloc.city_name'}, {'start': 115, 'end': 119, 'value': 'meal', 'entity': 'meal'}]
|
আমি জানতে চাই বুধবার আপনি ওকল্যান্ড থেকে লবণ হ্রদের শহরে যাবেন যেখানে খাবার পাওয়া যাবে।
|
I would like to know that on Wednesday you will go from Oakland to the Salt Lake City where you can get your food.
|
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:DAY_NAME wednesday ] [ SL:CITY_NAME oakland ] [ SL:CITY_NAME salt lake city ] [ SL:MEAL meal ] ]
|
what are the costs of car rental in dallas
|
ground_fare
|
[{'start': 22, 'end': 32, 'value': 'car rental', 'entity': 'transport_type'}, {'start': 36, 'end': 42, 'value': 'dallas', 'entity': 'city_name'}]
|
ডালাসে গাড়ি ভাড়ার খরচ কত?
|
How much does it cost to rent a car in Dallas?
|
[ IN:GROUND_FARE [ SL:TRANSPORT_TYPE car rental ] [ SL:CITY_NAME dallas ] ]
|
what airlines fly from boston to pittsburgh
|
airline
|
[{'start': 23, 'end': 29, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 43, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
|
বস্টন থেকে পিটসবার্গ পর্যন্ত কি ধরনের বিমান চলাচল করে?
|
What kind of flights operate from Boston to Pittsburgh?
|
[ IN:AIRLINE [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] ]
|
what is the cheapest round trip fare between boston and san francisco
|
airfare
|
[{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 21, 'end': 31, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 45, 'end': 51, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 56, 'end': 69, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
বোস্টন এবং সান ফ্রান্সিসকোর মধ্যে সবচেয়ে সস্তা রাউন্ড ট্রিপ ভাড়া কী?
|
What is the cheapest round trip fare between Boston and San Francisco?
|
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
|
show me ground transportation information for pittsburgh
|
ground_service
|
[{'start': 46, 'end': 56, 'value': 'pittsburgh', 'entity': 'city_name'}]
|
পিটসবার্গের স্থল পরিবহনের তথ্য দেখাও
|
Show Pittsburgh's Land Transport Information
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME pittsburgh ] ]
|
what is the fare from boston to oakland on united airlines
|
airfare
|
[{'start': 22, 'end': 28, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 39, 'value': 'oakland', 'entity': 'toloc.city_name'}, {'start': 43, 'end': 58, 'value': 'united airlines', 'entity': 'airline_name'}]
|
ইউনাইটেড এয়ারলাইন্সে বস্টন থেকে ওকল্যান্ড যাওয়ার ভাড়া কত?
|
How much is the United Airlines fare from Boston to Oakland?
|
[ IN:AIRFARE [ SL:CITY_NAME boston ] [ SL:CITY_NAME oakland ] [ SL:AIRLINE_NAME united airlines ] ]
|
show me the latest flight from salt lake city to phoenix
|
flight
|
[{'start': 12, 'end': 18, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 31, 'end': 45, 'value': 'salt lake city', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 56, 'value': 'phoenix', 'entity': 'toloc.city_name'}]
|
আমাকে সল্ট লেক সিটি থেকে ফিনিক্স পর্যন্ত সর্বশেষ ফ্লাইটটি দেখান
|
Show me the last flight from Salt Lake City to Phoenix
|
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:CITY_NAME salt lake city ] [ SL:CITY_NAME phoenix ] ]
|
show me all the eastern airlines flights leaving pittsburgh between 12 and 4 in the afternoon
|
flight
|
[{'start': 16, 'end': 32, 'value': 'eastern airlines', 'entity': 'airline_name'}, {'start': 49, 'end': 59, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 68, 'end': 70, 'value': '12', 'entity': 'depart_time.start_time'}, {'start': 75, 'end': 76, 'value': '4', 'entity': 'depart_time.end_time'}, {'start': 84, 'end': 93, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}]
|
আমাকে পিট্সবার্গ থেকে বিকেল ১২টা থেকে ৪টার মধ্যে সব ইস্টার্ন এয়ারলাইন্সের ফ্লাইট দেখাও
|
Show me all Eastern Airlines flights from Pittsburgh between 12pm and 4pm
|
[ IN:FLIGHT [ SL:AIRLINE_NAME eastern airlines ] [ SL:CITY_NAME pittsburgh ] [ SL:START_TIME 12 ] [ SL:END_TIME 4 ] [ SL:PERIOD_OF_DAY afternoon ] ]
|
flights from newark to boston
|
flight
|
[{'start': 13, 'end': 19, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 23, 'end': 29, 'value': 'boston', 'entity': 'toloc.city_name'}]
|
নেওয়ার্ক থেকে বোস্টন পর্যন্ত উড়ান
|
Flying from Newark to Boston
|
[ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:CITY_NAME boston ] ]
|
what is the first flight from atlanta to boston leaving on thursday september fifth
|
flight
|
[{'start': 12, 'end': 17, 'value': 'first', 'entity': 'flight_mod'}, {'start': 30, 'end': 37, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 47, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 59, 'end': 67, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 68, 'end': 77, 'value': 'september', 'entity': 'depart_date.month_name'}, {'start': 78, 'end': 83, 'value': 'fifth', 'entity': 'depart_date.day_number'}]
|
৫ই সেপ্টেম্বর আটলান্টা থেকে বোস্টন পর্যন্ত প্রথম বিমানটি কী করবে?
|
What will the first flight from Atlanta to Boston do on September 5?
|
[ IN:FLIGHT [ SL:FLIGHT_MOD first ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] [ SL:DAY_NAME thursday ] [ SL:MONTH_NAME september ] [ SL:DAY_NUMBER fifth ] ]
|
all united airlines flights with stopovers in denver
|
flight
|
[{'start': 4, 'end': 19, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 46, 'end': 52, 'value': 'denver', 'entity': 'stoploc.city_name'}]
|
সমস্ত ইউনাইটেড এয়ারলাইন্স ফ্লাইট ডেনভারে থামবে
|
All United Airlines flights will stop at Denver
|
[ IN:FLIGHT [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME denver ] ]
|
show flights from boston to denver on wednesday morning
|
flight
|
[{'start': 18, 'end': 24, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 34, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 47, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 48, 'end': 55, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
|
বুধবার সকালে বোস্টন থেকে ডেনভার পর্যন্ত উড়ান দেখানো হবে
|
Fly from Boston to Denver on Wednesday morning
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY morning ] ]
|
show me all the twa flights from indianapolis to houston that arrive around 11 am
|
flight
|
[{'start': 16, 'end': 19, 'value': 'twa', 'entity': 'airline_code'}, {'start': 33, 'end': 45, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 56, 'value': 'houston', 'entity': 'toloc.city_name'}, {'start': 69, 'end': 75, 'value': 'around', 'entity': 'arrive_time.time_relative'}, {'start': 76, 'end': 81, 'value': '11 am', 'entity': 'arrive_time.time'}]
|
ইন্ডিয়ানাপোলিস থেকে হুস্টন যাওয়ার সব ফ্লাইট সকাল এগারোটার সময় আমাকে দেখাও।
|
Show me all the flights from Indianapolis to Houston at eleven o'clock.
|
[ IN:FLIGHT [ SL:AIRLINE_CODE twa ] [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME houston ] [ SL:TIME_RELATIVE around ] [ SL:TIME 11 am ] ]
|
show me the direct flights from san francisco to boston
|
flight
|
[{'start': 12, 'end': 18, 'value': 'direct', 'entity': 'connect'}, {'start': 32, 'end': 45, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 55, 'value': 'boston', 'entity': 'toloc.city_name'}]
|
আমাকে সান ফ্রান্সিস্কো থেকে বোস্টন পর্যন্ত সরাসরি ফ্লাইট দেখান
|
Show me a direct flight from San Francisco to Boston
|
[ IN:FLIGHT [ SL:CONNECT direct ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] ]
|
i 'd like to find the cheapest flight from boston to san francisco
|
flight
|
[{'start': 22, 'end': 30, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 43, 'end': 49, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 66, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
আমি বোস্টন থেকে সান ফ্রান্সিসকো পর্যন্ত সবচেয়ে সস্তা ফ্লাইট খুঁজতে চাই
|
I want to find the cheapest flight from Boston to San Francisco
|
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
|
show me round trip fares from denver to philadelphia
|
airfare
|
[{'start': 8, 'end': 18, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 30, 'end': 36, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 52, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
|
আমাকে ডেনভার থেকে ফিলাডেলফিয়া পর্যন্ত ভ্রমণের ভাড়া দেখান
|
Show me the fare from Denver to Philadelphia
|
[ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] ]
|
i want to go from denver to atlanta round trip and make a stop at pittsburgh is this possible
|
flight
|
[{'start': 18, 'end': 24, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 35, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 36, 'end': 46, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 66, 'end': 76, 'value': 'pittsburgh', 'entity': 'stoploc.city_name'}]
|
আমি ডেনভার থেকে আটলান্টা যেতে চাই এবং পিটসবার্গে থামতে চাই। এটা কি সম্ভব?
|
I want to go from Denver to Atlanta and stop at Pittsburgh.
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME pittsburgh ] ]
|
please tell me which airline has the most departures from atlanta
|
airline
|
[{'start': 37, 'end': 41, 'value': 'most', 'entity': 'mod'}, {'start': 58, 'end': 65, 'value': 'atlanta', 'entity': 'fromloc.city_name'}]
|
দয়া করে আমাকে বলুন, কোন এয়ারলাইন্সের আটলান্টা থেকে সবচেয়ে বেশি বিমান ছাড়ছে?
|
Please tell me, which airlines are operating the most flights from Atlanta?
|
[ IN:AIRLINE [ SL:MOD most ] [ SL:CITY_NAME atlanta ] ]
|
what are the flights from atlanta to baltimore
|
flight
|
[{'start': 26, 'end': 33, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 46, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
|
আটলান্টা থেকে বাল্টিমোর পর্যন্ত কি ধরনের বিমান চলাচল করে?
|
What type of aircraft operate from Atlanta to Baltimore?
|
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] ]
|
explain the restriction ap 80
|
abbreviation
|
[{'start': 24, 'end': 29, 'value': 'ap 80', 'entity': 'restriction_code'}]
|
আশি বছর পর্যন্ত এই সীমাবদ্ধতাকে ব্যাখ্যা করুন।
|
Explain this limitation for eighty years.
|
[ IN:ABBREVIATION [ SL:RESTRICTION_CODE ap 80 ] ]
|
show me the flights from salt lake city to milwaukee
|
flight
|
[{'start': 25, 'end': 39, 'value': 'salt lake city', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 52, 'value': 'milwaukee', 'entity': 'toloc.city_name'}]
|
আমাকে সল্ট লেক সিটি থেকে মিলওয়াকির ফ্লাইট দেখাও
|
Show me the flight from Salt Lake City to Milwaukee
|
[ IN:FLIGHT [ SL:CITY_NAME salt lake city ] [ SL:CITY_NAME milwaukee ] ]
|
show me us air fares for next sunday from miami to cleveland
|
airfare
|
[{'start': 8, 'end': 14, 'value': 'us air', 'entity': 'airline_name'}, {'start': 25, 'end': 29, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 30, 'end': 36, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 42, 'end': 47, 'value': 'miami', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 60, 'value': 'cleveland', 'entity': 'toloc.city_name'}]
|
আমাকে আগামী রবিবারের মিয়ামি থেকে ক্লিভল্যান্ড পর্যন্ত বিমান ভাড়া দেখাও।
|
Show me the airfare from Miami to Cleveland next Sunday.
|
[ IN:AIRFARE [ SL:AIRLINE_NAME us air ] [ SL:DATE_RELATIVE next ] [ SL:DAY_NAME sunday ] [ SL:CITY_NAME miami ] [ SL:CITY_NAME cleveland ] ]
|
list a round trip fare from kansas city to minneapolis flights
|
airfare
|
[{'start': 7, 'end': 17, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 28, 'end': 39, 'value': 'kansas city', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 54, 'value': 'minneapolis', 'entity': 'toloc.city_name'}]
|
কানসাস শহর থেকে মিনিয়াপলিস যাওয়ার বিমান ভাড়া
|
Airfare from Kansas City to Minneapolis
|
[ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME kansas city ] [ SL:CITY_NAME minneapolis ] ]
|
show me flights from pittsburgh to san francisco
|
flight
|
[{'start': 21, 'end': 31, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 48, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
পিটসবার্গ থেকে সান ফ্রান্সিসকো পর্যন্ত ফ্লাইট দেখাও।
|
Show me the flight from Pittsburgh to San Francisco.
|
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] ]
|
show me all flights from baltimore to dallas
|
flight
|
[{'start': 25, 'end': 34, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 44, 'value': 'dallas', 'entity': 'toloc.city_name'}]
|
আমাকে বাল্টিমোর থেকে ডালাস পর্যন্ত সব ফ্লাইট দেখাও।
|
Show me all the flights from Baltimore to Dallas.
|
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] ]
|
can you show me the cheapest round trip flights between denver and pittsburgh
|
flight
|
[{'start': 20, 'end': 28, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 29, 'end': 39, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 56, 'end': 62, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 67, 'end': 77, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
|
আপনি কি আমাকে ডেনভার এবং পিটসবার্গের মধ্যে সবচেয়ে সস্তা রাউন্ড ট্রিপ ফ্লাইট দেখাতে পারেন?
|
Can you show me the cheapest round trip flight between Denver and Pittsburgh?
|
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] ]
|
how many passengers fit on a d9s
|
capacity
|
[{'start': 29, 'end': 32, 'value': 'd9s', 'entity': 'aircraft_code'}]
|
ডি৯-এ কতজন যাত্রী খাপ খায়?
|
How many passengers fit in D9?
|
[ IN:CAPACITY [ SL:AIRCRAFT_CODE d9s ] ]
|
i would like a flight from denver to pittsburgh
|
flight
|
[{'start': 27, 'end': 33, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 47, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
|
আমি ডেনভার থেকে পিটসবার্গে যেতে চাই।
|
I want to go from Denver to Pittsburgh.
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] ]
|
show me the flights from boston to atlanta
|
flight
|
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 42, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
আমাকে বোস্টন থেকে আটলান্টার ফ্লাইট দেখাও
|
Show me the flight from Boston to Atlanta
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ]
|
what flights from boston arrive in dallas fort worth before 5 pm
|
flight
|
[{'start': 18, 'end': 24, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 52, 'value': 'dallas fort worth', 'entity': 'toloc.city_name'}, {'start': 53, 'end': 59, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 60, 'end': 64, 'value': '5 pm', 'entity': 'arrive_time.time'}]
|
বোস্টন থেকে কোন ফ্লাইটগুলি বিকেল পাঁচটার আগে ডালাস দুর্গে পৌঁছায়?
|
Which flights from Boston arrive at Dallas Castle before 5pm?
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME dallas fort worth ] [ SL:TIME_RELATIVE before ] [ SL:TIME 5 pm ] ]
|
find travel arrangements for a round trip flight from boston to pittsburgh
|
flight
|
[{'start': 31, 'end': 41, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 54, 'end': 60, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 64, 'end': 74, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
|
বোস্টন থেকে পিটসবার্গ পর্যন্ত একটি রাউন্ড ট্রিপ ফ্লাইটের জন্য ভ্রমণের ব্যবস্থা খুঁজে বের করুন
|
Find a round-trip flight from Boston to Pittsburgh
|
[ IN:FLIGHT [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] ]
|
what is the coach fare between boston and atlanta on delta
|
airfare
|
[{'start': 12, 'end': 17, 'value': 'coach', 'entity': 'class_type'}, {'start': 31, 'end': 37, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 49, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 53, 'end': 58, 'value': 'delta', 'entity': 'airline_name'}]
|
বদ্বীপ অঞ্চলে বোস্টন এবং আটলান্টার মধ্যে কোচ ভাড়া কত?
|
How much is the coach fare between Boston and Atlanta in the Delta region?
|
[ IN:AIRFARE [ SL:CLASS_TYPE coach ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] [ SL:AIRLINE_NAME delta ] ]
|
list flights from pittsburgh to atlanta on the evening of august sixth
|
flight
|
[{'start': 18, 'end': 28, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 39, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 47, 'end': 54, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 58, 'end': 64, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 65, 'end': 70, 'value': 'sixth', 'entity': 'depart_date.day_number'}]
|
৬ আগস্টের সন্ধ্যায় পিটসবার্গ থেকে আটলান্টা পর্যন্ত বিমানের তালিকা
|
List of flights from Pittsburgh to Atlanta on the evening of 6 August
|
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] [ SL:PERIOD_OF_DAY evening ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER sixth ] ]
|
i would like your rates between atlanta and boston on september third
|
airfare
|
[{'start': 32, 'end': 39, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 50, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 54, 'end': 63, 'value': 'september', 'entity': 'depart_date.month_name'}, {'start': 64, 'end': 69, 'value': 'third', 'entity': 'depart_date.day_number'}]
|
আমি চাই সেপ্টেম্বরের ৩ তারিখে আটলান্টা আর বোস্টনের মধ্যে আপনার দাম।
|
I want your price between Atlanta and Boston on September 3rd.
|
[ IN:AIRFARE [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] [ SL:MONTH_NAME september ] [ SL:DAY_NUMBER third ] ]
|
i would like to fly from boston to denver early in the morning
|
flight
|
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 41, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 47, 'value': 'early', 'entity': 'depart_time.period_mod'}, {'start': 55, 'end': 62, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
|
আমি খুব ভোরে বোস্টন থেকে ডেনভারে যেতে চাই।
|
I want to go from Boston to Denver early in the morning.
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:PERIOD_MOD early ] [ SL:PERIOD_OF_DAY morning ] ]
|
looking for a flight from denver to salt lake city
|
flight
|
[{'start': 26, 'end': 32, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 50, 'value': 'salt lake city', 'entity': 'toloc.city_name'}]
|
ডেনভার থেকে লবণাক্ত হ্রদের শহরে যাওয়ার জন্য বিমানের খোঁজে
|
Searching for a plane from Denver to the Salt Lake City
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME salt lake city ] ]
|
show me all the flights from columbus to baltimore
|
flight
|
[{'start': 29, 'end': 37, 'value': 'columbus', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 50, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
|
আমাকে কলম্বাস থেকে ব্যালটিমোর পর্যন্ত সব ফ্লাইট দেখাও
|
Show me all the flights from Columbus to Baltimore
|
[ IN:FLIGHT [ SL:CITY_NAME columbus ] [ SL:CITY_NAME baltimore ] ]
|
and flight from oakland to boston leaving after midnight
|
flight
|
[{'start': 16, 'end': 23, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 27, 'end': 33, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 47, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 48, 'end': 56, 'value': 'midnight', 'entity': 'depart_time.period_of_day'}]
|
মধ্যরাতের পর ওকল্যান্ড থেকে বোস্টনের উদ্দেশে যাত্রা
|
From Auckland to Boston after midnight
|
[ IN:FLIGHT [ SL:CITY_NAME oakland ] [ SL:CITY_NAME boston ] [ SL:TIME_RELATIVE after ] [ SL:PERIOD_OF_DAY midnight ] ]
|
what does the abbreviation dl mean
|
abbreviation
|
[{'start': 27, 'end': 29, 'value': 'dl', 'entity': 'airline_code'}]
|
সংক্ষিপ্তসার dl-এর অর্থ কি?
|
What is the meaning of abbreviation dl?
|
[ IN:ABBREVIATION [ SL:AIRLINE_CODE dl ] ]
|
could i have a list of flights in first class on monday from san francisco to pittsburgh starting at noon and afterwards
|
flight
|
[{'start': 34, 'end': 45, 'value': 'first class', 'entity': 'class_type'}, {'start': 49, 'end': 55, 'value': 'monday', 'entity': 'depart_date.day_name'}, {'start': 61, 'end': 74, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 78, 'end': 88, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 101, 'end': 105, 'value': 'noon', 'entity': 'depart_time.time'}, {'start': 110, 'end': 120, 'value': 'afterwards', 'entity': 'depart_time.time_relative'}]
|
আমি কি সোমবার সান ফ্রান্সিসকো থেকে পিটসবার্গ পর্যন্ত প্রথম শ্রেণীর বিমানের তালিকা পেতে পারি?
|
Can I get a list of first-class flights from San Francisco to Pittsburgh on Monday?
|
[ IN:FLIGHT [ SL:CLASS_TYPE first class ] [ SL:DAY_NAME monday ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] [ SL:TIME noon ] [ SL:TIME_RELATIVE afterwards ] ]
|
i would like to fly from atlanta to philadelphia
|
flight
|
[{'start': 25, 'end': 32, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 48, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
|
আমি ‘আটলান্টা’ থেকে ‘ফিলাডেলফিয়া’ পর্যন্ত উড়তে চাই।
|
I want to fly from Atlanta to Philadelphia.
|
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME philadelphia ] ]
|
what flights from atlanta to st. louis on tuesday arriving around 230 pm
|
flight
|
[{'start': 18, 'end': 25, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 38, 'value': 'st. louis', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 49, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 59, 'end': 65, 'value': 'around', 'entity': 'arrive_time.time_relative'}, {'start': 66, 'end': 72, 'value': '230 pm', 'entity': 'arrive_time.time'}]
|
আটলান্টা থেকে কোন বিমানগুলি মঙ্গলবার দুপুর ২টো ৩০ মিনিটে পৌঁছাবে
|
The flights from Atlanta will arrive at 2.30 pm on Tuesday
|
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME st. louis ] [ SL:DAY_NAME tuesday ] [ SL:TIME_RELATIVE around ] [ SL:TIME 230 pm ] ]
|
list daily flights from oakland to boston using twa
|
flight
|
[{'start': 5, 'end': 10, 'value': 'daily', 'entity': 'flight_days'}, {'start': 24, 'end': 31, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 41, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 51, 'value': 'twa', 'entity': 'airline_code'}]
|
ওকল্যান্ড থেকে বোস্টন পর্যন্ত প্রতিদিন তোয়া ব্যবহার করে উড়ানের তালিকা
|
List of daily flights from Auckland to Boston using Tow
|
[ IN:FLIGHT [ SL:FLIGHT_DAYS daily ] [ SL:CITY_NAME oakland ] [ SL:CITY_NAME boston ] [ SL:AIRLINE_CODE twa ] ]
|
could you give me the schedule of flights for american and delta to dfw on august fifteenth
|
flight_time
|
[{'start': 22, 'end': 30, 'value': 'schedule', 'entity': 'flight_time'}, {'start': 46, 'end': 54, 'value': 'american', 'entity': 'airline_name'}, {'start': 59, 'end': 64, 'value': 'delta', 'entity': 'airline_name'}, {'start': 68, 'end': 71, 'value': 'dfw', 'entity': 'toloc.airport_code'}, {'start': 75, 'end': 81, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 82, 'end': 91, 'value': 'fifteenth', 'entity': 'depart_date.day_number'}]
|
আপনি কি আমাকে ১৫ই আগস্ট মার্কিন যুক্তরাষ্ট্র এবং ডেল্টা থেকে ডিএফডাব্লু পর্যন্ত উড়ানের সময়সূচী দিতে পারেন?
|
Can you give me the flight schedule from USA and Delta to DFW on 15th August?
|
[ IN:FLIGHT_TIME [ SL:FLIGHT_TIME schedule ] [ SL:AIRLINE_NAME american ] [ SL:AIRLINE_NAME delta ] [ SL:AIRPORT_CODE dfw ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER fifteenth ] ]
|
show me first class flights from new york to miami leaving on a tuesday
|
flight
|
[{'start': 8, 'end': 19, 'value': 'first class', 'entity': 'class_type'}, {'start': 33, 'end': 41, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 50, 'value': 'miami', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 71, 'value': 'tuesday', 'entity': 'depart_date.day_name'}]
|
আমাকে নিউ ইয়র্ক থেকে মিয়ামি যাওয়ার প্রথম শ্রেণীর ফ্লাইট দেখাও
|
Show me a first class flight from New York to Miami
|
[ IN:FLIGHT [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME new york ] [ SL:CITY_NAME miami ] [ SL:DAY_NAME tuesday ] ]
|
please show me airfare of flight us 345 from boston to pittsburgh
|
airfare
|
[{'start': 33, 'end': 35, 'value': 'us', 'entity': 'airline_code'}, {'start': 36, 'end': 39, 'value': '345', 'entity': 'flight_number'}, {'start': 45, 'end': 51, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 65, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
|
দয়া করে আমাকে বোস্টন থেকে পিটসবার্গ পর্যন্ত ৩৪৫ জন যাত্রীর বিমান ভাড়া দেখান।
|
Please show me the flight fare from Boston to Pittsburgh with 345 passengers.
|
[ IN:AIRFARE [ SL:AIRLINE_CODE us ] [ SL:FLIGHT_NUMBER 345 ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] ]
|
is there a delta flight from boston to san francisco that stops in denver
|
flight
|
[{'start': 11, 'end': 16, 'value': 'delta', 'entity': 'airline_name'}, {'start': 29, 'end': 35, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 52, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 67, 'end': 73, 'value': 'denver', 'entity': 'stoploc.city_name'}]
|
বস্টন থেকে সান ফ্রান্সিসকোতে একটি ডেল্টা ফ্লাইট আছে যা ডেনভারে থামে
|
There is a Delta flight from Boston to San Francisco that stops at Denver
|
[ IN:FLIGHT [ SL:AIRLINE_NAME delta ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME denver ] ]
|
please list all united flights between pittsburgh and baltimore
|
flight
|
[{'start': 16, 'end': 22, 'value': 'united', 'entity': 'airline_name'}, {'start': 39, 'end': 49, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 54, 'end': 63, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
|
দয়া করে পিটসবার্গ এবং বাল্টিমোরের মধ্যে সমস্ত যুক্তরাষ্ট্রীয় বিমানের তালিকা তৈরি করুন।
|
Please prepare a list of all federal flights between Pittsburgh and Baltimore.
|
[ IN:FLIGHT [ SL:AIRLINE_NAME united ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] ]
|
find the cheapest one way fare from boston to san francisco
|
airfare
|
[{'start': 9, 'end': 17, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 18, 'end': 25, 'value': 'one way', 'entity': 'round_trip'}, {'start': 36, 'end': 42, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 59, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
বোস্টন থেকে সান ফ্রান্সিসকো যাওয়ার জন্য সবচেয়ে সস্তা একমুখী ভাড়া খুঁজে নিন
|
Find the cheapest one-way fare from Boston to San Francisco
|
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
|
give me morning flights from atlanta to baltimore
|
flight
|
[{'start': 8, 'end': 15, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 29, 'end': 36, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 49, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
|
আমাকে আটলান্টা থেকে বাল্টিমোর পর্যন্ত সকালের ফ্লাইট দাও।
|
Give me a morning flight from Atlanta to Baltimore.
|
[ IN:FLIGHT [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] ]
|
please give me round trip fares from pittsburgh to philadelphia
|
airfare
|
[{'start': 15, 'end': 25, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 37, 'end': 47, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 63, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
|
দয়া করে আমাকে পিটসবার্গ থেকে ফিলাডেলফিয়া পর্যন্ত ভ্রমণের ভাড়া দিন।
|
Please give me the fare from Pittsburgh to Philadelphia.
|
[ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME philadelphia ] ]
|
i would like information on ground transportation in the city of atlanta from airport to downtown
|
ground_service
|
[{'start': 65, 'end': 72, 'value': 'atlanta', 'entity': 'city_name'}]
|
আমি বিমানবন্দর থেকে শহরের কেন্দ্রস্থল পর্যন্ত আটলান্টা শহরে স্থল পরিবহণের বিষয়ে তথ্য জানতে চাই।
|
I would like to know more about land transport in Atlanta from the airport to the city centre.
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME atlanta ] ]
|
what is the least expensive flight from atlanta to denver leaving on october twelfth
|
flight
|
[{'start': 12, 'end': 27, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 40, 'end': 47, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 57, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 69, 'end': 76, 'value': 'october', 'entity': 'depart_date.month_name'}, {'start': 77, 'end': 84, 'value': 'twelfth', 'entity': 'depart_date.day_number'}]
|
অক্টোবরের ১২ তারিখ আটলান্টা থেকে ডেনভারের মধ্যে সবচেয়ে কম খরচে কোন বিমানটি ছাড়বে?
|
Which aircraft will fly the cheapest between Atlanta and Denver on October 12?
|
[ IN:FLIGHT [ SL:COST_RELATIVE least expensive ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME denver ] [ SL:MONTH_NAME october ] [ SL:DAY_NUMBER twelfth ] ]
|
what is the price of american airlines flight 19 from new york to los angeles
|
airfare
|
[{'start': 21, 'end': 38, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 46, 'end': 48, 'value': '19', 'entity': 'flight_number'}, {'start': 54, 'end': 62, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 66, 'end': 77, 'value': 'los angeles', 'entity': 'toloc.city_name'}]
|
নিউ ইয়র্ক থেকে লস অ্যাঞ্জেলেস পর্যন্ত আমেরিকান এয়ারলাইন্সের ফ্লাইটের দাম কত?
|
How much does an American Airlines flight from New York to Los Angeles cost?
|
[ IN:AIRFARE [ SL:AIRLINE_NAME american airlines ] [ SL:FLIGHT_NUMBER 19 ] [ SL:CITY_NAME new york ] [ SL:CITY_NAME los angeles ] ]
|
what flights go from dallas to denver leaving after 3 pm
|
flight
|
[{'start': 21, 'end': 27, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 37, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 46, 'end': 51, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 52, 'end': 56, 'value': '3 pm', 'entity': 'depart_time.time'}]
|
বিকেল তিনটের পর ডালাস থেকে ডেনভার পর্যন্ত কোন ফ্লাইটগুলি ছাড়বে?
|
Which flights will take off from Dallas to Denver after 3 pm?
|
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE after ] [ SL:TIME 3 pm ] ]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.