qid
stringlengths
6
9
source
stringlengths
6
259
target
stringlengths
6
409
anonymized_target
stringlengths
16
454
atis_3591
show me the nonstop flights from nashville to st. louis
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 nashville : ci ) ( to $0 st_louis : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3592
show me the nonstop flights from toronto to st. petersburg
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 toronto : ci ) ( to $0 st_petersburg : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3958
what are the nonstop flights between houston and memphis
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 houston : ci ) ( to $0 memphis : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3959
what are the nonstop flights between san jose and houston texas
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 san_jose : ci ) ( to $0 houston : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_4796
what nonstop flights are available from oakland to pittsburgh
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 oakland : ci ) ( to $0 pittsburgh : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_4750
what is the transportation time from the airport to boston
( lambda $0 e ( exists $1 ( and ( minutes_distant $1 $0 ) ( to_city $1 boston : ci ) ( from_airport $1 boston : ci ) ) ) )
( lambda $0 e ( exists $1 ( and ( minutes_distant $1 $0 ) ( to_city $1 ANON_ENTITY : ci ) ( from_airport $1 ANON_ENTITY : ci ) ) ) )
atis_184
can i take a single airline from la to charlotte to newark back to la
( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( from $1 los_angeles : ci ) ( to $1 charlotte : ci ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 charlotte : ci ) ( to $1 newark : ci ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 newark : ci ) ( to $1 los_angeles : ci ) ( airline $1 $0 ) ) ) ) )
( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( airline $1 $0 ) ) ) ) )
atis_1422
i would like a flight from san francisco to pittsburgh on friday morning after 10 o'clock
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1000 : ti ) ( during_day $0 morning : pd ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 friday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2692
please show me flights from pittsburgh to boston on saturday morning after 8am
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 800 : ti ) ( during_day $0 morning : pd ) ( from $0 pittsburgh : ci ) ( to $0 boston : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_3419
show me the flights from boston to pittsburgh next wednesday night after 6 o'clock
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( during_day $0 late : pd ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_378
do you have an early morning direct flight from philadelphia to pittsburgh
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 philadelphia : ci ) ( to $0 pittsburgh : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1965
july seventh what is the cost of a round trip ticket traveling first class on united airlines leaving from denver going to baltimore
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 ua : al ) ( class_type $1 first : cl ) ( from $1 denver : ci ) ( to $1 baltimore : ci ) ( day_number $1 7 : dn ) ( month $1 july : mn ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 ANON_ENTITY : al ) ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( fare $1 ) $0 ) ) ) )
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 ) ) ) )
( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( from_airport $1 ANON_ENTITY : ci ) ( = ( ground_fare $1 ) $0 ) ) ) )
atis_1105
i need a flight from new york to montreal thursday may six arriving before noon
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1200 : ti ) ( from $0 new_york : ci ) ( to $0 montreal : ci ) ( day $0 thursday : da ) ( day_number $0 6 : dn ) ( month $0 may : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_1107
i need a flight from new york to toronto thursday may six arriving by noon
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1200 : ti ) ( from $0 new_york : ci ) ( to $0 toronto : ci ) ( day $0 thursday : da ) ( day_number $0 6 : dn ) ( month $0 may : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_3969
what are the round trip fares for flights from denver to philadelphia arriving after 1700 on continental
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( airline $1 co : al ) ( > ( arrival_time $1 ) 1700 : ti ) ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( airline $1 ANON_ENTITY : al ) ( > ( arrival_time $1 ) ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3824
what are the coach fares for flights from charlotte to newark tuesday afternoon
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach : cl ) ( during_day $1 afternoon : pd ) ( from $1 charlotte : ci ) ( to $1 newark : ci ) ( day $1 tuesday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 ANON_ENTITY : cl ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_3825
what are the coach fares for flights from charlotte to newark tuesday evening
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach : cl ) ( during_day $1 evening : pd ) ( from $1 charlotte : ci ) ( to $1 newark : ci ) ( day $1 tuesday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 ANON_ENTITY : cl ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_223
can you show me flights that are economy class from baltimore to dallas
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_225
can you show me the available flights from baltimore to dallas with economy fares
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_227
can you show me the economy fare flights from baltimore to dallas
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_229
can you show me the flights from dallas to baltimore with economy fares
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1061
i need a cheap flight from baltimore to san francisco
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1266
i want a cheap flight from denver to atlanta
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2346
need an inexpensive flight from baltimore to san francisco
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3015
show me all the available flights from baltimore to dallas with economy fares
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3080
show me cheap flights from baltimore to dallas
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3351
show me the economy flights from baltimore to dallas
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3439
show me the flights from dallas to baltimore at economy level
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3624
show me what flights are available from baltimore to dallas with economy fares
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2430
okay what i would like to know is does twa flight 505 from charlotte to las vegas with a stop in st. louis serve dinner that's twa flight 505 or 163
( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner : me ) ( airline $0 tw : al ) ( flight_number $0 505 : fn ) ( from $0 charlotte : ci ) ( to $0 las_vegas : ci ) ( stop $0 st_louis : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( meal $0 ANON_ENTITY : me ) ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_3269
show me round trip first class tickets from new york to miami
( lambda $0 e ( and ( to $0 miami : ci ) ( from $0 new_york : ci ) ( round_trip $0 ) ( class_type $0 first : cl ) ) )
( lambda $0 e ( and ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( round_trip $0 ) ( class_type $0 ANON_ENTITY : cl ) ) )
atis_962
how many first class flights does united have leaving from all airports today
( count $0 ( and ( flight $0 ) ( today $0 ) ( exists $1 ( and ( airport $1 ) ( from $0 $1 ) ) ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ) )
( count $0 ( and ( flight $0 ) ( today $0 ) ( exists $1 ( and ( airport $1 ) ( from $0 $1 ) ) ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ) )
atis_4188
what flights depart san francisco after 4pm and fly to washington via indianapolis
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1600 : ti ) ( from $0 san_francisco : ci ) ( to $0 washington : ci ) ( stop $0 indianapolis : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_3752
what airlines fly from st. petersburg to milwaukee and from milwaukee to tacoma
( lambda $0 e ( and ( airline $0 ) ( and ( exists $1 ( and ( flight $1 ) ( from $1 st_petersburg : ci ) ( to $1 milwaukee : ci ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 milwaukee : ci ) ( to $1 tacoma : ci ) ( airline $1 $0 ) ) ) ) ) )
( lambda $0 e ( and ( airline $0 ) ( and ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( airline $1 $0 ) ) ) ) ) )
atis_2084
list all round trip flights between indianapolis and orlando on the twenty seventh of december
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ( day_number $0 27 : dn ) ( month $0 december : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_3387
show me the flights before 11am on august second from boston to denver on delta
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( < ( departure_time $0 ) 1100 : ti ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day_number $0 2 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_3388
show me the flights before 8am on august second from boston to denver on delta
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( < ( departure_time $0 ) 800 : ti ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day_number $0 2 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_3891
what are the flights from cleveland to indianapolis on wednesday may twelfth on either twa delta or continental
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 tw : al ) ( airline $0 dl : al ) ( airline $0 co : al ) ) ( from $0 cleveland : ci ) ( to $0 indianapolis : ci ) ( day $0 wednesday : da ) ( day_number $0 12 : dn ) ( month $0 may : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 ANON_ENTITY : al ) ( airline $0 ANON_ENTITY : al ) ( airline $0 ANON_ENTITY : al ) ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_2911
show me all flights from chicago to kansas city on thursday june seventeenth arriving in kansas city at around 7 o'clock in the evening
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1900 : ti ) ( from $0 chicago : ci ) ( to $0 kansas_city : ci ) ( day $0 thursday : da ) ( day_number $0 17 : dn ) ( month $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_3081
show me city served both by nationair and canadian airlines international
( lambda $0 e ( and ( city $0 ) ( services cp : al $0 ) ( services nx : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_4994
which cities are serviced by both american and delta airlines
( lambda $0 e ( and ( city $0 ) ( services aa : al $0 ) ( services dl : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_1403
i would like a flight from atlanta to dallas on friday that arrives in dallas by 6pm
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 dallas : ci ) ( day $0 friday : da ) ( < ( arrival_time $0 ) 1800 : ti ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ) )
atis_2900
show me all flights from boston to denver which arrive before noon on wednesday
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day_arrival $0 wednesday : da ) ( flight $0 ) ( < ( arrival_time $0 ) 1200 : ti ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ) )
atis_1223
i need the flight numbers of flights leaving from cleveland and arriving at dallas
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 cleveland : ci ) ( to $1 dallas : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
atis_102
and i'll need ground transportation for tuesday july sixth to wednesday july seventh in san diego
( lambda $0 e ( and ( ground_transport $0 ) ( day $0 tuesday : da ) ( month $0 july : mn ) ( day_number $0 6 : dn ) ( day $0 wednesday : da ) ( day_number $0 7 : dn ) ( to_city $0 san_diego : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( day $0 ANON_ENTITY : da ) ( month $0 ANON_ENTITY : mn ) ( day_number $0 ANON_ENTITY : dn ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_2236
list the cities from which northwest flies
( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 nw : al ) ( from $1 $0 ) ) ) ) )
( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 $0 ) ) ) ) )
atis_3983
what cities does northwest fly out of
( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 nw : al ) ( from $1 $0 ) ) ) ) )
( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 $0 ) ) ) ) )
atis_940
how long is a trip from philadelphia airport to downtown philadelphia
( lambda $0 e ( exists $1 ( and ( = ( minutes_distant $1 ) $0 ) ( to_city $1 philadelphia : ci ) ( from_airport $1 philadelphia : ci ) ) ) )
( lambda $0 e ( exists $1 ( and ( = ( minutes_distant $1 ) $0 ) ( to_city $1 ANON_ENTITY : ci ) ( from_airport $1 ANON_ENTITY : ci ) ) ) )
atis_1039
how much time does it take to go between the airport and downtown by ground transportation in dallas
( lambda $0 e ( exists $1 ( and ( = ( minutes_distant $1 ) $0 ) ( to_city $1 dallas : ci ) ( from_airport $1 dallas : ci ) ) ) )
( lambda $0 e ( exists $1 ( and ( = ( minutes_distant $1 ) $0 ) ( to_city $1 ANON_ENTITY : ci ) ( from_airport $1 ANON_ENTITY : ci ) ) ) )
atis_256
cheapest fare round trip from indianapolis to orlando on december twenty seventh
( min $0 ( exists $1 ( and ( from $1 indianapolis : ci ) ( to $1 orlando : ci ) ( day_number $1 27 : dn ) ( month $1 december : mn ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
atis_261
cheapest round trip fare from indianapolis to orlando on december twenty fifth
( min $0 ( exists $1 ( and ( from $1 indianapolis : ci ) ( to $1 orlando : ci ) ( day_number $1 25 : dn ) ( month $1 december : mn ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
atis_2530
please give me the cheapest round trip airfare from atlanta to philadelphia on august the first
( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 philadelphia : ci ) ( day_number $1 1 : dn ) ( month $1 august : mn ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
atis_4871
what's the cheapest fare for a round trip from indianapolis to orlando on december twenty seventh
( min $0 ( exists $1 ( and ( from $1 indianapolis : ci ) ( to $1 orlando : ci ) ( day_number $1 27 : dn ) ( month $1 december : mn ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
atis_1498
i would like the first flight from dallas into houston on march first and the last flight from houston back to dallas on march first
( lambda $0 e ( lambda $1 e ( and ( equals $0 ( argmin $2 ( and ( flight $2 ) ( from $2 dallas : ci ) ( to $2 houston : ci ) ( day_number $2 1 : dn ) ( month $2 march : mn ) ) ( arrival_time $2 ) ) ) ( equals $1 ( argmax $2 ( and ( flight $2 ) ( to $2 dallas : ci ) ( from $2 houston : ci ) ( day_number $2 1 : dn ) ( month $2 march : mn ) ) ( arrival_time $2 ) ) ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( equals $0 ( argmin $2 ( and ( flight $2 ) ( from $2 ANON_ENTITY : ci ) ( to $2 ANON_ENTITY : ci ) ( day_number $2 ANON_ENTITY : dn ) ( month $2 ANON_ENTITY : mn ) ) ( arrival_time $2 ) ) ) ( equals $1 ( argmax $2 ( and ( flight $2 ) ( to $2 ANON_ENTITY : ci ) ( from $2 ANON_ENTITY : ci ) ( day_number $2 ANON_ENTITY : dn ) ( month $2 ANON_ENTITY : mn ) ) ( arrival_time $2 ) ) ) ) ) )
atis_1500
i would like the first flight into houston from dallas on march first and the last flight from houston to dallas on march first
( lambda $0 e ( lambda $1 e ( and ( equals $0 ( argmin $2 ( and ( flight $2 ) ( from $2 dallas : ci ) ( to $2 houston : ci ) ( day_number $2 1 : dn ) ( month $2 march : mn ) ) ( arrival_time $2 ) ) ) ( equals $1 ( argmax $2 ( and ( flight $2 ) ( to $2 dallas : ci ) ( from $2 houston : ci ) ( day_number $2 1 : dn ) ( month $2 march : mn ) ) ( arrival_time $2 ) ) ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( equals $0 ( argmin $2 ( and ( flight $2 ) ( from $2 ANON_ENTITY : ci ) ( to $2 ANON_ENTITY : ci ) ( day_number $2 ANON_ENTITY : dn ) ( month $2 ANON_ENTITY : mn ) ) ( arrival_time $2 ) ) ) ( equals $1 ( argmax $2 ( and ( flight $2 ) ( to $2 ANON_ENTITY : ci ) ( from $2 ANON_ENTITY : ci ) ( day_number $2 ANON_ENTITY : dn ) ( month $2 ANON_ENTITY : mn ) ) ( arrival_time $2 ) ) ) ) ) )
atis_3272
show me round trip flights from denver to baltimore that offer first class service on united
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_340
display all flights from st. petersburg and charlotte flights should leave after noon arrive after 5pm nonstop flight
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( > ( arrival_time $0 ) 1700 : ti ) ( or ( from $0 st_petersburg : ci ) ( from $0 charlotte : ci ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( or ( from $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ) ) )
atis_4539
what is the earliest flight from boston to bwi that serves a snack
( argmin $0 ( and ( flight $0 ) ( meal $0 snack : me ) ( from $0 boston : ci ) ( to $0 bwi : ap ) ) ( departure_time $0 ) )
( argmin $0 ( and ( flight $0 ) ( meal $0 ANON_ENTITY : me ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) ( departure_time $0 ) )
atis_4894
what's the earliest flight from boston to bwi that serves dinner
( argmin $0 ( and ( flight $0 ) ( meal $0 dinner : me ) ( from $0 boston : ci ) ( to $0 bwi : ap ) ) ( departure_time $0 ) )
( argmin $0 ( and ( flight $0 ) ( meal $0 ANON_ENTITY : me ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) ( departure_time $0 ) )
atis_4895
what's the earliest flight from boston to bwi that serves lunch
( argmin $0 ( and ( flight $0 ) ( meal $0 lunch : me ) ( from $0 boston : ci ) ( to $0 bwi : ap ) ) ( departure_time $0 ) )
( argmin $0 ( and ( flight $0 ) ( meal $0 ANON_ENTITY : me ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) ( departure_time $0 ) )
atis_4094
what flights are available from denver to baltimore first class on united airlines arriving may seventh before noon
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( < ( arrival_time $0 ) 1200 : ti ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ( month_arrival $0 may : mn ) ( day_number_arrival $0 7 : dn ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( month_arrival $0 ANON_ENTITY : mn ) ( day_number_arrival $0 ANON_ENTITY : dn ) ) )
atis_3090
show me fares for flights from minneapolis to seattle on july first 1993
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 minneapolis : ci ) ( to $1 seattle : ci ) ( day_number $1 1 : dn ) ( month $1 july : mn ) ( year $1 1993 : yr ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( year $1 ANON_ENTITY : yr ) ( = ( fare $1 ) $0 ) ) ) )
atis_3922
what are the flights from philadelphia to dallas on october first 1991
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( month $0 october : mn ) ( year $0 1991 : yr ) ( day_number $0 1 : dn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( month $0 ANON_ENTITY : mn ) ( year $0 ANON_ENTITY : yr ) ( day_number $0 ANON_ENTITY : dn ) ) )
atis_1003
how much does dl 746 cost
( lambda $0 e ( exists $1 ( and ( airline $1 dl : al ) ( flight_number $1 746 : fn ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( = ( fare $1 ) $0 ) ) ) )
atis_29
all flights from boston to philadelphia which show up on tuesday afternoon
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 afternoon : pd ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ( day_arrival $0 tuesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_1091
i need a flight from indianapolis to toronto reaching toronto on thursday morning
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 morning : pd ) ( from $0 indianapolis : ci ) ( to $0 toronto : ci ) ( day_arrival $0 thursday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
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 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_1344
i want to fly from kansas city to chicago next wednesday arriving in the evening and returning the next day
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 evening : pd ) ( from $0 kansas_city : ci ) ( to $0 chicago : ci ) ( day_arrival $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_3207
show me flights going from boston to denver arriving on wednesday morning
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 morning : pd ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day_arrival $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_5005
which flights arrive in st. louis from st. paul on thursday morning
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 morning : pd ) ( from $0 st_paul : ci ) ( to $0 st_louis : ci ) ( day_arrival $0 thursday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_801
give me the earliest flight tomorrow from st. petersburg to milwaukee on a airline other than twa
( argmin $0 ( and ( flight $0 ) ( not ( airline $0 tw : al ) ) ( from $0 st_petersburg : ci ) ( to $0 milwaukee : ci ) ( tomorrow $0 ) ) ( departure_time $0 ) )
( argmin $0 ( and ( flight $0 ) ( not ( airline $0 ANON_ENTITY : al ) ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ( departure_time $0 ) )
atis_2890
show me all flights from atlanta to san francisco which leave atlanta after 5 o'clock pm tomorrow
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 atlanta : ci ) ( to $0 san_francisco : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
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 ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_58
all flights phoenix to sfo
( lambda $0 e ( and ( flight $0 ) ( from $0 phoenix : ci ) ( to $0 sfo : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) )
atis_736
get flights from milwaukee to dtw
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 dtw : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) )
atis_2769
show all flights from miami to jfk
( lambda $0 e ( and ( flight $0 ) ( from $0 miami : ci ) ( to $0 jfk : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) )
atis_2850
show me a return flight from miami to jfk please
( lambda $0 e ( and ( flight $0 ) ( from $0 miami : ci ) ( to $0 jfk : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) )
atis_2905
show me all flights from boston to dfw
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 dfw : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) )
atis_3395
show me the flights from atlanta to bwi
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 bwi : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) )
atis_4105
what flights are available from pittsburgh to oakland airport
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 oak : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ) )
atis_49
all flights from pittsburgh to philadelphia that arrive at 6 o'clock next tuesday
( lambda $0 e ( and ( from $0 pittsburgh : ci ) ( to $0 philadelphia : ci ) ( day_arrival $0 tuesday : da ) ( arrival_time $0 1800 : ti ) ( flight $0 ) ) )
( lambda $0 e ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ( arrival_time $0 ANON_ENTITY : ti ) ( flight $0 ) ) )
atis_3018
show me all the delta flights leaving or arriving at pittsburgh between 12 and 4 in the afternoon
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( or ( and ( from $0 pittsburgh : ci ) ( > ( departure_time $0 ) 1200 : ti ) ( < ( departure_time $0 ) 1600 : ti ) ) ( and ( > ( arrival_time $0 ) 1200 : ti ) ( < ( arrival_time $0 ) 1600 : ti ) ( to $0 pittsburgh : ci ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( or ( and ( from $0 ANON_ENTITY : ci ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ) ( and ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( to $0 ANON_ENTITY : ci ) ) ) ) )
atis_544
first class from detroit to st. petersburg
( lambda $0 e ( and ( class_type $0 first : cl ) ( from $0 detroit : ci ) ( to $0 st_petersburg : ci ) ) )
( lambda $0 e ( and ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1060
i need 2 first class tickets from dallas fort worth to san francisco
( lambda $0 e ( and ( class_type $0 first : cl ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1218
i need one first class ticket from dallas fort worth to san francisco
( lambda $0 e ( and ( class_type $0 first : cl ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1926
is there an airline that advertises having more flights than any other airline
( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( airline $1 $0 ) ) ) )
( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( airline $1 $0 ) ) ) )
atis_2729
round trip fares from baltimore to philadelphia less than 1000 dollars or round trip fares from denver to philadelphia less than 1000 dollars or round trip fares from pittsburgh to philadelphia less than 1000 dollars
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( or ( and ( < ( fare $1 ) 1000 : do ) ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ) ( and ( < ( fare $1 ) 1000 : do ) ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ) ( and ( < ( fare $1 ) 1000 : do ) ( from $1 baltimore : ci ) ( to $1 philadelphia : ci ) ) ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( or ( and ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ( and ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ( and ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ) ( = ( fare $1 ) $0 ) ) ) )
atis_2868
show me all fares between philadelphia and san francisco that are less than 200 dollars one way
( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( < ( fare $1 ) 200 : do ) ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2213
list nonstop flights from los angeles to pittsburgh which arrive on monday after 5pm
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) 1700 : ti ) ( from $0 los_angeles : ci ) ( to $0 pittsburgh : ci ) ( day_arrival $0 monday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_168
between boston and denver i'd like a flight that takes the least amount of stops to get to boston
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 boston : ci ) ( to $0 boston : ci ) ) ( stops $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( stops $0 ) )
atis_4877
what's the cheapest flight from denver to pittsburgh for both one way and round trip flights
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( or ( oneway $0 ) ( round_trip $0 ) ) ) ( fare $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( oneway $0 ) ( round_trip $0 ) ) ) ( fare $0 ) )
atis_968
how many flights does alaska airlines have to burbank
( count $0 ( and ( flight $0 ) ( airline $0 as : al ) ( to $0 burbank : ci ) ) )
( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( to $0 ANON_ENTITY : ci ) ) )
atis_56
all flights from washington to san francisco leaving after 2
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1400 : ti ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_97
and flight from oakland to boston leaving after midnight
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 0 : ti ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_98
and flights leaving from atlanta to oakland leaving after 5pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 atlanta : ci ) ( to $0 oakland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_114
are there any flights after 9pm from san francisco to washington
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2100 : ti ) ( from $0 san_francisco : ci ) ( to $0 washington : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_197
can you list all flights from chicago to st. louis that depart after 12 noon
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( from $0 chicago : ci ) ( to $0 st_louis : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_241
can you tell me the flights that go from boston to atlanta sometime after 5pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_344
display all the flights from baltimore to dallas which leave after 4pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1600 : ti ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )