qid stringlengths 6 9 | source stringlengths 6 259 | target stringlengths 6 409 | anonymized_target stringlengths 16 454 |
|---|---|---|---|
atis_4528 | what is the earliest departure time from boston to denver | ( departure_time ( argmin $0 ( and ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) ) | ( departure_time ( argmin $0 ( and ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) ) |
atis_1479 | i would like information on flights from san francisco to pittsburgh leaving after 8pm monday night | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2000 : ti ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 monday : da ) ( during_day $0 late : pd ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( 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_1464 | i would like direct coach flights from pittsburgh to atlanta | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( class_type $0 coach : cl ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3246 | show me nonstop flights from miami to new york with coach class fares | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( class_type $0 coach : cl ) ( from $0 miami : ci ) ( to $0 new_york : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2153 | list flights from denver to san francisco no denver to philadelphia | ( lambda $0 e ( and ( to $0 philadelphia : ci ) ( not ( to $0 san_francisco : ci ) ) ( from $0 denver : ci ) ( flight $0 ) ( from $0 denver : ci ) ) ) | ( lambda $0 e ( and ( to $0 ANON_ENTITY : ci ) ( not ( to $0 ANON_ENTITY : ci ) ) ( from $0 ANON_ENTITY : ci ) ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ) ) |
atis_420 | does eastern airlines fly early in the morning between logan and bwi | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ea : al ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 bos : ap ) ( to $0 bwi : ap ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ap ) ) ) |
atis_1590 | i would like to know the latest flight on wednesday you have leaving from oakland to salt lake city which offers a meal | ( argmax $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 oakland : ci ) ( to $0 salt_lake_city : ci ) ( day $0 wednesday : da ) ) ( departure_time $0 ) ) | ( argmax $0 ( and ( flight $0 ) ( has_meal $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( departure_time $0 ) ) |
atis_960 | how many first class flights does delta have today | ( count $0 ( and ( flight $0 ) ( airline $0 dl : al ) ( class_type $0 first : cl ) ( today $0 ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( today $0 ) ) ) |
atis_963 | how many first class flights does united have leaving from all cities today | ( count $0 ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( today $0 ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( today $0 ) ) ) |
atis_964 | how many first class flights does united have today | ( count $0 ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( today $0 ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( today $0 ) ) ) |
atis_1507 | i would like the time your earliest flight from washington to philadelphia | ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 philadelphia : ci ) ) ( departure_time $0 ) ) ) | ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) ) |
atis_4818 | what time does the earliest flight which goes from atlanta to denver leave | ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) ) | ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) ) |
atis_4941 | when is the earliest flight from boston to denver | ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ( departure_time $0 ) ) ) | ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) ) |
atis_4943 | when is the first flight leaving from oakland to boston | ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) ( departure_time $0 ) ) ) | ( departure_time ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) ) |
atis_2142 | list flights from boston to san francisco that serve only breakfast | ( lambda $0 e ( and ( flight $0 ) ( meal_code $0 b : rc ) ( meal $0 breakfast : me ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( meal_code $0 ANON_ENTITY : rc ) ( meal $0 ANON_ENTITY : me ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_520 | find the cheapest flight from denver to atlanta with a stopover in pittsburgh | ( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ( stop $0 pittsburgh : ci ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) ( fare $0 ) ) |
atis_1729 | i'd like to fly from denver to pittsburgh to atlanta could you find me the cheapest way to do this | ( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ( stop $0 pittsburgh : ci ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) ( fare $0 ) ) |
atis_3808 | what are the cheapest flights from denver to pittsburgh that stop in atlanta | ( argmin $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( stop $0 atlanta : ci ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) ( fare $0 ) ) |
atis_4772 | what kind of airplane goes from philadelphia to san francisco monday stopping in dallas in the afternoon first class flight | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first : cl ) ( during_day $1 afternoon : pd ) ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( stop $1 dallas : ci ) ( day $1 monday : da ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 ANON_ENTITY : cl ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( stop $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_1437 | i would like a list of round trip flights between indianapolis and orlando florida for the twenty seventh and the twenty eighth of december | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ( or ( day_number $0 27 : dn ) ( day_number $0 28 : dn ) ) ( month $0 december : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day_number $0 ANON_ENTITY : dn ) ( day_number $0 ANON_ENTITY : dn ) ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_1438 | i would like a list of the round trip flights between indianapolis and orlando on the twenty seventh or the twenty eighth of december | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ( or ( day_number $0 27 : dn ) ( day_number $0 28 : dn ) ) ( month $0 december : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( day_number $0 ANON_ENTITY : dn ) ( day_number $0 ANON_ENTITY : dn ) ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_2216 | list number of people that can be carried on each type of plane that flies between pittsburgh and baltimore | ( lambda $0 e ( lambda $1 e ( and ( aircraft $1 ) ( exists $2 ( flight $2 ) ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( aircraft $1 ) ( exists $2 ( flight $2 ) ) ) ) ) |
atis_4808 | what price is a limousine service to new york's la guardia | ( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( from_airport $1 lga : ap ) ( = ( ground_fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( limousine $1 ) ( from_airport $1 ANON_ENTITY : ap ) ( = ( ground_fare $1 ) $0 ) ) ) ) |
atis_918 | how can i go from minneapolis to long beach late tomorrow | ( lambda $0 e ( and ( during_day $0 late : pd ) ( from $0 minneapolis : ci ) ( to $0 long_beach : ci ) ( tomorrow $0 ) ) ) | ( lambda $0 e ( and ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ) |
atis_4001 | what do you have tomorrow morning from pittsburgh to atlanta | ( lambda $0 e ( and ( during_day $0 morning : pd ) ( from $0 pittsburgh : ci ) ( to $0 atlanta : ci ) ( tomorrow $0 ) ) ) | ( lambda $0 e ( and ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ) |
atis_1928 | is there an airline that services boston dc and dallas | ( lambda $0 e ( and ( airline $0 ) ( services $0 boston : ci ) ( services $0 washington : ci ) ( services $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ) ( services $0 ANON_ENTITY : ci ) ( services $0 ANON_ENTITY : ci ) ( services $0 ANON_ENTITY : ci ) ) ) |
atis_4964 | which airline serves denver pittsburgh and atlanta | ( lambda $0 e ( and ( airline $0 ) ( services $0 pittsburgh : ci ) ( services $0 denver : ci ) ( services $0 atlanta : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ) ( services $0 ANON_ENTITY : ci ) ( services $0 ANON_ENTITY : ci ) ( services $0 ANON_ENTITY : ci ) ) ) |
atis_4741 | what is the seating capacity of the various airplanes that united airlines uses | ( lambda $0 e ( lambda $1 e ( exists $2 ( and ( flight $2 ) ( airline $2 ua : al ) ( = ( aircraft_code $2 ) $1 ) ( = ( capacity $2 ) $0 ) ) ) ) ) | ( lambda $0 e ( lambda $1 e ( exists $2 ( and ( flight $2 ) ( airline $2 ANON_ENTITY : al ) ( = ( aircraft_code $2 ) $1 ) ( = ( capacity $2 ) $0 ) ) ) ) ) |
atis_2089 | list all the airlines that fly into general mitchell international | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( to $1 mke : ap ) ( = ( airline : e $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( to $1 ANON_ENTITY : ap ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) ) |
atis_3831 | what are the cost of morning flights from atlanta to baltimore | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning : pd ) ( from $1 atlanta : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_3963 | what are the prices of the flights from atlanta to dallas in the morning | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 morning : pd ) ( from $1 atlanta : ci ) ( to $1 dallas : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_2495 | please find a flight from ontario to westchester that makes a stop in chicago on may seventeenth one way with dinner | ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( meal $0 dinner : me ) ( from $0 ontario : ci ) ( to $0 westchester_county : ci ) ( stop $0 chicago : ci ) ( day_number $0 17 : dn ) ( month $0 may : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( meal $0 ANON_ENTITY : me ) ( 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_173 | bring up flights from milwaukee to orlando on wednesday night or thursday morning | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( or ( and ( day $0 wednesday : da ) ( during_day $0 late : pd ) ) ( and ( day $0 thursday : da ) ( during_day $0 morning : pd ) ) ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( day $0 ANON_ENTITY : da ) ( during_day $0 ANON_ENTITY : pd ) ) ( and ( day $0 ANON_ENTITY : da ) ( during_day $0 ANON_ENTITY : pd ) ) ) ) ) |
atis_3170 | show me flights from milwaukee to orlando on wednesday night or thursday morning | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ( or ( and ( day $0 wednesday : da ) ( during_day $0 late : pd ) ) ( and ( day $0 thursday : da ) ( during_day $0 morning : pd ) ) ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( and ( day $0 ANON_ENTITY : da ) ( during_day $0 ANON_ENTITY : pd ) ) ( and ( day $0 ANON_ENTITY : da ) ( during_day $0 ANON_ENTITY : pd ) ) ) ) ) |
atis_535 | find travel arrangements for a round trip flight from boston to pittsburgh arriving after 8pm | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) 2000 : ti ) ( from $0 boston : ci ) ( to $0 pittsburgh : 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_539 | find travel arrangements for a round trip flight from dallas to pittsburgh arriving after 8pm | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( > ( arrival_time $0 ) 2000 : ti ) ( from $0 dallas : ci ) ( to $0 pittsburgh : 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_3295 | show me the airlines with first class flights | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 first : cl ) ( = ( airline : e $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 ANON_ENTITY : cl ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) ) |
atis_4963 | which airline provides business class flights | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 business : cl ) ( = ( airline : e $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 ANON_ENTITY : cl ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) ) |
atis_35 | all flights from boston to washington dc | ( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_36 | all flights from boston to washington | ( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_39 | all flights from cleveland to newark | ( lambda $0 e ( and ( flight $0 ) ( from $0 cleveland : ci ) ( to $0 newark : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_40 | all flights from dallas to san francisco | ( lambda $0 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_41 | all flights from denver colorado to pittsburgh pennsylvania | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_42 | all flights from denver to philadelphia | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_44 | all flights from long beach to phoenix | ( lambda $0 e ( and ( flight $0 ) ( from $0 long_beach : ci ) ( to $0 phoenix : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_45 | all flights from miami to new york | ( lambda $0 e ( and ( flight $0 ) ( from $0 miami : ci ) ( to $0 new_york : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_50 | all flights from pittsburgh to philadelphia | ( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_52 | all flights from san francisco to los angeles | ( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 los_angeles : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_65 | all right do you have a flight from atlanta to boston | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_68 | all right now i need a flight from seattle to san diego | ( lambda $0 e ( and ( flight $0 ) ( from $0 seattle : ci ) ( to $0 san_diego : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_76 | all the flights from baltimore to san francisco | ( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_78 | also give me a list of flights between oakland and boston | ( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_79 | also show me all flights from oakland to denver | ( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_117 | are there any flights between philadelphia and denver | ( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_119 | are there any flights from atlanta to baltimore | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_120 | are there any flights from atlanta to denver | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_174 | can i fly from boston to baltimore washington | ( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_188 | can you give me a list of the flights from atlanta to boston | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_194 | can you list all flights between milwaukee and chicago | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 chicago : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_196 | can you list all flights from chicago to milwaukee | ( lambda $0 e ( and ( flight $0 ) ( from $0 chicago : ci ) ( to $0 milwaukee : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_198 | can you list all flights from toronto to san diego | ( lambda $0 e ( and ( flight $0 ) ( from $0 toronto : ci ) ( to $0 san_diego : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_199 | can you list all flights from washington to toronto | ( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 toronto : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_200 | can you list all flights leaving from st. louis and arriving in milwaukee | ( lambda $0 e ( and ( flight $0 ) ( from $0 st_louis : ci ) ( to $0 milwaukee : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_201 | can you list all flights that depart from orlando to kansas city | ( lambda $0 e ( and ( flight $0 ) ( from $0 orlando : ci ) ( to $0 kansas_city : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_207 | can you list all the flights between phoenix and las vegas | ( lambda $0 e ( and ( flight $0 ) ( from $0 phoenix : ci ) ( to $0 las_vegas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_209 | can you list flights departing from las vegas and arriving in san diego | ( lambda $0 e ( and ( flight $0 ) ( from $0 las_vegas : ci ) ( to $0 san_diego : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_221 | can you show me flights from baltimore to dallas | ( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_228 | can you show me the flights from baltimore to dallas | ( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_246 | can you tell me what flights you have from baltimore to dallas | ( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_274 | could i have flight information on flights from pittsburgh to phoenix please | ( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 phoenix : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_275 | could i have flight information on flights from salt lake city to phoenix please | ( lambda $0 e ( and ( flight $0 ) ( from $0 salt_lake_city : ci ) ( to $0 phoenix : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_277 | could i have the flights from newark to orlando please | ( lambda $0 e ( and ( flight $0 ) ( from $0 newark : ci ) ( to $0 orlando : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_280 | could you give me a flight between pittsburgh and philadelphia | ( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_291 | could you please show me all flights from charlotte to milwaukee | ( lambda $0 e ( and ( flight $0 ) ( from $0 charlotte : ci ) ( to $0 milwaukee : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_292 | could you please show me all flights from milwaukee to montreal | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 montreal : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_298 | could you show me all flights from montreal to charlotte | ( lambda $0 e ( and ( flight $0 ) ( from $0 montreal : ci ) ( to $0 charlotte : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_299 | could you show me all the flights from oakland to salt lake city | ( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 salt_lake_city : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_359 | do you have a flight from atlanta to boston | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_361 | do you have a flight from boston to fort worth | ( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 fort_worth : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_367 | do you have a flight from salt lake city to st. petersburg | ( lambda $0 e ( and ( flight $0 ) ( from $0 salt_lake_city : ci ) ( to $0 st_petersburg : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_382 | do you have any flights from chicago to indianapolis | ( lambda $0 e ( and ( flight $0 ) ( from $0 chicago : ci ) ( to $0 indianapolis : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_498 | find me a flight from atlanta to baltimore | ( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_501 | find me a flight from cincinnati to any airport in the new york city area | ( lambda $0 e ( and ( flight $0 ) ( from $0 cincinnati : ci ) ( to $0 new_york : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_504 | find me a flight that flies from memphis to tacoma | ( lambda $0 e ( and ( flight $0 ) ( from $0 memphis : ci ) ( to $0 tacoma : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_505 | find me all the flights from milwaukee to st. louis | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 st_louis : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_551 | flight between st. petersburg and charlotte | ( lambda $0 e ( and ( flight $0 ) ( from $0 st_petersburg : ci ) ( to $0 charlotte : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_552 | flight from boston to baltimore | ( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_553 | flight from cleveland to nashville | ( lambda $0 e ( and ( flight $0 ) ( from $0 cleveland : ci ) ( to $0 nashville : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_555 | flight from dallas to milwaukee | ( lambda $0 e ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 milwaukee : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_558 | flight from denver to boston | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_559 | flight from denver to dallas fort worth | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_561 | flight from denver to philadelphia | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_562 | flight from denver to salt lake city | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 salt_lake_city : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_565 | flight from milwaukee to chicago | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 chicago : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_566 | flight from milwaukee to denver | ( lambda $0 e ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_567 | flight from nashville back to milwaukee | ( lambda $0 e ( and ( flight $0 ) ( from $0 nashville : ci ) ( to $0 milwaukee : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_568 | flight from nashville to cleveland | ( lambda $0 e ( and ( flight $0 ) ( from $0 nashville : ci ) ( to $0 cleveland : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_571 | flight from salt lake city to oakland california | ( lambda $0 e ( and ( flight $0 ) ( from $0 salt_lake_city : ci ) ( to $0 oakland : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_572 | flight from washington dc to salt lake city | ( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 salt_lake_city : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_574 | flight information from denver to san francisco | ( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.