qid
stringlengths
6
9
source
stringlengths
7
216
target
stringlengths
6
409
atis_2753
sfo to denver on monday november eleventh 1991
( lambda $0 e ( and ( from $0 sfo : ap ) ( to $0 denver : ci ) ( day $0 monday : da ) ( day_number $0 11 : dn ) ( month $0 november : mn ) ( year $0 1991 : yr ) ) )
atis_3144
show me flights from dallas to atlanta on tuesday
( lambda $0 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 atlanta : ci ) ( day $0 tuesday : da ) ) )
atis_4
a first class flight to san francisco on american airlines tuesday next week
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( to $0 san_francisco : ci ) ( day $0 tuesday : da ) ) )
atis_682
flights from pittsburgh to baltimore between 10am and 2pm
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1000 : ti ) ( < ( departure_time $0 ) 1400 : ti ) ( from $0 pittsburgh : ci ) ( to $0 baltimore : ci ) ) )
atis_2498
please find all the flights from cincinnati to any airport in the new york city area that arrive next saturday before 6pm
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 cincinnati : ci ) ( to $0 new_york : ci ) ( day_arrival $0 saturday : da ) ) )
atis_1999
list all daily flights between boston and oakland using delta airlines
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 dl : al ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) )
atis_4127
what flights are provided by delta airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ) )
atis_4521
what is the earliest american airlines flight leaving philadelphia for dallas
( argmin $0 ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) ( departure_time $0 ) )
atis_332
display all fare codes
( lambda $0 e ( fare_basis_code $0 ) )
atis_4329
what flights leave from phoenix to nashville on american airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 phoenix : ci ) ( to $0 nashville : ci ) ) )
atis_1282
i want a flight from los angeles to pittsburgh that arrives before 3pm on tuesday
( lambda $0 e ( and ( flight $0 ) ( from $0 los_angeles : ci ) ( to $0 pittsburgh : ci ) ( day_arrival $0 tuesday : da ) ( < ( arrival_time $0 ) 1500 : ti ) ) )
atis_285
could you please find me the earliest flight from boston to oakland
( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) ( departure_time $0 ) )
atis_2928
show me all flights from milwaukee to orlando one way
( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ) )
atis_473
find a flight between denver and oakland the flight should be in the afternoon and arrive close to 5pm the flight should be nonstop
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1700 : ti ) ( during_day $0 afternoon : pd ) ( from $0 denver : ci ) ( to $0 oakland : ci ) ) )
atis_1894
is there a flight from boston to san francisco making a stopover in dallas fort worth
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
atis_3974
what are the times that you have planes leaving from san francisco going to pittsburgh on july seventh
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 san_francisco : ci ) ( to $1 pittsburgh : ci ) ( day_number $1 7 : dn ) ( month $1 july : mn ) ( = ( departure_time $1 ) $0 ) ) ) )
atis_2793
show departures from atlanta for american
( lambda $0 e ( and ( airline $0 aa : al ) ( from $0 atlanta : ci ) ) )
atis_4766
what kind of aircraft is used on a flight from cleveland to dallas
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 cleveland : ci ) ( to $1 dallas : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
atis_3933
what are the flights from tacoma to san jose also on tuesday the eighteenth of may
( lambda $0 e ( and ( flight $0 ) ( from $0 tacoma : ci ) ( to $0 san_jose : ci ) ( day $0 tuesday : da ) ( day_number $0 18 : dn ) ( month $0 may : mn ) ) )
atis_3357
show me the fare for delta flight 296 from atlanta to philadelphia
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( flight_number $1 296 : fn ) ( from $1 atlanta : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2855
show me airlines with flights from pittsburgh to boston please
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 pittsburgh : ci ) ( to $1 boston : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
atis_4306
what flights go from san francisco to denver on mondays
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 denver : ci ) ( day $0 monday : da ) ) )
atis_1542
i would like to fly delta airlines from atlanta to pittsburgh
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 atlanta : ci ) ( to $0 pittsburgh : ci ) ) )
atis_2667
please show me airlines with round trip flights from boston to denver stop philadelphia
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( stop $1 philadelphia : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
atis_2065
list all flights on continental which leave seattle and arrive in chicago departing on sunday after 430pm
( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( > ( departure_time $0 ) 1630 : ti ) ( from $0 seattle : ci ) ( to $0 chicago : ci ) ( day $0 sunday : da ) ) )
atis_3360
show me the fares for a first class ticket 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_2175
list flights from philadelphia to dallas that stop in atlanta
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
atis_3247
show me nonstop flights from montreal to orlando
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 montreal : ci ) ( to $0 orlando : ci ) ) )
atis_4972
which airlines fly from boston to washington dc but stopover in some other city
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 washington : ci ) ( exists $2 ( and ( city $2 ) ( stop $1 $2 ) ) ) ( = ( airline : e $1 ) $0 ) ) ) )
atis_3323
show me the cheapest one way flights from orlando to montreal
( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 orlando : ci ) ( to $0 montreal : ci ) ) ( fare $0 ) )
atis_2778
show all monday flights from san francisco to pittsburgh
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 monday : da ) ) )
atis_3978
what are your flights from denver to baltimore
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) )
atis_3587
show me the nonstop flights and fares from toronto to st. petersburg
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 toronto : ci ) ( to $0 st_petersburg : ci ) ) )
atis_3029
show me all the flights from baltimore to columbus
( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 columbus : ci ) ) )
atis_4386
what is a flight that goes from baltimore to san francisco and arrives at san francisco at 8pm on a friday
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 2000 : ti ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ( day_arrival $0 friday : da ) ) )
atis_3616
show me times for coach flights between boston and baltimore on wednesday
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach : cl ) ( from $1 boston : ci ) ( to $1 baltimore : ci ) ( day $1 wednesday : da ) ( = ( departure_time $1 ) $0 ) ) ) )
atis_290
could you please list all of the classes of flights there are
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( = ( booking_class $1 ) $0 ) ) ) )
atis_3831
what are the cost of morning flights from atlanta to baltimore
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning : pd ) ( from $1 atlanta : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4471
what is the cheapest flight on american airlines from cleveland to miami
( argmin $0 ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 cleveland : ci ) ( to $0 miami : ci ) ) ( fare $0 ) )
atis_729
from washington to atlanta
( lambda $0 e ( and ( from $0 washington : ci ) ( to $0 atlanta : ci ) ) )
atis_3266
show me round trip fares from new york to miami
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 new_york : ci ) ( to $1 miami : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3595
show me the one way flight from detroit to westchester county with the highest fare
( argmax $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 detroit : ci ) ( to $0 westchester_county : ci ) ) ( fare $0 ) )
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 ) ) )
atis_4483
what is the cheapest round trip fare between boston and san francisco
( min $0 ( exists $1 ( and ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
atis_1601
i would like to schedule a flight on american airlines from philadelphia to san francisco that makes a stop in denver
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 denver : ci ) ) )
atis_3872
what are the flights from atlanta to boston in the afternoon
( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon : pd ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) )
atis_914
how can i get from boston to atlanta and back in the same day and have the most hours on the ground in atlanta
( lambda $0 e ( lambda $1 e ( and ( equals $0 ( argmin $2 ( and ( flight $2 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( arrival_time $2 ) ) ) ( equals $1 ( argmax $2 ( and ( flight $2 ) ( to $0 boston : ci ) ( from $0 atlanta : ci ) ) ( departure_time $2 ) ) ) ) ) )
atis_4861
what're the cheapest nonstop flights from new york to miami one way
( argmin $0 ( and ( flight $0 ) ( nonstop $0 ) ( oneway $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ) ( fare $0 ) )
atis_249
charlotte to baltimore on tuesday
( lambda $0 e ( and ( from $0 charlotte : ci ) ( to $0 baltimore : ci ) ( day $0 tuesday : da ) ) )
atis_3303
show me the cheapest fare from dallas to baltimore
( min $0 ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_749
give me a flight from charlotte to baltimore on tuesday morning
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 charlotte : ci ) ( to $0 baltimore : ci ) ( day $0 tuesday : da ) ) )
atis_535
find travel arrangements for a round trip flight from boston to pittsburgh arriving after 8pm
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) 2000 : ti ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ) )
atis_509
find me the cheapest one way fare i can get from boston to denver
( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_66
all right do you have a flight from washington to boston that stops in philadelphia
( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 boston : ci ) ( stop $0 philadelphia : ci ) ) )
atis_188
can you give me a list of the flights from atlanta to boston
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) )
atis_1794
i'd like to travel from burbank to milwaukee
( lambda $0 e ( and ( from $0 burbank : ci ) ( to $0 milwaukee : ci ) ) )
atis_219
can you show me evening flights from nashville to houston that serve dinner
( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner : me ) ( during_day $0 evening : pd ) ( from $0 nashville : ci ) ( to $0 houston : ci ) ) )
atis_1404
i would like a flight from atlanta to denver
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ) )
atis_1242
i need to fly from st. louis to milwaukee on wednesday afternoon
( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon : pd ) ( from $0 st_louis : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) )
atis_1836
in boston is there ground transportation between airport and downtown
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
atis_244
can you tell me what aircraft is used for delta flight 1222 from kansas city to salt lake city
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( flight_number $1 1222 : fn ) ( from $1 kansas_city : ci ) ( to $1 salt_lake_city : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
atis_835
give me the flights from pittsburgh to los angeles on thursday evening
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 pittsburgh : ci ) ( to $0 los_angeles : ci ) ( day $0 thursday : da ) ) )
atis_2201
list la
los_angeles : ci
atis_3150
show me flights from denver to atlanta on june sixteenth
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ( day_number $0 16 : dn ) ( month $0 june : mn ) ) )
atis_1276
i want a flight from denver to atlanta
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ) )
atis_2590
please list for me the flights on united airlines between boston and denver
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) )
atis_3035
show me all the flights from cincinnati to toronto
( lambda $0 e ( and ( flight $0 ) ( from $0 cincinnati : ci ) ( to $0 toronto : ci ) ) )
atis_2759
show afternoon flights from dallas to san francisco
( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon : pd ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) )
atis_1129
i need a flight from san francisco to boston that leaves after 7am
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 700 : ti ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) )
atis_596
flights between new york and miami
( lambda $0 e ( and ( flight $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ) )
atis_1284
i want a flight from montreal quebec to san diego california that leaves sunday
( lambda $0 e ( and ( flight $0 ) ( from $0 montreal : ci ) ( to $0 san_diego : ci ) ( day $0 sunday : da ) ) )
atis_758
give me a list of flights between denver and oakland
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 oakland : ci ) ) )
atis_3369
show me the first class fares from boston to denver
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_654
flights from milwaukee to phoenix on saturday or sunday american airlines
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 milwaukee : ci ) ( to $0 phoenix : ci ) ( or ( day $0 saturday : da ) ( day $0 sunday : da ) ) ) )
atis_1496
i would like the evening schedule of flights from san francisco to washington
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 san_francisco : ci ) ( to $0 washington : ci ) ) )
atis_15
airline that stands for dl
dl : al
atis_2771
show all flights from pittsburgh to san francisco on july twenty eighth 1991
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( day_number $0 28 : dn ) ( month $0 july : mn ) ( year $0 1991 : yr ) ) )
atis_743
get saturday fares from washington to toronto
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 toronto : ci ) ( day $1 saturday : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_3417
show me the flights from boston to philadelphia
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ) )
atis_2406
okay i just want to know the cheapest fare from atlanta to boston
( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_879
ground transportation in dallas and boston
( lambda $0 e ( and ( ground_transport $0 ) ( or ( to_city $0 dallas : ci ) ( to_city $0 boston : ci ) ) ) )
atis_2823
show flights from pittsburgh into san francisco arriving after 12 noon
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 1200 : ti ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ) )
atis_4927
what's the lowest round trip fare from dallas to baltimore
( min $0 ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
atis_3171
show me flights from milwaukee to orlando on wednesday night
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( day $0 wednesday : da ) ( during_day $0 late : pd ) ) )
atis_2672
please show me all one way first class flights from indianapolis to memphis
( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( class_type $0 first : cl ) ( from $0 indianapolis : ci ) ( to $0 memphis : ci ) ) )
atis_144
are there any limousines or taxi services available at the boston airport
( lambda $0 e ( and ( or ( limousine $0 ) ( taxi $0 ) ) ( from_airport $0 bos : ap ) ) )
atis_388
do you have one to denver from philadelphia
( lambda $0 e ( and ( from $0 philadelphia : ci ) ( to $0 denver : ci ) ) )
atis_4737
what is the seating capacity of the aircraft 72s
( capacity 72s : ac )
atis_4629
what is the ground transportation available in denver
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ) )
atis_3448
show me the flights from denver to baltimore or washington dc that arrive before or around noon
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( or ( to $0 baltimore : ci ) ( to $0 washington : ci ) ) ( or ( approx_arrival_time $0 1200 : ti ) ( < ( arrival_time $0 ) 1200 : ti ) ) ) )
atis_2974
show me all flights from san francisco to atlanta
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 atlanta : ci ) ) )
atis_4901
what's the earliest flight from san francisco to boston
( argmin $0 ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) ( departure_time $0 ) )
atis_2972
show me all flights from san diego to phoenix on a boeing 737
( lambda $0 e ( and ( flight $0 ) ( manufacturer $0 boeing : mf ) ( aircraft_code $0 737 : ac ) ( from $0 san_diego : ci ) ( to $0 phoenix : ci ) ) )
atis_3842
what are the fares between new york and la on monday morning
( lambda $0 e ( exists $1 ( and ( day $1 monday : da ) ( to $1 los_angeles : ci ) ( from $1 new_york : ci ) ( during_day $1 morning : pd ) ( = ( fare $1 ) $0 ) ) ) )
atis_3586
show me the names of airlines in atlanta
( lambda $0 e ( exists $1 ( and ( airline $1 ) ( services $1 atlanta : ci ) ( named $1 $0 ) ) ) )
atis_1877
is there a delta flight from boston to san francisco that stops in denver
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( stop $0 denver : ci ) ) )
atis_1503
i would like the flights available from boston to denver arriving in denver on 9 o'clock wednesday morning on or by 9 o'clock wednesday morning
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( or ( and ( arrival_time $0 900 : ti ) ( day $0 wednesday : da ) ) ( and ( < ( arrival_time $0 ) 900 : ti ) ( day $0 wednesday : da ) ) ) ) )
atis_3849
what are the fares for flights serving a meal from boston to pittsburgh before noon on thursday
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) 1200 : ti ) ( from $1 boston : ci ) ( to $1 pittsburgh : ci ) ( day $1 thursday : da ) ( = ( fare $1 ) $0 ) ) ) )
atis_782
give me flights that arrive in baltimore from denver
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) )
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 ) ) )