qid
stringlengths 6
9
| source
stringlengths 7
216
| target
stringlengths 6
409
|
---|---|---|
atis_3672
|
tell me the flights from dallas to baltimore
|
( lambda $0 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ) )
|
atis_1388
|
i want to travel from philadelphia to boston on wednesday afternoon
|
( lambda $0 e ( and ( during_day $0 afternoon : pd ) ( from $0 philadelphia : ci ) ( to $0 boston : ci ) ( day $0 wednesday : da ) ) )
|
atis_413
|
does delta airline fly from denver to pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ) )
|
atis_937
|
how long does it take to get from denver to oakland
|
( lambda $0 e ( exists $1 ( and ( to $1 oakland : ci ) ( from $1 denver : ci ) ( = ( time_elapsed $1 ) $0 ) ) ) )
|
atis_1184
|
i need flight information for a flight departing from indianapolis to cleveland departing tuesday at noon
|
( lambda $0 e ( and ( flight $0 ) ( departure_time $0 1200 : ti ) ( from $0 indianapolis : ci ) ( to $0 cleveland : ci ) ( day $0 tuesday : da ) ) )
|
atis_3410
|
show me the flights from boston to atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) )
|
atis_3736
|
what airlines flies out of atlanta
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 atlanta : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
|
atis_4367
|
what ground transportation is available in baltimore
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 baltimore : ci ) ) )
|
atis_1860
|
information on flights from pittsburgh to san francisco
|
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ) )
|
atis_4322
|
what flights leave from atlanta to boston on june twenty ninth in the afternoon
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon : pd ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ( day_number $0 29 : dn ) ( month $0 june : mn ) ) )
|
atis_711
|
from kansas city to salt lake city on delta arrive around 8pm tomorrow
|
( lambda $0 e ( and ( airline $0 dl : al ) ( approx_arrival_time $0 2000 : ti ) ( from $0 kansas_city : ci ) ( to $0 salt_lake_city : ci ) ( tomorrow $0 ) ) )
|
atis_3719
|
what aircraft is used on delta flight 1222 from kansas city to salt lake city
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( flight_number $1 1222 : fn ) ( from $1 kansas_city : ci ) ( to $1 salt_lake_city : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
atis_4111
|
what flights are available on wednesday from atlanta to washington dc
|
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( day $0 wednesday : da ) ) )
|
atis_4110
|
what flights are available on sunday to pittsburgh from san francisco
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 sunday : da ) ) )
|
atis_3954
|
what are the morning flights from philadelphia to dallas going on american airlines
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 morning : pd ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) )
|
atis_1945
|
is there ground transportation from the airport to downtown phoenix
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 phoenix : ci ) ( from_airport $0 phoenix : ci ) ) )
|
atis_564
|
flight from long beach to columbus on twenty seventh
|
( lambda $0 e ( and ( flight $0 ) ( from $0 long_beach : ci ) ( to $0 columbus : ci ) ( day_number $0 27 : dn ) ) )
|
atis_2715
|
pm flights dallas to atlanta
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 pm : pd ) ( from $0 dallas : ci ) ( to $0 atlanta : ci ) ) )
|
atis_2092
|
list all the flights from atlanta to charlotte north carolina that leave next monday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 charlotte : ci ) ( day $0 monday : da ) ) )
|
atis_746
|
give me a flight between boston and denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) )
|
atis_4840
|
what type of aircraft leaving after 2pm from boston to oakland
|
( lambda $0 e ( exists $1 ( and ( > ( departure_time $1 ) 1400 : ti ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
atis_655
|
flights from montreal and phoenix to las vegas arriving at the same time
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( from $0 montreal : ci ) ( to $0 las_vegas : ci ) ( from $1 pheonix : ci ) ( to $1 las_vegas : ci ) ( equals ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) )
|
atis_5007
|
which flights depart los angeles destination charlotte that leave on a monday morning
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 los_angeles : ci ) ( to $0 charlotte : ci ) ( day $0 monday : da ) ) )
|
atis_323
|
delta flights from san francisco please
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 san_francisco : ci ) ) )
|
atis_3309
|
show me the cheapest flight on june fourteenth arriving in baltimore starting from dallas
|
( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day_number $0 14 : dn ) ( month $0 june : mn ) ) ( fare $0 ) )
|
atis_3082
|
show me continental flights from chicago to seattle on saturday morning
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( during_day $0 morning : pd ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day $0 saturday : da ) ) )
|
atis_2953
|
show me all flights from pittsburgh to atlanta which leave after 5 o'clock pm tomorrow
|
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ( tomorrow $0 ) ) )
|
atis_1137
|
i need a flight from toronto to montreal reaching montreal early on friday
|
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 early : pd ) ( from $0 toronto : ci ) ( to $0 montreal : ci ) ( day_arrival $0 friday : da ) ) )
|
atis_3496
|
show me the flights from salt lake city to st. petersburg on wednesday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 salt_lake_city : ci ) ( to $0 st_petersburg : ci ) ( day $0 wednesday : da ) ) )
|
atis_425
|
does flight ua 281 from boston to denver leave on tuesday
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( flight_number $0 281 : fn ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day $0 tuesday : da ) ) )
|
atis_2631
|
please list the flights from phoenix to san diego
|
( lambda $0 e ( and ( flight $0 ) ( from $0 phoenix : ci ) ( to $0 san_diego : ci ) ) )
|
atis_4368
|
what ground transportation is available in boston
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ) )
|
atis_1947
|
is there ground transportation from the boston airport to downtown boston
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
|
atis_4328
|
what flights leave from phoenix to anywhere
|
( lambda $0 e ( and ( flight $0 ) ( from $0 phoenix : ci ) ) )
|
atis_3170
|
show me flights from milwaukee to orlando on wednesday night or thursday morning
|
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( or ( and ( day $0 wednesday : da ) ( during_day $0 late : pd ) ) ( and ( day $0 thursday : da ) ( during_day $0 morning : pd ) ) ) ) )
|
atis_4509
|
what is the cost of limousine service at logan airport
|
( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( from_airport $1 boston : ci ) ( = ( ground_fare $1 ) $0 ) ) ) )
|
atis_600
|
flights from atlanta please
|
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ) )
|
atis_1798
|
i'll need a rental car at the atlanta airport can you show me what's available
|
( lambda $0 e ( and ( rental_car $0 ) ( from_airport $0 atlanta : ci ) ) )
|
atis_2648
|
please list the shortest one stop flight from ontario california to orlando florida
|
( argmin $0 ( and ( flight $0 ) ( stops $0 1 : i ) ( from $0 ontario : ci ) ( to $0 orlando : ci ) ) ( time_elapsed $0 ) )
|
atis_4288
|
what flights go from dallas to tampa
|
( lambda $0 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 tampa : ci ) ) )
|
atis_4462
|
what is the cheapest flight from denver to pittsburgh leaving on september twenty eighth
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day_number $0 28 : dn ) ( month $0 september : mn ) ) ( fare $0 ) )
|
atis_2517
|
please give me flight schedules from pittsburgh to philadelphia
|
( lambda $0 e ( exists $1 ( and ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_1038
|
how much is the ground transportation between atlanta and downtown
|
( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 atlanta : ci ) ( from_airport $1 atlanta : ci ) ( = ( ground_fare $1 ) $0 ) ) ) )
|
atis_783
|
give me flights without fares from atlanta to baltimore
|
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ) )
|
atis_1268
|
i want a evening flight from dallas to milwaukee
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 dallas : ci ) ( to $0 milwaukee : ci ) ) )
|
atis_4830
|
what type of aircraft does eastern fly from atlanta to denver before 6pm
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ea : al ) ( < ( departure_time $1 ) 1800 : ti ) ( from $1 atlanta : ci ) ( to $1 denver : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
atis_3939
|
what are the flights on mondays that travel from charlotte north carolina to phoenix arizona
|
( lambda $0 e ( and ( flight $0 ) ( from $0 charlotte : ci ) ( to $0 phoenix : ci ) ( day $0 monday : da ) ) )
|
atis_4422
|
what is restriction ap80
|
ap_80 : rc
|
atis_121
|
are there any flights from boston to oakland that stop
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ( has_stops $0 ) ) )
|
atis_778
|
give me flights from seattle to chicago that have meals on continental
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( from $0 seattle : ci ) ( to $0 chicago : ci ) ) )
|
atis_984
|
how many northwest flights leave washington dc
|
( count $0 ( and ( flight $0 ) ( airline $0 nw : al ) ( from $0 washington : ci ) ) )
|
atis_3780
|
what are all flights to denver from philadelphia on sunday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 denver : ci ) ( day $0 sunday : da ) ) )
|
atis_4494
|
what is the coach fare between boston and atlanta on delta
|
( lambda $0 e ( exists $1 ( and ( airline $1 dl : al ) ( class_type $1 coach : cl ) ( from $1 boston : ci ) ( to $1 atlanta : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_745
|
give me a combination of continental flights from chicago to seattle that have meals early saturday morning
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day $0 saturday : da ) ) )
|
atis_3597
|
show me the one way flights from detroit to westchester county
|
( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 detroit : ci ) ( to $0 westchester_county : ci ) ) )
|
atis_3154
|
show me flights from denver to dc on wednesday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 washington : ci ) ( day $0 wednesday : da ) ) )
|
atis_1764
|
i'd like to know the latest flight from atlanta to boston
|
( argmax $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) ( departure_time $0 ) )
|
atis_4626
|
what is the flight schedule of the f28 from pittsburgh to baltimore
|
( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( to $1 baltimore : ci ) ( from $1 pittsburgh : ci ) ( aircraft_code $1 f28 : ac ) ) ) )
|
atis_2949
|
show me all flights from philadelphia to san francisco with one stop in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
atis_1171
|
i need a ticket from los angeles to charlotte that leaves early in the morning
|
( lambda $0 e ( and ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 los_angeles : ci ) ( to $0 charlotte : ci ) ) )
|
atis_2794
|
show fares and flights from denver to oakland
|
( lambda $0 e ( lambda $1 e ( and ( flight $1 ) ( from $1 denver : ci ) ( to $1 oakland : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_1425
|
i would like a flight from washington to boston leaving at 230 on august twentieth
|
( lambda $0 e ( and ( month $0 august : mn ) ( departure_time $0 1430 : ti ) ( to $0 boston : ci ) ( from $0 washington : ci ) ( flight $0 ) ( day_number $0 20 : dn ) ) )
|
atis_176
|
can i get a taxi from long beach airport to downtown long beach
|
( lambda $0 e ( and ( taxi $0 ) ( to_city $0 long_beach : ci ) ( from_airport $0 long_beach : ci ) ) )
|
atis_3348
|
show me the earliest flight on wednesday from baltimore to newark
|
( argmin $0 ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 newark : ci ) ( day $0 wednesday : da ) ) ( departure_time $0 ) )
|
atis_4217
|
what flights from burbank to milwaukee leave burbank tomorrow
|
( lambda $0 e ( and ( flight $0 ) ( from $0 burbank : ci ) ( to $0 milwaukee : ci ) ( tomorrow $0 ) ) )
|
atis_4921
|
what's the lowest one way fare from pittsburgh to denver
|
( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 pittsburgh : ci ) ( to $1 denver : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2726
|
round trip air fares from baltimore to philadelphia less than 1000 dollars
|
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) 1000 : do ) ( from $1 baltimore : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_82
|
am flights from atlanta to philadelphia
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ) )
|
atis_805
|
give me the fares from miami to cleveland next sunday
|
( lambda $0 e ( exists $1 ( and ( from $1 miami : ci ) ( to $1 cleveland : ci ) ( day $1 sunday : da ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2976
|
show me all flights from san francisco to boston philadelphia or baltimore
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( or ( to $0 boston : ci ) ( to $0 philadelphia : ci ) ( to $0 baltimore : ci ) ) ) )
|
atis_2094
|
list all the flights from charlotte to atlanta that return around 7pm
|
( lambda $0 e ( and ( flight $0 ) ( approx_return_time $0 1900 : ti ) ( from $0 charlotte : ci ) ( to $0 atlanta : ci ) ) )
|
atis_1878
|
is there a delta flight from denver to san francisco
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ) )
|
atis_141
|
are there any flights on june tenth from burbank to tacoma
|
( lambda $0 e ( and ( flight $0 ) ( from $0 burbank : ci ) ( to $0 tacoma : ci ) ( day_number $0 10 : dn ) ( month $0 june : mn ) ) )
|
atis_2000
|
list all daily flights between oakland and boston using american airline
|
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 aa : al ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) )
|
atis_4610
|
what is the first class fare on united flight 352 from denver to boston
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ua : al ) ( class_type $1 first : cl ) ( flight_number $1 352 : fn ) ( from $1 denver : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_1318
|
i want to book a flight from salt lake city to westchester county
|
( lambda $0 e ( and ( flight $0 ) ( from $0 salt_lake_city : ci ) ( to $0 westchester_county : ci ) ) )
|
atis_3916
|
what are the flights from montreal to chicago
|
( lambda $0 e ( and ( flight $0 ) ( from $0 montreal : ci ) ( to $0 chicago : ci ) ) )
|
atis_1058
|
i live in montreal and i want to travel to chicago then indianapolis and then return home
|
( lambda $0 e ( lambda $1 e ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 montreal : ci ) ( to $0 chicago : ci ) ( from $1 chicago : ci ) ( to $1 indianapolis : ci ) ( from $2 indianapolis : ci ) ( to $2 montreal : ci ) ) ) ) )
|
atis_4255
|
what flights from salt lake city to new york city arrive next saturday before 6pm
|
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 salt_lake_city : ci ) ( to $0 new_york : ci ) ( day_arrival $0 saturday : da ) ) )
|
atis_4349
|
what ground transport is available in baltimore
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 baltimore : ci ) ) )
|
atis_3322
|
show me the cheapest one way flights from montreal to orlando
|
( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 montreal : ci ) ( to $0 orlando : ci ) ) ( fare $0 ) )
|
atis_515
|
find me the earliest flight from boston to atlanta
|
( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) )
|
atis_1199
|
i need information for flights leaving baltimore and arriving in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 atlanta : ci ) ) )
|
atis_2169
|
list flights from minneapolis to pittsburgh on friday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 minneapolis : ci ) ( to $0 pittsburgh : ci ) ( day $0 friday : da ) ) )
|
atis_2310
|
looking for a flight from toronto to san diego
|
( lambda $0 e ( and ( flight $0 ) ( from $0 toronto : ci ) ( to $0 san_diego : ci ) ) )
|
atis_2825
|
show flights from pittsburgh to oakland connecting through denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 oakland : ci ) ( stop $0 denver : ci ) ) )
|
atis_4701
|
what is the lowest price fare from atlanta to san francisco on flight delta 82 and delta 139
|
( min $0 ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( or ( flight_number $1 82 : fn ) ( flight_number $1 139 : fn ) ) ( from $1 atlanta : ci ) ( to $1 san_francisco : ci ) ) ) )
|
atis_3225
|
show me ground transportation for dallas
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ) )
|
atis_2254
|
list the flights arriving in boston from atlanta on august fifth
|
( lambda $0 e ( and ( month_arrival $0 august : mn ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ( flight $0 ) ( day_number_arrival $0 5 : dn ) ) )
|
atis_838
|
give me the flights from salt lake city to new york city arriving before 6pm
|
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 salt_lake_city : ci ) ( to $0 new_york : ci ) ) )
|
atis_1739
|
i'd like to fly from tampa to montreal
|
( lambda $0 e ( and ( flight $0 ) ( from $0 tampa : ci ) ( to $0 montreal : ci ) ) )
|
atis_1194
|
i need flights that arrive in baltimore from pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 baltimore : ci ) ) )
|
atis_232
|
can you show me what fares are available from oakland to dallas on december sixteenth one way only
|
( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 oakland : ci ) ( to $1 dallas : ci ) ( day_number $1 16 : dn ) ( month $1 december : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4435
|
what is the available ground transportation between the airport in denver and downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ( from_airport $0 denver : ci ) ) )
|
atis_4183
|
what flights depart baltimore and arrive by 8pm friday in san francisco
|
( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ( day_arrival $0 friday : da ) ) )
|
atis_2361
|
nonstop flights seattle to kansas city
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 seattle : ci ) ( to $0 kansas_city : ci ) ) )
|
atis_1355
|
i want to fly united airlines from boston to denver
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) )
|
atis_1462
|
i would like an early morning nonstop flight from new york to las vegas on february twenty eighth
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ( day_number $0 28 : dn ) ) )
|
atis_2183
|
list flights from pittsburgh to baltimore on thursday morning nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 morning : pd ) ( from $0 pittsburgh : ci ) ( to $0 baltimore : ci ) ( day $0 thursday : da ) ) )
|
atis_1818
|
i'm looking for a flight traveling from boston to denver one way and the cheapest way possible
|
( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( fare $0 ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.