question_id
stringlengths
11
60
question_text
stringlengths
7
294
decomposition
stringlengths
13
606
operators
stringlengths
10
260
split
stringclasses
1 value
ATIS_train_1484
show me some information on making a reservation from philadelphia to denver on sunday
return flights ;return #1 from philadelphia ;return #2 to denver ;return #3 on sunday ;return reservation information of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1485
show me flights from washington to boston on friday
return flights ;return #1 from washington ;return #2 to boston ;return #3 on friday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1486
please show me flights from pittsburgh to atlanta on wednesday morning serving breakfast
return flights ;return #1 from pittsburgh ;return #2 to atlanta ;return #3 on wednesday morning ;return #4 serving breakfast
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1487
what ground transportation is available in baltimore for the day after tomorrow
return transportation ;return #1 that is ground ;return #2 available in baltimore ;return #3 for the day after tomorrow
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1488
i'd like to find a flight from las vegas to detroit michigan that leaves in the afternoon on monday
return flights ;return #1 from las vegas ;return #2 to detroit michigan ;return #3 that leaves monday afternoon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1489
show me the earliest flight on wednesday from baltimore to newark
return flights ;return #1 on wednesday ;return #2 from baltimore ;return #3 to newark ;return the earliest of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_149
please list all flights between boston and atlanta
return flights ;return #1 between boston ;return #2 and atlanta
['select', 'filter', 'filter']
train
ATIS_train_1490
please list the flights from washington dc to atlanta
return flights ;return #1 from washington dc ;return #2 to atlanta
['select', 'filter', 'filter']
train
ATIS_train_1491
show me flights from milwaukee to orlando on thursday morning
return flights ;return #1 from milwaukee ;return #2 to orlando ;return #3 on thursday morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1492
on a breakfast flight from philadelphia to dallas via atlanta
return flights ;return #1 from philadelphia ;return #2 to dallas ;return #3 via atlanta ;return #4 with breakfast
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1493
please tell me the times of the flights between boston and baltimore
return flights ;return #1 from boston ;return #2 to baltimore ;return #1 from baltimore ;return #4 to boston ;return #3 , #5 ;return times of #6
['select', 'filter', 'filter', 'filter', 'filter', 'union', 'project']
train
ATIS_train_1494
please show me all airlines with sunday flights from philadelphia to denver
return flights ;return #1 from philadelphia ;return #2 to denver ;return #3 on sunday ;return airlines with #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1495
i need a flight from los angeles to pittsburgh on monday afternoon
return flights ;return #1 from los angeles to pittsburgh ;return #2 on monday afternoon
['select', 'filter', 'filter']
train
ATIS_train_1496
what flights go from dallas to baltimore
return flights ;return #1 that go from dallas ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1497
what type of aircraft flies from pittsburgh to baltimore
return flights ;return #1 from pittsburgh ;return #2 to baltimore ;return type of aircraft of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1498
what flights are there between washington dc and san francisco leaving washington after 6pm on wednesday
return flights ;return #1 between washington dc ;return #2 and san francisco ;return #3 leaving after 6pm wednesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_15
what does d/s stand for for meals
return d/s ;return what is #1
['select', 'project']
train
ATIS_train_150
okay that one's great too now we're going to go on april twenty second dallas to washington the latest nighttime departure one way
return flights ;return #1 from dallas ;return #2 to washington ;return #3 that are the latest nighttime departure ;return #4 that are one way ;return #5 that are on april twenty second
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1500
what are the cheapest round trip flights from denver to pittsburgh
return flights ;return #1 that are round trip ;return #2 from denver ;return #3 to pittsburgh ;return #4 that are cheapest
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1501
show me flights from dallas to atlanta on tuesday
return flights ;return #1 from dallas ;return #2 to atlanta ;return #3 on tuesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1502
give me the flights for american airline from dallas to san francisco
return flights ;return flights on american airlines ;return #2 from dallas ;return #3 to san francisco
['select', 'select', 'filter', 'filter']
train
ATIS_train_1503
please show me flights from atlanta to oakland california on thursday after 1600 hours
return flights ;return #1 from atlanta ;return #2 to oakland california ;return #3 on thursday after 1600 hours
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1505
list the flights arriving in boston from atlanta on august fifth
return flights ;return #1 from atlanta ;return #2 to boston ;return #3 arriving august fifth
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1506
flights from nashville to orlando daily
return flights ;return #1 from nashville ;return #2 to orlando daily
['select', 'filter', 'filter']
train
ATIS_train_1507
which flights are there on tuesday from san francisco to pittsburgh
return flights ;return #1 on tuesday ;return #2 from san francisco ;return #3 to pittsburgh
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1509
could i have the flights from newark to orlando please
return flights ;return #1 from newark ;return #2 to orlando
['select', 'filter', 'filter']
train
ATIS_train_151
what evening flights do you have available from baltimore to philadelphia
return flights ;return #1 from baltimore ;return #2 to philadelphia ;return #3 in the evening
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1510
what flights leave seattle on sunday on continental after 9pm
return flights ;return #1 on continental ;return #2 that leave seattle ;return #3 on sunday ;return #4 after 9pm
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1511
what is the earliest flight arriving in charlotte from st. louis on friday
return flights ;return #1 on friday ;return #2 from st. louis ;return #3 to charlotte ;return the earliest of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1512
information on flights from pittsburgh to philadelphia
return flights ;return #1 from pittsburgh ;return #2 to philadelphia ;return information on #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1513
what are the seating capacities of planes between pittsburgh and baltimore
return flights ;return #1 between pittsburgh ;return #2 and baltimore ;return planes of #3 ;return seating capacities of #4
['select', 'filter', 'filter', 'project', 'project']
train
ATIS_train_1514
what are your flights from pittsburgh to baltimore
return flights ;return #1 from pittsburgh ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1515
list all the arriving flights at general mitchell international
return flights ;return #1 that are arriving ;return #2 at general mitchell international
['select', 'filter', 'filter']
train
ATIS_train_1516
what flights are available from atlanta to washington dc on wednesday
return flights ;return #1 from atlanta ;return #2 to washington dc ;return #3 on wednesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1517
how many first class flights are provided by american airlines
return flights ;return #1 provided by american airlines ;return #2 that are first class ;return number of #3
['select', 'filter', 'filter', 'aggregate']
train
ATIS_train_1518
show me the flights from los angeles to pittsburgh which arrive at pittsburgh on monday
return flights ;return #1 from los angeles ;return #2 that arrive at pittsburgh ;return #3 on monday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1519
i need to fly from washington to san francisco but i'd like to stop over at dallas can you tell me a schedule of flights that will do that
return flights ;return #1 from washington ;return #2 to san francisco ;return #3 with a stop over in dallas
['select', 'filter', 'filter', 'filter']
train
ATIS_train_152
find a flight from washington dc to san francisco on tuesday
return flights ;return #1 from washington ;return #2 to san francisco ;return #3 on tuesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1520
list all flights from long beach to columbus on sunday
return flights ;return #1 from long beach ;return #2 to columbus ;return #3 on sunday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1521
show me all flights from denver to baltimore
return flights ;return #1 from denver ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1522
all flights phoenix to sfo
return flights ;return #1 phoenix ;return #2 to sfo
['select', 'filter', 'filter']
train
ATIS_train_1523
i would like to find a flight that goes from tampa to montreal making a stop in new york and a flight that serves lunch
return flights ;return #1 from tampa ;return #2 to montreal ;return #3 with a stop in new york ;return #4 that serves lunch
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1524
explain the fare code q
return fare code q ;return explain #1
['select', 'project']
train
ATIS_train_1525
what classes of service does twa provide
return services ;return #1 that twa provide ;return classes of #2
['select', 'filter', 'project']
train
ATIS_train_1526
flights from boston flights from philadelphia to boston on monday
return flights ;return #1 from philadelphia ;return #2 to boston ;return #3 on monday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1527
i'd like a flight tomorrow from columbus to houston with a stopover in nashville
return flights ;return #1 from columbus ;return #2 to houston ;return #3 with a stopover in nashville ;return #4 that are tomorrow
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1528
i'd like a united airlines flight on wednesday from san francisco to boston
return flights ;return #1 on united airlines ;return #2 on wednesday ;return #3 from san francisco ;return #4 to boston
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1529
are there any flights between philadelphia and denver
return flights ;return #1 between philadelphia ;return #2 and denver ;return are there any #3
['select', 'filter', 'filter', 'boolean']
train
ATIS_train_153
what do you have tomorrow morning from pittsburgh to atlanta
return from pittsburgh ;return #1 to atlanta ;return #2 that is tomorrow ;return #3 that is in the morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1530
i want to fly from kansas city to chicago next wednesday arriving in the evening and returning the next day
return flights ;return #1 from kansas city ;return #2 to chicago ;return #3 that are next wednesday ;return #4 that are arriving in the evening ;return #5 that are returning the next day
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1531
what is the cheapest flight from pittsburgh to atlanta
return flights ;return #1 from pittsburgh ;return #2 to atlanta ;return cheapest of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1532
repeating leaving denver to san francisco before 10am what type of aircraft is used
return flights ;return #1 from denver ;return #2 that are before 10am ;return #3 to san francisco ;return aircraft of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1534
i want to fly from cleveland to san diego tomorrow and stop in indianapolis
return flights ;return #1 from cleveland ;return #2 to san diego ;return #3 on tomorrow ;return #4 that stop in indianapolis
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1535
does continental fly from denver to pittsburgh
return flights ;return #1 from denver ;return #2 to pittsburgh ;return continental of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1536
please show me flights from denver to san francisco on wednesday after 1300 hours
return flights ;return #1 from denver ;return #2 to san francisco ;return #3 after 1300 hours
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1537
show me all the us air flights to pittsburgh between 12 and 4 in the afternoon
return flights ;return #1 to pittsburgh ;return #2 between 12 and 4 in there afternoon ;return #3 on us air
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1538
i need the flights that leave denver after 7pm next monday and fly to pittsburgh
return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 that leave after 7pm ;return #4 next monday
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1539
list all nonstop flights on tuesday before noon from charlotte to baltimore
return flights ;return #1 that are nonstop ;return #2 from charlotte ;return #3 to baltimore ;return #4 on tuesday before noon
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_154
flights from denver to seattle on saturday morning on continental
return flights ;return #1 on continental ;return #2 from denver ;return #3 to seattle ;return #4 on saturday morning
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1541
please show flights arriving in philadelphia from denver
return flights ;return #1 from denver ;return #2 arriving in philadelphia
['select', 'filter', 'filter']
train
ATIS_train_1542
i'd like to go to boston from denver and i'd like to get there
return flights ;return #1 from boston ;return #2 to denver
['select', 'filter', 'filter']
train
ATIS_train_1543
show me all flights from pittsburgh to baltimore tomorrow which serve a meal
return flights ;return #1 from pittsburgh ;return #2 to baltimore ;return #3 tomorrow ;return #4 that serve a meal
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1544
ground transportation for st. paul
return transportations ;return #1 for st. paul ;return #2 that is ground
['select', 'filter', 'filter']
train
ATIS_train_1545
fares and flights from baltimore to philadelphia
return flights ;return #1 from baltimore ;return #2 to philadelphia ;return the fare of #3 ;return #3 , #4
['select', 'filter', 'filter', 'project', 'union']
train
ATIS_train_1546
i would like the time of all flights from san francisco to pittsburgh on sunday
return flights ;return #1 from san francisco ;return #2 to pittsburgh ;return #3 on sunday ;return times of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1547
cheapest airfare from tacoma to orlando
return flights ;return #1 from tacoma ;return #2 to orlando ;return airfares of #3 ;return #3 where #4 is cheapest
['select', 'filter', 'filter', 'project', 'comparative']
train
ATIS_train_1548
show me flights from philadelphia to baltimore
return flights ;return #1 from philadelphia ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1549
does united have a flight from miami to washington dc on wednesday
return flights ;return #1 on united ;return #2 from miami ;return #3 to washington dc ;return #4 on wednesday ;return is there any #5
['select', 'filter', 'filter', 'filter', 'filter', 'boolean']
train
ATIS_train_155
what is the latest return flight from atlanta to boston
return flights ;return #1 from atlanta ;return #2 to boston ;return return of #3 ;return #4 that is latest
['select', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1550
list all the flights from atlanta to philadelphia on august the first
return flights ;return #1 from atlanta ;return #2 to philadelphia ;return #3 on august the first
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1551
could you tell me if delta flight 296 serves breakfast
return delta flight 296 ;return if #1 serves breakfast
['select', 'boolean']
train
ATIS_train_1552
i would like a schedule of flights from san francisco to boston on wednesday
return flights ;return #1 from san francisco ;return #2 to boston ;return #3 on wednesday ;return schedule of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1553
can you give me a list of the flights from atlanta to boston
return flights ;return #1 from atlanta ;return #2 to boston ;return a list of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1554
what's the lowest round trip fare from denver to pittsburgh
return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 that are round trip ;return fares of #4 ;return #5 that are there lowest
['select', 'filter', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1555
round trip fares from denver to philadelphia under 1000 dollars
return round trip flights ;return #1 from denver to philadelphia ;return #2 fare under 1000 dollars
['select', 'filter', 'filter']
train
ATIS_train_1556
how can i go from the san francisco airport to downtown san francisco
return how to go ;return #1 from the san francisco airport ;return #2 to downtown san francisco
['select', 'filter', 'filter']
train
ATIS_train_1557
what are the afternoon flights between washington and boston
return flights ;return #1 between washington and boston ;return #2 in the afternoon
['select', 'filter', 'filter']
train
ATIS_train_1558
show me the cheapest flights from san francisco to boston
return flights ;return #1 from san francisco ;return #2 to boston ;return cheapness of #3 ;return #3 where #4 is cheapest
['select', 'filter', 'filter', 'project', 'comparative']
train
ATIS_train_1559
please show me airlines with flights from philadelphia to dallas
return flights ;return #1 from philadelphia ;return #2 to dallas ;return airlines of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_156
what flight from denver to pittsburgh arrives earliest in the morning
return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 that arrives earliest in the morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1560
give me a list of airlines in pittsburgh
return airlines ;return #1 in pittsburgh ;return a list of #2
['select', 'filter', 'project']
train
ATIS_train_1561
what is the cheapest fare that i can get between philadelphia and san francisco
return flights ;return #1 from philadelphia ;return #2 to san francisco ;return fares of #3 ;return #4 that are the cheapest
['select', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1562
what is the distance from san francisco international airport to san francisco
return distances ;return #1 from san francisco international airport ;return #2 to san francisco
['select', 'filter', 'filter']
train
ATIS_train_1563
what does ea mean
return ea ;return what #1 mean
['select', 'project']
train
ATIS_train_1564
show me the flights from boston to san francisco that arrive in the afternoon
return flights ;return #1 from boston ;return #2 to san francisco ;return #3 that arrive in the afternoon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1565
what flights do you have between oakland and boston with a stopover in dallas fort worth
return flights ;return #1 between oakland ;return #2 and boston ;return #3 with a stopover in dallas fort worth
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1567
what does the airline code dl stand for
return airline code dl ;return what #1 stands for
['select', 'project']
train
ATIS_train_1569
what is your last trip from washington to boston on august twenty seventh
return trips ;return #1 on august twenty seventh ;return #2 from washington ;return #3 to boston ;return the last of #4
['select', 'filter', 'filter', 'filter', 'aggregate']
train
ATIS_train_157
show all flights from denver to san francisco
return flights ;return #1 from denver ;return #2 to san francisco
['select', 'filter', 'filter']
train
ATIS_train_1570
what flights go to san francisco from boston
return flights ;return #1 from san francisco ;return #2 to boston
['select', 'filter', 'filter']
train
ATIS_train_1571
show me the flights from boston to oakland
return flights ;return #1 from boston ;return #2 to oakland
['select', 'filter', 'filter']
train
ATIS_train_1572
what is the total seating capacity of all aircraft of american airlines
return american airlines ;return aircraft of #1 ;return seating capacities of #2 ;return sum of #3
['select', 'project', 'project', 'aggregate']
train
ATIS_train_1573
i need to fly leaving philadelphia to atlanta
return flights ;return #1 from philadelphia ;return #2 to atlanta
['select', 'filter', 'filter']
train
ATIS_train_1574
what flights go from philadelphia to dallas via atlanta
return flights ;return #1 from philadelphia ;return #2 to dallas ;return #3 via atlanta
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1575
what is ff
return ff ;return what #1 is
['select', 'project']
train
ATIS_train_1576
give me a flight from newark to tampa on friday
return flights ;return #1 from newark ;return #2 to tampa ;return #3 on friday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1577
philadelphia to dallas arriving before 1 in the afternoon
return arriving before 1 in the afternoon ;return #1 from philadelphia ;return #2 to dallas
['select', 'filter', 'filter']
train
ATIS_train_1578
give me the flights from boston to san francisco leaving early today
return flights ;return #1 from boston ;return #2 to san francisco ;return #3 leaving early ;return #3 leaving today ;return #3 in both #4 and #5
['select', 'filter', 'filter', 'filter', 'filter', 'intersection']
train
ATIS_train_1579
what is the cost of a business class ticket going from boston to dallas leaving july first
return flights ;return #1 in business class ;return #2 from boston ;return #3 to dallas ;return #4 leaving july first ;return costs of #5
['select', 'filter', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_158
what flights are there tomorrow from tacoma to san jose
return flights ;return #1 from tacoma ;return #2 to san jose ;return #3 tomorrow
['select', 'filter', 'filter', 'filter']
train