source
stringlengths
17
113
target
stringlengths
8
165
which rivers flow through alaska ?
(river(A),traverse(A,B),const(B,stateid(alaska)))
which rivers run through states bordering new mexico ?
(river(A),traverse(A,B),state(B),next_to(B,C),const(C,stateid('new mexico')))
which rivers run through states that border the state with the capital austin ?
(river(A),traverse(A,B),state(B),next_to(B,C),state(C),loc(D,C),capital(D),const(D,cityid(austin,_)))
which rivers run through states with fewest cities ?
(river(A),traverse(A,B),fewest(B,C,(state(B),loc(C,B),city(C))))
which rivers run through the state with the largest city in the us ?
(river(A),traverse(A,B),largest(C,(state(B),loc(C,B),city(C),loc(C,D),const(D,countryid(usa)))))
which rivers run through the state with the lowest elevation in the usa ?
(river(A),traverse(A,B),state(B),loc(C,B),lowest(C,(place(C),loc(C,D),const(D,countryid(usa)))))
which state border kentucky ?
(state(A),next_to(A,B),const(B,stateid(kentucky)))
which state borders florida ?
(state(A),next_to(A,B),const(B,stateid(florida)))
which state borders hawaii ?
(state(A),next_to(A,B),const(B,stateid(hawaii)))
which state borders most states ?
most(A,B,(state(A),next_to(A,B),state(B)))
which state borders the most states ?
most(A,B,(state(A),next_to(A,B),state(B)))
which state capital has the smallest population ?
smallest(B,(capital(A),population(A,B)))
which state contains most rivers ?
most(A,B,(state(A),loc(B,A),river(B)))
which state has the biggest population ?
largest(B,(state(A),population(A,B)))
which state has the greatest density ?
largest(B,(state(A),density(A,B)))
which state has the greatest population ?
largest(B,(state(A),population(A,B)))
which state has the highest elevation ?
highest(B,(state(A),loc(B,A),place(B)))
which state has the highest peak in the country ?
highest(B,(state(A),loc(B,A),mountain(B)))
which state has the highest point ?
(state(A),loc(B,A),highest(B,place(B)))
which state has the highest population density ?
largest(B,(state(A),density(A,B)))
which state has the largest city ?
largest(B,(state(A),loc(B,A),city(B)))
which state has the largest density ?
largest(B,(state(A),density(A,B)))
which state has the least population density ?
smallest(B,(state(A),density(A,B)))
which state has the longest river ?
longest(B,(state(A),loc(B,A),river(B)))
which state has the lowest elevation ?
(state(A),loc(B,A),lowest(B,place(B)))
which state has the lowest point that borders idaho ?
(state(A),loc(B,A),lowest(B,place(B)),next_to(A,C),const(C,stateid(idaho)))
which state has the lowest population density ?
smallest(B,(state(A),density(A,B)))
which state has the most major cities ?
most(A,B,(state(A),loc(B,A),major(B),city(B)))
which state has the most major rivers ?
most(A,B,(state(A),loc(B,A),major(B),river(B)))
which state has the most major rivers running through it ?
most(A,B,(state(A),loc(B,A),major(B),river(B),traverse(B,A)))
which state has the most people ?
largest(B,(state(A),population(A,B)))
which state has the most population ?
largest(B,(state(A),population(A,B)))
which state has the most rivers ?
most(A,B,(state(A),loc(B,A),river(B)))
which state has the most rivers running through it ?
most(A,B,(state(A),loc(B,A),river(B),traverse(B,A)))
which state has the red river ?
(state(A),loc(B,A),const(B,riverid(red)),river(B))
which state has the smallest area that borders texas ?
smallest(B,(state(A),area(A,B),next_to(A,C),const(C,stateid(texas))))
which state has the smallest average urban population ?
smallest(B,(state(A),density(A,B)))
which state has the smallest population density ?
smallest(B,(state(A),density(A,B)))
which state has the sparsest population density ?
smallest(B,(state(A),density(A,B)))
which state is kalamazoo in ?
(state(A),const(B,cityid(kalamazoo,_)),loc(B,A))
which state is mount mckinley in ?
(state(A),const(B,placeid('mount mckinley')),loc(B,A))
which state is the city denver located in ?
(state(A),city(B),const(B,cityid(denver,_)),loc(B,A))
which state is the largest city in montana in ?
(state(A),largest(B,(city(B),loc(B,C),const(C,stateid(montana)))),loc(B,A))
which state is the smallest ?
smallest(A,state(A))
which states adjoin alabama ?
(state(A),next_to(A,B),const(B,stateid(alabama)))
which states border alabama ?
(state(A),next_to(A,B),const(B,stateid(alabama)))
which states border alaska ?
(state(A),next_to(A,B),const(B,stateid(alaska)))
which states border arizona ?
(state(A),next_to(A,B),const(B,stateid(arizona)))
which states border colorado ?
(state(A),next_to(A,B),const(B,stateid(colorado)))
which states border hawaii ?
(state(A),next_to(A,B),const(B,stateid(hawaii)))
which states border illinois ?
(state(A),next_to(A,B),const(B,stateid(illinois)))
which states border iowa ?
(state(A),next_to(A,B),const(B,stateid(iowa)))
which states border kentucky ?
(state(A),next_to(A,B),const(B,stateid(kentucky)))
which states border michigan ?
(state(A),next_to(A,B),const(B,stateid(michigan)))
which states border new york ?
(state(A),next_to(A,B),const(B,stateid('new york')))
which states border no other states ?
(state(A),\+ (next_to(A,B),state(B)))
which states border south dakota ?
(state(A),next_to(A,B),const(B,stateid('south dakota')))
which states border states through which the mississippi traverses ?
(state(A),next_to(A,B),state(B),const(C,riverid(mississippi)),traverse(C,B))
which states border texas ?
(state(A),next_to(A,B),const(B,stateid(texas)))
which states border the longest river in the usa ?
(state(A),next_to(A,B),longest(B,(river(B),loc(B,C),const(C,countryid(usa)))))
which states border the missouri river ?
(state(A),next_to(A,B),const(B,riverid(missouri)),river(B))
which states border the state with the smallest area ?
(state(A),next_to(A,B),smallest(C,(state(B),area(B,C))))
which states capital city is the largest ?
largest(B,(state(A),capital(A,B),city(B)))
which states do colorado river flow through ?
(state(A),const(B,riverid(colorado)),river(B),traverse(B,A))
which states does not border texas ?
(state(A),\+ (next_to(A,B),const(B,stateid(texas))))
which states does the chattahoochee river run through ?
(state(A),const(B,riverid(chattahoochee)),river(B),traverse(B,A))
which states does the colorado river run through ?
(state(A),const(B,riverid(colorado)),traverse(B,A))
which states does the longest river cross ?
(state(A),longest(B,river(B)),traverse(B,A))
which states does the longest river run through ?
(state(A),longest(B,river(B)),traverse(B,A))
which states does the mississippi river run through ?
(state(A),const(B,riverid(mississippi)),river(B),traverse(B,A))
which states does the mississippi run through ?
(state(A),const(B,riverid(mississippi)),traverse(B,A))
which states does the missouri river pass through ?
(state(A),const(B,riverid(missouri)),traverse(B,A))
which states does the missouri river run through ?
(state(A),const(B,riverid(missouri)),river(B),traverse(B,A))
which states have a major city named austin ?
(state(A),loc(B,A),major(B),city(B),const(B,cityid(austin,_)))
which states have a river ?
(state(A),loc(B,A),river(B))
which states have cities named austin ?
(state(A),loc(B,A),city(B),const(B,cityid(austin,_)))
which states have points higher than the highest point in colorado ?
(state(A),loc(B,A),place(B),higher(B,C),highest(C,(place(C),loc(C,D),const(D,stateid(colorado)))))
which states have points that are higher than the highest point in texas ?
(state(A),loc(B,A),higher(B,C),highest(C,(place(C),loc(C,D),const(D,stateid(texas)))))
which states lie on the largest river in the united states ?
(state(A),traverse(B,A),largest(B,(river(B),loc(B,C),const(C,countryid(usa)))))
which us city has the highest population density ?
largest(B,(city(A),density(A,B)))