qid stringlengths 6 9 | source stringlengths 6 259 | target stringlengths 6 409 | anonymized_target stringlengths 16 454 |
|---|---|---|---|
atis_4178 | what flights arrive in seattle from on continental | ( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( to $0 seattle : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2733 | round trip fares from denver to philadelphia under 1000 dollars and pittsburgh to philadelphia under 1000 dollars | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( or ( and ( < ( fare $1 ) 1000 : do ) ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ) ( and ( < ( fare $1 ) 1000 : do ) ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ) ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( or ( and ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ( and ( < ( fare $1 ) ANON_ENTITY : do ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_3083 | show me continental flights leaving chicago on saturday morning | ( lambda $0 e ( and ( flight $0 ) ( airline $0 co : al ) ( during_day $0 morning : pd ) ( from $0 chicago : ci ) ( day $0 saturday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1572 | i would like to fly from st. paul to san jose monday morning from san jose to houston tuesday morning and from houston to st. paul on wednesday morning | ( lambda $0 e ( lambda $1 e ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( during_day $0 morning : pd ) ( during_day $1 morning : pd ) ( during_day $2 morning : pd ) ( from $0 st_paul : ci ) ( to $0 san_jose : ci ) ( from $1 san_jose : ci ) ( to $1 houston : ci ) ( from $2 houstin : ci ) ( to $2 st_pau... | ( lambda $0 e ( lambda $1 e ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( during_day $0 ANON_ENTITY : pd ) ( during_day $1 ANON_ENTITY : pd ) ( during_day $2 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( from $2 ANO... |
atis_87 | american airlines leaving phoenix | ( lambda $0 e ( and ( airline $0 aa : al ) ( from $0 phoenix : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ) ) |
atis_2793 | show departures from atlanta for american | ( lambda $0 e ( and ( airline $0 aa : al ) ( from $0 atlanta : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ) ) |
atis_3687 | the most expensive flight between boston and philadelphia | ( argmax $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ) ( fare $0 ) ) | ( argmax $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( fare $0 ) ) |
atis_4707 | what is the most expensive flight from boston to dallas | ( argmax $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 dallas : ci ) ) ( fare $0 ) ) | ( argmax $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( fare $0 ) ) |
atis_4708 | what is the most expensive flight from dallas to baltimore | ( argmax $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ) ( fare $0 ) ) | ( argmax $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( fare $0 ) ) |
atis_3826 | what are the coach fares for flights from newark to la leaving after 3pm | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach : cl ) ( > ( departure_time $1 ) 1500 : ti ) ( from $1 newark : ci ) ( to $1 los_angeles : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 ANON_ENTITY : cl ) ( > ( departure_time $1 ) ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_3998 | what do you have going from atlanta to philadelphia serving breakfast | ( lambda $0 e ( and ( meal $0 breakfast : me ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( meal $0 ANON_ENTITY : me ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_163 | baltimore to kansas city economy | ( lambda $0 e ( and ( economy $0 ) ( from $0 baltimore : ci ) ( to $0 kansas_city : ci ) ) ) | ( lambda $0 e ( and ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1966 | kansas city to las vegas economy | ( lambda $0 e ( and ( economy $0 ) ( from $0 kansas_city : ci ) ( to $0 las_vegas : ci ) ) ) | ( lambda $0 e ( and ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1968 | las vegas to baltimore economy | ( lambda $0 e ( and ( economy $0 ) ( from $0 las_vegas : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( economy $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4814 | what time are flights from denver to san francisco on continental airlines | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 co : al ) ( from $1 denver : ci ) ( to $1 san_francisco : ci ) ( = ( departure_time $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) ) |
atis_4819 | what time does the flight leave denver going to san francisco on continental airlines | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 co : al ) ( from $1 denver : ci ) ( to $1 san_francisco : ci ) ( = ( departure_time $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) ) |
atis_4937 | when are the american flights from phoenix to milwaukee | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( from $1 phoenix : ci ) ( to $1 milwaukee : ci ) ( = ( departure_time $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) ) |
atis_954 | how many delta flights leave from washington | ( count $0 ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 washington : ci ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ) ) |
atis_983 | how many northwest flights leave st. paul | ( count $0 ( and ( flight $0 ) ( airline $0 nw : al ) ( from $0 st_paul : ci ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ) ) |
atis_984 | how many northwest flights leave washington dc | ( count $0 ( and ( flight $0 ) ( airline $0 nw : al ) ( from $0 washington : ci ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ) ) |
atis_1000 | how many us air flights leave from washington | ( count $0 ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 washington : ci ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ) ) |
atis_4473 | what is the cheapest one way fare from any city to another | ( min $0 ( exists $1 ( and ( oneway $1 ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( oneway $1 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_796 | give me the cheapest round trip flights from indianapolis to orlando around december twenty fifth | ( argmin $0 ( and ( flight $0 ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ( day_number $0 25 : dn ) ( month $0 december : mn ) ( round_trip $0 ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( round_trip $0 ) ) ( fare $0 ) ) |
atis_1493 | i would like the cheapest flight from pittsburgh to atlanta leaving april twenty fifth and returning may sixth | ( argmin $0 ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ( day_number $0 25 : dn ) ( month $0 april : mn ) ( round_trip $0 ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( round_trip $0 ) ) ( fare $0 ) ) |
atis_3622 | show me weekday flights from milwaukee to orlando one way | ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( weekday $0 ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( weekday $0 ) ) ) |
atis_2295 | list the total number of flights to all airports by delta | ( count $0 ( and ( flight $0 ) ( airline $0 dl : al ) ( exists $1 ( and ( airport $1 ) ( to $0 $1 ) ) ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( exists $1 ( and ( airport $1 ) ( to $0 $1 ) ) ) ) ) |
atis_2531 | please give me the earliest flight tomorrow from st. petersburg to milwaukee | ( argmin $0 ( and ( flight $0 ) ( from $0 st_petersburg : ci ) ( to $0 milwaukee : ci ) ( tomorrow $0 ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ( departure_time $0 ) ) |
atis_4556 | what is the earliest flight from tampa to milwaukee tomorrow | ( argmin $0 ( and ( flight $0 ) ( from $0 tampa : ci ) ( to $0 milwaukee : ci ) ( tomorrow $0 ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ( departure_time $0 ) ) |
atis_2380 | now show me all round trip flights from burbank to seattle that arrive before 7pm in seattle | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( arrival_time $0 ) 1900 : ti ) ( from $0 burbank : ci ) ( to $0 seattle : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1539 | i would like to find out what flights there are on friday june eleventh from st. petersburg to milwaukee and then from milwaukee to tacoma thank you | ( lambda $0 e ( and ( flight $0 ) ( from $0 st_petersburg : ci ) ( stop $0 milwaukee : ci ) ( to $0 tacoma : ci ) ( day $0 friday : da ) ( day_number $0 11 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( stop $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_4942 | when is the first flight in the morning from boston to denver | ( departure_time ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) ) | ( departure_time ( argmin $0 ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) ) |
atis_1532 | i would like to find a flight from pittsburgh to boston on wednesday and i have to be in boston by one so i'd like a flight out of here no later than 11am | ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1300 : ti ) ( from $0 pittsburgh : ci ) ( to $0 boston : ci ) ( day $0 wednesday : da ) ( > ( departure_time $0 ) 1100 : ti ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ) ) |
atis_3171 | show me flights from milwaukee to orlando on wednesday night | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( day $0 wednesday : da ) ( during_day $0 late : pd ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( during_day $0 ANON_ENTITY : pd ) ) ) |
atis_3912 | what are the flights from milwaukee to orlando on wednesday night | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( day $0 wednesday : da ) ( during_day $0 late : pd ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( during_day $0 ANON_ENTITY : pd ) ) ) |
atis_538 | find travel arrangements for a round trip flight from dallas to pittsburgh arriving after 8pm before 10pm | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) 2000 : ti ) ( < ( arrival_time $0 ) 2200 : ti ) ( from $0 dallas : ci ) ( to $0 pittsburgh : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1374 | i want to leave boston at 838 | ( lambda $0 e ( and ( departure_time $0 838 : ti ) ( from $0 boston : ci ) ) ) | ( lambda $0 e ( and ( departure_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ) ) |
atis_244 | can you tell me what aircraft is used for delta flight 1222 from kansas city to salt lake city | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( flight_number $1 1222 : fn ) ( from $1 kansas_city : ci ) ( to $1 salt_lake_city : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_3719 | what aircraft is used on delta flight 1222 from kansas city to salt lake city | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( flight_number $1 1222 : fn ) ( from $1 kansas_city : ci ) ( to $1 salt_lake_city : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_4773 | what kind of airplane is flight ua 270 from denver to philadelphia | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ua : al ) ( flight_number $1 270 : fn ) ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_4774 | what kind of airplane is flight ua 281 from boston to denver | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ua : al ) ( flight_number $1 281 : fn ) ( from $1 boston : ci ) ( to $1 denver : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_3584 | show me the most expensive one way first class fare from baltimore to dallas | ( max $0 ( exists $1 ( and ( oneway $1 ) ( class_type $1 first : cl ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( max $0 ( exists $1 ( and ( oneway $1 ) ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_1300 | i want a flight that leaves from charlotte to newark that leaves in the afternoon or evening | ( lambda $0 e ( and ( flight $0 ) ( or ( during_day $0 evening : pd ) ( during_day $0 afternoon : pd ) ) ( from $0 charlotte : ci ) ( to $0 newark : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( or ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4185 | what flights depart from charlotte to newark that leave in the afternoon or leave in the evening | ( lambda $0 e ( and ( flight $0 ) ( or ( during_day $0 evening : pd ) ( during_day $0 afternoon : pd ) ) ( from $0 charlotte : ci ) ( to $0 newark : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( or ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4198 | what flights do you have in the morning of september twentieth on united airlines from pittsburgh to san francisco and a stopover in denver | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( during_day $0 morning : pd ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ( stop $0 denver : ci ) ( day_number $0 20 : dn ) ( month $0 september : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_412 | does delta aircraft fly dc10 | ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 dc10 : ac ) ( airline $0 dl : al ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ANON_ENTITY : ac ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_1158 | i need a listing of flights from st. petersburg florida to tacoma washington leaving tomorrow and i would like to have a stopover in milwaukee please | ( lambda $0 e ( and ( flight $0 ) ( from $0 st_petersburg : ci ) ( to $0 tacoma : ci ) ( stop $0 milwaukee : ci ) ( tomorrow $0 ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ) |
atis_1338 | i want to fly from cleveland to san diego tomorrow and stop in indianapolis | ( lambda $0 e ( and ( flight $0 ) ( from $0 cleveland : ci ) ( to $0 san_diego : ci ) ( stop $0 indianapolis : ci ) ( tomorrow $0 ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ) |
atis_1642 | i'd like a flight tomorrow from columbus to houston with a stopover in nashville | ( lambda $0 e ( and ( flight $0 ) ( from $0 columbus : ci ) ( to $0 houston : ci ) ( stop $0 nashville : ci ) ( tomorrow $0 ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ) |
atis_80 | also show me flights from san francisco to pittsburgh on tuesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_136 | are there any flights from new york to montreal canada leaving on thursday | ( lambda $0 e ( and ( flight $0 ) ( from $0 new_york : ci ) ( to $0 montreal : ci ) ( day $0 thursday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_276 | could i have listings of flights from new york to montreal canada leaving on wednesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 new_york : ci ) ( to $0 montreal : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_282 | could you list for me the flights that leave oakland on sunday and arrive in dallas | ( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 dallas : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_350 | do any of the san francisco to boston flights leave on friday | ( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ( 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 ) ) ) |
atis_360 | do you have a flight from atlanta to charlotte north carolina next monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 charlotte : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_363 | do you have a flight from charlotte to atlanta next tuesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 charlotte : ci ) ( to $0 atlanta : ci ) ( day $0 tuesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_386 | do you have flights from st. petersburg to toronto on monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 st_petersburg : ci ) ( to $0 toronto : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_475 | find a flight from boston to washington on monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 washington : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_479 | find a flight from san francisco to boston on wednesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_482 | find a flight from washington dc to san francisco on tuesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ( day $0 tuesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_491 | find flight from cincinnati to san jose on monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 cincinnati : ci ) ( to $0 san_jose : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_492 | find flight from detroit to san diego on tuesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 detroit : ci ) ( to $0 san_diego : ci ) ( day $0 tuesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_493 | find flight from houston to memphis on friday | ( lambda $0 e ( and ( flight $0 ) ( from $0 houston : ci ) ( to $0 memphis : ci ) ( 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 ) ) ) |
atis_494 | find flight from memphis to cincinnati on sunday | ( lambda $0 e ( and ( flight $0 ) ( from $0 memphis : ci ) ( to $0 cincinnati : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_495 | find flight from phoenix to detroit on monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 phoenix : ci ) ( to $0 detroit : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_497 | find flight from san jose to houston on wednesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 san_jose : ci ) ( to $0 houston : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_556 | flight from dallas to oakland california on monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 oakland : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_621 | flights from cleveland to kansas city on monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 cleveland : ci ) ( to $0 kansas_city : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_630 | flights from denver to pittsburgh on thursday | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day $0 thursday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_631 | flights from denver to pittsburgh on wednesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_642 | flights from kansas city to cleveland on wednesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 kansas_city : ci ) ( to $0 cleveland : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_650 | flights from memphis to las vegas on sunday | ( lambda $0 e ( and ( flight $0 ) ( from $0 memphis : ci ) ( to $0 las_vegas : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_695 | flights on friday from newark to tampa | ( lambda $0 e ( and ( flight $0 ) ( from $0 newark : ci ) ( to $0 tampa : ci ) ( 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 ) ) ) |
atis_696 | flights on sunday from tampa to charlotte | ( lambda $0 e ( and ( flight $0 ) ( from $0 tampa : ci ) ( to $0 charlotte : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_698 | flights that go from oakland to philadelphia on friday | ( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 philadelphia : ci ) ( 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 ) ) ) |
atis_705 | friday's flights between newark and tampa | ( lambda $0 e ( and ( flight $0 ) ( from $0 newark : ci ) ( to $0 tampa : ci ) ( 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 ) ) ) |
atis_752 | give me a flight from newark to tampa on friday | ( lambda $0 e ( and ( flight $0 ) ( from $0 newark : ci ) ( to $0 tampa : ci ) ( 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 ) ) ) |
atis_753 | give me a flight from philadelphia to denver on sunday | ( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 denver : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_754 | give me a flight from tampa to charlotte on sunday | ( lambda $0 e ( and ( flight $0 ) ( from $0 tampa : ci ) ( to $0 charlotte : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_820 | give me the flights from los angeles to pittsburgh on tuesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 los_angeles : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_833 | give me the flights from phoenix to milwaukee on wednesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 phoenix : ci ) ( to $0 milwaukee : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_844 | give me the flights on tuesday from los angeles to pittsburgh | ( lambda $0 e ( and ( flight $0 ) ( from $0 los_angeles : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1070 | i need a flight from atlanta to charlotte north carolina next monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 charlotte : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1085 | i need a flight from denver to philadelphia on saturday | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 philadelphia : ci ) ( day $0 saturday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1088 | i need a flight from denver to salt lake city on monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 salt_lake_city : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1089 | i need a flight from denver to washington dc on wednesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 washington : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1102 | i need a flight from montreal quebec to san diego california leaving this sunday | ( lambda $0 e ( and ( flight $0 ) ( from $0 montreal : ci ) ( to $0 san_diego : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1110 | i need a flight from ontario to los angeles on a thursday | ( lambda $0 e ( and ( flight $0 ) ( from $0 ontario : ci ) ( to $0 los_angeles : ci ) ( day $0 thursday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1115 | i need a flight from philadelphia to denver on sunday | ( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 denver : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1117 | i need a flight from philadelphia to san francisco next wednesday | ( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1135 | i need a flight from st. petersburg to miami for thursday | ( lambda $0 e ( and ( flight $0 ) ( from $0 st_petersburg : ci ) ( to $0 miami : ci ) ( day $0 thursday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1139 | i need a flight leaving kansas city to chicago leaving next wednesday and returning the following day | ( lambda $0 e ( and ( flight $0 ) ( from $0 kansas_city : ci ) ( to $0 chicago : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1143 | i need a flight on friday from newark to tampa | ( lambda $0 e ( and ( flight $0 ) ( from $0 newark : ci ) ( to $0 tampa : ci ) ( 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 ) ) ) |
atis_1144 | i need a flight on sunday from long beach to columbus | ( lambda $0 e ( and ( flight $0 ) ( from $0 long_beach : ci ) ( to $0 columbus : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1152 | i need a friday flight from newark to tampa | ( lambda $0 e ( and ( flight $0 ) ( from $0 newark : ci ) ( to $0 tampa : ci ) ( 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 ) ) ) |
atis_1169 | i need a sunday flight from tampa to charlotte | ( lambda $0 e ( and ( flight $0 ) ( from $0 tampa : ci ) ( to $0 charlotte : ci ) ( day $0 sunday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1188 | i need flight information leaving atlanta and arriving in baltimore for monday | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1189 | i need flight information on saturday for a flight from philadelphia to dallas | ( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( day $0 saturday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1197 | i need information flight information for tuesday on a flight leaving baltimore bound for dallas | ( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ( day $0 tuesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1212 | i need information on flights from washington to boston that leave on a saturday | ( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 boston : ci ) ( day $0 saturday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_1214 | i need information on flights leaving philadelphia on friday arriving in oakland california | ( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 oakland : ci ) ( 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 ) ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.