qid stringlengths 6 9 | source stringlengths 6 259 | target stringlengths 6 409 | anonymized_target stringlengths 16 454 |
|---|---|---|---|
atis_2764 | show all flights and fares from denver to san francisco | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_2765 | show all flights and fares from pittsburgh to san francisco | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_2873 | show me all flights and fares from dallas to san francisco | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_2874 | show me all flights and fares from denver to san francisco | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_2893 | show me all flights from atlanta to washington with prices | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_3000 | show me all flights with fares from pittsburgh to san francisco | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_3855 | what are the flights and fares from atlanta to philadelphia | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_3856 | what are the flights and fares from boston to philadelphia | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_714 | from las vegas to phoenix departing in the morning | ( lambda $0 e ( and ( during_day $0 morning : pd ) ( from $0 las_vegas : ci ) ( to $0 phoenix : ci ) ) ) | ( lambda $0 e ( and ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_727 | from toronto to atlanta in the afternoon | ( lambda $0 e ( and ( during_day $0 afternoon : pd ) ( from $0 toronto : ci ) ( to $0 atlanta : ci ) ) ) | ( lambda $0 e ( and ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_728 | from washington dc to philadelphia departing in the afternoon | ( lambda $0 e ( and ( during_day $0 afternoon : pd ) ( from $0 washington : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3594 | show me the one way fares from san diego to miami nonstop | ( lambda $0 e ( exists $1 ( and ( nonstop $1 ) ( oneway $1 ) ( from $1 san_diego : ci ) ( to $1 miami : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( nonstop $1 ) ( oneway $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_5035 | yes on the delta flight leaving san francisco at 225pm arriving philadelphia 1158pm what type of equipment is used on that flight | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( departure_time $1 1425 : ti ) ( arrival_time $1 2358 : ti ) ( from $1 san_francisco : ci ) ( to $1 philadelphia : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( departure_time $1 ANON_ENTITY : ti ) ( arrival_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_969 | how many flights does american airlines have from boston to atlanta | ( count $0 ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_976 | how many flights does eastern airlines have from boston to atlanta | ( count $0 ( and ( flight $0 ) ( airline $0 ea : al ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1770 | i'd like to leave from boston on tuesday and i'd like to leave sometime in the morning | ( lambda $0 e ( and ( during_day $0 morning : pd ) ( from $0 boston : ci ) ( day $0 tuesday : da ) ) ) | ( lambda $0 e ( and ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_609 | flights from baltimore to philadelphia where the round trip fare is less than 1000 dollars | ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) 1000 : do ) ( round_trip $0 ) ( from $0 baltimore : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) ANON_ENTITY : do ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2888 | show me all flights from atlanta to dallas round trip less than 1100 dollars | ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) 1100 : do ) ( round_trip $0 ) ( from $0 atlanta : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( < ( fare $0 ) ANON_ENTITY : do ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1998 | list all daily flights between boston and oakland using american airlines | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 aa : al ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1999 | list all daily flights between boston and oakland using delta airlines | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 dl : al ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2000 | list all daily flights between oakland and boston using american airline | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 aa : al ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2116 | list daily flights from boston to oakland using continental airlines | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 co : al ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2117 | list daily flights from boston to oakland using twa | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 tw : al ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2118 | list daily flights from boston to oakland using united airlines | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ua : al ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2122 | list daily flights from oakland to boston using continental airlines | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 co : al ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2123 | list daily flights from oakland to boston using delta airlines | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 dl : al ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2124 | list daily flights from oakland to boston using twa | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 tw : al ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2125 | list daily flights from oakland to boston using united airlines | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ua : al ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4478 | what is the cheapest one way fare from pittsburgh to atlanta traveling on tuesday august twentieth | ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 pittsburgh : ci ) ( to $1 atlanta : ci ) ( day $1 tuesday : da ) ( day_number $1 20 : dn ) ( month $1 august : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( oneway $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_4479 | what is the cheapest one way fare from san francisco to boston on wednesday august twenty first | ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 san_francisco : ci ) ( to $1 boston : ci ) ( day $1 wednesday : da ) ( day_number $1 21 : dn ) ( month $1 august : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( oneway $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_23 | all flights and fares from dallas | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_20 | all delta flights to everywhere if you can | ( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_429 | does midwest express have any flights | ( lambda $0 e ( and ( flight $0 ) ( airline $0 yx : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_1989 | list all alaska airlines flights | ( lambda $0 e ( and ( flight $0 ) ( airline $0 as : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_2471 | only show continental flights | ( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_3072 | show me all twa flights please | ( lambda $0 e ( and ( flight $0 ) ( airline $0 tw : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_4126 | what flights are provided by american airlines | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_4127 | what flights are provided by delta airlines | ( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_5003 | which flights are serviced by american airlines | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_3053 | show me all the flights out of boston today | ( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( today $0 ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( today $0 ) ) ) |
atis_1747 | i'd like to go from boston to denver at 9 o'clock saturday night | ( lambda $0 e ( and ( departure_time $0 2100 : ti ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day $0 saturday : da ) ( during_day $0 late : pd ) ) ) | ( lambda $0 e ( and ( departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( during_day $0 ANON_ENTITY : pd ) ) ) |
atis_1081 | i need a flight from chicago to dallas on continental on june fifth | ( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 chicago : ci ) ( to $0 dallas : ci ) ( day_number $0 5 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_1431 | i would like a flight on continental airlines on august twentieth from washington to pittsburgh | ( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 washington : ci ) ( to $0 pittsburgh : ci ) ( day_number $0 20 : dn ) ( month $0 august : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_1509 | i would like to book a flight for august twenty seventh from baltimore to san francisco on us air | ( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ( day_number $0 27 : dn ) ( month $0 august : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_1515 | i would like to book a flight from chicago into seattle on june first on continental airlines | ( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day_number $0 1 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_1521 | i would like to book a flight on continental airlines from chicago to seattle on june first | ( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day_number $0 1 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_1905 | is there a flight on american airlines going from boston to san francisco on june twenty eighth | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( day_number $0 28 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_2447 | on july twenty third all flights on american airlines from philadelphia to san francisco | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( day_number $0 23 : dn ) ( month $0 july : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_2454 | on november twenty third what flights are available between boston and denver on american airlines | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day_number $0 23 : dn ) ( month $0 november : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_2456 | on november twenty third what flights go from atlanta to denver on delta airlines | ( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ( day_number $0 23 : dn ) ( month $0 november : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_2840 | show me a list of flights from denver to baltimore on united for august third | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ( day_number $0 3 : dn ) ( month $0 august : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_2844 | show me a list of flights on american airlines from boston to dc on july twenty second | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 boston : ci ) ( to $0 washington : ci ) ( day_number $0 22 : dn ) ( month $0 july : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_3611 | show me the united airlines flights from denver to baltimore leaving on june fourteenth | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ( day_number $0 14 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_3654 | tell me about flights on american airlines from dallas fort worth to philadelphia on june twenty ninth | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 dallas : ci ) ( to $0 philadelphia : ci ) ( day_number $0 29 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_3655 | tell me about flights on american airlines from dallas to san francisco on june twenty ninth | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ( day_number $0 29 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_3976 | what are the united airlines flights between baltimore and denver on august twelfth | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( from $0 baltimore : ci ) ( to $0 denver : ci ) ( day_number $0 12 : dn ) ( month $0 august : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_4455 | what is the cheapest flight flying from boston to atlanta before 8 | ( argmin $0 ( and ( flight $0 ) ( < ( departure_time $0 ) 800 : ti ) ( from $0 boston : 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_879 | ground transportation in dallas and boston | ( lambda $0 e ( and ( ground_transport $0 ) ( or ( to_city $0 dallas : ci ) ( to_city $0 boston : ci ) ) ) ) | ( lambda $0 e ( and ( ground_transport $0 ) ( or ( to_city $0 ANON_ENTITY : ci ) ( to_city $0 ANON_ENTITY : ci ) ) ) ) |
atis_911 | how about arrivals for american in atlanta | ( lambda $0 e ( and ( airline $0 aa : al ) ( to $0 atlanta : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ANON_ENTITY : al ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1913 | is there a limousine service available from the pittsburgh airport | ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 pit : ap ) ) ) | ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 ANON_ENTITY : ap ) ) ) |
atis_1957 | is there limo service at pittsburgh airport | ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 pit : ap ) ) ) | ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 ANON_ENTITY : ap ) ) ) |
atis_1958 | is there limousine service available at baltimore airport | ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 bwi : ap ) ) ) | ( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 ANON_ENTITY : ap ) ) ) |
atis_4748 | what is the total schedule for delta's flights to all airports | ( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( exists $2 ( and ( airport $2 ) ( to $1 $2 ) ) ) ( flight $1 ) ( airline $1 dl : al ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( = ( departure_time $1 ) $0 ) ( exists $2 ( and ( airport $2 ) ( to $1 $2 ) ) ) ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ) ) ) |
atis_489 | find american flight from newark to nashville around 630pm | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( approx_departure_time $0 1830 : ti ) ( from $0 newark : ci ) ( to $0 nashville : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1634 | i'd like a flight from san diego to toronto on alaska airlines leaving around 1pm | ( lambda $0 e ( and ( flight $0 ) ( airline $0 as : al ) ( approx_departure_time $0 1300 : ti ) ( from $0 san_diego : ci ) ( to $0 toronto : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4810 | what round trip tickets are there from cleveland to miami on us air that arrive before 4pm | ( lambda $0 e ( and ( round_trip $0 ) ( airline $0 us : al ) ( < ( arrival_time $0 ) 1600 : ti ) ( from $0 cleveland : ci ) ( to $0 miami : ci ) ) ) | ( lambda $0 e ( and ( round_trip $0 ) ( airline $0 ANON_ENTITY : al ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_285 | could you please find me the earliest flight from boston to oakland | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_451 | earliest flight from atlanta to philadelphia | ( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_514 | find me the earliest flight from boston to atlanta on any day of the week | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_515 | find me the earliest flight from boston to atlanta | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_806 | give me the first flight from boston to atlanta | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1245 | i need to go from boston to atlanta and back in the same day find me the earliest flight from boston | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1246 | i need to go from boston to atlanta in the same day find me the earliest flight from boston | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1399 | i would like a flight as early as possible in the day leaving from boston and to denver | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1491 | i would like some information on the earliest flights you have leaving atlanta arriving in denver | ( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1682 | i'd like the earliest flight from dallas to boston | ( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 boston : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1714 | i'd like to find the earliest flight possible from san francisco to atlanta | ( argmin $0 ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1759 | i'd like to know the earliest flight from boston to atlanta | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1760 | i'd like to know the earliest flight from boston to san francisco | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1761 | i'd like to know the earliest flights from boston to atlanta georgia | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2238 | list the earliest flight from st. paul to san jose | ( argmin $0 ( and ( flight $0 ) ( from $0 st_paul : ci ) ( to $0 san_jose : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2240 | list the earliest flights from st. paul to houston | ( argmin $0 ( and ( flight $0 ) ( from $0 st_paul : ci ) ( to $0 houston : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2241 | list the earliest flights from st. paul to san jose | ( argmin $0 ( and ( flight $0 ) ( from $0 st_paul : ci ) ( to $0 san_jose : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2343 | name the earliest flight from boston to san francisco | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2398 | okay can you tell me the earliest flight which leaves from philadelphia to dallas | ( argmin $0 ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2425 | okay tell me what the earliest flight is that leaves between atlanta and denver | ( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2501 | please find the earliest possible flight from boston to denver | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2795 | show first flight from boston to philadelphia | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_2796 | show first flight from philadelphia to dallas | ( argmin $0 ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_3340 | show me the earliest flight from boston to denver | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_3341 | show me the earliest flight from boston to san francisco | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_3342 | show me the earliest flight from cleveland to memphis | ( argmin $0 ( and ( flight $0 ) ( from $0 cleveland : ci ) ( to $0 memphis : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_3343 | show me the earliest flight from denver to las vegas | ( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 las_vegas : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_3344 | show me the earliest flight from newark to seattle | ( argmin $0 ( and ( flight $0 ) ( from $0 newark : ci ) ( to $0 seattle : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_4530 | what is the earliest flight between boston and washington | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_4536 | what is the earliest flight from atlanta to boston | ( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_4537 | what is the earliest flight from boston that will arrive in denver | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_4538 | what is the earliest flight from boston to atlanta | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_4541 | what is the earliest flight from boston to denver | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_4543 | what is the earliest flight from boston to philadelphia | ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.