qid
stringlengths
6
9
source
stringlengths
6
259
target
stringlengths
6
409
anonymized_target
stringlengths
16
454
atis_470
fares and flights from pittsburgh to philadelphia
( lambda $0 e ( lambda $1 e ( and ( flight $1 ) ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2794
show fares and flights from denver to oakland
( lambda $0 e ( lambda $1 e ( and ( flight $1 ) ( from $1 denver : ci ) ( to $1 oakland : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1125
i need a flight from salt lake to newark airport that arrives on saturday before 6pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 salt_lake_city : ci ) ( to $0 ewr : ap ) ( day_arrival $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_1627
i'd like a flight from cincinnati to newark airport that arrives on saturday before 6pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 cincinnati : ci ) ( to $0 ewr : ap ) ( day_arrival $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ( day_arrival $0 ANON_ENTITY : da ) ) )
atis_3077
show me any show me what the first class fares are of the flights from pittsburgh to san francisco on monday
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first : cl ) ( from $1 pittsburgh : ci ) ( to $1 san_francisco : ci ) ( day $1 monday : da ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_1001
how much does a first class round trip ticket from cleveland to miami on us air cost
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 us : al ) ( class_type $1 first : cl ) ( from $1 cleveland : ci ) ( to $1 miami : ci ) ( = ( 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 ) ( = ( fare $1 ) $0 ) ) ) )
atis_3601
show me the prices of first class tickets on us air round trip from cleveland to miami
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 us : al ) ( class_type $1 first : cl ) ( from $1 cleveland : ci ) ( to $1 miami : ci ) ( = ( 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 ) ( = ( fare $1 ) $0 ) ) ) )
atis_4724
what is the round trip first class fare on united from boston to san francisco
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 ua : al ) ( class_type $1 first : cl ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( 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 ) ( = ( fare $1 ) $0 ) ) ) )
atis_4725
what is the round trip thrift fare on us air from boston to san francisco
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( airline $1 us : al ) ( class_type $1 thrift : cl ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( 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 ) ( = ( fare $1 ) $0 ) ) ) )
atis_59
all flights pittsburgh to baltimore on thursday arrival by 10am
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1000 : ti ) ( from $0 pittsburgh : ci ) ( to $0 baltimore : ci ) ( day $0 thursday : da ) ) )
( 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 ) ) )
atis_185
can you find me a flight from salt lake city to new york city next saturday before arriving before 6pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 salt_lake_city : ci ) ( to $0 new_york : ci ) ( day $0 saturday : da ) ) )
( 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 ) ) )
atis_215
can you please show me the flights from pittsburgh to boston on wednesday of next week that arrive before noon
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1200 : ti ) ( from $0 pittsburgh : ci ) ( to $0 boston : ci ) ( day $0 wednesday : da ) ) )
( 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 ) ) )
atis_570
flight from philadelphia to dallas arriving before 4pm on saturday
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1600 : ti ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( day $0 saturday : da ) ) )
( 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 ) ) )
atis_640
flights from kansas city to cleveland on wednesday arriving before 5pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1700 : ti ) ( from $0 kansas_city : ci ) ( to $0 cleveland : ci ) ( day $0 wednesday : da ) ) )
( 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 ) ) )
atis_1140
i need a flight leaving pittsburgh next monday arriving in fort worth before 10am
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1000 : ti ) ( from $0 pittsburgh : ci ) ( to $0 fort_worth : ci ) ( day $0 monday : da ) ) )
( 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 ) ) )
atis_1302
i want a list of flights from pittsburgh to baltimore on thursday that arrive in baltimore before 10am
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1000 : ti ) ( from $0 pittsburgh : ci ) ( to $0 baltimore : ci ) ( day $0 thursday : da ) ) )
( 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 ) ) )
atis_1472
i would like information on flights from baltimore to atlanta on thursday arriving in atlanta before 6pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 baltimore : ci ) ( to $0 atlanta : ci ) ( day $0 thursday : da ) ) )
( 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 ) ) )
atis_1478
i would like information on flights from pittsburgh to baltimore arriving in baltimore before 10am on thursday
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1000 : ti ) ( from $0 pittsburgh : ci ) ( to $0 baltimore : ci ) ( day $0 thursday : da ) ) )
( 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 ) ) )
atis_1558
i would like to fly from dallas to san francisco on saturday and arrive in san francisco before 4pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1600 : ti ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ( day $0 saturday : da ) ) )
( 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 ) ) )
atis_1587
i would like to know the flights available from boston to denver arriving in denver by 8 o'clock wednesday morning
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 800 : ti ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day $0 wednesday : da ) ) )
( 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 ) ) )
atis_2194
list flights leaving dallas on saturday and arriving in san francisco before 4pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1600 : ti ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ( day $0 saturday : da ) ) )
( 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 ) ) )
atis_2445
on friday i need to see all flights that leave atlanta and arrive in dallas before 6pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 atlanta : ci ) ( to $0 dallas : ci ) ( day $0 friday : da ) ) )
( 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 ) ) )
atis_2462
on tuesday i'd like to find a flight from detroit to st. petersburg that arrives before 10pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 2200 : ti ) ( from $0 detroit : ci ) ( to $0 st_petersburg : ci ) ( day $0 tuesday : da ) ) )
( 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 ) ) )
atis_4184
what flights depart baltimore on friday and arrive in san francisco by 8pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 2000 : ti ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ( day $0 friday : da ) ) )
( 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 ) ) )
atis_4229
what flights from kansas city to atlanta arriving before 10am on monday
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1000 : ti ) ( from $0 kansas_city : ci ) ( to $0 atlanta : ci ) ( day $0 monday : da ) ) )
( 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 ) ) )
atis_4319
what flights leave charlotte north carolina and arrive in phoenix arizona on monday before 4pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1600 : ti ) ( from $0 charlotte : ci ) ( to $0 phoenix : ci ) ( day $0 monday : da ) ) )
( 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 ) ) )
atis_1008
how much does it cost to fly directly from philadelphia to san francisco on american airlines
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( airline $1 aa : al ) ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_47
all flights from pittsburgh to dallas round trip after 12pm less than 100
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( < ( fare $0 ) 100 : do ) ( round_trip $0 ) ( from $0 pittsburgh : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( < ( fare $0 ) ANON_ENTITY : do ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2119
list daily flights from denver to baltimore with first class service
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( class_type $0 first : cl ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1184
i need flight information for a flight departing from indianapolis to cleveland departing tuesday at noon
( lambda $0 e ( and ( flight $0 ) ( departure_time $0 1200 : ti ) ( from $0 indianapolis : ci ) ( to $0 cleveland : ci ) ( day $0 tuesday : da ) ) )
( 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_3277
show me round trips from houston to las vegas nonstop
( lambda $0 e ( and ( nonstop $0 ) ( round_trip $0 ) ( from $0 houston : ci ) ( to $0 las_vegas : ci ) ) )
( lambda $0 e ( and ( nonstop $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3376
show me the flight with the smallest seating capacity which leaves pittsburgh and arrives in baltimore on june fourteenth
( argmin $0 ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 baltimore : ci ) ( day_number_arrival $0 14 : dn ) ( month_arrival $0 june : mn ) ) ( capacity $0 ) )
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number_arrival $0 ANON_ENTITY : dn ) ( month_arrival $0 ANON_ENTITY : mn ) ) ( capacity $0 ) )
atis_612
flights from boston flights from philadelphia to boston on monday
( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( from $0 philadelphia : ci ) ( from $0 boston : ci ) ( to $0 boston : ci ) ( day $0 monday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_142
are there any flights on us air from pittsburgh to atlanta on wednesday
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_446
does united have a flight from miami to washington dc on wednesday
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 miami : ci ) ( to $0 washington : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_628
flights from denver to chicago on sunday on continental
( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 denver : ci ) ( to $0 chicago : ci ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_671
flights from newark to tampa on friday on us air
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 newark : ci ) ( to $0 tampa : ci ) ( day $0 friday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_694
flights on american from phoenix to chicago on wednesday
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 phoenix : ci ) ( to $0 chicago : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_791
give me the american airlines flights from phoenix to milwaukee on wednesday
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 phoenix : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_797
give me the continental flights from chicago to seattle on friday
( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day $0 friday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_832
give me the flights from phoenix to milwaukee on wednesday on american airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 phoenix : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_862
give me us air flights for next wednesday from cleveland to miami
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 cleveland : ci ) ( to $0 miami : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1174
i need a united airlines flight from denver to baltimore on saturday
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1661
i'd like a united airlines flight on wednesday from san francisco to boston
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1691
i'd like to book a flight from cincinnati to new york city on united airlines for next saturday
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 cincinnati : ci ) ( to $0 new_york : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1991
list all american airlines flight from milwaukee to phoenix on sunday
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 milwaukee : ci ) ( to $0 phoenix : ci ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1992
list all american airlines flights from phoenix to milwaukee on wednesday
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 phoenix : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2302
list united flights from denver to san francisco on wednesdays
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2649
please list the sunday flights from dallas to houston on american airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 dallas : ci ) ( to $0 houston : ci ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2653
please list the wednesday american airline flights from milwaukee to san jose
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 milwaukee : ci ) ( to $0 san_jose : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2679
please show me continental flights from san francisco to pittsburgh on friday
( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 friday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2749
saturday flight on american airlines from milwaukee to phoenix
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 milwaukee : ci ) ( to $0 phoenix : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2951
show me all flights from phoenix to milwaukee on american airlines on wednesday
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 phoenix : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_3298
show me the american airline flights leaving phoenix on wednesday and arriving in milwaukee
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 phoenix : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_3620
show me us air flights from san francisco to pittsburgh on tuesday
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_3781
what are all monday flights from denver to san francisco on united airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day $0 monday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_4208
what flights does us air have from san francisco to pittsburgh on tuesday
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_4227
what flights from houston to milwaukee on friday on american airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 houston : ci ) ( to $0 milwaukee : ci ) ( day $0 friday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_4242
what flights from milwaukee to san jose on wednesday on american airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 milwaukee : ci ) ( to $0 san_jose : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_4281
what flights go from chicago to seattle on continental airlines on saturday
( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_4282
what flights go from chicago to seattle on saturday on continental airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_4786
what kind of plane is used on the earliest flight from boston to san francisco afternoon
( lambda $0 e ( aircraft ( argmin $1 ( and ( flight $1 ) ( during_day $1 afternoon : pd ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ) ( departure_time $1 ) ) $0 ) )
( lambda $0 e ( aircraft ( argmin $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_4835
what type of aircraft is used on the first flight from philadelphia to dallas in the morning
( lambda $0 e ( aircraft ( argmin $1 ( and ( flight $1 ) ( during_day $1 morning : pd ) ( from $1 philadelphia : ci ) ( to $1 dallas : ci ) ) ( departure_time $1 ) ) $0 ) )
( lambda $0 e ( aircraft ( argmin $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_4820
what time does the tuesday morning 755 flight leaving washington arrive in san francisco
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( departure_time $1 755 : ti ) ( from $1 washington : ci ) ( to $1 san_francisco : ci ) ( day $1 tuesday : da ) ( = ( arrival_time $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( departure_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( arrival_time $1 ) $0 ) ) ) )
atis_1142
i need a flight on american airlines from miami to chicago that arrives around 5pm
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( approx_arrival_time $0 1700 : ti ) ( from $0 miami : ci ) ( to $0 chicago : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1345
i want to fly from miami to chicago on american airlines and arrive at around 5 o'clock in the afternoon show me all flights
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( approx_arrival_time $0 1700 : ti ) ( from $0 miami : ci ) ( to $0 chicago : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1709
i'd like to find a us air flight from orlando to cleveland that arrives around 10 o'clock in the evening
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( approx_arrival_time $0 2200 : ti ) ( from $0 orlando : ci ) ( to $0 cleveland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1732
i'd like to fly from miami to chicago on on american airlines arriving around 5pm
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( approx_arrival_time $0 1700 : ti ) ( from $0 miami : ci ) ( to $0 chicago : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1923
is there a united airlines flight from miami to washington dc arriving around noon
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( approx_arrival_time $0 1200 : ti ) ( from $0 miami : ci ) ( to $0 washington : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3066
show me all the twa flights from indianapolis to houston that arrive around 11am
( lambda $0 e ( and ( flight $0 ) ( airline $0 tw : al ) ( approx_arrival_time $0 1100 : ti ) ( from $0 indianapolis : ci ) ( to $0 houston : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3920
what are the flights from orlando to cleveland on us air that arrive around 10pm
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( approx_arrival_time $0 2200 : ti ) ( from $0 orlando : ci ) ( to $0 cleveland : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_32
all flights from boston to washington dc on november eleventh
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 washington : ci ) ( day_number $0 11 : dn ) ( month $0 november : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_33
all flights from boston to washington dc on november tenth
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 washington : ci ) ( day_number $0 10 : dn ) ( month $0 november : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_34
all flights from boston to washington dc on the tenth of november
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 washington : ci ) ( day_number $0 10 : dn ) ( month $0 november : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_55
all flights from washington dc to san francisco on november twelfth
( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ( day_number $0 12 : dn ) ( month $0 november : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_140
are there any flights on june eleventh from st. petersburg to milwaukee
( lambda $0 e ( and ( flight $0 ) ( from $0 st_petersburg : ci ) ( to $0 milwaukee : ci ) ( day_number $0 11 : dn ) ( month $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_141
are there any flights on june tenth from burbank to tacoma
( lambda $0 e ( and ( flight $0 ) ( from $0 burbank : ci ) ( to $0 tacoma : ci ) ( day_number $0 10 : dn ) ( month $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_233
can you show me what flights are available on december sixteen going from oakland to dallas
( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 dallas : ci ) ( day_number $0 16 : dn ) ( month $0 december : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_333
display all flights from baltimore to boston on july twenty ninth
( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 boston : ci ) ( day_number $0 29 : dn ) ( month $0 july : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_334
display all flights from baltimore to dallas on july twenty ninth
( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ( day_number $0 29 : dn ) ( month $0 july : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_335
display all flights from boston to baltimore on july thirty first
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ( day_number $0 31 : dn ) ( month $0 july : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_336
display all flights from dallas to boston on july thirtieth
( lambda $0 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 boston : ci ) ( day_number $0 30 : dn ) ( month $0 july : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_337
display all flights from denver to san francisco on august seven
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day_number $0 7 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_338
display all flights from pittsburgh to san francisco on august second
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( day_number $0 2 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_339
display all flights from san francisco to boston on august eighth
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ( day_number $0 8 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_364
do you have a flight from charlotte to atlanta on june first
( lambda $0 e ( and ( flight $0 ) ( from $0 charlotte : ci ) ( to $0 atlanta : ci ) ( day_number $0 1 : dn ) ( month $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_366
do you have a flight from salt lake city to st. petersburg on june second
( lambda $0 e ( and ( flight $0 ) ( from $0 salt_lake_city : ci ) ( to $0 st_petersburg : ci ) ( day_number $0 2 : dn ) ( month $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_573
flight information between washington and denver on september third
( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 denver : ci ) ( day_number $0 3 : dn ) ( month $0 september : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_579
flight information on january twenty third from denver to san francisco
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day_number $0 23 : dn ) ( month $0 january : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_602
flights from atlanta to san francisco august second
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 san_francisco : ci ) ( day_number $0 2 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_789
give me return flights from philadelphia to san francisco for december third
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( day_number $0 3 : dn ) ( month $0 december : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_839
give me the flights from san francisco to washington dc for december first
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 washington : ci ) ( day_number $0 1 : dn ) ( month $0 december : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_841
give me the flights from washington dc to philadelphia for december second
( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 philadelphia : ci ) ( day_number $0 2 : dn ) ( month $0 december : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_842
give me the flights leaving denver august ninth coming back to boston
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 boston : ci ) ( day_number $0 9 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_1094
i need a flight from kansas city to newark on the first of july
( lambda $0 e ( and ( flight $0 ) ( from $0 kansas_city : ci ) ( to $0 newark : ci ) ( day_number $0 1 : dn ) ( month $0 july : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_1226
i need to book a flight from newark to tampa on april fourth
( lambda $0 e ( and ( flight $0 ) ( from $0 newark : ci ) ( to $0 tampa : ci ) ( day_number $0 4 : dn ) ( month $0 april : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_1353
i want to fly philadelphia to dallas on july eighth
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( day_number $0 8 : dn ) ( month $0 july : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_1354
i want to fly philadelphia to san francisco on july eighth
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( day_number $0 8 : dn ) ( month $0 july : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_1408
i would like a flight from boston to san francisco on august seventeenth
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( day_number $0 17 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_1421
i would like a flight from pittsburgh to san francisco on august twentieth
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( day_number $0 20 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )