Dataset Viewer
source
stringlengths 11
80
| target
stringlengths 9
138
|
---|---|
what state has the most rivers running through it
|
( most ( state , traverse_1 , river ) )
|
which state has the most rivers running through it
|
( most ( state , traverse_1 , river ) )
|
what states border the state with the most cities
|
( intersection ( state , next_to_2 ( most ( state , loc_1 , city ) ) ) )
|
what states border the states with the most cities
|
( intersection ( state , next_to_2 ( most ( state , loc_1 , city ) ) ) )
|
what is the highest elevation in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest elevation in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest elevation in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest elevation in the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0 in meters
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point of the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the maximum elevation of m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
where is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
where is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what rivers run through the state with the lowest point in the m0
|
( intersection ( river , traverse_2 ( intersection ( state , loc_1 ( lowest ( intersection ( place , 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 ) ) ) ) ) ) ) )
|
what is the population of the state with the largest area
|
( population_1 ( largest_one ( area_1 , state ) ) )
|
what river runs through the state with the most cities
|
( intersection ( river , traverse_2 ( most ( state , loc_1 , city ) ) ) )
|
what is the largest city in the smallest state in the m0
|
( largest ( intersection ( city , loc_2 ( smallest ( intersection ( state , loc_2 ( m0 ) ) ) ) ) ) )
|
what state has the longest river
|
( intersection ( state , loc_1 ( longest ( river ) ) ) )
|
which state has the longest river
|
( intersection ( state , loc_1 ( longest ( river ) ) ) )
|
what states border states that the m0 runs through
|
( intersection ( state , next_to_2 ( intersection ( state , traverse_1 ( m0 ) ) ) ) )
|
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 ) ) ) ) )
|
which states border states through which the m0 traverses
|
( intersection ( state , next_to_2 ( intersection ( state , traverse_1 ( 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 is the area of the m0 state
|
( area_1 ( intersection ( state , m0 ) ) )
|
what is the biggest american city in a state with a river
|
( largest ( intersection ( city , loc_2 ( intersection ( state , loc_1 ( river ) ) ) ) ) )
|
how high is the highest point in the largest state
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( largest ( state ) ) ) ) ) )
|
which states border the longest river in the m0
|
( intersection ( state , next_to_2 ( longest ( intersection ( river , loc_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 ) ) ) ) ) ) ) )
|
what is the largest state bordering m0
|
( largest ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
what is the largest state bordering m0
|
( largest ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
what is the largest state that borders m0
|
( largest ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
what is the largest state that borders m0
|
( largest ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
what state that borders m0 is the largest
|
( largest ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
m0 is the capital of which state
|
( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) )
|
what state has the capital m0
|
( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) )
|
what state is m0 the capital of
|
( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) )
|
what state is m0 the capital of
|
( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) )
|
what states have rivers named m0
|
( intersection ( state , loc_1 ( intersection ( river , m0 ) ) ) )
|
which state has the m0 river
|
( intersection ( state , loc_1 ( intersection ( river , m0 ) ) ) )
|
what city has the least population
|
( smallest_one ( population_1 , city ) )
|
what is the city with the smallest population
|
( smallest_one ( population_1 , city ) )
|
what is the longest river in the smallest state in the m0
|
( longest ( intersection ( river , loc_2 ( smallest ( intersection ( state , loc_2 ( m0 ) ) ) ) ) ) )
|
give me the longest river that passes through the m0
|
( longest ( intersection ( river , traverse_2 ( m0 ) ) ) )
|
what is the longest river flowing through m0
|
( longest ( intersection ( river , traverse_2 ( m0 ) ) ) )
|
what is the longest river that flows through m0
|
( longest ( intersection ( river , traverse_2 ( m0 ) ) ) )
|
what state has the most major rivers running through it
|
( most ( state , traverse_1 , intersection ( major , river ) ) )
|
which state has the most major rivers running through it
|
( most ( state , traverse_1 , intersection ( major , river ) ) )
|
which state has the smallest area that borders m0
|
( smallest_one ( area_1 , intersection ( state , next_to_2 ( m0 ) ) ) )
|
which capitals are not major cities
|
( exclude ( capital , intersection ( major , city ) ) )
|
where is the smallest city
|
( loc_1 ( smallest ( city ) ) )
|
what states border states that border m0
|
( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
what states border states that border m0
|
( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
how many rivers are in the state that has the most rivers
|
( count ( intersection ( river , loc_2 ( most ( state , loc_1 , river ) ) ) ) )
|
how many rivers are in the state with the largest population
|
( count ( intersection ( river , loc_2 ( largest_one ( population_1 , state ) ) ) ) )
|
what is the population density in the state with capital m0
|
( density_1 ( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) ) )
|
what are the highest points of all the states
|
( highest ( intersection ( place , loc_2 ( state ) ) ) )
|
what states does the m0 river run through
|
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
|
what states does the m0 river run through
|
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
|
what states does the m0 river run through
|
( intersection ( state , traverse_1 ( intersection ( river , 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 m0 river run through
|
( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) )
|
which states do m0 river flow 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 does the m0 river run 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 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 ) ) ) )
|
give me all the states of m0
|
( intersection ( state , loc_2 ( m0 ) ) )
|
what is the smallest state by area
|
( smallest_one ( area_1 , state ) )
|
what is the state with the smallest area
|
( smallest_one ( area_1 , state ) )
|
what state has the smallest area
|
( smallest_one ( area_1 , state ) )
|
how big is m0
|
( size ( m0 ) )
|
how big is m0
|
( size ( m0 ) )
|
how big is m0
|
( size ( m0 ) )
|
how big is m0
|
( size ( m0 ) )
|
how big is m0
|
( size ( m0 ) )
|
how large is m0
|
( size ( m0 ) )
|
how large is m0
|
( size ( m0 ) )
|
what is the size of m0
|
( size ( m0 ) )
|
what is the size of m0
|
( size ( m0 ) )
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 88