qid
stringlengths 6
9
| source
stringlengths 6
259
| target
stringlengths 6
409
| anonymized_target
stringlengths 16
454
|
---|---|---|---|
atis_1677
|
i'd like information on flights between philadelphia and san francisco with a stop in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1704
|
i'd like to find a flight from charlotte to las vegas and make a stop in st. louis
|
( lambda $0 e ( and ( flight $0 ) ( from $0 charlotte : ci ) ( to $0 las_vegas : ci ) ( stop $0 st_louis : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1707
|
i'd like to find a flight from tampa to montreal that makes a stop in new york
|
( lambda $0 e ( and ( flight $0 ) ( from $0 tampa : ci ) ( to $0 montreal : ci ) ( stop $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1722
|
i'd like to fly from boston to oakland through denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 oakland : ci ) ( stop $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1728
|
i'd like to fly from denver to atlanta with a stop in pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ( stop $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1730
|
i'd like to fly from denver to pittsburgh with a stop in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 pittsburgh : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1734
|
i'd like to fly from philadelphia to dallas through atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1735
|
i'd like to fly from philadelphia to dallas to san francisco
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1736
|
i'd like to fly from philadelphia to san francisco through dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1737
|
i'd like to fly from philadelphia to san francisco with a stopover in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1792
|
i'd like to take a flight that begins in boston and lands at dallas fort worth but i'd like to stop over in philadelphia
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 dallas : ci ) ( stop $0 philadelphia : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1813
|
i'm looking for a flight from oakland to denver with a stopover in dallas fort worth
|
( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 denver : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1815
|
i'm looking for a flight leaving denver traveling to atlanta and stopping at pittsburgh is this possible
|
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ( stop $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1816
|
i'm looking for a flight that goes from ontario to westchester and stops in chicago
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ontario : ci ) ( to $0 westchester_county : ci ) ( stop $0 chicago : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1830
|
i'm trying to find a flight from columbus to phoenix through cincinnati
|
( lambda $0 e ( and ( flight $0 ) ( from $0 columbus : ci ) ( to $0 phoenix : ci ) ( stop $0 cincinnati : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1885
|
is there a flight between san francisco and boston with a stopover at dallas fort worth
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1886
|
is there a flight between san francisco and boston with a stopover in dallas fort worth
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 boston : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1890
|
is there a flight from atlanta to san francisco that stops over in denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 san_francisco : ci ) ( stop $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1891
|
is there a flight from atlanta to san francisco which connects in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 atlanta : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1894
|
is there a flight from boston to san francisco making a stopover in dallas fort worth
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_1898
|
is there a flight from philadelphia to oakland with a stop in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 oakland : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2038
|
list all flights from orlando to kansas city then to minneapolis
|
( lambda $0 e ( and ( flight $0 ) ( from $0 orlando : ci ) ( to $0 minneapolis : ci ) ( stop $0 kansas_city : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2175
|
list flights from philadelphia to dallas that stop in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2178
|
list flights from philadelphia to san francisco via dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2256
|
list the flights from baltimore to seattle that stop in minneapolis
|
( lambda $0 e ( and ( flight $0 ) ( from $0 baltimore : ci ) ( to $0 seattle : ci ) ( stop $0 minneapolis : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2266
|
list the flights from philadelphia to san francisco via dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2267
|
list the flights from philadelphia to san francisco which have a layover in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2589
|
please list flights from philadelphia to dallas stopping in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2685
|
please show me flights from boston to denver with a stopover in philadelphia
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( stop $0 philadelphia : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2825
|
show flights from pittsburgh to oakland connecting through denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 pittsburgh : ci ) ( to $0 oakland : ci ) ( stop $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2949
|
show me all flights from philadelphia to san francisco with one stop in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_2969
|
show me all flights from san diego to miami with a stop in denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_diego : ci ) ( to $0 miami : ci ) ( stop $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3205
|
show me flights from washington dc to san francisco with a stopover in denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ( stop $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3220
|
show me flights to san francisco from philadelphia stopping in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3430
|
show me the flights from boston to san francisco that stop in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3431
|
show me the flights from boston to san francisco that stop in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3445
|
show me the flights from denver that go to pittsburgh and then atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 atlanta : ci ) ( stop $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3469
|
show me the flights from miami to san diego with one stop in denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 miami : ci ) ( to $0 san_diego : ci ) ( stop $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3472
|
show me the flights from new york to los angeles with stop in milwaukee
|
( lambda $0 e ( and ( flight $0 ) ( from $0 new_york : ci ) ( to $0 los_angeles : ci ) ( stop $0 milwaukee : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3482
|
show me the flights from philadelphia to dallas that stop in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3483
|
show me the flights from philadelphia to dallas with a stop in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3497
|
show me the flights from san diego to newark by way of houston
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_diego : ci ) ( to $0 newark : ci ) ( stop $0 houston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3517
|
show me the flights from washington dc to san francisco with a stopover in denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ( stop $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3540
|
show me the flights that go from san diego to newark by way of houston
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_diego : ci ) ( to $0 newark : ci ) ( stop $0 houston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3541
|
show me the flights that go from san diego to newark new jersey by way of houston
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_diego : ci ) ( to $0 newark : ci ) ( stop $0 houston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3543
|
show me the flights that go from san diego to newark with one stop in houston
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_diego : ci ) ( to $0 newark : ci ) ( stop $0 houston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3685
|
the flights from ontario to westchester that stop in chicago
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ontario : ci ) ( to $0 westchester_county : ci ) ( stop $0 chicago : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3709
|
what about a flight from boston to san francisco stopping in denver
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( stop $0 denver : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3779
|
what are all flights from san francisco to philadelphia with stops in pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 philadelphia : ci ) ( stop $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3880
|
what are the flights from boston to orlando that stop in new york
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 orlando : ci ) ( stop $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4098
|
what flights are available from denver to philadelphia with stopover in pittsburgh
|
( lambda $0 e ( and ( flight $0 ) ( from $0 denver : ci ) ( to $0 philadelphia : ci ) ( stop $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4190
|
what flights do you have between oakland and boston with a stopover in dallas fort worth
|
( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4278
|
what flights go from boston to san francisco with a stop in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4295
|
what flights go from philadelphia to dallas via atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4296
|
what flights go from philadelphia to dallas with a stopover in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4297
|
what flights go from philadelphia to san francisco via dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4298
|
what flights go from philadelphia to san francisco with a stopover in dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 san_francisco : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4307
|
what flights go from san francisco to washington via indianapolis
|
( lambda $0 e ( and ( flight $0 ) ( from $0 san_francisco : ci ) ( to $0 washington : ci ) ( stop $0 indianapolis : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_4308
|
what flights go from seattle to boston via minneapolis
|
( lambda $0 e ( and ( flight $0 ) ( from $0 seattle : ci ) ( to $0 boston : ci ) ( stop $0 minneapolis : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_5008
|
which flights from memphis to tacoma also stop in los angeles
|
( lambda $0 e ( and ( flight $0 ) ( from $0 memphis : ci ) ( to $0 tacoma : ci ) ( stop $0 los_angeles : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_5032
|
yes i'd like a flight from long beach to st. louis by way of dallas
|
( lambda $0 e ( and ( flight $0 ) ( from $0 long_beach : ci ) ( to $0 st_louis : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_5033
|
yes i'd like to find a flight from memphis to tacoma stopping in los angeles
|
( lambda $0 e ( and ( flight $0 ) ( from $0 memphis : ci ) ( to $0 tacoma : ci ) ( stop $0 los_angeles : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_5034
|
yes i'm looking for a flight between oakland and boston with a stopover in dallas fort worth do you have one of those
|
( lambda $0 e ( and ( flight $0 ) ( from $0 oakland : ci ) ( to $0 boston : ci ) ( stop $0 dallas : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ) )
|
atis_3783
|
what are all the available meals
|
( lambda $0 e ( meal_code $0 ) )
|
( lambda $0 e ( meal_code $0 ) )
|
atis_4840
|
what type of aircraft leaving after 2pm from boston to oakland
|
( lambda $0 e ( exists $1 ( and ( > ( departure_time $1 ) 1400 : ti ) ( from $1 boston : ci ) ( to $1 oakland : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( > ( departure_time $1 ) ANON_ENTITY : ti ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( = ( aircraft_code $1 ) $0 ) ) ) )
|
atis_928
|
how far from the airport in the dallas fort worth airport is dallas
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 dallas : ci ) ( from_airport $0 dfw : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_930
|
how far is it from orlando airport to orlando
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 orlando : ci ) ( from_airport $0 mco : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_931
|
how far is it from salt lake city airport to salt lake city
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 salt_lake_city : ci ) ( from_airport $0 slc : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_3670
|
tell me distance from orlando airport to the city
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 orlando : ci ) ( from_airport $0 mco : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_4516
|
what is the distance from boston airport to boston
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 boston : ci ) ( from_airport $0 bos : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_4517
|
what is the distance from la guardia to new york's downtown
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 new_york : ci ) ( from_airport $0 lga : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_4518
|
what is the distance from los angeles international airport to los angeles
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 los_angeles : ci ) ( from_airport $0 lga : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_4519
|
what is the distance from san francisco international airport to san francisco
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 san_francisco : ci ) ( from_airport $0 sfo : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_4520
|
what is the distance from toronto international airport to toronto
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 toronto : ci ) ( from_airport $0 yyz : ap ) ) )
|
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ANON_ENTITY : ci ) ( from_airport $0 ANON_ENTITY : ap ) ) )
|
atis_1827
|
i'm starting from denver
|
( lambda $0 e ( and ( from $0 denver : ci ) ) )
|
( lambda $0 e ( and ( from $0 ANON_ENTITY : ci ) ) )
|
atis_3118
|
show me flights first class from san francisco to pittsburgh leaving on tuesday after 8 o'clock in the morning and before 12 noon
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 first : cl ) ( > ( departure_time $0 ) 800 : ti ) ( < ( departure_time $0 ) 1200 : ti ) ( from $0 san_francisco : ci ) ( to $0 pittsburgh : ci ) ( day $0 tuesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( class_type $0 ANON_ENTITY : cl ) ( > ( departure_time $0 ) ANON_ENTITY : ti ) ( < ( departure_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_750
|
give me a flight from memphis to las vegas and new york city to las vegas on sunday that arrive at the same time
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( from $0 new_york : ci ) ( to $0 las_vegas : ci ) ( from $1 memphis : ci ) ( to $1 las_vegas : ci ) ( day $0 sunday : da ) ( day $1 sunday : da ) ( equals ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) )
|
( lambda $0 e ( lambda $1 e ( and ( flight $0 ) ( flight $1 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ( day $1 ANON_ENTITY : da ) ( equals ( arrival_time $0 ) ( arrival_time $1 ) ) ) ) )
|
atis_1434
|
i would like a flight that leaves on friday from philadelphia to dallas that makes a stop in atlanta
|
( lambda $0 e ( and ( flight $0 ) ( from $0 philadelphia : ci ) ( to $0 dallas : ci ) ( stop $0 atlanta : ci ) ( day $0 friday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( stop $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_4697
|
what is the lowest fare from bwi to salt lake city
|
( min $0 ( exists $1 ( and ( from $1 bwi : ap ) ( to $1 salt_lake_city : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( from $1 ANON_ENTITY : ap ) ( to $1 ANON_ENTITY : ci ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2279
|
list the morning flights at a 124 dollars from atlanta to boston
|
( lambda $0 e ( and ( flight $0 ) ( fare $0 124 : do ) ( during_day $0 morning : pd ) ( from $0 atlanta : ci ) ( to $0 boston : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( fare $0 ANON_ENTITY : do ) ( during_day $0 ANON_ENTITY : pd ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_4822
|
what time is the last flight from washington to san francisco
|
( departure_time ( argmax $0 ( and ( flight $0 ) ( from $0 washington : ci ) ( to $0 san_francisco : ci ) ) ( departure_time $0 ) ) )
|
( departure_time ( argmax $0 ( and ( flight $0 ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) ( departure_time $0 ) ) )
|
atis_110
|
are there any american airlines flights flying into pittsburgh between 12 and 4 in the afternoon
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 aa : al ) ( > ( arrival_time $0 ) 1200 : ti ) ( < ( arrival_time $0 ) 1600 : ti ) ( to $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3071
|
show me all the us air flights to pittsburgh between 12 and 4 in the afternoon
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 us : al ) ( > ( arrival_time $0 ) 1200 : ti ) ( < ( arrival_time $0 ) 1600 : ti ) ( to $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_3711
|
what about the eastern airlines flights arriving in pittsburgh between 12 and 4 in the afternoon
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ea : al ) ( > ( arrival_time $0 ) 1200 : ti ) ( < ( arrival_time $0 ) 1600 : ti ) ( to $0 pittsburgh : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( > ( arrival_time $0 ) ANON_ENTITY : ti ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2374
|
now i'd like a schedule for the flights on tuesday morning from oakland no from dallas fort worth to atlanta
|
( lambda $0 e ( exists $1 ( and ( to $1 atlanta : ci ) ( not ( from $1 oakland : ci ) ) ( flight $1 ) ( day $1 tuesday : da ) ( during_day $1 morning : pd ) ( from $1 dallas : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( to $1 ANON_ENTITY : ci ) ( not ( from $1 ANON_ENTITY : ci ) ) ( flight $1 ) ( day $1 ANON_ENTITY : da ) ( during_day $1 ANON_ENTITY : pd ) ( from $1 ANON_ENTITY : ci ) ( = ( departure_time $1 ) $0 ) ) ) )
|
atis_259
|
cheapest one way fare from indianapolis to orlando on december twenty seventh
|
( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 indianapolis : ci ) ( to $1 orlando : ci ) ( day_number $1 27 : dn ) ( month $1 december : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_4693
|
what is the least expensive one way ticket from atlanta to denver leaving on october twelfth
|
( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 atlanta : ci ) ( to $1 denver : ci ) ( day_number $1 12 : dn ) ( month $1 october : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_1660
|
i'd like a twa flight from las vegas to new york nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 tw : al ) ( from $0 las_vegas : ci ) ( to $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_1875
|
is there a continental flight leaving from las vegas to new york nonstop
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 co : al ) ( from $0 las_vegas : ci ) ( to $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2596
|
please list nonstop flights from las vegas to new york on america west
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 hp : al ) ( from $0 las_vegas : ci ) ( to $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_2597
|
please list nonstop twa flights from las vegas to new york
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 tw : al ) ( from $0 las_vegas : ci ) ( to $0 new_york : ci ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 ANON_ENTITY : al ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ) )
|
atis_425
|
does flight ua 281 from boston to denver leave on tuesday
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ua : al ) ( flight_number $0 281 : fn ) ( from $0 boston : ci ) ( to $0 denver : ci ) ( day $0 tuesday : da ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( day $0 ANON_ENTITY : da ) ) )
|
atis_3577
|
show me the lowest fare for a round trip flight from baltimore to dallas
|
( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 baltimore : ci ) ( to $1 dallas : ci ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
|
( min $0 ( exists $1 ( and ( flight $1 ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_424
|
does flight ua 270 from denver to philadelphia have a meal
|
( lambda $0 e ( and ( has_meal $0 ) ( to $0 philadelphia : ci ) ( from $0 denver : ci ) ( flight $0 ) ( airline $0 ua : al ) ( flight_number $0 270 : fn ) ) )
|
( lambda $0 e ( and ( has_meal $0 ) ( to $0 ANON_ENTITY : ci ) ( from $0 ANON_ENTITY : ci ) ( flight $0 ) ( airline $0 ANON_ENTITY : al ) ( flight_number $0 ANON_ENTITY : fn ) ) )
|
atis_1040
|
how much will it cost taking coach from orlando to indianapolis on december twenty ninth flying us air 311
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 us : al ) ( class_type $1 coach : cl ) ( flight_number $1 311 : fn ) ( from $1 orlando : ci ) ( to $1 indianapolis : ci ) ( day_number $1 29 : dn ) ( month $1 december : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 ANON_ENTITY : al ) ( class_type $1 ANON_ENTITY : cl ) ( flight_number $1 ANON_ENTITY : fn ) ( from $1 ANON_ENTITY : ci ) ( to $1 ANON_ENTITY : ci ) ( day_number $1 ANON_ENTITY : dn ) ( month $1 ANON_ENTITY : mn ) ( = ( fare $1 ) $0 ) ) ) )
|
atis_2101
|
list all the landings at general mitchell international
|
( lambda $0 e ( and ( to $0 mke : ap ) ) )
|
( lambda $0 e ( and ( to $0 ANON_ENTITY : ap ) ) )
|
atis_850
|
give me the least expensive first class round trip ticket on us air from cleveland to miami
|
( argmin $0 ( and ( airline $0 us : al ) ( class_type $0 first : cl ) ( from $0 cleveland : ci ) ( to $0 miami : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
( argmin $0 ( and ( airline $0 ANON_ENTITY : al ) ( class_type $0 ANON_ENTITY : cl ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( round_trip $0 ) ) ( fare $0 ) )
|
atis_547
|
first flights and fares from pittsburgh to atlanta on a thursday
|
( lambda $0 e ( lambda $1 e ( and ( equals $0 ( argmin $2 ( and ( flight $2 ) ( from $2 pittsburgh : ci ) ( to $2 atlanta : ci ) ( day $2 thursday : da ) ) ( departure_time $2 ) ) ) ( = ( fare $0 ) $1 ) ) ) )
|
( lambda $0 e ( lambda $1 e ( and ( equals $0 ( argmin $2 ( and ( flight $2 ) ( from $2 ANON_ENTITY : ci ) ( to $2 ANON_ENTITY : ci ) ( day $2 ANON_ENTITY : da ) ) ( departure_time $2 ) ) ) ( = ( fare $0 ) $1 ) ) ) )
|
atis_2884
|
show me all flights both direct and connecting to either san francisco or oakland from boston that arrive before 2pm
|
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1400 : ti ) ( from $0 boston : ci ) ( to $0 san_francisco : ci ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) )
|
atis_2885
|
show me all flights direct and connecting from boston to pittsburgh that arrive in pittsburgh before 10am
|
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) 1000 : ti ) ( from $0 boston : ci ) ( to $0 pittsburgh : ci ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) )
|
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ANON_ENTITY : ti ) ( from $0 ANON_ENTITY : ci ) ( to $0 ANON_ENTITY : ci ) ( or ( nonstop $0 ) ( connecting $0 ) ) ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.