source
stringlengths
11
99
target
stringlengths
9
165
what states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
what states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
what states border states that border m0
( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
what states border states that border states that border m0
( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) ) )
what states border states that border states that border states that border m0
( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) ) ) ) )
what states border states that border the state with the largest population
( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( largest_one ( population_1 , state ) ) ) ) ) )
what states border states that the m0 runs through
( intersection ( state , next_to_2 ( intersection ( state , traverse_1 ( m0 ) ) ) ) )
what states border states which the m0 runs through
( intersection ( state , next_to_2 ( intersection ( state , traverse_1 ( m0 ) ) ) ) )
what states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
what states border the m0 river
( intersection ( state , next_to_2 ( intersection ( river , m0 ) ) ) )
what states border the states with the most cities
( intersection ( state , next_to_2 ( most ( state , loc_1 , city ) ) ) )
what states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
what states capital is m0
( intersection ( state , capital_2 ( m0 ) ) )
what states does the m0 river run through
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
what states does the m0 run through
( intersection ( state , traverse_1 ( m0 ) ) )
what states does the m0 river run through
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
what states does the m0 river go through
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
what states does the shortest river run through
( intersection ( state , traverse_1 ( shortest ( river ) ) ) )
what states have a capital that is the highest point in the state
( intersection ( state , loc_1 ( intersection ( capital , highest ( place ) ) ) ) )
what states have a city named m0
( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) )
what states have cities named m0
( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) )
what states have no bordering state
( exclude ( state , next_to_2 ( state ) ) )
what states have rivers named m0
( intersection ( state , loc_1 ( intersection ( river , m0 ) ) ) )
what states have rivers running through them
( intersection ( state , traverse_1 ( river ) ) )
what states have towns named m0
( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) )
what states high point is higher than that of m0
( intersection ( state , high_point_2 ( higher_2 ( high_point_1 ( m0 ) ) ) ) )
what states in the m1 have a city of m0
( intersection ( intersection ( state , loc_2 ( m1 ) ) , loc_1 ( intersection ( city , m0 ) ) ) )
what states neighbor m0
( intersection ( state , next_to_2 ( m0 ) ) )
what m0 city has the largest population
( largest_one ( population_1 , intersection ( city , loc_2 ( m0 ) ) ) )
whats the largest city
( largest ( city ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0 located
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is m0
( loc_1 ( m0 ) )
where is the highest point in m0
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
where is the lowest point in the m0
( lowest ( intersection ( place , loc_2 ( m0 ) ) ) )
where is the lowest spot in m0
( lowest ( intersection ( place , loc_2 ( m0 ) ) ) )
which capitals are in the states that border m0
( intersection ( capital , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
which capitals are not major cities
( exclude ( capital , intersection ( major , city ) ) )
which is the lowest point of the states that the m0 runs through
( lowest ( intersection ( place , loc_2 ( intersection ( state , traverse_1 ( m0 ) ) ) ) ) )
which is the shortest river
( shortest ( river ) )
which river runs through the most states
( most ( river , traverse_2 , state ) )
which rivers are in m0
( intersection ( river , loc_2 ( m0 ) ) )
which rivers flow through m0
( intersection ( river , traverse_2 ( m0 ) ) )
which rivers run through states bordering m0
( intersection ( river , traverse_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
which rivers run through the state with the largest city in the m0
( intersection ( river , traverse_2 ( intersection ( state , loc_1 ( largest ( intersection ( city , loc_2 ( m0 ) ) ) ) ) ) ) )
which rivers run through the state with the lowest elevation in the m0
( intersection ( river , traverse_2 ( intersection ( state , loc_1 ( lowest ( intersection ( place , loc_2 ( m0 ) ) ) ) ) ) ) )
which state border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which state borders m0
( intersection ( state , next_to_2 ( m0 ) ) )
which state borders most states
( most ( state , next_to_2 , state ) )
which state contains most rivers
( most ( state , loc_1 , river ) )
which state has the greatest density
( largest_one ( density_1 , state ) )
which state has the highest peak in the country
( intersection ( state , loc_1 ( highest ( place ) ) ) )
which state has the largest city
( intersection ( state , loc_1 ( largest ( city ) ) ) )
which state has the largest density
( largest_one ( density_1 , state ) )
which state has the least population density
( smallest_one ( density_1 , state ) )
which state has the longest river
( intersection ( state , loc_1 ( longest ( river ) ) ) )
which state has the most people
( largest_one ( population_1 , state ) )
which state has the most rivers running through it
( most ( state , traverse_1 , river ) )
which state has the m0 river
( intersection ( state , loc_1 ( intersection ( river , m0 ) ) ) )
which state has the smallest area that borders m0
( smallest_one ( area_1 , intersection ( state , next_to_2 ( m0 ) ) ) )
which state has the sparsest population density
( smallest_one ( density_1 , state ) )
which state is m0 in
( intersection ( state , loc_1 ( m0 ) ) )
which state is the city m0 located in
( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) )
which state is the largest city in m0 in
( intersection ( state , loc_1 ( largest ( intersection ( city , loc_2 ( m0 ) ) ) ) ) )
which states adjoin m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border no other states
( exclude ( state , next_to_2 ( state ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border states through which the m0 traverses
( intersection ( state , next_to_2 ( intersection ( state , traverse_1 ( m0 ) ) ) ) )
which states border m0
( intersection ( state , next_to_2 ( m0 ) ) )
which states border the longest river in the m0
( intersection ( state , next_to_2 ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) ) )
which states do m0 river flow through
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
which states does not border m0
( exclude ( state , next_to_2 ( m0 ) ) )
which states does the m0 river run through
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
which states does the longest river cross
( intersection ( state , traverse_1 ( longest ( river ) ) ) )
which states does the m0 river run through
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
which states does the m0 river pass through
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
which states does the m0 river run through
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
which states have a major city named m0
( intersection ( state , loc_1 ( intersection ( major , intersection ( city , m0 ) ) ) ) )
which states have points higher than the highest point in m0
( intersection ( state , loc_1 ( intersection ( place , higher_2 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) ) ) ) )
which states have points that are higher than the highest point in m0
( intersection ( state , loc_1 ( intersection ( place , higher_2 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) ) ) ) )
which states lie on the largest river in the m0
( intersection ( state , traverse_1 ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) ) )