source
stringlengths 17
113
| target
stringlengths 8
165
|
---|---|
what are major rivers in texas ? | (major(A),river(A),loc(A,B),const(B,stateid(texas))) |
what are the biggest rivers in texas ? | longest(A,(river(A),loc(A,B),const(B,stateid(texas)))) |
what are the capital cities of the states which border texas ? | (capital(A),city(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas))) |
what are the capital city in texas ? | (capital(A),city(A),loc(A,B),const(B,stateid(texas))) |
what are the capitals of states that border missouri ? | (capital(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(missouri))) |
what are the capitals of the states that border texas ? | (capital(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas))) |
what are the cities in california ? | (city(A),loc(A,B),const(B,stateid(california))) |
what are the cities in states through which the mississippi runs ? | (city(A),loc(A,B),state(B),traverse(C,B),const(C,riverid(mississippi))) |
what are the cities of the state with the highest point ? | (city(A),loc(A,B),state(B),loc(C,B),highest(C,place(C))) |
what are the highest points of all the states ? | highest(A,(place(A),loc(A,B),state(B))) |
what are the highest points of states surrounding mississippi ? | (highest(A,(place(A),loc(A,B),state(B))),next_to(B,C),const(C,stateid(mississippi))) |
what are the lakes in states bordering texas ? | (lake(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas))) |
what are the largest cities in the states that border the largest state ? | largest(A,(city(A),loc(A,B),state(B),next_to(B,C),largest(C,state(C)))) |
what are the major cities in alabama ? | (major(A),city(A),loc(A,B),const(B,stateid(alabama))) |
what are the major cities in alaska ? | (major(A),city(A),loc(A,B),const(B,stateid(alaska))) |
what are the major cities in california ? | (major(A),city(A),loc(A,B),const(B,stateid(california))) |
what are the major cities in delaware ? | (major(A),city(A),loc(A,B),const(B,stateid(delaware))) |
what are the major cities in kansas ? | (major(A),city(A),loc(A,B),const(B,stateid(kansas))) |
what are the major cities in missouri ? | (major(A),city(A),loc(A,B),const(B,stateid(missouri))) |
what are the major cities in new mexico ? | (major(A),city(A),loc(A,B),const(B,stateid('new mexico'))) |
what are the major cities in new york ? | (major(A),city(A),loc(A,B),const(B,stateid('new york'))) |
what are the major cities in north carolina ? | (major(A),city(A),loc(A,B),const(B,stateid('north carolina'))) |
what are the major cities in ohio ? | (major(A),city(A),loc(A,B),const(B,stateid(ohio))) |
what are the major cities in oklahoma ? | (major(A),city(A),loc(A,B),const(B,stateid(oklahoma))) |
what are the major cities in rhode island ? | (major(A),city(A),loc(A,B),const(B,stateid('rhode island'))) |
what are the major cities in states through which the mississippi runs ? | (major(A),city(A),state(B),traverse(C,B),const(C,riverid(mississippi))) |
what are the major cities in texas ? | (major(A),city(A),loc(A,B),const(B,stateid(texas))) |
what are the major cities in the largest state ? | (major(A),city(A),loc(A,B),largest(B,state(B))) |
what are the major cities in the smallest state in the us ? | (major(A),city(A),loc(A,B),smallest(B,(state(B),loc(B,C),const(C,countryid(usa))))) |
what are the major cities in the state of california ? | (major(A),city(A),loc(A,B),state(B),const(B,stateid(california))) |
what are the major cities in the states through which the major river in virginia runs ? | (major(A),city(A),loc(A,B),state(B),river(C),loc(C,D),const(D,stateid(virginia)),traverse(C,B)) |
what are the major cities in the usa ? | (major(A),city(A),loc(A,B),const(B,countryid(usa))) |
what are the major cities in vermont ? | (major(A),city(A),loc(A,B),const(B,stateid(vermont))) |
what are the major cities in wyoming ? | (major(A),city(A),loc(A,B),const(B,stateid(wyoming))) |
what are the major cities of texas ? | (major(A),city(A),loc(A,B),const(B,stateid(texas))) |
what are the major cities of the united states ? | (major(A),city(A),loc(A,B),const(B,countryid(usa))) |
what are the major cities of the us ? | (major(A),city(A),loc(A,B),const(B,countryid(usa))) |
what are the major lakes in united states ? | (major(A),lake(A),loc(A,B),const(B,countryid(usa))) |
what are the major rivers in ohio ? | (major(A),river(A),loc(A,B),const(B,stateid(ohio))) |
what are the major rivers in the us ? | (major(A),river(A),loc(A,B),const(B,countryid(usa))) |
what are the names of the major cities in illinois ? | (major(A),city(A),loc(A,B),const(B,stateid(illinois))) |
what are the neighboring states for michigan ? | (next_to(A,B),state(A),const(B,stateid(michigan))) |
what are the population densities of each us state ? | (density(B,A),state(B)) |
what are the population of mississippi ? | (population(B,A),const(B,stateid(mississippi))) |
what are the populations of all the major cities in montana ? | (population(B,A),major(B),city(B),loc(B,C),const(C,stateid(montana))) |
what are the populations of states through which the mississippi river run ? | (population(B,A),state(B),const(C,riverid(mississippi)),river(C),traverse(C,B)) |
what are the populations of states through which the mississippi river runs ? | (population(B,A),state(B),const(C,riverid(mississippi)),river(C),traverse(C,B)) |
what are the populations of states through which the mississippi run ? | (population(B,A),state(B),const(C,riverid(mississippi)),traverse(C,B)) |
what are the populations of states through which the mississippi runs ? | (population(B,A),state(B),const(C,riverid(mississippi)),traverse(C,B)) |
what are the populations of states which border texas ? | (population(B,A),state(B),next_to(B,C),const(C,stateid(texas))) |
what are the populations of the major cities of texas ? | (population(B,A),major(B),city(B),loc(B,C),const(C,stateid(texas))) |
what are the populations of the states through which the mississippi river run ? | (population(B,A),state(B),const(C,riverid(mississippi)),river(C),traverse(C,B)) |
what are the populations of the states through which the mississippi river runs ? | (population(B,A),state(B),const(C,riverid(mississippi)),river(C),traverse(C,B)) |
what are the populations of the states through which the mississippi run ? | (population(B,A),state(B),const(C,riverid(mississippi)),traverse(C,B)) |
what are the populations of the states through which the mississippi runs ? | (population(B,A),state(B),const(C,riverid(mississippi)),traverse(C,B)) |
what are the rivers in alaska ? | (river(A),loc(A,B),const(B,stateid(alaska))) |
what are the rivers in the state of indiana ? | (river(A),loc(A,B),state(B),const(B,stateid(indiana))) |
what are the rivers in the state of texas ? | (river(A),loc(A,B),state(B),const(B,stateid(texas))) |
what are the rivers of montana ? | (river(A),loc(A,B),const(B,stateid(montana))) |
what are the states ? | state(A) |
what are the states that border the state with the greatest population ? | (state(A),next_to(B,A),largest(C,(state(B),population(B,C)))) |
what are the states that the potomac run through ? | (state(A),const(B,riverid(potomac)),traverse(B,A)) |
what are the states through which the longest river runs ? | (state(A),longest(B,(river(B),traverse(B,A)))) |
what can you tell me about the population of missouri ? | (population(B,A),const(B,stateid(missouri))) |
what capital has the largest population ? | largest(B,(capital(A),population(A,B))) |
what capital is the largest in the us ? | largest(A,(capital(A),loc(A,B),const(B,countryid(usa)))) |
what cities are located in pennsylvania ? | (city(A),loc(A,B),const(B,stateid(pennsylvania))) |
what cities in california ? | (city(A),loc(A,B),const(B,stateid(california))) |
what cities in texas have the highest number of citizens ? | largest(B,(city(A),loc(A,C),const(C,stateid(texas)),population(A,B))) |
what cities in texas have the highest populations ? | largest(B,(city(A),loc(A,C),const(C,stateid(texas)),population(A,B))) |
what city has the largest population ? | largest(B,(city(A),population(A,B))) |
what city has the least population ? | smallest(B,(city(A),population(A,B))) |
what city has the most people ? | largest(B,(city(A),population(A,B))) |
what city in the united states has the highest population density ? | largest(B,(city(A),loc(A,C),const(C,countryid(usa)),density(A,B))) |
what is capital of iowa ? | (capital(A),loc(A,B),const(B,stateid(iowa))) |
what is capital of the state with the lowest point ? | (capital(A),loc(A,B),state(B),loc(C,B),lowest(C,place(C))) |
what is largest capital ? | largest(A,capital(A)) |
what is the adjacent state of california ? | (next_to(A,B),state(A),const(B,stateid(california))) |
what is the area of alaska ? | (area(B,A),const(B,stateid(alaska))) |
what is the area of all the states combined ? | sum(B,(area(C,B),state(C)),A) |
what is the area of california ? | (area(B,A),const(B,stateid(california))) |
what is the area of florida ? | (area(B,A),const(B,stateid(florida))) |
what is the area of idaho ? | (area(B,A),const(B,stateid(idaho))) |
what is the area of maine ? | (area(B,A),const(B,stateid(maine))) |
what is the area of maryland in square kilometers ? | (area(B,A),const(B,stateid(maryland))) |
what is the area of new mexico ? | (area(B,A),const(B,stateid('new mexico'))) |
what is the area of ohio ? | (area(B,A),const(B,stateid(ohio))) |
what is the area of seattle ? | (area(B,A),const(B,cityid(seattle,_))) |
what is the area of south carolina ? | (area(B,A),const(B,stateid('south carolina'))) |
what is the area of texas ? | (area(B,A),const(B,stateid(texas))) |
what is the area of the largest state ? | (area(B,A),largest(B,state(B))) |
what is the area of the smallest state ? | (area(B,A),smallest(B,state(B))) |
what is the area of the state with the capital albany ? | (area(B,A),state(B),loc(C,B),capital(C),const(C,cityid(albany,_))) |
what is the area of the state with the smallest population density ? | (area(B,A),smallest(C,(state(B),density(B,C)))) |
what is the area of the states ? | (area(B,A),state(B)) |
what is the area of the texas state ? | (area(B,A),const(B,stateid(texas))) |
what is the area of wisconsin ? | (area(B,A),const(B,stateid(wisconsin))) |
what is the average population of the us by state ? | (density(B,A),const(B,countryid(usa))) |
what is the average population per square km in pennsylvania ? | (density(B,A),const(B,stateid(pennsylvania))) |
what is the average population per square km in the us ? | (density(B,A),const(B,countryid(usa))) |