qid
stringlengths
6
9
source
stringlengths
7
216
target
stringlengths
6
409
atis_90
american flights from cincinnati to houston
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 cincinnati : ci ) ( to $0 houston : ci ) ) )
atis_84
american airlines from denver to milwaukee
( lambda $0 e ( and ( airline $0 aa : al ) ( from $0 denver : ci ) ( to $0 milwaukee : ci ) ) )
atis_4568
what is the earliest flight leaving denver and arriving in baltimore on united airlines first class on july fourth
( departure_time ( argmin $0 ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ( day_number $0 4 : dn ) ( month $0 july : mn ) ) ( departure_time $0 ) ) )
atis_4144
what flights are there from cleveland to miami on us air that arrive in miami before 4pm
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( < ( arrival_time $0 ) 1600 : ti ) ( from $0 cleveland : ci ) ( to $0 miami : ci ) ) )
atis_3368
show me the first class fares from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_966
how many flights arrive at general mitchell international
( count $0 ( and ( flight $0 ) ( to $0 mke : ap ) ) )
atis_4849
what type of plane is an m80
m80 : ac
atis_4138
what flights are there from atlanta to washington early on thursday mornings
( lambda $0 e ( and ( flight $0 ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( day $0 thursday : da ) ) )
atis_4173
what flights are there on wednesday evening or thursday morning from denver to sfo
( lambda $0 e ( and ( flight $0 ) ( or ( and ( during_day $0 evening : pd ) ( day $0 wednesday : da ) ) ( and ( during_day $0 morning : pd ) ( day $0 thursday : da ) ) ) ( from $0 denver : ci ) ( to $0 sfo : ap ) ) )
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 ) ) )
atis_4268
what flights from washington to toronto
( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 toronto : ci ) ) )
atis_1918
is there a round trip flight from atlanta to dallas via denver
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 atlanta : ci ) ( to $0 dallas : ci ) ( stop $0 denver : ci ) ) )
atis_1976
like information on flights from san francisco to boston on thursday morning
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ( day $0 thursday : da ) ) )
atis_3927
what are the flights from pittsburgh to oakland
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 oakland : ci ) ) )
atis_4273
what flights go from boston to dallas
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 dallas : ci ) ) )
atis_4141
what flights are there from boston to dallas
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 dallas : ci ) ) )
atis_4409
what is fare code qw
qw : fb
atis_2688
please show me flights from dallas to denver
( lambda $0 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 denver : ci ) ) )
atis_1673
i'd like information on a flight from denver to san francisco on united air
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ) )
atis_4717
what is the price of a one way fare from boston to denver on continental airlines
( lambda $0 e ( exists $1 ( and ( exists $2 ( and ( oneway $2 ) ( airline $2 co : al ) ( from $2 boston : ci ) ( to $2 denver : ci ) ( = ( fare $2 ) $1 ) ) ) ( = ( fare $1 ) $0 ) ) ) )
atis_5001
which flight is a one way fare at 329 dollars from denver to pittsburgh
( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( fare $0 329 : do ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ) )
atis_4778
what kind of ground transportation is available in denver
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ) )
atis_439
does the phoenix airport have ground transportation to and from downtown
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 phoenix : ci ) ( from_airport $0 phoenix : ci ) ) )
atis_2488
pittsburgh to baltimore please on january one
( lambda $0 e ( and ( from $0 pittsburgh : ci ) ( to $0 baltimore : ci ) ( day_number $0 1 : dn ) ( month $0 january : mn ) ) )
atis_477
find a flight from long beach to st. louis stopping in dallas
( lambda $0 e ( and ( flight $0 ) ( from $0 long_beach : ci ) ( to $0 st_louis : ci ) ( stop $0 dallas : ci ) ) )
atis_4804
what planes are used by twa
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 tw : al ) ( = ( aircraft_code $1 ) $0 ) ) ) )
atis_1117
i need a flight from philadelphia to san francisco next wednesday
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( day $0 wednesday : da ) ) )
atis_715
from las vegas to phoenix
( lambda $0 e ( and ( from $0 las_vegas : ci ) ( to $0 phoenix : ci ) ) )
atis_2074
list all nonstop flights from los angeles to pittsburgh which arrive before 5pm on tuesday
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) 1700 : ti ) ( from $0 los_angeles : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) )
atis_3638
st petersburg to detroit
( lambda $0 e ( and ( from $0 st_petersburg : ci ) ( to $0 detroit : ci ) ) )
atis_2741
round trip flights from orlando to montreal please
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 orlando : ci ) ( to $0 montreal : ci ) ) )
atis_4733
what is the seating capacity of a boeing 767
( capacity boeing : mf )
atis_2054
list all flights leaving on thursday morning from new york city to montreal
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 new_york : ci ) ( to $0 montreal : ci ) ( day $0 thursday : da ) ) )
atis_1372
i want to leave before 8 in the morning what flight should i take to atlanta from boston
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 800 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) )
atis_4591
what is the fare from boston to san francisco on united airlines flight 21
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ua : al ) ( flight_number $1 21 : fn ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3352
show me the evening flights from atlanta to boston
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) )
atis_3906
what are the flights from las vegas to burbank also on saturday may twenty two
( lambda $0 e ( and ( flight $0 ) ( from $0 las_vegas : ci ) ( to $0 burbank : ci ) ( day $0 saturday : da ) ( day_number $0 22 : dn ) ( month $0 may : mn ) ) )
atis_2756
shortest flight from ontario california to orlando florida
( argmin $0 ( and ( flight $0 ) ( from $0 ontario : ci ) ( to $0 orlando : ci ) ) ( time_elapsed $0 ) )
atis_3212
show me flights leaving from san francisco to denver on september thirtieth
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 denver : ci ) ( day_number $0 30 : dn ) ( month $0 september : 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 ) )
atis_391
does american airlines flight from long beach to st. louis stopping in dallas serve lunch
( lambda $0 e ( and ( flight $0 ) ( meal $0 lunch : me ) ( airline $0 aa : al ) ( from $0 long_beach : ci ) ( to $0 st_louis : ci ) ( stop $0 dallas : ci ) ) )
atis_2268
list the flights from pittsburgh to san francisco on thursday
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( day $0 thursday : da ) ) )
atis_2911
show me all flights from chicago to kansas city on thursday june seventeenth arriving in kansas city at around 7 o'clock in the evening
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1900 : ti ) ( from $0 chicago : ci ) ( to $0 kansas_city : ci ) ( day $0 thursday : da ) ( day_number $0 17 : dn ) ( month $0 june : mn ) ) )
atis_1238
i need to fly from denver to san francisco tuesday
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day $0 tuesday : da ) ) )
atis_58
all flights phoenix to sfo
( lambda $0 e ( and ( flight $0 ) ( from $0 phoenix : ci ) ( to $0 sfo : ap ) ) )
atis_568
flight from nashville to cleveland
( lambda $0 e ( and ( flight $0 ) ( from $0 nashville : ci ) ( to $0 cleveland : ci ) ) )
atis_3720
what airline besides continental flies between boston and denver
( lambda $0 e ( and ( not ( equals : t $0 co : al ) ) ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( airline : e $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 ) ) ) )
atis_4437
what is the cheapest coach fare from dallas to denver round trip
( min $0 ( exists $1 ( and ( class_type $1 coach : cl ) ( from $1 dallas : ci ) ( to $1 denver : ci ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
atis_3908
what are the flights from las vegas to ontario
( lambda $0 e ( and ( flight $0 ) ( from $0 las_vegas : ci ) ( to $0 ontario : ci ) ) )
atis_2751
saturday flights from las vegas to phoenix
( lambda $0 e ( and ( flight $0 ) ( from $0 las_vegas : ci ) ( to $0 phoenix : ci ) ( day $0 saturday : da ) ) )
atis_26
all flights before 10am boston denver
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1000 : ti ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) )
atis_4304
what flights go from san francisco to boston and leave after 1 o'clock
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1300 : ti ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) )
atis_4018
what does fare code q mean
q : fb
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 ) ) )
atis_4146
what flights are there from dallas to pittsburgh on monday morning
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 dallas : ci ) ( to $0 pittsburgh : ci ) ( day $0 monday : da ) ) )
atis_1293
i want a flight from toronto to san diego
( lambda $0 e ( and ( flight $0 ) ( from $0 toronto : ci ) ( to $0 san_diego : ci ) ) )
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 ) ) )
atis_1173
i need a ticket from nashville to seattle
( lambda $0 e ( and ( from $0 nashville : ci ) ( to $0 seattle : ci ) ) )
atis_1136
i need a flight from tampa to montreal
( lambda $0 e ( and ( flight $0 ) ( from $0 tampa : ci ) ( to $0 montreal : ci ) ) )
atis_1626
i'd like a flight from burbank to tacoma washington
( lambda $0 e ( and ( flight $0 ) ( from $0 burbank : ci ) ( to $0 tacoma : ci ) ) )
atis_717
from milwaukee to orlando one way after 5pm wednesday
( lambda $0 e ( and ( oneway $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( day $0 wednesday : da ) ) )
atis_1748
i'd like to go from boston to pittsburgh to find the cheapest flight
( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ) ( fare $0 ) )
atis_1025
how much is a flight from washington to boston
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 washington : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2432
on a breakfast flight from philadelphia to dallas via atlanta
( lambda $0 e ( and ( flight $0 ) ( meal $0 breakfast : me ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
atis_588
flight numbers from seattle to chicago on continental
( lambda $0 e ( exists $1 ( and ( airline $1 co : al ) ( from $1 seattle : ci ) ( to $1 chicago : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
atis_4764
what kind of aircraft does delta fly before 8am on august second from boston to denver
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( < ( departure_time $1 ) 800 : ti ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( day_number $1 2 : dn ) ( month $1 august : mn ) ( = ( aircraft_code $1 ) $0 ) ) ) )
atis_1854
information on flights from atlanta to washington dc departing on thursday before 9am
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 900 : ti ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( day $0 thursday : da ) ) )
atis_1477
i would like information on flights from philadelphia to oakland california on friday afternoon
( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon : pd ) ( from $0 philadelphia : ci ) ( to $0 oakland : ci ) ( day $0 friday : da ) ) )
atis_3281
show me the air fare for the flights from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4937
when are the american flights from phoenix to milwaukee
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( from $1 phoenix : ci ) ( to $1 milwaukee : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
atis_4817
what time does flight aa 459 depart
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( flight_number $1 459 : fn ) ( = ( departure_time $1 ) $0 ) ) ) )
atis_3256
show me one way flights from milwaukee to orlando
( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ) )
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 ) ) ) )
atis_4029
what does it cost to fly from boston to oakland on united airlines
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ua : al ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2556
please list all flights from denver to philadelphia two saturdays from now
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 philadelphia : ci ) ( day $0 saturday : da ) ) )
atis_855
give me the one way flights from pittsburgh to boston
( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 pittsburgh : ci ) ( to $0 boston : ci ) ) )
atis_3041
show me all the flights from milwaukee to orlando that leave after noon on wednesday and before noon on thursday
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( or ( and ( > ( departure_time $0 ) 1200 : ti ) ( day $0 wednesday : da ) ) ( and ( < ( departure_time $0 ) 1200 : ti ) ( day $0 thursday : da ) ) ) ) )
atis_4037
what does restriction ap/57 mean
ap_57 : rc
atis_3656
tell me about ground transportation at salt lake city
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 salt_lake_city : ci ) ) )
atis_1737
i'd like to fly from philadelphia to san francisco with a stopover in dallas
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
atis_774
give me flights from chicago to seattle on saturday morning
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day $0 saturday : da ) ) )
atis_859
give me the saturday morning flights from chicago to st. paul on continental that have meals
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( during_day $0 morning : pd ) ( from $0 chicago : ci ) ( to $0 st_paul : ci ) ( day $0 saturday : da ) ) )
atis_1785
i'd like to see flights from pittsburgh to philadelphia
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 philadelphia : ci ) ) )
atis_4885
what's the cheapest one way ticket from baltimore to atlanta
( argmin $0 ( and ( oneway $0 ) ( from $0 baltimore : ci ) ( to $0 atlanta : ci ) ) ( fare $0 ) )
atis_819
give me the flights from kansas city to chicago leaving next wednesday arriving at chicago at about 7pm
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1900 : ti ) ( from $0 kansas_city : ci ) ( to $0 chicago : ci ) ( day $0 wednesday : da ) ) )
atis_3602
show me the qx fare flights between atlanta and oakland on delta airlines
( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 qx : fb ) ( airline $0 dl : al ) ( from $0 atlanta : ci ) ( to $0 oakland : ci ) ) )
atis_1650
i'd like a nonstop flight from atlanta to baltimore that gets in around 7pm
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1900 : ti ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ) )
atis_3141
show me flights from boston to san francisco
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) )
atis_455
eastern flight 825 from atlanta to denver leaving at 555 what type of aircraft is used on that flight
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ea : al ) ( flight_number $1 825 : fn ) ( departure_time $1 555 : ti ) ( from $1 atlanta : ci ) ( to $1 denver : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
atis_52
all flights from san francisco to los angeles
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 los_angeles : ci ) ) )
atis_1806
i'm interested in flights from denver to pittsburgh
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ) )
atis_4917
what's the latest flight from san francisco to atlanta
( argmax $0 ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) )
atis_20
all delta flights to everywhere if you can
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ) )
atis_4136
what flights are there from atlanta to oakland on thursday with in flight meals
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 atlanta : ci ) ( to $0 oakland : ci ) ( day $0 thursday : da ) ) )
atis_194
can you list all flights between milwaukee and chicago
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 chicago : ci ) ) )
atis_1213
i need information on flights leaving dallas arriving in boston leaving dallas early in the morning
( lambda $0 e ( and ( flight $0 ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 dallas : ci ) ( to $0 boston : ci ) ) )
atis_3245
show me non first class flights from baltimore to dallas
( lambda $0 e ( and ( flight $0 ) ( not ( class_type $0 first : cl ) ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
atis_1086
i need a flight from denver to philadelphia
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 philadelphia : ci ) ) )
atis_1346
i want to fly from milwaukee to orlando on either wednesday evening or thursday morning
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( or ( and ( during_day $0 evening : pd ) ( day $0 wednesday : da ) ) ( and ( during_day $0 morning : pd ) ( day $0 thursday : da ) ) ) ) )