qid stringlengths 6 9 | source stringlengths 6 259 | target stringlengths 6 409 | anonymized_target stringlengths 16 454 |
|---|---|---|---|
atis_527 | find the flights from boston to san francisco leaving after 6pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_528 | find the flights leaving dallas and going to san francisco that leave after 5pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 dallas : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_616 | flights from cincinnati to dallas departing after 718am | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 718 : ti ) ( from $0 cincinnati : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_618 | flights from cincinnati to los angeles departing after 718am | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 718 : ti ) ( from $0 cincinnati : ci ) ( to $0 los_angeles : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_634 | flights from houston to los angeles departing after 1026 | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2226 : ti ) ( from $0 houston : ci ) ( to $0 los_angeles : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_896 | hello i'm trying to find a flight that goes from pittsburgh to denver after 2pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1400 : ti ) ( from $0 pittsburgh : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1055 | i like to see the information for flights from pittsburgh to san francisco leaving pittsburgh after 12pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1200 : ti ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1082 | i need a flight from cincinnati to san jose leaving after 6 in the evening | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 cincinnati : ci ) ( to $0 san_jose : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1122 | i need a flight from pittsburgh to new york departing after 5pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 pittsburgh : ci ) ( to $0 new_york : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1128 | i need a flight from san francisco to boston that leaves after 10pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2200 : ti ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1129 | i need a flight from san francisco to boston that leaves after 7am | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 700 : ti ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1130 | i need a flight from san francisco to boston that leaves after 8pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2000 : ti ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1272 | i want a flight from atlanta to washington that leaves after 3pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1500 : ti ) ( from $0 atlanta : ci ) ( to $0 washington : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_1746 | i'd like to go from boston to atlanta sometime after 5pm can you tell me the flights that could do that for me | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 boston : ci ) ( to $0 atlanta : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2185 | list flights from pittsburgh to boston leaving after 3 in the afternoon | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1500 : ti ) ( from $0 pittsburgh : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2193 | list flights from tampa to cincinnati after 3pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1500 : ti ) ( from $0 tampa : ci ) ( to $0 cincinnati : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2636 | please list the flights leaving from st. louis to st. paul after 10am | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1000 : ti ) ( from $0 st_louis : ci ) ( to $0 st_paul : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3196 | show me flights from san francisco to denver after 4pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1600 : ti ) ( from $0 san_francisco : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3202 | show me flights from seattle to san francisco that leave after 5pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 seattle : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3455 | show me the flights from denver to san diego leaving after 5pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 denver : ci ) ( to $0 san_diego : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3507 | show me the flights from san francisco to newark that leave after 11pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2300 : ti ) ( from $0 san_francisco : ci ) ( to $0 newark : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3514 | show me the flights from tacoma to miami after 6pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 tacoma : ci ) ( to $0 miami : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3516 | show me the flights from toronto to salt lake city which leave toronto after 6pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 toronto : ci ) ( to $0 salt_lake_city : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3650 | tell me about flights from toronto to salt lake city leaving after 530pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1730 : ti ) ( from $0 toronto : ci ) ( to $0 salt_lake_city : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3858 | what are the flights available after 3pm between denver and san francisco | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1500 : ti ) ( from $0 denver : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3859 | what are the flights available after 6pm between san francisco and boston | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3863 | what are the flights between cincinnati and san jose california which leave after 6pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 cincinnati : ci ) ( to $0 san_jose : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4181 | what flights can i find from pittsburgh to san francisco after 9am | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 900 : ti ) ( from $0 pittsburgh : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4216 | what flights from boston to pittsburgh after 723pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1923 : ti ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4233 | what flights from kansas city to denver after 845 in the morning | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 845 : ti ) ( from $0 kansas_city : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4245 | what flights from new york to los angeles after 10am | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1000 : ti ) ( from $0 new_york : ci ) ( to $0 los_angeles : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4252 | what flights from pittsburgh to newark after 1020pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2220 : ti ) ( from $0 pittsburgh : ci ) ( to $0 newark : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4276 | what flights go from boston to pittsburgh after 1205 in the afternoon | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1205 : ti ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4284 | what flights go from dallas to denver after 3pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1500 : ti ) ( from $0 dallas : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4285 | what flights go from dallas to denver leaving after 3pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1500 : ti ) ( from $0 dallas : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4293 | what flights go from newark to boston after 1024 in the morning | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1024 : ti ) ( from $0 newark : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4294 | what flights go from newark to boston after 5pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1700 : ti ) ( from $0 newark : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4301 | what flights go from pittsburgh to denver after 2pm | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1400 : ti ) ( from $0 pittsburgh : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4302 | what flights go from pittsburgh to newark after 305 in the afternoon | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1505 : ti ) ( from $0 pittsburgh : ci ) ( to $0 newark : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4303 | what flights go from pittsburgh to newark after 823 in the morning | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 823 : ti ) ( from $0 pittsburgh : ci ) ( to $0 newark : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4304 | what flights go from san francisco to boston and leave after 1 o'clock | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1300 : ti ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4313 | what flights leave after 7pm from boston to pittsburgh | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1900 : ti ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4314 | what flights leave after 7pm from philadelphia to boston | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1900 : ti ) ( from $0 philadelphia : ci ) ( to $0 boston : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4315 | what flights leave after 7pm from pittsburgh to philadelphia | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1900 : ti ) ( from $0 pittsburgh : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4339 | what flights leave san francisco after 8pm and go to dallas fort worth | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 2000 : ti ) ( from $0 san_francisco : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4344 | what flights leaving pittsburgh arrive in denver and leave after say 6 o'clock at night | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) 1800 : ti ) ( from $0 pittsburgh : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3642 | sure i'd like to determine what aircraft are use on july seventh leaving from boston and arriving in atlanta on july seventh | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 atlanta : ci ) ( day_number $1 7 : dn ) ( month $1 july : mn ) ( day_number_arrival $1 7 : dn ) ( arrival_month $1 july : mn ) ( = ( aircraft_code $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( day_number_arrival $1 ANON_ENTITY : dn ) ( arrival_month $1 ANON_ENTITY : mn ) ( = ( aircraft_code $1 ) $0 ) ) ) ) |
atis_2860 | show me all connecting flights on united airlines between boston and san francisco | ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( airline $0 ua : al ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_5025 | which united flights from boston to san francisco make connections | ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( airline $0 ua : al ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4617 | what is the first flight from boston to atlanta and what is the last flight from atlanta to boston | ( lambda $0 e ( or ( equals $0 ( argmin $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 atlanta : ci ) ) ( departure_time $1 ) ) ) ( equals $0 ( argmax $1 ( and ( flight $1 ) ( to $1 boston : ci ) ( from $1 atlanta : ci ) ) ( departure_time $1 ) ) ) ) ) | ( lambda $0 e ( or ( equals $0 ( argmin $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ) ( departure_time $1 ) ) ) ( equals $0 ( argmax $1 ( and ( flight $1 ) ( to $1 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ) ( departure_time $1 ) ) ) ) ) |
atis_2396 | okay and on may four i would like to go from atlanta to denver leaving early in the morning around 8 | ( lambda $0 e ( and ( from $0 atlanta : ci ) ( approx_departure_time $0 800 : ti ) ( during_day $0 morning : pd ) ( during_day $0 early : pd ) ( to $0 denver : ci ) ( month $0 may : mn ) ( day_number $0 4 : dn ) ) ) | ( lambda $0 e ( and ( from $0 ANON_ENTITY : ci ) ( approx_departure_time $0 ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( to $0 ANON_ENTITY : ci ) ( month $0 ANON_ENTITY : mn ) ( day_number $0 ANON_ENTITY : dn ) ) ) |
atis_2278 | list the flights that leave from philadelphia to atlanta early thursday morning before 8am | ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) 800 : ti ) ( during_day $0 early : pd ) ( during_day $0 morning : pd ) ( from $0 philadelphia : ci ) ( to $0 atlanta : ci ) ( day $0 thursday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( during_day $0 ANON_ENTITY : pd ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_897 | hi could i get a one way ticket from milwaukee to orlando | ( lambda $0 e ( and ( oneway $0 ) ( from $0 milwaukee : ci ) ( to $0 orlando : ci ) ) ) | ( lambda $0 e ( and ( oneway $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_400 | does any airline have a jet flight between pittsburgh and baltimore | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( jet $1 ) ( from $1 pittsburgh : ci ) ( to $1 baltimore : ci ) ( = ( airline : e $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( jet $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( ANON_ENTITY : e $1 ) $0 ) ) ) ) |
atis_4423 | what is sa | sa : dc | ANON_ENTITY : dc |
atis_94 | an american airlines flight first class from philadelphia to dallas | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_267 | coach class flights on twa from columbus to st. paul | ( lambda $0 e ( and ( flight $0 ) ( airline $0 tw : al ) ( class_type $0 coach : cl ) ( from $0 columbus : ci ) ( to $0 st_paul : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_445 | does united airlines provide any first class flights from denver to baltimore | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_773 | give me flights from baltimore to denver on united that offer first class | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( from $0 baltimore : ci ) ( to $0 denver : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2541 | please give me the united airlines flights from denver to baltimore that are the first class flights please | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2547 | please list all first class flights on united from denver to baltimore | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( from $0 denver : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2804 | show flights first class on american airlines between dallas and philadelphia | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( from $0 dallas : ci ) ( to $0 philadelphia : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2806 | show flights first class on american from philadelphia to dallas fort worth | ( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( class_type $0 first : cl ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_4230 | what flights from kansas city to chicago arrive at chicago at 7pm next wednesday | ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 1900 : ti ) ( from $0 kansas_city : ci ) ( to $0 chicago : ci ) ( day_arrival $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) ) |
atis_4386 | what is a flight that goes from baltimore to san francisco and arrives at san francisco at 8pm on a friday | ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 2000 : ti ) ( from $0 baltimore : ci ) ( to $0 san_francisco : ci ) ( day_arrival $0 friday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( arrival_time $0 ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day_arrival $0 ANON_ENTITY : da ) ) ) |
atis_3217 | show me flights on wednesday morning boston to denver for united airlines first class | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( class_type $0 first : cl ) ( during_day $0 morning : pd ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day $0 wednesday : da ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) ) |
atis_3265 | show me round trip fares from las vegas to houston nonstop | ( lambda $0 e ( exists $1 ( and ( nonstop $1 ) ( round_trip $1 ) ( from $1 las_vegas : ci ) ( to $1 houston : ci ) ( = ( fare $1 ) $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( nonstop $1 ) ( round_trip $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_3315 | show me the cheapest flights round trip from new york to san jose arriving in san jose before 7pm | ( argmin $0 ( and ( flight $0 ) ( < ( arrival_time $0 ) 1900 : ti ) ( from $0 new_york : ci ) ( to $0 san_jose : ci ) ( round_trip $0 ) ) ( fare $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) ) |
atis_3252 | show me one way flights from indianapolis to memphis before 10am on any day | ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( < ( departure_time $0 ) 1000 : ti ) ( from $0 indianapolis : ci ) ( to $0 memphis : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3258 | show me one way flights from tampa to st. louis departing before 10am | ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( < ( departure_time $0 ) 1000 : ti ) ( from $0 tampa : ci ) ( to $0 st_louis : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_3382 | show me the flights arriving in baltimore on june fifteenth leaving either from denver or dallas | ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 denver : ci ) ( from $0 dallas : ci ) ) ( to $0 baltimore : ci ) ( day_number_arrival $0 15 : dn ) ( month_arrival $0 june : mn ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ) ( to $0 ANON_ENTITY : ci ) ( day_number_arrival $0 ANON_ENTITY : dn ) ( month_arrival $0 ANON_ENTITY : mn ) ) ) |
atis_2214 | list nonstop flights from san francisco to oakland that depart in the afternoon | ( lambda $0 e ( and ( during_day $0 afternoon : pd ) ( to $0 oakland : ci ) ( from $0 san_francisco : ci ) ( flight $0 ) ( nonstop $0 ) ) ) | ( lambda $0 e ( and ( during_day $0 ANON_ENTITY : pd ) ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( flight $0 ) ( nonstop $0 ) ) ) |
atis_4486 | what is the cheapest round trip fare on continental 1291 round trip denver san francisco | ( min $0 ( exists $1 ( and ( airline $1 co : al ) ( flight_number $1 1291 : fn ) ( from $1 denver : ci ) ( to $1 san_francisco : ci ) ( round_trip $1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( airline $1 ANON_ENTITY : al ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( round_trip $1 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) ) |
atis_4659 | what is the latest flight from milwaukee to seattle tomorrow | ( argmax $0 ( and ( flight $0 ) ( from $0 milwaukee : ci ) ( to $0 seattle : ci ) ( tomorrow $0 ) ) ( departure_time $0 ) ) | ( argmax $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( tomorrow $0 ) ) ( departure_time $0 ) ) |
atis_4130 | what flights are there available from philadelphia to denver on wednesday with economy class | ( lambda $0 e ( and ( economy $0 ) ( day $0 wednesday : da ) ( to $0 denver : ci ) ( from $0 philadelphia : ci ) ( flight $0 ) ) ) | ( lambda $0 e ( and ( economy $0 ) ( day $0 ANON_ENTITY : da ) ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( flight $0 ) ) ) |
atis_430 | does midwest express serve baltimore | ( services yx : al baltimore : ci ) | ( services ANON_ENTITY : al ANON_ENTITY : ci ) |
atis_431 | does midwest express serve charlotte | ( services yx : al charlotte : ci ) | ( services ANON_ENTITY : al ANON_ENTITY : ci ) |
atis_432 | does midwest express serve cleveland | ( services yx : al cleveland : ci ) | ( services ANON_ENTITY : al ANON_ENTITY : ci ) |
atis_433 | does midwest express serve indianapolis | ( services yx : al indianapolis : ci ) | ( services ANON_ENTITY : al ANON_ENTITY : ci ) |
atis_434 | does midwest express serve montreal | ( services yx : al montreal : ci ) | ( services ANON_ENTITY : al ANON_ENTITY : ci ) |
atis_435 | does midwest express serve nashville | ( services yx : al nashville : ci ) | ( services ANON_ENTITY : al ANON_ENTITY : ci ) |
atis_436 | does midwest express serve philadelphia | ( services yx : al philadelphia : ci ) | ( services ANON_ENTITY : al ANON_ENTITY : ci ) |
atis_2408 | okay i need to see economy flights on united between dallas and baltimore | ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( airline $0 ua : al ) ( from $0 dallas : ci ) ( to $0 baltimore : ci ) ) ) | ( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ) |
atis_2294 | list the total number of flights between all airports by delta | ( count $0 ( and ( flight $0 ) ( airline $0 dl : al ) ) ) | ( count $0 ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ) ) |
atis_252 | cheapest fare from indianapolis to orlando on the twenty seventh of december | ( min $0 ( exists $1 ( and ( from $1 indianapolis : ci ) ( to $1 orlando : ci ) ( day_number $1 27 : dn ) ( month $1 december : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( 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_306 | could you tell me the cheapest fare from atlanta to boston on thirty first of august | ( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 boston : ci ) ( day_number $1 31 : dn ) ( month $1 august : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( 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_853 | give me the lowest fare from atlanta to denver on may seventh please | ( min $0 ( exists $1 ( and ( from $1 atlanta : ci ) ( to $1 denver : ci ) ( day_number $1 7 : dn ) ( month $1 may : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( 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_1052 | i am looking for the cheapest fare from indianapolis to orlando on december twenty seventh | ( min $0 ( exists $1 ( and ( from $1 indianapolis : ci ) ( to $1 orlando : ci ) ( day_number $1 27 : dn ) ( month $1 december : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( 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_4449 | what is the cheapest fare from washington to san francisco leaving on september thirtieth | ( min $0 ( exists $1 ( and ( from $1 washington : ci ) ( to $1 san_francisco : ci ) ( day_number $1 30 : dn ) ( month $1 september : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( 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_4681 | what is the least expensive fare from baltimore to san francisco leaving on september thirtieth | ( min $0 ( exists $1 ( and ( from $1 baltimore : ci ) ( to $1 san_francisco : ci ) ( day_number $1 30 : dn ) ( month $1 september : mn ) ( = ( fare $1 ) $0 ) ) ) ) | ( min $0 ( exists $1 ( and ( 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_4944 | where do the flights from boston to oakland stop | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( stop $1 $0 ) ) ) ) | ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( stop $1 $0 ) ) ) ) |
atis_1240 | i need to fly from nashville to tacoma first thing in the morning what is there | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 nashville : ci ) ( to $0 tacoma : ci ) ) ( departure_time $0 ) ) | ( 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_1624 | i'd like a flight from baltimore to boston as early in the morning as i can | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 baltimore : ci ) ( to $0 boston : ci ) ) ( departure_time $0 ) ) | ( 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_1684 | i'd like the first flight in the morning from boston to washington | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) ( departure_time $0 ) ) | ( 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_4562 | what is the earliest flight in the morning from boston to pittsburgh | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ) ( departure_time $0 ) ) | ( 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_4563 | what is the earliest flight in the morning leaving boston for baltimore | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ) ( departure_time $0 ) ) | ( 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_4564 | what is the earliest flight in the morning to arrive in baltimore from boston | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 boston : ci ) ( to $0 baltimore : ci ) ) ( departure_time $0 ) ) | ( 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_4581 | what is the earliest morning flight from san francisco to boston | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ) ( departure_time $0 ) ) | ( 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_4582 | what is the earliest morning flight leaving boston for washington | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 boston : ci ) ( to $0 washington : ci ) ) ( departure_time $0 ) ) | ( 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_4757 | what is your earliest morning flight from indianapolis to charlotte | ( argmin $0 ( and ( flight $0 ) ( during_day $0 morning : pd ) ( from $0 indianapolis : ci ) ( to $0 charlotte : ci ) ) ( departure_time $0 ) ) | ( argmin $0 ( and ( flight $0 ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.