qid stringlengths 6 9 | source stringlengths 6 259 | target stringlengths 6 409 | anonymized_target stringlengths 16 454 |
|---|---|---|---|
atis_809 | give me the flights and fares on december twenty seventh from orlando to indianapolis | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 orlando : ci ) ( to $0 indianapolis : ci ) ( day_number $0 27 : dn ) ( month $0 december : mn ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_843 | give me the flights on december twenty seventh with the fares from indianapolis to orlando | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ( day_number $0 27 : dn ) ( month $0 december : mn ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_845 | give me the flights with the fares from indianapolis to orlando on december twenty seventh | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ( day_number $0 27 : dn ) ( month $0 december : mn ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_846 | give me the flights with the fares on december twenty seventh from indianapolis to orlando | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ( day_number $0 27 : dn ) ( month $0 december : mn ) ( = ( fare $0 ) $1 ) ) ) ) | ( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ( = ( fare $0 ) $1 ) ) ) ) |
atis_449 | does us air have a flight from toronto to salt lake city monday may thirty first | ( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 toronto : ci ) ( to $0 salt_lake_city : ci ) ( day $0 monday : da ) ( day_number $0 31 : dn ) ( month $0 may : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_2603 | please list the american airlines flights from philadelphia to dallas on tuesday october first | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( day $0 tuesday : da ) ( day_number $0 1 : dn ) ( month $0 october : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_3903 | what are the flights from kansas city to burbank on saturday may twenty two on america west | ( lambda $0 e ( and ( flight $0 ) ( airline $0 hp : al ) ( from $0 kansas_city : ci ) ( to $0 burbank : ci ) ( day $0 saturday : da ) ( day_number $0 22 : dn ) ( month $0 may : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_3904 | what are the flights from kansas city to burbank on saturday may twenty two on southwest | ( lambda $0 e ( and ( flight $0 ) ( airline $0 wn : al ) ( from $0 kansas_city : ci ) ( to $0 burbank : ci ) ( day $0 saturday : da ) ( day_number $0 22 : dn ) ( month $0 may : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_4366 | what ground transportation is available in baltimore for the day after tomorrow | ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 baltimore : ci ) ( day_after_tomorrow $0 ) ) ) | ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ANON_ENTITY : ci ) ( day_after_tomorrow $0 ) ) ) |
atis_966 | how many flights arrive at general mitchell international | ( count $0 ( and ( flight $0 ) ( to $0 mke : ap ) ) ) | ( count $0 ( and ( flight $0 ) ( to $0 ANON_ENTITY : ap ) ) ) |
atis_1537 | i would like to find flights from minneapolis to long beach after 4 o'clock on monday june fourteenth please | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1600 : ti ) ( from $0 minneapolis : ci ) ( to $0 long_beach : ci ) ( day $0 monday : da ) ( day_number $0 14 : dn ) ( month $0 june : mn ) ) ) | ( 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 ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_4837 | what type of aircraft leaves from boston to washington dc at 9am during a weekday | ( lambda $0 e ( exists $1 ( and ( departure_time $1 900 : ti ) ( from $1 boston : ci ) ( to $1 washington : ci ) ( weekday $1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( departure_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( weekday $1 ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_550 | flight 417 from cincinnati to dallas | ( lambda $0 e ( and ( flight $0 ) ( flight_number $0 417 : fn ) ( from $0 cincinnati : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( flight_number $0 ANON_ENTITY : fn ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4549 | what is the earliest flight from denver to san francisco on the morning of august twenty seventh | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ( day_number $0 27 : dn ) ( month $0 august : mn ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ( departure_time $0 ) ) |
atis_146 | are there any nonstop flights from philadelphia to denver that arrive before 5pm | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) 1700 : ti ) ( from $0 philadelphia : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2210 | list nonstop flights from burbank to denver arriving by 6pm | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) 1800 : ti ) ( from $0 burbank : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2212 | list nonstop flights from houston to dallas which arrive before midnight | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) 0 : ti ) ( from $0 houston : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1017 | how much does it cost to go from downtown to logan airport | ( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 boston : ci ) ( from_airport $1 boston : ci ) ( = ( ground_fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 ANON_ENTITY : ci ) ( from_airport $1 ANON_ENTITY : ci ) ( = ( ground_fare $1 ) $0 ) ) ) ) |
atis_1038 | how much is the ground transportation between atlanta and downtown | ( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 atlanta : ci ) ( from_airport $1 atlanta : ci ) ( = ( ground_fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( ground_transport $1 ) ( to_city $1 ANON_ENTITY : ci ) ( from_airport $1 ANON_ENTITY : ci ) ( = ( ground_fare $1 ) $0 ) ) ) ) |
atis_1233 | i need to fly from boston to baltimore please give me the times of your flights in the morning before 8 o'clock | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) 800 : ti ) ( from $1 boston : ci ) ( to $1 baltimore : ci ) ( during_day $1 morning : pd ) ( = ( departure_time $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( during_day $1 ANON_ENTITY : pd ) ( = ( departure_time $1 ) $0 ) ) ) ) |
atis_755 | give me a list of airlines in pittsburgh | ( lambda $0 e ( and ( airline $0 ) ( services $0 pittsburgh : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ) ( services $0 ANON_ENTITY : ci ) ) ) |
atis_2090 | list all the airlines that service denver | ( lambda $0 e ( and ( airline $0 ) ( services $0 denver : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ) ( services $0 ANON_ENTITY : ci ) ) ) |
atis_4989 | which airlines serve atlanta | ( lambda $0 e ( and ( airline $0 ) ( services $0 atlanta : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ) ( services $0 ANON_ENTITY : ci ) ) ) |
atis_4990 | which airlines serve denver | ( lambda $0 e ( and ( airline $0 ) ( services $0 denver : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ) ( services $0 ANON_ENTITY : ci ) ) ) |
atis_4991 | which airlines serve pittsburgh | ( lambda $0 e ( and ( airline $0 ) ( services $0 pittsburgh : ci ) ) ) | ( lambda $0 e ( and ( airline $0 ) ( services $0 ANON_ENTITY : ci ) ) ) |
atis_4513 | what is the cost of united airlines flight 415 from chicago to kansas city thursday night | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ua : al ) ( flight_number $1 415 : fn ) ( during_day $1 late : pd ) ( from $1 chicago : ci ) ( to $1 kansas_city : ci ) ( day $1 thursday : da ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_4331 | what flights leave la guardia for san jose and arrive 10pm | ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 2200 : ti ) ( from $0 lga : ap ) ( to $0 san_jose : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1510 | i would like to book a flight for august twenty seventh with us air from baltimore to oakland what flights do you have available | ( lambda $0 e ( and ( flight $0 ) ( flight $0 ) ( airline $0 us : al ) ( from $0 baltimore : ci ) ( to $0 oakland : ci ) ( day_number $0 27 : dn ) ( month $0 august : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( 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_965 | how many flights are there between san francisco and philadelphia on august eighteenth | ( count $0 ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 philadelphia : ci ) ( day_number $0 18 : dn ) ( month $0 august : mn ) ) ) | ( count $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 ) ) ) |
atis_967 | how many flights come from denver to baltimore on july nineteenth | ( count $0 ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ( day_number $0 19 : dn ) ( month $0 july : mn ) ) ) | ( count $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 ) ) ) |
atis_980 | how many flights go from dallas to baltimore on july nineteenth | ( count $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( day_number $0 19 : dn ) ( month $0 july : mn ) ) ) | ( count $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 ) ) ) |
atis_997 | how many stops on continental 1765 from boston to san francisco | ( stops ( the $0 ( and ( flight $0 ) ( airline $0 co : al ) ( flight_number $0 1765 : fn ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ) ) | ( stops ( the $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) ) |
atis_2143 | list flights from charlotte on saturday afternoon | ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon : pd ) ( from $0 charlotte : ci ) ( day $0 saturday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_517 | find me the flights that are nonstop between boston and dallas that leave between 12 and 2 in the afternoon | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( < ( departure_time $0 ) 1400 : ti ) ( from $0 boston : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2459 | on the earliest flight from san francisco to atlanta on delta is a meal being served | ( has_meal ( argmin $0 ( and ( flight $0 ) ( airline $0 dl : al ) ( from $0 san_francisco : ci ) ( to $0 atlanta : ci ) ) ( departure_time $0 ) ) ) | ( has_meal ( argmin $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) ) |
atis_3616 | show me times for coach flights between boston and baltimore on wednesday | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach : cl ) ( from $1 boston : ci ) ( to $1 baltimore : ci ) ( day $1 wednesday : da ) ( = ( departure_time $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( = ( departure_time $1 ) $0 ) ) ) ) |
atis_3843 | what are the fares for flights between atlanta and dfw provided by american airlines | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( from $1 atlanta : ci ) ( to $1 dfw : ap ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ap ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_3844 | what are the fares for flights between atlanta and dfw provided by delta airlines | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( from $1 atlanta : ci ) ( to $1 dfw : ap ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ap ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_1033 | how much is an economy ticket from washington to san francisco on september thirtieth | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 washington : ci ) ( to $1 san_francisco : ci ) ( day_number $1 30 : dn ) ( month $1 september : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_899 | hi i need to go from cincinnati to san jose california after 6pm on saturday | ( lambda $0 e ( and ( > ( departure_time $0 ) 1800 : ti ) ( from $0 cincinnati : ci ) ( to $0 san_jose : ci ) ( day $0 saturday : da ) ) ) | ( 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 ) ) ) |
atis_2172 | list flights from oakland to salt lake city before 6am thursday morning | ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 600 : ti ) ( from $0 oakland : ci ) ( to $0 salt_lake_city : ci ) ( day $0 thursday : da ) ( during_day $0 morning : 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_1969 | last nonstop flight from los angeles to pittsburgh on monday night | ( argmax $0 ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 late : pd ) ( from $0 los_angeles : ci ) ( to $0 pittsburgh : ci ) ( day $0 monday : da ) ) ( departure_time $0 ) ) | ( argmax $0 ( and ( flight $0 ) ( nonstop $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( departure_time $0 ) ) |
atis_794 | give me the cheapest one way flights between boston and philadelphia which arrive after noon on a tuesday | ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( arrival_time $0 ) 1200 : ti ) ( from $0 boston : ci ) ( to $0 philadelphia : ci ) ( day $0 tuesday : da ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ( fare $0 ) ) |
atis_3365 | show me the first class and coach flights between jfk and orlando | ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first : cl ) ( class_type $0 coach : cl ) ) ( from $0 jfk : ap ) ( to $0 orlando : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 ANON_ENTITY : cl ) ( class_type $0 ANON_ENTITY : cl ) ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3366 | show me the first class and coach flights from jfk to miami | ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first : cl ) ( class_type $0 coach : cl ) ) ( from $0 jfk : ap ) ( to $0 miami : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 ANON_ENTITY : cl ) ( class_type $0 ANON_ENTITY : cl ) ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3367 | show me the first class and coach flights from kennedy airport to miami | ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first : cl ) ( class_type $0 coach : cl ) ) ( from $0 jfk : ap ) ( to $0 miami : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 ANON_ENTITY : cl ) ( class_type $0 ANON_ENTITY : cl ) ) ( from $0 ANON_ENTITY : ap ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1386 | i want to travel from kansas city to chicago round trip leaving wednesday june sixteenth arriving in chicago at around 7 o'clock in the evening and returning the next day arriving in kansas city at around 7 o'clock in the evening which airlines fly that route | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( approx_arrival_time $1 1900 : ti ) ( from $1 kansas_city : ci ) ( to $1 chicago : ci ) ( day $1 wednesday : da ) ( month $1 june : mn ) ( day_number $1 16 : dn ) ( = ( airline : e $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( approx_arrival_time $1 ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $1 ANON_ENTITY : da ) ( month $1 ANON_ENTITY : mn ) ( day_number $1 ANON_ENTITY : dn ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) ) |
atis_63 | all northwest flights with stopovers in denver | ( lambda $0 e ( and ( flight $0 ) ( airline $0 nw : al ) ( stop $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) ) |
atis_77 | all united airlines flights with stopovers in denver | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( stop $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) ) |
atis_2363 | northwest flights with stops in denver | ( lambda $0 e ( and ( flight $0 ) ( airline $0 nw : al ) ( stop $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) ) |
atis_3531 | show me the flights on delta that go through atlanta | ( lambda $0 e ( and ( flight $0 ) ( airline $0 dl : al ) ( stop $0 atlanta : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) ) |
atis_3692 | united airlines flights stopping in denver | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( stop $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) ) |
atis_4803 | what northwest flights stop in denver | ( lambda $0 e ( and ( flight $0 ) ( airline $0 nw : al ) ( stop $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) ) |
atis_4858 | what united airlines flights go through denver | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( stop $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) ) |
atis_5024 | which united airlines flights go through denver | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( stop $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( stop $0 ANON_ENTITY : ci ) ) ) |
atis_1277 | i want a flight from denver to pittsburgh then from pittsburgh to atlanta then from atlanta back to pittsburgh back to denver | ( lambda $0 e ( lambda $1 e ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( from $1 pittsburgh : ci ) ( to $1 atlanta : ci ) ( from $2 atlanta : ci ) ( stop $2 pittsburgh : ci ) ( to $2 denver : ci ) ) ) ) ) | ( lambda $0 e ( lambda $1 e ( lambda $2 e ( and ( flight $0 ) ( flight $1 ) ( flight $2 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( from $2 ANON_ENTITY : ci ) ( stop $2 ANON_ENTITY : ci ) ( to $2 ANON_ENTITY : ci ) ) ) ) ) |
atis_1062 | i need a connecting flight on continental on june fifth from chicago to seattle | ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( airline $0 co : al ) ( from $0 chicago : ci ) ( to $0 seattle : ci ) ( day_number $0 5 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( connecting $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_1853 | information on first class round trip from pittsburgh to san francisco | ( lambda $0 e ( and ( round_trip $0 ) ( class_type $0 first : cl ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( round_trip $0 ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_112 | are there any direct flights from atlanta to philadelphia arriving in philadelphia about 12 noon | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1200 : ti ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_485 | find a nonstop flight between boston and washington arriving in washington around 5pm | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1700 : ti ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1413 | i would like a flight from nashville to st. louis that arrives in st. louis around 6pm and is nonstop | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1800 : ti ) ( from $0 nashville : ci ) ( to $0 st_louis : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1650 | i'd like a nonstop flight from atlanta to baltimore that gets in around 7pm | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1900 : ti ) ( from $0 atlanta : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1879 | is there a direct flight from atlanta to philadelphia that arrives in philadelphia around 12 noon | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 1200 : ti ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( approx_arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_31 | all flights from boston to washington dc on november eleventh before 10am | ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1000 : ti ) ( from $0 boston : ci ) ( to $0 washington : ci ) ( day_number $0 11 : dn ) ( month $0 november : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_116 | are there any flights before 12 noon on june fifteenth from long beach to columbus | ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 1200 : ti ) ( from $0 long_beach : ci ) ( to $0 columbus : ci ) ( day_number $0 15 : dn ) ( month $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_number $0 ANON_ENTITY : dn ) ( month $0 ANON_ENTITY : mn ) ) ) |
atis_1769 | i'd like to leave atlanta in the afternoon and arrive in philadelphia at 5pm | ( lambda $0 e ( and ( arrival_time $0 1700 : ti ) ( during_day $0 afternoon : pd ) ( from $0 atlanta : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( arrival_time $0 ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4000 | what do you have tomorrow after 5 o'clock from atlanta to san francisco | ( lambda $0 e ( and ( > ( departure_time $0 ) 1700 : ti ) ( from $0 atlanta : ci ) ( to $0 san_francisco : ci ) ( tomorrow $0 ) ) ) | ( lambda $0 e ( and ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ) |
atis_1801 | i'm going to leave philadelphia and i want to go to san francisco and i want to fly first class american and i want a stop in dallas can you please tell me what type of aircraft you will be flying | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( class_type $1 first : cl ) ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( stop $1 dallas : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( stop $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_4767 | what kind of aircraft is used on the first class american airlines flight from philadelphia to san francisco stopping in dallas | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( class_type $1 first : cl ) ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( stop $1 dallas : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( stop $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_4768 | what kind of aircraft is used on the first class american airlines flight from philadelphia to san francisco with a dallas stopover | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( class_type $1 first : cl ) ( from $1 philadelphia : ci ) ( to $1 san_francisco : ci ) ( stop $1 dallas : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( stop $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_1330 | i want to fly from boston at 838am and arrive in denver at 1110 in the morning | ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 838 : ti ) ( arrival_time $0 1110 : ti ) ( from $0 boston : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ANON_ENTITY : ti ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1414 | i would like a flight from oakland to philadelphia at one in the afternoon arriving at 5pm | ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 1300 : ti ) ( arrival_time $0 1700 : ti ) ( from $0 oakland : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ANON_ENTITY : ti ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4091 | what flights are available from boston to washington late monday evening or early tuesday morning | ( lambda $0 e ( and ( flight $0 ) ( or ( and ( during_day $0 late_evening : pd ) ( day $0 monday : da ) ) ( and ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( day $0 tuesday : da ) ) ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( or ( and ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ( and ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( day $0 ANON_ENTITY : da ) ) ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_767 | give me all the flights from new york to miami round trip with costs less than 466 dollars | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( fare $0 ) 466 : do ) ( from $0 new_york : ci ) ( to $0 miami : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( fare $0 ) ANON_ENTITY : do ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3462 | show me the flights from indianapolis to orlando with round trip fares less than 1288 | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( fare $0 ) 1288 : do ) ( from $0 indianapolis : ci ) ( to $0 orlando : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( fare $0 ) ANON_ENTITY : do ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3854 | what are the flight numbers of the flights which go from san francisco to washington via indianapolis | ( lambda $0 e ( exists $1 ( and ( from $1 san_francisco : ci ) ( to $1 washington : ci ) ( stop $1 indianapolis : ci ) ( = ( flight_number $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( stop $1 ANON_ENTITY : ci ) ( = ( flight_number $1 ) $0 ) ) ) ) |
atis_4769 | what kind of aircraft will i be flying on if i take a first class american airlines flight from philadelphia to dallas | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( class_type $1 first : cl ) ( from $1 philadelphia : ci ) ( to $1 dallas : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( class_type $1 ANON_ENTITY : cl ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_4677 | what is the latest us air flight leaving philadelphia and returning to boston | ( argmax $0 ( and ( flight $0 ) ( airline $0 us : al ) ( from $0 philadelphia : ci ) ( to $0 boston : ci ) ) ( departure_time $0 ) ) | ( argmax $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
atis_1032 | how much is a us air boston to pittsburgh daily nonstop flight | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( daily $1 ) ( airline $1 us : al ) ( from $1 boston : ci ) ( to $1 pittsburgh : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( nonstop $1 ) ( daily $1 ) ( airline $1 ANON_ENTITY : al ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_2604 | please list the cheapest flight from dallas to baltimore arriving on may seventh | ( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( month_arrival $0 may : mn ) ( day_number_arrival $0 7 : dn ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( month_arrival $0 ANON_ENTITY : mn ) ( day_number_arrival $0 ANON_ENTITY : dn ) ) ( fare $0 ) ) |
atis_2605 | please list the cheapest flights from dallas to baltimore arriving on may seventh | ( argmin $0 ( and ( flight $0 ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ( month_arrival $0 may : mn ) ( day_number_arrival $0 7 : dn ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( month_arrival $0 ANON_ENTITY : mn ) ( day_number_arrival $0 ANON_ENTITY : dn ) ) ( fare $0 ) ) |
atis_996 | how many stops are on all flights from boston to san francisco that depart before 12 o'clock noon | ( sum $0 ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( < ( departure_time $0 ) 1200 : ti ) ) ( stops $0 ) ) | ( sum $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ) ( stops $0 ) ) |
atis_1881 | is there a fare from pittsburgh to cleveland under 200 dollars | ( lambda $0 e ( and ( < ( fare $0 ) 200 : do ) ( exists $1 ( and ( = ( fare $1 ) $0 ) ( from $1 pittsburgh : ci ) ( to $1 cleveland : ci ) ) ) ) ) | ( lambda $0 e ( and ( < ( fare $0 ) ANON_ENTITY : do ) ( exists $1 ( and ( = ( fare $1 ) $0 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ) ) ) |
atis_2939 | show me all flights from oakland to philadelphia on saturday which serve a meal and arrive in philadelphia before noon | ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) 1200 : ti ) ( from $0 oakland : ci ) ( to $0 philadelphia : ci ) ( day $0 saturday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_2946 | show me all flights from philadelphia to boston on monday which serve a meal and arrive before noon | ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) 1200 : ti ) ( from $0 philadelphia : ci ) ( to $0 boston : ci ) ( day $0 monday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_2990 | show me all flights on thursday from atlanta to oakland which arrive in oakland before 5 o'clock pm and serve a meal | ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) 1700 : ti ) ( from $0 atlanta : ci ) ( to $0 oakland : ci ) ( day $0 thursday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_3724 | what airline is dl 98 | ( airline_name ( the $0 ( and ( flight $0 ) ( airline $0 dl : al ) ( flight_number $0 98 : fn ) ) ) ) | ( airline_name ( the $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ) ) ) |
atis_1009 | how much does it cost to fly eastern airlines from atlanta to boston | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ea : al ) ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_1013 | how much does it cost to fly on american from dallas to baltimore | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 aa : al ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_1014 | how much does it cost to fly on delta from dallas to baltimore | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_2242 | list the fares of midway airlines flights from boston to philadelphia | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ml : al ) ( from $1 boston : ci ) ( to $1 philadelphia : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_2243 | list the fares of the delta airlines flights from boston to philadelphia | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( from $1 boston : ci ) ( to $1 philadelphia : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_2244 | list the fares of us air flights from boston to philadelphia | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 us : al ) ( from $1 boston : ci ) ( to $1 philadelphia : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_3361 | show me the fares for delta flights from dallas to san francisco | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( from $1 dallas : ci ) ( to $1 san_francisco : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_4029 | what does it cost to fly from boston to oakland on united airlines | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ua : al ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_4429 | what is the airfare for flights from denver to pittsburgh on delta airline | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 dl : al ) ( from $1 denver : ci ) ( to $1 pittsburgh : ci ) ( = ( fare $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 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_1607 | i would like to see the economy fares for denver to philadelphia | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 denver : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_1608 | i would like to see the economy fares for pittsburgh to philadelphia | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 pittsburgh : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_1777 | i'd like to see all the economy fares from baltimore to philadelphia | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 baltimore : ci ) ( to $1 philadelphia : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_2867 | show me all economy prices from dallas to baltimore | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 dallas : ci ) ( to $1 baltimore : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( economy $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.