Datasets:

Sub-tasks:
parsing
Multilinguality:
multilingual
Size Categories:
1M<n<10M
Language Creators:
machine-generated
Annotations Creators:
machine-generated
Source Datasets:
original
ArXiv:
Tags:
License:
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
i want to fly from boston at 838 am and arrive in denver at 1110 in the morning
flight
[{'start': 19, 'end': 25, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 35, 'value': '838 am', 'entity': 'depart_time.time'}, {'start': 50, 'end': 56, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 64, 'value': '1110', 'entity': 'arrive_time.time'}, {'start': 72, 'end': 79, 'value': 'morning', 'entity': 'arrive_time.period_of_day'}]
আমি বোস্টন থেকে সকাল আটটা আটটা আটটা আটটায় উড়ে ডেনভারে এগারোটা দশটায় আসতে চাই।
I would like to fly from Boston at 8: 08 am and arrive in Denver at 11: 10 am.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:TIME 838 am ] [ SL:CITY_NAME denver ] [ SL:TIME 1110 ] [ SL:PERIOD_OF_DAY morning ] ]
what flights are available from pittsburgh to baltimore on thursday morning
flight
[{'start': 32, 'end': 42, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 55, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 59, 'end': 67, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 68, 'end': 75, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আজ সকালে পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত কোন কোন বিমান পরিষেবা পাওয়া যাবে?
Which flights will be available from Pittsburgh to Baltimore this morning?
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY morning ] ]
what is the arrival time in san francisco for the 755 am flight leaving washington
flight_time
[{'start': 12, 'end': 24, 'value': 'arrival time', 'entity': 'flight_time'}, {'start': 28, 'end': 41, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 56, 'value': '755 am', 'entity': 'depart_time.time'}, {'start': 72, 'end': 82, 'value': 'washington', 'entity': 'fromloc.city_name'}]
ওয়াশিংটন থেকে সকাল সাতটা পঁচানব্বই মিনিটে সান ফ্রান্সিসকোতে পৌঁছানোর সময় কত?
What is the time from Washington to San Francisco at 7.95 AM?
[ IN:FLIGHT_TIME [ SL:FLIGHT_TIME arrival time ] [ SL:CITY_NAME san francisco ] [ SL:TIME 755 am ] [ SL:CITY_NAME washington ] ]
cheapest airfare from tacoma to orlando
airfare
[{'start': 1, 'end': 9, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 22, 'end': 28, 'value': 'tacoma', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 39, 'value': 'orlando', 'entity': 'toloc.city_name'}]
টাকোমা থেকে অরল্যান্ডো পর্যন্ত সবচেয়ে সস্তা বিমান ভাড়া
Cheap airfare from Tacoma to Orlando
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME tacoma ] [ SL:CITY_NAME orlando ] ]
round trip fares from pittsburgh to philadelphia under 1000 dollars
airfare
[{'start': 1, 'end': 11, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 22, 'end': 32, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 48, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 54, 'value': 'under', 'entity': 'cost_relative'}, {'start': 55, 'end': 67, 'value': '1000 dollars', 'entity': 'fare_amount'}]
পিটসবার্গ থেকে ফিলাডেলফিয়া পর্যন্ত এক হাজার ডলারের কম ভাড়া
Rent less than $1,000 from Pittsburgh to Philadelphia
[ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME philadelphia ] [ SL:COST_RELATIVE under ] [ SL:FARE_AMOUNT 1000 dollars ] ]
i need a flight tomorrow from columbus to minneapolis
flight
[{'start': 16, 'end': 24, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}, {'start': 30, 'end': 38, 'value': 'columbus', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 53, 'value': 'minneapolis', 'entity': 'toloc.city_name'}]
আমি কলম্বাস থেকে মিনিয়াপলিস পর্যন্ত আগামীকাল একটি ফ্লাইট চাই
I want a flight from Columbus to Minneapolis tomorrow
[ IN:FLIGHT [ SL:TODAY_RELATIVE tomorrow ] [ SL:CITY_NAME columbus ] [ SL:CITY_NAME minneapolis ] ]
all flights from boston to washington
flight
[{'start': 17, 'end': 23, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 27, 'end': 37, 'value': 'washington', 'entity': 'toloc.city_name'}]
বোস্টন থেকে ওয়াশিংটন পর্যন্ত সব বিমান
All flights from Boston to Washington
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] ]
what kind of ground transportation is available in denver
ground_service
[{'start': 51, 'end': 57, 'value': 'denver', 'entity': 'city_name'}]
ডেনভারে কোন ধরনের স্থল পরিবহন পাওয়া যায়?
What kind of land transport is available in Denver?
[ IN:GROUND_SERVICE [ SL:CITY_NAME denver ] ]
show me the flights from dallas to san francisco
flight
[{'start': 25, 'end': 31, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 48, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
আমাকে ডালাস থেকে সান ফ্রান্সিসকো পর্যন্ত ফ্লাইট দেখাও
Show me the flight from Dallas to San Francisco
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] ]
show me the flights from san diego to newark by way of houston
flight
[{'start': 25, 'end': 34, 'value': 'san diego', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 44, 'value': 'newark', 'entity': 'toloc.city_name'}, {'start': 55, 'end': 62, 'value': 'houston', 'entity': 'stoploc.city_name'}]
আমাকে সান ডিয়েগো থেকে নেওয়ার্ক পর্যন্ত হোস্টনের মাধ্যমে ফ্লাইটগুলি দেখান
Show me the flights from San Diego to Newark via Houston
[ IN:FLIGHT [ SL:CITY_NAME san diego ] [ SL:CITY_NAME newark ] [ SL:CITY_NAME houston ] ]
what 's the airport at orlando
airport
[{'start': 23, 'end': 30, 'value': 'orlando', 'entity': 'city_name'}]
অরল্যান্ডোতে বিমানবন্দর কি?
What is an airport in Orlando?
[ IN:AIRPORT [ SL:CITY_NAME orlando ] ]
what is the cheapest flight from boston to bwi
flight
[{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 33, 'end': 39, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 46, 'value': 'bwi', 'entity': 'toloc.airport_code'}]
বোস্টন থেকে বিওয়াই পর্যন্ত সবচেয়ে সস্তা বিমান কোনটি?
Which is the cheapest flight from Boston to BY?
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME boston ] [ SL:AIRPORT_CODE bwi ] ]
all flights to baltimore after 6 pm
flight
[{'start': 15, 'end': 24, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 25, 'end': 30, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 31, 'end': 35, 'value': '6 pm', 'entity': 'depart_time.time'}]
সন্ধ্যা ৬টার পর সব বিমান বাল্টিমোরে যাবে।
All flights will reach Baltimore by 6 pm.
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:TIME_RELATIVE after ] [ SL:TIME 6 pm ] ]
show me the first class fares from boston to denver
airfare
[{'start': 12, 'end': 23, 'value': 'first class', 'entity': 'class_type'}, {'start': 35, 'end': 41, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 51, 'value': 'denver', 'entity': 'toloc.city_name'}]
আমাকে বোস্টন থেকে ডেনভার পর্যন্ত প্রথম শ্রেণীর ভাড়া দেখান
Show me a first class fare from Boston to Denver
[ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] ]
i need information on flights for tuesday leaving baltimore for dallas dallas to boston and boston to baltimore
flight
[{'start': 34, 'end': 41, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 50, 'end': 59, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 64, 'end': 70, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 71, 'end': 77, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 81, 'end': 87, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 92, 'end': 98, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 102, 'end': 111, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
আমি মঙ্গলবারের ফ্লাইটের তথ্য চাই.... ডালাস ডালাস থেকে বোস্টন এবং বোস্টন থেকে বাল্টিমোর যাওয়ার জন্য বাল্টিমোর।
I want to know about Tuesday's flight from Dallas to Boston and from Boston to Baltimore.
[ IN:FLIGHT [ SL:DAY_NAME tuesday ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME baltimore ] ]
please give me the flights from boston to pittsburgh on thursday of next week
flight
[{'start': 32, 'end': 38, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 52, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 64, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 68, 'end': 72, 'value': 'next', 'entity': 'depart_date.date_relative'}]
দয়া করে আগামী সপ্তাহের প্রথম দিনে বস্টন থেকে পিটসবার্গ পর্যন্ত আমাকে ফ্লাইট দিন।
Please give me a flight from Boston to Pittsburgh on the first day of next week.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME thursday ] [ SL:DATE_RELATIVE next ] ]
i would like to fly from denver to pittsburgh on united airlines
flight
[{'start': 25, 'end': 31, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 45, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 64, 'value': 'united airlines', 'entity': 'airline_name'}]
আমি ইউনাইটেড এয়ারলাইন্সে ডেনভার থেকে পিটসবার্গ যেতে চাই।
I want to take United Airlines from Denver to Pittsburgh.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:AIRLINE_NAME united airlines ] ]
please list all first class flights on united from denver to baltimore
flight
[{'start': 16, 'end': 27, 'value': 'first class', 'entity': 'class_type'}, {'start': 39, 'end': 45, 'value': 'united', 'entity': 'airline_name'}, {'start': 51, 'end': 57, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 61, 'end': 70, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
দয়া করে ডেনভার থেকে বাল্টিমোর পর্যন্ত সমস্ত প্রথম শ্রেণীর বিমানের তালিকা তৈরি করুন।
Please list all first class flights from Denver to Baltimore.
[ IN:FLIGHT [ SL:CLASS_TYPE first class ] [ SL:AIRLINE_NAME united ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME baltimore ] ]
what kinds of planes are used by american airlines
aircraft
[{'start': 33, 'end': 50, 'value': 'american airlines', 'entity': 'airline_name'}]
মার্কিন বিমান সংস্থাগুলি কোন ধরনের বিমান ব্যবহার করে?
What type of aircraft do US carriers use?
[ IN:AIRCRAFT [ SL:AIRLINE_NAME american airlines ] ]
i 'd like to have some information on a ticket from denver to pittsburgh and atlanta
airfare
[{'start': 52, 'end': 58, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 62, 'end': 72, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 77, 'end': 84, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমি ডেনভার থেকে পিটসবার্গ আর আটলান্টা পর্যন্ত টিকিটের ব্যাপারে কিছু জানতে চাই
I want to know something about the tickets from Denver to Pittsburgh and Atlanta
[ IN:AIRFARE [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] ]
i 'd like to book a flight from atlanta to denver
flight
[{'start': 32, 'end': 39, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 49, 'value': 'denver', 'entity': 'toloc.city_name'}]
আমি আটলান্টা থেকে ডেনভার যাওয়ার জন্য ফ্লাইট বুক করতে চাই
I want to book a flight from Atlanta to Denver
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME denver ] ]
which airline serves denver pittsburgh and atlanta
airline
[{'start': 21, 'end': 27, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 38, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 50, 'value': 'atlanta', 'entity': 'fromloc.city_name'}]
কোন এয়ারলাইনটি ডেনভার পিটসবার্গ এবং অ্যাটলান্টার বিমান পরিষেবা দেয়?
Which airline serves Denver, Pittsburgh and Atlanta?
[ IN:AIRLINE [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] ]
show me all flights from boston to pittsburgh on wednesday of next week which leave boston after 2 o'clock pm
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': 62, 'end': 66, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 84, 'end': 90, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 91, 'end': 96, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 97, 'end': 109, 'value': "2 o'clock pm", 'entity': 'depart_time.time'}]
আমাকে আগামী সপ্তাহের বুধবার বোস্টন থেকে পিটসবার্গ পর্যন্ত সমস্ত ফ্লাইট দেখানো হবে যা বিকেল ২ টার পরে বোস্টন ছেড়ে যাবে।
I will be shown all the flights from Boston to Pittsburgh next week on Wednesday which will leave Boston after 2 pm.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME wednesday ] [ SL:DATE_RELATIVE next ] [ SL:CITY_NAME boston ] [ SL:TIME_RELATIVE after ] [ SL:TIME 2 o'clock pm ] ]
atlanta ground transportation
ground_service
[{'start': 1, 'end': 8, 'value': 'atlanta', 'entity': 'city_name'}]
আটলান্টা স্থল পরিবহন
Atlanta Land Transport
[ IN:GROUND_SERVICE [ SL:CITY_NAME atlanta ] ]
show me the cheapest round trip fare from baltimore to dallas
airfare
[{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 21, 'end': 31, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 42, 'end': 51, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 61, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমাকে বাল্টিমোর থেকে ডালাস পর্যন্ত সবচেয়ে সস্তা রাউন্ড ট্রিপ ভাড়া দেখান।
Show me the cheapest round trip from Baltimore to Dallas.
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] ]
show me all flights from new york to milwaukee on northwest airlines departing at 720 am
flight
[{'start': 25, 'end': 33, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 46, 'value': 'milwaukee', 'entity': 'toloc.city_name'}, {'start': 50, 'end': 68, 'value': 'northwest airlines', 'entity': 'airline_name'}, {'start': 82, 'end': 88, 'value': '720 am', 'entity': 'depart_time.time'}]
আমাকে নিউইয়র্ক থেকে উত্তর-পশ্চিম এয়ারলাইন্সের সব ফ্লাইট সকাল সাতটা বিশে
I took all the flights from New York to North West Airlines at 7: 20 a.m.
[ IN:FLIGHT [ SL:CITY_NAME new york ] [ SL:CITY_NAME milwaukee ] [ SL:AIRLINE_NAME northwest airlines ] [ SL:TIME 720 am ] ]
flights from new york to miami
flight
[{'start': 13, 'end': 21, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 25, 'end': 30, 'value': 'miami', 'entity': 'toloc.city_name'}]
নিউইয়র্ক থেকে মিয়ামিতে ফ্লাইট
Flights from New York to Miami
[ IN:FLIGHT [ SL:CITY_NAME new york ] [ SL:CITY_NAME miami ] ]
please find a flight on delta from philadelphia to san francisco and give me the flight numbers
flight
[{'start': 24, 'end': 29, 'value': 'delta', 'entity': 'airline_name'}, {'start': 35, 'end': 47, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 64, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
দয়া করে ফিলাডেলফিয়া থেকে সান ফ্রান্সিসকোতে ডেল্টায় একটি ফ্লাইট খুঁজে বের করুন এবং আমাকে ফ্লাইট নাম্বার দিন।
Please find a flight from Philadelphia to the Delta in San Francisco and give me the flight number.
[ IN:FLIGHT [ SL:AIRLINE_NAME delta ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME san francisco ] ]
i need a flight from dallas to san francisco
flight
[{'start': 21, 'end': 27, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 44, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
আমি ডালাস থেকে সান ফ্রান্সিসকো পর্যন্ত একটি ফ্লাইট চাই
I want a flight from Dallas to San Francisco
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] ]
fares and flights from pittsburgh to philadelphia
airfare
[{'start': 23, 'end': 33, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 49, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
পিটসবার্গ থেকে ফিলাডেলফিয়া পর্যন্ত বিমান ভাড়া
Air fare from Pittsburgh to Philadelphia
[ IN:AIRFARE [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME philadelphia ] ]
show me the airlines with first class flights
airline
[{'start': 26, 'end': 37, 'value': 'first class', 'entity': 'class_type'}]
আমাকে প্রথম শ্রেণীর বিমান সংস্থাগুলি দেখান
Show me the first class airlines
[ IN:AIRLINE [ SL:CLASS_TYPE first class ] ]
what are the flights from st. louis to burbank sunday evening
flight
[{'start': 26, 'end': 35, 'value': 'st. louis', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 46, 'value': 'burbank', 'entity': 'toloc.city_name'}, {'start': 47, 'end': 53, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 54, 'end': 61, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
সেন্ট লুইস থেকে বিমানে কী হবে?
What will happen on the flight from St. Louis?
[ IN:FLIGHT [ SL:CITY_NAME st. louis ] [ SL:CITY_NAME burbank ] [ SL:DAY_NAME sunday ] [ SL:PERIOD_OF_DAY evening ] ]
i 'd like to arrange a flight from pittsburgh to atlanta
flight
[{'start': 35, 'end': 45, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 56, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমি পিটসবার্গ থেকে আটলান্টা পর্যন্ত ফ্লাইটের ব্যবস্থা করতে চাই।
I want a flight from Pittsburgh to Atlanta.
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] ]
show flights from baltimore to san francisco between 6 pm and 8 pm on friday
flight
[{'start': 18, 'end': 27, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 44, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 53, 'end': 57, 'value': '6 pm', 'entity': 'depart_time.start_time'}, {'start': 62, 'end': 66, 'value': '8 pm', 'entity': 'depart_time.end_time'}, {'start': 70, 'end': 76, 'value': 'friday', 'entity': 'depart_date.day_name'}]
বাল্টিমোর থেকে সান ফ্রান্সিস্কো পর্যন্ত শুক্রবার সন্ধ্যা ৬টা থেকে রাত ৮টার মধ্যে উড়ান প্রদর্শন
Flight Demonstration from Baltimore to San Francisco between 6 pm and 8 pm on Friday
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME san francisco ] [ SL:START_TIME 6 pm ] [ SL:END_TIME 8 pm ] [ SL:DAY_NAME friday ] ]
how far is it from orlando airport to orlando
distance
[{'start': 19, 'end': 34, 'value': 'orlando airport', 'entity': 'fromloc.airport_name'}, {'start': 38, 'end': 45, 'value': 'orlando', 'entity': 'toloc.city_name'}]
অরল্যান্ডো বিমানবন্দর থেকে অরল্যান্ডো কত দূরে?
How far is Orlando from Orlando Airport?
[ IN:DISTANCE [ SL:AIRPORT_NAME orlando airport ] [ SL:CITY_NAME orlando ] ]
i would like a list of round trip flights between indianapolis and orlando florida for the twenty seventh and the twenty eighth of december
flight
[{'start': 23, 'end': 33, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 50, 'end': 62, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 67, 'end': 74, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 75, 'end': 82, 'value': 'florida', 'entity': 'toloc.state_name'}, {'start': 91, 'end': 105, 'value': 'twenty seventh', 'entity': 'depart_date.day_number'}, {'start': 114, 'end': 127, 'value': 'twenty eighth', 'entity': 'depart_date.day_number'}, {'start': 131, 'end': 139, 'value': 'december', 'entity': 'depart_date.month_name'}]
আমি চাই ইন্ডিয়ানাপোলিস এবং অরল্যান্ডো ফ্লোরিডার মধ্যে ২৭শে এবং ২৮শে ডিসেম্বরের জন্য রাউন্ড ট্রিপ ফ্লাইটের তালিকা।
I would like to list the round-trip flights between Indianapolis and Orlando Florida for 27th and 28th December.
[ IN:FLIGHT [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME orlando ] [ SL:STATE_NAME florida ] [ SL:DAY_NUMBER twenty seventh ] [ SL:DAY_NUMBER twenty eighth ] [ SL:MONTH_NAME december ] ]
which airline has the most arrivals in atlanta
airline
[{'start': 22, 'end': 26, 'value': 'most', 'entity': 'mod'}, {'start': 39, 'end': 46, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
কোন এয়ারলাইন্সের আটলান্টায় সবচেয়ে বেশি বিমান আসে?
Which airlines fly the most to Atlanta?
[ IN:AIRLINE [ SL:MOD most ] [ SL:CITY_NAME atlanta ] ]
what airlines fly from new york to milwaukee to los angeles
airline
[{'start': 23, 'end': 31, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 44, 'value': 'milwaukee', 'entity': 'stoploc.city_name'}, {'start': 48, 'end': 59, 'value': 'los angeles', 'entity': 'toloc.city_name'}]
নিউইয়র্ক থেকে মিল্কওয়াকি থেকে লস অ্যাঞ্জেলেস পর্যন্ত বিমান পরিষেবা
Airline from New York to MilkWalk to Los Angeles
[ IN:AIRLINE [ SL:CITY_NAME new york ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME los angeles ] ]
pittsburgh to denver
flight
[{'start': 1, 'end': 11, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 14, 'end': 20, 'value': 'denver', 'entity': 'toloc.city_name'}]
পিটসবার্গ থেকে ডেনভার
From Pittsburgh to Denver
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME denver ] ]
which airlines serve atlanta
airline
[{'start': 21, 'end': 28, 'value': 'atlanta', 'entity': 'city_name'}]
যে বিমান সংস্থাগুলি আটলান্টা পরিষেবা দেয়
The airlines that serve Atlanta
[ IN:AIRLINE [ SL:CITY_NAME atlanta ] ]
show me information on ground transportation for dallas
ground_service
[{'start': 49, 'end': 55, 'value': 'dallas', 'entity': 'city_name'}]
ডালাসের জন্য স্থল পরিবহনের তথ্য আমাকে দেখাও
Show me the details of land transportation for Dallas
[ IN:GROUND_SERVICE [ SL:CITY_NAME dallas ] ]
show me all flights from boston to dallas fort worth both direct and connecting that arrive before noon
flight
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 52, 'value': 'dallas fort worth', 'entity': 'toloc.city_name'}, {'start': 92, 'end': 98, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 99, 'end': 103, 'value': 'noon', 'entity': 'arrive_time.time'}]
আমাকে বোস্টন থেকে ডালাস দুর্গ পর্যন্ত সরাসরি এবং সংযোগকারী সমস্ত বিমান দুপুরের আগে পৌঁছানো দেখাও।
Show me all the direct and connecting flights from Boston to Dallas Fort before noon.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME dallas fort worth ] [ SL:TIME_RELATIVE before ] [ SL:TIME noon ] ]
i need a flight from charlotte to newark leaving today evening
flight
[{'start': 21, 'end': 30, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 40, 'value': 'newark', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 54, 'value': 'today', 'entity': 'depart_date.today_relative'}, {'start': 55, 'end': 62, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
আমি আজ সন্ধ্যায় শার্লট থেকে নেওয়ার্ক যাওয়ার জন্য একটি ফ্লাইট চাই
I want a flight from Charlotte to Newark this evening
[ IN:FLIGHT [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME newark ] [ SL:TODAY_RELATIVE today ] [ SL:PERIOD_OF_DAY evening ] ]
flights from newark to cleveland
flight
[{'start': 13, 'end': 19, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 23, 'end': 32, 'value': 'cleveland', 'entity': 'toloc.city_name'}]
নেওয়ার্ক থেকে ক্লিভল্যান্ড পর্যন্ত বিমান চলাচল
Flights from Newark to Cleveland
[ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:CITY_NAME cleveland ] ]
what flights go from boston to pittsburgh after 6 o'clock next tuesday
flight
[{'start': 21, 'end': 27, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 41, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 47, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 48, 'end': 57, 'value': "6 o'clock", 'entity': 'depart_time.time'}, {'start': 58, 'end': 62, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 63, 'end': 70, 'value': 'tuesday', 'entity': 'depart_date.day_name'}]
আগামী বুধবার সন্ধ্যে ৬টার পর বস্টন থেকে পিটসবার্গ পর্যন্ত কোন কোন বিমান চলাচল করবে?
Which flights will fly from Boston to Pittsburgh after 6 pm on Wednesday?
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:TIME_RELATIVE after ] [ SL:TIME 6 o'clock ] [ SL:DATE_RELATIVE next ] [ SL:DAY_NAME tuesday ] ]
how much does the limousine service cost within pittsburgh
ground_fare
[{'start': 18, 'end': 27, 'value': 'limousine', 'entity': 'transport_type'}, {'start': 48, 'end': 58, 'value': 'pittsburgh', 'entity': 'city_name'}]
পিটসবার্গের মধ্যে লিমোজিন পরিষেবার খরচ কত?
How much does the limousine service cost in Pittsburgh?
[ IN:GROUND_FARE [ SL:TRANSPORT_TYPE limousine ] [ SL:CITY_NAME pittsburgh ] ]
does us air have any flights out of atlanta to denver
flight
[{'start': 5, 'end': 11, 'value': 'us air', 'entity': 'airline_name'}, {'start': 36, 'end': 43, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 53, 'value': 'denver', 'entity': 'toloc.city_name'}]
আমাদের কি বাতাস আটলান্টা থেকে বের হয়ে ডেনভার পর্যন্ত যেতে পারে?
Can we get our air out of Atlanta and go to Denver?
[ IN:FLIGHT [ SL:AIRLINE_NAME us air ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME denver ] ]
what is booking class c
abbreviation
[{'start': 22, 'end': 23, 'value': 'c', 'entity': 'fare_basis_code'}]
ক্লাস সি-র বুকিং কি?
What is class C booking?
[ IN:ABBREVIATION [ SL:FARE_BASIS_CODE c ] ]
i 'd like to know the shortest trip between boston and san francisco
flight
[{'start': 22, 'end': 30, 'value': 'shortest', 'entity': 'flight_mod'}, {'start': 44, 'end': 50, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 68, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
আমি জানতে চাই বস্টন এবং সান ফ্রান্সিসকোর মধ্যে সবচেয়ে সংক্ষিপ্ত ভ্রমণ
I would like to know the shortest trip between Boston and San Francisco
[ IN:FLIGHT [ SL:FLIGHT_MOD shortest ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
i would like to see information for flights from san francisco leaving after 12 pm to pittsburgh on monday
flight
[{'start': 49, 'end': 62, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 71, 'end': 76, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 77, 'end': 82, 'value': '12 pm', 'entity': 'depart_time.time'}, {'start': 86, 'end': 96, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 100, 'end': 106, 'value': 'monday', 'entity': 'depart_date.day_name'}]
আমি সান ফ্রান্সিসকো থেকে সোমবার দুপুর ১২টার পর পিটসবার্গের উদ্দেশ্যে রওনা হওয়া বিমানের তথ্য দেখতে চাই।
I would like to see the details of the flight that took off from San Francisco for Pittsburgh at 12pm on Monday.
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE after ] [ SL:TIME 12 pm ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME monday ] ]
what is the least expensive flight from denver to atlanta
flight
[{'start': 12, 'end': 27, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 40, 'end': 46, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 57, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
ডেনভার থেকে আটলান্টা পর্যন্ত সবচেয়ে কম খরচের বিমান
Lowest Cost of Flight from Denver to Atlanta
[ IN:FLIGHT [ SL:COST_RELATIVE least expensive ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
i need to know information for flights leaving dallas on tuesday evening and returning to atlanta
flight
[{'start': 47, 'end': 53, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 57, 'end': 64, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 65, 'end': 72, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 90, 'end': 97, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
মঙ্গলবার সন্ধ্যায় ডালাস থেকে বিমান ছাড়ার এবং আটলান্টা ফিরে আসার বিষয়ে আমার জানতে হবে।
I need to know about the flight from Dallas to Atlanta on Tuesday evening.
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:DAY_NAME tuesday ] [ SL:PERIOD_OF_DAY evening ] [ SL:CITY_NAME atlanta ] ]
what flight goes from denver to baltimore first class on united airlines arriving on may seventh
flight
[{'start': 22, 'end': 28, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 41, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 53, 'value': 'first class', 'entity': 'class_type'}, {'start': 57, 'end': 72, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 85, 'end': 88, 'value': 'may', 'entity': 'arrive_date.month_name'}, {'start': 89, 'end': 96, 'value': 'seventh', 'entity': 'arrive_date.day_number'}]
ইউনাইটেড এয়ারলাইন্সে ডেন্ভার থেকে বাল্টিমোর ফার্স্ট ক্লাসে কোন ফ্লাইটে যাওয়া যাবে ৭ই মে
United Airlines to fly from Denver to Baltimore in First Class on May 7
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME baltimore ] [ SL:CLASS_TYPE first class ] [ SL:AIRLINE_NAME united airlines ] [ SL:MONTH_NAME may ] [ SL:DAY_NUMBER seventh ] ]
what flights do you have from burbank to tacoma washington
flight
[{'start': 30, 'end': 37, 'value': 'burbank', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 47, 'value': 'tacoma', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 58, 'value': 'washington', 'entity': 'toloc.state_name'}]
বারব্যাঙ্ক থেকে টাকোমা ওয়াশিংটন পর্যন্ত আপনার কোন ফ্লাইটগুলি রয়েছে?
Which flights do you have from Barbank to Tacoma and Washington?
[ IN:FLIGHT [ SL:CITY_NAME burbank ] [ SL:CITY_NAME tacoma ] [ SL:STATE_NAME washington ] ]
what is the ground transportation from philadelphia airport to the city proper
ground_service
[{'start': 39, 'end': 59, 'value': 'philadelphia airport', 'entity': 'fromloc.airport_name'}]
ফিলাডেলফিয়া বিমানবন্দর থেকে শহরের মধ্যে স্থল পরিবহণ কি?
What is land transport from Philadelphia Airport to the city?
[ IN:GROUND_SERVICE [ SL:AIRPORT_NAME philadelphia airport ] ]
which airlines have first class flights today
airline
[{'start': 20, 'end': 31, 'value': 'first class', 'entity': 'class_type'}, {'start': 40, 'end': 45, 'value': 'today', 'entity': 'depart_date.today_relative'}]
কোন বিমান সংস্থাগুলি আজ প্রথম শ্রেণীর উড়ান পরিচালনা করছে?
Which airlines are operating first class flights today?
[ IN:AIRLINE [ SL:CLASS_TYPE first class ] [ SL:TODAY_RELATIVE today ] ]
i would like to make a reservation for a flight to denver from philadelphia on this coming sunday
flight
[{'start': 51, 'end': 57, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 63, 'end': 75, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 79, 'end': 83, 'value': 'this', 'entity': 'depart_date.date_relative'}, {'start': 91, 'end': 97, 'value': 'sunday', 'entity': 'depart_date.day_name'}]
আমি আসন্ন রবিবারে ফিলাডেলফিয়া থেকে ডেন্ভারের জন্য একটি ফ্লাইটের রিজার্ভেশন করতে চাই।
I would like to make a reservation of a flight from Philadelphia to Denver on the coming Sunday.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] [ SL:DATE_RELATIVE this ] [ SL:DAY_NAME sunday ] ]
give me a list of airports in baltimore
airport
[{'start': 30, 'end': 39, 'value': 'baltimore', 'entity': 'city_name'}]
আমাকে বাল্টিমোর বিমানবন্দরের একটি তালিকা দিন
Give me a list of Baltimore Airport
[ IN:AIRPORT [ SL:CITY_NAME baltimore ] ]
show me flights from boston to denver on wednesday
flight
[{'start': 21, 'end': 27, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 37, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 41, 'end': 50, 'value': 'wednesday', 'entity': 'depart_date.day_name'}]
বুধবারে বোস্টন থেকে ডেনভারের ফ্লাইট দেখাও
Show me the flight from Boston to Denver on Wednesday
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:DAY_NAME wednesday ] ]
show me the flights from boston to baltimore
flight
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 44, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
আমাকে বোস্টন থেকে বাল্টিমোর পর্যন্ত উড়ানগুলি দেখান
Show me the flights from Boston to Baltimore
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME baltimore ] ]
what does fare code q mean
abbreviation
[{'start': 20, 'end': 21, 'value': 'q', 'entity': 'fare_basis_code'}]
ভাড়ার কোড কিউ-এর মানে কি?
What does the rental code Q mean?
[ IN:ABBREVIATION [ SL:FARE_BASIS_CODE q ] ]
please give me the flights from san francisco to washington dc
flight
[{'start': 32, 'end': 45, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 59, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 62, 'value': 'dc', 'entity': 'toloc.state_code'}]
দয়া করে আমাকে সান ফ্রান্সিসকো থেকে ওয়াশিংটন ডিসি পর্যন্ত ফ্লাইট দিন।
Please give me a flight from San Francisco to Washington DC.
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] ]
i need information from denver to pittsburgh
flight
[{'start': 24, 'end': 30, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 44, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
আমি ডেনভার থেকে পিটসবার্গ পর্যন্ত তথ্য চাই
I want information from Denver to Pittsburgh
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] ]
from seattle to salt lake city
flight
[{'start': 5, 'end': 12, 'value': 'seattle', 'entity': 'fromloc.city_name'}, {'start': 16, 'end': 30, 'value': 'salt lake city', 'entity': 'toloc.city_name'}]
সিয়াটল থেকে লবণ হ্রদ শহর
Seattle to Salt Lake City
[ IN:FLIGHT [ SL:CITY_NAME seattle ] [ SL:CITY_NAME salt lake city ] ]
what is the earliest flight from boston to bwi that serves a snack
flight
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 33, 'end': 39, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 46, 'value': 'bwi', 'entity': 'toloc.airport_code'}, {'start': 61, 'end': 66, 'value': 'snack', 'entity': 'meal_description'}]
বোস্টন থেকে বিউই পর্যন্ত সবথেকে পুরনো ফ্লাইটটি কী?
What is the oldest flight from Boston to Beau?
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME boston ] [ SL:AIRPORT_CODE bwi ] [ SL:MEAL_DESCRIPTION snack ] ]
what types of aircraft does delta fly
aircraft
[{'start': 28, 'end': 33, 'value': 'delta', 'entity': 'airline_name'}]
কোন ধরনের বিমান ডেল্টা ফ্লাই করে?
Which type of aircraft fly Delta?
[ IN:AIRCRAFT [ SL:AIRLINE_NAME delta ] ]
what is the cost of a round trip flight from pittsburgh to atlanta beginning on april twenty fifth and returning on may sixth
airfare
[{'start': 22, 'end': 32, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 45, 'end': 55, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 59, 'end': 66, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 80, 'end': 85, 'value': 'april', 'entity': 'depart_date.month_name'}, {'start': 86, 'end': 98, 'value': 'twenty fifth', 'entity': 'depart_date.day_number'}, {'start': 116, 'end': 119, 'value': 'may', 'entity': 'return_date.month_name'}, {'start': 120, 'end': 125, 'value': 'sixth', 'entity': 'return_date.day_number'}]
পিটসবার্গ থেকে আটলান্টা পর্যন্ত ২৫ এপ্রিল থেকে শুরু হওয়া এবং ৬ মে পর্যন্ত ফিরে আসার জন্য কত খরচ হবে?
How much will it cost to start from Pittsburgh to Atlanta from April 25 and return till May 6?
[ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] [ SL:MONTH_NAME april ] [ SL:DAY_NUMBER twenty fifth ] [ SL:MONTH_NAME may ] [ SL:DAY_NUMBER sixth ] ]
list all the flights that fly into general mitchell international
flight
[{'start': 35, 'end': 65, 'value': 'general mitchell international', 'entity': 'fromloc.airport_name'}]
সাধারণ মিচেল আন্তর্জাতিক উড়ানের তালিকা
List of international flights by general aviation
[ IN:FLIGHT [ SL:AIRPORT_NAME general mitchell international ] ]
what flights fly from denver to san francisco on monday tuesday wednesday thursday and friday
flight
[{'start': 22, 'end': 28, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 45, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 55, 'value': 'monday', 'entity': 'depart_date.day_name'}, {'start': 56, 'end': 63, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 64, 'end': 73, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 74, 'end': 82, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 87, 'end': 93, 'value': 'friday', 'entity': 'depart_date.day_name'}]
ডেনভার থেকে সান ফ্রান্সিসকো পর্যন্ত কোন ফ্লাইটগুলি সোমবার বুধবার এবং শুক্রবার চলাচল করে
No flights from Denver to San Francisco operate on Monday, Wednesday and Friday
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME monday ] [ SL:DAY_NAME tuesday ] [ SL:DAY_NAME wednesday ] [ SL:DAY_NAME thursday ] [ SL:DAY_NAME friday ] ]
list all flights from indianapolis to seattle
flight
[{'start': 22, 'end': 34, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 45, 'value': 'seattle', 'entity': 'toloc.city_name'}]
ইন্ডিয়ানাপোলিস থেকে সিয়াটলে আসা সমস্ত বিমানের তালিকা
List of all flights from Indianapolis to Seattle
[ IN:FLIGHT [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME seattle ] ]
in flight meal oakland to philadelphia saturday
flight
[{'start': 10, 'end': 14, 'value': 'meal', 'entity': 'meal'}, {'start': 15, 'end': 22, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 26, 'end': 38, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 39, 'end': 47, 'value': 'saturday', 'entity': 'depart_date.day_name'}]
ফ্লাইটের খাবার ওকল্যান্ডে ফিলাডেলফিয়া স্যাটার্ডে
Flight food at Philadelphia Saturday in Oakland
[ IN:FLIGHT [ SL:MEAL meal ] [ SL:CITY_NAME oakland ] [ SL:CITY_NAME philadelphia ] [ SL:DAY_NAME saturday ] ]
show me the flights on twa from atlanta in the morning
flight
[{'start': 23, 'end': 26, 'value': 'twa', 'entity': 'airline_code'}, {'start': 32, 'end': 39, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 54, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আমাকে সকালের আটলান্টা থেকে টুয়াতে ফ্লাইটগুলো দেখাও
Show me the flights from Atlanta in the morning to Tua
[ IN:FLIGHT [ SL:AIRLINE_CODE twa ] [ SL:CITY_NAME atlanta ] [ SL:PERIOD_OF_DAY morning ] ]
i want to find the first flight from baltimore to boston that serves a meal
flight
[{'start': 19, 'end': 24, 'value': 'first', 'entity': 'flight_mod'}, {'start': 37, 'end': 46, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 56, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 71, 'end': 75, 'value': 'meal', 'entity': 'meal'}]
আমি বাল্টিমোর থেকে বোস্টন পর্যন্ত প্রথম ফ্লাইটটি দেখতে চাই যা খাবার পরিবেশন করে।
I would like to see the first flight from Baltimore to Boston that serves food.
[ IN:FLIGHT [ SL:FLIGHT_MOD first ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME boston ] [ SL:MEAL meal ] ]
of all airlines which airline has the most arrivals in atlanta
airline
[{'start': 38, 'end': 42, 'value': 'most', 'entity': 'mod'}, {'start': 55, 'end': 62, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আটলান্টা এয়ারলাইন্সে সব থেকে বেশি বিমান আসে
Atlanta Airlines receives the highest number of flights
[ IN:AIRLINE [ SL:MOD most ] [ SL:CITY_NAME atlanta ] ]
display all flights from baltimore to boston on july twenty ninth
flight
[{'start': 25, 'end': 34, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 44, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 52, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 53, 'end': 65, 'value': 'twenty ninth', 'entity': 'depart_date.day_number'}]
২৯শে জুলাই বাল্টিমোর থেকে বোস্টন পর্যন্ত সমস্ত ফ্লাইট প্রদর্শন করা হবে
All flights from Baltimore to Boston to be on display on July 29
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME boston ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER twenty ninth ] ]
i want to travel from atlanta to baltimore early in the morning first flight
flight
[{'start': 22, 'end': 29, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 42, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 43, 'end': 48, 'value': 'early', 'entity': 'depart_time.period_mod'}, {'start': 56, 'end': 63, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 64, 'end': 69, 'value': 'first', 'entity': 'flight_mod'}]
আমি প্রথম ফ্লাইটে আটলান্টা থেকে বাল্টিমোর পর্যন্ত যেতে চাই।
I would like to take the first flight from Atlanta to Baltimore.
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] [ SL:PERIOD_MOD early ] [ SL:PERIOD_OF_DAY morning ] [ SL:FLIGHT_MOD first ] ]
i now need a flight from san jose to houston leaving on sunday the fourth
flight
[{'start': 25, 'end': 33, 'value': 'san jose', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 44, 'value': 'houston', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 62, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 67, 'end': 73, 'value': 'fourth', 'entity': 'depart_date.day_number'}]
আমি এখন সান জোসে থেকে চতুর্থ রবিবার হোস্টন ছেড়ে যাওয়ার জন্য একটি ফ্লাইট প্রয়োজন
I now need a flight to leave Houston on the fourth Sunday from San Jose
[ IN:FLIGHT [ SL:CITY_NAME san jose ] [ SL:CITY_NAME houston ] [ SL:DAY_NAME sunday ] [ SL:DAY_NUMBER fourth ] ]
what are the flights available after 6 pm between san francisco and boston
flight
[{'start': 31, 'end': 36, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 37, 'end': 41, 'value': '6 pm', 'entity': 'depart_time.time'}, {'start': 50, 'end': 63, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 68, 'end': 74, 'value': 'boston', 'entity': 'toloc.city_name'}]
সন্ধ্যা ৬টার পর সান ফ্রান্সিস্কো এবং বোস্টনের মধ্যে কি ধরনের বিমান চলাচল করতে পারে?
What type of aircraft can fly between San Francisco and Boston after 6 pm?
[ IN:FLIGHT [ SL:TIME_RELATIVE after ] [ SL:TIME 6 pm ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] ]
what flights depart baltimore on friday and arrive in san francisco by 8 pm
flight
[{'start': 20, 'end': 29, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 39, 'value': 'friday', 'entity': 'depart_date.day_name'}, {'start': 54, 'end': 67, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 68, 'end': 70, 'value': 'by', 'entity': 'arrive_time.time_relative'}, {'start': 71, 'end': 75, 'value': '8 pm', 'entity': 'arrive_time.time'}]
কোন ফ্লাইটগুলি শুক্রবার বাল্টিমোর থেকে রাত আটটার মধ্যে সান ফ্রান্সিস্কোতে পৌঁছাবে?
Which flights will arrive in San Francisco by 8 pm on Friday from Baltimore?
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:DAY_NAME friday ] [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE by ] [ SL:TIME 8 pm ] ]
list the delta airlines flights from boston to philadelphia
flight
[{'start': 9, 'end': 23, 'value': 'delta airlines', 'entity': 'airline_name'}, {'start': 37, 'end': 43, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 59, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
বস্টন থেকে ফিলাডেলফিয়া পর্যন্ত ডেল্টা এয়ারলাইন্সের বিমানের তালিকা
List of Delta Airlines flights from Boston to Philadelphia
[ IN:FLIGHT [ SL:AIRLINE_NAME delta airlines ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME philadelphia ] ]
show me the fares from dallas to san francisco
airfare
[{'start': 23, 'end': 29, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 46, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
আমাকে ডালাস থেকে সান ফ্রান্সিস্কো পর্যন্ত ভাড়া দেখান
Show me the fare from Dallas to San Francisco
[ IN:AIRFARE [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] ]
what nonstop flights between boston and washington arrive after 4 o'clock pm
flight
[{'start': 5, 'end': 12, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 29, 'end': 35, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 50, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 63, 'value': 'after', 'entity': 'arrive_time.time_relative'}, {'start': 64, 'end': 76, 'value': "4 o'clock pm", 'entity': 'arrive_time.time'}]
বিকেল চারটার পর বোস্টন ও ওয়াশিংটনের মধ্যে কি ধরনের বিরতিহীন বিমান চলাচল করবে?
What type of non-stop flights will operate between Boston and Washington after 4 pm?
[ IN:FLIGHT [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] [ SL:TIME_RELATIVE after ] [ SL:TIME 4 o'clock pm ] ]
what is the distance from los angeles international airport to los angeles
distance
[{'start': 26, 'end': 59, 'value': 'los angeles international airport', 'entity': 'fromloc.airport_name'}, {'start': 63, 'end': 74, 'value': 'los angeles', 'entity': 'toloc.city_name'}]
লস অ্যাঞ্জেলেস আন্তর্জাতিক বিমানবন্দর থেকে লস অ্যাঞ্জেলেস পর্যন্ত দূরত্ব কত?
What is the distance from Los Angeles International Airport to Los Angeles?
[ IN:DISTANCE [ SL:AIRPORT_NAME los angeles international airport ] [ SL:CITY_NAME los angeles ] ]
ground transportation in san jose
ground_service
[{'start': 25, 'end': 33, 'value': 'san jose', 'entity': 'city_name'}]
স্যান জোসে স্থল পরিবহন
Land Transport in San Jose
[ IN:GROUND_SERVICE [ SL:CITY_NAME san jose ] ]
please tell me how many nonstop flights there are from boston to atlanta
quantity
[{'start': 24, 'end': 31, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 55, 'end': 61, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 65, 'end': 72, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
দয়া করে বলুন, বোস্টন থেকে আটলান্টা পর্যন্ত কতগুলি নন স্টপ ফ্লাইট রয়েছে।
Please tell me how many non-stop flights there are from Boston to Atlanta.
[ IN:QUANTITY [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ]
on the earliest flight from san francisco to atlanta on delta is a meal being served
flight
[{'start': 7, 'end': 15, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 28, 'end': 41, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 52, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 61, 'value': 'delta', 'entity': 'airline_name'}, {'start': 67, 'end': 71, 'value': 'meal', 'entity': 'meal'}]
সান ফ্রান্সিসকো থেকে আটলান্টা পর্যন্ত প্রথম বিমানে খাবার পরিবেশন করা হচ্ছে।
The first flight is from San Francisco to Atlanta.
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME atlanta ] [ SL:AIRLINE_NAME delta ] [ SL:MEAL meal ] ]
where does canadian airlines international fly
flight
[{'start': 11, 'end': 42, 'value': 'canadian airlines international', 'entity': 'airline_name'}]
কোথায় কানাডিয়ান এয়ারলাইন্স আন্তর্জাতিক উড়ান চালায়?
Where do Canadian airlines operate international flights?
[ IN:FLIGHT [ SL:AIRLINE_NAME canadian airlines international ] ]
what flights from denver to pittsburgh arrive before 8 in the morning
flight
[{'start': 18, 'end': 24, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 38, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 46, 'end': 52, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 53, 'end': 54, 'value': '8', 'entity': 'arrive_time.time'}, {'start': 62, 'end': 69, 'value': 'morning', 'entity': 'arrive_time.period_of_day'}]
ডেনভার থেকে পিটসবার্গ পর্যন্ত কোন ফ্লাইটগুলি সকাল আটটার আগে পৌঁছায়?
Which flights from Denver to Pittsburgh arrive before 8: 00 a.m.?
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:TIME_RELATIVE before ] [ SL:TIME 8 ] [ SL:PERIOD_OF_DAY morning ] ]
find me 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'}]
আমাকে বোস্টন থেকে আটলান্টা পর্যন্ত সবচেয়ে পুরোনো ফ্লাইটের খোঁজ করুন।
Find me the oldest flight from Boston to Atlanta.
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ]
show me the flights from boston to san francisco that stop in atlanta
flight
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 48, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 69, 'value': 'atlanta', 'entity': 'stoploc.city_name'}]
আমাকে বোস্টন থেকে সান ফ্রান্সিসকো পর্যন্ত যে উড়ানগুলি আটলান্টা থামে তা দেখান
Show me the flights that stop at Atlanta from Boston to San Francisco
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME atlanta ] ]
show me flights to san francisco from philadelphia stopping in dallas
flight
[{'start': 19, 'end': 32, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 50, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 63, 'end': 69, 'value': 'dallas', 'entity': 'stoploc.city_name'}]
ফিলাডেলফিয়া থেকে সান ফ্রান্সিসকোতে ফ্লাইট দেখাও, ডালাসে থামো।
Show me a flight from Philadelphia to San Francisco, stop at Dallas.
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] ]
what city is the airport mco in
city
[{'start': 25, 'end': 28, 'value': 'mco', 'entity': 'fromloc.airport_code'}]
কোন শহরে এয়ারপোর্ট এমসিও?
In which city is the airport MCO?
[ IN:CITY [ SL:AIRPORT_CODE mco ] ]
how much does it cost to rent a car in tacoma
ground_fare
[{'start': 32, 'end': 35, 'value': 'car', 'entity': 'transport_type'}, {'start': 39, 'end': 45, 'value': 'tacoma', 'entity': 'city_name'}]
টাকোমায় একটি গাড়ি ভাড়া করতে কত খরচ হয়
How much does it cost to rent a car in Tacoma?
[ IN:GROUND_FARE [ SL:TRANSPORT_TYPE car ] [ SL:CITY_NAME tacoma ] ]
show me flights from baltimore to dallas
flight
[{'start': 21, 'end': 30, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 40, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমাকে বাল্টিমোর থেকে ডালাস পর্যন্ত ফ্লাইট দেখাও।
Show me the flight from Baltimore to Dallas.
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] ]
show me a list of ground transportation at denver
ground_service
[{'start': 43, 'end': 49, 'value': 'denver', 'entity': 'city_name'}]
আমাকে ডেনভারে স্থল পরিবহণের একটি তালিকা দেখান
Show me a list of land transport in Denver
[ IN:GROUND_SERVICE [ SL:CITY_NAME denver ] ]
i 'd like a flight from columbus to phoenix stopping in cincinnati and serving dinner what 's available
flight
[{'start': 24, 'end': 32, 'value': 'columbus', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 43, 'value': 'phoenix', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 66, 'value': 'cincinnati', 'entity': 'stoploc.city_name'}, {'start': 79, 'end': 85, 'value': 'dinner', 'entity': 'meal_description'}]
আমি চাই কলম্বাস থেকে ফিনিক্স বিমানে করে সিনসিনাটিতে এসে থামবো এবং রাতের খাবার পরিবেশন করবো।
I want to stop at Cincinnati on a Phoenix flight from Columbus and serve dinner.
[ IN:FLIGHT [ SL:CITY_NAME columbus ] [ SL:CITY_NAME phoenix ] [ SL:CITY_NAME cincinnati ] [ SL:MEAL_DESCRIPTION dinner ] ]
also show me flights from san francisco to pittsburgh on tuesday
flight
[{'start': 26, 'end': 39, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 53, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 64, 'value': 'tuesday', 'entity': 'depart_date.day_name'}]
এছাড়াও মঙ্গলবার সান ফ্রান্সিস্কো থেকে পিটসবার্গ পর্যন্ত আমাকে বিমান দেখান।
Also show me the flight from San Francisco to Pittsburgh on Tuesday.
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME tuesday ] ]
show flights from dallas to oakland
flight
[{'start': 18, 'end': 24, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 35, 'value': 'oakland', 'entity': 'toloc.city_name'}]
ডালাস থেকে ওকল্যান্ড পর্যন্ত উড়ান প্রদর্শন
Flight Demonstration from Dallas to Oakland
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME oakland ] ]
give me the cheapest flight from charlotte to long beach
flight
[{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 33, 'end': 42, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 56, 'value': 'long beach', 'entity': 'toloc.city_name'}]
আমাকে চারলট থেকে দীর্ঘ সৈকত পর্যন্ত সবচেয়ে সস্তা ফ্লাইট দাও।
Give me the cheapest flight from Charlotte to Long Beach.
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME long beach ] ]
show me all flights from san francisco to pittsburgh
flight
[{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 52, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
আমাকে সান ফ্রান্সিস্কো থেকে পিটসবার্গ পর্যন্ত সব ফ্লাইট দেখাও।
Show me all the flights from San Francisco to Pittsburgh.
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] ]

Dataset Card for "IE-SemParse"

Dataset Summary

IE-SemParse is an InterBilingual Semantic Parsing Dataset for eleven major Indic languages that includes Assamese (‘as’), Gujarat (‘gu’), Kannada (‘kn’), Malayalam (‘ml’), Marathi (‘mr’), Odia (‘or’), Punjabi (‘pa’), Tamil (‘ta’), Telugu (‘te’), Hindi (‘hi’), and Bengali (‘bn’).

Supported Tasks and Leaderboards

Tasks: Inter-Bilingual Semantic Parsing

Leaderboards: Currently there is no Leaderboard for this dataset.

Languages

  • Assamese (as)
  • Bengali (bn)
  • Gujarati (gu)
  • Kannada (kn)
  • Hindi (hi)
  • Malayalam (ml)
  • Marathi (mr)
  • Oriya (or)
  • Punjabi (pa)
  • Tamil (ta)
  • Telugu (te)

...

Dataset usage

Code snippet for using the dataset using datasets library.

from datasets import load_dataset

dataset = load_dataset("Divyanshu/IE_SemParse")

Dataset Creation

Machine translation of 3 multilingual semantic Parsing datasets english dataset to 11 listed Indic Languages.

Curation Rationale

[More information needed]

Source Data

mTOP dataset

multilingualTOP dataset

multi-ATIS++ dataset

Initial Data Collection and Normalization

Detailed in the paper

Who are the source language producers?

Detailed in the paper

Human Verification Process

Detailed in the paper

Considerations for Using the Data

Social Impact of Dataset

Detailed in the paper

Discussion of Biases

Detailed in the paper

Other Known Limitations

Detailed in the paper

Dataset Curators

Divyanshu Aggarwal, Vivek Gupta, Anoop Kunchukuttan

Licensing Information

Contents of this repository are restricted to only non-commercial research purposes under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0). Copyright of the dataset contents belongs to the original copyright holders.

Citation Information

If you use any of the datasets, models or code modules, please cite the following paper:

@misc{aggarwal2023evaluating,
      title={Evaluating Inter-Bilingual Semantic Parsing for Indian Languages}, 
      author={Divyanshu Aggarwal and Vivek Gupta and Anoop Kunchukuttan},
      year={2023},
      eprint={2304.13005},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
Downloads last month
4
Edit dataset card