qid
stringlengths
6
9
source
stringlengths
6
259
target
stringlengths
6
409
anonymized_target
stringlengths
16
454
atis_3009
show me all prices of economy from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3088
show me economy fares from dallas to baltimore
( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_46
all flights from montreal less than 150 dollars
( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) 150 : do ) ( from $0 montreal : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) ANON_ENTITY : do ) ( from $0 ANON_ENTITY : ci ) ) )
atis_3720
what airline besides continental flies between boston and denver
( lambda $0 e ( and ( not ( equals : t $0 co : al ) ) ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( airline : e $1 ) $0 ) ) ) ) )
( lambda $0 e ( and ( not ( ANON_ENTITY : t $0 ANON_ENTITY : al ) ) ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) ) )
atis_1346
i want to fly from milwaukee to orlando on either wednesday evening or thursday morning
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( or ( and ( during_day $0 evening : pd ) ( day $0 wednesday : da ) ) ( and ( during_day $0 morning : pd ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_2138
list flights from atlanta to boston on wednesday afternoon and thursday morning
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ( or ( and ( during_day $0 afternoon : pd ) ( day $0 wednesday : da ) ) ( and ( during_day $0 morning : pd ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_2520
please give me flights from atlanta to boston on wednesday afternoon and thursday morning
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ( or ( and ( during_day $0 afternoon : pd ) ( day $0 wednesday : da ) ) ( and ( during_day $0 morning : pd ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_2522
please give me flights from atlanta to boston on wednesday morning and thursday afternoon
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ( or ( and ( during_day $0 morning : pd ) ( day $0 wednesday : da ) ) ( and ( during_day $0 afternoon : pd ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_3169
show me flights from milwaukee to orlando on wednesday evening or thursday mornings
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( or ( and ( during_day $0 evening : pd ) ( day $0 wednesday : da ) ) ( and ( during_day $0 morning : pd ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_3400
show me the flights from atlanta to washington dc on wednesday night and thursday morning
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( or ( and ( during_day $0 late : pd ) ( day $0 wednesday : da ) ) ( and ( during_day $0 morning : pd ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_12
again i will repeat i want to make a one way flight from boston to atlanta will you tell me how much the fares are i would like the cheapest fare
( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 boston : ci ) ( to $1 atlanta : ci ) ( = ( fare $1 ) $0 ) ) ) )
( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4442
what is the cheapest fare for a one way flight from boston to atlanta
( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 boston : ci ) ( to $1 atlanta : ci ) ( = ( fare $1 ) $0 ) ) ) )
( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3968
what are the restrictions on the cheapest one way fare between boston and oakland
( restriction_code ( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( = ( fare $1 ) $0 ) ) ) ) )
( restriction_code ( min $0 ( exists $1 ( and ( flight $1 ) ( oneway $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) )
atis_4809
what round trip flights between atlanta and denver qualify for fare code qx
( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 qx : fb ) ( round_trip $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 ANON_ENTITY : fb ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_4172
what flights are there on wednesday evening from denver to sfo
( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 denver : ci ) ( to $0 sfo : ap ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ap ) ( day $0 ANON_ENTITY : da ) ) )
atis_3383
show me the flights arriving on baltimore on june fourteenth
( lambda $0 e ( and ( flight $0 ) ( to $0 baltimore : ci ) ( month_arrival $0 june : mn ) ( day_number_arrival $0 14 : dn ) ) )
( lambda $0 e ( and ( flight $0 ) ( to $0 ANON_ENTITY : ci ) ( month_arrival $0 ANON_ENTITY : mn ) ( day_number_arrival $0 ANON_ENTITY : dn ) ) )
atis_2767
show all flights from baltimore to dallas on monday evening and the cost of each flight
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( during_day $0 evening : pd ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ( day $0 monday : da ) ( = ( fare $0 ) $1 ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( = ( fare $0 ) $1 ) ) ) )
atis_3857
what are the flights and prices from la to charlotte for monday morning
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 los_angeles : ci ) ( to $0 charlotte : ci ) ( day $0 monday : da ) ( = ( fare $0 ) $1 ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( = ( fare $0 ) $1 ) ) ) )
atis_785
give me information on flights from atlanta to washington dc on wednesday after 4pm and thursday before 9am
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( or ( and ( > ( departure_time $0 ) 1600 : ti ) ( day $0 wednesday : da ) ) ( and ( < ( departure_time $0 ) 900 : ti ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( day $0 ANON_ENTITY : da ) ) ( and ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_1311
i want information on flights from atlanta to washington dc i want to leave after 4pm on wednesday or before 9am on thursday
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( or ( and ( > ( departure_time $0 ) 1600 : ti ) ( day $0 wednesday : da ) ) ( and ( < ( departure_time $0 ) 900 : ti ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( day $0 ANON_ENTITY : da ) ) ( and ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_1312
i want information on flights from atlanta to washington dc i want to leave wednesday after 4pm or thursday before 9am
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( or ( and ( > ( departure_time $0 ) 1600 : ti ) ( day $0 wednesday : da ) ) ( and ( < ( departure_time $0 ) 900 : ti ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( day $0 ANON_ENTITY : da ) ) ( and ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_3041
show me all the flights from milwaukee to orlando that leave after noon on wednesday and before noon on thursday
( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( or ( and ( > ( departure_time $0 ) 1200 : ti ) ( day $0 wednesday : da ) ) ( and ( < ( departure_time $0 ) 1200 : ti ) ( day $0 thursday : da ) ) ) ) )
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( day $0 ANON_ENTITY : da ) ) ( and ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( day $0 ANON_ENTITY : da ) ) ) ) )
atis_1442
i would like a nonstop flight from jfk to las vegas on march second
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 jfk : ap ) ( 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 : ap ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
atis_30
all flights from boston to washington dc after 5pm on november eleventh economy class
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 boston : ci ) ( to $0 washington : ci ) ( day_number $0 11 : dn ) ( month $0 november : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( > ( 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_54
all flights from washington dc to san francisco after 5pm on november twelfth economy class
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ( day_number $0 12 : dn ) ( month $0 november : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( > ( 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_5014
which flights on northwest and united airlines stop in denver before noon
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 ua : al ) ( airline $0 nw : al ) ) ( < ( arrival_time $0 ) 1200 : ti ) ( stop $0 denver : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 ANON_ENTITY : al ) ( airline $0 ANON_ENTITY : al ) ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_5018
which northwest and united flights go through denver before noon
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 ua : al ) ( airline $0 nw : al ) ) ( < ( arrival_time $0 ) 1200 : ti ) ( stop $0 denver : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 ANON_ENTITY : al ) ( airline $0 ANON_ENTITY : al ) ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( stop $0 ANON_ENTITY : ci ) ) )
atis_970
how many flights does american airlines have with a class of service code f
( count $0 ( and ( flight $0 ) ( fare_basis_code $0 f : fb ) ( airline $0 aa : al ) ) )
( count $0 ( and ( flight $0 ) ( fare_basis_code $0 ANON_ENTITY : fb ) ( airline $0 ANON_ENTITY : al ) ) )
atis_971
how many flights does continental airlines have with a class of service code f
( count $0 ( and ( flight $0 ) ( fare_basis_code $0 f : fb ) ( airline $0 co : al ) ) )
( count $0 ( and ( flight $0 ) ( fare_basis_code $0 ANON_ENTITY : fb ) ( airline $0 ANON_ENTITY : al ) ) )
atis_972
how many flights does delta have with a class of service code f
( count $0 ( and ( flight $0 ) ( fare_basis_code $0 f : fb ) ( airline $0 dl : al ) ) )
( count $0 ( and ( flight $0 ) ( fare_basis_code $0 ANON_ENTITY : fb ) ( airline $0 ANON_ENTITY : al ) ) )
atis_1981
list airlines serving between denver and san francisco
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_2668
please show me airlines with service from boston to denver
( lambda $0 e ( exists $1 ( and ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_2853
show me airlines between boston and san francisco
( lambda $0 e ( exists $1 ( and ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3284
show me the airlines between boston and denver
( lambda $0 e ( exists $1 ( and ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3285
show me the airlines between boston and toronto
( lambda $0 e ( exists $1 ( and ( from $1 boston : ci ) ( to $1 toronto : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3286
show me the airlines between toronto and denver
( lambda $0 e ( exists $1 ( and ( from $1 toronto : ci ) ( to $1 denver : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3757
what airlines from washington dc to columbus
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 columbus : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_3758
what airlines go from atlanta to baltimore
( lambda $0 e ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 baltimore : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_4980
which airlines have connections between pittsburgh and baltimore
( lambda $0 e ( exists $1 ( and ( from $1 pittsburgh : ci ) ( to $1 baltimore : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_5029
yes i live in washington and i want to make a trip to san francisco which airlines may i use for this trip
( lambda $0 e ( exists $1 ( and ( from $1 washington : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_2285
list the nonstop flights on wednesday june second from miami to baltimore arriving in baltimore between 1115am and 1245pm
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) 1115 : ti ) ( < ( arrival_time $0 ) 1245 : ti ) ( from $0 miami : ci ) ( to $0 baltimore : ci ) ( day $0 wednesday : da ) ( day_number $0 2 : dn ) ( month $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( 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_2286
list the nonstop flights on wednesday june second from miami to washington arriving in washington between 1115am and 1245pm
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) 1115 : ti ) ( < ( arrival_time $0 ) 1245 : ti ) ( from $0 miami : ci ) ( to $0 washington : ci ) ( day $0 wednesday : da ) ( day_number $0 2 : dn ) ( month $0 june : mn ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( 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_3245
show me non first class flights from baltimore to dallas
( lambda $0 e ( and ( flight $0 ) ( not ( class_type $0 first : cl ) ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( not ( class_type $0 ANON_ENTITY : cl ) ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2223
list the airlines that have nonstop afternoon flights from boston to oakland
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( during_day $1 afternoon : pd ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_2714
please tell me which airline has the most departures from atlanta
( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( from $1 atlanta : ci ) ( airline $1 $0 ) ) ) )
( argmax $0 ( airline $0 ) ( count $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( airline $1 $0 ) ) ) )
atis_543
first class fares from dallas to baltimore please
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1022
how much is a first class ticket from baltimore to san francisco
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1023
how much is a first class ticket from boston to san francisco
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1765
i'd like to know the price of first class seats from atlanta to san francisco
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 atlanta : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2428
okay we're going from washington to denver first class ticket i'd like to know the cost of a first class ticket
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 washington : ci ) ( to $1 denver : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2658
please show me again the first class fares from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_2871
show me all first class prices from dallas to baltimore
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3010
show me all prices of first class from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3101
show me first class fares from dallas to baltimore
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3251
show me one more time the first class fares from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3331
show me the coach fares from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 coach : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3360
show me the fares for a first class ticket from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3368
show me the first class fares from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3369
show me the first class fares from boston to denver
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3853
what are the first class fares from dallas to baltimore
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4499
what is the cost of a first class ticket from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4500
what is the cost of a first class ticket from dallas fort worth to san francisco
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 dallas : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4585
what is the economy thrift fare from boston to washington
( lambda $0 e ( exists $1 ( and ( class_type $1 thrift : cl ) ( from $1 boston : ci ) ( to $1 washington : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4607
what is the first class fare from baltimore to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4608
what is the first class fare from boston to dallas
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 boston : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4609
what is the first class fare from indianapolis to orlando
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 indianapolis : ci ) ( to $1 orlando : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_4714
what is the price of a first class ticket from atlanta to san francisco
( lambda $0 e ( exists $1 ( and ( class_type $1 first : cl ) ( from $1 atlanta : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_1592
i would like to know what type of aircraft will be used on the morning of july seventh from atlanta to boston
( lambda $0 e ( exists $1 ( and ( during_day $1 morning : pd ) ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( day_number $1 7 : dn ) ( month $1 july : mn ) ( = ( aircraft_code $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( aircraft_code $1 ) $0 ) ) ) )
atis_272
could i have a list of flights in first class on monday from san francisco to pittsburgh starting at noon and afterwards
( lambda $0 e ( and ( flight $0 ) ( class_type $0 first : cl ) ( > ( departure_time $0 ) 1200 : ti ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 monday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_3208
show me flights going from san francisco to pittsburgh first class on monday of leaving after 12 noon
( lambda $0 e ( and ( flight $0 ) ( class_type $0 first : cl ) ( > ( departure_time $0 ) 1200 : ti ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 monday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_4838
what type of aircraft leaves from boston to washington dc at 9am
( lambda $0 e ( exists $1 ( and ( departure_time $1 900 : ti ) ( from $1 boston : ci ) ( to $1 washington : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( departure_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
atis_3014
show me all round trips from new york to miami leaving on tuesday
( lambda $0 e ( and ( round_trip $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ( day $0 tuesday : da ) ) )
( lambda $0 e ( and ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1035
how much is the 718am flight from las vegas to new york twa
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 tw : al ) ( departure_time $1 718 : ti ) ( from $1 las_vegas : ci ) ( to $1 new_york : ci ) ( = ( fare $1 ) $0 ) ) ) )
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( departure_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
atis_3675
tell me which airlines have flights from pittsburgh to san francisco on monday september second
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 pittsburgh : ci ) ( to $1 san_francisco : ci ) ( day $1 monday : da ) ( day_number $1 2 : dn ) ( month $1 september : mn ) ( = ( airline : e $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 ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
atis_147
are there any nonstop flights from san francisco to boston on thursdays
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ( day $0 thursday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_370
do you have a flight on wednesday from denver to washington dc nonstop
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 denver : ci ) ( to $0 washington : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_790
give me sunday nonstop flights from memphis to las vegas
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 memphis : ci ) ( to $0 las_vegas : ci ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_1267
i want a direct flight from oakland to boston that leaves on a wednesday
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ( day $0 wednesday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2066
list all flights on saturday from dallas to san francisco nonstop
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ( day $0 saturday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2067
list all flights on sunday from san francisco to pittsburgh nonstop
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2075
list all nonstop flights from newark to tampa leaving on friday
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 newark : ci ) ( to $0 tampa : ci ) ( day $0 friday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2076
list all nonstop flights on sunday from tampa to charlotte
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 tampa : ci ) ( to $0 charlotte : ci ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2358
nonstop flights from new york city to las vegas on sunday
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ( day $0 sunday : da ) ) )
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
atis_2790
show delta airlines flights from jfk to miami
( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 jfk : ap ) ( to $0 miami : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3612
show me the united flights from bwi to denver
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 bwi : ap ) ( to $0 denver : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) )
atis_3905
what are the flights from la guardia to san jose on united
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 lga : ap ) ( to $0 san_jose : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1216
i need information on ground transportation from the airport in atlanta
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 atlanta : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
atis_2504
please give grounds transportation at dallas airport
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 dallas : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
atis_2846
show me a list of ground transportation at boston airport
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 boston : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
atis_3555
show me the ground transportation to westchester county
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 westchester_county : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
atis_3661
tell me about ground transportation in st. petersburg airport
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 st_petersburg : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
atis_4355
what ground transportation is available at denver airport
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 denver : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
atis_4779
what kind of ground transportation is available in las vegas
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 las_vegas : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
atis_4843
what type of ground transportation is available at logan airport
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 boston : ci ) ) )
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ANON_ENTITY : ci ) ) )
atis_2127
list delta flights from seattle to salt lake city with aircraft type
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 seattle : ci ) ( to $0 salt_lake_city : ci ) ( aircraft_code $0 $1 ) ) ) )
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( aircraft_code $0 $1 ) ) ) )
atis_939
how long does the ground transportation take from the salt lake city airport
( lambda $0 e ( exists $1 ( and ( = ( minutes_distant $1 ) $0 ) ( to_city $1 salt_lake_city : ci ) ( from_airport $1 slc : ap ) ) ) )
( lambda $0 e ( exists $1 ( and ( = ( minutes_distant $1 ) $0 ) ( to_city $1 ANON_ENTITY : ci ) ( from_airport $1 ANON_ENTITY : ap ) ) ) )
atis_1068
i need a flight from atlanta to baltimore and this flight should arrive at 7pm please
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 1900 : ti ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_1543
i would like to fly from atlanta to boston arriving in boston at 5pm
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 1700 : ti ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
atis_2507
please give me a flight leaving boston going to washington arriving in washington at 5 o'clock in the afternoon
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 1700 : 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_3870
what are the flights from atlanta to baltimore which arrive in baltimore at 7 o'clock pm
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 1900 : ti ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ) )
( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )