qid
stringlengths 6
9
| source
stringlengths 6
259
| target
stringlengths 6
409
| anonymized_target
stringlengths 16
454
|
---|---|---|---|
atis_4604
|
what is the fare on the first flight from atlanta to denver on thursday morning
|
( fare ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ( day $0 thursday : da ) ) ( departure_time $0 ) ) )
|
( fare ( argmin $0 ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( departure_time $0 ) ) )
|
atis_17
|
airports in new york
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_756
|
give me a list of airports in baltimore
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 baltimore : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_906
|
houston airports
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 houston : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_1984
|
list airports in la
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 los_angeles : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_1985
|
list airports in new york
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_2225
|
list the airports in la
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 los_angeles : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_2670
|
please show me all airports in denver
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 denver : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_2856
|
show me airports in washington dc
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 washington : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_2857
|
show me airports near washington dc
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 washington : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_3770
|
what airport is at tampa
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 tampa : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_4868
|
what's the airport at orlando
|
( lambda $0 e ( and ( airport $0 ) ( loc : t $0 orlando : ci ) ) )
|
( lambda $0 e ( and ( airport $0 ) ( ANON_ENTITY : t $0 ANON_ENTITY : ci ) ) )
|
atis_826
|
give me the flights from new york city to las vegas on sunday and the flights from memphis to las vegas on sunday
|
( lambda $0 e ( or ( and ( flight $0 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ( day $0 sunday : da ) ) ( and ( flight $0 ) ( from $0 memphis : ci ) ( to $0 las_vegas : ci ) ( day $0 sunday : da ) ) ) )
|
( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_2934
|
show me all flights from new york to miami leaving on a tuesday and show me all flights from miami to new york leaving on sunday
|
( lambda $0 e ( or ( and ( flight $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ( day $0 tuesday : da ) ) ( and ( flight $0 ) ( from $0 miami : ci ) ( to $0 new_york : ci ) ( day $0 sunday : da ) ) ) )
|
( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_2995
|
show me all flights that go from new york to miami on tuesday and go from miami to new york on sunday
|
( lambda $0 e ( or ( and ( flight $0 ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ( day $0 tuesday : da ) ) ( and ( flight $0 ) ( from $0 miami : ci ) ( to $0 new_york : ci ) ( day $0 sunday : da ) ) ) )
|
( lambda $0 e ( or ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_4209
|
what flights fly from denver to san francisco on monday tuesday wednesday thursday and friday
|
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day $0 monday : da ) ( or ( day $0 tuesday : da ) ( day $0 wednesday : da ) ( day $0 thursday : da ) ( day $0 friday : da ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( or ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ( day $0 ANON_ENTITY : da ) ) ) )
|
atis_1622
|
i'd like a cheap flight from dallas to baltimore on january first
|
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day_number $0 1 : dn ) ( month $0 january : mn ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
|
atis_4058
|
what economy flights are available from dallas to baltimore on december seventeenth
|
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day_number $0 17 : dn ) ( month $0 december : mn ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
|
atis_376
|
do you have an afternoon flight leaving in the afternoon going from boston to san francisco with a stopover in dallas
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon : pd ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2565
|
please list all flights on united airlines and northwest airlines that go into denver and all flights on northwest airlines and united airlines that fly out of denver
|
( lambda $0 e ( or ( and ( flight $0 ) ( or ( airline $0 ua : al ) ( airline $0 nw : al ) ) ( from $0 denver : ci ) ) ( and ( flight $0 ) ( or ( airline $0 ua : al ) ( airline $0 nw : al ) ) ( to $0 denver : ci ) ) ) )
|
( lambda $0 e ( or ( and ( flight $0 ) ( or ( airline $0 ANON_ENTITY : al ) ( airline $0 ANON_ENTITY : al ) ) ( from $0 ANON_ENTITY : ci ) ) ( and ( flight $0 ) ( or ( airline $0 ANON_ENTITY : al ) ( airline $0 ANON_ENTITY : al ) ) ( to $0 ANON_ENTITY : ci ) ) ) )
|
atis_3336
|
show me the daily flight schedule between boston and pittsburgh
|
( lambda $0 e ( exists $1 ( and ( daily $1 ) ( from $1 boston : ci ) ( to $1 pittsburgh : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( daily $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_840
|
give me the flights from seattle to chicago that have meals on continental saturday morning
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( during_day $0 morning : pd ) ( from $0 seattle : ci ) ( to $0 chicago : ci ) ( day $0 saturday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_859
|
give me the saturday morning flights from chicago to st. paul on continental that have meals
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( during_day $0 morning : pd ) ( from $0 chicago : ci ) ( to $0 st_paul : ci ) ( day $0 saturday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_860
|
give me the saturday morning flights on continental that have meals from chicago to minneapolis
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 co : al ) ( during_day $0 morning : pd ) ( from $0 chicago : ci ) ( to $0 minneapolis : ci ) ( day $0 saturday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_638
|
flights from jfk or la guardia to cleveland
|
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 jfk : ap ) ( from $0 lga : ap ) ) ( to $0 cleveland : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ANON_ENTITY : ap ) ( from $0 ANON_ENTITY : ap ) ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_644
|
flights from la guardia or jfk to cleveland
|
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 jfk : ap ) ( from $0 lga : ap ) ) ( to $0 cleveland : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ANON_ENTITY : ap ) ( from $0 ANON_ENTITY : ap ) ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3102
|
show me first class flights from new york to miami leaving on a tuesday
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 first : cl ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ( day $0 tuesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_3104
|
show me first class flights from pittsburgh to san francisco on friday
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 first : cl ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( day $0 friday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_3165
|
show me flights from miami to new york leaving on a sunday first class
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 first : cl ) ( from $0 miami : ci ) ( to $0 new_york : ci ) ( day $0 sunday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_3222
|
show me flights with first class reservations from san francisco to pittsburgh for monday
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 first : cl ) ( 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 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_3625
|
show me which flights from san francisco to pittsburgh on a monday are first class
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 first : cl ) ( 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 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_1043
|
i also need service from dallas to boston arriving by noon
|
( lambda $0 e ( and ( < ( arrival_time $0 ) 1200 : ti ) ( from $0 dallas : ci ) ( to $0 boston : ci ) ) )
|
( lambda $0 e ( and ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1387
|
i want to travel from kansas city to st. paul and be there by dinnertime
|
( lambda $0 e ( and ( < ( arrival_time $0 ) 1700 : ti ) ( from $0 kansas_city : ci ) ( to $0 st_paul : ci ) ) )
|
( lambda $0 e ( and ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2474
|
philadelphia to dallas arriving before 1 in the afternoon
|
( lambda $0 e ( and ( < ( arrival_time $0 ) 1300 : ti ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_250
|
cheapest airfare from orlando to tacoma
|
( min $0 ( exists $1 ( and ( from $1 orlando : ci ) ( to $1 tacoma : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_251
|
cheapest airfare from tacoma to orlando
|
( min $0 ( exists $1 ( and ( from $1 tacoma : ci ) ( to $1 orlando : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_253
|
cheapest fare from indianapolis to seattle
|
( min $0 ( exists $1 ( and ( from $1 indianapolis : ci ) ( to $1 seattle : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_254
|
cheapest fare from memphis to seattle
|
( min $0 ( exists $1 ( and ( from $1 memphis : ci ) ( to $1 seattle : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_255
|
cheapest fare from nashville to seattle
|
( min $0 ( exists $1 ( and ( from $1 nashville : ci ) ( to $1 seattle : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_279
|
could you find me the cheapest fare from boston to san francisco
|
( min $0 ( exists $1 ( and ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_295
|
could you please tell me the cheapest fare from atlanta to boston
|
( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_1686
|
i'd like the lowest fare from denver to pittsburgh
|
( min $0 ( exists $1 ( and ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_1710
|
i'd like to find the cheapest fare from atlanta to dallas
|
( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_1772
|
i'd like to make a trip between atlanta and boston i wish to know the cheapest fare
|
( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_1810
|
i'm interested in the cheapest fare from washington to fort worth
|
( min $0 ( exists $1 ( and ( from $1 washington : ci ) ( to $1 fort_worth : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2232
|
list the cheapest fare from charlotte to las vegas
|
( min $0 ( exists $1 ( and ( from $1 charlotte : ci ) ( to $1 las_vegas : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2315
|
lowest fare from san francisco to los angeles
|
( min $0 ( exists $1 ( and ( from $1 san_francisco : ci ) ( to $1 los_angeles : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2316
|
lowest fare from san francisco to orlando
|
( min $0 ( exists $1 ( and ( from $1 san_francisco : ci ) ( to $1 orlando : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2317
|
lowest fare from san francisco to san diego
|
( min $0 ( exists $1 ( and ( from $1 san_francisco : ci ) ( to $1 san_diego : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2406
|
okay i just want to know the cheapest fare from atlanta to boston
|
( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2500
|
please find the cheapest fare from boston to san francisco
|
( min $0 ( exists $1 ( and ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_3302
|
show me the cheapest fare from baltimore to dallas
|
( min $0 ( exists $1 ( and ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_3303
|
show me the cheapest fare from dallas to baltimore
|
( min $0 ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_3578
|
show me the lowest price from dallas to baltimore
|
( min $0 ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_3579
|
show me the lowest priced fare from dallas to baltimore
|
( min $0 ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_3948
|
what are the lowest fares from washington dc to salt lake city
|
( min $0 ( exists $1 ( and ( from $1 washington : ci ) ( to $1 salt_lake_city : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4440
|
what is the cheapest fare between boston and san francisco
|
( min $0 ( exists $1 ( and ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4441
|
what is the cheapest fare between denver and boston
|
( min $0 ( exists $1 ( and ( from $1 denver : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4444
|
what is the cheapest fare from baltimore to dallas in any class
|
( min $0 ( exists $1 ( and ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4445
|
what is the cheapest fare from boston to san francisco
|
( min $0 ( exists $1 ( and ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4448
|
what is the cheapest fare from denver to pittsburgh
|
( min $0 ( exists $1 ( and ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4450
|
what is the cheapest fare from washington to san francisco
|
( min $0 ( exists $1 ( and ( from $1 washington : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4451
|
what is the cheapest fare i can get from dallas to denver
|
( min $0 ( exists $1 ( and ( from $1 dallas : ci ) ( to $1 denver : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4453
|
what is the cheapest fare that i can get between philadelphia and san francisco
|
( min $0 ( exists $1 ( and ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4490
|
what is the cheapest ticket from baltimore to san francisco on friday august thirtieth
|
( min $0 ( exists $1 ( and ( from $1 baltimore : ci ) ( to $1 san_francisco : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4678
|
what is the least expensive airfare between boston and baltimore
|
( min $0 ( exists $1 ( and ( from $1 boston : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4682
|
what is the least expensive fare from boston to salt lake city
|
( min $0 ( exists $1 ( and ( from $1 boston : ci ) ( to $1 salt_lake_city : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4698
|
what is the lowest fare from denver to atlanta
|
( min $0 ( exists $1 ( and ( from $1 denver : ci ) ( to $1 atlanta : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4699
|
what is the lowest fare from denver to pittsburgh
|
( min $0 ( exists $1 ( and ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4761
|
what is your least expensive fare between atlanta and boston
|
( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4872
|
what's the cheapest fare from san francisco to baltimore
|
( min $0 ( exists $1 ( and ( from $1 san_francisco : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_3791
|
what are fare codes qw and qx
|
( lambda $0 e ( or ( equals $0 qw : fb ) ( equals $0 qx : fb ) ) )
|
( lambda $0 e ( or ( equals $0 ANON_ENTITY : fb ) ( equals $0 ANON_ENTITY : fb ) ) )
|
atis_4045
|
what does the fare code f and fn mean
|
( lambda $0 e ( or ( equals $0 f : fb ) ( equals $0 fn : fb ) ) )
|
( lambda $0 e ( or ( equals $0 ANON_ENTITY : fb ) ( equals $0 ANON_ENTITY : fb ) ) )
|
atis_4056
|
what does y mean
|
( lambda $0 e ( or ( equals $0 h : fb ) ( equals $0 y : fb ) ) )
|
( lambda $0 e ( or ( equals $0 ANON_ENTITY : fb ) ( equals $0 ANON_ENTITY : fb ) ) )
|
atis_4702
|
what is the meaning of fare code qx and qw
|
( lambda $0 e ( or ( equals $0 qx : fb ) ( equals $0 qw : fb ) ) )
|
( lambda $0 e ( or ( equals $0 ANON_ENTITY : fb ) ( equals $0 ANON_ENTITY : fb ) ) )
|
atis_2422
|
okay on the following wednesday i'd like to go from memphis to cincinnati as early as possible
|
( argmin $0 ( and ( from $0 memphis : ci ) ( to $0 cincinnati : ci ) ( day $0 wednesday : da ) ) ( departure_time $0 ) )
|
( argmin $0 ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( departure_time $0 ) )
|
atis_3971
|
what are the schedule of flights from boston to san francisco for august first
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( day_number $1 1 : dn ) ( month $1 august : mn ) ( = ( departure_time $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 ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_3974
|
what are the times that you have planes leaving from san francisco going to pittsburgh on july seventh
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 san_francisco : ci ) ( to $1 pittsburgh : ci ) ( day_number $1 7 : dn ) ( month $1 july : mn ) ( = ( departure_time $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 ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_4816
|
what time are the flights leaving from denver to pittsburgh on july seventh
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( day_number $1 7 : dn ) ( month $1 july : mn ) ( = ( departure_time $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 ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_4934
|
what's the schedule of flights from atlanta to boston on august first
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( day_number $1 1 : dn ) ( month $1 august : mn ) ( = ( departure_time $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 ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_3960
|
what are the nonstop flights from cincinnati to charlotte leaving after noon and arriving before 7pm
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( < ( arrival_time $0 ) 1900 : ti ) ( from $0 cincinnati : ci ) ( to $0 charlotte : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3760
|
what airlines have business class service between boston and san francisco
|
( lambda $0 e ( exists $1 ( and ( class_type $1 business : cl ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( = ( airline : e $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) )
|
atis_1793
|
i'd like to travel from boston to baltimore on us air 269 please tell me the times
|
( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( airline $1 us : al ) ( to $1 baltimore : ci ) ( from $1 boston : ci ) ( flight_number $1 269 : fn ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( airline $1 ANON_ENTITY : al ) ( to $1 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ( flight_number $1 ANON_ENTITY : fn ) ) ) )
|
atis_1931
|
is there an atlanta flight to denver connecting
|
( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2763
|
show all connecting flights from pittsburgh to oakland
|
( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( from $0 pittsburgh : ci ) ( to $0 oakland : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3999
|
what do you have on monday from dallas fort worth to oakland california
|
( lambda $0 e ( and ( day $0 monday : da ) ( from $0 dallas : ci ) ( to $0 oakland : ci ) ) )
|
( lambda $0 e ( and ( day $0 ANON_ENTITY : da ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_936
|
how long does it take to get from atlanta airport into the city of atlanta
|
( lambda $0 e ( exists $1 ( and ( from $1 denver : ci ) ( to $1 oakland : ci ) ( = ( time_elapsed $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( time_elapsed $1 ) $0 ) ) ) )
|
atis_938
|
how long does it take to get from kansas city to st. paul
|
( lambda $0 e ( exists $1 ( and ( from $1 kansas_city : ci ) ( to $1 st_paul : ci ) ( = ( time_elapsed $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( time_elapsed $1 ) $0 ) ) ) )
|
atis_4933
|
what's the price of the least expensive first class round trip ticket on us air from cleveland to miami
|
( fare ( argmin $0 ( and ( airline $0 us : al ) ( class_type $0 first : cl ) ( from $0 cleveland : ci ) ( to $0 miami : ci ) ( round_trip $0 ) ) ( fare $0 ) ) )
|
( fare ( argmin $0 ( and ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) ) )
|
atis_3955
|
what are the morning flights in the next two days from nashville to tacoma
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 nashville : ci ) ( to $0 tacoma : ci ) ( next_days $0 2 : i ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( next_days $0 ANON_ENTITY : i ) ) )
|
atis_1502
|
i would like the flight number and the time for the cheapest fare that is the least expensive first class fare from san francisco to pittsburgh leaving after 8pm monday night
|
( argmin $0 ( and ( class_type $0 first : cl ) ( > ( departure_time $0 ) 2000 : ti ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 monday : da ) ) ( fare $0 ) )
|
( argmin $0 ( and ( 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 ) ) ( fare $0 ) )
|
atis_1685
|
i'd like the flights from san jose to nashville on the morning of friday june third
|
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 san_jose : ci ) ( to $0 nashville : ci ) ( day $0 friday : da ) ( day_number $0 3 : dn ) ( month $0 june : mn ) ) )
|
( lambda $0 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 ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) )
|
atis_4437
|
what is the cheapest coach fare from dallas to denver round trip
|
( min $0 ( exists $1 ( and ( class_type $1 coach : cl ) ( from $1 dallas : ci ) ( to $1 denver : ci ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4763
|
what kind of aircraft do you have flying from boston to san francisco on august twenty seventh
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 san_francisco : ci ) ( day_number $1 27 : dn ) ( month $1 august : mn ) ( = ( aircraft_code $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 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
atis_900
|
hi i need to go from newark to nashville on american airlines leaving around 630pm
|
( lambda $0 e ( and ( airline $0 aa : al ) ( approx_departure_time $0 1830 : ti ) ( from $0 newark : ci ) ( to $0 nashville : ci ) ) )
|
( lambda $0 e ( and ( airline $0 ANON_ENTITY : al ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1053
|
i am looking to get one air fare from baltimore to san francisco on a 747 leaving august twenty seventh
|
( lambda $0 e ( exists $1 ( and ( aircraft_code $1 747 : ac ) ( from $1 baltimore : ci ) ( to $1 san_francisco : ci ) ( day_number $1 27 : dn ) ( month $1 august : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( aircraft_code $1 ANON_ENTITY : ac ) ( 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_2920
|
show me all flights from denver to pittsburgh which serve a meal for the day after tomorrow
|
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day_after_tomorrow $0 ) ( has_meal $0 ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_after_tomorrow $0 ) ( has_meal $0 ) ) )
|
atis_3106
|
show me first class round trip flights from new york to miami i want the cheapest first class fare please
|
( argmin $0 ( and ( flight $0 ) ( class_type $0 first : cl ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_711
|
from kansas city to salt lake city on delta arrive around 8pm tomorrow
|
( lambda $0 e ( and ( airline $0 dl : al ) ( approx_arrival_time $0 2000 : ti ) ( from $0 kansas_city : ci ) ( to $0 salt_lake_city : ci ) ( tomorrow $0 ) ) )
|
( lambda $0 e ( and ( airline $0 ANON_ENTITY : al ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) )
|
atis_929
|
how far is downtown from the airport in dallas
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 dallas : ci ) ( from_airport $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ci ) ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.