question_id
stringlengths
11
60
question_text
stringlengths
7
294
decomposition
stringlengths
13
606
operators
stringlengths
10
260
split
stringclasses
1 value
ATIS_train_1387
okay i'd like to fly from denver to pittsburgh
return flights ;return #1 from denver ;return #2 to pittsburgh
['select', 'filter', 'filter']
train
ATIS_train_1388
flights from dallas to houston in the morning
return flights ;return #1 from dallas ;return #2 to houston ;return #3 that is in the morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1389
what is the last flight from boston to atlanta
return flights ;return #1 from boston ;return #2 to atlanta ;return the last #3
['select', 'filter', 'filter', 'aggregate']
train
ATIS_train_139
what is the earliest flight from boston to oakland that serves a meal
return flights ;return #1 from boston ;return #2 to oakland ;return #3 that serves a meal ;return earliest of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1390
what's the next smallest plane after a turboprop
return planes ;return #1 besides turboprops ;return size of #2 ;return #2 where #3 is the lowest
['select', 'discard', 'project', 'comparative']
train
ATIS_train_1391
what flights from st. paul to kansas city on friday with a meal
return flights ;return #1 on friday ;return #2 from st. paul ;return #3 to kansas city ;return #4 that have a meal
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1393
morning flight from atlanta to philadelphia
return flights ;return #1 from atlanta ;return #2 to philadelphia ;return #3 in the morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1394
show me the fares on all flights round trip from pittsburgh to oakland
return flights ;return #1 from pittsburgh ;return #2 to oakland ;return #3 that are round trip flights ;return fares of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1395
what is the cost of limousine service in philadelphia
return limousine service ;return #1 in philadelphia ;return cost of #2
['select', 'filter', 'project']
train
ATIS_train_1396
show me flights from denver to washington dc on a wednesday
return flights ;return #1 from denver ;return #2 to washington dc ;return #3 on a wednesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1397
what is the coach fare between boston and atlanta on delta
return fares ;return #1 between boston and atlanta ;return #2 on delta ;return coach of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1398
are there any flights from boston to oakland that stop
return flights ;return #1 from boston ;return #2 to oakland ;return #3 that stop ;return are there any #4
['select', 'filter', 'filter', 'filter', 'boolean']
train
ATIS_train_1399
oakland to philadelphia saturday
return oakland ;return #1 to philadelphia ;return #2 on saturday
['select', 'filter', 'filter']
train
ATIS_train_14
are there any flights between pittsburgh and baltimore using a j31 aircraft
return flights ;return #1 between pittsburgh and baltimore ;return #2 using a j31 aircraft
['select', 'filter', 'filter']
train
ATIS_train_140
of the flights available from dallas to baltimore on august third which airline has the least expensive flight
return flights ;return #1 from dallas ;return #2 to baltimore ;return #3 on august third ;return price of #4 ;return #4 where #5 is the lowest ;return airline of #6
['select', 'filter', 'filter', 'filter', 'project', 'comparative', 'project']
train
ATIS_train_1400
how long does the ground transportation take from the salt lake city airport
return ground transportation ;return #1 from salt lake city airport ;return how long does #2 take
['select', 'filter', 'project']
train
ATIS_train_1401
what flights from kansas city to chicago next wednesday arrive at chicago at about 7pm
return flights ;return #1 from kansas city ;return #2 that are next wednesday ;return #3 that arrive at chicago ;return #4 at about 7pm
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1402
what's the cheapest of the dallas to atlanta flights which are after 2 in the afternoon
return flights ;return #1 from dallas ;return #2 to atlanta ;return #3 after 2 in the afternoon ;return #4 that is the cheapest
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1403
could i have a listing of flights leaving boston going to baltimore leaving wednesday after 2100
return flights ;return #1 leaving boston ;return #2 on wednesday ;return #3 after 2100 ;return #4 going to baltimore
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1404
show me prices of flights from baltimore to dallas
return flights ;return #1 from baltimore ;return #2 to dallas ;return prices of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1405
okay could you get me a round trip ticket from indianapolis to kansas city
return flights ;return #1 from indianapolis ;return #2 to kansas city ;return #3 that are round trip ;return tickets of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1406
flights from denver to philadelphia include fares
return flights ;return #1 from denver ;return #2 to philadelphia ;return fares of #3 ;return #3 , #4
['select', 'filter', 'filter', 'project', 'union']
train
ATIS_train_1407
what are the flights from dallas to san francisco on tuesday october first
return flights ;return #1 from dallas ;return #2 to san francisco ;return #3 on tuesday october first
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1408
i want to travel from kansas city to st. paul and be there by dinnertime
return flights ;return #1 from kansas city ;return #2 to st. paul ;return #3 that are in st. paul by dinnertime
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1409
show me the airlines that fly from toronto to san francisco
return airlines ;return #1 that fly from toronto ;return #2 to san francisco
['select', 'filter', 'filter']
train
ATIS_train_141
tell me the flights from dallas to baltimore
return flights ;return #1 from dallas ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1410
please show me flights from dallas fort worth to atlanta on monday
return flights ;return #1 from dallas fort worth ;return #2 to atlanta ;return #3 on monday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1411
i would like to see all flights from denver to philadelphia
return all flights ;return #1 from denver ;return #2 to philadelphia
['select', 'filter', 'filter']
train
ATIS_train_1412
from phoenix to las vegas on saturday
return phoenix ;return from #1 ;return #2 to las vegas ;return #3 on saturday
['select', 'project', 'filter', 'filter']
train
ATIS_train_1413
does delta aircraft fly dc10
return delta aircraft ;return if #1 flies the dc10
['select', 'boolean']
train
ATIS_train_1414
from pittsburgh to baltimore
return from pittsburgh to baltimore
['select']
train
ATIS_train_1415
i would like to book a flight on us air first class from cleveland to miami on february twenty fourth
return flights ;return #1 on us air ;return #2 from cleveland ;return #3 to miami ;return #4 on february twenty fourth ;return #5 in first class
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1416
please give me flights from atlanta to boston on wednesday afternoon and thursday morning
return flights ;return #1 from atlanta ;return #2 to boston ;return #3 on wednesday ;return #4 in the afternoon ;return #3 on thursday ;return #6 in the morning ;return #5 , #7
['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'filter', 'union']
train
ATIS_train_1417
philadelphia to boston monday
return flights ;return #1 from philadelphia ;return #2 to boston ;return #3 on monday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1418
what are the flights available after 6pm between san francisco and boston
return flights ;return #1 between san francisco and boston ;return #2 available after 6pm
['select', 'filter', 'filter']
train
ATIS_train_142
what ground transportation is available at denver airport
return ground transportation ;return #1 at denver airport ;return #2 which is available
['select', 'filter', 'filter']
train
ATIS_train_1421
give me the latest flight tomorrow on american airlines from milwaukee to tacoma
return flights ;return #1 from milwaukee ;return #2 to tacoma ;return #3 that is tomorrow ;return #4 on american airlines ;return the latest #5
['select', 'filter', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1422
show me the cheapest flight from pittsburgh to atlanta on wednesday which leaves before noon and serves breakfast
return flights ;return #1 from pittsburgh ;return #2 to atlanta ;return #3 on wednesday ;return #4 that leaves before noon ;return #5 which serves breakfast ;return #6 that is the cheapest
['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1423
on april sixth i would like to book an early morning flight from tampa to charlotte
return flights ;return #1 from tampa ;return #2 to charlotte ;return #3 on april sixth ;return #4 in the early morning
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1424
one way
return flights ;return #1 that are one way
['select', 'filter']
train
ATIS_train_1426
show me all flight from san francisco to oakland
return flight ;return #1 from san francisco ;return #2 to oakland
['select', 'filter', 'filter']
train
ATIS_train_1427
looking for a flight from dc to minnesota
return flights ;return #1 from dc ;return #2 to minnesota
['select', 'filter', 'filter']
train
ATIS_train_1428
what are the flights available in the morning between boston and denver
return flights ;return #1 between boston ;return #2 and denver ;return #3 in the morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1429
show me round trip fares from las vegas to houston nonstop
return round trip fares ;return #1 from las vegas ;return #2 to houston ;return #3 that are nonstop
['select', 'filter', 'filter', 'filter']
train
ATIS_train_143
cheapest fare from indianapolis to seattle
return fares ;return #1 from indianapolis ;return #2 to seattle ;return the cheapest of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1430
how many flights does twa have with business class
return flights ;return #1 on twa ;return #2 with business class ;return the number of #3
['select', 'filter', 'filter', 'aggregate']
train
ATIS_train_1431
all northwest flights with stopovers in denver
return flights ;return #1 that are northwest ;return #2 that have stopover in denver
['select', 'filter', 'filter']
train
ATIS_train_1433
i would like your rates between atlanta and boston on september third
return rates ;return #1 on september third ;return #2 from atlanta ;return #3 to boston ;return #4 from boston ;return #5 to atlanta
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1434
are there any flights from dallas fort worth to boston leaving before 10am
return flights ;return #1 from dallas fort worth ;return #2 to boston ;return #3 leaving before 10am ;return if there is #4
['select', 'filter', 'filter', 'filter', 'boolean']
train
ATIS_train_1435
what is the cheapest one way fare from san francisco to boston on wednesday august twenty first
return flights ;return #1 from san francisco ;return #2 to boston ;return #3 on wednesday august twenty first ;return one way fares of #4 ;return the lowest #5
['select', 'filter', 'filter', 'filter', 'project', 'aggregate']
train
ATIS_train_1437
may i have a listing of flights from minneapolis to long beach california on tuesday
return flights ;return #1 from minneapolis ;return #2 to long beach california ;return #3 on tuesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1438
please show me early morning flights from atlanta to philadelphia on wednesday
return flights ;return #1 from atlanta ;return #2 to philadelphia ;return #3 on wednesday ;return #4 in the early morning
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1439
is there a flight from boston to atlanta which leaves boston in the afternoon and arrives close to 5pm
return flights ;return #1 from boston ;return #2 that leave in the afternoon ;return #3 that arrive in atlanta ;return #4 close to 5pm ;return number of #5 ;return if #6 is at least one
['select', 'filter', 'filter', 'filter', 'filter', 'aggregate', 'boolean']
train
ATIS_train_144
i want to fly from milwaukee to orlando on either wednesday evening or thursday morning
return flights ;return #1 from milwaukee ;return #2 to orlando ;return #3 on wednesday evening ;return #3 on thursday morning ;return #4 or #5
['select', 'filter', 'filter', 'filter', 'filter', 'union']
train
ATIS_train_1440
okay i've got somebody else who wants to take a round trip ticket from charlotte to montreal
return flights ;return #1 that are round trip ;return #2 from charlotte ;return #3 to montreal
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1441
what is dl
return dl ;return what #1 is
['select', 'project']
train
ATIS_train_1442
what ground transportation is there in denver
return ground transportation ;return #1 in denver
['select', 'filter']
train
ATIS_train_1443
flights from cincinnati to dallas departing after 718am
return flights ;return #1 from cincinnati ;return #2 to dallas ;return #3 that are departing after 718am
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1444
show me flights from denver to washington dc on wednesdays
return flights ;return #1 from denver ;return #2 to washington dc ;return #3 on wednesdays
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1445
what flights are available friday afternoon from pittsburgh to san francisco
return flights ;return #1 from pittsburgh ;return #2 to san francisco ;return #3 on friday afternoon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1446
what is the cheapest flight from pittsburgh to atlanta one way
return flights ;return #1 from pittsburgh ;return #2 to atlanta ;return #3 that are one ways ;return #4 that is the cheapest
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1447
please give me round trip fares from baltimore to philadelphia
return flights ;return #1 from baltimore ;return #2 to philadelphia ;return round trip fares of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1448
i need a flight from atlanta to baltimore and this flight should arrive at 7pm please
return flights ;return #1 from atlanta ;return #2 to baltimore ;return #3 that arrive at 7pm
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1449
what flights go from newark to boston after 5pm
return flights ;return #1 from newark ;return #2 to boston ;return #3 after 5pm
['select', 'filter', 'filter', 'filter']
train
ATIS_train_145
show me flights from philadelphia to san francisco on wednesdays
return flights ;return #1 from philadelphia ;return #2 to san francisco ;return #3 on wednesdays
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1450
find me the earliest flight from boston to denver that serves breakfast
return flights ;return #1 from boston ;return #2 to denver ;return #3 that serves breakfast ;return #4 that is the earliest
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1451
show me flights which leave from boston on july twenty second arriving in pittsburgh
return flights ;return #1 that leave boston ;return #2 which leave on july second ;return #3 arriving in pittsburgh
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1452
all right what i'd like to do is find the cheapest one way fare from boston to denver
return flights ;return #1 that is one way ;return #2 from boston ;return #3 to denver ;return fares of #4 ;return #5 that is the cheapest
['select', 'filter', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1453
please list all flights between indianapolis and orlando on the twenty seventh of december
return flights ;return #1 between indianapolis ;return #2 and orlando ;return #3 on december twenty seventh
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1454
flight leaving from oakland to salt lake city
return flights ;return #1 from oakland ;return #2 to salt lake city
['select', 'filter', 'filter']
train
ATIS_train_1455
please inform me the type of aircraft used on a flight from atlanta to denver before 12 o'clock noon
return flights ;return #1 from atlanta ;return #2 to denver ;return #3 that are before 12 o'clock noon ;return the type of aircraft of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1456
flight from dc to salt lake city
return flights ;return #1 from dc ;return #2 to salt lake city
['select', 'filter', 'filter']
train
ATIS_train_1457
what planes does united use
return flights ;return #1 on united ;return the planes of #2
['select', 'filter', 'project']
train
ATIS_train_1458
friday's flights between newark and tampa
return flights ;return #1 between newark and tampa ;return #2 on friday
['select', 'filter', 'filter']
train
ATIS_train_1459
show me ground transportation information for dallas fort worth
return ground transportations ;return #1 in dallas fort worth ;return information on #2
['select', 'filter', 'project']
train
ATIS_train_146
i want a flight from atlanta to pittsburgh
return flights ;return #1 from atlanta ;return #2 to pittsburgh
['select', 'filter', 'filter']
train
ATIS_train_1460
what is the first flight from boston to atlanta
return flights ;return #1 from boston ;return #2 to atlanta ;return the first of #3
['select', 'filter', 'filter', 'aggregate']
train
ATIS_train_1461
what are the flights from boston to atlanta
return flights ;return #1 from boston ;return #2 to atlanta
['select', 'filter', 'filter']
train
ATIS_train_1463
what is the cheapest one way fare from atlanta to boston
return flights ;return #1 that are one way ;return #2 from atlanta ;return #3 to boston ;return fares of #4 ;return #5 that is the cheapest
['select', 'filter', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1464
show me all flights from oakland to philadelphia on saturday which serve a meal and arrive in philadelphia before noon
return flights ;return #1 from oakland ;return #2 to philadelphia ;return #3 on saturday ;return #4 that serve a meal ;return #5 which arrive before noon
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1465
i'd like a flight from columbus to phoenix stopping in cincinnati and serving dinner what's available
return flights ;return #1 from columbus ;return #2 to phoenix ;return #3 stopping in cincinnati ;return #4 and serving dinner
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1466
what is the most expensive flight from boston to dallas
return flights ;return #1 from boston ;return #2 to dallas ;return most expensive of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1467
list the cheapest round trip flights from orlando to kansas city
return flights ;return #1 from orlando ;return #2 to kansas city ;return #3 that are round trip ;return price of #4 ;return #4 where #5 is the lowest
['select', 'filter', 'filter', 'filter', 'project', 'comparative']
train
ATIS_train_1468
what flights leave san francisco on monday night and arrive at atlanta later in the evening
return flights ;return #1 from san francisco ;return #2 to atlanta ;return #3 that leave on monday night ;return #4 that arrive later in the evening
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1469
list the number of flights arriving in dallas fort worth from boston before noon
return flights ;return #1 arriving in dallas fort worth ;return #2 from boston ;return #3 before noon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_147
what is the ap/57 restriction
return ap/57 restriction ;return what is #1
['select', 'project']
train
ATIS_train_1470
show me the flights from san francisco to boston on august thirty first
return flights ;return #1 from san francisco ;return #2 to boston ;return #3 on august thirty first
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1471
okay i need to get a flight from houston to seattle
return flights ;return #1 from houston ;return #2 to seattle
['select', 'filter', 'filter']
train
ATIS_train_1472
show flights from new york city to las vegas
return flights ;return #1 from new york city ;return #2 to las vegas
['select', 'filter', 'filter']
train
ATIS_train_1473
what are fare codes qw and qx
return fare code qw ;return fare code qx ;return #1 , #2 ;return what #3 are
['select', 'select', 'union', 'project']
train
ATIS_train_1474
show business class fares on us air from boston to toronto
return flights ;return #1 on us air ;return #2 in business class ;return #3 from boston ;return #4 to toronto
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1475
list all flights on continental from denver to chicago on sunday which depart after 934pm
return flights ;return #1 on continental ;return #2 from denver ;return #3 to chicago ;return #4 on sunday ;return #5 which depart after 934pm
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1477
what flights leave charlotte north carolina and arrive in phoenix arizona on monday before 4pm
return flights ;return #1 from charlotte north carolina ;return #2 to phoenix arizona ;return #3 that arrive monday before 4pm
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1478
what flights go from boston to pittsburgh after 6 o'clock next tuesday
return flights ;return #1 from boston ;return #2 to pittsburgh ;return #3 after 6 o'clock ;return #4 next tuesday
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1479
what flights go from denver to san francisco
return flights ;return #1 from denver ;return #2 to san francisco
['select', 'filter', 'filter']
train
ATIS_train_148
i would like to fly us air from orlando to cleveland in the late evening what do you have available
return flights ;return #1 on us air ;return #2 from orlando ;return #3 to cleveland ;return #4 in the late evening ;return #5 that are available
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1480
show me the flights from dallas to atlanta
return flights ;return #1 from dallas ;return #2 to atlanta
['select', 'filter', 'filter']
train
ATIS_train_1481
what are the flights on january first 1992 from boston to san francisco
return flights ;return #1 from boston ;return #2 to san francisco ;return #3 on january first 1992
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1482
list list flights between oakland and denver
return flights ;return #1 between oakland ;return #2 and denver
['select', 'filter', 'filter']
train
ATIS_train_1483
can you show me economy class one way fares for flights from oakland to dallas on december sixteenth
return flights ;return #1 in economy class ;return #2 that are one way ;return #3 from oakland ;return #4 to dallas ;return #5 on december sixteenth ;return fares of #6
['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'project']
train