qid
stringlengths 6
9
| source
stringlengths 6
259
| target
stringlengths 6
409
| anonymized_target
stringlengths 16
454
|
---|---|---|---|
atis_933
|
how far is the airport from downtown pittsburgh
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 pittsburgh : ci ) ( from_airport $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_2130
|
list distance from airports to downtown in new york
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 new_york : ci ) ( from_airport $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4515
|
what is the distance between pittsburgh airport and downtown pittsburgh
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 pittsburgh : ci ) ( from_airport $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_1618
|
i would like to travel from indianapolis to houston
|
( lambda $0 e ( and ( to $0 houston : ci ) ( from $0 indianapolis : ci ) ) )
|
( lambda $0 e ( and ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ) )
|
atis_3571
|
show me the least expensive flight from miami to new york on a sunday with first class fare
|
( argmin $0 ( and ( flight $0 ) ( class_type $0 first : cl ) ( from $0 miami : ci ) ( to $0 new_york : ci ) ( day $0 sunday : da ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( fare $0 ) )
|
atis_3557
|
show me the itinerary of the connecting flight from boston to denver that departs boston at 10am
|
( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( departure_time $0 1000 : ti ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_991
|
how many people fly on a turboprop
|
( lambda $0 e ( exists $1 ( and ( turboprop $1 ) ( = ( capacity $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( turboprop $1 ) ( = ( capacity $1 ) $0 ) ) ) )
|
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 ) )
|
( argmin $0 ( and ( flight $0 ) ( nonstop $0 ) ( oneway $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( fare $0 ) )
|
atis_1497
|
i would like the fare on the us air 1039 from denver to pittsburgh on april twenty
|
( lambda $0 e ( exists $1 ( and ( airline $1 us : al ) ( flight_number $1 1039 : fn ) ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( day_number $1 20 : dn ) ( month $1 april : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( 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_2350
|
newark to cleveland daily
|
( lambda $0 e ( and ( daily $0 ) ( from $0 newark : ci ) ( to $0 cleveland : ci ) ) )
|
( lambda $0 e ( and ( daily $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1415
|
i would like a flight from philadelphia to dallas arrive dallas about 12 noon
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1200 : ti ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1488
|
i would like one flight from kansas city to st. paul arriving around dinnertime 6pm
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1800 : ti ) ( from $0 kansas_city : ci ) ( to $0 st_paul : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2417
|
okay i'm sorry could you tell me what flights leave atlanta and arrive in philadelphia around 5 o'clock
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1700 : ti ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2499
|
please find me a flight between boston and philadelphia that arrives in philadelphia close to 5pm
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1700 : ti ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3023
|
show me all the flights arriving around noon in washington dc from denver
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1200 : ti ) ( from $0 denver : ci ) ( to $0 washington : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3377
|
show me the flights arriving around noon in baltimore from denver
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1200 : ti ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3381
|
show me the flights arriving in baltimore from philadelphia at about 4 o'clock
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1600 : ti ) ( from $0 philadelphia : ci ) ( to $0 baltimore : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3796
|
what are my choices of flights to get from charlotte to minneapolis arriving about 7pm in minneapolis
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 1900 : ti ) ( from $0 charlotte : ci ) ( to $0 minneapolis : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_956
|
how many fare codes belong to economy class
|
( count $0 ( and ( fare_basis_code $0 ) ( economy $0 ) ) )
|
( count $0 ( and ( fare_basis_code $0 ) ( economy $0 ) ) )
|
atis_175
|
can i get a rental car in dallas
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_181
|
can i have a rental car in houston
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 houston : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_182
|
can i rent a car in san jose too
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 san_jose : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_1258
|
i need to rent a car at tampa
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 tampa : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_1394
|
i will need a car at new york
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_1841
|
in new york i'll need to rent a car
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_1842
|
in pittsburgh i'd like to rent a car
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_2647
|
please list the rental car information in pittsburgh
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_2719
|
rental car in baltimore
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 baltimore : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_2720
|
rental cars in boston
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 boston : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_2721
|
rental cars in washington dc
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 washington : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_3300
|
show me the car rentals in baltimore
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 baltimore : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_3708
|
what about a car rental in denver
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 denver : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_4002
|
what do you know about car rental in denver
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 denver : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_7
|
a listing of all flights from boston to baltimore before 10am on thursday
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1000 : ti ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_186
|
can you find me another flight from cincinnati to new york on saturday before 6pm
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1800 : ti ) ( from $0 cincinnati : ci ) ( to $0 new_york : ci ) ( day $0 saturday : 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_641
|
flights from kansas city to cleveland on wednesday before 5pm
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1700 : ti ) ( from $0 kansas_city : ci ) ( to $0 cleveland : ci ) ( day $0 wednesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_784
|
give me information on flights from atlanta to washington dc leaving on thursday before 0900
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 900 : ti ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_1067
|
i need a flight departing from milwaukee to indianapolis leaving monday before 8am
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 800 : ti ) ( from $0 milwaukee : ci ) ( to $0 indianapolis : ci ) ( day $0 monday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_1101
|
i need a flight from milwaukee to indianapolis leaving monday before 9am
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 900 : ti ) ( from $0 milwaukee : ci ) ( to $0 indianapolis : ci ) ( day $0 monday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_1145
|
i need a flight on thursday before 8am from oakland to salt lake city
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 800 : ti ) ( from $0 oakland : ci ) ( to $0 salt_lake_city : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_1513
|
i would like to book a flight from baltimore to san francisco before 12 o'clock on tuesday
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1200 : ti ) ( from $0 baltimore : ci ) ( to $0 san_francisco : 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_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 ) ) )
|
( 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_2019
|
list all flights from boston to atlanta before 5 o'clock am on thursday
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 500 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_2045
|
list all flights going from boston to atlanta before 5 o'clock am on thursday
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 500 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_2046
|
list all flights going from boston to atlanta before 7 o'clock am on thursday
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 700 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_2047
|
list all flights going from boston to atlanta before 7am on thursday
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 700 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_2366
|
now i need a flight leaving fort worth and arriving in denver no later than 2pm next monday
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1401 : ti ) ( from $0 fort_worth : ci ) ( to $0 denver : ci ) ( day $0 monday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_3166
|
show me flights from milwaukee to orlando on a thursday before noon
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1200 : ti ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_3972
|
what are the seating capacities of planes between pittsburgh and baltimore
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 pittsburgh : ci ) ( to $1 baltimore : ci ) ( = ( capacity $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( capacity $1 ) $0 ) ) ) )
|
atis_3092
|
show me fares from dallas to baltimore that cost less than 300 dollars
|
( lambda $0 e ( exists $1 ( and ( < ( fare $1 ) 300 : do ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4978
|
which airlines fly into and out of denver
|
( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( from $1 denver : ci ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( to $1 denver : ci ) ( airline $1 $0 ) ) ) ) )
|
( lambda $0 e ( and ( airline $0 ) ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( airline $1 $0 ) ) ) ( exists $1 ( and ( flight $1 ) ( to $1 ANON_ENTITY : ci ) ( airline $1 $0 ) ) ) ) )
|
atis_2467
|
on united airlines give me the flight times from boston to dallas
|
( lambda $0 e ( exists $1 ( and ( airline $1 ua : al ) ( from $1 boston : ci ) ( to $1 dallas : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_4821
|
what time does twa depart from boston to go to san francisco
|
( lambda $0 e ( exists $1 ( and ( airline $1 tw : al ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_4824
|
what times does continental depart from boston to san francisco
|
( lambda $0 e ( exists $1 ( and ( airline $1 co : al ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_4898
|
what's the earliest flight from nashville to tacoma on american on tuesday the eighteenth of may
|
( argmin $0 ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 nashville : ci ) ( to $0 tacoma : ci ) ( day $0 tuesday : da ) ( day_number $0 18 : dn ) ( month $0 may : mn ) ) ( departure_time $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( 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 ) ) ( departure_time $0 ) )
|
atis_1351
|
i want to fly from philadelphia to dallas with a stop in atlanta on a breakfast flight
|
( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( meal $0 breakfast : me ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( meal $0 ANON_ENTITY : me ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3694
|
us 201
|
( lambda $0 e ( and ( airline $0 us : al ) ( flight_number $0 201 : fn ) ) )
|
( lambda $0 e ( and ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ) )
|
atis_4454
|
what is the cheapest first class fare from cleveland to miami on us air on february twenty fourth
|
( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ( from $1 cleveland : ci ) ( to $1 miami : ci ) ( airline $1 us : al ) ( month $1 february : mn ) ( day_number $1 24 : dn ) ( class_type $1 first : cl ) ) ) )
|
( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( airline $1 ANON_ENTITY : al ) ( month $1 ANON_ENTITY : mn ) ( day_number $1 ANON_ENTITY : dn ) ( class_type $1 ANON_ENTITY : cl ) ) ) )
|
atis_3005
|
show me all nonstop flights between denver and oakland leaving after noon and arriving after 5pm
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( > ( arrival_time $0 ) 1700 : ti ) ( from $0 denver : ci ) ( to $0 oakland : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1350
|
i want to fly from philadelphia to dallas to san francisco on monday july eighth
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ( day $0 monday : da ) ( 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 ) ( stop $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
|
atis_4948
|
where does delta fly to that american doesn't
|
( lambda $0 e ( and ( airport $0 ) ( exists $1 ( and ( flight $1 ) ( to $1 $0 ) ( airline $1 dl : al ) ) ) ( not ( exists $1 ( and ( flight $1 ) ( to $1 $0 ) ( airline $1 aa : al ) ) ) ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( exists $1 ( and ( flight $1 ) ( to $1 $0 ) ( airline $1 ANON_ENTITY : al ) ) ) ( not ( exists $1 ( and ( flight $1 ) ( to $1 $0 ) ( airline $1 ANON_ENTITY : al ) ) ) ) ) )
|
atis_158
|
are they all nonstop flights from kansas city to st. paul
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 kansas_city : ci ) ( to $0 st_paul : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_203
|
can you list all nonstop flights departing from st. petersburg and arriving in charlotte
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 st_petersburg : ci ) ( to $0 charlotte : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_380
|
do you have any direct flights from pittsburgh to atlanta
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_507
|
find me flights that are nonstop between boston and dallas
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 boston : ci ) ( to $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_788
|
give me nonstop flights from new york city to las vegas
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_822
|
give me the flights from memphis to las vegas nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 memphis : ci ) ( to $0 las_vegas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_829
|
give me the flights from new york to las vegas nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1161
|
i need a nonstop flight from san diego to phoenix
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 san_diego : ci ) ( to $0 phoenix : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1326
|
i want to fly from atlanta to philadelphia nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1352
|
i want to fly nonstop from denver to dallas
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 denver : ci ) ( to $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1445
|
i would like a nonstop flight from philadelphia to pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 philadelphia : ci ) ( to $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1915
|
is there a nonstop flight from denver to san francisco
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2002
|
list all direct flights from boston to denver
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2282
|
list the nonstop flights from denver to washington dc
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 denver : ci ) ( to $0 washington : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2284
|
list the nonstop flights from miami to washington dc
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 miami : ci ) ( to $0 washington : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2328
|
may i see all nonstop flights from st. petersburg to charlotte
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 st_petersburg : ci ) ( to $0 charlotte : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2356
|
nonstop flights denver to boston
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 denver : ci ) ( to $0 boston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2357
|
nonstop flights denver to kansas city
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 denver : ci ) ( to $0 kansas_city : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2359
|
nonstop flights from seattle to denver
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 seattle : ci ) ( to $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2360
|
nonstop flights seattle to boston
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 seattle : ci ) ( to $0 boston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2361
|
nonstop flights seattle to kansas city
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 seattle : ci ) ( to $0 kansas_city : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2550
|
please list all flights between boston and san francisco nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2676
|
please show me all the flights from denver to oakland that are nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 denver : ci ) ( to $0 oakland : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2779
|
show all nonstop flights from atlanta to san francisco
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 atlanta : ci ) ( to $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2780
|
show all nonstop flights from boston to atlanta
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2781
|
show all nonstop flights from boston to san francisco
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2970
|
show me all flights from san diego to new york nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 san_diego : ci ) ( to $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2979
|
show me all flights from san francisco to new york nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 san_francisco : ci ) ( to $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3006
|
show me all nonstop flights from salt lake city to cincinnati
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 salt_lake_city : ci ) ( to $0 cincinnati : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3020
|
show me all the direct flights from atlanta to baltimore
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3021
|
show me all the direct flights from baltimore to atlanta
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 baltimore : ci ) ( to $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : 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 ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3248
|
show me nonstop flights from st. petersburg to toronto
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 st_petersburg : ci ) ( to $0 toronto : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3249
|
show me nonstop flights from toronto to st. petersburg
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 toronto : ci ) ( to $0 st_petersburg : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3261
|
show me return flights from cincinnati to salt lake city nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 cincinnati : ci ) ( to $0 salt_lake_city : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3339
|
show me the direct flights from san francisco to boston
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : 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 ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3589
|
show me the nonstop flights from dallas to houston
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 dallas : ci ) ( to $0 houston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3590
|
show me the nonstop flights from houston to dallas
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 houston : ci ) ( to $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.