question_id
stringlengths 11
60
| question_text
stringlengths 7
294
| decomposition
stringlengths 13
606
| operators
stringlengths 10
260
| split
stringclasses 1
value |
---|---|---|---|---|
ATIS_train_1286 | what are the two american airlines flights that leave from dallas to san francisco in the evening | return flights ;return #1 on american airlines ;return #2 from dallas ;return #3 to san francisco ;return #4 in the evenings | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1287 | what are the flights from atlanta to dallas | return flights ;return #1 from atlanta ;return #2 to dallas | ['select', 'filter', 'filter'] | train |
ATIS_train_1288 | show me the flights from all airports to love field | return flights ;return #1 from all airports ;return #2 to love field | ['select', 'filter', 'filter'] | train |
ATIS_train_1289 | i want to go from san francisco to denver | return flights ;return #1 from san francisco to denver | ['select', 'filter'] | train |
ATIS_train_129 | please repeat the flight departures for monday august nineteenth from denver to pittsburgh | return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 on august nineteenth ;return the flight departures of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1290 | please show me fares from denver to san francisco | return flights ;return #1 from denver ;return #2 to san francisco ;return fares of #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1291 | early morning flights between cincinnati and tampa | return flights ;return #1 which are in early morning ;return #2 from cincinnati ;return #3 to tampa ;return #2 from tampa ;return #5 to cincinnati ;return #3 , #4 , #5 , #6 | ['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'union'] | train |
ATIS_train_1292 | do you have a flight from philadelphia to san francisco with a stopover in dallas | return flights ;return #1 from philadelphia ;return #2 to san francisco ;return #3 with a stopover in dallas | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1293 | which airlines are represented in the database | return airlines ;return #1 represented in the database | ['select', 'filter'] | train |
ATIS_train_1294 | i want to leave chicago next tuesday and arrive in detroit around 6pm | return flights ;return #1 from chicago ;return #2 to detroit ;return #3 that leave next tuesday ;return #4 that arrive around 6pm | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1295 | i want the cheapest flight from pittsburgh to atlanta | return flights ;return #1 from pittsburgh ;return #2 to atlanta ;return price of #3 ;return #3 where #4 is the lowest | ['select', 'filter', 'filter', 'project', 'comparative'] | train |
ATIS_train_1296 | may i have a listing of flight numbers from columbus ohio to minneapolis minnesota on monday | return flights ;return #1 from columbus ohio ;return #2 to minneapolis minnesota ;return #3 on monday ;return flight numbers of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1297 | please list all flights from philadelphia to boston | return flights ;return #1 from philadelphia ;return #2 to boston | ['select', 'filter', 'filter'] | train |
ATIS_train_1298 | what's the cheapest flight from san francisco to boston | return flights ;return #1 from san francisco ;return #2 to boston ;return price of #3 ;return #3 where #4 is the lowest | ['select', 'filter', 'filter', 'project', 'comparative'] | train |
ATIS_train_1299 | can you tell me what flights you have from baltimore to dallas | return flights ;return #1 from baltimore ;return #2 to dallas | ['select', 'filter', 'filter'] | train |
ATIS_train_130 | i need to fly from boston to denver this monday | return flights ;return #1 from boston ;return #2 to denver ;return #3 on this monday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1300 | i need a united airlines flight from denver to baltimore on saturday | return flights ;return #1 on united airlines ;return #2 from denver ;return #3 to baltimore ;return #4 on saturday | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1301 | i would like to fly the cheapest rate available from pittsburgh to atlanta on wednesday morning | return flights ;return #1 on wednesday morning ;return #2 from pittsburgh ;return #3 to atlanta ;return the rates of #4 ;return the cheapest of #5 | ['select', 'filter', 'filter', 'filter', 'project', 'project'] | train |
ATIS_train_1302 | what flights do you have between pittsburgh and atlanta | return flights ;return #1 between pittsburgh ;return #2 and atlanta | ['select', 'filter', 'filter'] | train |
ATIS_train_1303 | show me all flights to philadelphia in the evening | return flights ;return #1 to philadelphia ;return #2 in the evening | ['select', 'filter', 'filter'] | train |
ATIS_train_1304 | are there any flights from denver to atlanta with stops in pittsburgh | return flights ;return #1 from denver ;return #2 to atlanta ;return #3 with stops in pittsburgh ;return are there any #4 | ['select', 'filter', 'filter', 'filter', 'boolean'] | train |
ATIS_train_1305 | what does co mean | return co ;return what does #1 mean | ['select', 'project'] | train |
ATIS_train_1306 | which flights leaving baltimore to dallas on monday afternoon have economic class | return flights ;return #1 in economic class ;return #2 from baltimore ;return #3 to dallas ;return #4 on monday afternoon | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1307 | flights from columbus to milwaukee | return flights ;return #1 from columbus ;return #2 to milwaukee | ['select', 'filter', 'filter'] | train |
ATIS_train_1308 | what airlines fly from toronto to san diego | return flights ;return #1 from toronto ;return #2 to san diego ;return airlines of #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1309 | what is the available ground transportation between the airport in denver and downtown | return ground transportation ;return #1 between the airport in denver ;return #2 and downtown | ['select', 'filter', 'filter'] | train |
ATIS_train_131 | all flights to baltimore after 12pm | return all flights ;return #1 to baltimore ;return #2 after 12pm | ['select', 'filter', 'filter'] | train |
ATIS_train_1310 | do you have a flight from charlotte to atlanta on june first | return flight ;return #1 from charlotte ;return #2 to atlanta ;return #3 on june first | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1311 | i'd like to know what flights united airline has from dallas to san francisco | return flights ;return #1 of united airlines ;return #2 from dallas ;return #3 to san francisco | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1312 | i need a flight on air canada from toronto to san diego with a layover in dc | return flights ;return #1 on air canada ;return #2 from toronto ;return #3 to san diego ;return #4 with layover in dc | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1313 | list flights between denver and pittsburgh | return flights ;return #1 from denver ;return #2 to pittsburgh | ['select', 'filter', 'filter'] | train |
ATIS_train_1314 | what kind of aircraft will i be flying on if i take a first class american airlines flight from philadelphia to dallas | return flights ;return #1 in first class ;return #2 on american airlines ;return #3 from philadelphia ;return #4 to dallas ;return aircraft of #5 | ['select', 'filter', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1315 | what's the last flight from atlanta to boston | return flight ;return #1 from atlanta ;return #2 to boston ;return last #3 | ['select', 'filter', 'filter', 'aggregate'] | train |
ATIS_train_1316 | i need a flight from charlotte to newark leaving today evening | return flights ;return #1 from charlotte ;return #2 to newark ;return #3 leaving today evening | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1317 | which flight between pittsburgh and baltimore on july nineteenth has the smallest seating capacity | return flights ;return #1 between pittsburgh and baltimore ;return #2 on july nineteenth ;return seating capacities of #3 ;return #3 where #4 is the smallest | ['select', 'filter', 'filter', 'project', 'comparative'] | train |
ATIS_train_1318 | i would like one flight from kansas city to st. paul arriving around dinnertime 6pm | return flights ;return #1 from kansas city ;return #2 to st. paul ;return #3 arriving around dinnertime 6pm | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1319 | i need a flight from newark to los angeles leaving tomorrow evening | return flights ;return #1 from newark ;return #2 to los angeles ;return #3 that are leaving tomorrow evening | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_132 | what do these cost | return these ;return cost of #1 | ['select', 'project'] | train |
ATIS_train_1320 | i'd like to make a trip between atlanta and boston i wish to know the cheapest fare | return fares ;return #1 between atlanta ;return #2 and boston ;return cheapest #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1321 | what is american's last flight from boston to washington dc on july twenty first | return flights ;return #1 from boston ;return #2 to washington dc ;return #3 on july twenty first ;return #4 on american ;return #5 that is the last | ['select', 'filter', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1322 | what airlines have business class | return airlines ;return the class of #1 ;return #1 where #2 is business class | ['select', 'project', 'comparative'] | train |
ATIS_train_1323 | what types of meals are available | return meals ;return types of #1 ;return #2 that are available | ['select', 'project', 'filter'] | train |
ATIS_train_1324 | where is general mitchell international located | return general mitchell international ;return where is #1 located | ['select', 'project'] | train |
ATIS_train_1325 | show me round trip fares from new york to miami | return flights ;return #1 that are round trip ;return #2 from new york ;return #3 to miami | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1326 | what is the first flight from boston to atlanta and what is the last flight from atlanta to boston | return flights ;return #1 from boston ;return #2 to atlanta ;return #3 that is first ;return #1 from atlanta ;return #5 to boston ;return #5 that is last ;return #4 , #7 | ['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'filter', 'union'] | train |
ATIS_train_1327 | what is the lowest fare from denver to atlanta | return flights ;return #1 from denver ;return #2 to atlanta ;return fares of #3 ;return #3 where #4 is lowest | ['select', 'filter', 'filter', 'project', 'superlative'] | train |
ATIS_train_1328 | how can i get from indianapolis to montreal in the evening | return flights ;return #1 from indianapolis ;return #2 to montreal ;return #3 in the evening | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_133 | on a flight from san francisco to atlanta that leaves before 8am is there such a flight | return flights ;return #1 from san francisco ;return #2 to atlanta ;return #3 that leaves before 8am | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1330 | now i need flights leaving denver in the afternoon on wednesday and arriving in san francisco | return flights ;return #1 leaving denver ;return #2 on wednesday ;return #3 in the afternoon ;return #4 that are arriving in san francisco | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1331 | show me the flights from baltimore to pittsburgh | return flights ;return #1 from baltimore ;return #2 to pittsburgh | ['select', 'filter', 'filter'] | train |
ATIS_train_1332 | i need a flight from toronto to montreal reaching montreal early on friday | return flights ;return #1 from toronto ;return #2 to montreal ;return #3 that is reaching montreal early on friday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1333 | i need a listing of flights from kansas city missouri to salt lake city utah | return flights ;return #1 from kansas city missouri ;return #2 to salt lake city utah | ['select', 'filter', 'filter'] | train |
ATIS_train_1336 | i live in denver and i'd like to make a trip to atlanta | return trips ;return #1 from denver ;return #2 to atlanta | ['select', 'filter', 'filter'] | train |
ATIS_train_1337 | what flights are there from cleveland to miami on us air that arrive in miami before 4pm | return flights ;return #1 from cleveland ;return #2 to miami ;return #3 that arrive in miami before 4pm ;return #4 on us air | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1338 | show me the flights arriving at love field from all other airports | return love field ;return airports besides #1 ;return flights from #2 ;return #3 arriving at love field | ['select', 'discard', 'project', 'filter'] | train |
ATIS_train_1339 | may i have a listing of flights on monday from minneapolis to long beach california please | return flights ;return #1 on monday ;return #2 from minneapolis ;return #3 to long beach california | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_134 | what flights leave chicago and arrive in detroit around 6pm next tuesday | return flights ;return #1 that leave chicago ;return #2 that arrive in detroit ;return #3 around 6pm ;return #4 next tuesday | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1341 | which airlines go from san francisco to washington by way of indianapolis | return airlines ;return #1 that go from san francisco ;return #2 to washington ;return #3 by ways of indianapolis | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1342 | flights from las vegas to montreal | return flights ;return #1 from las vegas to montreal | ['select', 'filter'] | train |
ATIS_train_1343 | flights from long beach to nashville | return flights ;return #1 from long beach ;return #2 to nashville | ['select', 'filter', 'filter'] | train |
ATIS_train_1344 | show me us air flights from pittsburgh to san francisco first class on monday | return flights ;return us air of #1 ;return #2 from pittsburgh ;return #3 to san francisco ;return first class of #4 ;return #5 that are on monday | ['select', 'project', 'filter', 'filter', 'project', 'filter'] | train |
ATIS_train_1345 | show me all flights from boston to atlanta which leave atlanta after noon tomorrow | return flights ;return #1 from boston ;return #2 tomorrows atlanta ;return #3 that leave atlanta after noon tomorrow | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1346 | what is the first flight from atlanta to baltimore that serves lunch | return flights ;return #1 from atlanta ;return #2 to baltimore ;return #3 that serve lunch ;return #4 that is the first | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1347 | how far is it from salt lake city airport to salt lake city | return salt lake city ;return salt lake city airport ;return how far from #2 to #1 | ['select', 'select', 'None'] | train |
ATIS_train_1348 | are there delta flights leaving atlanta | return flights ;return #1 on delta ;return #2 leaving atlanta ;return are there any #3 | ['select', 'filter', 'filter', 'boolean'] | train |
ATIS_train_1349 | show me all prices of first class from baltimore to dallas | return flights ;return #1 in first class ;return #2 from baltimore ;return #3 to dallas ;return prices of #4 | ['select', 'filter', 'filter', 'filter', 'project'] | train |
ATIS_train_1350 | i'd like a flight from kansas city to los angeles that arrives in los angeles in the late afternoon | return flights ;return #1 from kansas city ;return #2 that arrives in los angeles ;return #3 in the late afternoon | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1352 | what flights are there on continental from seattle to chicago | return flights ;return #1 on continental ;return #2 from seattle ;return #3 to chicago | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1353 | can you tell me the afternoon nonstop flights departing from atlanta to boston | return nonstop flights ;return #1 in the afternoon ;return #2 departing from atlanta ;return #3 to boston | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1354 | flights from newark to boston | return flights ;return #1 from newark ;return #2 to boston | ['select', 'filter', 'filter'] | train |
ATIS_train_1355 | show me all flights from minneapolis to san diego that arrive before 7pm | return flights ;return #1 from minneapolis ;return #2 to san diego ;return #3 that arrive before 7pm | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1356 | list daily flights from boston to atlanta | return flights ;return #1 from boston ;return #2 to atlanta ;return #3 that are daily | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1358 | i need a flight from pittsburgh to boston on wednesday the fourteenth | return flights ;return #1 from pittsburgh ;return #2 to boston ;return #3 on wednesday the fourteenth | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1359 | show me the flights from boston to pittsburgh on wednesdays and thursdays | return flights ;return #1 from boston to pittsburgh ;return #2 on wednesdays ;return #2 on thursdays ;return #3 , #4 | ['select', 'filter', 'filter', 'filter', 'union'] | train |
ATIS_train_136 | display types of aircraft departing from cleveland to dallas before noon | return flights ;return #1 from cleveland ;return #2 to dallas ;return #3 departing before noon ;return aircraft of #4 ;return types of #5 | ['select', 'filter', 'filter', 'filter', 'project', 'project'] | train |
ATIS_train_1360 | hi i need to go from newark to nashville on american airlines leaving around 630pm | return flights ;return #1 from newark ;return #2 to nashville ;return #3 on american airlines ;return #4 leaving around 630pm | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1361 | do you have a flight from atlanta to baltimore nonstop on a boeing 757 arriving baltimore around 7pm | return flights ;return #1 from atlanta to baltimore ;return #2 nonstop ;return #3 on a boeing 757 ;return #4 arriving around 7pm | ['select', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1362 | i need a flight from denver to washington dc on wednesday | return flights ;return #1 from denver ;return #2 to washington dc ;return #3 on wednesday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1363 | what's the latest flight from san francisco to atlanta | return flights ;return #1 from san francisco ;return #2 to atlanta ;return latest of #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1364 | newark to minneapolis on sunday | return flights ;return #1 from newark ;return #2 to minneapolis ;return #3 on sunday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1365 | what is the price of a one way fare from boston to denver on continental airlines | return flights ;return #1 on continental airlines ;return #2 from boston ;return #3 to denver ;return #4 that are one way ;return the fares of #5 ;return the prices of #6 | ['select', 'filter', 'filter', 'filter', 'filter', 'project', 'project'] | train |
ATIS_train_1366 | please list all available flights from oakland california to philadelphia on wednesday | return flights ;return #1 from oakland california ;return #2 to philadelphia ;return #3 on wednesday | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1367 | what is booking class c | return booking class c ;return what is #1 | ['select', 'project'] | train |
ATIS_train_1368 | what is the first flight after 8am from boston to san francisco | return flights ;return #1 from boston to san francisco ;return #2 after 8am ;return the first #3 | ['select', 'filter', 'filter', 'aggregate'] | train |
ATIS_train_137 | what round trip flights between atlanta and denver qualify for fare code qx | return flights ;return #1 between atlanta and denver ;return #2 that qualify for fare code qx | ['select', 'filter', 'filter'] | train |
ATIS_train_1370 | what airlines fly from burbank to denver | return flights ;return #1 from burbank ;return #2 to denver ;return airlines that have #3 | ['select', 'filter', 'filter', 'project'] | train |
ATIS_train_1371 | what is the seating capacity of a boeing 767 | return boeing ;return #1 that is 767 ;return seating capacity of #2 | ['select', 'filter', 'project'] | train |
ATIS_train_1372 | could you tell me what flights you have that run daily from boston to san francisco please | return daily flights ;return #1 from boston ;return #2 to san francisco | ['select', 'filter', 'filter'] | train |
ATIS_train_1373 | please list the flights from new york to los angeles | return flights ;return #1 from new york ;return #2 to los angeles | ['select', 'filter', 'filter'] | train |
ATIS_train_1374 | i need a flight from pittsburgh to new york leaving at 5pm | return flights ;return #1 from pittsburgh ;return #2 to new york ;return #3 leaving at 5pm | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1375 | what time is the last flight from washington to san francisco | return flights ;return #1 from washington ;return #2 to san francisco | ['select', 'filter', 'filter'] | train |
ATIS_train_1377 | show flights from denver to oakland | return flights ;return #1 from denver ;return #2 to oakland | ['select', 'filter', 'filter'] | train |
ATIS_train_1379 | show me the costs and times for flights from san francisco to atlanta | return flights ;return #1 from san francisco ;return #2 to atlanta ;return the costs of #3 ;return the times of #3 ;return #4 , #5 | ['select', 'filter', 'filter', 'project', 'project', 'union'] | train |
ATIS_train_138 | flights on twa from columbus to st. louis | return flights ;return #1 from columbus ;return #2 to st. louis ;return #3 on twa | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1380 | flights from westchester county to san francisco daily | return flights ;return #1 from westchester county to san francisco ;return #2 daily | ['select', 'filter', 'filter'] | train |
ATIS_train_1382 | what flights are available from san francisco to pittsburgh on thursday evening | return flights ;return #1 from san francisco ;return #2 to pittsburgh ;return #3 on thursday ;return #4 in the evening ;return #5 with available | ['select', 'filter', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1383 | i need a first class ticket on united airlines from denver to baltimore scheduled for december seventeenth | return tickets ;return #1 on united airlines ;return #2 that are first class ;return #3 from denver ;return #4 to baltimore ;return #5 on december seventeenth | ['select', 'filter', 'filter', 'filter', 'filter', 'filter'] | train |
ATIS_train_1384 | show me the one way flights from detroit to westchester county | return flights ;return #1 that are one way ;return #2 from detroit ;return #3 to westchester county | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1385 | show me the flights from st. petersburg to salt lake city that arrive before noon | return flights ;return #1 from st. petersburg ;return #2 to salt lake city ;return #3 which arrive before noon | ['select', 'filter', 'filter', 'filter'] | train |
ATIS_train_1386 | can you show me flights from dallas to atlanta on tuesday night | return flights ;return #1 on tuesday night ;return #2 from dallas ;return #3 to atlanta | ['select', 'filter', 'filter', 'filter'] | train |