qid
stringlengths 6
9
| source
stringlengths 6
259
| target
stringlengths 6
409
| anonymized_target
stringlengths 16
454
|
---|---|---|---|
atis_4076
|
what flights are available between boston and washington arriving in washington at 630
|
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 630 : ti ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_919
|
how can i go from the san francisco airport to downtown san francisco
|
( lambda $0 e ( and ( to_city $0 san_francisco : ci ) ( from_airport $0 sfo : ap ) ) )
|
( lambda $0 e ( and ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_922
|
how do i get from bwi to washington
|
( lambda $0 e ( and ( to_city $0 washington : ci ) ( from_airport $0 bwi : ap ) ) )
|
( lambda $0 e ( and ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_926
|
how do you travel from san francisco airport to downtown san francisco
|
( lambda $0 e ( and ( to_city $0 san_francisco : ci ) ( from_airport $0 sfo : ap ) ) )
|
( lambda $0 e ( and ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_5013
|
which flights leaving baltimore to dallas on monday afternoon have economic class
|
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( during_day $0 afternoon : pd ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ( day $0 monday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_440
|
does twa have a flight from indianapolis to houston arriving at 11am
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 tw : al ) ( arrival_time $0 1100 : ti ) ( from $0 indianapolis : ci ) ( to $0 houston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2426
|
okay that one's great too now we're going to go on april twenty second dallas to washington the latest nighttime departure one way
|
( departure_time ( argmax $0 ( and ( oneway $0 ) ( during_day $0 late : pd ) ( from $0 dallas : ci ) ( to $0 washington : ci ) ( day_number $0 22 : dn ) ( month $0 april : mn ) ) ( departure_time $0 ) ) )
|
( departure_time ( argmax $0 ( and ( oneway $0 ) ( 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 ) ) ( departure_time $0 ) ) )
|
atis_452
|
earliest flight on american airlines from washington dc to san francisco
|
( argmin $0 ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
|
atis_1529
|
i would like to book on delta airlines their earliest possible flight from washington dc to san francisco
|
( argmin $0 ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
|
atis_2493
|
please book for me a flight on twa from washington dc to san francisco earliest possible time
|
( argmin $0 ( and ( flight $0 ) ( airline $0 tw : al ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
|
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 ) )
|
( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
|
atis_4544
|
what is the earliest flight from boston to san francisco on american airlines
|
( argmin $0 ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
|
atis_4574
|
what is the earliest flight that eastern has between boston and washington
|
( argmin $0 ( and ( flight $0 ) ( airline $0 ea : al ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) ( departure_time $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
|
atis_1665
|
i'd like an early morning weekday flight from san diego to phoenix
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 san_diego : ci ) ( to $0 phoenix : ci ) ( weekday $0 ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( weekday $0 ) ) )
|
atis_1996
|
list all daily flights between boston and oakland and between oakland and boston using delta airlines
|
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 dl : al ) ( or ( and ( from $0 oakland : ci ) ( to $0 boston : ci ) ) ( and ( from $0 boston : ci ) ( to $0 oakland : ci ) ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( or ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) ) )
|
atis_4090
|
what flights are available from boston to washington dc late the twenty fifth or early the twenty sixth
|
( lambda $0 e ( and ( flight $0 ) ( or ( and ( day_number $0 25 : dn ) ( during_day $0 late : pd ) ) ( and ( during_day $0 early : pd ) ( day_number $0 26 : dn ) ) ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( or ( and ( day_number $0 ANON_ENTITY : dn ) ( during_day $0 ANON_ENTITY : pd ) ) ( and ( during_day $0 ANON_ENTITY : pd ) ( day_number $0 ANON_ENTITY : dn ) ) ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_4749
|
what is the total seating capacity of all aircraft of american airlines
|
( sum $0 ( and ( aircraft $0 ) ( airline $0 aa : al ) ) ( capacity $0 ) )
|
( sum $0 ( and ( aircraft $0 ) ( airline $0 ANON_ENTITY : al ) ) ( capacity $0 ) )
|
atis_549
|
first i'd like to fly from philadelphia to dallas and fly from dallas to san francisco
|
( lambda $0 e ( or ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) ) )
|
( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) )
|
atis_3734
|
what airlines are ac and as
|
( lambda $0 e ( or ( equals $0 ac : al ) ( equals $0 as : al ) ) )
|
( lambda $0 e ( or ( equals $0 ANON_ENTITY : al ) ( equals $0 ANON_ENTITY : al ) ) )
|
atis_2427
|
okay that sounds great let's go from atlanta on april twenty one in the morning to dallas least expensive fare one way
|
( departure_time ( argmin $0 ( and ( oneway $0 ) ( during_day $0 morning : pd ) ( from $0 atlanta : ci ) ( to $0 dallas : ci ) ( day_number $0 21 : dn ) ( month $0 april : mn ) ) ( fare $0 ) ) )
|
( departure_time ( argmin $0 ( and ( oneway $0 ) ( 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 ) ) ( fare $0 ) ) )
|
atis_3275
|
show me round trip tickets from new york to miami
|
( lambda $0 e ( and ( to $0 miami : ci ) ( from $0 new_york : ci ) ( round_trip $0 ) ) )
|
( lambda $0 e ( and ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) )
|
atis_3334
|
show me the cost of a first class ticket from detroit to las vegas and back
|
( lambda $0 e ( exists $1 ( and ( = ( fare $1 ) $0 ) ( to $1 las_vegas : ci ) ( from $1 detroit : ci ) ( class_type $1 first : cl ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( = ( fare $1 ) $0 ) ( to $1 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ( class_type $1 ANON_ENTITY : cl ) ) ) )
|
atis_582
|
flight number from dallas to houston
|
( lambda $0 e ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 houston : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
atis_583
|
flight number from houston to dallas
|
( lambda $0 e ( exists $1 ( and ( from $1 houston : ci ) ( to $1 dallas : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
atis_585
|
flight numbers from chicago to seattle
|
( lambda $0 e ( exists $1 ( and ( from $1 chicago : ci ) ( to $1 seattle : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
atis_2706
|
please show me the return flight number from toronto to st. petersburg
|
( lambda $0 e ( exists $1 ( and ( from $1 toronto : ci ) ( to $1 st_petersburg : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
atis_1839
|
in economy class from dallas to baltimore arriving july seventh i'd like to know what's the cheapest ticket possible
|
( argmin $0 ( and ( economy $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( month $0 july : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_217
|
can you rent a car at stapleton international airport in denver
|
( lambda $0 e ( and ( rental_car $0 ) ( from_airport $0 denver : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_1798
|
i'll need a rental car at the atlanta airport can you show me what's available
|
( lambda $0 e ( and ( rental_car $0 ) ( from_airport $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( rental_car $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_2521
|
please give me flights from atlanta to boston on wednesday and thursday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ( or ( day $0 wednesday : da ) ( day $0 thursday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_2552
|
please list all flights from atlanta to baltimore on wednesday and thursday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ( or ( day $0 wednesday : da ) ( day $0 thursday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_2830
|
show flights from san francisco to denver on wednesday and thursday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 denver : ci ) ( or ( day $0 wednesday : da ) ( day $0 thursday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_3418
|
show me the flights from boston to pittsburgh leaving wednesdays and thursdays
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ( or ( day $0 wednesday : da ) ( day $0 thursday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_3421
|
show me the flights from boston to pittsburgh on wednesday and thursday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ( or ( day $0 wednesday : da ) ( day $0 thursday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_3422
|
show me the flights from boston to pittsburgh on wednesday or thursday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ( or ( day $0 wednesday : da ) ( day $0 thursday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_3424
|
show me the flights from boston to pittsburgh on wednesdays and thursdays
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ( or ( day $0 wednesday : da ) ( day $0 thursday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_3525
|
show me the flights leaving saturday or sunday from milwaukee to phoenix
|
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 phoenix : ci ) ( or ( day $0 saturday : da ) ( day $0 sunday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_1208
|
i need information on flights for tuesday leaving baltimore for dallas dallas to boston and boston to baltimore
|
( lambda $0 e ( and ( flight $0 ) ( day $0 tuesday : da ) ( or ( and ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) ( and ( from $0 dallas : ci ) ( to $0 boston : ci ) ) ( and ( from $0 boston : ci ) ( to $0 baltimore : ci ) ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( day $0 ANON_ENTITY : da ) ( or ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) ) )
|
atis_2008
|
list all flights arriving or leaving denver between 8 and 9pm
|
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) 2000 : ti ) ( < ( arrival_time $0 ) 2100 : ti ) ( or ( to $0 denver : ci ) ( from $0 denver : ci ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( or ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ) ) )
|
atis_226
|
can you show me the cheapest round trip flights between denver and pittsburgh
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_795
|
give me the cheapest round trip flight from dallas to baltimore
|
( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_2235
|
list the cheapest round trip flights from orlando to kansas city
|
( argmin $0 ( and ( flight $0 ) ( from $0 orlando : ci ) ( to $0 kansas_city : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_3316
|
show me the cheapest flights round trip from new york to san jose
|
( argmin $0 ( and ( flight $0 ) ( from $0 new_york : ci ) ( to $0 san_jose : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_3814
|
what are the cheapest round trip flights from denver to atlanta
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_3815
|
what are the cheapest round trip flights from denver to pittsburgh
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_4487
|
what is the cheapest round trip flight from atlanta to pittsburgh
|
( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 pittsburgh : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_4488
|
what is the cheapest round trip flight from denver to atlanta
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_4701
|
what is the lowest price fare from atlanta to san francisco on flight delta 82 and delta 139
|
( min $0 ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( or ( flight_number $1 82 : fn ) ( flight_number $1 139 : fn ) ) ( from $1 atlanta : ci ) ( to $1 san_francisco : ci ) ) ) )
|
( min $0 ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( or ( flight_number $1 ANON_ENTITY : fn ) ( flight_number $1 ANON_ENTITY : fn ) ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ) )
|
atis_655
|
flights from montreal and phoenix to las vegas arriving at the same time
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( from $0 montreal : ci ) ( to $0 las_vegas : ci ) ( from $1 pheonix : ci ) ( to $1 las_vegas : ci ) ( equals ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) )
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( equals ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) )
|
atis_751
|
give me a flight from new york city to las vegas and a flight from memphis to las vegas that arrive at the same time
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ( from $1 memphis : ci ) ( to $1 las_vegas : ci ) ( equals ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) )
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( equals ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) )
|
atis_2111
|
list california airports
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 california : st ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : st ) ) )
|
atis_2231
|
list the arizona airport
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 arizona : st ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : st ) ) )
|
atis_3528
|
show me the flights on continental from indianapolis to san diego in the afternoon tomorrow
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( during_day $0 afternoon : pd ) ( from $0 indianapolis : ci ) ( to $0 san_diego : ci ) ( tomorrow $0 ) ) )
|
( 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 ) ( tomorrow $0 ) ) )
|
atis_216
|
can you please tell me the type of aircraft used flying from atlanta to denver on eastern flight 825 leaving at 555
|
( 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 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( departure_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
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 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( departure_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
atis_2442
|
on eastern flight 825 flying from atlanta to denver can you tell me what type of aircraft is used on a flight when it leaves at 555
|
( 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 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( departure_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
atis_534
|
find travel arrangements for a round trip flight from baltimore to pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 baltimore : ci ) ( to $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_536
|
find travel arrangements for a round trip flight from boston to pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_540
|
find travel arrangements for a round trip flight from dallas to pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 dallas : ci ) ( to $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_768
|
give me all the flights from new york to miami round trip
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1168
|
i need a round trip flight from cincinnati to san jose california
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 cincinnati : ci ) ( to $0 san_jose : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1328
|
i want to fly from baltimore to dallas round trip
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1379
|
i want to make a round trip flight from washington to san francisco and return
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1526
|
i would like to book a round trip flight from kansas city to chicago
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 kansas_city : ci ) ( to $0 chicago : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1742
|
i'd like to fly round trip from boston to pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1809
|
i'm interested in round trip flights from boston to washington
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2086
|
list all round trip flights from orlando to kansas city
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 orlando : ci ) ( to $0 kansas_city : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2219
|
list round trip flights from orlando to kansas city
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 orlando : ci ) ( to $0 kansas_city : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2290
|
list the round trip flights from st. paul to san jose
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 st_paul : ci ) ( to $0 san_jose : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2673
|
please show me all round trip flights from burbank to tacoma
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 burbank : ci ) ( to $0 tacoma : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2674
|
please show me all round trip flights from new york to miami
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2708
|
please show me the round trip flights from st. petersburg to toronto
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 st_petersburg : ci ) ( to $0 toronto : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2738
|
round trip flights between houston and las vegas
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 houston : ci ) ( to $0 las_vegas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2739
|
round trip flights between new york and miami
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : 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 ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3011
|
show me all round trip flights between houston and las vegas
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 houston : ci ) ( to $0 las_vegas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3270
|
show me round trip flights from burbank to seattle
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 burbank : ci ) ( to $0 seattle : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3271
|
show me round trip flights from burbank to tacoma
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 burbank : ci ) ( to $0 tacoma : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3273
|
show me round trip flights from montreal to orlando
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 montreal : ci ) ( to $0 orlando : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3274
|
show me round trip flights from orlando to montreal
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 orlando : ci ) ( to $0 montreal : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3603
|
show me the round trip flights between phoenix and salt lake city
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 phoenix : ci ) ( to $0 salt_lake_city : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3970
|
what are the round trip flights from philadelphia to san francisco
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1929
|
is there an airport limousine at the atlanta airport
|
( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_159
|
atlanta ground transportation
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_169
|
boston ground transportation
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_187
|
can you find out about the ground transportation available in atlanta
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_313
|
dallas ground transportation
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_330
|
describe ground transportation in dallas
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_864
|
ground san francisco
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_865
|
ground transport denver
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_866
|
ground transport in denver
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_867
|
ground transport in oakland
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 oakland : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_868
|
ground transport phoenix
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 phoenix : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_870
|
ground transportation atlanta
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_871
|
ground transportation baltimore
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 baltimore : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_873
|
ground transportation dallas
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_874
|
ground transportation denver
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_875
|
ground transportation for las vegas
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 las_vegas : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_876
|
ground transportation for st. paul
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 st_paul : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
atis_878
|
ground transportation in baltimore
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 baltimore : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.