question_id
stringlengths 11
60
| question_text
stringlengths 7
294
| decomposition
stringlengths 13
606
| operators
stringlengths 10
260
| split
stringclasses 1
value |
---|---|---|---|---|
ATIS_train_1097 | show me the cheapest round trip fare from baltimore to dallas | return flights ;return #1 that are round trip ;return #2 from baltimore ;return #3 to dallas ;return #4 that is the cheapest | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1098 | what flights from san jose to dallas on friday afternoon | return flights ;return #1 from san jose ;return #2 to dallas ;return #3 on friday ;return #4 in afternoon | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1099 | i want to go between boston and washington early in the morning | return flights ;return #1 between boston and washington ;return #2 that are early in the morning | ['select', 'filter', 'filter'] | train |
ATIS_train_11 | i would like a us air flight from toronto to san diego with a stopover in denver please | return flights ;return #1 on us air ;return #2 from toronto ;return #3 to san diego ;return #4 with a stopover in denver | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_110 | what do you have going from atlanta to philadelphia serving breakfast | return flights ;return #1 from atlanta ;return #2 to philadelphia ;return #3 serving breakfast | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1100 | are there any turboprop flights from pittsburgh to baltimore on december seventeenth | return flights ;return #1 on turboprop ;return #2 from pittsburgh ;return #3 to baltimore ;return #4 on december seventeenth ;return are there any #5 | ['select', 'filter', 'filter', 'filter', 'filter', 'boolean'] | train |
ATIS_train_1101 | what are the latest flights that i can take from baltimore to boston | return flights ;return #1 from baltimore to boston ;return latest #2 | ['select', 'filter', 'project'] | train |
ATIS_train_1102 | from kansas city to salt lake city on delta arrive around 8pm tomorrow | return flights ;return #1 on delta ;return #2 from kansas city ;return #3 to salt lake city ;return #4 that arrive tomorrow ;return #5 on 8pm | ['select', 'filter', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1103 | list ground transportation in detroit | return ground transportation ;return #1 in detroit | ['select', 'filter'] | train |
ATIS_train_1105 | please list all flights that leave denver before noon on northwest airlines | return all flights ;return #1 on northwest airlines ;return #2 that leave denver ;return #3 before noon | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1106 | i want a flight from milwaukee to orlando one way leaving after 5pm on wednesday | return flights ;return #1 from milwaukee ;return #2 to orlando ;return #3 that leave after 5pm ;return #4 on wednesday | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1107 | i need a flight from ontario to los angeles on a thursday | return flights ;return #1 from ontario ;return #2 to los angeles ;return #3 on a thursday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1108 | i would like a flight leaving from washington to boston at 110pm on august twentieth | return flights ;return #1 from washington ;return #2 to boston ;return #3 leaving at 110pm ;return #4 on august twentieth | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1109 | what are the fares from newark to la monday and wednesday | return flights ;return #1 from newark ;return #2 to la ;return #3 on monday ;return #3 on wednesday ;return #4 , #5 ;return fares of #6 | ['select', 'filter', 'filter', 'filter', 'filter', 'union', 'project'] | train |
ATIS_train_111 | list flights from pittsburgh to baltimore on thursday morning nonstop | return flights ;return #1 from pittsburgh ;return #2 to baltimore ;return #3 on thursday morning ;return #4 that is nonstop | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1110 | from las vegas to phoenix | return flights ;return #1 from las vegas ;return #2 to phoenix | ['select', 'filter', 'filter'] | train |
ATIS_train_1111 | fly from dallas to baltimore | return flights ;return #1 from dallas ;return #2 to baltimore | ['select', 'filter', 'filter'] | train |
ATIS_train_1112 | could you please find me the cheapest one way fare from boston to philadelphia | return fares ;return #1 from boston ;return #2 to philadelphia ;return #3 that is one way ;return cheapest #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1113 | oh let's see does eastern airline have a flight from atlanta to washington | return flights ;return #1 on eastern airlines ;return #2 from atlanta ;return #3 to washington ;return are there any #4 | ['select', 'filter', 'filter', 'filter', 'boolean'] | train |
ATIS_train_1114 | i want to fly from philadelphia to dallas to san francisco on monday july eighth | return flights ;return #1 from philadelphia ;return #2 to san francisco ;return #3 on july eighth ;return #4 on monday | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1115 | what is the latest flight from salt lake city to phoenix | return flights ;return #1 from salt lake city ;return #2 to phoenix ;return the latest #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1116 | which flights depart los angeles destination charlotte that leave on a monday morning | return flights ;return #1 from los angeles ;return #2 to charlotte ;return #3 on monday ;return #4 that leave in the morning | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1118 | what flights are available from boston to atlanta on july seventh 8am | return flights ;return #1 from boston ;return #2 to atlanta ;return #3 july seventh ;return #4 8am | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1119 | can you rent a car at stapleton international airport in denver | return the stapleton international airport ;return if you can rent a car at #1 | ['select', 'boolean'] | train |
ATIS_train_112 | i'd like to fly from denver to pittsburgh to atlanta could you find me the cheapest way to do this | return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 to atlanta ;return the cheapest of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1120 | i would like to book a flight from baltimore to newark early in the morning on april ninth | return flight ;return #1 from baltimore ;return #2 to newark ;return #3 on april ninth ;return #4 that is early in the morning ;return book #5 | ['select', 'filter', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1121 | show me round trip fares from denver to philadelphia | return flights ;return #1 from denver ;return #2 to philadelphia ;return #3 that are round trip ;return fares of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1122 | what flights from st. louis to st. paul on thursday leaving after 10am | return flights ;return #1 from st. louis ;return #2 to st. paul ;return #3 on thursday ;return #4 that are leaving after 10am | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1123 | is there a flight between oakland and boston with a stopover in dallas fort worth on twa | return flights ;return #1 on twa ;return #2 between oakland ;return #3 and boston ;return #4 with a stopover in dallas fort worth ;return is there any #5 | ['select', 'filter', 'filter', 'filter', 'filter', 'boolean'] | train |
ATIS_train_1124 | what flights leave after 7pm from philadelphia to boston | return flights ;return #1 from philadelphia ;return #2 to boston ;return #3 that leave after 7pm | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1125 | i need a return flight from philadelphia to boston | return flights ;return #1 from philadelphia ;return #2 to boston ;return return #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1126 | show me all flights from new york to miami on a tuesday with round trip fares under 932 dollars | return flights ;return #1 from new york ;return #2 to miami ;return #3 on a tuesday ;return round trip fares of #4 ;return #4 where #5 is under 932 dollars | ['select', 'filter', 'filter', 'filter', 'project', 'comparative'] | train |
ATIS_train_1127 | i want a flight that leaves thursday around 7pm from chicago to kansas city | return flights ;return #1 from chicago ;return #2 to kansas city ;return #3 that leaves thursday around 7pm | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1128 | a one way flight from boston to san francisco please | return flights ;return #1 from boston ;return #2 to san francisco ;return #3 one way flight | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1129 | what is the price of a first class ticket from atlanta to san francisco | return flights ;return #1 in first class ;return #2 from atlanta ;return #3 to san francisco ;return ticket prices of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_113 | all flights pittsburgh to baltimore on thursday arrival by 10am | return all flights ;return #1 from pittsburgh ;return #2 to baltimore ;return #3 on thursday ;return #4 with arrival by 10am | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1130 | what is the economy thrift fare from boston to washington | return flights ;return #1 from boston ;return #2 to washington ;return #3 that are on economy thrift ;return fares of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1131 | what flights leave pittsburgh july fifth after 7pm and arrive in san francisco | return flights ;return #1 from pittsburgh ;return #2 to san francisco ;return #3 that leave july fifth ;return #4 after 7pm | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1132 | i want to see the cheapest flights from denver to atlanta | return flights ;return #1 from denver ;return #2 to atlanta ;return #3 where price is lowest | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1133 | show me flights from pittsburgh to atlanta on monday afternoon | return flights ;return #1 from pittsburgh ;return #2 to atlanta ;return #3 on monday ;return #4 in the afternoon | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1134 | all flights from miami to new york | return flights ;return #1 from miami ;return #2 to new york | ['select', 'filter', 'filter'] | train |
ATIS_train_1135 | i live in denver and i'd like to make a trip to pittsburgh | return flights ;return #1 from denver ;return #2 to pittsburgh | ['select', 'filter', 'filter'] | train |
ATIS_train_1136 | show me all the twa flights from indianapolis to houston that arrive around 11am | return flights ;return #1 on twa ;return #2 from indianapolis ;return #3 to houston ;return #4 that arrive around 11am | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1137 | i'd like to book the cheapest one way flight from denver to pittsburgh on july fifteenth | return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 on july fifteenth ;return cheapest of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1138 | what does ua stand for | return ua ;return what #1 stand for | ['select', 'project'] | train |
ATIS_train_1139 | show me next wednesday's flights between phoenix and milwaukee | return flights ;return #1 between phoenix ;return #2 and milwaukee ;return #3 next wednesday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_114 | what northwest flights leave denver before noon | return flights ;return #1 on northwest ;return #2 from denver ;return #3 before noon | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1140 | i need to go to pittsburgh and denver | return flights ;return #1 to pittsburgh ;return #1 to denver ;return #2 , #3 | ['select', 'filter', 'filter', 'union'] | train |
ATIS_train_1141 | could you give me the schedule of flights for american and delta to dfw on august fifteenth | return flights ;return #1 to dfw ;return #2 on august fifteenth ;return american #3 ;return delta #3 ;return #4 , #5 | ['select', 'filter', 'filter', 'project', 'project', 'union'] | train |
ATIS_train_1142 | what kind of ground transportation is there once i get to dallas | return ground transportation ;return #1 in dallas | ['select', 'filter'] | train |
ATIS_train_1143 | i would like a list of round trip flights between indianapolis and orlando florida for the twenty seventh and the twenty eighth of december | return flights ;return #1 from indianapolis ;return #2 to orlando florida ;return #3 that are round trip ;return #4 on december twenty seventh ;return #4 on december twenty eighth ;return #5 , #6 | ['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'union'] | train |
ATIS_train_1144 | can you list all flights from chicago to st. louis that depart after 12 noon | return flights ;return #1 from chicago ;return #2 to st. louis ;return #3 that depart after 12 noon | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1145 | i need to find a plane from boston to san francisco on friday | return flights ;return #1 from boston ;return #2 to san francisco ;return #3 on friday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1146 | what is the number of first class flights on american airlines | return flights ;return #1 on american airlines ;return #2 which are first class ;return the number of #3 | ['select', 'filter', 'filter', 'aggregate'] | train |
ATIS_train_1148 | i want a flight on continental from boston to san francisco | return flights ;return #1 on continental ;return #2 from boston ;return #3 to san francisco | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1149 | boston to pittsburgh wednesday | return flights ;return #1 from boston ;return #2 to pittsburgh ;return #3 on wednesday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_115 | show me the flights from washington dc to san francisco with a stopover in denver | return flights ;return #1 from washington dc ;return #2 to san francisco ;return #3 with a stopover in denver | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1150 | interested in a flight from washington to fort worth | return flights ;return #1 from washington ;return #2 to fort worth | ['select', 'filter', 'filter'] | train |
ATIS_train_1151 | explain meal codes sd/d | return meal codes sd/d ;return explain #1 | ['select', 'project'] | train |
ATIS_train_1152 | i'd like to know what type of plane flies from boston to dallas fort worth after 530 | return flights ;return #1 from boston ;return #2 to dallas fort worth ;return #3 after 530 ;return planes of #4 ;return types of #5 | ['select', 'filter', 'filter', 'filter', 'project', 'project'] | train |
ATIS_train_1153 | how many first class flights does delta have today | return flights ;return #1 on delta ;return #2 that are first class ;return #3 that are today ;return number of #4 | ['select', 'filter', 'filter', 'filter', 'aggregate'] | train |
ATIS_train_1154 | i'd like to fly from atlanta to denver on august twenty ninth | return flights ;return #1 from atlanta ;return #2 to denver ;return #3 on august twenty ninth | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1155 | list all nonstop flights on wednesday from baltimore to newark before noon | return flights ;return #1 that are nonstop ;return #2 from baltimore ;return #3 to newark ;return #4 on wednesday ;return #5 before noon | ['select', 'filter', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1156 | does united airlines fly from denver to baltimore | return flights ;return #1 on united airlines ;return #2 from denver ;return #3 to baltimore ;return are there any #4 | ['select', 'filter', 'filter', 'filter', 'boolean'] | train |
ATIS_train_1157 | can you list the earliest flights from oakland to salt lake city on thursday | return flights ;return #1 from oakland ;return #2 to salt lake city ;return #3 on thursday ;return #4 that are the earliest | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1159 | show me all flights from charlotte to philadelphia | return flights ;return #1 from charlotte ;return #2 to philadelphia | ['select', 'filter', 'filter'] | train |
ATIS_train_116 | what is sa | return sa ;return what is #1 | ['select', 'project'] | train |
ATIS_train_1160 | list flights leaving denver and arriving in orlando on saturday departing after 12pm | return flights ;return #1 from denver ;return #2 to orlando ;return #3 departing after 12pm saturday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1161 | show me all prices of economy from baltimore to dallas | return economy ;return #1 from baltimore ;return #2 to dallas ;return all prices of #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1162 | what are the flights from san francisco to washington dc | return flights ;return #1 from san francisco ;return #2 to washington dc | ['select', 'filter', 'filter'] | train |
ATIS_train_1163 | okay all right do you have a flight on united airlines from atlanta to washington | return flights ;return #1 on united airlines ;return #2 from atlanta ;return #3 to washington ;return number of #4 ;return if #5 is higher than zero | ['select', 'filter', 'filter', 'filter', 'aggregate', 'boolean'] | train |
ATIS_train_1164 | flight from cleveland to nashville | return flights ;return #1 from cleveland ;return #2 to nashville | ['select', 'filter', 'filter'] | train |
ATIS_train_1165 | show me flights from milwaukee to orlando on wednesday night or thursday morning | return flights ;return #1 from milwaukee ;return #2 to orlando ;return #3 on wednesday night ;return #3 on thursday morning ;return #4 , #5 | ['select', 'filter', 'filter', 'filter', 'filter', 'union'] | train |
ATIS_train_1166 | nonstop flights denver to kansas city | return flights ;return #1 that are nonstop ;return #2 from denver ;return #3 to kansas city | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1167 | list nonstop flights on sunday from new york to las vegas and list nonstop flights on sunday from memphis to las vegas | return flights ;return #1 that are nonstop ;return #2 from new york ;return #3 to las vegas ;return #4 on sunday ;return #2 from memphis ;return #6 to las vegas ;return #7 on sunday ;return #5 , #8 | ['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'filter', 'filter', 'union'] | train |
ATIS_train_1168 | flight from dallas to boston tomorrow | return flights ;return #1 from dallas ;return #2 to boston ;return #3 tomorrow | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1169 | how much does flight ua 281 from boston to denver cost | return flight ua 281 ;return #1 from boston ;return #2 to denver ;return the cost of #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_117 | i would like to find flights from minneapolis to long beach after 4 o'clock on monday june fourteenth please | return flights ;return #1 from minneapolis ;return #2 to long beach ;return #3 after 4 o'clock ;return #4 on monday june fourteenth | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1170 | how much does it cost to fly on american from dallas to baltimore | return flights ;return #1 on american ;return #2 from dallas ;return #3 to baltimore ;return cost of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1171 | i would like a to know the type of aircraft leaving from atlanta bound to boston on friday this week | return aircraft ;return type of #1 ;return #2 leaving from atlanta ;return #3 bound to boston ;return #4 on friday this week | ['select', 'project', 'filter', 'filter', 'filter'] | train |
ATIS_train_1172 | which airline offers the cheapest rate going from dallas to baltimore on july fourth | return flights ;return #1 from dallas ;return #2 to baltimore ;return #3 on july fourth ;return rates of #4 ;return #5 that is the cheapest ;return airlines that offer #6 | ['select', 'filter', 'filter', 'filter', 'project', 'filter', 'project'] | train |
ATIS_train_1173 | how long is the flight from atlanta to san francisco at noon on november seventh | return flight ;return #1 from atlanta ;return #2 to san francisco ;return #3 at noon ;return #4 on november seventh ;return how long #5 is | ['select', 'filter', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1174 | okay i'm sorry could you tell me what flights leave atlanta and arrive in philadelphia around 5 o'clock | return flights ;return #1 from atlanta ;return #2 to philadelphia ;return #3 that leave around 5 o'clock | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1175 | what about flights from boston to san diego | return flights ;return #1 from boston ;return #2 to san diego | ['select', 'filter', 'filter'] | train |
ATIS_train_1177 | show me the flights from pittsburgh to dallas | return flights ;return #1 from pittsburgh ;return #2 to dallas | ['select', 'filter', 'filter'] | train |
ATIS_train_1178 | i'd like an early flight tomorrow from columbus to nashville | return flights ;return #1 from columbus ;return #2 to nashville ;return #3 that are tomorrow ;return #4 that are early | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1179 | ground transport denver | return transport ;return #1 that is ground ;return #2 in denver | ['select', 'filter', 'filter'] | train |
ATIS_train_118 | show me one way flights from tampa to st. louis departing before 10am | return one way flights ;return #1 from tampa ;return #2 to st. louis ;return #3 departing before 10am | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1180 | i'm looking for a flight from pittsburgh to san francisco | return flights ;return #1 from pittsburgh ;return #2 to san francisco | ['select', 'filter', 'filter'] | train |
ATIS_train_1182 | show me all flights from boston to denver which arrive before noon on wednesday | return all flights ;return #1 on wednesday ;return #2 from boston ;return #3 to denver ;return #4 which arrive before noon | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1183 | what flights are there from san francisco to philadelphia daily with economy class | return daily flights ;return #1 in economy class ;return #2 from san francisco ;return #3 to philadelphia | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1184 | is there an atlanta flight to denver connecting | return flights ;return #1 that are connecting flights ;return #2 from atlanta ;return #3 to denver ;return the number of #4 ;return is #5 more than zero | ['select', 'filter', 'filter', 'filter', 'aggregate', 'boolean'] | train |
ATIS_train_1185 | i'd like to arrange a flight from pittsburgh to atlanta | return flight ;return #1 from pittsburgh ;return #2 to atlanta ;return arrange #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1186 | what is the least expensive one way fare between philadelphia and boston | return flights ;return #1 that are one way ;return #2 between philadelphia ;return #3 and boston ;return fares of #4 ;return least expensive of #5 | ['select', 'filter', 'filter', 'filter', 'project', 'project'] | train |
ATIS_train_1187 | do you have a flight leaving boston at 645am going to washington | return flights ;return #1 from boston ;return #2 to washington ;return #3 leaving at 645am ;return is there any #4 | ['select', 'filter', 'filter', 'filter', 'boolean'] | train |
ATIS_train_1188 | what flights go from pittsburgh to baltimore after 8 o'clock next wednesday | return flights ;return #1 from pittsburgh ;return #2 to baltimore ;return #3 next wednesday ;return #4 after 8 o'clock | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1189 | i need information on flights leaving philadelphia on friday arriving in oakland california | return flights ;return #1 leaving philadelphia ;return #2 on friday ;return #3 arriving in oakland california | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_119 | what is the fare from boston to oakland on united airlines | return flights ;return #1 on united airlines ;return #2 from boston ;return #3 to oakland ;return fares of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1190 | what stops does dl 838 make from san francisco to atlanta | return dl ;return #1 that is 838 ;return #2 from san francisco ;return #3 to atlanta ;return stops #4 makes | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1191 | are there any flights from denver to atlanta which connect in pittsburgh | return flights ;return #1 from denver ;return #2 to atlanta ;return #3 that connect in pittsburgh | ['select', 'filter', 'filter', 'filter'] | train |