question_id
stringlengths
11
60
question_text
stringlengths
7
294
decomposition
stringlengths
13
606
operators
stringlengths
10
260
split
stringclasses
1 value
ATIS_train_1002
i would like the flights available from boston to denver arriving in denver on 9 o'clock wednesday morning on or by 9 o'clock wednesday morning
return flights ;return #1 from boston ;return #2 that are arriving in denver ;return #3 on wednesday ;return #4 by 9 o'clock in the morning ;return #5 that are available
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1003
what flight do you have from atlanta to dallas on august twenty seventh in the morning
return flights ;return #1 from atlanta ;return #2 to dallas ;return #3 on august twenty seventh ;return #4 in the morning
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1004
list the nonstop flights early tuesday morning from dallas to atlanta
return flights ;return #1 that are nonstop ;return #2 from dallas ;return #3 to atlanta ;return #4 early tuesday morning
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1005
show me all the flights arriving in charlotte around 5pm next monday please
return flights ;return #1 arriving in charlotte ;return #2 that are arriving around 5pm ;return #3 on next monday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1006
what are the classes of service for continental airlines
return continental airlines ;return the classes of service for #1
['select', 'project']
train
ATIS_train_1007
list flights from atlanta to boston leaving between 6pm and 10pm on august eighth
return flights ;return #1 from atlanta ;return #2 to boston ;return #3 leaving on august eighth ;return #4 leaving higher than 6pm ;return #5 leaving lower than 10pm
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1008
how many airports does oakland have
return airports ;return #1 in oakland ;return number of #2
['select', 'filter', 'aggregate']
train
ATIS_train_1009
list 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_101
i need a flight from philadelphia to dallas next wednesday in the morning
return flight ;return #1 from philadelphia ;return #2 to dallas ;return #3 next wednesday ;return #4 in the morning
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1010
what flights from las vegas to montreal on saturday
return flights ;return #1 from las vegas ;return #2 to montreal ;return #3 on saturday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1011
nonstop flights denver to boston
return flights ;return #1 that are nonstop ;return #2 from denver ;return #3 to boston
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1012
i'd like to leave from boston on tuesday and i'd like to leave sometime in the morning
return flights ;return #1 from boston ;return #2 on tuesday ;return #3 in the morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1013
what is the cost of a first class ticket from dallas fort worth to san francisco
return flights ;return #1 in first class ;return #2 from dallas fort worth ;return #3 to san francisco ;return tickets of #4 ;return cost of #5
['select', 'filter', 'filter', 'filter', 'project', 'project']
train
ATIS_train_1015
what does the abbreviation co mean
return co ;return what does #1 mean
['select', 'project']
train
ATIS_train_1016
what does fare code m mean
return fare code m ;return what does #1 mean
['select', 'project']
train
ATIS_train_1017
do you have a twa flight leaving early in the morning to san francisco from denver
return twa flight ;return #1 leaving early in the morning ;return #2 to san francisco from denver
['select', 'filter', 'filter']
train
ATIS_train_1018
what flights depart san francisco after 4pm and fly to washington via indianapolis
return flights ;return #1 that depart san francisco ;return #2 after 4pm ;return #3 that fly to washington ;return #4 via indianapolis
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1019
flights from kansas city to cleveland and price
return flights ;return #1 from kansas city ;return #2 to cleveland ;return prices of #3 ;return #3 , #4
['select', 'filter', 'filter', 'project', 'union']
train
ATIS_train_102
what ground transportation is available in san francisco
return transportation ;return #1 that is ground ;return #2 available in san francisco
['select', 'filter', 'filter']
train
ATIS_train_1020
i'd need information please on a flight from washington dc san francisco california
return flights ;return #1 from washington dc ;return #2 to san francisco california
['select', 'filter', 'filter']
train
ATIS_train_1021
does united airlines fly from boston to dallas fort worth
return united airlines ;return flights on #1 ;return #2 from boston ;return #3 to dallas fort worth ;return if any #4
['select', 'project', 'filter', 'filter', 'boolean']
train
ATIS_train_1022
what flights are there on sunday from seattle to minneapolis
return flights ;return #1 from seattle ;return #2 to minneapolis ;return #3 on sunday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1023
what is the earliest flight you have that leaves philadelphia to dallas
return flights ;return #1 that leave philadelphia ;return #2 to dallas ;return the earliest of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1024
i'd like a flight from st. petersburg to miami on that next thursday
return flights ;return #1 from st. petersburg ;return #2 to miami ;return #3 on that next thursday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1025
all flights from san francisco to boston leaving before noon
return flights ;return #1 from san francisco ;return #2 to boston ;return #3 leaving before noon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1026
please give me direct morning flights from pittsburgh to atlanta
return flights ;return #1 in the morning ;return #2 from pittsburgh ;return #3 to atlanta ;return #4 that are direct
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1027
please find the cheapest fare from boston to san francisco
return flights ;return #1 from boston ;return #2 to san francisco ;return fares of #3 ;return #4 that are the cheapest
['select', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1028
i would like the fare on the us air 1039 from denver to pittsburgh on april twenty
return the us air 1039 ;return #1 on april twenty ;return #2 from denver ;return #3 to pittsburgh ;return the fare on #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1029
i need late flight wednesday from oakland to salt lake city
return flights ;return late #1 ;return #2 from oakland ;return #3 to salt lake city ;return #4 on wednesday
['select', 'project', 'filter', 'filter', 'filter']
train
ATIS_train_103
what northwest airlines flights leave denver before noon
return flights ;return #1 on northwest airlines ;return #2 from denver ;return #3 that leave before noon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1030
phoenix to newark wednesday
return flights ;return #1 from phoenix ;return #2 to newark ;return #3 on wednesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1031
i want a flight from ontario to chicago
return flights ;return #1 from ontario ;return #2 to chicago
['select', 'filter', 'filter']
train
ATIS_train_1032
i need a flight from philadelphia to dallas that stops in atlanta
return flights ;return #1 from philadelphia ;return #2 to dallas ;return #3 that stops in atlanta
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1033
flights from la guardia to jfk
return flights ;return #1 from la guardia ;return #2 to jfk
['select', 'filter', 'filter']
train
ATIS_train_1034
list the flights from dallas to san francisco on american airlines
return flights ;return #1 from dallas ;return #2 to san francisco ;return #3 on american airlines
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1035
what flights has continental from atlanta
return flights ;return #1 on continental ;return #2 from atlanta
['select', 'filter', 'filter']
train
ATIS_train_1036
what are the flights from san francisco to denver
return flights ;return #1 from san francisco ;return #2 to denver
['select', 'filter', 'filter']
train
ATIS_train_1037
okay i need to see economy flights on united between dallas and baltimore
return flights ;return #1 on united ;return #2 between dallas and baltimore ;return #3 that are on economy
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1038
list flights from denver to baltimore
return flights ;return #1 from denver ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1039
how much does it cost to fly directly from philadelphia to san francisco on american airlines
return flights ;return #1 from philadelphia ;return #2 to san francisco ;return #3 on american airlines ;return cost of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_104
okay can you tell me the earliest flight which leaves from philadelphia to dallas
return flights ;return #1 from philadelphia ;return #2 to dallas ;return earliness of #3 ;return #3 where #4 is earliest
['select', 'filter', 'filter', 'project', 'comparative']
train
ATIS_train_1040
what flights from philadelphia to atlanta
return flights ;return #1 from philadelphia ;return #2 to atlanta
['select', 'filter', 'filter']
train
ATIS_train_1041
i'd like a flight from san diego to toronto on alaska airlines leaving around 1pm
return flights ;return #1 on alaska airlines ;return #2 from san diego ;return #3 to toronto ;return #4 leaving around 1pm
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1042
what kind of ground transportation is there in dallas
return ground transportation ;return #1 in dallas ;return kind of #2
['select', 'filter', 'project']
train
ATIS_train_1043
flights from baltimore to dallas
return flights ;return #1 from baltimore ;return #2 to dallas
['select', 'filter', 'filter']
train
ATIS_train_1044
what is the least expensive one way fare from boston to pittsburgh
return flights ;return #1 from boston ;return #2 to pittsburgh ;return #3 that are one way ;return fares of #4 ;return price of #5 ;return the lowest #6
['select', 'filter', 'filter', 'filter', 'project', 'project', 'aggregate']
train
ATIS_train_1045
what flights are available friday afternoon from atlanta to dallas
return flights ;return #1 from atlanta ;return #2 to dallas ;return #3 on friday afternoon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1046
show me flights on september twenty sixth please
return flights ;return #1 on september twenty sixth
['select', 'filter']
train
ATIS_train_1047
what are the lowest one way fares from atlanta to pittsburgh
return flights ;return #1 that are one way ;return #2 from atlanta ;return #3 to pittsburgh ;return fares of #4 ;return #5 that are the lowest
['select', 'filter', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1048
show me all flights on southwest airlines from san diego to san francisco
return flights ;return #1 on southwest airlines ;return #2 from san diego ;return #3 to san francisco
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1049
i need a flight from tampa to montreal
return flights ;return #1 from tampa ;return #2 to montreal
['select', 'filter', 'filter']
train
ATIS_train_1050
flights between new york and san jose
return flights ;return #1 between new york ;return #2 and san jose
['select', 'filter', 'filter']
train
ATIS_train_1052
what is the least expensive business class flight between atlanta and dallas
return flights ;return #1 from atlanta ;return #2 to dallas ;return #3 in business class ;return the least expensive of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1053
i need to fly from denver to san francisco tuesday
return tuesdays from denver to san francisco
['select']
train
ATIS_train_1054
what is the last flight to atlanta from baltimore
return flights ;return #1 from baltimore ;return #2 to atlanta ;return #3 that is last
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1055
please list the american airlines flights from philadelphia to dallas on tuesday october first
return flights ;return #1 on american airlines ;return #2 from philadelphia ;return #3 to dallas ;return #4 on tuesday october first
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1056
on friday i need to see all flights that leave atlanta and arrive in dallas before 6pm
return flights ;return #1 from atlanta ;return #2 to dallas ;return #3 that arrive before 6pm ;return #4 on friday
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1057
show me oakland to dallas flights
return flights ;return #1 from oakland ;return #2 to dallas
['select', 'filter', 'filter']
train
ATIS_train_1058
i would like information on flights from san francisco to pittsburgh leaving after 8pm monday night
return flights ;return #1 from san francisco ;return #2 to pittsburgh ;return #3 leaving monday ;return #4 leaving after 8pm
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1059
what flights are provided by delta airlines
return flights ;return #1 provided by delta airlines
['select', 'filter']
train
ATIS_train_106
ground transportation washington
return transportation ;return #1 that is ground ;return #2 in washington
['select', 'filter', 'filter']
train
ATIS_train_1060
show me all the cheapest fares from new york to miami leaving on tuesday
return fares ;return #1 from new york ;return #2 to miami ;return #3 leaving on tuesday ;return cheapness of #4 ;return #4 where #5 is cheapest
['select', 'filter', 'filter', 'filter', 'project', 'comparative']
train
ATIS_train_1061
show me the earliest flights from boston to denver on wednesday
return flights ;return #1 from boston ;return #2 to denver ;return #3 on wednesday ;return #4 that is earliest
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1062
give me the cheapest round trip flight from dallas to baltimore
return flight ;return #1 from dallas ;return #2 to baltimore ;return #3 that is round trip ;return cheapest #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1063
does delta airlines fly from boston to washington dc
return flights ;return #1 from boston ;return #2 to washington dc ;return #3 on delta airlines ;return if there are any #4
['select', 'filter', 'filter', 'filter', 'boolean']
train
ATIS_train_1064
list the flights that arrive and depart from general mitchell international airport
return flights ;return #1 that arrive from general mitchell international airport ;return #1 that depart from general mitchell international airport ;return #2 , #3
['select', 'filter', 'filter', 'union']
train
ATIS_train_1065
show me all the flights from burbank
return flights ;return #1 from burbank
['select', 'filter']
train
ATIS_train_1066
what are the flights from st. louis to burbank sunday evening
return flights ;return #1 from st. louis ;return #2 to burbank ;return #3 on sunday ;return #4 in the evening
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1067
display all flights from toronto to san diego on us air with a layover in phoenix
return flights ;return #1 on us air ;return #2 from toronto ;return #3 to san diego ;return #4 with a layover in phoenix
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1068
i would like to find a flight from charlotte north carolina to las vegas i would like a stopover in st. louis
return flights ;return #1 from charlotte north carolina ;return #2 to las vegas ;return #3 with a stopover in st. louis
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1069
flight information on january twenty third 1992 from denver to san francisco
return flights ;return #1 from denver ;return #2 to san francisco ;return #3 on january twenty third 1992
['select', 'filter', 'filter', 'filter']
train
ATIS_train_107
what are the flights from boston to washington on october fifteenth 1991
return flights ;return #1 from boston ;return #2 to washington ;return #3 on october fifteenth 1991
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1070
on flight us air 2153 from san francisco to baltimore what time and what city does the plane stop in between
return flight us air 2153 ;return #1 from san francisco ;return #2 to baltimore ;return the time the plane stops in between on #3 ;return the city in which the plane stops in between on #3 ;return #4 , #5
['select', 'filter', 'filter', 'project', 'project', 'union']
train
ATIS_train_1071
show me flights on wednesday morning boston to denver for united airlines first class
return flights ;return #1 on united airlines ;return #2 in first class ;return #3 from boston ;return #4 to denver ;return #5 on wednesday morning
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1072
could you tell me the cheapest fare from atlanta to boston on thirty first of august
return flights ;return #1 from atlanta ;return #2 to boston ;return #3 on august thirty first ;return fares of #4 ;return the cheapest #5
['select', 'filter', 'filter', 'filter', 'project', 'project']
train
ATIS_train_1073
list flights from pittsburgh to los angeles which leave on thursday after 5pm
return flights ;return #1 from pittsburgh ;return #2 to los angeles ;return #3 that leave on thursday ;return #4 after 5pm
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1074
from seattle to salt lake city
return flights ;return #1 from seattle ;return #2 to salt lake city
['select', 'filter', 'filter']
train
ATIS_train_1075
show me the flights
return flights
['select']
train
ATIS_train_1076
list all flights leaving san francisco monday afternoon arriving in pittsburgh
return flights ;return #1 from san francisco ;return #2 to pittsburgh ;return #3 leaving monday afternoon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1077
show me flights from boston to denver on tuesday
return flights ;return #1 from boston ;return #2 to denver ;return #3 on tuesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1078
i would like to see information for flights from san francisco leaving after 12pm to pittsburgh on monday
return flights ;return #1 from san francisco ;return #2 leaving after 12pm ;return #3 to pittsburgh ;return #4 on monday ;return information for #5
['select', 'filter', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1079
please list fares for 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 first ;return fares of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_108
show me the flights on delta to atlanta in the morning
return flights ;return #1 on delta ;return #2 to atlanta ;return #3 in the morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1080
show me all flights from boston to pittsburgh on wednesday of next week which leave boston after 2 o'clock pm
return flights ;return #1 from boston ;return #2 to pittsburgh ;return #3 on wednesday ;return #4 that are next week ;return #5 which leave boston after 2 o'clock
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1081
which delta flights fly from boston to philadelphia
return flights ;return #1 from boston ;return #2 to philadelphia ;return #3 on delta
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1082
what is the least expensive business class flight between boston and san francisco
return flights ;return #1 in business class ;return #2 between boston ;return #3 and san francisco ;return #4 that is least expensive
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1083
what flights are between boston and atlanta on july thirty first
return flights ;return #1 between boston ;return #2 and atlanta ;return #3 on july thirty first
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1085
what flights are there from los angeles to pittsburgh
return flights ;return #1 from los angeles ;return #2 to pittsburgh
['select', 'filter', 'filter']
train
ATIS_train_1086
please show me all the flights from indianapolis to san diego tomorrow
return flights ;return #1 from indianapolis ;return #2 tomorrows san diego ;return #3 that is tomorrow
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1087
show me all flights from san francisco to new york nonstop
return flights ;return #1 that are nonstop ;return #2 from san francisco ;return #3 to new york
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1088
flights from cincinnati to o'hare departing after 718am american
return flights ;return #1 on american ;return #2 from cincinnati ;return #3 to o'hare ;return #4 departing after 718am
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1089
tell me about flights from st. petersburg arriving in toronto before noon
return flights ;return #1 from st. petersburg ;return #2 to toronto ;return #3 arriving before noon
['select', 'filter', 'filter', 'filter']
train
ATIS_train_109
what is the first flight after 12 noon from washington for denver
return flights ;return #1 from washington ;return #2 to denver ;return #3 after 12 noon ;return the first of #4
['select', 'filter', 'filter', 'filter', 'aggregate']
train
ATIS_train_1090
display all fare codes
return fare codes ;return all #1
['select', 'project']
train
ATIS_train_1091
find me a flight from atlanta to baltimore
return flights ;return #1 from atlanta ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1092
what is the flight number of the earliest flight between boston and washington dc
return flights ;return #1 from boston ;return #2 to washington dc ;return the earliest of #3 ;return the flight number of #4
['select', 'filter', 'filter', 'project', 'aggregate']
train
ATIS_train_1093
what is the latest flight leaving boston to denver
return flights ;return #1 leaving boston ;return #2 to denver ;return the latest #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1094
how many passengers fit on a d9s
return d9s ;return passengers that fit on #1 ;return number of #2
['select', 'project', 'aggregate']
train
ATIS_train_1095
what is the schedule of ground transportation from the airport in philadelphia into downtown
return ground transportation ;return #1 from the airport in philadelphia ;return #2 to downtown ;return schedule of #3
['select', 'filter', 'filter', 'project']
train
ATIS_train_1096
please show me all fares for flights from denver to oakland
return flights ;return #1 from denver ;return #2 to oakland ;return fares of #3
['select', 'filter', 'filter', 'project']
train