source
stringlengths 17
113
| target
stringlengths 8
165
|
---|---|
what is the biggest american city in a state with a river ? | largest(A,(city(A),loc(A,B),state(B),loc(C,B),river(C))) |
what is the biggest capital city in the us ? | largest(A,(capital(A),loc(A,B),const(B,countryid(usa)))) |
what is the biggest city in arizona ? | largest(A,(city(A),loc(A,B),const(B,stateid(arizona)))) |
what is the biggest city in georgia ? | largest(A,(city(A),loc(A,B),const(B,stateid(georgia)))) |
what is the biggest city in kansas ? | largest(A,(city(A),loc(A,B),const(B,stateid(kansas)))) |
what is the biggest city in louisiana ? | largest(A,(city(A),loc(A,B),const(B,stateid(louisiana)))) |
what is the biggest city in nebraska ? | largest(A,(city(A),loc(A,B),const(B,stateid(nebraska)))) |
what is the biggest city in oregon ? | largest(A,(city(A),loc(A,B),const(B,stateid(oregon)))) |
what is the biggest city in texas ? | largest(A,(city(A),loc(A,B),const(B,stateid(texas)))) |
what is the biggest city in the smallest state ? | largest(A,(city(A),loc(A,B),smallest(B,state(B)))) |
what is the biggest city in the us ? | largest(A,(city(A),loc(A,B),const(B,countryid(usa)))) |
what is the biggest city in the usa ? | largest(A,(city(A),loc(A,B),const(B,countryid(usa)))) |
what is the biggest city in usa ? | largest(A,(city(A),loc(A,B),const(B,countryid(usa)))) |
what is the biggest city in wyoming ? | largest(A,(city(A),loc(A,B),const(B,stateid(wyoming)))) |
what is the biggest river in illinois ? | largest(A,(river(A),loc(A,B),const(B,stateid(illinois)))) |
what is the biggest state ? | largest(A,state(A)) |
what is the biggest state in continental us ? | largest(A,(state(A),loc(A,B),const(B,countryid(usa)))) |
what is the biggest state in the usa ? | largest(A,(state(A),loc(A,B),const(B,countryid(usa)))) |
what is the capital city of the largest state in the us ? | (capital(A),city(A),loc(A,B),largest(B,(state(B),loc(B,C),const(C,countryid(usa))))) |
what is the capital of california ? | (capital(A),loc(A,B),const(B,stateid(california))) |
what is the capital of colorado ? | (capital(A),loc(A,B),const(B,stateid(colorado))) |
what is the capital of georgia ? | (capital(A),loc(A,B),const(B,stateid(georgia))) |
what is the capital of hawaii ? | (capital(A),loc(A,B),const(B,stateid(hawaii))) |
what is the capital of illinois ? | (capital(A),loc(A,B),const(B,stateid(illinois))) |
what is the capital of indiana ? | (capital(A),loc(A,B),const(B,stateid(indiana))) |
what is the capital of iowa ? | (capital(A),loc(A,B),const(B,stateid(iowa))) |
what is the capital of maine ? | (capital(A),loc(A,B),const(B,stateid(maine))) |
what is the capital of maryland ? | (capital(A),loc(A,B),const(B,stateid(maryland))) |
what is the capital of massachusetts ? | (capital(A),loc(A,B),const(B,stateid(massachusetts))) |
what is the capital of michigan ? | (capital(A),loc(A,B),const(B,stateid(michigan))) |
what is the capital of new hampshire ? | (capital(A),loc(A,B),const(B,stateid('new hampshire'))) |
what is the capital of new jersey ? | (capital(A),loc(A,B),const(B,stateid('new jersey'))) |
what is the capital of new york ? | (capital(A),loc(A,B),const(B,stateid('new york'))) |
what is the capital of north dakota ? | (capital(A),loc(A,B),const(B,stateid('north dakota'))) |
what is the capital of ohio ? | (capital(A),loc(A,B),const(B,stateid(ohio))) |
what is the capital of pennsylvania ? | (capital(A),loc(A,B),const(B,stateid(pennsylvania))) |
what is the capital of states that have cities named durham ? | (capital(A),loc(A,B),state(B),loc(C,B),city(C),const(C,cityid(durham,_))) |
what is the capital of texas ? | (capital(A),loc(A,B),const(B,stateid(texas))) |
what is the capital of the alabama state ? | (capital(A),loc(A,B),const(B,stateid(alabama)),state(B)) |
what is the capital of the florida state ? | (capital(A),loc(A,B),const(B,stateid(florida)),state(B)) |
what is the capital of the largest state ? | (capital(A),loc(A,B),largest(B,state(B))) |
what is the capital of the smallest state ? | (capital(A),loc(A,B),smallest(B,state(B))) |
what is the capital of the state texas ? | (capital(A),loc(A,B),state(B),const(B,stateid(texas))) |
what is the capital of the state that borders the most states ? | (capital(A),loc(A,B),most(B,C,(state(B),next_to(B,C),state(C)))) |
what is the capital of the state that borders the state that borders texas ? | (capital(A),loc(A,B),state(B),next_to(B,C),state(C),next_to(C,D),const(D,stateid(texas))) |
what is the capital of the state with the highest elevation ? | (capital(A),loc(A,B),state(B),loc(C,B),highest(C,place(C))) |
what is the capital of the state with the highest point ? | (capital(A),loc(A,B),highest(C,(state(B),loc(C,B),place(C)))) |
what is the capital of the state with the largest population ? | (capital(A),loc(A,B),largest(C,(state(B),population(B,C)))) |
what is the capital of the state with the largest population density ? | (capital(A),loc(A,B),largest(C,(state(B),density(B,C)))) |
what is the capital of the state with the longest river ? | (capital(A),loc(A,B),longest(C,(state(B),loc(C,B),river(C)))) |
what is the capital of the state with the most inhabitants ? | (capital(A),loc(A,B),largest(C,(state(B),population(B,C)))) |
what is the capital of utah ? | (capital(A),loc(A,B),const(B,stateid(utah))) |
what is the capital of vermont ? | (capital(A),loc(A,B),const(B,stateid(vermont))) |
what is the capital of washington ? | (capital(A),loc(A,B),const(B,stateid(washington))) |
what is the city in texas with the largest population ? | largest(B,(city(A),loc(A,C),const(C,stateid(texas)),population(A,B))) |
what is the city with the smallest population ? | smallest(B,(city(A),population(A,B))) |
what is the combined area of all 50 states ? | sum(B,(area(C,B),state(C)),A) |
what is the combined population of all 50 states ? | sum(B,(population(C,B),state(C)),A) |
what is the density of texas ? | (density(B,A),const(B,stateid(texas))) |
what is the density of the new york ? | (density(B,A),const(B,stateid('new york'))) |
what is the elevation of death valley ? | (elevation(B,A),const(B,placeid('death valley'))) |
what is the elevation of the highest point in the usa ? | (elevation(B,A),highest(B,(place(B),loc(B,C),const(C,countryid(usa))))) |
what is the height of mount mckinley ? | (elevation(B,A),const(B,placeid('mount mckinley'))) |
what is the height of the highest mountain in texas ? | (elevation(B,A),highest(B,(mountain(B),loc(B,C),const(C,stateid(texas))))) |
what is the height of the highest point in the usa ? | (elevation(B,A),highest(B,(place(B),loc(B,C),const(C,countryid(usa))))) |
what is the high point of wyoming ? | (high_point(B,A),loc(A,B),const(B,stateid(wyoming))) |
what is the highest elevation in new mexico ? | highest(A,(place(A),loc(A,B),const(B,stateid('new mexico')))) |
what is the highest elevation in south carolina ? | highest(A,(place(A),loc(A,B),const(B,stateid('south carolina')))) |
what is the highest elevation in texas ? | highest(A,(place(A),loc(A,B),const(B,stateid(texas)))) |
what is the highest elevation in the united states ? | highest(A,(place(A),loc(A,B),const(B,countryid(usa)))) |
what is the highest mountain in alaska ? | highest(A,(mountain(A),loc(A,B),const(B,stateid(alaska)))) |
what is the highest mountain in texas ? | highest(A,(mountain(A),loc(A,B),const(B,stateid(texas)))) |
what is the highest mountain in the us ? | highest(A,(mountain(A),loc(A,B),const(B,countryid(usa)))) |
what is the highest mountain in us ? | highest(A,(mountain(A),loc(A,B),const(B,countryid(usa)))) |
what is the highest point in colorado ? | highest(A,(place(A),loc(A,B),const(B,stateid(colorado)))) |
what is the highest point in delaware ? | highest(A,(place(A),loc(A,B),const(B,stateid(delaware)))) |
what is the highest point in each state whose lowest point is sea level ? | (highest(A,(place(A),loc(A,B),state(B))),lowest(C,(loc(C,B),place(C))),elevation(C,0)) |
what is the highest point in florida ? | highest(A,(place(A),loc(A,B),const(B,stateid(florida)))) |
what is the highest point in iowa ? | highest(A,(place(A),loc(A,B),const(B,stateid(iowa)))) |
what is the highest point in kansas ? | highest(A,(place(A),loc(A,B),const(B,stateid(kansas)))) |
what is the highest point in maine ? | highest(A,(place(A),loc(A,B),const(B,stateid(maine)))) |
what is the highest point in montana ? | highest(A,(place(A),loc(A,B),const(B,stateid(montana)))) |
what is the highest point in nevada in meters ? | highest(A,(place(A),loc(A,B),const(B,stateid(nevada)))) |
what is the highest point in new mexico ? | highest(A,(place(A),loc(A,B),const(B,stateid('new mexico')))) |
what is the highest point in ohio ? | highest(A,(place(A),loc(A,B),const(B,stateid(ohio)))) |
what is the highest point in rhode island ? | highest(A,(place(A),loc(A,B),const(B,stateid('rhode island')))) |
what is the highest point in states bordering georgia ? | highest(A,(place(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(georgia)))) |
what is the highest point in texas ? | highest(A,(place(A),loc(A,B),const(B,stateid(texas)))) |
what is the highest point in the country ? | highest(A,(place(A),loc(A,B),const(B,countryid(usa)))) |
what is the highest point in the smallest state ? | highest(A,(place(A),loc(A,B),smallest(B,state(B)))) |
what is the highest point in the state with capital austin ? | highest(A,(place(A),loc(A,B),state(B),loc(C,B),capital(C),const(C,cityid(austin,_)))) |
what is the highest point in the state with capital des moines ? | highest(A,(place(A),loc(A,B),state(B),loc(C,B),capital(C),const(C,cityid('des moines',_)))) |
what is the highest point in the state with the capital des moines ? | highest(A,(place(A),loc(A,B),state(B),loc(C,B),capital(C),const(C,cityid('des moines',_)))) |
what is the highest point in the state with the most rivers ? | highest(A,(place(A),loc(A,B),most(B,C,(state(B),traverse(C,B),river(C))))) |
what is the highest point in the state with the smallest population ? | highest(A,(place(A),loc(A,B),smallest(C,(state(B),population(B,C))))) |
what is the highest point in the states bordering colorado ? | highest(A,(place(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(colorado)))) |
what is the highest point in the united states ? | highest(A,(place(A),loc(A,B),const(B,countryid(usa)))) |
what is the highest point in the us ? | highest(A,(place(A),loc(A,B),const(B,countryid(usa)))) |
what is the highest point in the usa ? | highest(A,(place(A),loc(A,B),const(B,countryid(usa)))) |
what is the highest point in virginia ? | highest(A,(place(A),loc(A,B),const(B,stateid(virginia)))) |