question_id
stringlengths
11
60
question_text
stringlengths
7
294
decomposition
stringlengths
13
606
operators
stringlengths
10
260
split
stringclasses
1 value
ATIS_train_1192
i would like to find flights from columbus to minneapolis on monday june fourteenth early in the morning or in the evening sunday june thirteenth thank you
return flights ;return #1 from columbus ;return #2 to minneapolis ;return #3 on monday june fourteenth ;return #4 early in the morning ;return #3 on sunday june thirteenth ;return #6 in the evening ;return #4 , #6
['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'filter', 'union']
train
ATIS_train_1193
are there any flights from boston to san francisco which stop in washington dc
return flights ;return #1 from boston ;return #2 to san francisco ;return #3 which stop in washington dc
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1194
show me the southwest airlines flights 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_1195
i'd like a ticket from denver to atlanta with a stopover in pittsburgh is this possible
return flights ;return #1 from denver ;return #2 to atlanta ;return #3 with a stopover in pittsburgh ;return are there any #4
['select', 'filter', 'filter', 'filter', 'boolean']
train
ATIS_train_1196
i want to find a flight from boston to atlanta
return flights ;return #1 from boston ;return #2 to atlanta
['select', 'filter', 'filter']
train
ATIS_train_1198
oakland to denver
return flights ;return #1 from oakland ;return #2 to denver
['select', 'filter', 'filter']
train
ATIS_train_1199
tell me about ground transportation at salt lake city
return ground transportations ;return #1 at salt lake city
['select', 'filter']
train
ATIS_train_12
are there any nonstop flights leaving from denver arriving in baltimore on july seventh
return flights ;return #1 that are nonstop ;return #2 from denver ;return #3 to baltimore ;return #4 on july seventh
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_120
find me a flight from boston to san francisco with layover in denver on united
return flights ;return #1 on united ;return #2 from boston ;return #3 to san francisco ;return #4 with a layover in denver
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1200
do you have a flight from salt lake city to st. petersburg
return flights ;return #1 from salt lake city ;return #2 to st. petersburg
['select', 'filter', 'filter']
train
ATIS_train_1201
what's the cheapest one way flight from denver to pittsburgh
return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 that are one way ;return price of #4 ;return #4 where #5 is the lowest
['select', 'filter', 'filter', 'filter', 'project', 'comparative']
train
ATIS_train_1202
i would like to make a round trip between washington and san francisco
return flights ;return #1 between washington and san francisco ;return #2 that are round trip
['select', 'filter', 'filter']
train
ATIS_train_1203
show me all flights from montreal to nashville
return flights ;return #1 from montreal ;return #2 to nashville
['select', 'filter', 'filter']
train
ATIS_train_1206
list the earliest flight from st. paul to san jose
return flights ;return #1 from st. paul ;return #2 to san jose ;return #3 that is the earliest
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1207
show me first class flights from pittsburgh to san francisco on friday
return flights ;return #1 from pittsburgh ;return #2 to san francisco ;return #3 on friday ;return #4 in first class
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1208
what airline is dl 98
return dl 98 ;return airline of #1
['select', 'project']
train
ATIS_train_1209
i'm interested in a flight from dallas to washington and i'm also interested in going to baltimore
return flights ;return #1 from dallas ;return #2 to washington ;return #2 to baltimore ;return #3 , #4
['select', 'filter', 'filter', 'filter', 'union']
train
ATIS_train_121
what is the last flight from washington to boston
return flights ;return #1 from washington ;return #2 to boston ;return #3 that is last
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1210
what is your last flight leaving san francisco and arriving in denver
return flights ;return #1 leaving san francisco ;return #2 arriving in denver ;return which #3 is the last
['select', 'filter', 'filter', 'project']
train
ATIS_train_1211
how much does a first class round trip ticket from cleveland to miami on us air cost
return tickets ;return #1 that is round ;return #2 from cleveland ;return #3 to miami ;return #4 on us air ;return #5 that is first class ;return cost of #6
['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1212
i would like information on ground transportation city of boston between airport and downtown
return ground transportation ;return #1 in the city of boston ;return #2 between airport and downtown
['select', 'filter', 'filter']
train
ATIS_train_1213
information on flights from atlanta to washington dc departing on thursday before 9am
return flights ;return #1 from atlanta ;return #2 to washington dc ;return #3 departing thursday ;return #4 before 9am
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1214
what's the latest flight out of denver that arrives in pittsburgh next monday
return flights ;return #1 out of denver ;return #2 that arrives in pittsburgh ;return #3 on next monday ;return the latest #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1215
show me the continental flights with meals which depart seattle on sunday for chicago
return flights ;return #1 on continental ;return #2 which depart seattle ;return #3 on sunday ;return #4 for chicago ;return #5 that have meals
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1216
list all day time flights from pittsburgh to boston
return flights ;return #1 from pittsburgh ;return #2 to boston ;return #3 in the day time
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1217
what flights go from atlanta to washington dc on thursday
return flights ;return #1 from atlanta ;return #2 to washington dc ;return #3 on thursday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1218
where is lester pearson airport
return where is lester pearson airport
['select']
train
ATIS_train_1219
show me all flights from denver to pittsburgh which serve dinner
return flights ;return #1 from denver ;return #2 to pittsburgh ;return #3 which serve dinner
['select', 'filter', 'filter', 'filter']
train
ATIS_train_122
i need to make reservations from denver to boston
return reservations ;return #1 from denver ;return #2 to boston
['select', 'filter', 'filter']
train
ATIS_train_1220
i want to fly boston to dallas
return flights ;return #1 from boston ;return #2 to dallas
['select', 'filter', 'filter']
train
ATIS_train_1221
which flight is a one way fare at 329 dollars from denver to pittsburgh
return flights ;return #1 that are one way ;return #2 from denver ;return #3 to pittsburgh ;return fares of #4 ;return #4 where #5 is 329 dollars
['select', 'filter', 'filter', 'filter', 'project', 'comparative']
train
ATIS_train_1222
i'd like to go from boston to denver at 9 o'clock saturday night
return flights ;return #1 from boston ;return #2 to denver ;return #3 on saturday ;return #4 at night ;return #5 at 9 o'clock
['select', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1223
information on flights from boston to washington
return flights ;return #1 from boston ;return #2 to washington
['select', 'filter', 'filter']
train
ATIS_train_1224
what is the cheapest one way fare from any city to another
return flights ;return #1 from any city ;return #2 to any city ;return #3 that are one way ;return fares of #4 ;return #5 that is the cheapest
['select', 'filter', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1225
find me the earliest flight from boston to atlanta and the latest return to boston on the same day
return flights ;return #1 from boston ;return #2 to atlanta ;return the earliest of #3 ;return returns ;return #5 where the day is the same as #4 ;return #6 to boston ;return the latest of #7 ;return #4 , #8
['select', 'filter', 'filter', 'project', 'select', 'comparative', 'filter', 'project', 'union']
train
ATIS_train_1226
list all united flights from philadelphia to san francisco
return flights ;return #1 of united ;return #2 from philadelphia ;return #3 to san francisco
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1227
show me all flights from phoenix to milwaukee next wednesday
return flights ;return #1 from phoenix ;return #2 to milwaukee ;return #3 next wednesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1228
what do you know about car rental in denver
return car rentals ;return #1 in denver
['select', 'filter']
train
ATIS_train_1229
show me all flights from ontario to tacoma one way
return flights ;return #1 from ontario ;return #2 to tacoma ;return #3 that are one way
['select', 'filter', 'filter', 'filter']
train
ATIS_train_123
show ground transportation for pittsburgh
return ground transportations ;return #1 for pittsburgh
['select', 'filter']
train
ATIS_train_1230
on monday i'd like to travel from las vegas to detroit michigan
return flights ;return #1 on monday ;return #2 from las vegas ;return #3 to detroit michigan
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1231
i need to fly between philadelphia and atlanta
return flights ;return #1 between philadelphia and atlanta
['select', 'filter']
train
ATIS_train_1232
what sort of ground transportation is there in washington dc
return ground transportations ;return #1 in washington dc
['select', 'filter']
train
ATIS_train_1233
how much is a first class ticket from washington to san francisco leaving on friday
return flights ;return #1 from washington ;return #2 to san francisco ;return #3 leaving on friday ;return tickets of #4 ;return #5 that are first class ;return how much is #6
['select', 'filter', 'filter', 'filter', 'project', 'filter', 'project']
train
ATIS_train_1234
i need a flight on thursday before 8am from oakland to salt lake city
return flights ;return #1 from oakland ;return #2 to salt lake city ;return #3 on thursday before 8am
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1235
what are the lowest one way fares from atlanta to denver
return flights ;return #1 from atlanta ;return #2 to denver ;return #3 that are one way ;return fares of #4 ;return the lowest #5
['select', 'filter', 'filter', 'filter', 'project', 'aggregate']
train
ATIS_train_1236
show me ground transportation in denver
return ground transportations ;return #1 in denver
['select', 'filter']
train
ATIS_train_1237
what is the cheapest flight from atlanta to pittsburgh one way
return flights ;return #1 from atlanta ;return #2 to pittsburgh ;return #3 that is one way ;return #4 that is cheapest
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1238
now i'd like to see flights from detroit to st. petersburg on the next tuesday
return flights ;return #1 from detroit ;return #2 to st. petersburg ;return #3 on next tuesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1239
show me the flights from newark new jersey to ontario international next saturday
return flights ;return #1 from newark new jersey ;return #2 to ontario international ;return #3 next saturday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_124
i would like a flight from philadelphia to dallas on american airlines
return flights ;return #1 on american airlines ;return #2 from philadelphia ;return #3 to dallas
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1240
show me flights from denver to atlanta on june sixteenth
return flights ;return #1 from denver ;return #2 to atlanta ;return #3 on june sixteenth
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1241
i'd like to fly from minneapolis to long beach two days from today in the early morning
return flights ;return #1 from minneapolis ;return #2 today long beach ;return #3 two days from today ;return #4 in the early morning
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1242
i'm planning a trip to pittsburgh and i live in denver can you help me
return trip ;return #1 from denver ;return #2 to pittsburgh
['select', 'filter', 'filter']
train
ATIS_train_1243
i need a flight from san francisco to boston that leaves after 7am
return flights ;return #1 from san francisco ;return #2 to boston ;return #3 that leaves after 7am
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1244
what airline besides continental flies between boston and denver
return flights ;return #1 between boston ;return #2 and denver ;return airlines of #3 ;return #4 besides continental
['select', 'filter', 'filter', 'project', 'discard']
train
ATIS_train_1245
what is the lowest fare from denver to pittsburgh
return flights ;return #1 from denver ;return #2 to pittsburgh ;return fares of #3 ;return the lowest #4
['select', 'filter', 'filter', 'project', 'aggregate']
train
ATIS_train_1246
what is restriction ap57
return restriction ap57 ;return what is #1
['select', 'project']
train
ATIS_train_1247
show me the flights from montreal to philly
return flights ;return #1 from montreal ;return #2 to philly
['select', 'filter', 'filter']
train
ATIS_train_1248
do you have any flights united airlines from dallas to san francisco
return flights ;return #1 from dallas to san francisco ;return #2 on united airlines
['select', 'filter', 'filter']
train
ATIS_train_1249
i'd like to go from boston to san francisco stopping in pittsburgh
return from boston ;return #1 to san francisco ;return #2 stopping in pittsburgh
['select', 'filter', 'filter']
train
ATIS_train_125
show united flights between pittsburgh and baltimore
return flights ;return #1 between pittsburgh ;return #2 and baltimore ;return #3 on united
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1250
okay give me the flights that leave denver after 7pm next monday arriving in boston
return flights ;return #1 that leave denver ;return #2 after 7pm ;return #3 next monday ;return #4 arriving in boston
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1251
i would like a flight from pittsburgh to san francisco on august twentieth
return flights ;return #1 from pittsburgh ;return #2 to san francisco ;return #3 on august twentieth
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1252
list all flights leaving denver on continental on sunday after 934pm
return flights ;return #1 on continental ;return #2 leaving denver ;return #3 on sunday ;return #4 after 934pm
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1253
please list the cost of all flights from philadelphia to denver airport next sunday
return flights ;return #1 from philadelphia ;return #2 to denver airport ;return #3 that are next sunday ;return costs of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1254
please list the morning flights from kansas city to atlanta
return flights ;return #1 from kansas city ;return #2 to atlanta ;return #3 in morning
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1255
list flights from philadelphia to dallas that stop in atlanta
return flights ;return #1 from philadelphia ;return #2 to dallas ;return #3 that stop in atlanta
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1256
from atlanta to washington dc
return from atlanta ;return #1 to washington dc
['select', 'filter']
train
ATIS_train_1257
i would like to fly from atlanta to philadelphia
return flights ;return #1 from atlanta ;return #2 to philadelphia
['select', 'filter', 'filter']
train
ATIS_train_1258
can you list the cheapest round trip fare from orlando to kansas city
return flights ;return #1 from orlando ;return #2 to kansas city ;return #3 that are round trip ;return fares of #4 ;return the cheapest #5
['select', 'filter', 'filter', 'filter', 'project', 'project']
train
ATIS_train_1259
what economy flights are available from dallas to baltimore on july twenty fifth 1991
return flights ;return #1 from dallas ;return #2 to baltimore ;return #3 on july twenty fifth ;return #4 in 1991 ;return #5 on economy ;return #6 that are available
['select', 'filter', 'filter', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_126
i would like to originate my flight in washington dc stop in denver with the destination city of san francisco
return flights ;return #1 from washington dc ;return #2 to san francisco ;return #3 with stop in denver
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1260
please give me the united airlines flights from denver to baltimore that are the first class flights please
return flights ;return #1 from denver ;return #2 to baltimore ;return #3 on united airlines ;return #4 in first class
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1261
when does continental fly from philadelphia to denver on sundays
return flights ;return #1 from philadelphia ;return #2 to denver ;return #3 on sundays ;return #4 on continental ;return when #5 fly
['select', 'filter', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1262
show me us air fares for next sunday from miami to cleveland
return flights ;return #1 from miami ;return #2 to cleveland ;return #3 next sunday ;return fares of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1263
show me the flights leaving from love field
return flights ;return #1 leaving love field
['select', 'filter']
train
ATIS_train_1264
show me flights from atlanta to washington dc leaving on thursday
return flights ;return #1 from atlanta ;return #2 to washington dc ;return #3 that leave thursday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1265
i am interested in booking an early flight from dallas into houston and returning in the late evening
return flights ;return #1 from dallas ;return #2 into houston ;return early #3 ;return #4 and returning in the late evening
['select', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1266
show me one way flights from milwaukee to orlando leaving on wednesday morning
return flights ;return #1 that are one way ;return #2 from milwaukee ;return #3 to orlando ;return #4 leaving wednesday morning
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1267
i need a flight from denver to philadelphia on saturday
return flights ;return #1 from denver ;return #2 to philadelphia ;return #3 on saturday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1268
can i go from boston to san francisco with a stopover in denver
return can i go from boston ;return #1 to san francisco ;return #2 with a stopover in denver
['select', 'filter', 'filter']
train
ATIS_train_1269
flights from newark new jersey to minneapolis
return flights ;return #1 from newark new jersey ;return #2 to minneapolis
['select', 'filter', 'filter']
train
ATIS_train_127
are there any flights from denver to atlanta to pittsburgh
return flights ;return #1 from denver ;return #2 to atlanta ;return #3 to pittsburgh
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1270
show me all flights from philadelphia to baltimore
return flights ;return #1 from philadelphia ;return #2 to baltimore
['select', 'filter', 'filter']
train
ATIS_train_1271
what flights from montreal to las vegas on saturday
return flights ;return #1 from montreal ;return #2 to las vegas ;return #3 on saturday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1272
show me ground transportation for boston
return ground transportation ;return #1 in boston
['select', 'filter']
train
ATIS_train_1273
i want a evening flight from dallas to milwaukee
return flights ;return #1 from dallas ;return #2 to milwaukee ;return #3 in the evening
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1274
on july twenty third an early flight on american from philadelphia to san francisco
return flights ;return #1 on american ;return #2 from philadelphia ;return #3 to san francisco ;return #4 early on july twenty third
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1276
what is the cheapest round trip fare between boston and san francisco
return flights ;return #1 that are round trip ;return #2 between boston ;return #3 and san francisco ;return fares of #4 ;return #5 that is the cheapest
['select', 'filter', 'filter', 'filter', 'project', 'filter']
train
ATIS_train_1277
i would like a flight from philadelphia to san francisco but i would like to stop in dallas
return flights ;return #1 from philadelphia ;return #2 to san francisco ;return #3 that stop in dallas
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1278
how much does a first class ticket cost from boston to san francisco round trip
return flights ;return #1 that are round trip ;return #2 in first class ;return #3 from boston ;return #4 to san francisco ;return tickets of #5 ;return cost of #6
['select', 'filter', 'filter', 'filter', 'filter', 'project', 'project']
train
ATIS_train_1279
flights on friday from newark to tampa
return flights ;return #1 on friday ;return #2 from newark ;return #3 to tampa
['select', 'filter', 'filter', 'filter']
train
ATIS_train_128
show me the latest dinner flight from baltimore to oakland
return flight ;return #1 that is dinner ;return #2 that is latest ;return #3 from baltimore ;return #4 to oakland
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1280
what are the coach fares for flights from pittsburgh to denver
return flights ;return #1 in coach ;return #2 from pittsburgh ;return #3 to denver ;return fares of #4
['select', 'filter', 'filter', 'filter', 'project']
train
ATIS_train_1281
pittsburgh to atlanta wednesday
return flights ;return #1 from pittsburgh ;return #2 to atlanta ;return #3 on wednesday
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1282
show me all the flights from boston to denver that serve lunch
return flights ;return #1 from boston ;return #2 to denver ;return #3 that serve lunch
['select', 'filter', 'filter', 'filter']
train
ATIS_train_1283
is there a flight from pittsburgh to baltimore that arrives between 6 and 7pm
return flights ;return #1 from pittsburgh ;return #2 to baltimore ;return #3 that arrives between 6 and 7pm ;return are there any #4
['select', 'filter', 'filter', 'filter', 'boolean']
train
ATIS_train_1284
show me the flights from salt lake city to st. petersburg late night on tuesday
return flights ;return #1 from salt lake city ;return #2 to st. petersburg ;return #3 on tuesday ;return #4 that are late night
['select', 'filter', 'filter', 'filter', 'filter']
train
ATIS_train_1285
i'd like to fly from boston to san francisco could you find me the cheapest fare
return flights ;return #1 from boston ;return #2 to san francisco ;return fares of #3 ;return #3 where #4 is lowest
['select', 'filter', 'filter', 'project', 'superlative']
train