qid
stringlengths 6
9
| source
stringlengths 6
259
| target
stringlengths 6
409
| anonymized_target
stringlengths 16
454
|
---|---|---|---|
atis_2837
|
show me a list of all the airlines that offer business class service
|
( lambda $0 e ( exists $1 ( and ( class_type $1 business : cl ) ( = ( airline : e $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
|
atis_3761
|
what airlines have business class
|
( lambda $0 e ( exists $1 ( and ( class_type $1 business : cl ) ( = ( airline : e $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
|
atis_2137
|
list flights from atlanta to boston leaving between 6pm and 10pm on august eighth
|
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( < ( departure_time $0 ) 2200 : ti ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ( day_number $0 8 : dn ) ( month $0 august : mn ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
|
atis_3320
|
show me the cheapest one way flight from san francisco to boston leaving san francisco after 9pm
|
( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) 2100 : ti ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( fare $0 ) )
|
atis_3321
|
show me the cheapest one way flights from dallas to san francisco leaving dallas after 4pm
|
( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) 1600 : ti ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( fare $0 ) )
|
atis_2496
|
please find a flight on delta from philadelphia to san francisco and give me the flight numbers
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( flight_number $1 ) $0 ) ) ) )
|
atis_4438
|
what is the cheapest coach flight between dallas and baltimore leaving august tenth
|
( argmin $0 ( and ( flight $0 ) ( class_type $0 coach : cl ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day_number $0 10 : dn ) ( month $0 august : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_3851
|
what are the first class and coach fares for flights from chicago to kansas city arriving around 7pm next thursday
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( or ( class_type $1 coach : cl ) ( class_type $1 first : cl ) ) ( approx_arrival_time $1 1900 : ti ) ( from $1 chicago : ci ) ( to $1 kansas_city : ci ) ( day_arrival $1 thursday : da ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( or ( class_type $1 ANON_ENTITY : cl ) ( class_type $1 ANON_ENTITY : cl ) ) ( approx_arrival_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_arrival $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_100
|
and how can i get to the boston airport from downtown boston
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 boston : ci ) ( from_airport $0 boston : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_183
|
can i see ground transportation from long beach airport to downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 long_beach : ci ) ( from_airport $0 long_beach : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_236
|
can you tell me how to get from the airport in philadelphia to downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 philadelphia : ci ) ( from_airport $0 philadelphia : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_439
|
does the phoenix airport have ground transportation to and from downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 phoenix : ci ) ( from_airport $0 phoenix : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_892
|
ground transportation washington
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 washington : ci ) ( from_airport $0 washington : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_916
|
how can i get from the airport in pittsburgh to downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 pittsburgh : ci ) ( from_airport $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_917
|
how can i get from the denver airport to downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ( from_airport $0 denver : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_1591
|
i would like to know the types of ground transportation from the airport to las vegas
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 las_vegas : ci ) ( from_airport $0 las_vegas : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_1943
|
is there ground transportation from san diego airport to the downtown area
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 san_diego : ci ) ( from_airport $0 san_diego : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_1944
|
is there ground transportation from the airport in denver to downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ( from_airport $0 denver : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_1945
|
is there ground transportation from the airport to downtown phoenix
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 phoenix : ci ) ( from_airport $0 phoenix : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_1949
|
is there ground transportation from the memphis airport into town when if i arrive at 842 in the morning
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 memphis : ci ) ( from_airport $0 memphis : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_1950
|
is there ground transportation from the milwaukee airport to the downtown area
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 milwaukee : ci ) ( from_airport $0 milwaukee : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_2834
|
show ground transportation for pittsburgh
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 pittsburgh : ci ) ( from_airport $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4360
|
what ground transportation is available from pittsburgh to downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 pittsburgh : ci ) ( from_airport $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4361
|
what ground transportation is available from the denver airport to downtown denver
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ( from_airport $0 denver : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4363
|
what ground transportation is available from the pittsburgh airport to the town
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 pittsburgh : ci ) ( from_airport $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4378
|
what ground transportation is there from the airport in atlanta to downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 atlanta : ci ) ( from_airport $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4434
|
what is the available ground transportation between san francisco and downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 san_francisco : ci ) ( from_airport $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4435
|
what is the available ground transportation between the airport in denver and downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 denver : ci ) ( from_airport $0 denver : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4827
|
what transportation is available from the dallas airport to downtown
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 dallas : ci ) ( from_airport $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_4845
|
what type of ground transportation is available between the airport and downtown san francisco
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 san_francisco : ci ) ( from_airport $0 san_francisco : ci ) ) )
|
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
atis_858
|
give me the round trip flights from cleveland to miami next wednesday
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 cleveland : ci ) ( to $0 miami : ci ) ( day $0 wednesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_2174
|
list flights from orlando to tacoma on saturday of fare basis code of q
|
( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 q : fb ) ( from $0 orlando : ci ) ( to $0 tacoma : ci ) ( day $0 saturday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 ANON_ENTITY : fb ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_763
|
give me all nonstops from new york city to las vegas that arrive on a sunday
|
( lambda $0 e ( and ( nonstop $0 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ( day_arrival $0 sunday : da ) ) )
|
( lambda $0 e ( and ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
|
atis_764
|
give me all nonstops from new york to vegas that arrive on a sunday
|
( lambda $0 e ( and ( nonstop $0 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ( day_arrival $0 sunday : da ) ) )
|
( lambda $0 e ( and ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
|
atis_1051
|
i am interested in booking an early morning flight from dallas into houston on february twenty second and returning late in the evening of february twenty second
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( during_day $1 late_evening : pd ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 dallas : ci ) ( to $0 houston : ci ) ( month $0 february : mn ) ( day_number $0 22 : dn ) ( month $1 february : mn ) ( day_number $1 22 : dn ) ( to $1 dallas : ci ) ( from $1 houston : ci ) ) ) )
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( during_day $1 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( month $0 ANON_ENTITY : mn ) ( day_number $0 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( day_number $1 ANON_ENTITY : dn ) ( to $1 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ) ) )
|
atis_4881
|
what's the cheapest of the dallas to atlanta flights which are after 2 in the afternoon
|
( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) 1400 : ti ) ( from $0 dallas : ci ) ( to $0 atlanta : ci ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( fare $0 ) )
|
atis_1752
|
i'd like to go from detroit to san diego on wednesday evening june second
|
( lambda $0 e ( and ( during_day $0 evening : pd ) ( from $0 detroit : ci ) ( to $0 san_diego : ci ) ( day $0 wednesday : da ) ( day_number $0 2 : dn ) ( month $0 june : mn ) ) )
|
( lambda $0 e ( and ( during_day $0 ANON_ENTITY : pd ) ( 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 ) ) )
|
atis_3304
|
show me the cheapest fare in the database
|
( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( = ( fare $1 ) $0 ) ) ) )
|
atis_1872
|
is the american flight 813 from boston to oakland a flight that goes straight through from boston to oakland without stopping at another city
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 aa : al ) ( flight_number $0 813 : fn ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1873
|
is the american flight 813 from boston to oakland a nonstop flight
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 aa : al ) ( flight_number $0 813 : fn ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3301
|
show me the cheapest economy flights from miami to new york
|
( argmin $0 ( and ( flight $0 ) ( economy $0 ) ( from $0 miami : ci ) ( to $0 new_york : ci ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( fare $0 ) )
|
atis_3759
|
what airlines go to pittsburgh
|
( lambda $0 e ( exists $1 ( and ( to $1 pittsburgh : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
|
atis_3545
|
show me the flights that leave on thursday mornings from atlanta to washington and include whether meals are offered and what the prices are
|
( lambda $0 e ( lambda $1 e ( lambda $2 e ( and ( flight $1 ) ( during_day $1 morning : pd ) ( from $1 atlanta : ci ) ( to $1 washington : ci ) ( day $1 thursday : da ) ( = ( meal $1 ) $2 ) ( = ( fare $1 ) $0 ) ) ) ) )
|
( lambda $0 e ( lambda $1 e ( lambda $2 e ( and ( flight $1 ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( meal $1 ) $2 ) ( = ( fare $1 ) $0 ) ) ) ) )
|
atis_1016
|
how much does it cost to get downtown from the atlanta airport by limousine
|
( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( to_city $1 atlanta : ci ) ( from_airport $1 atlanta : ci ) ( = ( ground_fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( to_city $1 ANON_ENTITY : ci ) ( from_airport $1 ANON_ENTITY : ci ) ( = ( ground_fare $1 ) $0 ) ) ) )
|
atis_1027
|
how much is a limousine between dallas fort worth international airport and dallas
|
( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( to_city $1 dallas : ci ) ( from_airport $1 dallas : ci ) ( = ( ground_fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( to_city $1 ANON_ENTITY : ci ) ( from_airport $1 ANON_ENTITY : ci ) ( = ( ground_fare $1 ) $0 ) ) ) )
|
atis_702
|
flying from pittsburgh to atlanta on september fourth what would be the cheapest flight
|
( argmin $0 ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ( day_number $0 4 : dn ) ( month $0 september : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_709
|
from denver to pittsburgh on april twenty first i need the cheapest flight
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day_number $0 21 : dn ) ( month $0 april : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_1518
|
i would like to book a flight from denver to pittsburgh on july fifteenth i'd like it to be the cheapest flight
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day_number $0 15 : dn ) ( month $0 july : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_1696
|
i'd like to book the cheapest flight from atlanta to denver on august first
|
( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ( day_number $0 1 : dn ) ( month $0 august : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_2457
|
on september fourth i'll be traveling from pittsburgh to atlanta can you tell me what flight would be the cheapest
|
( argmin $0 ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ( day_number $0 4 : dn ) ( month $0 september : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_3309
|
show me the cheapest flight on june fourteenth arriving in baltimore starting from dallas
|
( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day_number $0 14 : dn ) ( month $0 june : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_4462
|
what is the cheapest flight from denver to pittsburgh leaving on september twenty eighth
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day_number $0 28 : dn ) ( month $0 september : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_4463
|
what is the cheapest flight from denver to pittsburgh on july twenty sixth
|
( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day_number $0 26 : dn ) ( month $0 july : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_4466
|
what is the cheapest flight from pittsburgh to atlanta leaving on october fifth
|
( argmin $0 ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ( day_number $0 5 : dn ) ( month $0 october : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_4685
|
what is the least expensive flight from atlanta to denver leaving on october twelfth
|
( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ( day_number $0 12 : dn ) ( month $0 october : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_4688
|
what is the least expensive flight from pittsburgh to atlanta leaving on october fifth
|
( argmin $0 ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ( day_number $0 5 : dn ) ( month $0 october : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_4876
|
what's the cheapest flight from dallas to baltimore on december seventeenth
|
( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day_number $0 17 : dn ) ( month $0 december : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_4993
|
which are the least expensive flights between dallas and baltimore on july nineteenth
|
( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day_number $0 19 : dn ) ( month $0 july : mn ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( fare $0 ) )
|
atis_3965
|
what are the prices of these flights
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_941
|
how long is the flight from atlanta to san francisco at noon on november seventh
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( departure_time $1 1200 : ti ) ( from $1 atlanta : ci ) ( to $1 san_francisco : ci ) ( day_number $1 7 : dn ) ( month $1 november : mn ) ( = ( time_elapsed $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 ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( time_elapsed $1 ) $0 ) ) ) )
|
atis_422
|
does flight dl 1083 from philadelphia to denver fly on saturdays
|
( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( airline $0 dl : al ) ( flight_number $0 1083 : fn ) ( from $0 philadelphia : ci ) ( to $0 denver : ci ) ( day $0 saturday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_4180
|
what flights between dfw and oakland arrive in oakland between 1133am and 43pm
|
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 1133 : ti ) ( < ( arrival_time $0 ) 2023 : ti ) ( from $0 dfw : ap ) ( to $0 oakland : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_985
|
how many of delta's night flights are first class
|
( count $0 ( and ( flight $0 ) ( airline $0 dl : al ) ( class_type $0 first : cl ) ( during_day $0 late : pd ) ) )
|
( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( during_day $0 ANON_ENTITY : pd ) ) )
|
atis_3002
|
show me all meals on flights from atlanta to washington
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 atlanta : ci ) ( to $1 washington : ci ) ( = ( meal $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( meal $1 ) $0 ) ) ) )
|
atis_4922
|
what's the lowest round trip fare from atlanta to bwi
|
( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 bwi : ap ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ap ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2848
|
show me a list of rental car fares at boston airport
|
( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( from_airport $1 bos : ap ) ( = ( ground_fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( rental_car $1 ) ( from_airport $1 ANON_ENTITY : ap ) ( = ( ground_fare $1 ) $0 ) ) ) )
|
atis_1443
|
i would like a nonstop flight from memphis to las vegas on march second
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 memphis : ci ) ( to $0 las_vegas : ci ) ( day_number $0 2 : dn ) ( month $0 march : mn ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
|
atis_1444
|
i would like a nonstop flight from new york to las vegas on march second
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ( day_number $0 2 : dn ) ( month $0 march : mn ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
|
atis_1511
|
i would like to book a flight for may twenty sixth going from tampa to milwaukee a direct flight if possible
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 tampa : ci ) ( to $0 milwaukee : ci ) ( day_number $0 26 : dn ) ( month $0 may : mn ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
|
atis_1471
|
i would like information on any flights from san francisco to pittsburgh arriving in pittsburgh before 8am tuesday morning
|
( lambda $0 e ( and ( to $0 pittsburgh : ci ) ( < ( arrival_time $0 ) 800 : ti ) ( day_arrival $0 tuesday : da ) ( during_day_arrival $0 morning : pd ) ( from $0 san_francisco : ci ) ( flight $0 ) ) )
|
( lambda $0 e ( and ( to $0 ANON_ENTITY : ci ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( day_arrival $0 ANON_ENTITY : da ) ( during_day_arrival $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( flight $0 ) ) )
|
atis_943
|
how many airlines have flights with service class yn
|
( count $0 ( and ( exists $1 ( and ( fare_basis_code $1 yn : fb ) ( flight $1 ) ( airline $1 $0 ) ) ) ( airline $0 ) ) )
|
( count $0 ( and ( exists $1 ( and ( fare_basis_code $1 ANON_ENTITY : fb ) ( flight $1 ) ( airline $1 $0 ) ) ) ( airline $0 ) ) )
|
atis_167
|
before 10 o'clock on tuesday is there a 747 that flies from baltimore to san francisco
|
( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 747 : ac ) ( < ( departure_time $0 ) 1000 : ti ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ( day $0 tuesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ANON_ENTITY : ac ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_2585
|
please list fares for all the flights from atlanta to philadelphia on august the first
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 atlanta : ci ) ( to $1 philadelphia : ci ) ( day_number $1 1 : dn ) ( month $1 august : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $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_3630
|
show prices for all flights from baltimore to dallas on july twenty ninth
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( day_number $1 29 : dn ) ( month $1 july : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $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_231
|
can you show me the price of a flight to washington from atlanta on thursday morning
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning : pd ) ( from $1 washington : ci ) ( to $1 atlanta : ci ) ( day $1 thursday : da ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_3848
|
what are the fares for flights from la to newark leaving monday morning
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning : pd ) ( from $1 los_angeles : ci ) ( to $1 newark : ci ) ( day $1 monday : da ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2792
|
show departures and arrivals in atlanta for american airlines
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( or ( from $0 atlanta : ci ) ( to $0 atlanta : ci ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( or ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) )
|
atis_3788
|
what are all the flights on delta in and out of fort worth
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( or ( from $0 fort_worth : ci ) ( to $0 fort_worth : ci ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( or ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) )
|
atis_3562
|
show me the latest dinner flight from baltimore to oakland
|
( argmax $0 ( and ( flight $0 ) ( meal $0 dinner : me ) ( from $0 baltimore : ci ) ( to $0 oakland : ci ) ) ( departure_time $0 ) )
|
( argmax $0 ( and ( flight $0 ) ( meal $0 ANON_ENTITY : me ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) )
|
atis_4522
|
what is the earliest american airlines flight that i can get first class from philadelphia to dallas
|
( departure_time ( argmin $0 ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) ( departure_time $0 ) ) )
|
( departure_time ( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) )
|
atis_4716
|
what is the price of a one way fare from atlanta to boston
|
( lambda $0 e ( exists $1 ( and ( exists $2 ( and ( to $2 boston : ci ) ( from $2 atlanta : ci ) ( oneway $2 ) ( = ( fare $2 ) $1 ) ) ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( exists $2 ( and ( to $2 ANON_ENTITY : ci ) ( from $2 ANON_ENTITY : ci ) ( oneway $2 ) ( = ( fare $2 ) $1 ) ) ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2940
|
show me all flights from oakland to philadelphia on saturday which serve a meal
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 oakland : ci ) ( to $0 philadelphia : ci ) ( day $0 saturday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_4136
|
what flights are there from atlanta to oakland on thursday with in flight meals
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 atlanta : ci ) ( to $0 oakland : ci ) ( day $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_4259
|
what flights from st. paul to kansas city on friday with a meal
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 st_paul : ci ) ( to $0 kansas_city : ci ) ( day $0 friday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_974
|
how many flights does each airline have with business class service
|
( lambda $0 e ( lambda $1 i ( and ( airline $0 ) ( = $1 ( count $2 ( and ( flight $2 ) ( class_type $2 business : cl ) ( = ( airline : e $2 ) $0 ) ) ) ) ) ) )
|
( lambda $0 e ( lambda $1 i ( and ( airline $0 ) ( = $1 ( count $2 ( and ( flight $2 ) ( class_type $2 ANON_ENTITY : cl ) ( = ( ANON_ENTITY : e $2 ) $0 ) ) ) ) ) ) )
|
atis_975
|
how many flights does each airline have with first class service
|
( lambda $0 e ( lambda $1 i ( and ( airline $0 ) ( = $1 ( count $2 ( and ( flight $2 ) ( class_type $2 first : cl ) ( = ( airline : e $2 ) $0 ) ) ) ) ) ) )
|
( lambda $0 e ( lambda $1 i ( and ( airline $0 ) ( = $1 ( count $2 ( and ( flight $2 ) ( class_type $2 ANON_ENTITY : cl ) ( = ( ANON_ENTITY : e $2 ) $0 ) ) ) ) ) ) )
|
atis_37
|
all flights from charlotte to anywhere on us air around 1pm
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( approx_departure_time $0 1300 : ti ) ( from $0 charlotte : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ) )
|
atis_3699
|
us air flights departing from charlotte around 1pm
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( approx_departure_time $0 1300 : ti ) ( from $0 charlotte : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ) )
|
atis_2289
|
list the number of flights leaving boston for dallas fort worth before 9am in the morning
|
( count $0 ( and ( flight $0 ) ( < ( departure_time $0 ) 900 : ti ) ( from $0 boston : ci ) ( to $0 dallas : ci ) ) )
|
( count $0 ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_4336
|
what flights leave pittsburgh and arrive in los angeles after 5pm on thursday
|
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) 1700 : ti ) ( from $0 pittsburgh : ci ) ( to $0 los_angeles : ci ) ( day_arrival $0 thursday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) )
|
atis_1557
|
i would like to fly from dallas to denver on the morning of august twenty seventh leaving at 650
|
( lambda $0 e ( and ( departure_time $0 650 : ti ) ( month $0 august : mn ) ( to $0 denver : ci ) ( from $0 dallas : ci ) ( flight $0 ) ( during_day $0 morning : pd ) ( day_number $0 27 : dn ) ) )
|
( lambda $0 e ( and ( departure_time $0 ANON_ENTITY : ti ) ( month $0 ANON_ENTITY : mn ) ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( day_number $0 ANON_ENTITY : dn ) ) )
|
atis_1447
|
i would like a schedule of flights from denver to san francisco on tuesday
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 denver : ci ) ( to $1 san_francisco : ci ) ( day $1 tuesday : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_1448
|
i would like a schedule of flights from san francisco to boston on wednesday
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 san_francisco : ci ) ( to $1 boston : ci ) ( day $1 wednesday : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_1505
|
i would like the time of all flights from san francisco to pittsburgh on sunday
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 san_francisco : ci ) ( to $1 pittsburgh : ci ) ( day $1 sunday : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_4727
|
what is the schedule of flights from boston to denver next monday
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( day $1 monday : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_4826
|
what times on wednesday could i take a plane from denver to oakland
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 denver : ci ) ( to $1 oakland : ci ) ( day $1 wednesday : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_2
|
a first class flight on american to san francisco on the coming tuesday
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( to $0 san_francisco : ci ) ( day $0 tuesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_3
|
a first class flight on american to san francisco on tuesday in the next week
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( to $0 san_francisco : ci ) ( day $0 tuesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_4
|
a first class flight to san francisco on american airlines tuesday next week
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( to $0 san_francisco : ci ) ( day $0 tuesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_740
|
get me a first class flight on american to san francisco on tuesday next week
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( to $0 san_francisco : ci ) ( day $0 tuesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.