geo / geo.jsonl
dvitel's picture
geo preprocessed
eddcf0f
{"source": "give me the cities in virginia .", "target": "(city(A),loc(A,B),const(B,stateid(virginia)))"}
{"source": "what are the high points of states surrounding mississippi ?", "target": "(high_point(B,A),loc(A,B),state(B),next_to(B,C),const(C,stateid(mississippi)))"}
{"source": "name the rivers in arkansas .", "target": "(river(A),loc(A,B),const(B,stateid(arkansas)))"}
{"source": "name all the rivers in colorado .", "target": "(river(A),loc(A,B),const(B,stateid(colorado)))"}
{"source": "can you tell me the capital of texas ?", "target": "(capital(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "could you tell me what is the highest point in the state of oregon ?", "target": "highest(A,(place(A),loc(A,B),state(B),const(B,stateid(oregon))))"}
{"source": "count the states which have elevations lower than what alabama has ?", "target": "count(B,(state(B),loc(C,B),low_point(B,C),lower(C,D),low_point(E,D),const(E,stateid(alabama)),loc(D,E)),A)"}
{"source": "give me all the states of usa ?", "target": "(state(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "give me the cities in texas ?", "target": "(city(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "give me the cities in usa ?", "target": "(city(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "give me the cities in virginia ?", "target": "(city(A),loc(A,B),const(B,stateid(virginia)))"}
{"source": "give me the cities which are in texas ?", "target": "(city(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "give me the lakes in california ?", "target": "(lake(A),loc(A,B),const(B,stateid(california)))"}
{"source": "give me the largest state ?", "target": "largest(A,state(A))"}
{"source": "give me the longest river that passes through the us ?", "target": "longest(A,(river(A),traverse(A,B),const(B,countryid(usa))))"}
{"source": "give me the number of rivers in california ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(california))),A)"}
{"source": "give me the states that border utah ?", "target": "(state(A),next_to(A,B),const(B,stateid(utah)))"}
{"source": "how big is alaska ?", "target": "(size(B,A),const(B,stateid(alaska)))"}
{"source": "how big is massachusetts ?", "target": "(size(B,A),const(B,stateid(massachusetts)))"}
{"source": "how big is new mexico ?", "target": "(size(B,A),const(B,stateid('new mexico')))"}
{"source": "how big is north dakota ?", "target": "(size(B,A),const(B,stateid('north dakota')))"}
{"source": "how big is texas ?", "target": "(size(B,A),const(B,stateid(texas)))"}
{"source": "how big is the city of new york ?", "target": "(size(B,A),const(B,cityid('new york',_)))"}
{"source": "how high are the highest points of all the states ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),state(C))))"}
{"source": "how high is guadalupe peak ?", "target": "(elevation(B,A),const(B,placeid('guadalupe peak')))"}
{"source": "how high is mount mckinley ?", "target": "(elevation(B,A),const(B,placeid('mount mckinley')))"}
{"source": "how high is the highest point in america ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "how high is the highest point in montana ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,stateid(montana)))))"}
{"source": "how high is the highest point in the largest state ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),largest(C,state(C)))))"}
{"source": "how high is the highest point of alabama ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,stateid(alabama)))))"}
{"source": "how high is the highest point of delaware ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,stateid(delaware)))))"}
{"source": "how high is the highest point of florida ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,stateid(florida)))))"}
{"source": "how high is the highest point of louisiana ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,stateid(louisiana)))))"}
{"source": "how large is alaska ?", "target": "(size(B,A),const(B,stateid(alaska)))"}
{"source": "how large is texas ?", "target": "(size(B,A),const(B,stateid(texas)))"}
{"source": "how large is the largest city in alaska ?", "target": "(size(B,A),largest(B,(city(B),loc(B,C),const(C,stateid(alaska)))))"}
{"source": "how long is rio grande ?", "target": "(len(B,A),const(B,riverid('rio grande')))"}
{"source": "how long is the colorado river ?", "target": "(len(B,A),const(B,riverid(colorado)),river(B))"}
{"source": "how long is the delaware river ?", "target": "(len(B,A),const(B,riverid(delaware)),river(B))"}
{"source": "how long is the longest river in california ?", "target": "(len(B,A),longest(B,(river(B),loc(B,C),const(C,stateid(california)))))"}
{"source": "how long is the longest river in the usa ?", "target": "(len(B,A),longest(B,(river(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "how long is the mississippi ?", "target": "(len(B,A),const(B,riverid(mississippi)))"}
{"source": "how long is the mississippi river ?", "target": "(len(B,A),const(B,riverid(mississippi)),river(B))"}
{"source": "how long is the mississippi river in miles ?", "target": "(len(B,A),const(B,riverid(mississippi)),river(B))"}
{"source": "how long is the missouri river ?", "target": "(len(B,A),const(B,riverid(missouri)),river(B))"}
{"source": "how long is the north platte river ?", "target": "(len(B,A),const(B,riverid('north platte')),river(B))"}
{"source": "how long is the ohio river ?", "target": "(len(B,A),const(B,riverid(ohio)),river(B))"}
{"source": "how long is the rio grande river ?", "target": "(len(B,A),const(B,riverid('rio grande')),river(B))"}
{"source": "how long is the shortest river in the usa ?", "target": "(len(B,A),shortest(B,(river(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "how many big cities are in pennsylvania ?", "target": "count(B,(major(B),city(B),loc(B,C),const(C,stateid(pennsylvania))),A)"}
{"source": "how many capitals does rhode island have ?", "target": "count(B,(capital(B),const(C,stateid('rhode island')),loc(B,C)),A)"}
{"source": "how many cities are in louisiana ?", "target": "count(B,(city(B),loc(B,C),const(C,stateid(louisiana))),A)"}
{"source": "how many cities are in montana ?", "target": "count(B,(city(B),loc(B,C),const(C,stateid(montana))),A)"}
{"source": "how many cities are there in the united states ?", "target": "count(B,(city(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many cities are there in the us ?", "target": "count(B,(city(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many cities are there in us ?", "target": "count(B,(city(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many cities are there in usa ?", "target": "count(B,(city(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many cities does texas have ?", "target": "count(B,(city(B),const(C,stateid(texas)),loc(B,C)),A)"}
{"source": "how many cities does the usa have ?", "target": "count(B,(city(B),const(C,countryid(usa)),loc(B,C)),A)"}
{"source": "how many cities named austin are there in the usa ?", "target": "count(B,(city(B),const(B,cityid(austin,_)),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many citizens does the biggest city have in the usa ?", "target": "(population(B,A),largest(B,city(B)))"}
{"source": "how many citizens in alabama ?", "target": "(population(B,A),const(B,stateid(alabama)))"}
{"source": "how many citizens in boulder ?", "target": "(population(B,A),const(B,cityid(boulder,_)))"}
{"source": "how many citizens live in california ?", "target": "(population(B,A),const(B,stateid(california)))"}
{"source": "how many colorado rivers are there ?", "target": "count(B,(const(B,riverid(colorado)),river(B)),A)"}
{"source": "how many inhabitants does montgomery have ?", "target": "(population(B,A),const(B,cityid(montgomery,_)))"}
{"source": "how many major cities are in arizona ?", "target": "count(B,(major(B),city(B),loc(B,C),const(C,stateid(arizona))),A)"}
{"source": "how many major cities are in florida ?", "target": "count(B,(major(B),city(B),loc(B,C),const(C,stateid(florida))),A)"}
{"source": "how many major cities are in states bordering nebraska ?", "target": "count(B,(major(B),city(B),loc(B,C),state(C),next_to(C,D),const(D,stateid(nebraska))),A)"}
{"source": "how many major cities are in states bordering utah ?", "target": "count(B,(major(B),city(B),loc(B,C),state(C),next_to(C,D),const(D,stateid(utah))),A)"}
{"source": "how many major cities are in texas ?", "target": "count(B,(major(B),city(B),loc(B,C),const(C,stateid(texas))),A)"}
{"source": "how many major cities are there ?", "target": "count(B,(major(B),city(B)),A)"}
{"source": "how many major cities are there in oregon ?", "target": "count(B,(major(B),city(B),loc(B,C),const(C,stateid(oregon))),A)"}
{"source": "how many major rivers cross ohio ?", "target": "count(B,(major(B),river(B),traverse(B,C),const(C,stateid(ohio))),A)"}
{"source": "how many people are in the state of nevada ?", "target": "(population(B,A),const(B,stateid(nevada)))"}
{"source": "how many people are there in iowa ?", "target": "(population(B,A),const(B,stateid(iowa)))"}
{"source": "how many people are there in new york ?", "target": "(population(B,A),const(B,stateid('new york')))"}
{"source": "how many people in boulder ?", "target": "(population(B,A),const(B,cityid(boulder,_)))"}
{"source": "how many people live in austin ?", "target": "(population(B,A),const(B,cityid(austin,_)))"}
{"source": "how many people live in austin texas ?", "target": "(population(B,A),const(B,cityid(austin,tx)))"}
{"source": "how many people live in california ?", "target": "(population(B,A),const(B,stateid(california)))"}
{"source": "how many people live in chicago ?", "target": "(population(B,A),const(B,cityid(chicago,_)))"}
{"source": "how many people live in detroit ?", "target": "(population(B,A),const(B,cityid(detroit,_)))"}
{"source": "how many people live in hawaii ?", "target": "(population(B,A),const(B,stateid(hawaii)))"}
{"source": "how many people live in houston ?", "target": "(population(B,A),const(B,cityid(houston,_)))"}
{"source": "how many people live in kalamazoo ?", "target": "(population(B,A),const(B,cityid(kalamazoo,_)))"}
{"source": "how many people live in kansas ?", "target": "(population(B,A),const(B,stateid(kansas)))"}
{"source": "how many people live in minneapolis minnesota ?", "target": "(population(B,A),const(B,cityid(minneapolis,mn)))"}
{"source": "how many people live in mississippi ?", "target": "(population(B,A),const(B,stateid(mississippi)))"}
{"source": "how many people live in montana ?", "target": "(population(B,A),const(B,stateid(montana)))"}
{"source": "how many people live in new hampshire ?", "target": "(population(B,A),const(B,stateid('new hampshire')))"}
{"source": "how many people live in new mexico ?", "target": "(population(B,A),const(B,stateid('new mexico')))"}
{"source": "how many people live in new york ?", "target": "(population(B,A),const(B,stateid('new york')))"}
{"source": "how many people live in rhode island ?", "target": "(population(B,A),const(B,stateid('rhode island')))"}
{"source": "how many people live in riverside ?", "target": "(population(B,A),const(B,cityid(riverside,_)))"}
{"source": "how many people live in san francisco ?", "target": "(population(B,A),const(B,cityid('san francisco',_)))"}
{"source": "how many people live in south dakota ?", "target": "(population(B,A),const(B,stateid('south dakota')))"}
{"source": "how many people live in spokane washington ?", "target": "(population(B,A),const(B,cityid(spokane,wa)))"}
{"source": "how many people live in texas ?", "target": "(population(B,A),const(B,stateid(texas)))"}
{"source": "how many people live in the biggest city in new york state ?", "target": "(population(B,A),largest(B,(city(B),loc(B,C),const(C,stateid('new york')),state(C))))"}
{"source": "how many people live in the capital of georgia ?", "target": "(population(B,A),capital(B),loc(B,C),const(C,stateid(georgia)))"}
{"source": "how many people live in the capital of texas ?", "target": "(population(B,A),capital(B),loc(B,C),const(C,stateid(texas)))"}
{"source": "how many people live in the smallest state bordering wyoming ?", "target": "(population(B,A),smallest(B,(state(B),next_to(B,C),const(C,stateid(wyoming)))))"}
{"source": "how many people live in the state with the largest population density ?", "target": "(population(B,A),largest(C,(state(B),density(B,C))))"}
{"source": "how many people live in the united states ?", "target": "(population(B,A),const(B,countryid(usa)))"}
{"source": "how many people live in washington ?", "target": "(population(B,A),const(B,stateid(washington)))"}
{"source": "how many people live in washington dc ?", "target": "(population(B,A),const(B,cityid(washington,dc)))"}
{"source": "how many people lived in austin ?", "target": "(population(B,A),const(B,cityid(austin,_)))"}
{"source": "how many people reside in utah ?", "target": "(population(B,A),const(B,stateid(utah)))"}
{"source": "how many people stay in utah ?", "target": "(population(B,A),const(B,stateid(utah)))"}
{"source": "how many residents live in texas ?", "target": "(population(B,A),const(B,stateid(texas)))"}
{"source": "how many rivers are called colorado ?", "target": "count(B,(river(B),const(B,riverid(colorado))),A)"}
{"source": "how many rivers are found in colorado ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(colorado))),A)"}
{"source": "how many rivers are in colorado ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(colorado))),A)"}
{"source": "how many rivers are in iowa ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(iowa))),A)"}
{"source": "how many rivers are in missouri ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(missouri))),A)"}
{"source": "how many rivers are in new york ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid('new york'))),A)"}
{"source": "how many rivers are in the state that has the most rivers ?", "target": "count(B,(river(B),loc(B,C),most(C,D,(state(C),loc(D,C),river(D)))),A)"}
{"source": "how many rivers are in the state with the highest point ?", "target": "count(B,(river(B),loc(B,C),state(C),loc(D,C),highest(D,place(D))),A)"}
{"source": "how many rivers are in the state with the largest population ?", "target": "count(B,(river(B),loc(B,C),largest(D,(state(C),population(C,D)))),A)"}
{"source": "how many rivers are there in idaho ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(idaho))),A)"}
{"source": "how many rivers are there in texas ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(texas))),A)"}
{"source": "how many rivers are there in us ?", "target": "count(B,(river(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many rivers do not traverse the state with the capital albany ?", "target": "count(B,(river(B),\\+ (traverse(B,C),state(C),loc(D,C),capital(D),const(D,cityid(albany,_)))),A)"}
{"source": "how many rivers does alaska have ?", "target": "count(B,(river(B),const(C,stateid(alaska)),loc(B,C)),A)"}
{"source": "how many rivers does colorado have ?", "target": "count(B,(river(B),const(C,stateid(colorado)),loc(B,C)),A)"}
{"source": "how many rivers in texas are longer than the red ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(texas)),longer(B,D),const(D,riverid(red))),A)"}
{"source": "how many rivers in washington ?", "target": "count(B,(river(B),loc(B,C),const(C,stateid(washington))),A)"}
{"source": "how many rivers run through texas ?", "target": "count(B,(river(B),traverse(B,C),const(C,stateid(texas))),A)"}
{"source": "how many rivers run through the states bordering colorado ?", "target": "count(B,(river(B),traverse(B,C),state(C),next_to(C,D),const(D,stateid(colorado))),A)"}
{"source": "how many square kilometers in the us ?", "target": "(area(B,A),const(B,countryid(usa)))"}
{"source": "how many states are in the united states ?", "target": "count(B,(state(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many states are in the usa ?", "target": "count(B,(state(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many states are next to major rivers ?", "target": "count(B,(state(B),next_to(B,C),major(C),river(C)),A)"}
{"source": "how many states are there ?", "target": "count(B,state(B),A)"}
{"source": "how many states are there in the usa ?", "target": "count(B,(state(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many states are there in united states ?", "target": "count(B,(state(B),loc(B,C),const(C,countryid(usa))),A)"}
{"source": "how many states border alaska ?", "target": "count(B,(state(B),next_to(B,C),const(C,stateid(alaska))),A)"}
{"source": "how many states border at least one other state ?", "target": "count(B,(state(B),next_to(B,C),state(C)),A)"}
{"source": "how many states border colorado and border new mexico ?", "target": "count(B,(state(B),next_to(B,C),const(C,stateid(colorado)),next_to(B,D),const(D,stateid('new mexico'))),A)"}
{"source": "how many states border hawaii ?", "target": "count(B,(state(B),next_to(B,C),const(C,stateid(hawaii))),A)"}
{"source": "how many states border iowa ?", "target": "count(B,(state(B),next_to(B,C),const(C,stateid(iowa))),A)"}
{"source": "how many states border on the state whose capital is boston ?", "target": "count(B,(state(B),next_to(B,C),state(C),loc(D,C),capital(D),const(D,cityid(boston,_))),A)"}
{"source": "how many states border tennessee ?", "target": "count(B,(state(B),next_to(B,C),const(C,stateid(tennessee))),A)"}
{"source": "how many states border texas ?", "target": "count(B,(state(B),next_to(B,C),const(C,stateid(texas))),A)"}
{"source": "how many states border the largest state ?", "target": "count(B,(state(B),next_to(B,C),largest(C,state(C))),A)"}
{"source": "how many states border the mississippi river ?", "target": "count(B,(state(B),next_to(B,C),const(C,riverid(mississippi)),river(C)),A)"}
{"source": "how many states border the state that borders the most states ?", "target": "count(B,(state(B),next_to(B,C),most(C,D,(state(C),next_to(C,D),state(D)))),A)"}
{"source": "how many states border the state with the largest population ?", "target": "count(B,(state(B),next_to(B,C),largest(D,(state(C),population(C,D)))),A)"}
{"source": "how many states do not have rivers ?", "target": "count(B,(state(B),\\+ (loc(C,B),river(C))),A)"}
{"source": "how many states does iowa border ?", "target": "count(B,(state(B),const(C,stateid(iowa)),next_to(C,B)),A)"}
{"source": "how many states does missouri border ?", "target": "count(B,(state(B),const(C,stateid(missouri)),next_to(C,B)),A)"}
{"source": "how many states does tennessee border ?", "target": "count(B,(state(B),const(C,stateid(tennessee)),next_to(C,B)),A)"}
{"source": "how many states does the colorado river flow through ?", "target": "count(B,(state(B),const(C,riverid(colorado)),river(C),traverse(C,B)),A)"}
{"source": "how many states does the colorado river run through ?", "target": "count(B,(state(B),const(C,riverid(colorado)),river(C),traverse(C,B)),A)"}
{"source": "how many states does the mississippi river run through ?", "target": "count(B,(state(B),const(C,riverid(mississippi)),river(C),traverse(C,B)),A)"}
{"source": "how many states does the mississippi run through ?", "target": "count(B,(state(B),const(C,riverid(mississippi)),traverse(C,B)),A)"}
{"source": "how many states does the missouri river run through ?", "target": "count(B,(state(B),const(C,riverid(missouri)),river(C),traverse(C,B)),A)"}
{"source": "how many states does usa have ?", "target": "count(B,(state(B),const(C,countryid(usa)),loc(B,C)),A)"}
{"source": "how many states have a city called rochester ?", "target": "count(B,(state(B),loc(C,B),const(C,cityid(rochester,_))),A)"}
{"source": "how many states have a city named springfield ?", "target": "count(B,(state(B),loc(C,B),const(C,cityid(springfield,_))),A)"}
{"source": "how many states have a higher point than the highest point of the state with the largest capital city in the us ?", "target": "count(B,(state(B),loc(C,B),higher(C,D),place(C),highest(D,(place(D),loc(D,E),state(E),loc(F,E),largest(F,(capital(F),city(F),loc(F,G),const(G,countryid(usa))))))),A)"}
{"source": "how many states have cites named austin ?", "target": "count(B,(state(B),loc(C,B),city(C),const(C,cityid(austin,_))),A)"}
{"source": "how many states have cities or towns named springfield ?", "target": "count(B,(state(B),loc(C,B),city(C),const(C,cityid(springfield,_))),A)"}
{"source": "how many states have major rivers ?", "target": "count(B,(state(B),loc(C,B),major(C),river(C)),A)"}
{"source": "how many states in the us does the shortest river run through ?", "target": "count(B,(state(B),loc(B,C),const(C,countryid(usa)),shortest(D,river(D)),traverse(D,B)),A)"}
{"source": "how much population does texas have ?", "target": "(population(B,A),const(B,stateid(texas)))"}
{"source": "how tall is mount mckinley ?", "target": "(elevation(B,A),const(B,placeid('mount mckinley')))"}
{"source": "how tall is the highest point in montana ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,stateid(montana)))))"}
{"source": "in what state is mount mckinley ?", "target": "(loc(B,A),state(A),const(B,placeid('mount mckinley')))"}
{"source": "in which state does the highest point in usa exist ?", "target": "(loc(B,A),state(A),highest(B,(place(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "in which state is rochester ?", "target": "(loc(B,A),state(A),const(B,cityid(rochester,_)))"}
{"source": "iowa borders how many states ?", "target": "count(B,(const(C,stateid(iowa)),next_to(C,B),state(B)),A)"}
{"source": "list the states ?", "target": "state(A)"}
{"source": "name all the lakes of us ?", "target": "(lake(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "name all the rivers in colorado ?", "target": "(river(A),loc(A,B),const(B,stateid(colorado)))"}
{"source": "name the 50 capitals in the usa ?", "target": "(capital(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "name the longest river in us ?", "target": "longest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "name the major lakes in michigan ?", "target": "(major(A),lake(A),loc(A,B),const(B,stateid(michigan)))"}
{"source": "name the major rivers in florida ?", "target": "(major(A),river(A),loc(A,B),const(B,stateid(florida)))"}
{"source": "name the rivers in arkansas ?", "target": "(river(A),loc(A,B),const(B,stateid(arkansas)))"}
{"source": "name the states which have no surrounding states ?", "target": "(state(A),\\+ (next_to(A,B),state(B)))"}
{"source": "number of citizens in boulder ?", "target": "(population(B,A),const(B,cityid(boulder,_)))"}
{"source": "number of people in boulder ?", "target": "(population(B,A),const(B,cityid(boulder,_)))"}
{"source": "number of states bordering iowa ?", "target": "count(B,(state(B),next_to(B,C),const(C,stateid(iowa))),A)"}
{"source": "of the states washed by the mississippi river which has the lowest point ?", "target": "lowest(B,(state(A),traverse(C,A),const(C,riverid(mississippi)),loc(B,A),place(B)))"}
{"source": "people in boulder ?", "target": "(population(B,A),const(B,cityid(boulder,_)))"}
{"source": "population of boulder ?", "target": "(population(B,A),const(B,cityid(boulder,_)))"}
{"source": "rivers in new york ?", "target": "(river(A),loc(A,B),const(B,stateid('new york')))"}
{"source": "sacramento is the capital of which state ?", "target": "(const(B,cityid(sacramento,_)),capital(B),loc(B,A),state(A))"}
{"source": "san antonio is in what state ?", "target": "(const(B,cityid('san antonio',_)),loc(B,A),state(A))"}
{"source": "show major cities in colorado ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(colorado)))"}
{"source": "show me all the major lakes in the us ?", "target": "(major(A),lake(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "state the state with the largest area ?", "target": "(state(A),largest(B,(state(A),area(A,B))))"}
{"source": "states bordering iowa ?", "target": "(state(A),next_to(A,B),const(B,stateid(iowa)))"}
{"source": "tell me what cities are in texas ?", "target": "(city(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "through which states does the longest river in texas run ?", "target": "(longest(B,(river(B),loc(B,C),const(C,stateid(texas)))),traverse(B,A))"}
{"source": "through which states does the mississippi flow ?", "target": "(state(A),const(B,riverid(mississippi)),traverse(B,A))"}
{"source": "through which states does the mississippi run ?", "target": "(state(A),const(B,riverid(mississippi)),traverse(B,A))"}
{"source": "what are all the rivers in texas ?", "target": "(river(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "what are major rivers in texas ?", "target": "(major(A),river(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "what are the biggest rivers in texas ?", "target": "longest(A,(river(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what are the capital cities of the states which border texas ?", "target": "(capital(A),city(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas)))"}
{"source": "what are the capital city in texas ?", "target": "(capital(A),city(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "what are the capitals of states that border missouri ?", "target": "(capital(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(missouri)))"}
{"source": "what are the capitals of the states that border texas ?", "target": "(capital(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas)))"}
{"source": "what are the cities in california ?", "target": "(city(A),loc(A,B),const(B,stateid(california)))"}
{"source": "what are the cities in states through which the mississippi runs ?", "target": "(city(A),loc(A,B),state(B),traverse(C,B),const(C,riverid(mississippi)))"}
{"source": "what are the cities of the state with the highest point ?", "target": "(city(A),loc(A,B),state(B),loc(C,B),highest(C,place(C)))"}
{"source": "what are the highest points of all the states ?", "target": "highest(A,(place(A),loc(A,B),state(B)))"}
{"source": "what are the highest points of states surrounding mississippi ?", "target": "(highest(A,(place(A),loc(A,B),state(B))),next_to(B,C),const(C,stateid(mississippi)))"}
{"source": "what are the lakes in states bordering texas ?", "target": "(lake(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas)))"}
{"source": "what are the largest cities in the states that border the largest state ?", "target": "largest(A,(city(A),loc(A,B),state(B),next_to(B,C),largest(C,state(C))))"}
{"source": "what are the major cities in alabama ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(alabama)))"}
{"source": "what are the major cities in alaska ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(alaska)))"}
{"source": "what are the major cities in california ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(california)))"}
{"source": "what are the major cities in delaware ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(delaware)))"}
{"source": "what are the major cities in kansas ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(kansas)))"}
{"source": "what are the major cities in missouri ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(missouri)))"}
{"source": "what are the major cities in new mexico ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid('new mexico')))"}
{"source": "what are the major cities in new york ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid('new york')))"}
{"source": "what are the major cities in north carolina ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid('north carolina')))"}
{"source": "what are the major cities in ohio ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(ohio)))"}
{"source": "what are the major cities in oklahoma ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(oklahoma)))"}
{"source": "what are the major cities in rhode island ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid('rhode island')))"}
{"source": "what are the major cities in states through which the mississippi runs ?", "target": "(major(A),city(A),state(B),traverse(C,B),const(C,riverid(mississippi)))"}
{"source": "what are the major cities in texas ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "what are the major cities in the largest state ?", "target": "(major(A),city(A),loc(A,B),largest(B,state(B)))"}
{"source": "what are the major cities in the smallest state in the us ?", "target": "(major(A),city(A),loc(A,B),smallest(B,(state(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "what are the major cities in the state of california ?", "target": "(major(A),city(A),loc(A,B),state(B),const(B,stateid(california)))"}
{"source": "what are the major cities in the states through which the major river in virginia runs ?", "target": "(major(A),city(A),loc(A,B),state(B),river(C),loc(C,D),const(D,stateid(virginia)),traverse(C,B))"}
{"source": "what are the major cities in the usa ?", "target": "(major(A),city(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "what are the major cities in vermont ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(vermont)))"}
{"source": "what are the major cities in wyoming ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(wyoming)))"}
{"source": "what are the major cities of texas ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "what are the major cities of the united states ?", "target": "(major(A),city(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "what are the major cities of the us ?", "target": "(major(A),city(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "what are the major lakes in united states ?", "target": "(major(A),lake(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "what are the major rivers in ohio ?", "target": "(major(A),river(A),loc(A,B),const(B,stateid(ohio)))"}
{"source": "what are the major rivers in the us ?", "target": "(major(A),river(A),loc(A,B),const(B,countryid(usa)))"}
{"source": "what are the names of the major cities in illinois ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(illinois)))"}
{"source": "what are the neighboring states for michigan ?", "target": "(next_to(A,B),state(A),const(B,stateid(michigan)))"}
{"source": "what are the population densities of each us state ?", "target": "(density(B,A),state(B))"}
{"source": "what are the population of mississippi ?", "target": "(population(B,A),const(B,stateid(mississippi)))"}
{"source": "what are the populations of all the major cities in montana ?", "target": "(population(B,A),major(B),city(B),loc(B,C),const(C,stateid(montana)))"}
{"source": "what are the populations of states through which the mississippi river run ?", "target": "(population(B,A),state(B),const(C,riverid(mississippi)),river(C),traverse(C,B))"}
{"source": "what are the populations of states through which the mississippi river runs ?", "target": "(population(B,A),state(B),const(C,riverid(mississippi)),river(C),traverse(C,B))"}
{"source": "what are the populations of states through which the mississippi run ?", "target": "(population(B,A),state(B),const(C,riverid(mississippi)),traverse(C,B))"}
{"source": "what are the populations of states through which the mississippi runs ?", "target": "(population(B,A),state(B),const(C,riverid(mississippi)),traverse(C,B))"}
{"source": "what are the populations of states which border texas ?", "target": "(population(B,A),state(B),next_to(B,C),const(C,stateid(texas)))"}
{"source": "what are the populations of the major cities of texas ?", "target": "(population(B,A),major(B),city(B),loc(B,C),const(C,stateid(texas)))"}
{"source": "what are the populations of the states through which the mississippi river run ?", "target": "(population(B,A),state(B),const(C,riverid(mississippi)),river(C),traverse(C,B))"}
{"source": "what are the populations of the states through which the mississippi river runs ?", "target": "(population(B,A),state(B),const(C,riverid(mississippi)),river(C),traverse(C,B))"}
{"source": "what are the populations of the states through which the mississippi run ?", "target": "(population(B,A),state(B),const(C,riverid(mississippi)),traverse(C,B))"}
{"source": "what are the populations of the states through which the mississippi runs ?", "target": "(population(B,A),state(B),const(C,riverid(mississippi)),traverse(C,B))"}
{"source": "what are the rivers in alaska ?", "target": "(river(A),loc(A,B),const(B,stateid(alaska)))"}
{"source": "what are the rivers in the state of indiana ?", "target": "(river(A),loc(A,B),state(B),const(B,stateid(indiana)))"}
{"source": "what are the rivers in the state of texas ?", "target": "(river(A),loc(A,B),state(B),const(B,stateid(texas)))"}
{"source": "what are the rivers of montana ?", "target": "(river(A),loc(A,B),const(B,stateid(montana)))"}
{"source": "what are the states ?", "target": "state(A)"}
{"source": "what are the states that border the state with the greatest population ?", "target": "(state(A),next_to(B,A),largest(C,(state(B),population(B,C))))"}
{"source": "what are the states that the potomac run through ?", "target": "(state(A),const(B,riverid(potomac)),traverse(B,A))"}
{"source": "what are the states through which the longest river runs ?", "target": "(state(A),longest(B,(river(B),traverse(B,A))))"}
{"source": "what can you tell me about the population of missouri ?", "target": "(population(B,A),const(B,stateid(missouri)))"}
{"source": "what capital has the largest population ?", "target": "largest(B,(capital(A),population(A,B)))"}
{"source": "what capital is the largest in the us ?", "target": "largest(A,(capital(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what cities are located in pennsylvania ?", "target": "(city(A),loc(A,B),const(B,stateid(pennsylvania)))"}
{"source": "what cities in california ?", "target": "(city(A),loc(A,B),const(B,stateid(california)))"}
{"source": "what cities in texas have the highest number of citizens ?", "target": "largest(B,(city(A),loc(A,C),const(C,stateid(texas)),population(A,B)))"}
{"source": "what cities in texas have the highest populations ?", "target": "largest(B,(city(A),loc(A,C),const(C,stateid(texas)),population(A,B)))"}
{"source": "what city has the largest population ?", "target": "largest(B,(city(A),population(A,B)))"}
{"source": "what city has the least population ?", "target": "smallest(B,(city(A),population(A,B)))"}
{"source": "what city has the most people ?", "target": "largest(B,(city(A),population(A,B)))"}
{"source": "what city in the united states has the highest population density ?", "target": "largest(B,(city(A),loc(A,C),const(C,countryid(usa)),density(A,B)))"}
{"source": "what is capital of iowa ?", "target": "(capital(A),loc(A,B),const(B,stateid(iowa)))"}
{"source": "what is capital of the state with the lowest point ?", "target": "(capital(A),loc(A,B),state(B),loc(C,B),lowest(C,place(C)))"}
{"source": "what is largest capital ?", "target": "largest(A,capital(A))"}
{"source": "what is the adjacent state of california ?", "target": "(next_to(A,B),state(A),const(B,stateid(california)))"}
{"source": "what is the area of alaska ?", "target": "(area(B,A),const(B,stateid(alaska)))"}
{"source": "what is the area of all the states combined ?", "target": "sum(B,(area(C,B),state(C)),A)"}
{"source": "what is the area of california ?", "target": "(area(B,A),const(B,stateid(california)))"}
{"source": "what is the area of florida ?", "target": "(area(B,A),const(B,stateid(florida)))"}
{"source": "what is the area of idaho ?", "target": "(area(B,A),const(B,stateid(idaho)))"}
{"source": "what is the area of maine ?", "target": "(area(B,A),const(B,stateid(maine)))"}
{"source": "what is the area of maryland in square kilometers ?", "target": "(area(B,A),const(B,stateid(maryland)))"}
{"source": "what is the area of new mexico ?", "target": "(area(B,A),const(B,stateid('new mexico')))"}
{"source": "what is the area of ohio ?", "target": "(area(B,A),const(B,stateid(ohio)))"}
{"source": "what is the area of seattle ?", "target": "(area(B,A),const(B,cityid(seattle,_)))"}
{"source": "what is the area of south carolina ?", "target": "(area(B,A),const(B,stateid('south carolina')))"}
{"source": "what is the area of texas ?", "target": "(area(B,A),const(B,stateid(texas)))"}
{"source": "what is the area of the largest state ?", "target": "(area(B,A),largest(B,state(B)))"}
{"source": "what is the area of the smallest state ?", "target": "(area(B,A),smallest(B,state(B)))"}
{"source": "what is the area of the state with the capital albany ?", "target": "(area(B,A),state(B),loc(C,B),capital(C),const(C,cityid(albany,_)))"}
{"source": "what is the area of the state with the smallest population density ?", "target": "(area(B,A),smallest(C,(state(B),density(B,C))))"}
{"source": "what is the area of the states ?", "target": "(area(B,A),state(B))"}
{"source": "what is the area of the texas state ?", "target": "(area(B,A),const(B,stateid(texas)))"}
{"source": "what is the area of wisconsin ?", "target": "(area(B,A),const(B,stateid(wisconsin)))"}
{"source": "what is the average population of the us by state ?", "target": "(density(B,A),const(B,countryid(usa)))"}
{"source": "what is the average population per square km in pennsylvania ?", "target": "(density(B,A),const(B,stateid(pennsylvania)))"}
{"source": "what is the average population per square km in the us ?", "target": "(density(B,A),const(B,countryid(usa)))"}
{"source": "what is the biggest american city in a state with a river ?", "target": "largest(A,(city(A),loc(A,B),state(B),loc(C,B),river(C)))"}
{"source": "what is the biggest capital city in the us ?", "target": "largest(A,(capital(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the biggest city in arizona ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(arizona))))"}
{"source": "what is the biggest city in georgia ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(georgia))))"}
{"source": "what is the biggest city in kansas ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(kansas))))"}
{"source": "what is the biggest city in louisiana ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(louisiana))))"}
{"source": "what is the biggest city in nebraska ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(nebraska))))"}
{"source": "what is the biggest city in oregon ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(oregon))))"}
{"source": "what is the biggest city in texas ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what is the biggest city in the smallest state ?", "target": "largest(A,(city(A),loc(A,B),smallest(B,state(B))))"}
{"source": "what is the biggest city in the us ?", "target": "largest(A,(city(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the biggest city in the usa ?", "target": "largest(A,(city(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the biggest city in usa ?", "target": "largest(A,(city(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the biggest city in wyoming ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(wyoming))))"}
{"source": "what is the biggest river in illinois ?", "target": "largest(A,(river(A),loc(A,B),const(B,stateid(illinois))))"}
{"source": "what is the biggest state ?", "target": "largest(A,state(A))"}
{"source": "what is the biggest state in continental us ?", "target": "largest(A,(state(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the biggest state in the usa ?", "target": "largest(A,(state(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the capital city of the largest state in the us ?", "target": "(capital(A),city(A),loc(A,B),largest(B,(state(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "what is the capital of california ?", "target": "(capital(A),loc(A,B),const(B,stateid(california)))"}
{"source": "what is the capital of colorado ?", "target": "(capital(A),loc(A,B),const(B,stateid(colorado)))"}
{"source": "what is the capital of georgia ?", "target": "(capital(A),loc(A,B),const(B,stateid(georgia)))"}
{"source": "what is the capital of hawaii ?", "target": "(capital(A),loc(A,B),const(B,stateid(hawaii)))"}
{"source": "what is the capital of illinois ?", "target": "(capital(A),loc(A,B),const(B,stateid(illinois)))"}
{"source": "what is the capital of indiana ?", "target": "(capital(A),loc(A,B),const(B,stateid(indiana)))"}
{"source": "what is the capital of iowa ?", "target": "(capital(A),loc(A,B),const(B,stateid(iowa)))"}
{"source": "what is the capital of maine ?", "target": "(capital(A),loc(A,B),const(B,stateid(maine)))"}
{"source": "what is the capital of maryland ?", "target": "(capital(A),loc(A,B),const(B,stateid(maryland)))"}
{"source": "what is the capital of massachusetts ?", "target": "(capital(A),loc(A,B),const(B,stateid(massachusetts)))"}
{"source": "what is the capital of michigan ?", "target": "(capital(A),loc(A,B),const(B,stateid(michigan)))"}
{"source": "what is the capital of new hampshire ?", "target": "(capital(A),loc(A,B),const(B,stateid('new hampshire')))"}
{"source": "what is the capital of new jersey ?", "target": "(capital(A),loc(A,B),const(B,stateid('new jersey')))"}
{"source": "what is the capital of new york ?", "target": "(capital(A),loc(A,B),const(B,stateid('new york')))"}
{"source": "what is the capital of north dakota ?", "target": "(capital(A),loc(A,B),const(B,stateid('north dakota')))"}
{"source": "what is the capital of ohio ?", "target": "(capital(A),loc(A,B),const(B,stateid(ohio)))"}
{"source": "what is the capital of pennsylvania ?", "target": "(capital(A),loc(A,B),const(B,stateid(pennsylvania)))"}
{"source": "what is the capital of states that have cities named durham ?", "target": "(capital(A),loc(A,B),state(B),loc(C,B),city(C),const(C,cityid(durham,_)))"}
{"source": "what is the capital of texas ?", "target": "(capital(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "what is the capital of the alabama state ?", "target": "(capital(A),loc(A,B),const(B,stateid(alabama)),state(B))"}
{"source": "what is the capital of the florida state ?", "target": "(capital(A),loc(A,B),const(B,stateid(florida)),state(B))"}
{"source": "what is the capital of the largest state ?", "target": "(capital(A),loc(A,B),largest(B,state(B)))"}
{"source": "what is the capital of the smallest state ?", "target": "(capital(A),loc(A,B),smallest(B,state(B)))"}
{"source": "what is the capital of the state texas ?", "target": "(capital(A),loc(A,B),state(B),const(B,stateid(texas)))"}
{"source": "what is the capital of the state that borders the most states ?", "target": "(capital(A),loc(A,B),most(B,C,(state(B),next_to(B,C),state(C))))"}
{"source": "what is the capital of the state that borders the state that borders texas ?", "target": "(capital(A),loc(A,B),state(B),next_to(B,C),state(C),next_to(C,D),const(D,stateid(texas)))"}
{"source": "what is the capital of the state with the highest elevation ?", "target": "(capital(A),loc(A,B),state(B),loc(C,B),highest(C,place(C)))"}
{"source": "what is the capital of the state with the highest point ?", "target": "(capital(A),loc(A,B),highest(C,(state(B),loc(C,B),place(C))))"}
{"source": "what is the capital of the state with the largest population ?", "target": "(capital(A),loc(A,B),largest(C,(state(B),population(B,C))))"}
{"source": "what is the capital of the state with the largest population density ?", "target": "(capital(A),loc(A,B),largest(C,(state(B),density(B,C))))"}
{"source": "what is the capital of the state with the longest river ?", "target": "(capital(A),loc(A,B),longest(C,(state(B),loc(C,B),river(C))))"}
{"source": "what is the capital of the state with the most inhabitants ?", "target": "(capital(A),loc(A,B),largest(C,(state(B),population(B,C))))"}
{"source": "what is the capital of utah ?", "target": "(capital(A),loc(A,B),const(B,stateid(utah)))"}
{"source": "what is the capital of vermont ?", "target": "(capital(A),loc(A,B),const(B,stateid(vermont)))"}
{"source": "what is the capital of washington ?", "target": "(capital(A),loc(A,B),const(B,stateid(washington)))"}
{"source": "what is the city in texas with the largest population ?", "target": "largest(B,(city(A),loc(A,C),const(C,stateid(texas)),population(A,B)))"}
{"source": "what is the city with the smallest population ?", "target": "smallest(B,(city(A),population(A,B)))"}
{"source": "what is the combined area of all 50 states ?", "target": "sum(B,(area(C,B),state(C)),A)"}
{"source": "what is the combined population of all 50 states ?", "target": "sum(B,(population(C,B),state(C)),A)"}
{"source": "what is the density of texas ?", "target": "(density(B,A),const(B,stateid(texas)))"}
{"source": "what is the density of the new york ?", "target": "(density(B,A),const(B,stateid('new york')))"}
{"source": "what is the elevation of death valley ?", "target": "(elevation(B,A),const(B,placeid('death valley')))"}
{"source": "what is the elevation of the highest point in the usa ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "what is the height of mount mckinley ?", "target": "(elevation(B,A),const(B,placeid('mount mckinley')))"}
{"source": "what is the height of the highest mountain in texas ?", "target": "(elevation(B,A),highest(B,(mountain(B),loc(B,C),const(C,stateid(texas)))))"}
{"source": "what is the height of the highest point in the usa ?", "target": "(elevation(B,A),highest(B,(place(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "what is the high point of wyoming ?", "target": "(high_point(B,A),loc(A,B),const(B,stateid(wyoming)))"}
{"source": "what is the highest elevation in new mexico ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid('new mexico'))))"}
{"source": "what is the highest elevation in south carolina ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid('south carolina'))))"}
{"source": "what is the highest elevation in texas ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what is the highest elevation in the united states ?", "target": "highest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the highest mountain in alaska ?", "target": "highest(A,(mountain(A),loc(A,B),const(B,stateid(alaska))))"}
{"source": "what is the highest mountain in texas ?", "target": "highest(A,(mountain(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what is the highest mountain in the us ?", "target": "highest(A,(mountain(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the highest mountain in us ?", "target": "highest(A,(mountain(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the highest point in colorado ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(colorado))))"}
{"source": "what is the highest point in delaware ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(delaware))))"}
{"source": "what is the highest point in each state whose lowest point is sea level ?", "target": "(highest(A,(place(A),loc(A,B),state(B))),lowest(C,(loc(C,B),place(C))),elevation(C,0))"}
{"source": "what is the highest point in florida ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(florida))))"}
{"source": "what is the highest point in iowa ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(iowa))))"}
{"source": "what is the highest point in kansas ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(kansas))))"}
{"source": "what is the highest point in maine ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(maine))))"}
{"source": "what is the highest point in montana ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(montana))))"}
{"source": "what is the highest point in nevada in meters ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(nevada))))"}
{"source": "what is the highest point in new mexico ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid('new mexico'))))"}
{"source": "what is the highest point in ohio ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(ohio))))"}
{"source": "what is the highest point in rhode island ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid('rhode island'))))"}
{"source": "what is the highest point in states bordering georgia ?", "target": "highest(A,(place(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(georgia))))"}
{"source": "what is the highest point in texas ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what is the highest point in the country ?", "target": "highest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the highest point in the smallest state ?", "target": "highest(A,(place(A),loc(A,B),smallest(B,state(B))))"}
{"source": "what is the highest point in the state with capital austin ?", "target": "highest(A,(place(A),loc(A,B),state(B),loc(C,B),capital(C),const(C,cityid(austin,_))))"}
{"source": "what is the highest point in the state with capital des moines ?", "target": "highest(A,(place(A),loc(A,B),state(B),loc(C,B),capital(C),const(C,cityid('des moines',_))))"}
{"source": "what is the highest point in the state with the capital des moines ?", "target": "highest(A,(place(A),loc(A,B),state(B),loc(C,B),capital(C),const(C,cityid('des moines',_))))"}
{"source": "what is the highest point in the state with the most rivers ?", "target": "highest(A,(place(A),loc(A,B),most(B,C,(state(B),traverse(C,B),river(C)))))"}
{"source": "what is the highest point in the state with the smallest population ?", "target": "highest(A,(place(A),loc(A,B),smallest(C,(state(B),population(B,C)))))"}
{"source": "what is the highest point in the states bordering colorado ?", "target": "highest(A,(place(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(colorado))))"}
{"source": "what is the highest point in the united states ?", "target": "highest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the highest point in the us ?", "target": "highest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the highest point in the usa ?", "target": "highest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the highest point in virginia ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(virginia))))"}
{"source": "what is the highest point in wyoming ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(wyoming))))"}
{"source": "what is the highest point of the state with the largest area ?", "target": "highest(A,(place(A),loc(A,B),largest(C,(state(B),area(B,C)))))"}
{"source": "what is the highest point of the state with the smallest population density ?", "target": "highest(A,(place(A),loc(A,B),smallest(C,(state(B),density(B,C)))))"}
{"source": "what is the highest point of the usa ?", "target": "highest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the largest capital ?", "target": "largest(A,capital(A))"}
{"source": "what is the largest capital city in the usa ?", "target": "largest(A,(capital(A),city(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the largest city in a state that borders texas ?", "target": "largest(A,(city(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas))))"}
{"source": "what is the largest city in alabama ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(alabama))))"}
{"source": "what is the largest city in california ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(california))))"}
{"source": "what is the largest city in michigan ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(michigan))))"}
{"source": "what is the largest city in minnesota by population ?", "target": "largest(B,(city(A),loc(A,C),const(C,stateid(minnesota)),population(A,B)))"}
{"source": "what is the largest city in missouri ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(missouri))))"}
{"source": "what is the largest city in rhode island ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid('rhode island'))))"}
{"source": "what is the largest city in smallest state through which the mississippi runs ?", "target": "largest(A,(city(A),loc(A,B),smallest(B,(state(B),const(C,riverid(mississippi)),traverse(C,B)))))"}
{"source": "what is the largest city in states that border california ?", "target": "largest(A,(city(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(california))))"}
{"source": "what is the largest city in texas ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what is the largest city in the smallest state in the usa ?", "target": "largest(A,(city(A),loc(A,B),smallest(B,(state(B),loc(B,C),const(C,countryid(usa))))))"}
{"source": "what is the largest city in wisconsin ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(wisconsin))))"}
{"source": "what is the largest city of kansas ?", "target": "largest(A,(city(A),loc(A,B),const(B,stateid(kansas))))"}
{"source": "what is the largest of the state that the rio grande runs through ?", "target": "largest(A,(state(A),const(B,riverid('rio grande')),traverse(B,A)))"}
{"source": "what is the largest river in washington state ?", "target": "largest(A,(river(A),loc(A,B),const(B,stateid(washington))))"}
{"source": "what is the largest state ?", "target": "largest(A,state(A))"}
{"source": "what is the largest state bordering arkansas ?", "target": "largest(A,(state(A),next_to(A,B),const(B,stateid(arkansas))))"}
{"source": "what is the largest state bordering texas ?", "target": "largest(A,(state(A),next_to(A,B),const(B,stateid(texas))))"}
{"source": "what is the largest state capital in population ?", "target": "largest(B,(state(C),capital(C,A),population(A,B)))"}
{"source": "what is the largest state in the us ?", "target": "largest(A,(state(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the largest state in usa ?", "target": "largest(A,(state(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the largest state that borders california ?", "target": "largest(A,(state(A),next_to(A,B),const(B,stateid(california))))"}
{"source": "what is the largest state that borders texas ?", "target": "largest(A,(state(A),next_to(A,B),const(B,stateid(texas))))"}
{"source": "what is the largest state that borders the state with the highest population ?", "target": "largest(A,(state(A),next_to(A,B),largest(C,(state(B),population(B,C)))))"}
{"source": "what is the largest state that borders the state with the lowest point in the usa ?", "target": "largest(A,(state(A),next_to(A,B),state(B),loc(C,B),lowest(C,(place(C),loc(C,D),const(D,countryid(usa))))))"}
{"source": "what is the largest state traversed by the mississippi river ?", "target": "largest(A,(state(A),traverse(B,A),const(B,riverid(mississippi))))"}
{"source": "what is the least populous state ?", "target": "smallest(B,(population(A,B),state(A)))"}
{"source": "what is the length of the colorado river ?", "target": "(len(B,A),const(B,riverid(colorado)),river(B))"}
{"source": "what is the length of the colorado river in texas ?", "target": "(len(B,A),const(B,riverid(colorado)),river(B),loc(B,C),const(C,stateid(texas)))"}
{"source": "what is the length of the longest river in the usa ?", "target": "(len(B,A),longest(B,(river(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "what is the length of the longest river that runs through texas ?", "target": "(len(B,A),longest(B,(river(B),traverse(B,C),const(C,stateid(texas)))))"}
{"source": "what is the length of the mississippi river ?", "target": "(len(B,A),const(B,riverid(mississippi)),river(B))"}
{"source": "what is the length of the river that flows through the most states ?", "target": "(len(B,A),most(B,C,(river(B),traverse(B,C),state(C))))"}
{"source": "what is the length of the river that runs through the most number of states ?", "target": "(len(B,A),most(B,C,(river(B),traverse(B,C),state(C))))"}
{"source": "what is the length of the river that runs through the most states ?", "target": "(len(B,A),most(B,C,(river(B),traverse(B,C),state(C))))"}
{"source": "what is the length of the river that traverses the most states ?", "target": "(len(B,A),most(B,C,(river(B),traverse(B,C),state(C))))"}
{"source": "what is the longest river ?", "target": "longest(A,river(A))"}
{"source": "what is the longest river flowing through new york ?", "target": "longest(A,(river(A),traverse(A,B),const(B,stateid('new york'))))"}
{"source": "what is the longest river in america ?", "target": "longest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the longest river in california ?", "target": "longest(A,(river(A),loc(A,B),const(B,stateid(california))))"}
{"source": "what is the longest river in florida ?", "target": "longest(A,(river(A),loc(A,B),const(B,stateid(florida))))"}
{"source": "what is the longest river in mississippi ?", "target": "longest(A,(river(A),loc(A,B),const(B,stateid(mississippi))))"}
{"source": "what is the longest river in new york ?", "target": "longest(A,(river(A),loc(A,B),const(B,stateid('new york'))))"}
{"source": "what is the longest river in pennsylvania ?", "target": "longest(A,(river(A),loc(A,B),const(B,stateid(pennsylvania))))"}
{"source": "what is the longest river in texas ?", "target": "longest(A,(river(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what is the longest river in the largest state ?", "target": "longest(A,(river(A),loc(A,B),largest(B,state(B))))"}
{"source": "what is the longest river in the smallest state in the usa ?", "target": "longest(A,(river(A),loc(A,B),smallest(B,(state(B),loc(B,C),const(C,countryid(usa))))))"}
{"source": "what is the longest river in the state with the highest point ?", "target": "longest(A,(river(A),loc(A,B),state(B),loc(C,B),highest(C,place(C))))"}
{"source": "what is the longest river in the state with the most major cities ?", "target": "longest(A,(river(A),loc(A,B),most(B,C,(state(B),loc(C,B),major(C),city(C)))))"}
{"source": "what is the longest river in the states that border nebraska ?", "target": "longest(A,(river(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(nebraska))))"}
{"source": "what is the longest river in the united states ?", "target": "longest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the longest river in the us ?", "target": "longest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the longest river that does not run through texas ?", "target": "longest(A,(river(A),\\+ (traverse(A,B),const(B,stateid(texas)))))"}
{"source": "what is the longest river that flows through a state that borders indiana ?", "target": "longest(A,(river(A),traverse(A,B),state(B),next_to(B,C),const(C,stateid(indiana))))"}
{"source": "what is the longest river that flows through colorado ?", "target": "longest(A,(river(A),traverse(A,B),const(B,stateid(colorado))))"}
{"source": "what is the longest river that passes the states that border the state that borders the most states ?", "target": "longest(A,(river(A),traverse(A,B),state(B),next_to(B,C),most(C,D,(state(C),next_to(C,D),state(D)))))"}
{"source": "what is the longest river that runs through a state that borders tennessee ?", "target": "longest(A,(river(A),traverse(A,B),state(B),next_to(B,C),const(C,stateid(tennessee))))"}
{"source": "what is the lowest elevation in pennsylvania ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(pennsylvania))))"}
{"source": "what is the lowest point in arkansas ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(arkansas))))"}
{"source": "what is the lowest point in california ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(california))))"}
{"source": "what is the lowest point in louisiana ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(louisiana))))"}
{"source": "what is the lowest point in massachusetts ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(massachusetts))))"}
{"source": "what is the lowest point in mississippi ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(mississippi))))"}
{"source": "what is the lowest point in nebraska in meters ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(nebraska))))"}
{"source": "what is the lowest point in oregon ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(oregon))))"}
{"source": "what is the lowest point in texas ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what is the lowest point in the state of california ?", "target": "lowest(A,(place(A),loc(A,B),state(B),const(B,stateid(california))))"}
{"source": "what is the lowest point in the state of texas ?", "target": "lowest(A,(place(A),loc(A,B),state(B),const(B,stateid(texas))))"}
{"source": "what is the lowest point in the united states ?", "target": "lowest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the lowest point in usa ?", "target": "lowest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the lowest point in wisconsin ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(wisconsin))))"}
{"source": "what is the lowest point of all states through which the colorado river runs through ?", "target": "lowest(A,(place(A),loc(A,B),state(B),const(C,riverid(colorado)),river(C),traverse(C,B)))"}
{"source": "what is the lowest point of colorado ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(colorado))))"}
{"source": "what is the lowest point of the state with the largest area ?", "target": "lowest(A,(place(A),loc(A,B),largest(C,(state(B),area(B,C)))))"}
{"source": "what is the lowest point of the us ?", "target": "lowest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the major cities in montana ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(montana)))"}
{"source": "what is the maximum elevation of san francisco ?", "target": "highest(A,(place(A),loc(A,B),const(B,cityid('san francisco',_))))"}
{"source": "what is the most dense state in the usa ?", "target": "largest(B,(density(A,B),state(A),loc(A,C),const(C,countryid(usa))))"}
{"source": "what is the most populated capital in the usa ?", "target": "largest(B,(population(A,B),capital(A),loc(A,C),const(C,countryid(usa))))"}
{"source": "what is the most populated state bordering oklahoma ?", "target": "largest(B,(population(A,B),state(A),next_to(A,C),const(C,stateid(oklahoma))))"}
{"source": "what is the most populous city ?", "target": "largest(B,(population(A,B),city(A)))"}
{"source": "what is the most populous city in texas ?", "target": "largest(A,(population(B,A),city(B),loc(B,C),const(C,stateid(texas))))"}
{"source": "what is the most populous city in wyoming ?", "target": "largest(B,(population(A,B),city(A),loc(A,C),const(C,stateid(wyoming))))"}
{"source": "what is the most populous state ?", "target": "largest(B,(population(A,B),state(A)))"}
{"source": "what is the most populous state in the us ?", "target": "largest(B,(population(A,B),state(A),loc(A,C),const(C,countryid(usa))))"}
{"source": "what is the most populous state through which the mississippi runs ?", "target": "largest(B,(population(A,B),state(A),const(C,riverid(mississippi)),traverse(C,A)))"}
{"source": "what is the name of the state with the lowest point ?", "target": "(state(A),loc(B,A),lowest(B,place(B)))"}
{"source": "what is the number of neighboring states for kentucky ?", "target": "count(B,(state(B),next_to(B,C),const(C,stateid(kentucky))),A)"}
{"source": "what is the population density in the state with capital austin ?", "target": "(density(B,A),state(B),loc(C,B),capital(C),const(C,cityid(austin,_)))"}
{"source": "what is the population density of maine ?", "target": "(density(B,A),const(B,stateid(maine)))"}
{"source": "what is the population density of south dakota ?", "target": "(density(B,A),const(B,stateid('south dakota')))"}
{"source": "what is the population density of texas ?", "target": "(density(B,A),const(B,stateid(texas)))"}
{"source": "what is the population density of the largest state ?", "target": "(density(B,A),largest(B,state(B)))"}
{"source": "what is the population density of the smallest state ?", "target": "(density(B,A),smallest(B,state(B)))"}
{"source": "what is the population density of the state with the smallest area ?", "target": "(density(B,A),smallest(C,(state(B),area(B,C))))"}
{"source": "what is the population density of the state with the smallest population ?", "target": "(density(B,A),smallest(C,(state(B),population(B,C))))"}
{"source": "what is the population density of wyoming ?", "target": "(density(B,A),const(B,stateid(wyoming)))"}
{"source": "what is the population in boston ?", "target": "(population(B,A),const(B,cityid(boston,_)))"}
{"source": "what is the population of alaska ?", "target": "(population(B,A),const(B,stateid(alaska)))"}
{"source": "what is the population of arizona ?", "target": "(population(B,A),const(B,stateid(arizona)))"}
{"source": "what is the population of atlanta ?", "target": "(population(B,A),const(B,cityid(atlanta,_)))"}
{"source": "what is the population of atlanta ga ?", "target": "(population(B,A),const(B,cityid(atlanta,_)))"}
{"source": "what is the population of austin ?", "target": "(population(B,A),const(B,cityid(austin,_)))"}
{"source": "what is the population of austin texas ?", "target": "(population(B,A),const(B,cityid(austin,tx)))"}
{"source": "what is the population of boston massachusetts ?", "target": "(population(B,A),const(B,cityid(boston,ma)))"}
{"source": "what is the population of boulder ?", "target": "(population(B,A),const(B,cityid(boulder,_)))"}
{"source": "what is the population of california ?", "target": "(population(B,A),const(B,stateid(california)))"}
{"source": "what is the population of dallas ?", "target": "(population(B,A),const(B,cityid(dallas,_)))"}
{"source": "what is the population of denver ?", "target": "(population(B,A),const(B,cityid(denver,_)))"}
{"source": "what is the population of erie pennsylvania ?", "target": "(population(B,A),const(B,cityid(erie,pa)))"}
{"source": "what is the population of hawaii ?", "target": "(population(B,A),const(B,stateid(hawaii)))"}
{"source": "what is the population of houston ?", "target": "(population(B,A),const(B,cityid(houston,_)))"}
{"source": "what is the population of idaho ?", "target": "(population(B,A),const(B,stateid(idaho)))"}
{"source": "what is the population of illinois ?", "target": "(population(B,A),const(B,stateid(illinois)))"}
{"source": "what is the population of maine ?", "target": "(population(B,A),const(B,stateid(maine)))"}
{"source": "what is the population of maryland ?", "target": "(population(B,A),const(B,stateid(maryland)))"}
{"source": "what is the population of minnesota ?", "target": "(population(B,A),const(B,stateid(minnesota)))"}
{"source": "what is the population of montana ?", "target": "(population(B,A),const(B,stateid(montana)))"}
{"source": "what is the population of new mexico ?", "target": "(population(B,A),const(B,stateid('new mexico')))"}
{"source": "what is the population of new york ?", "target": "(population(B,A),const(B,stateid('new york')))"}
{"source": "what is the population of new york city ?", "target": "(population(B,A),const(B,cityid('new york',_)))"}
{"source": "what is the population of oregon ?", "target": "(population(B,A),const(B,stateid(oregon)))"}
{"source": "what is the population of portland maine ?", "target": "(population(B,A),const(B,cityid(portland,me)))"}
{"source": "what is the population of rhode island ?", "target": "(population(B,A),const(B,stateid('rhode island')))"}
{"source": "what is the population of sacramento ?", "target": "(population(B,A),const(B,cityid(sacramento,_)))"}
{"source": "what is the population of san antonio ?", "target": "(population(B,A),const(B,cityid('san antonio',_)))"}
{"source": "what is the population of seattle ?", "target": "(population(B,A),const(B,cityid(seattle,_)))"}
{"source": "what is the population of seattle washington ?", "target": "(population(B,A),const(B,cityid(seattle,wa)))"}
{"source": "what is the population of south dakota ?", "target": "(population(B,A),const(B,stateid('south dakota')))"}
{"source": "what is the population of springfield missouri ?", "target": "(population(B,A),const(B,cityid(springfield,mo)))"}
{"source": "what is the population of springfield south dakota ?", "target": "(population(B,A),const(B,cityid(springfield,sd)))"}
{"source": "what is the population of tempe arizona ?", "target": "(population(B,A),const(B,cityid(tempe,az)))"}
{"source": "what is the population of texas ?", "target": "(population(B,A),const(B,stateid(texas)))"}
{"source": "what is the population of the capital of the largest state ?", "target": "(population(B,A),capital(B),loc(B,C),largest(C,state(C)))"}
{"source": "what is the population of the capital of the largest state through which the mississippi runs ?", "target": "(population(B,A),capital(B),loc(B,C),largest(C,(state(C),const(D,riverid(mississippi)),traverse(D,C))))"}
{"source": "what is the population of the capital of the smallest state ?", "target": "(population(B,A),capital(B),loc(B,C),smallest(C,state(C)))"}
{"source": "what is the population of the largest city in the state with the largest area ?", "target": "(population(B,A),largest(B,(city(B),loc(B,C),largest(D,(state(C),area(C,D))))))"}
{"source": "what is the population of the largest state ?", "target": "(population(B,A),largest(B,state(B)))"}
{"source": "what is the population of the largest state that borders texas ?", "target": "(population(B,A),largest(B,(state(B),next_to(B,C),const(C,stateid(texas)))))"}
{"source": "what is the population of the major cities in wisconsin ?", "target": "(population(B,A),major(B),city(B),loc(B,C),const(C,stateid(wisconsin)))"}
{"source": "what is the population of the smallest state ?", "target": "smallest(B,(population(B,A),state(B)))"}
{"source": "what is the population of the state that borders the most states ?", "target": "(population(B,A),most(B,C,(state(B),next_to(B,C),state(C))))"}
{"source": "what is the population of the state with the highest population density ?", "target": "(population(B,A),largest(C,(state(B),density(B,C))))"}
{"source": "what is the population of the state with the largest area ?", "target": "(population(B,A),largest(C,(state(B),area(B,C))))"}
{"source": "what is the population of tucson ?", "target": "(population(B,A),const(B,cityid(tucson,_)))"}
{"source": "what is the population of utah ?", "target": "(population(B,A),const(B,stateid(utah)))"}
{"source": "what is the population of washington ?", "target": "(population(B,A),const(B,stateid(washington)))"}
{"source": "what is the population of washington dc ?", "target": "(population(B,A),const(B,cityid(washington,dc)))"}
{"source": "what is the river that cross over ohio ?", "target": "(river(A),traverse(A,B),const(B,stateid(ohio)))"}
{"source": "what is the shortest river ?", "target": "shortest(A,river(A))"}
{"source": "what is the shortest river in alaska ?", "target": "shortest(A,(river(A),loc(A,B),const(B,stateid(alaska))))"}
{"source": "what is the shortest river in iowa ?", "target": "shortest(A,(river(A),loc(A,B),const(B,stateid(iowa))))"}
{"source": "what is the shortest river in nebraska ?", "target": "shortest(A,(river(A),loc(A,B),const(B,stateid(nebraska))))"}
{"source": "what is the shortest river in texas ?", "target": "shortest(A,(river(A),loc(A,B),const(B,stateid(texas))))"}
{"source": "what is the shortest river in the united states ?", "target": "shortest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the shortest river in the us ?", "target": "shortest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the shortest river in the usa ?", "target": "shortest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the size of california ?", "target": "(size(B,A),const(B,stateid(california)))"}
{"source": "what is the size of florida ?", "target": "(size(B,A),const(B,stateid(florida)))"}
{"source": "what is the size of texas ?", "target": "(size(B,A),const(B,stateid(texas)))"}
{"source": "what is the size of the capital of texas ?", "target": "(size(B,A),capital(B),loc(B,C),const(C,stateid(texas)))"}
{"source": "what is the size of the largest state in the usa ?", "target": "(size(B,A),largest(B,(state(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "what is the smallest city in alaska ?", "target": "smallest(A,(city(A),loc(A,B),const(B,stateid(alaska))))"}
{"source": "what is the smallest city in arkansas ?", "target": "smallest(A,(city(A),loc(A,B),const(B,stateid(arkansas))))"}
{"source": "what is the smallest city in hawaii ?", "target": "smallest(A,(city(A),loc(A,B),const(B,stateid(hawaii))))"}
{"source": "what is the smallest city in the largest state ?", "target": "smallest(A,(city(A),loc(A,B),largest(B,state(B))))"}
{"source": "what is the smallest city in the us ?", "target": "smallest(A,(city(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the smallest city in the usa ?", "target": "smallest(A,(city(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the smallest city in washington ?", "target": "smallest(A,(city(A),loc(A,B),const(B,stateid(washington))))"}
{"source": "what is the smallest city of the smallest state in the us ?", "target": "smallest(A,(city(A),loc(A,B),smallest(B,(state(B),loc(B,C),const(C,countryid(usa))))))"}
{"source": "what is the smallest state bordering ohio ?", "target": "smallest(A,(state(A),next_to(A,B),const(B,stateid(ohio))))"}
{"source": "what is the smallest state bordering wyoming ?", "target": "smallest(A,(state(A),next_to(A,B),const(B,stateid(wyoming))))"}
{"source": "what is the smallest state by area ?", "target": "smallest(B,(state(A),area(A,B)))"}
{"source": "what is the smallest state in the usa ?", "target": "smallest(A,(state(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the smallest state that borders texas ?", "target": "smallest(A,(state(A),next_to(A,B),const(B,stateid(texas))))"}
{"source": "what is the smallest state that borders the most states ?", "target": "smallest(A,most(A,B,(state(A),next_to(A,B),state(B))))"}
{"source": "what is the smallest state that the mississippi river runs through ?", "target": "smallest(A,(state(A),const(B,riverid(mississippi)),river(B),traverse(B,A)))"}
{"source": "what is the smallest state through which the longest river runs ?", "target": "smallest(A,(state(A),longest(B,river(B)),traverse(B,A)))"}
{"source": "what is the state that contains the highest point ?", "target": "(state(A),loc(B,A),highest(B,place(B)))"}
{"source": "what is the state with the highest elevation in the united states ?", "target": "(state(A),loc(B,A),highest(B,(place(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "what is the state with the largest area ?", "target": "largest(B,(state(A),area(A,B)))"}
{"source": "what is the state with the largest density in usa ?", "target": "largest(B,(state(A),density(A,B),loc(A,C),const(C,countryid(usa))))"}
{"source": "what is the state with the largest population density ?", "target": "largest(B,(state(A),density(A,B)))"}
{"source": "what is the state with the lowest point ?", "target": "(state(A),loc(B,A),lowest(B,place(B)))"}
{"source": "what is the state with the lowest population ?", "target": "smallest(B,(state(A),population(A,B)))"}
{"source": "what is the state with the lowest population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "what is the state with the smallest area ?", "target": "smallest(B,(state(A),area(A,B)))"}
{"source": "what is the tallest mountain in america ?", "target": "highest(A,(mountain(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the tallest mountain in the united states ?", "target": "highest(A,(mountain(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what is the total area of the usa ?", "target": "(area(B,A),const(B,countryid(usa)))"}
{"source": "what is the total length of all rivers in the usa ?", "target": "sum(B,(len(C,B),river(C)),A)"}
{"source": "what is the total population of the states that border texas ?", "target": "sum(B,(population(C,B),state(C),next_to(D,C),const(D,stateid(texas))),A)"}
{"source": "what length is the mississippi ?", "target": "(len(B,A),const(B,riverid(mississippi)))"}
{"source": "what major cities are located in pennsylvania ?", "target": "(major(A),city(A),loc(A,B),const(B,stateid(pennsylvania)))"}
{"source": "what major rivers run through illinois ?", "target": "(major(A),river(A),traverse(A,B),const(B,stateid(illinois)))"}
{"source": "what mountains are in alaska ?", "target": "(mountain(A),loc(A,B),const(B,stateid(alaska)))"}
{"source": "what river flows through kansas ?", "target": "(river(A),traverse(A,B),const(B,stateid(kansas)))"}
{"source": "what river flows through texas ?", "target": "(river(A),traverse(A,B),const(B,stateid(texas)))"}
{"source": "what river flows through the most states ?", "target": "most(A,B,(river(A),traverse(A,B),state(B)))"}
{"source": "what river is the longest one in the united states ?", "target": "longest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "what river runs through illinois ?", "target": "(river(A),traverse(A,B),const(B,stateid(illinois)))"}
{"source": "what river runs through the most states ?", "target": "most(A,B,(river(A),traverse(A,B),state(B)))"}
{"source": "what river runs through the state with the most cities ?", "target": "(river(A),traverse(A,B),most(B,C,(state(B),loc(C,B),city(C))))"}
{"source": "what river runs through virginia ?", "target": "(river(A),traverse(A,B),const(B,stateid(virginia)))"}
{"source": "what river traverses the most states ?", "target": "most(A,B,(river(A),traverse(A,B),state(B)))"}
{"source": "what river traverses the state which borders the most states ?", "target": "(river(A),traverse(A,B),most(B,C,(state(B),next_to(B,C),state(C))))"}
{"source": "what rivers are in nevada ?", "target": "(river(A),loc(A,B),const(B,stateid(nevada)))"}
{"source": "what rivers are in new mexico ?", "target": "(river(A),loc(A,B),const(B,stateid('new mexico')))"}
{"source": "what rivers are in oregon ?", "target": "(river(A),loc(A,B),const(B,stateid(oregon)))"}
{"source": "what rivers are in states that border texas ?", "target": "(river(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas)))"}
{"source": "what rivers are in texas ?", "target": "(river(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "what rivers are in utah ?", "target": "(river(A),loc(A,B),const(B,stateid(utah)))"}
{"source": "what rivers are there in texas ?", "target": "(river(A),loc(A,B),const(B,stateid(texas)))"}
{"source": "what rivers do not run through tennessee ?", "target": "(river(A),\\+ (traverse(A,B),const(B,stateid(tennessee))))"}
{"source": "what rivers flow though colorado ?", "target": "(river(A),traverse(A,B),const(B,stateid(colorado)))"}
{"source": "what rivers flow through missouri ?", "target": "(river(A),traverse(A,B),const(B,stateid(missouri)))"}
{"source": "what rivers flow through states that alabama borders ?", "target": "(river(A),traverse(A,B),state(B),const(C,stateid(alabama)),next_to(C,B))"}
{"source": "what rivers flow through states that border the state with the largest population ?", "target": "(river(A),traverse(A,B),state(B),next_to(B,C),largest(D,(state(C),population(C,D))))"}
{"source": "what rivers flow through the largest state ?", "target": "(river(A),traverse(A,B),largest(B,state(B)))"}
{"source": "what rivers flow through the state with the largest population ?", "target": "(river(A),traverse(A,B),largest(C,(state(B),population(B,C))))"}
{"source": "what rivers run through arizona ?", "target": "(river(A),traverse(A,B),const(B,stateid(arizona)))"}
{"source": "what rivers run through austin texas ?", "target": "(river(A),traverse(A,B),const(B,cityid(austin,tx)))"}
{"source": "what rivers run through colorado ?", "target": "(river(A),traverse(A,B),const(B,stateid(colorado)))"}
{"source": "what rivers run through louisiana ?", "target": "(river(A),traverse(A,B),const(B,stateid(louisiana)))"}
{"source": "what rivers run through maine ?", "target": "(river(A),traverse(A,B),const(B,stateid(maine)))"}
{"source": "what rivers run through new york ?", "target": "(river(A),traverse(A,B),const(B,stateid('new york')))"}
{"source": "what rivers run through the state with the lowest point in the usa ?", "target": "(river(A),traverse(A,B),state(B),loc(C,B),lowest(C,(place(C),loc(C,D),const(D,countryid(usa)))))"}
{"source": "what rivers run through the states that border the state with the capital atlanta ?", "target": "(river(A),traverse(A,B),state(B),next_to(B,C),state(C),loc(D,C),capital(D),const(D,cityid(atlanta,_)))"}
{"source": "what rivers run through west virginia ?", "target": "(river(A),traverse(A,B),const(B,stateid('west virginia')))"}
{"source": "what rivers traverses the state which borders the most states ?", "target": "(river(A),traverse(A,B),most(B,C,(state(B),next_to(B,C),state(C))))"}
{"source": "what state bordering nevada has the largest population ?", "target": "largest(B,(state(A),next_to(A,C),const(C,stateid(nevada)),population(A,B)))"}
{"source": "what state borders michigan ?", "target": "(state(A),next_to(A,B),const(B,stateid(michigan)))"}
{"source": "what state borders most other states ?", "target": "most(A,B,(state(A),next_to(A,B),state(B)))"}
{"source": "what state borders new york ?", "target": "(state(A),next_to(A,B),const(B,stateid('new york')))"}
{"source": "what state borders the least states ?", "target": "fewest(A,B,(state(A),next_to(A,B),state(B)))"}
{"source": "what state borders the least states excluding alaska and excluding hawaii ?", "target": "fewest(A,B,(state(A),next_to(A,B),\\+const(A,stateid(alaska)),\\+const(A,stateid(hawaii))))"}
{"source": "what state borders the most states ?", "target": "most(A,B,(state(A),next_to(A,B),state(B)))"}
{"source": "what state borders the state with the smallest population ?", "target": "(state(A),next_to(A,B),smallest(C,(state(B),population(B,C))))"}
{"source": "what state contains the highest point in the us ?", "target": "(state(A),loc(B,A),highest(B,(place(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "what state contains the highest point of those the colorado river traverses ?", "target": "(state(A),loc(B,A),highest(B,(place(B),loc(B,C),state(C),const(D,riverid(colorado)),river(D),traverse(D,C))))"}
{"source": "what state has highest elevation ?", "target": "(state(A),loc(B,A),highest(B,place(B)))"}
{"source": "what state has no rivers ?", "target": "(state(A),\\+ (loc(B,A),river(B)))"}
{"source": "what state has the capital salem ?", "target": "(state(A),loc(B,A),capital(B),const(B,cityid(salem,_)))"}
{"source": "what state has the city flint ?", "target": "(state(A),loc(B,A),city(B),const(B,cityid(flint,_)))"}
{"source": "what state has the city with the largest population ?", "target": "(state(A),loc(B,A),largest(C,(city(B),population(B,C))))"}
{"source": "what state has the city with the most population ?", "target": "(state(A),loc(B,A),largest(C,(city(B),population(B,C))))"}
{"source": "what state has the greatest population density ?", "target": "largest(B,(state(A),density(A,B)))"}
{"source": "what state has the highest elevation ?", "target": "highest(B,(state(A),loc(B,A),place(B)))"}
{"source": "what state has the highest population ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "what state has the highest population density ?", "target": "largest(B,(state(A),density(A,B)))"}
{"source": "what state has the largest area ?", "target": "largest(B,(state(A),area(A,B)))"}
{"source": "what state has the largest capital ?", "target": "(state(A),loc(B,A),largest(B,capital(B)))"}
{"source": "what state has the largest city ?", "target": "largest(B,(state(A),loc(B,A),city(B)))"}
{"source": "what state has the largest population ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "what state has the largest population density ?", "target": "largest(B,(state(A),density(A,B)))"}
{"source": "what state has the largest urban population ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "what state has the least population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "what state has the longest river ?", "target": "(state(A),loc(B,A),longest(B,river(B)))"}
{"source": "what state has the lowest population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "what state has the most cities ?", "target": "most(A,B,(state(A),loc(B,A),city(B)))"}
{"source": "what state has the most major cities ?", "target": "most(A,B,(state(A),loc(B,A),major(B),city(B)))"}
{"source": "what state has the most major rivers running through it ?", "target": "most(A,B,(state(A),loc(B,A),major(B),river(B),traverse(B,A)))"}
{"source": "what state has the most people ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "what state has the most rivers ?", "target": "most(A,B,(state(A),loc(B,A),river(B)))"}
{"source": "what state has the most rivers running through it ?", "target": "most(A,B,(state(A),loc(B,A),river(B),traverse(B,A)))"}
{"source": "what state has the shortest river ?", "target": "(state(A),loc(B,A),shortest(B,river(B)))"}
{"source": "what state has the smallest area ?", "target": "smallest(B,(state(A),area(A,B)))"}
{"source": "what state has the smallest capital ?", "target": "(state(A),loc(B,A),smallest(B,capital(B)))"}
{"source": "what state has the smallest population ?", "target": "smallest(B,(state(A),population(A,B)))"}
{"source": "what state has the smallest population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "what state has the smallest urban population ?", "target": "smallest(B,(state(A),population(A,B)))"}
{"source": "what state has the sparsest population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "what state is austin in ?", "target": "(state(A),const(B,cityid(austin,_)),loc(B,A))"}
{"source": "what state is austin the capital of ?", "target": "(state(A),const(B,cityid(austin,_)),capital(B),loc(B,A))"}
{"source": "what state is boston in ?", "target": "(state(A),const(B,cityid(boston,_)),loc(B,A))"}
{"source": "what state is columbus the capital of ?", "target": "(state(A),const(B,cityid(columbus,_)),capital(B),loc(B,A))"}
{"source": "what state is dallas in ?", "target": "(state(A),const(B,cityid(dallas,_)),loc(B,A))"}
{"source": "what state is des moines located in ?", "target": "(state(A),const(B,cityid('des moines',_)),loc(B,A))"}
{"source": "what state is miami in ?", "target": "(state(A),const(B,cityid(miami,_)),loc(B,A))"}
{"source": "what state is pittsburgh in ?", "target": "(state(A),const(B,cityid(pittsburgh,_)),loc(B,A))"}
{"source": "what state is the biggest ?", "target": "largest(A,state(A))"}
{"source": "what state is the largest in population ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "what state is the state with the most rivers ?", "target": "(state(A),most(A,B,(state(A),loc(B,A),river(B))))"}
{"source": "what state that borders texas has the highest population ?", "target": "largest(B,(state(A),next_to(A,C),const(C,stateid(texas)),population(A,B)))"}
{"source": "what state that borders texas is the largest ?", "target": "largest(A,(state(A),next_to(A,B),const(B,stateid(texas))))"}
{"source": "what state which the mississippi runs through has the largest population ?", "target": "largest(B,(state(A),const(C,riverid(mississippi)),traverse(C,A),population(A,B)))"}
{"source": "what states are next to arizona ?", "target": "(state(A),next_to(A,B),const(B,stateid(arizona)))"}
{"source": "what states are next to texas ?", "target": "(state(A),next_to(A,B),const(B,stateid(texas)))"}
{"source": "what states are next to the mississippi ?", "target": "(state(A),next_to(A,B),const(B,stateid(mississippi)))"}
{"source": "what states border alaska ?", "target": "(state(A),next_to(A,B),const(B,stateid(alaska)))"}
{"source": "what states border arkansas ?", "target": "(state(A),next_to(A,B),const(B,stateid(arkansas)))"}
{"source": "what states border delaware ?", "target": "(state(A),next_to(A,B),const(B,stateid(delaware)))"}
{"source": "what states border florida ?", "target": "(state(A),next_to(A,B),const(B,stateid(florida)))"}
{"source": "what states border georgia ?", "target": "(state(A),next_to(A,B),const(B,stateid(georgia)))"}
{"source": "what states border hawaii ?", "target": "(state(A),next_to(A,B),const(B,stateid(hawaii)))"}
{"source": "what states border indiana ?", "target": "(state(A),next_to(A,B),const(B,stateid(indiana)))"}
{"source": "what states border kentucky ?", "target": "(state(A),next_to(A,B),const(B,stateid(kentucky)))"}
{"source": "what states border michigan ?", "target": "(state(A),next_to(A,B),const(B,stateid(michigan)))"}
{"source": "what states border missouri ?", "target": "(state(A),next_to(A,B),const(B,stateid(missouri)))"}
{"source": "what states border montana ?", "target": "(state(A),next_to(A,B),const(B,stateid(montana)))"}
{"source": "what states border new hampshire ?", "target": "(state(A),next_to(A,B),const(B,stateid('new hampshire')))"}
{"source": "what states border new jersey ?", "target": "(state(A),next_to(A,B),const(B,stateid('new jersey')))"}
{"source": "what states border ohio ?", "target": "(state(A),next_to(A,B),const(B,stateid(ohio)))"}
{"source": "what states border rhode island ?", "target": "(state(A),next_to(A,B),const(B,stateid('rhode island')))"}
{"source": "what states border states that border colorado ?", "target": "(state(A),next_to(A,B),state(B),next_to(B,C),const(C,stateid(colorado)))"}
{"source": "what states border states that border mississippi ?", "target": "(state(A),next_to(A,B),state(B),next_to(B,C),const(C,stateid(mississippi)))"}
{"source": "what states border states that border states that border florida ?", "target": "(state(A),next_to(A,B),state(B),next_to(B,C),state(C),next_to(C,D),const(D,stateid(florida)))"}
{"source": "what states border states that border states that border states that border texas ?", "target": "(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)))"}
{"source": "what states border states that border the state with the largest population ?", "target": "(state(A),next_to(A,B),state(B),next_to(B,C),largest(D,(state(C),population(C,D))))"}
{"source": "what states border states that the mississsippi runs through ?", "target": "(state(A),next_to(A,B),state(B),const(C,riverid(mississippi)),traverse(C,B))"}
{"source": "what states border states that the ohio runs through ?", "target": "(state(A),next_to(A,B),state(B),const(C,riverid(ohio)),traverse(C,B))"}
{"source": "what states border states which the mississippi runs through ?", "target": "(state(A),next_to(A,B),state(B),const(C,riverid(mississippi)),traverse(C,B))"}
{"source": "what states border texas ?", "target": "(state(A),next_to(A,B),const(B,stateid(texas)))"}
{"source": "what states border texas and have a major river ?", "target": "(state(A),next_to(A,B),const(B,stateid(texas)),loc(C,A),major(C),river(C))"}
{"source": "what states border the mississippi river ?", "target": "(state(A),next_to(A,B),const(B,riverid(mississippi)),river(B))"}
{"source": "what states border the most populous state ?", "target": "(state(A),next_to(A,B),largest(C,(population(B,C),state(B))))"}
{"source": "what states border the state that borders the most states ?", "target": "(state(A),next_to(A,B),most(B,C,(state(B),next_to(B,C),state(C))))"}
{"source": "what states border the state with the most cities ?", "target": "(state(A),next_to(A,B),most(B,C,(state(B),loc(C,B),city(C))))"}
{"source": "what states border the state with the most major cities ?", "target": "(state(A),next_to(A,B),most(B,C,(state(B),loc(C,B),major(C),city(C))))"}
{"source": "what states border the state with the smallest area ?", "target": "(state(A),next_to(A,B),smallest(C,(state(B),area(B,C))))"}
{"source": "what states border the states with the most cities ?", "target": "(state(A),next_to(A,B),most(B,C,(state(B),loc(C,B),city(C))))"}
{"source": "what states border wisconsin ?", "target": "(state(A),next_to(A,B),const(B,stateid(wisconsin)))"}
{"source": "what states capital is dover ?", "target": "(state(A),capital(A,B),const(B,cityid(dover,_)))"}
{"source": "what states contain at least one major rivers ?", "target": "(state(A),loc(B,A),major(B),river(B))"}
{"source": "what states does the colorado river run through ?", "target": "(state(A),const(B,riverid(colorado)),river(B),traverse(B,A))"}
{"source": "what states does the delaware river run through ?", "target": "(state(A),const(B,riverid(delaware)),river(B),traverse(B,A))"}
{"source": "what states does the mississippi river run through ?", "target": "(state(A),const(B,riverid(mississippi)),river(B),traverse(B,A))"}
{"source": "what states does the mississippi run through ?", "target": "(state(A),const(B,riverid(mississippi)),traverse(B,A))"}
{"source": "what states does the missouri river run through ?", "target": "(state(A),const(B,riverid(missouri)),river(B),traverse(B,A))"}
{"source": "what states does the missouri run through ?", "target": "(state(A),const(B,riverid(missouri)),traverse(B,A))"}
{"source": "what states does the ohio river go through ?", "target": "(state(A),const(B,riverid(ohio)),river(B),traverse(B,A))"}
{"source": "what states does the ohio river run through ?", "target": "(state(A),const(B,riverid(ohio)),river(B),traverse(B,A))"}
{"source": "what states does the shortest river run through ?", "target": "(state(A),shortest(B,river(B)),traverse(B,A))"}
{"source": "what states have a capital that is the highest point in the state ?", "target": "(state(A),loc(B,A),capital(B),highest(B,(place(B),loc(B,A),state(A))))"}
{"source": "what states have a city named austin ?", "target": "(state(A),loc(B,A),const(B,cityid(austin,_)))"}
{"source": "what states have cities named austin ?", "target": "(state(A),loc(B,A),city(B),const(B,cityid(austin,_)))"}
{"source": "what states have cities named dallas ?", "target": "(state(A),loc(B,A),city(B),const(B,cityid(dallas,_)))"}
{"source": "what states have cities named plano ?", "target": "(state(A),loc(B,A),city(B),const(B,cityid(plano,_)))"}
{"source": "what states have cities named portland ?", "target": "(state(A),loc(B,A),city(B),const(B,cityid(portland,_)))"}
{"source": "what states have cities named rochester ?", "target": "(state(A),loc(B,A),city(B),const(B,cityid(rochester,_)))"}
{"source": "what states have cities named salt lake city ?", "target": "(state(A),loc(B,A),city(B),const(B,cityid('salt lake city',_)))"}
{"source": "what states have no bordering state ?", "target": "(state(A),\\+ (next_to(A,B),state(B)))"}
{"source": "what states have rivers named colorado ?", "target": "(state(A),loc(B,A),const(B,riverid(colorado)))"}
{"source": "what states have rivers running through them ?", "target": "(state(A),loc(B,A),river(B),traverse(B,A))"}
{"source": "what states have towns named springfield ?", "target": "(state(A),loc(B,A),const(B,cityid(springfield,_)))"}
{"source": "what states high point are higher than that of colorado ?", "target": "(state(A),high_point(A,B),higher(B,C),high_point(D,C),const(D,stateid(colorado)))"}
{"source": "what states in the united states have a city of springfield ?", "target": "(state(A),loc(A,B),const(B,countryid(usa)),loc(C,A),const(C,cityid(springfield,_)))"}
{"source": "what states neighbor maine ?", "target": "(state(A),next_to(A,B),const(B,stateid(maine)))"}
{"source": "what states surround kentucky ?", "target": "(state(A),next_to(A,B),const(B,stateid(kentucky)))"}
{"source": "what texas city has the largest population ?", "target": "largest(B,(const(C,stateid(texas)),city(A),loc(A,C),population(A,B)))"}
{"source": "whats the largest city ?", "target": "largest(A,city(A))"}
{"source": "where are mountains ?", "target": "(loc(B,A),mountain(B))"}
{"source": "where is austin ?", "target": "(loc(B,A),const(B,cityid(austin,_)))"}
{"source": "where is baton rouge ?", "target": "(loc(B,A),const(B,cityid('baton rouge',_)))"}
{"source": "where is dallas ?", "target": "(loc(B,A),const(B,cityid(dallas,_)))"}
{"source": "where is fort wayne ?", "target": "(loc(B,A),const(B,cityid('fort wayne',_)))"}
{"source": "where is houston ?", "target": "(loc(B,A),const(B,cityid(houston,_)))"}
{"source": "where is indianapolis ?", "target": "(loc(B,A),const(B,cityid(indianapolis,_)))"}
{"source": "where is massachusetts ?", "target": "(loc(B,A),const(B,stateid(massachusetts)))"}
{"source": "where is mount whitney ?", "target": "(loc(B,A),const(B,placeid('mount whitney')))"}
{"source": "where is mount whitney located ?", "target": "(loc(B,A),const(B,placeid('mount whitney')))"}
{"source": "where is new hampshire ?", "target": "(loc(B,A),const(B,stateid('new hamsphire')))"}
{"source": "where is new orleans ?", "target": "(loc(B,A),const(B,cityid('new orleans',_)))"}
{"source": "where is portland ?", "target": "(loc(B,A),const(B,cityid(portland,_)))"}
{"source": "where is san diego ?", "target": "(loc(B,A),const(B,cityid('san diego',_)))"}
{"source": "where is san jose ?", "target": "(loc(B,A),const(B,cityid('san jose',_)))"}
{"source": "where is scotts valley ?", "target": "(loc(B,A),const(B,cityid('scotts valley',_)))"}
{"source": "where is springfield ?", "target": "(loc(B,A),const(B,cityid(springfield,_)))"}
{"source": "where is the chattahoochee river ?", "target": "(loc(B,A),const(B,riverid(chattahoochee)),river(B))"}
{"source": "where is the highest mountain of the united states ?", "target": "highest(A,(mountain(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "where is the highest point in hawaii ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(hawaii))))"}
{"source": "where is the highest point in montana ?", "target": "highest(A,(place(A),loc(A,B),const(B,stateid(montana))))"}
{"source": "where is the lowest point in maryland ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(maryland))))"}
{"source": "where is the lowest point in the us ?", "target": "lowest(A,(place(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "where is the lowest spot in iowa ?", "target": "lowest(A,(place(A),loc(A,B),const(B,stateid(iowa))))"}
{"source": "where is the most populated area of new mexico ?", "target": "largest(B,(population(A,B),city(A),loc(A,C),const(C,stateid('new mexico'))))"}
{"source": "where is the smallest city ?", "target": "(loc(B,A),smallest(B,city(B)))"}
{"source": "which capitals are in the states that border texas ?", "target": "(capital(A),loc(A,B),state(B),next_to(B,C),const(C,stateid(texas)))"}
{"source": "which capitals are not major cities ?", "target": "(capital(A),\\+ (major(A),city(A)))"}
{"source": "which city in california has the largest population ?", "target": "largest(B,(city(A),loc(A,C),const(C,stateid(california)),population(A,B)))"}
{"source": "which is the density of the state that the largest river in the united states runs through ?", "target": "(density(B,A),state(B),longest(C,(river(C),loc(C,D),const(D,countryid(usa)))),traverse(C,B))"}
{"source": "which is the highest peak not in alaska ?", "target": "highest(A,(mountain(A),\\+ (loc(A,B),const(B,stateid(alaska)))))"}
{"source": "which is the longest river in usa ?", "target": "longest(A,(river(A),loc(A,B),const(B,countryid(usa))))"}
{"source": "which is the lowest point of the states that the mississippi runs through ?", "target": "lowest(B,(place(B),loc(B,A),state(A),const(C,riverid(mississippi)),traverse(C,A)))"}
{"source": "which is the shortest river ?", "target": "shortest(A,river(A))"}
{"source": "which is the smallest state ?", "target": "smallest(A,state(A))"}
{"source": "which of the states bordering pennsylvania has the largest population ?", "target": "largest(B,(state(A),next_to(A,C),const(C,stateid(pennsylvania)),population(A,B)))"}
{"source": "which river goes through the most states ?", "target": "most(A,B,(river(A),traverse(A,B),state(B)))"}
{"source": "which river runs through most states ?", "target": "most(A,B,(river(A),traverse(A,B),state(B)))"}
{"source": "which river runs through the most states ?", "target": "most(A,B,(river(A),traverse(A,B),state(B)))"}
{"source": "which river traverses most states ?", "target": "most(A,B,(river(A),traverse(A,B),state(B)))"}
{"source": "which rivers are in alaska ?", "target": "(river(A),loc(A,B),const(B,stateid(alaska)))"}
{"source": "which rivers do not run through texas ?", "target": "(river(A),\\+ (traverse(A,B),const(B,stateid(texas))))"}
{"source": "which rivers do not run through usa ?", "target": "(river(A),\\+ (traverse(A,B),const(B,countryid(usa))))"}
{"source": "which rivers flow through alaska ?", "target": "(river(A),traverse(A,B),const(B,stateid(alaska)))"}
{"source": "which rivers run through states bordering new mexico ?", "target": "(river(A),traverse(A,B),state(B),next_to(B,C),const(C,stateid('new mexico')))"}
{"source": "which rivers run through states that border the state with the capital austin ?", "target": "(river(A),traverse(A,B),state(B),next_to(B,C),state(C),loc(D,C),capital(D),const(D,cityid(austin,_)))"}
{"source": "which rivers run through states with fewest cities ?", "target": "(river(A),traverse(A,B),fewest(B,C,(state(B),loc(C,B),city(C))))"}
{"source": "which rivers run through the state with the largest city in the us ?", "target": "(river(A),traverse(A,B),largest(C,(state(B),loc(C,B),city(C),loc(C,D),const(D,countryid(usa)))))"}
{"source": "which rivers run through the state with the lowest elevation in the usa ?", "target": "(river(A),traverse(A,B),state(B),loc(C,B),lowest(C,(place(C),loc(C,D),const(D,countryid(usa)))))"}
{"source": "which state border kentucky ?", "target": "(state(A),next_to(A,B),const(B,stateid(kentucky)))"}
{"source": "which state borders florida ?", "target": "(state(A),next_to(A,B),const(B,stateid(florida)))"}
{"source": "which state borders hawaii ?", "target": "(state(A),next_to(A,B),const(B,stateid(hawaii)))"}
{"source": "which state borders most states ?", "target": "most(A,B,(state(A),next_to(A,B),state(B)))"}
{"source": "which state borders the most states ?", "target": "most(A,B,(state(A),next_to(A,B),state(B)))"}
{"source": "which state capital has the smallest population ?", "target": "smallest(B,(capital(A),population(A,B)))"}
{"source": "which state contains most rivers ?", "target": "most(A,B,(state(A),loc(B,A),river(B)))"}
{"source": "which state has the biggest population ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "which state has the greatest density ?", "target": "largest(B,(state(A),density(A,B)))"}
{"source": "which state has the greatest population ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "which state has the highest elevation ?", "target": "highest(B,(state(A),loc(B,A),place(B)))"}
{"source": "which state has the highest peak in the country ?", "target": "highest(B,(state(A),loc(B,A),mountain(B)))"}
{"source": "which state has the highest point ?", "target": "(state(A),loc(B,A),highest(B,place(B)))"}
{"source": "which state has the highest population density ?", "target": "largest(B,(state(A),density(A,B)))"}
{"source": "which state has the largest city ?", "target": "largest(B,(state(A),loc(B,A),city(B)))"}
{"source": "which state has the largest density ?", "target": "largest(B,(state(A),density(A,B)))"}
{"source": "which state has the least population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "which state has the longest river ?", "target": "longest(B,(state(A),loc(B,A),river(B)))"}
{"source": "which state has the lowest elevation ?", "target": "(state(A),loc(B,A),lowest(B,place(B)))"}
{"source": "which state has the lowest point that borders idaho ?", "target": "(state(A),loc(B,A),lowest(B,place(B)),next_to(A,C),const(C,stateid(idaho)))"}
{"source": "which state has the lowest population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "which state has the most major cities ?", "target": "most(A,B,(state(A),loc(B,A),major(B),city(B)))"}
{"source": "which state has the most major rivers ?", "target": "most(A,B,(state(A),loc(B,A),major(B),river(B)))"}
{"source": "which state has the most major rivers running through it ?", "target": "most(A,B,(state(A),loc(B,A),major(B),river(B),traverse(B,A)))"}
{"source": "which state has the most people ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "which state has the most population ?", "target": "largest(B,(state(A),population(A,B)))"}
{"source": "which state has the most rivers ?", "target": "most(A,B,(state(A),loc(B,A),river(B)))"}
{"source": "which state has the most rivers running through it ?", "target": "most(A,B,(state(A),loc(B,A),river(B),traverse(B,A)))"}
{"source": "which state has the red river ?", "target": "(state(A),loc(B,A),const(B,riverid(red)),river(B))"}
{"source": "which state has the smallest area that borders texas ?", "target": "smallest(B,(state(A),area(A,B),next_to(A,C),const(C,stateid(texas))))"}
{"source": "which state has the smallest average urban population ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "which state has the smallest population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "which state has the sparsest population density ?", "target": "smallest(B,(state(A),density(A,B)))"}
{"source": "which state is kalamazoo in ?", "target": "(state(A),const(B,cityid(kalamazoo,_)),loc(B,A))"}
{"source": "which state is mount mckinley in ?", "target": "(state(A),const(B,placeid('mount mckinley')),loc(B,A))"}
{"source": "which state is the city denver located in ?", "target": "(state(A),city(B),const(B,cityid(denver,_)),loc(B,A))"}
{"source": "which state is the largest city in montana in ?", "target": "(state(A),largest(B,(city(B),loc(B,C),const(C,stateid(montana)))),loc(B,A))"}
{"source": "which state is the smallest ?", "target": "smallest(A,state(A))"}
{"source": "which states adjoin alabama ?", "target": "(state(A),next_to(A,B),const(B,stateid(alabama)))"}
{"source": "which states border alabama ?", "target": "(state(A),next_to(A,B),const(B,stateid(alabama)))"}
{"source": "which states border alaska ?", "target": "(state(A),next_to(A,B),const(B,stateid(alaska)))"}
{"source": "which states border arizona ?", "target": "(state(A),next_to(A,B),const(B,stateid(arizona)))"}
{"source": "which states border colorado ?", "target": "(state(A),next_to(A,B),const(B,stateid(colorado)))"}
{"source": "which states border hawaii ?", "target": "(state(A),next_to(A,B),const(B,stateid(hawaii)))"}
{"source": "which states border illinois ?", "target": "(state(A),next_to(A,B),const(B,stateid(illinois)))"}
{"source": "which states border iowa ?", "target": "(state(A),next_to(A,B),const(B,stateid(iowa)))"}
{"source": "which states border kentucky ?", "target": "(state(A),next_to(A,B),const(B,stateid(kentucky)))"}
{"source": "which states border michigan ?", "target": "(state(A),next_to(A,B),const(B,stateid(michigan)))"}
{"source": "which states border new york ?", "target": "(state(A),next_to(A,B),const(B,stateid('new york')))"}
{"source": "which states border no other states ?", "target": "(state(A),\\+ (next_to(A,B),state(B)))"}
{"source": "which states border south dakota ?", "target": "(state(A),next_to(A,B),const(B,stateid('south dakota')))"}
{"source": "which states border states through which the mississippi traverses ?", "target": "(state(A),next_to(A,B),state(B),const(C,riverid(mississippi)),traverse(C,B))"}
{"source": "which states border texas ?", "target": "(state(A),next_to(A,B),const(B,stateid(texas)))"}
{"source": "which states border the longest river in the usa ?", "target": "(state(A),next_to(A,B),longest(B,(river(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "which states border the missouri river ?", "target": "(state(A),next_to(A,B),const(B,riverid(missouri)),river(B))"}
{"source": "which states border the state with the smallest area ?", "target": "(state(A),next_to(A,B),smallest(C,(state(B),area(B,C))))"}
{"source": "which states capital city is the largest ?", "target": "largest(B,(state(A),capital(A,B),city(B)))"}
{"source": "which states do colorado river flow through ?", "target": "(state(A),const(B,riverid(colorado)),river(B),traverse(B,A))"}
{"source": "which states does not border texas ?", "target": "(state(A),\\+ (next_to(A,B),const(B,stateid(texas))))"}
{"source": "which states does the chattahoochee river run through ?", "target": "(state(A),const(B,riverid(chattahoochee)),river(B),traverse(B,A))"}
{"source": "which states does the colorado river run through ?", "target": "(state(A),const(B,riverid(colorado)),traverse(B,A))"}
{"source": "which states does the longest river cross ?", "target": "(state(A),longest(B,river(B)),traverse(B,A))"}
{"source": "which states does the longest river run through ?", "target": "(state(A),longest(B,river(B)),traverse(B,A))"}
{"source": "which states does the mississippi river run through ?", "target": "(state(A),const(B,riverid(mississippi)),river(B),traverse(B,A))"}
{"source": "which states does the mississippi run through ?", "target": "(state(A),const(B,riverid(mississippi)),traverse(B,A))"}
{"source": "which states does the missouri river pass through ?", "target": "(state(A),const(B,riverid(missouri)),traverse(B,A))"}
{"source": "which states does the missouri river run through ?", "target": "(state(A),const(B,riverid(missouri)),river(B),traverse(B,A))"}
{"source": "which states have a major city named austin ?", "target": "(state(A),loc(B,A),major(B),city(B),const(B,cityid(austin,_)))"}
{"source": "which states have a river ?", "target": "(state(A),loc(B,A),river(B))"}
{"source": "which states have cities named austin ?", "target": "(state(A),loc(B,A),city(B),const(B,cityid(austin,_)))"}
{"source": "which states have points higher than the highest point in colorado ?", "target": "(state(A),loc(B,A),place(B),higher(B,C),highest(C,(place(C),loc(C,D),const(D,stateid(colorado)))))"}
{"source": "which states have points that are higher than the highest point in texas ?", "target": "(state(A),loc(B,A),higher(B,C),highest(C,(place(C),loc(C,D),const(D,stateid(texas)))))"}
{"source": "which states lie on the largest river in the united states ?", "target": "(state(A),traverse(B,A),largest(B,(river(B),loc(B,C),const(C,countryid(usa)))))"}
{"source": "which us city has the highest population density ?", "target": "largest(B,(city(A),density(A,B)))"}