qid
stringlengths
6
9
source
stringlengths
6
259
target
stringlengths
6
409
anonymized_target
stringlengths
16
454
atis_3290
show me the airlines that fly from denver to san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 denver : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3291
show me the airlines that fly from san francisco to boston
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 san_francisco : ci ) ( to $1 boston : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3292
show me the airlines that fly from toronto to boston
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 toronto : ci ) ( to $1 boston : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3293
show me the airlines that fly from toronto to san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 toronto : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3737
what airlines fly between atlanta and san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 atlanta : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3738
what airlines fly between boston and atlanta
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 atlanta : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3740
what airlines fly between boston and san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3741
what airlines fly between san francisco and denver
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 san_francisco : ci ) ( to $1 denver : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3742
what airlines fly boston to baltimore
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 baltimore : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3743
what airlines fly from boston to atlanta
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 atlanta : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3744
what airlines fly from boston to denver
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3745
what airlines fly from boston to pittsburgh
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 pittsburgh : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3746
what airlines fly from boston to san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3747
what airlines fly from boston to washington
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 washington : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3748
what airlines fly from burbank to denver
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 burbank : ci ) ( to $1 denver : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3749
what airlines fly from dallas to baltimore
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3751
what airlines fly from philadelphia to san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3754
what airlines fly from toronto to san diego
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 toronto : ci ) ( to $1 san_diego : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3762
what airlines have flights from baltimore to seattle
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 baltimore : ci ) ( to $1 seattle : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4966
which airlines fly between baltimore and san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 baltimore : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4967
which airlines fly between boston and baltimore
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 baltimore : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4968
which airlines fly between boston and philadelphia
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 philadelphia : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4969
which airlines fly between boston and pittsburgh
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 pittsburgh : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4970
which airlines fly between toronto and san diego
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 toronto : ci ) ( to $1 san_diego : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4971
which airlines fly from boston to san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4974
which airlines fly from boston to washington dc
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 washington : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4975
which airlines fly from boston to washington
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 washington : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4983
which airlines have flights between charlotte and newark
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 charlotte : ci ) ( to $1 newark : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4984
which airlines have flights between philadelphia and pittsburgh
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 philadelphia : ci ) ( to $1 pittsburgh : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4985
which airlines have flights from denver to pittsburgh
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4996
which companies fly between boston and oakland
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_1072
i need a flight from baltimore to dallas tomorrow morning
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_1108
i need a flight from newark to los angeles leaving tomorrow evening
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 newark : ci ) ( to $0 los_angeles : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_1643
i'd like a flight tomorrow from kansas city to newark in the morning
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 kansas_city : ci ) ( to $0 newark : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_1664
i'd like an early flight tomorrow from columbus to nashville
( lambda $0 e ( and ( flight $0 ) ( during_day $0 early : pd ) ( from $0 columbus : ci ) ( to $0 nashville : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_1718
i'd like to fly early tomorrow from columbus to minneapolis
( lambda $0 e ( and ( flight $0 ) ( during_day $0 early : pd ) ( from $0 columbus : ci ) ( to $0 minneapolis : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_1726
i'd like to fly from columbus to nashville tomorrow morning
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 columbus : ci ) ( to $0 nashville : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_1740
i'd like to fly late tomorrow from minneapolis to long beach
( lambda $0 e ( and ( flight $0 ) ( during_day $0 late : pd ) ( from $0 minneapolis : ci ) ( to $0 long_beach : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_1897
is there a flight from nashville to houston in the evening tomorrow
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 nashville : ci ) ( to $0 houston : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_1911
is there a flight tomorrow morning from columbus to nashville
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 columbus : ci ) ( to $0 nashville : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_2131
list evening flights tomorrow from phoenix to detroit
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 phoenix : ci ) ( to $0 detroit : ci ) ( tomorrow $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
atis_2453
on november twenty third of this year 1991 i'd like to fly from atlanta to denver and i'd like to fly on delta
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ( day_number $0 23 : dn ) ( month $0 november : mn ) ( year $0 1991 : yr ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( year $0 ANON_ENTITY : yr ) ) )
atis_3074
show me all united flights from denver to san francisco for september first 1991
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day_number $0 1 : dn ) ( month $0 september : mn ) ( year $0 1991 : yr ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( year $0 ANON_ENTITY : yr ) ) )
atis_471
fares between atlanta and boston
( lambda $0 e ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_472
fares from dallas to baltimore
( lambda $0 e ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_730
get fares from washington to boston
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_731
get fares from washington to montreal
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 montreal : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_771
give me fares from atlanta to baltimore
( lambda $0 e ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1178
i need fare information from denver to pittsburgh
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2399
okay can you tell me the flight cost between denver and atlanta
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 atlanta : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2515
please give me fares from denver to philadelphia
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2681
please show me fares from denver to san francisco
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3091
show me fares from baltimore to philadelphia
( lambda $0 e ( exists $1 ( and ( from $1 baltimore : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3093
show me fares from houston to las vegas
( lambda $0 e ( exists $1 ( and ( from $1 houston : ci ) ( to $1 las_vegas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3094
show me fares from miami to new york
( lambda $0 e ( exists $1 ( and ( from $1 miami : ci ) ( to $1 new_york : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3096
show me fares from seattle to minneapolis
( lambda $0 e ( exists $1 ( and ( from $1 seattle : ci ) ( to $1 minneapolis : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3283
show me the airfare from pittsburgh to san francisco
( lambda $0 e ( exists $1 ( and ( from $1 pittsburgh : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3359
show me the fare from dallas to san francisco
( lambda $0 e ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3362
show me the fares from dallas to san francisco
( lambda $0 e ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3363
show me the fares from washington to oakland
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 oakland : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4428
what is the airfare between denver and pittsburgh
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4430
what is the airfare from pittsburgh to atlanta
( lambda $0 e ( exists $1 ( and ( from $1 pittsburgh : ci ) ( to $1 atlanta : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4906
what's the fare from washington to boston
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2581
please list any flight available leaving oakland california tuesday arriving philadelphia wednesday
( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 philadelphia : ci ) ( day $0 tuesday : da ) ( day_arrival $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_674
flights from ontario to florida
( lambda $0 e ( and ( flight $0 ) ( from $0 ontario : ci ) ( to $0 florida : st ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : st ) ) )
atis_2308
looking for a flight from dc to minnesota
( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 minnesota : st ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : st ) ) )
atis_13
airline and flight number from columbus to minneapolis
( lambda $0 e ( lambda $1 e ( exists $2 ( and ( flight $2 ) ( from $2 columbus : ci ) ( to $2 minneapolis : ci ) ( = ( airline : e $2 ) $0 ) ( = ( flight_number $2 ) $1 ) ) ) ) )
( lambda $0 e ( lambda $1 e ( exists $2 ( and ( flight $2 ) ( from $2 ANON_ENTITY : ci ) ( to $2 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $2 ) $0 ) ( = ( flight_number $2 ) $1 ) ) ) ) )
atis_1097
i need a flight from los angeles to charlotte today
( lambda $0 e ( and ( flight $0 ) ( from $0 los_angeles : ci ) ( to $0 charlotte : ci ) ( today $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( today $0 ) ) )
atis_4088
what flights are available from boston to denver today
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( today $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( today $0 ) ) )
atis_4201
what flights do you have today from san francisco to pittsburgh
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( today $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( today $0 ) ) )
atis_2414
okay i'd like a nonstop flight from houston to memphis that arrives in memphis in the early afternoon on tuesday june first
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day_arrival $0 early : pd ) ( during_day_arrival $0 afternoon : pd ) ( from $0 houston : ci ) ( to $0 memphis : ci ) ( day_arrival $0 tuesday : da ) ( day_number_arrival $0 1 : dn ) ( month_arrival $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ( day_number_arrival $0 ANON_ENTITY : dn ) ( month_arrival $0 ANON_ENTITY : mn ) ) )
atis_3294
show me the airlines that use love field
( lambda $0 e ( and ( airline $0 ) ( services $0 dal : ap ) ) )
( lambda $0 e ( and ( airline $0 ) ( services $0 ANON_ENTITY : ap ) ) )
atis_307
could you tell me the flights leaving pittsburgh around midnight for oakland
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 0 : ti ) ( from $0 pittsburgh : ci ) ( to $0 oakland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_368
do you have a flight from san francisco to atlanta around 8am
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 800 : ti ) ( from $0 san_francisco : ci ) ( to $0 atlanta : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1390
i want to travel from pittsburgh to oakland around midnight could you give me the flights
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 0 : ti ) ( from $0 pittsburgh : ci ) ( to $0 oakland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1727
i'd like to fly from dallas to san francisco at approximately 615pm
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1815 : ti ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1882
is there a flight around 3pm from charlotte to minneapolis
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1500 : ti ) ( from $0 charlotte : ci ) ( to $0 minneapolis : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1884
is there a flight between philadelphia and denver that leaves philadelphia around 2 o'clock in the afternoon
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1400 : ti ) ( from $0 philadelphia : ci ) ( to $0 denver : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1933
is there any flight leaving washington around 3 o'clock for denver
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1500 : ti ) ( from $0 washington : ci ) ( to $0 denver : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1971
leave flight from boston to atlanta leave boston approximately 1pm
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1300 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2375
now i'd like flights from philadelphia to pittsburgh leaving between 430 and 530pm
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1700 : ti ) ( from $0 philadelphia : ci ) ( to $0 pittsburgh : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3798
what are my options for a minneapolis back to indianapolis flight around noontime
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1200 : ti ) ( from $0 minneapolis : ci ) ( to $0 indianapolis : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_4073
what flight is available at noontime from boston to washington what flight is available around noontime from boston to washington
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1200 : ti ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_4316
what flights leave atlanta at about 3 in the afternoon and arrive in san francisco
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 1500 : ti ) ( from $0 atlanta : ci ) ( to $0 san_francisco : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1250
i need to go to pittsburgh and denver
( lambda $0 e ( or ( to $0 pittsburgh : ci ) ( to $0 denver : ci ) ) )
( lambda $0 e ( or ( to $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2032
list all flights from long beach to columbus late saturday
( lambda $0 e ( and ( flight $0 ) ( during_day $0 late : pd ) ( to $0 columbus : ci ) ( from $0 long_beach : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_151
are there any other flights from boston to pittsburgh wednesday next week later than 5pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_179
can i have a list of all the thursday flights from baltimore to atlanta that leave after 1pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1300 : ti ) ( from $0 baltimore : ci ) ( to $0 atlanta : ci ) ( day $0 thursday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_273
could i have a listing of flights leaving boston going to baltimore leaving wednesday after 2100
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2100 : ti ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_827
give me the flights from new york city to nashville leaving after 5pm on wednesday
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 new_york : ci ) ( to $0 nashville : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1065
i need a flight after 6pm on wednesday from oakland to salt lake city
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 oakland : ci ) ( to $0 salt_lake_city : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1109
i need a flight from oakland to salt lake city on wednesday departing after 6pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 oakland : ci ) ( to $0 salt_lake_city : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1124
i need a flight from salt lake city to phoenix departing wednesday after 5pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 salt_lake_city : ci ) ( to $0 phoenix : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1183
i need flight information for a flight departing from cleveland to milwaukee wednesday after 6pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 cleveland : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1185
i need flight information for flights departing from cleveland going back to milwaukee wednesday after 5pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 cleveland : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1186
i need flight information for flights departing from cleveland to milwaukee on wednesday after 5pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 cleveland : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1225
i need the flights that leave denver after 7pm next monday and fly to pittsburgh
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1900 : ti ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day $0 monday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1288
i want a flight from pittsburgh to los angeles that departs after 6pm on thursday
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 pittsburgh : ci ) ( to $0 los_angeles : ci ) ( day $0 thursday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1310
i want information on flights from atlanta to washington dc give me information on flights after 4pm on wednesday
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1600 : ti ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1475
i would like information on flights from denver to san francisco after noon on wednesday
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )