source
stringlengths
17
113
target
stringlengths
8
165
what states border hawaii ?
(state(A),next_to(A,B),const(B,stateid(hawaii)))
what states border indiana ?
(state(A),next_to(A,B),const(B,stateid(indiana)))
what states border kentucky ?
(state(A),next_to(A,B),const(B,stateid(kentucky)))
what states border michigan ?
(state(A),next_to(A,B),const(B,stateid(michigan)))
what states border missouri ?
(state(A),next_to(A,B),const(B,stateid(missouri)))
what states border montana ?
(state(A),next_to(A,B),const(B,stateid(montana)))
what states border new hampshire ?
(state(A),next_to(A,B),const(B,stateid('new hampshire')))
what states border new jersey ?
(state(A),next_to(A,B),const(B,stateid('new jersey')))
what states border ohio ?
(state(A),next_to(A,B),const(B,stateid(ohio)))
what states border rhode island ?
(state(A),next_to(A,B),const(B,stateid('rhode island')))
what states border states that border colorado ?
(state(A),next_to(A,B),state(B),next_to(B,C),const(C,stateid(colorado)))
what states border states that border mississippi ?
(state(A),next_to(A,B),state(B),next_to(B,C),const(C,stateid(mississippi)))
what states border states that border states that border florida ?
(state(A),next_to(A,B),state(B),next_to(B,C),state(C),next_to(C,D),const(D,stateid(florida)))
what states border states that border states that border states that border texas ?
(state(A),next_to(A,B),state(B),next_to(B,C),state(C),next_to(C,D),state(D),next_to(D,E),const(E,stateid(texas)))
what states border states that border the state with the largest population ?
(state(A),next_to(A,B),state(B),next_to(B,C),largest(D,(state(C),population(C,D))))
what states border states that the mississsippi runs through ?
(state(A),next_to(A,B),state(B),const(C,riverid(mississippi)),traverse(C,B))
what states border states that the ohio runs through ?
(state(A),next_to(A,B),state(B),const(C,riverid(ohio)),traverse(C,B))
what states border states which the mississippi runs through ?
(state(A),next_to(A,B),state(B),const(C,riverid(mississippi)),traverse(C,B))
what states border texas ?
(state(A),next_to(A,B),const(B,stateid(texas)))
what states border texas and have a major river ?
(state(A),next_to(A,B),const(B,stateid(texas)),loc(C,A),major(C),river(C))
what states border the mississippi river ?
(state(A),next_to(A,B),const(B,riverid(mississippi)),river(B))
what states border the most populous state ?
(state(A),next_to(A,B),largest(C,(population(B,C),state(B))))
what states border the state that borders the most states ?
(state(A),next_to(A,B),most(B,C,(state(B),next_to(B,C),state(C))))
what states border the state with the most cities ?
(state(A),next_to(A,B),most(B,C,(state(B),loc(C,B),city(C))))
what states border the state with the most major cities ?
(state(A),next_to(A,B),most(B,C,(state(B),loc(C,B),major(C),city(C))))
what states border the state with the smallest area ?
(state(A),next_to(A,B),smallest(C,(state(B),area(B,C))))
what states border the states with the most cities ?
(state(A),next_to(A,B),most(B,C,(state(B),loc(C,B),city(C))))
what states border wisconsin ?
(state(A),next_to(A,B),const(B,stateid(wisconsin)))
what states capital is dover ?
(state(A),capital(A,B),const(B,cityid(dover,_)))
what states contain at least one major rivers ?
(state(A),loc(B,A),major(B),river(B))
what states does the colorado river run through ?
(state(A),const(B,riverid(colorado)),river(B),traverse(B,A))
what states does the delaware river run through ?
(state(A),const(B,riverid(delaware)),river(B),traverse(B,A))
what states does the mississippi river run through ?
(state(A),const(B,riverid(mississippi)),river(B),traverse(B,A))
what states does the mississippi run through ?
(state(A),const(B,riverid(mississippi)),traverse(B,A))
what states does the missouri river run through ?
(state(A),const(B,riverid(missouri)),river(B),traverse(B,A))
what states does the missouri run through ?
(state(A),const(B,riverid(missouri)),traverse(B,A))
what states does the ohio river go through ?
(state(A),const(B,riverid(ohio)),river(B),traverse(B,A))
what states does the ohio river run through ?
(state(A),const(B,riverid(ohio)),river(B),traverse(B,A))
what states does the shortest river run through ?
(state(A),shortest(B,river(B)),traverse(B,A))
what states have a capital that is the highest point in the state ?
(state(A),loc(B,A),capital(B),highest(B,(place(B),loc(B,A),state(A))))
what states have a city named austin ?
(state(A),loc(B,A),const(B,cityid(austin,_)))
what states have cities named austin ?
(state(A),loc(B,A),city(B),const(B,cityid(austin,_)))
what states have cities named dallas ?
(state(A),loc(B,A),city(B),const(B,cityid(dallas,_)))
what states have cities named plano ?
(state(A),loc(B,A),city(B),const(B,cityid(plano,_)))
what states have cities named portland ?
(state(A),loc(B,A),city(B),const(B,cityid(portland,_)))
what states have cities named rochester ?
(state(A),loc(B,A),city(B),const(B,cityid(rochester,_)))
what states have cities named salt lake city ?
(state(A),loc(B,A),city(B),const(B,cityid('salt lake city',_)))
what states have no bordering state ?
(state(A),\+ (next_to(A,B),state(B)))
what states have rivers named colorado ?
(state(A),loc(B,A),const(B,riverid(colorado)))
what states have rivers running through them ?
(state(A),loc(B,A),river(B),traverse(B,A))
what states have towns named springfield ?
(state(A),loc(B,A),const(B,cityid(springfield,_)))
what states high point are higher than that of colorado ?
(state(A),high_point(A,B),higher(B,C),high_point(D,C),const(D,stateid(colorado)))
what states in the united states have a city of springfield ?
(state(A),loc(A,B),const(B,countryid(usa)),loc(C,A),const(C,cityid(springfield,_)))
what states neighbor maine ?
(state(A),next_to(A,B),const(B,stateid(maine)))
what states surround kentucky ?
(state(A),next_to(A,B),const(B,stateid(kentucky)))
what texas city has the largest population ?
largest(B,(const(C,stateid(texas)),city(A),loc(A,C),population(A,B)))
whats the largest city ?
largest(A,city(A))
where are mountains ?
(loc(B,A),mountain(B))
where is austin ?
(loc(B,A),const(B,cityid(austin,_)))
where is baton rouge ?
(loc(B,A),const(B,cityid('baton rouge',_)))
where is dallas ?
(loc(B,A),const(B,cityid(dallas,_)))
where is fort wayne ?
(loc(B,A),const(B,cityid('fort wayne',_)))
where is houston ?
(loc(B,A),const(B,cityid(houston,_)))
where is indianapolis ?
(loc(B,A),const(B,cityid(indianapolis,_)))
where is massachusetts ?
(loc(B,A),const(B,stateid(massachusetts)))
where is mount whitney ?
(loc(B,A),const(B,placeid('mount whitney')))
where is mount whitney located ?
(loc(B,A),const(B,placeid('mount whitney')))
where is new hampshire ?
(loc(B,A),const(B,stateid('new hamsphire')))
where is new orleans ?
(loc(B,A),const(B,cityid('new orleans',_)))
where is portland ?
(loc(B,A),const(B,cityid(portland,_)))
where is san diego ?
(loc(B,A),const(B,cityid('san diego',_)))
where is san jose ?
(loc(B,A),const(B,cityid('san jose',_)))
where is scotts valley ?
(loc(B,A),const(B,cityid('scotts valley',_)))
where is springfield ?
(loc(B,A),const(B,cityid(springfield,_)))
where is the chattahoochee river ?
(loc(B,A),const(B,riverid(chattahoochee)),river(B))
where is the highest mountain of the united states ?
highest(A,(mountain(A),loc(A,B),const(B,countryid(usa))))
where is the highest point in hawaii ?
highest(A,(place(A),loc(A,B),const(B,stateid(hawaii))))
where is the highest point in montana ?
highest(A,(place(A),loc(A,B),const(B,stateid(montana))))
where is the lowest point in maryland ?
lowest(A,(place(A),loc(A,B),const(B,stateid(maryland))))
where is the lowest point in the us ?
lowest(A,(place(A),loc(A,B),const(B,countryid(usa))))
where is the lowest spot in iowa ?
lowest(A,(place(A),loc(A,B),const(B,stateid(iowa))))
where is the most populated area of new mexico ?
largest(B,(population(A,B),city(A),loc(A,C),const(C,stateid('new mexico'))))
where is the smallest city ?
(loc(B,A),smallest(B,city(B)))
which capitals are in the states that border texas ?
(capital(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas)))
which capitals are not major cities ?
(capital(A),\+ (major(A),city(A)))
which city in california has the largest population ?
largest(B,(city(A),loc(A,C),const(C,stateid(california)),population(A,B)))
which is the density of the state that the largest river in the united states runs through ?
(density(B,A),state(B),longest(C,(river(C),loc(C,D),const(D,countryid(usa)))),traverse(C,B))
which is the highest peak not in alaska ?
highest(A,(mountain(A),\+ (loc(A,B),const(B,stateid(alaska)))))
which is the longest river in usa ?
longest(A,(river(A),loc(A,B),const(B,countryid(usa))))
which is the lowest point of the states that the mississippi runs through ?
lowest(B,(place(B),loc(B,A),state(A),const(C,riverid(mississippi)),traverse(C,A)))
which is the shortest river ?
shortest(A,river(A))
which is the smallest state ?
smallest(A,state(A))
which of the states bordering pennsylvania has the largest population ?
largest(B,(state(A),next_to(A,C),const(C,stateid(pennsylvania)),population(A,B)))
which river goes through the most states ?
most(A,B,(river(A),traverse(A,B),state(B)))
which river runs through most states ?
most(A,B,(river(A),traverse(A,B),state(B)))
which river runs through the most states ?
most(A,B,(river(A),traverse(A,B),state(B)))
which river traverses most states ?
most(A,B,(river(A),traverse(A,B),state(B)))
which rivers are in alaska ?
(river(A),loc(A,B),const(B,stateid(alaska)))
which rivers do not run through texas ?
(river(A),\+ (traverse(A,B),const(B,stateid(texas))))
which rivers do not run through usa ?
(river(A),\+ (traverse(A,B),const(B,countryid(usa))))