source
stringlengths
11
99
target
stringlengths
9
165
how many states are there in m0
( count ( intersection ( state , loc_2 ( m0 ) ) ) )
how many states border m0
( count ( intersection ( state , next_to_2 ( m0 ) ) ) )
how many states border at least one other state
( count ( intersection ( state , next_to_2 ( state ) ) ) )
how many states border m1 and border m0
( count ( intersection ( state , intersection ( next_to_2 ( m1 ) , next_to_2 ( m0 ) ) ) ) )
how many states border m0
( count ( intersection ( state , next_to_2 ( m0 ) ) ) )
how many states border on the state whose capital is m0
( count ( intersection ( state , next_to_2 ( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) ) ) ) )
how many states border m0
( count ( intersection ( state , next_to_2 ( m0 ) ) ) )
how many states border m0
( count ( intersection ( state , next_to_2 ( m0 ) ) ) )
how many states border the largest state
( count ( intersection ( state , next_to_2 ( largest ( state ) ) ) ) )
how many states border the m0 river
( count ( intersection ( state , next_to_2 ( intersection ( river , m0 ) ) ) ) )
how many states border the state that borders the most states
( count ( intersection ( state , next_to_2 ( most ( state , next_to_2 , state ) ) ) ) )
how many states does m0 border
( count ( intersection ( state , next_to_1 ( m0 ) ) ) )
how many states does m0 border
( count ( intersection ( state , next_to_1 ( m0 ) ) ) )
how many states does the m0 river flow through
( count ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
how many states does the m0 river run through
( count ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
how many states does the m0 river run through
( count ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
how many states does the m0 run through
( count ( intersection ( state , traverse_1 ( m0 ) ) ) )
how many states does the m0 river run through
( count ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
how many states have a city called m0
( count ( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) ) )
how many states have a city named m0
( count ( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) ) )
how many states have cities named m0
( count ( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) ) )
how many states have cities or towns named m0
( count ( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) ) )
how many states have major rivers
( count ( intersection ( state , loc_1 ( intersection ( major , river ) ) ) ) )
how many states in the m0 does the shortest river run through
( count ( intersection ( intersection ( state , loc_2 ( m0 ) ) , traverse_1 ( shortest ( river ) ) ) ) )
in what state is m0
( intersection ( state , loc_1 ( m0 ) ) )
in which state does the highest point in m0 exist
( intersection ( state , loc_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) ) )
in which state is m0
( intersection ( state , loc_1 ( m0 ) ) )
list the states
( state )
name all the lakes of m0
( intersection ( lake , loc_2 ( m0 ) ) )
name all the rivers in m0
( intersection ( river , loc_2 ( m0 ) ) )
name the 50 capitals in the m0
( intersection ( capital , loc_2 ( m0 ) ) )
name the longest river in m0
( longest ( intersection ( river , loc_2 ( m0 ) ) ) )
name the major lakes in m0
( intersection ( major , intersection ( lake , loc_2 ( m0 ) ) ) )
name the rivers in m0
( intersection ( river , loc_2 ( m0 ) ) )
name the states which have no surrounding states
( exclude ( state , next_to_2 ( state ) ) )
number of citizens in m0
( population_1 ( m0 ) )
of the states washed by the m0 river which has the lowest point
( intersection ( state , loc_1 ( lowest ( intersection ( place , loc_2 ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) ) ) ) ) )
people in m0
( population_1 ( m0 ) )
population of m0
( population_1 ( m0 ) )
m0 is the capital of which state
( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) )
show major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
show me all the major lakes in the m0
( intersection ( major , intersection ( lake , loc_2 ( m0 ) ) ) )
state the state with the largest area
( largest_one ( area_1 , state ) )
states bordering m0
( intersection ( state , next_to_2 ( m0 ) ) )
through which states does the m0 flow
( intersection ( state , traverse_1 ( m0 ) ) )
through which states does the m0 run
( intersection ( state , traverse_1 ( m0 ) ) )
what are major rivers in m0
( intersection ( major , intersection ( river , loc_2 ( m0 ) ) ) )
what are the biggest rivers in m0
( longest ( intersection ( river , loc_2 ( m0 ) ) ) )
what are the capital cities of the states which border m0
( intersection ( capital , intersection ( city , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) )
what are the capitals of the states that border m0
( intersection ( capital , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
what are the cities in m0
( intersection ( city , loc_2 ( m0 ) ) )
what are the highest points of states surrounding m0
( highest ( intersection ( place , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) )
what are the lakes in states bordering m0
( intersection ( lake , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
what are the largest cities in the states that border the largest state
( largest ( intersection ( city , loc_2 ( intersection ( state , next_to_2 ( largest ( state ) ) ) ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities in the largest state
( intersection ( major , intersection ( city , loc_2 ( largest ( state ) ) ) ) )
what are the major cities in the smallest state in the m0
( intersection ( major , intersection ( city , loc_2 ( smallest ( intersection ( state , loc_2 ( m0 ) ) ) ) ) ) )
what are the major cities in the states through which the major river in m0 runs
( intersection ( major , intersection ( city , loc_2 ( intersection ( state , traverse_1 ( intersection ( major , intersection ( river , loc_2 ( m0 ) ) ) ) ) ) ) ) )
what are the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities of m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities of the m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major cities of the m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the major lakes in m0
( intersection ( major , intersection ( lake , loc_2 ( m0 ) ) ) )
what are the major rivers in the m0
( intersection ( major , intersection ( river , loc_2 ( m0 ) ) ) )
what are the names of the major cities in m0
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
what are the neighboring states for m0
( intersection ( state , next_to_2 ( m0 ) ) )
what are the populations of all the major cities in m0
( population_1 ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) )
what are the populations of states through which the m0 river runs
( population_1 ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
what are the populations of states through which the m0 runs
( population_1 ( intersection ( state , traverse_1 ( m0 ) ) ) )
what are the populations of the states through which the m0 river runs
( population_1 ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
what are the populations of the states through which the m0 river runs
( population_1 ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
what are the populations of the states through which the m0 runs
( population_1 ( intersection ( state , traverse_1 ( m0 ) ) ) )
what are the populations of the states through which the m0 runs
( population_1 ( intersection ( state , traverse_1 ( m0 ) ) ) )
what are the rivers in the state of m0
( intersection ( river , loc_2 ( intersection ( state , m0 ) ) ) )
what are the rivers in the state of m0
( intersection ( river , loc_2 ( intersection ( state , m0 ) ) ) )
what are the rivers of m0
( intersection ( river , loc_2 ( m0 ) ) )
what are the states
( state )
what are the states that border the state with the greatest population
( intersection ( state , next_to_2 ( largest_one ( population_1 , state ) ) ) )
what are the states that the m0 runs through
( intersection ( state , traverse_1 ( m0 ) ) )
what are the states through which the longest river runs
( intersection ( state , traverse_1 ( longest ( river ) ) ) )
what can you tell me about the population of m0
( population_1 ( m0 ) )
what capital has the largest population
( largest_one ( population_1 , capital ) )
what capital is the largest in the m0
( largest ( intersection ( capital , loc_2 ( m0 ) ) ) )
what cities are located in m0
( intersection ( city , loc_2 ( m0 ) ) )
what cities in m0
( intersection ( city , loc_2 ( m0 ) ) )
what cities in m0 have the highest number of citizens
( largest_one ( population_1 , intersection ( city , loc_2 ( m0 ) ) ) )
what cities in m0 have the highest populations
( largest_one ( population_1 , intersection ( city , loc_2 ( m0 ) ) ) )
what city has the largest population
( largest_one ( population_1 , city ) )
what city has the least population
( smallest_one ( population_1 , city ) )
what is capital of m0
( intersection ( capital , loc_2 ( m0 ) ) )
what is largest capital
( largest ( capital ) )