qid
stringlengths
6
9
source
stringlengths
6
259
target
stringlengths
6
409
anonymized_target
stringlengths
16
454
atis_2458
on the 8am flight from san francisco to atlanta what type of aircraft is used
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( departure_time $1 800 : ti ) ( from $1 san_francisco : ci ) ( to $1 atlanta : ci ) ( = ( aircraft_code $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 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
atis_1771
i'd like to make a round trip from la to newark by way of charlotte
( lambda $0 e ( and ( stop $0 charlotte : ci ) ( to $0 newark : ci ) ( from $0 los_angeles : ci ) ( round_trip $0 ) ) )
( lambda $0 e ( and ( stop $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) )
atis_4590
what is the fare from boston to oakland on united airlines
( lambda $0 e ( exists $1 ( and ( airline $1 ua : al ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2249
list the flights arriving in atlanta from baltimore before noon on august fourth
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1200 : ti ) ( from $0 baltimore : ci ) ( to $0 atlanta : ci ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( month $0 ANON_ENTITY : mn ) ) )
atis_2251
list the flights arriving in baltimore from boston before 10am on august third
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1000 : ti ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( month $0 ANON_ENTITY : mn ) ) )
atis_2697
please show me the cost of flight ua 201 from boston to denver and flight ua 343 from boston to denver
( lambda $0 e ( exists $1 ( and ( or ( and ( flight $1 ) ( airline $1 ua : al ) ( flight_number $1 201 : fn ) ( from $1 boston : ci ) ( to $1 denver : ci ) ) ( and ( flight $1 ) ( airline $1 ua : al ) ( flight_number $1 343 : fn ) ( from $1 boston : ci ) ( to $1 denver : ci ) ) ( = ( fare $1 ) $0 ) ) ) ) )
( lambda $0 e ( exists $1 ( and ( or ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ( = ( fare $1 ) $0 ) ) ) ) )
atis_2085
list all round trip flights from indianapolis to orlando departing either on december twenty seventh or on december twenty eighth
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ( or ( and ( day_number $0 28 : dn ) ( month $0 december : mn ) ) ( and ( day_number $0 27 : dn ) ( month $0 december : mn ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( and ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) ) )
atis_3549
show me the flights
( lambda $0 e ( and ( flight $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ) )
atis_205
can you list all round trip flights from orlando to kansas city and then to minneapolis
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 orlando : ci ) ( to $0 minneapolis : ci ) ( stop $0 kansas_city : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_506
find me all the round trip flights from burbank to milwaukee stopping in st. louis
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 burbank : ci ) ( to $0 milwaukee : ci ) ( stop $0 st_louis : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : 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 ) ) )
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_1920
is there a round trip flight from baltimore to denver connecting in dallas
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 baltimore : ci ) ( to $0 denver : ci ) ( stop $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_1577
i would like to fly to denver for under 500 dollars please show me the airfares between pittsburgh and denver
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( fare $1 ) 500 : do ) ( from $1 pittsburgh : ci ) ( to $1 denver : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3099
show me fares less than 400 dollars for flights from dallas to baltimore
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( fare $1 ) 400 : do ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3529
show me the flights on delta from atlanta in the morning
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( during_day $0 morning : pd ) ( from $0 atlanta : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ) )
atis_3536
show me the flights on twa from atlanta in the morning
( lambda $0 e ( and ( flight $0 ) ( airline $0 tw : al ) ( during_day $0 morning : pd ) ( from $0 atlanta : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ) )
atis_1960
is there one stop with the us air boston leaving at 705 to atlanta
( lambda $0 e ( and ( stops $0 1 : i ) ( airline $0 us : al ) ( departure_time $0 705 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) )
( lambda $0 e ( and ( stops $0 ANON_ENTITY : i ) ( airline $0 ANON_ENTITY : al ) ( departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3017
show me all the cities that midwest express serves
( lambda $0 e ( and ( city $0 ) ( services yx : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_3329
show me the cities served by canadian airlines international
( lambda $0 e ( and ( city $0 ) ( services cp : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_3330
show me the cities served by nationair
( lambda $0 e ( and ( city $0 ) ( services nx : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_3816
what are the cities served by delta airlines
( lambda $0 e ( and ( city $0 ) ( services dl : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_3817
what are the cities that american airlines serves
( lambda $0 e ( and ( city $0 ) ( services aa : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_3981
what cities are served by canadian airlines international
( lambda $0 e ( and ( city $0 ) ( services cp : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_3982
what cities does continental service
( lambda $0 e ( and ( city $0 ) ( services co : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_4995
which cities does united airlines service
( lambda $0 e ( and ( city $0 ) ( services ua : al $0 ) ) )
( lambda $0 e ( and ( city $0 ) ( services ANON_ENTITY : al $0 ) ) )
atis_4503
what is the cost of a round trip flight from pittsburgh to atlanta beginning on april twenty fifth and returning on may sixth
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 pittsburgh : ci ) ( to $1 atlanta : ci ) ( day_number $1 25 : dn ) ( month $1 april : mn ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( fare $1 ) $0 ) ) ) )
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 ) ) )
( lambda $0 e ( and ( oneway $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2072
list all nonstop flights from la to pittsburgh before 5pm on tuesday
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) 1700 : ti ) ( from $0 los_angeles : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2073
list all nonstop flights from los angeles to pittsburgh before 5pm on tuesday
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) 1700 : ti ) ( from $0 los_angeles : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2077
list all nonstop flights on tuesday before noon from charlotte to baltimore
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) 1200 : ti ) ( from $0 charlotte : ci ) ( to $0 baltimore : ci ) ( day $0 tuesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2078
list all nonstop flights on wednesday from baltimore to newark before noon
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) 1200 : ti ) ( from $0 baltimore : ci ) ( to $0 newark : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2207
list nonstop flights from baltimore to newark on wednesday before noon
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) 1200 : ti ) ( from $0 baltimore : ci ) ( to $0 newark : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1961
is there taxi service at the ontario airport
( lambda $0 e ( and ( taxi $0 ) ( from_airport $0 ont : ap ) ) )
( lambda $0 e ( and ( taxi $0 ) ( from_airport $0 ANON_ENTITY : ap ) ) )
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 ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ) )
atis_1180
i need flight and fare information departing from oakland to salt lake city on thursday before 8am
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( < ( departure_time $0 ) 800 : ti ) ( from $0 oakland : ci ) ( to $0 salt_lake_city : ci ) ( day $0 thursday : da ) ( = ( fare $0 ) $1 ) ) ) )
( lambda $0 e ( lambda $1 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 ) ( = ( fare $0 ) $1 ) ) ) )
atis_1181
i need flight and fare information for thursday departing prior to 9am from oakland going to salt lake city
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( < ( departure_time $0 ) 900 : ti ) ( from $0 oakland : ci ) ( to $0 salt_lake_city : ci ) ( day $0 thursday : da ) ( = ( fare $0 ) $1 ) ) ) )
( lambda $0 e ( lambda $1 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 ) ( = ( fare $0 ) $1 ) ) ) )
atis_2532
please give me the flight times i would like to fly from boston to baltimore in the morning before 8
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) 800 : ti ) ( during_day $1 morning : pd ) ( from $1 boston : ci ) ( to $1 baltimore : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ANON_ENTITY : ti ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
atis_813
give me the flights from boston to san francisco leaving early today
( lambda $0 e ( and ( flight $0 ) ( during_day $0 early : pd ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( today $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( today $0 ) ) )
atis_1080
i need a flight from charlotte to newark leaving today evening
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 charlotte : ci ) ( to $0 newark : ci ) ( today $0 ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( today $0 ) ) )
atis_2740
round trip flights from minneapolis to san diego coach economy fare
( lambda $0 e ( and ( economy $0 ) ( to $0 san_diego : ci ) ( from $0 minneapolis : ci ) ( flight $0 ) ( class_type $0 coach : cl ) ( round_trip $0 ) ) )
( lambda $0 e ( and ( economy $0 ) ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( round_trip $0 ) ) )
atis_3259
show me prices and times for first class travel from baltimore to dallas next summer
( lambda $0 e ( lambda $1 e ( exists $2 ( and ( flight $2 ) ( class_type $2 first : cl ) ( from $2 baltimore : ci ) ( to $2 dallas : ci ) ( = ( fare $2 ) $0 ) ( = ( departure_time $2 ) $1 ) ) ) ) )
( lambda $0 e ( lambda $1 e ( exists $2 ( and ( flight $2 ) ( class_type $2 ANON_ENTITY : cl ) ( from $2 ANON_ENTITY : ci ) ( to $2 ANON_ENTITY : ci ) ( = ( fare $2 ) $0 ) ( = ( departure_time $2 ) $1 ) ) ) ) )
atis_2562
please list all flights into denver before noon on united airlines and northwest airlines
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 ua : al ) ( airline $0 nw : al ) ) ( < ( arrival_time $0 ) 1200 : ti ) ( to $0 denver : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 ANON_ENTITY : al ) ( airline $0 ANON_ENTITY : al ) ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( to $0 ANON_ENTITY : ci ) ) )
atis_778
give me flights from seattle to chicago that have meals on continental
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( from $0 seattle : ci ) ( to $0 chicago : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_656
flights from montreal and phoenix to las vegas
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 pheonix : ci ) ( from $0 montreal : ci ) ) ( to $0 las_vegas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1924
is there a united flight from baltimore to san francisco on the morning of august twenty seventh
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( during_day $0 morning : pd ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ( day_number $0 27 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_2448
on july twenty third an early flight on american from philadelphia to san francisco
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( during_day $0 early : pd ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( day_number $0 23 : dn ) ( month $0 july : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_5027
would you be able to put me on a flight with delta leaving the morning of august twenty seventh from baltimore to san francisco
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( during_day $0 morning : pd ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ( day_number $0 27 : dn ) ( month $0 august : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_2743
round trip houston to las vegas nonstop
( lambda $0 e ( and ( to $0 las_vegas : ci ) ( round_trip $0 ) ( from $0 houston : ci ) ( nonstop $0 ) ) )
( lambda $0 e ( and ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( nonstop $0 ) ) )
atis_2347
new york city to las vegas and memphis to las vegas on sunday
( lambda $0 e ( and ( or ( and ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ) ( and ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ) ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( or ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) ( day $0 ANON_ENTITY : da ) ) )
atis_3067
show me all the types of aircraft
( lambda $0 e ( aircraft_code : t $0 ) )
( lambda $0 e ( ANON_ENTITY : t $0 ) )
atis_3836
what are the different classes that an airline offers
( lambda $0 e ( booking_class : t $0 ) )
( lambda $0 e ( ANON_ENTITY : t $0 ) )
atis_289
could you please give me the round trip fare from denver to atlanta
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 denver : ci ) ( to $1 atlanta : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1028
how much is a round trip fare from indianapolis to seattle
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 indianapolis : ci ) ( to $1 seattle : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1029
how much is a round trip fare from memphis to seattle
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 memphis : ci ) ( to $1 seattle : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1030
how much is a round trip fare from nashville to seattle
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 nashville : ci ) ( to $1 seattle : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1306
i want a round trip fare from new york to san jose
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 new_york : ci ) ( to $1 san_jose : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2081
list all round trip fares from phoenix to washington
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 phoenix : ci ) ( to $1 washington : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2082
list all round trip fares from pittsburgh to washington dc
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 pittsburgh : ci ) ( to $1 washington : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2083
list all round trip fares from st. petersburg to washington
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 st_petersburg : ci ) ( to $1 washington : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2527
please give me round trip fares from baltimore to philadelphia
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 baltimore : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2528
please give me round trip fares from pittsburgh to philadelphia
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2736
round trip fares new york to san jose
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 new_york : ci ) ( to $1 san_jose : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3262
show me round trip fares between san francisco and washington dc
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 san_francisco : ci ) ( to $1 washington : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3263
show me round trip fares from baltimore to philadelphia
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 baltimore : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3264
show me round trip fares from denver to philadelphia
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
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 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3267
show me round trip fares from pittsburgh to philadelphia
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3268
show me round trip fares from san jose to salt lake city
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 san_jose : ci ) ( to $1 salt_lake_city : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4859
what would be cost of a round trip from pittsburgh to san francisco
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 pittsburgh : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_710
from denver to washington dc on monday november eleventh 1991
( lambda $0 e ( and ( from $0 denver : ci ) ( to $0 washington : ci ) ( day $0 monday : da ) ( day_number $0 11 : dn ) ( month $0 november : mn ) ( year $0 1991 : yr ) ) )
( lambda $0 e ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( year $0 ANON_ENTITY : yr ) ) )
atis_2742
round trip flights from salt lake city to cincinnati nonstop flights if possible
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 salt_lake_city : ci ) ( to $0 cincinnati : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3012
show me all round trip flights from miami to new york nonstop
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 miami : ci ) ( to $0 new_york : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3013
show me all round trip flights from new york to miami nonstop
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_235
can you tell me about ground transportation between the dallas airport and downtown dallas
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ( from_airport $0 dfw : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_303
could you tell me about ground transportation arrangements from the dallas airport to downtown dallas
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ( from_airport $0 dfw : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_305
could you tell me if there is ground transportation between the boston airport and boston downtown
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_387
do you have ground transportation between airport and downtown in boston
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_869
ground transportation atl to atlanta
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ( from_airport $0 atl : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_872
ground transportation between airport and downtown in boston
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_877
ground transportation from airport in boston to downtown boston
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_890
ground transportation please in the city of boston between airport and downtown
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1215
i need information on ground transportation between airport and downtown in the city of boston
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1484
i would like information on ground transportation city of boston between airport and downtown
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1486
i would like information on ground transportation in the city of atlanta from airport to downtown
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ( from_airport $0 atl : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
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 ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1838
in denver what kind of ground transportation is there from the airport to downtown
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ( from_airport $0 den : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1861
information on ground transportation from airport to downtown boston
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1940
is there ground transportation between airport and downtown in boston
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1941
is there ground transportation from atlanta airport to downtown atlanta
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ( from_airport $0 atl : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1942
is there ground transportation from lga into new york city
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 new_york : ci ) ( from_airport $0 lga : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1946
is there ground transportation from the atlanta airport to downtown atlanta
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ( from_airport $0 atl : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1947
is there ground transportation from the boston airport to downtown boston
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1948
is there ground transportation from the dallas airport to downtown dallas
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ( from_airport $0 dfw : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1951
is there ground transportation from the pittsburgh airport to downtown pittsburgh
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 pittsburgh : ci ) ( from_airport $0 pit : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1954
is there ground transportation in dallas from the dallas airport to downtown dallas
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ( from_airport $0 dfw : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_1962
is there transportation from the atlanta airport to downtown atlanta
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ( from_airport $0 atl : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_2524
please give me ground transportation information between dallas fort worth airport and downtown dallas
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ( from_airport $0 dfw : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_2592
please list ground transportation from ewr into new york city
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 new_york : ci ) ( from_airport $0 ewr : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_2641
please list the ground transportation from lga into new york city
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 new_york : ci ) ( from_airport $0 lga : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
atis_3659
tell me about ground transportation between orlando international and orlando
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 orlando : ci ) ( from_airport $0 mco : ap ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )