question_id
stringlengths
11
60
question_text
stringlengths
7
294
decomposition
stringlengths
13
606
operators
stringlengths
10
260
split
stringclasses
1 value
ATIS_train_1679
i need a listing of flights from st. petersburg florida to tacoma washington leaving tomorrow and i would like to have a stopover in milwaukee please
return flights ;return #1 from st. petersburg florida to tacoma washington ;return #2 leaving tomorrow ;return #3 that have a stopover in milwaukee
['select', 'filter', 'filter', 'filter']
train
ATIS_train_168
what are the flights from milwaukee to orlando on wednesday night
return flights ;return #1 from milwaukee ;return #2 to orlando ;return #3 on wednesday night
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1680
show me the lowest fare for a round trip flight from baltimore to dallas
return flights ;return #1 from baltimore ;return #2 to dallas ;return #3 that are round trip ;return fares of #4 ;return the lowest #5
['select', 'filter', 'filter', 'filter', 'project', 'aggregate']
train
ATIS_train_1681
please list all the arriving and departing flights from general mitchell international
return flights ;return #1 arriving to general mitchell international ;return #1 departing from general mitchell international ;return #2 , #3
['select', 'filter', 'filter', 'union']
train
ATIS_train_1682
what type of plane is an m80
return planes ;return #1 that are m80 ;return types of #2
['select', 'filter', 'project']
train
ATIS_train_1683
do you have an early morning direct flight from philadelphia to pittsburgh
return flights ;return #1 that are early morning ;return #2 that are direct ;return #3 from philadelphia ;return #4 to pittsburgh
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1684
list the american airlines flights from dallas to san francisco
return flights ;return #1 on american airlines ;return #2 from dallas ;return #3 to san francisco
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1685
list flights from houston to memphis june twenty ninth
return flights ;return #1 from houston ;return #2 to memphis ;return #3 on june twenty ninth
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1686
what flights are there from charlotte to baltimore
return flights ;return #1 from charlotte ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1687
what are the cheapest fares for flights from newark to la leaving wednesday after 3pm
return flights ;return #1 from newark ;return #2 to la ;return #3 leaving wednesday after 3pm ;return fares of #4 ;return #5 that are the cheapest
['select', 'filter', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1688
i want to fly from detroit to st. petersburg on northwest airlines and leave around 9am tell me what aircraft are used by this flight and tell me the flight number
return flight ;return #1 from detroit ;return #2 to st. petersburg ;return #3 on northwest airlines ;return #4 that leave around 9am ;return aircraft used by #5 ;return flight number of of #5 ;return #5 , #6 , #7
['select', 'filter', 'filter', 'filter', 'filter', 'project', 'aggregate', 'union']
train
ATIS_train_1689
flights and fares from denver to oakland
return flights ;return #1 from denver to oakland ;return fares of #2 ;return #2 , #3
['select', 'filter', 'project', 'union']
train
ATIS_train_169
i would like a list of the round trip flights between indianapolis and orlando on the twenty seventh or the twenty eighth of december
return flights ;return #1 between indianapolis and orlando ;return round trip #2 on december twenty seventh ;return round trip #2 on december twenty eighth ;return #3 , #4
['select', 'filter', 'project', 'project', 'union']
train
ATIS_train_1690
display all flights leaving from toronto to san diego on us air laying over in washington dc
return flights ;return #1 on us air ;return #2 from toronto ;return #3 to san diego ;return #4 laying over in washington dc
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1691
what is the latest flight in the day from baltimore to atlanta
return flights ;return #1 from baltimore ;return #2 to atlanta ;return #3 that is the latest
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1692
what is the cost of a first class ticket from baltimore to dallas
return flights ;return #1 from baltimore ;return #2 to dallas ;return #3 in first class ;return the cost of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1693
show me fares from baltimore to philadelphia
return fares ;return #1 from baltimore ;return #2 to philadelphia
['select', 'filter', 'filter']
train
ATIS_train_1694
flight from philadelphia to dallas arriving before 4pm on saturday
return flights ;return #1 from philadelphia ;return #2 to dallas ;return #3 arriving before 4pm ;return #4 on saturday
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1695
what are the cheapest flights from denver to pittsburgh that stop in atlanta
return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 that stop in atlanta ;return #4 that are the cheapest
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1696
what flights are from memphis to las vegas
return flights ;return #1 from memphis ;return #2 to las vegas
['select', 'filter', 'filter']
train
ATIS_train_1697
what ground transportation is available in denver
return ground transportations ;return #1 in denver ;return #2 that is available
['select', 'filter', 'filter']
train
ATIS_train_1698
i need a flight from philadelphia to denver
return flights ;return #1 from philadelphia ;return #2 to denver
['select', 'filter', 'filter']
train
ATIS_train_1699
i need a flight from philadelphia to san francisco next wednesday
return flights ;return #1 from philadelphia ;return #2 to san francisco ;return #3 that are next wednesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_17
what are the flights from charlotte to atlanta returning on tuesday july thirteenth
return flights ;return #1 from charlotte ;return #2 to atlanta ;return #3 returning on tuesday july thirteenth
['select', 'filter', 'filter', 'filter']
train
ATIS_train_170
list the flights from philadelphia to san francisco via dallas
return flights ;return #1 from philadelphia ;return #2 to san francisco ;return #3 via dallas
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1700
i'd like to travel from boston to baltimore on us air 269 please tell me the times
return flights ;return #1 on us air 269 ;return #2 from boston ;return #3 to baltimore ;return times of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1701
what is the earliest flight from oakland to washington dc on sunday
return flights ;return #1 from oakland ;return #2 to washington dc ;return #3 on sunday ;return earliest of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1702
what flights from atlanta to washington
return flights ;return #1 from atlanta ;return #2 to washington
['select', 'filter', 'filter']
train
ATIS_train_1703
show me the flights from dallas to baltimore at economy level
return flights ;return #1 at economy level ;return #2 from dallas ;return #3 to baltimore
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1704
airline that stands for dl
return airline ;return #1 that stands for dl
['select', 'filter']
train
ATIS_train_1705
on november twenty third of this year 1991 i'd like to fly from atlanta to denver and i'd like to fly on delta
return flights ;return #1 from atlanta ;return #2 to denver ;return #3 on delta ;return #4 on november twenty third 1991
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1706
how many flights has continental into and out of atlanta
return flights ;return #1 on continental ;return #2 into atlanta ;return number of #3 ;return #2 out of atlanta ;return number of #5 ;return sum of #4 and #6
['select', 'filter', 'filter', 'aggregate', 'filter', 'aggregate', 'arithmetic']
train
ATIS_train_1707
please list the flight times from pittsburgh to newark
return flights ;return #1 from pittsburgh ;return #2 to newark ;return flight times of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1708
list all flights from chicago to seattle on continental airlines which depart on saturday before noon and include a meal
return flights ;return #1 from chicago ;return #2 to seattle ;return #3 on continental airlines ;return #4 on saturday ;return #5 before noon ;return #6 that include a meal
['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1709
please show me any united flights including connections between boston and san francisco at 5 in the evening
return flights ;return #1 on united ;return #2 with connections between boston ;return #3 and san francisco ;return #4 at 5 in the evening
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_171
information on american airlines from fort worth texas to philadelphia
return american airlines ;return #1 from fort worth texas ;return #2 to philadelphia ;return information on #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1710
how much does it cost to go from downtown to logan airport
return go from downtown ;return #1 to logan airport ;return cost of #2
['select', 'filter', 'project']
train
ATIS_train_1711
can you list all flights between milwaukee and chicago
return flights ;return #1 between milwaukee and chicago
['select', 'filter']
train
ATIS_train_1712
show me all flights from san diego to new york using dc10
return flights ;return #1 from san diego ;return #2 to new york ;return #3 using dc10
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1713
nonstop flights from seattle to denver
return flights ;return #1 from seattle ;return #2 to denver ;return #3 which are nonstop
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1714
are there any other cities that i can fly from boston to dallas through that i can get a flight earlier than 1017 in the morning
return flights ;return #1 from boston ;return #2 to dallas ;return #3 earlier than 1017 in the morning ;return city that #4 is through
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1715
can you list all flights departing from toronto and landing in san diego with a stopover in denver
return flights ;return #1 from toronto ;return #2 to san diego ;return #3 with a stopover in denver
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1716
i would like to see the flights from baltimore to philadelphia
return flights ;return #1 from baltimore ;return #2 to philadelphia
['select', 'filter', 'filter']
train
ATIS_train_1717
shortest morning flights from cincinnati to tampa
return flights ;return #1 from cincinnati ;return #2 to tampa ;return #3 in the morning ;return the shortest #4
['select', 'filter', 'filter', 'filter', 'aggregate']
train
ATIS_train_1718
all right what do you have from oakland to philadelphia on wednesday
return from oakland ;return #1 to philadelphia ;return #2 on wednesday
['select', 'filter', 'filter']
train
ATIS_train_1719
can you tell me the cheapest one way fare from boston to san francisco
return flights ;return #1 from boston ;return #2 to san francisco ;return #3 that are one way ;return fares of #4 ;return #5 that is cheapest
['select', 'filter', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_172
list all the flights from charlotte to atlanta that return around 7pm
return flights ;return #1 from charlotte ;return #2 to atlanta ;return #3 that return around 7pm
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1720
i would like to fly from denver to pittsburgh on united airlines
return flights ;return #1 on united airlines ;return #2 from denver ;return #3 to pittsburgh
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1721
show me all flights for tomorrow from san francisco to pittsburgh
return flights ;return #1 from san francisco ;return #2 to pittsburgh ;return #3 for tomorrow
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1722
information on flights from denver to philadelphia
return flights ;return #1 from denver ;return #2 to philadelphia ;return information on #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1723
i'd like a flight tomorrow from san diego to toronto
return flights ;return #1 from san diego ;return #2 to toronto ;return #3 on tomorrow
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1724
show all flights from pittsburgh to oakland
return flights ;return #1 from pittsburgh ;return #2 to oakland
['select', 'filter', 'filter']
train
ATIS_train_1725
list all flights on sunday from san francisco to pittsburgh nonstop
return flights ;return #1 from san francisco ;return #2 to pittsburgh ;return #3 on sunday ;return #4 that are nonstop
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1726
also show me the first flight from atlanta to denver on a thursday
return flights ;return #1 from atlanta ;return #2 to denver ;return #3 on a thursday ;return the first #4
['select', 'filter', 'filter', 'filter', 'aggregate']
train
ATIS_train_1727
flights from phoenix to newark
return flights ;return #1 from phoenix ;return #2 to newark
['select', 'filter', 'filter']
train
ATIS_train_1728
find me a flight leaving boston at 12 o'clock
return flights ;return #1 leaving boston ;return #2 at 12 o'clock
['select', 'filter', 'filter']
train
ATIS_train_1729
show me a list of flights on american airlines from boston to dc on july twenty second
return flights ;return #1 on american airlines ;return #2 from boston ;return #3 to dc ;return #4 on july twenty second
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_173
i want to fly dallas to san francisco on monday july eighth
return flights ;return #1 from dallas ;return #2 to san francisco ;return #3 on july eighth ;return #4 on monday
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1730
what flights leave phoenix on american airlines
return flights ;return #1 on american airlines ;return #2 that leave phoenix
['select', 'filter', 'filter']
train
ATIS_train_1731
what is the earliest flight from philadelphia to dallas first class
return flights ;return #1 from philadelphia ;return #2 to dallas ;return #3 in first class ;return #4 that is the earliest
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1732
what are the evening flights from atlanta to baltimore
return flights ;return #1 from atlanta ;return #2 to baltimore ;return #3 which are in the evening
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1733
what are the flights for united airlines on september twentieth in the morning
return flights ;return #1 on united airlines ;return #2 in the morning ;return #3 on september twentieth
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1734
flights from phoenix to las vegas
return flights ;return #1 from phoenix ;return #2 to las vegas
['select', 'filter', 'filter']
train
ATIS_train_1735
flight information between washington and denver on september third
return flights ;return #1 between washington ;return #2 and denver ;return #3 on september third
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1736
i'd like to find the least expensive one way fare from boston to philadelphia
return fares ;return #1 that are one way ;return #2 from boston ;return #3 to philadelphia ;return #4 that is least expensive
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1737
what does flight code us mean
return flight code us ;return what #1 mean
['select', 'project']
train
ATIS_train_1738
what are the flights from denver to pittsburgh
return flights ;return #1 from denver ;return #2 to pittsburgh
['select', 'filter', 'filter']
train
ATIS_train_1739
rental car in baltimore
return rental cars ;return #1 in baltimore
['select', 'filter']
train
ATIS_train_174
does delta airlines fly from pittsburgh to atlanta
return flights ;return #1 from pittsburgh ;return #2 to atlanta ;return #3 on delta airlines ;return number of #4 ;return is #5 more than zero
['select', 'filter', 'filter', 'filter', 'aggregate', 'boolean']
train
ATIS_train_1740
what is the latest flight from philadelphia to boston
return flights ;return #1 from philadelphia ;return #2 to boston ;return the latest of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1741
i want a flight on continental airlines leaving san francisco california arriving pittsburgh pennsylvania
return flights ;return #1 on continental ;return #2 from san francisco california ;return #3 to pittsburgh pennsylvania
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1742
shortest flight from ontario california to orlando florida
return flights ;return #1 from ontario california ;return #2 to orlando florida ;return the shortest #3
['select', 'filter', 'filter', 'aggregate']
train
ATIS_train_1743
name the earliest flight from boston to san francisco
return flights ;return #1 from boston ;return #2 to san francisco ;return #3 that is the earliest
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1744
is there a meal on delta flight 852 from san francisco to dallas fort worth
return delta flight 852 ;return if #1 has a meal
['select', 'boolean']
train
ATIS_train_1745
do you have a flight from atlanta to boston
return flight ;return #1 from atlanta ;return #2 to boston
['select', 'filter', 'filter']
train
ATIS_train_1746
i would like a flight from denver to pittsburgh
return flights ;return #1 from denver ;return #2 to pittsburgh
['select', 'filter', 'filter']
train
ATIS_train_1747
flight from milwaukee to denver
return flights ;return #1 from milwaukee ;return #2 to denver
['select', 'filter', 'filter']
train
ATIS_train_1748
what is the aircraft type with the greatest seating capacity
return aircraft types ;return seating capacities of #1 ;return #1 where #2 is highest
['select', 'project', 'superlative']
train
ATIS_train_1749
show flights between denver and san francisco for september seventeenth
return flights ;return #1 between denver and san francisco ;return #2 for september seventeenth
['select', 'filter', 'filter']
train
ATIS_train_175
what is the latest afternoon flight departing san francisco and arriving in boston on november ninth
return flights ;return #1 that are departing san francisco ;return #2 in the afternoon ;return #3 that are arriving in boston ;return #4 on november ninth ;return the latest #5
['select', 'filter', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1750
show me the flights from atlanta to washington dc on thursday evening
return flights ;return #1 from atlanta ;return #2 to washington dc ;return #3 on thursday ;return #4 in the evening
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1751
i'm trying to find the flight number from a flight from orlando to cleveland on us air and it arrives around 10pm
return flights ;return #1 from orlando ;return #2 to cleveland ;return #3 on us air ;return #4 that arrives around 10pm ;return flight number of #5
['select', 'filter', 'filter', 'filter', 'filter', 'aggregate']
train
ATIS_train_1752
show me a list of flights from denver to baltimore on united for august third
return flights ;return #1 on united ;return #2 for august third ;return #3 from denver ;return #4 to baltimore
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1753
when do planes leave boston for san francisco
return planes ;return #1 that leave boston ;return #2 that leave for san francisco ;return when do #3 leave
['select', 'filter', 'filter', 'project']
train
ATIS_train_1754
rental cars in boston
return rental cars ;return #1 in boston
['select', 'filter']
train
ATIS_train_1755
show me the flights that go from san diego to newark new jersey by way of houston
return flights ;return #1 from san diego ;return #2 to houston ;return #3 to newark new jersey
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1756
all united airlines flights with stopovers in denver
return flights ;return #1 on united airlines ;return #2 with stopovers in denver
['select', 'filter', 'filter']
train
ATIS_train_1757
what is the lowest fare united charges between boston and san francisco
return flights ;return #1 on united ;return #2 from boston ;return #3 to san francisco ;return fares of #4 ;return the lowest of #5
['select', 'filter', 'filter', 'filter', 'project', 'aggregate']
train
ATIS_train_1758
are there any flights from new york to montreal canada leaving on thursday
return flights ;return #1 from new york ;return #2 to montreal canada ;return #3 leaving thursday ;return are there any #4
['select', 'filter', 'filter', 'filter', 'boolean']
train
ATIS_train_1759
show me flights from dallas to houston and from houston to dallas
return flights ;return #1 from dallas ;return #2 to houston ;return #1 from houston ;return #4 to dallas ;return #3 , #5
['select', 'filter', 'filter', 'filter', 'filter', 'union']
train
ATIS_train_176
is there ground transportation in st. louis
return ground transportation ;return #1 in st. louis
['select', 'filter']
train
ATIS_train_1760
all right would you let me know type of aircraft united airlines is using on the flights from denver to san francisco i would like to know the type of aircraft that they use on these flights before 10 in the morning
return flights ;return #1 on united airlines ;return #2 from denver ;return #3 to san francisco ;return #4 that are before 10 in the morning ;return types of aircraft of #5
['select', 'filter', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1761
what flights leave from nashville to milwaukee
return flights ;return #1 which leave from nashville ;return #2 to milwaukee
['select', 'filter', 'filter']
train
ATIS_train_1763
i need information on a flight from boston to denver
return flights ;return #1 from boston ;return #2 to denver
['select', 'filter', 'filter']
train
ATIS_train_1764
show me the flights from denver to philadelphia and the flights from pittsburgh to philadelphia
return flights ;return #1 from denver ;return #2 to philadelphia ;return #1 from pittsburgh ;return #4 to philadelphia ;return #3 , #5
['select', 'filter', 'filter', 'filter', 'filter', 'union']
train
ATIS_train_1765
find a flight between denver and oakland the flight should leave in the afternoon and arrive near 5pm the flight should also be nonstop
return flights ;return #1 from denver ;return #2 to oakland ;return #3 leave in the afternoon ;return #4 arrive near 5pm ;return #5 is nonstop
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1766
i'd like united airlines flights from denver to baltimore
return flights ;return #1 on united airlines ;return #2 from denver ;return #3 to baltimore
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1767
show flights from denver to oakland that arrive after 12 o'clock
return flights ;return #1 from denver ;return #2 to oakland ;return #3 that arrive after 12 o'clock
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1768
what's the last flight from houston to dallas
return flights ;return #1 from houston ;return #2 to dallas ;return the last #3
['select', 'filter', 'filter', 'aggregate']
train
ATIS_train_1769
show me flights to san francisco arriving before 1
return flights ;return #1 to san francisco ;return #2 that arrive before 1
['select', 'filter', 'filter']
train