qid
stringlengths
6
9
source
stringlengths
6
259
target
stringlengths
6
409
anonymized_target
stringlengths
16
454
atis_4781
what kind of ground transportation is there in denver
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4782
what kind of ground transportation is there in philadelphia
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 philadelphia : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4783
what kind of ground transportation is there in washington dc
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 washington : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4784
what kind of ground transportation is there once i get to dallas
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4787
what kinds of ground transportation is available in dallas fort worth
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4811
what sort of ground transportation is there in washington dc
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 washington : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4846
what type of ground transportation is available in washington
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 washington : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4852
what types of ground transportation are available in denver
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4853
what types of ground transportation are available in denver
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4854
what types of ground transportation are available in philadelphia
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 philadelphia : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4911
what's the ground transportation from oakland to san francisco
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 oakland : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4912
what's the ground transportation like at pittsburgh
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 pittsburgh : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_5026
while i'm in pittsburgh what ground transportation is available
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 pittsburgh : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
atis_4689
what is the least expensive flight today from atlanta to san francisco
( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 san_francisco : ci ) ( today $0 ) ) ( fare $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( today $0 ) ) ( fare $0 ) )
atis_863
great now what i want to find out is on april twentieth from washington to denver do you have a flight least expensive fare around 5 o'clock in the morning
( argmin $0 ( and ( flight $0 ) ( approx_departure_time $0 500 : ti ) ( from $0 washington : ci ) ( to $0 denver : ci ) ( day_number $0 20 : dn ) ( month $0 april : mn ) ) ( fare $0 ) )
( argmin $0 ( and ( flight $0 ) ( approx_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 ) ) ( fare $0 ) )
atis_2126
list daily flights of united airline from denver to baltimore with first class service
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1377
i want to leave oakland and arrive in boston at 5 o'clock in the afternoon
( lambda $0 e ( and ( arrival_time $0 1700 : ti ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) )
( lambda $0 e ( and ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3990
what continental flights go from chicago to seattle before 10am in the morning that have a meal
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( < ( departure_time $0 ) 1000 : ti ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 ANON_ENTITY : al ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_4949
where does flight ua 281 from boston to oakland stop
( lambda $0 e ( stop ( the $1 ( and ( flight $1 ) ( airline $1 ua : al ) ( flight_number $1 281 : fn ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ) ) $0 ) )
( lambda $0 e ( stop ( the $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ) $0 ) )
atis_3133
show me flights from boston to baltimore coach on wednesday about 12 noon
( lambda $0 e ( and ( flight $0 ) ( class_type $0 coach : cl ) ( approx_departure_time $0 1200 : ti ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2694
please show me flights which cost less than or equal to 466 dollars from new york to miami leaving on a tuesday
( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) 466 : do ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ( day $0 tuesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) ANON_ENTITY : do ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_981
how many flights has continental into and out of atlanta
( count $0 ( and ( flight $0 ) ( airline $0 co : al ) ( or ( from $0 atlanta : ci ) ( to $0 atlanta : ci ) ) ) )
( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( or ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) )
atis_2992
show me all flights out of boston on june twentieth that have business class
( lambda $0 e ( and ( flight $0 ) ( class_type $0 business : cl ) ( from $0 boston : ci ) ( day_number $0 20 : dn ) ( month $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_3349
show me the earliest flights from boston to denver on wednesday
( argmin $0 ( and ( to $0 denver : ci ) ( from $0 boston : ci ) ( flight $0 ) ( day $0 wednesday : da ) ) ( departure_time $0 ) )
( argmin $0 ( and ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( flight $0 ) ( day $0 ANON_ENTITY : da ) ) ( departure_time $0 ) )
atis_4340
what flights leave san francisco on monday night and arrive at atlanta later in the evening
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 evening : pd ) ( during_day $0 late : pd ) ( from $0 san_francisco : ci ) ( to $0 atlanta : ci ) ( day $0 monday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_4624
what is the flight number for the continental flight which leaves denver at 1220pm and goes to san francisco
( lambda $0 e ( exists $1 ( and ( airline $1 co : al ) ( departure_time $1 1220 : ti ) ( from $1 denver : ci ) ( to $1 san_francisco : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( airline $1 ANON_ENTITY : al ) ( departure_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
atis_177
can i get from dallas to san francisco leaving in the morning and arriving in the morning
( lambda $0 e ( and ( during_day_arrival $0 morning : pd ) ( during_day $0 morning : pd ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( during_day_arrival $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_4611
what is the first flight after 12 noon from washington for denver
( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( from $0 washington : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) )
( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
atis_4612
what is the first flight after 8am from boston to san francisco
( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) 800 : ti ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) )
( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
atis_4908
what's the first flight after 1pm leaving washington to denver
( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) 1300 : ti ) ( from $0 washington : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) )
( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
atis_738
get last flight from oakland to salt lake city on wednesday or first flight from oakland to salt lake city on thursday
( lambda $0 e ( or ( equals $0 ( argmax $1 ( and ( flight $1 ) ( from $1 oakland : ci ) ( to $1 salt_lake_city : ci ) ( day $1 wednesday : da ) ) ( departure_time $1 ) ) ) ( equals $0 ( argmin $1 ( and ( flight $1 ) ( from $1 oakland : ci ) ( to $1 salt_lake_city : ci ) ( day $1 thursday : da ) ) ( departure_time $1 ) ) ) ) )
( lambda $0 e ( or ( equals $0 ( argmax $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ) ( departure_time $1 ) ) ) ( equals $0 ( argmin $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ) ( departure_time $1 ) ) ) ) )
atis_726
from sfo to denver
( lambda $0 e ( and ( from $0 sfo : ap ) ( to $0 denver : ci ) ) )
( lambda $0 e ( and ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) )
atis_89
american flights from chicago to los angeles morning
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 morning : pd ) ( from $0 chicago : ci ) ( to $0 los_angeles : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1275
i want a flight from cincinnati to burbank on american airlines and leave in the afternoon
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 afternoon : pd ) ( from $0 cincinnati : ci ) ( to $0 burbank : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1456
i would like an american airlines flight from cincinnati to burbank leaving this afternoon
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 afternoon : pd ) ( from $0 cincinnati : ci ) ( to $0 burbank : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1581
i would like to fly us air from orlando to cleveland in the late evening what do you have available
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( during_day $0 late_evening : pd ) ( from $0 orlando : ci ) ( to $0 cleveland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1930
is there an american airlines flight in the evening from dallas to san francisco
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 evening : pd ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1988
list all afternoon flights on united airlines from san francisco to denver
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( during_day $0 afternoon : pd ) ( from $0 san_francisco : ci ) ( to $0 denver : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2342
my question is i want to go to san francisco and i live in denver and i would like to fly on united airlines do you have an early flight
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( during_day $0 early : pd ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2413
okay i'd like a flight on us air from indianapolis to san diego in the afternoon what's available
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( during_day $0 afternoon : pd ) ( from $0 indianapolis : ci ) ( to $0 san_diego : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2429
okay what flights are there us air from orlando to cleveland leaving in the afternoon
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( during_day $0 afternoon : pd ) ( from $0 orlando : ci ) ( to $0 cleveland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3667
tell me again the morning flights on american airlines from philadelphia to dallas
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 morning : pd ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3804
what are the afternoon flights leaving from dallas to san francisco on american airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 afternoon : pd ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3840
what are the evening flights flying out of dallas and going to san francisco on american airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 evening : pd ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
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 ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3975
what are the two american airlines flights that leave from dallas to san francisco in the evening
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 evening : pd ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3993
what delta flights fly from washington to dallas in the morning
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( during_day $0 morning : pd ) ( from $0 washington : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3953
what are the morning flights from nashville to tacoma and from nashville to san jose in the next two days
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( or ( and ( from $0 nashville : ci ) ( to $0 tacoma : ci ) ) ( and ( from $0 nashville : ci ) ( to $0 san_jose : ci ) ) ) ( next_days $0 2 : i ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( or ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) ( next_days $0 ANON_ENTITY : i ) ) )
atis_1373
i want to leave boston at 838 and arrive in denver at 1110 in the morning
( lambda $0 e ( and ( departure_time $0 838 : ti ) ( arrival_time $0 1110 : ti ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) )
( lambda $0 e ( and ( departure_time $0 ANON_ENTITY : ti ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_473
find a flight between denver and oakland the flight should be in the afternoon and arrive close to 5pm the flight should be nonstop
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1700 : ti ) ( during_day $0 afternoon : pd ) ( from $0 denver : ci ) ( to $0 oakland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_474
find a flight between denver and oakland the flight should leave in the afternoon and arrive near 5pm the flight should also be nonstop
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1700 : ti ) ( during_day $0 afternoon : pd ) ( from $0 denver : ci ) ( to $0 oakland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_486
find a nonstop flight between denver and oakland leaving in the afternoon and arriving near 5pm
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1700 : ti ) ( during_day $0 afternoon : pd ) ( from $0 denver : ci ) ( to $0 oakland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1441
i would like a nonstop flight between pittsburgh and philadelphia leaving in the afternoon and arriving in the vicinity of 5pm
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1700 : ti ) ( during_day $0 afternoon : pd ) ( from $0 pittsburgh : ci ) ( to $0 philadelphia : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_733
get flight from toronto to san diego stopping at dtw
( lambda $0 e ( and ( flight $0 ) ( from $0 toronto : ci ) ( to $0 san_diego : ci ) ( stop $0 dtw : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ap ) ) )
atis_1864
instead of denver can i have the same flight from toronto to san diego but stopping in dallas fort worth
( lambda $0 e ( and ( flight $0 ) ( from $0 toronto : ci ) ( to $0 san_diego : ci ) ( stop $0 dallas : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ap ) ) )
atis_2305
locate flights from philadelphia to dallas stopping in hartfield
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atl : ap ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ap ) ) )
atis_103
and what are the flights from nashville to tacoma on the eighteenth again
( lambda $0 e ( and ( flight $0 ) ( from $0 nashville : ci ) ( to $0 tacoma : ci ) ( day_number $0 18 : dn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ) )
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 ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ) )
atis_2702
please show me the flights from las vegas to detroit on the twenty eighth
( lambda $0 e ( and ( flight $0 ) ( from $0 las_vegas : ci ) ( to $0 detroit : ci ) ( day_number $0 28 : dn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ) )
atis_3553
show me the ground transportation schedule in philadelphia in the morning on wednesday
( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 philadelphia : ci ) ( during_day $1 morning : pd ) ( day $1 wednesday : da ) ( = ( departure_time $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 ANON_ENTITY : ci ) ( during_day $1 ANON_ENTITY : pd ) ( day $1 ANON_ENTITY : da ) ( = ( departure_time $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 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2727
round trip air fares from pittsburgh to philadelphia less than 1000 dollars
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) 1000 : do ) ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2728
round trip fare 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 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2731
round trip fares from baltimore to philadelphia under 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 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2732
round trip fares from denver to philadelphia less than 1000 dollars
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) 1000 : do ) ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2734
round trip fares from denver to philadelphia under 1000 dollars
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) 1000 : do ) ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2735
round trip fares from pittsburgh to philadelphia under 1000 dollars
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) 1000 : do ) ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_761
give me all flights from boston to philadelphia next week arriving after lunch
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 1400 : ti ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2615
please list the flights from charlotte to long beach arriving after lunch time
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 1400 : ti ) ( from $0 charlotte : ci ) ( to $0 long_beach : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2815
show flights from denver to oakland that arrive after 12 o'clock
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 1200 : ti ) ( from $0 denver : ci ) ( to $0 oakland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2823
show flights from pittsburgh into san francisco arriving after 12 noon
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 1200 : ti ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2963
show me all flights from pittsburgh to oakland that arrive after 10am
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 1000 : ti ) ( from $0 pittsburgh : ci ) ( to $0 oakland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3130
show me flights from baltimore to philadelphia arriving after 2100
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 2100 : ti ) ( from $0 baltimore : ci ) ( to $0 philadelphia : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3155
show me flights from denver to philadelphia arriving after 2100
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 2100 : ti ) ( from $0 denver : ci ) ( to $0 philadelphia : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_202
can you list all nonstop flights between st. petersburg and charlotte that leave in the afternoon and arrive soon after 5pm
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) 1700 : ti ) ( during_day $0 afternoon : pd ) ( from $0 st_petersburg : ci ) ( to $0 charlotte : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_22
all flights and fares from atlanta to dallas round trip after 12pm less than 1100 dollars
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( < ( fare $0 ) 1100 : do ) ( from $0 atlanta : ci ) ( to $0 dallas : ci ) ( = ( fare $0 ) $1 ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( < ( fare $0 ) ANON_ENTITY : do ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) )
atis_25
all flights and fares from pittsburgh to dallas round trip after 12pm less than 1100 dollars
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( < ( fare $0 ) 1100 : do ) ( from $0 pittsburgh : ci ) ( to $0 dallas : ci ) ( = ( fare $0 ) $1 ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( < ( fare $0 ) ANON_ENTITY : do ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) )
atis_1370
i want to know the time of the latest flight i can take from washington to san francisco where i can get a dinner meal
( departure_time ( argmax $0 ( and ( flight $0 ) ( meal $0 dinner : me ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) ) )
( departure_time ( argmax $0 ( and ( flight $0 ) ( meal $0 ANON_ENTITY : me ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) )
atis_4347
what flights stop in atlanta before noon
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1200 : ti ) ( stop $0 atlanta : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_741
get saturday fares from washington to boston
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 boston : ci ) ( day $1 saturday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_742
get saturday fares from washington to montreal
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 montreal : ci ) ( day $1 saturday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_743
get saturday fares from washington to toronto
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 toronto : ci ) ( day $1 saturday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_744
get the saturday fare from washington to toronto
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 toronto : ci ) ( day $1 saturday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
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 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_2869
show me all fares from new york to miami leaving on a tuesday
( lambda $0 e ( exists $1 ( and ( from $1 new_york : ci ) ( to $1 miami : ci ) ( day $1 tuesday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_3097
show me fares leaving on tuesdays from denver to dallas
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 dallas : ci ) ( day $1 tuesday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_3098
show me fares leaving on tuesdays from denver to go to dallas
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 dallas : ci ) ( day $1 tuesday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_2754
shortest evening flight from tampa to cincinnati
( argmin $0 ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 tampa : ci ) ( to $0 cincinnati : ci ) ) ( time_elapsed $0 ) )
( argmin $0 ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( time_elapsed $0 ) )
atis_2758
shortest morning flights from cincinnati to tampa
( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 cincinnati : ci ) ( to $0 tampa : ci ) ) ( time_elapsed $0 ) )
( argmin $0 ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( time_elapsed $0 ) )
atis_67
all right give me the flight times in the morning on september twentieth from pittsburgh to san francisco
( lambda $0 e ( exists $1 ( and ( during_day $1 morning : pd ) ( from $1 pittsburgh : ci ) ( to $1 san_francisco : ci ) ( day_number $1 20 : dn ) ( month $1 september : mn ) ( = ( departure_time $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( departure_time $1 ) $0 ) ) ) )
atis_2028
list all flights from chicago to seattle on continental which depart on saturday and serve meals
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_3333
show me the continental flights with meals which depart seattle on sunday for chicago
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( from $0 seattle : ci ) ( to $0 chicago : ci ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_793
give me the cheapest flight from dallas to baltimore on saturday
( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day $0 saturday : da ) ) ( fare $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( fare $0 ) )
atis_1504
i would like the least expensive airfare flight on sunday to pittsburgh from san francisco
( argmin $0 ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 sunday : da ) ) ( fare $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( fare $0 ) )
atis_4469
what is the cheapest flight from san francisco to pittsburgh on sunday
( argmin $0 ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 sunday : da ) ) ( fare $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( fare $0 ) )
atis_4470
what is the cheapest flight from washington to san francisco on friday
( argmin $0 ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ( day $0 friday : da ) ) ( fare $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( fare $0 ) )
atis_4879
what's the cheapest flight from pittsburgh to san francisco on friday
( argmin $0 ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( day $0 friday : da ) ) ( fare $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( fare $0 ) )
atis_3693
united airlines stopping in denver
( lambda $0 e ( and ( airline $0 ua : al ) ( stop $0 denver : ci ) ) )
( lambda $0 e ( and ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_243
can you tell me the time a flight would leave from atlanta to boston in the afternoon
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 afternoon : pd ) ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
atis_1551
i would like to fly from boston to baltimore what time are the flights in the afternoon
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 afternoon : pd ) ( from $1 boston : ci ) ( to $1 baltimore : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) )