id
stringlengths 8
8
| lang
stringclasses 9
values | question
stringlengths 6
246
| answerText
stringlengths 1
266
| category
stringclasses 8
values | complexityType
stringclasses 9
values | questionEntity
list | answerEntity
list |
---|---|---|---|---|---|---|---|
cb358143 | en | What river flows North to South and is the longest river in North America? | The Mississippi | geography | intersection | [
{
"name": "Q667",
"entityType": "entity",
"label": "south",
"mention": "South",
"span": [
26,
31
]
},
{
"name": "Q659",
"entityType": "entity",
"label": "north",
"mention": "North",
"span": [
17,
22
]
},
{
"name": "Q49",
"entityType": "entity",
"label": "North America",
"mention": "North America",
"span": [
60,
73
]
}
] | [
{
"name": "Q1497",
"label": "Mississippi River"
}
] |
999c02ce | en | What state is the largest by area and the most northern of the 50 states? | Alaska | geography | intersection | [
{
"name": "Q35657",
"entityType": "entity",
"label": "U.S. state",
"mention": "state",
"span": [
5,
10
]
},
{
"name": "50",
"entityType": "cardinal",
"label": "",
"mention": "50",
"span": [
63,
65
]
}
] | [
{
"name": "Q797",
"label": "Alaska"
}
] |
c6451084 | en | Which continent has had the coldest observed temperature and is the home of the South Pole? | Antarctica | geography | intersection | [
{
"name": "Q933",
"entityType": "entity",
"label": "South Pole",
"mention": "South Pole",
"span": [
80,
90
]
}
] | [
{
"name": "Q51",
"label": "Antarctica"
}
] |
d0f675aa | en | Which U.S. state is in the southeast and has Kay Ivey as its governor? | Alabama | geography | intersection | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
6,
10
]
},
{
"name": "Q6380211",
"entityType": "entity",
"label": "Kay Ivey",
"mention": "Kay Ivey",
"span": [
45,
53
]
}
] | [
{
"name": "Q173",
"label": "Alabama"
}
] |
161e7bcc | en | What is the name of the desert in northwestern Senegal that is the smallest in Africa? | Lompoul | geography | intersection | [
{
"name": "Q1041",
"entityType": "entity",
"label": "Senegal",
"mention": "Senegal",
"span": [
47,
54
]
},
{
"name": "Q15",
"entityType": "entity",
"label": "Africa",
"mention": "Africa",
"span": [
79,
85
]
}
] | [
{
"name": "Q3045060",
"label": "Lompoul desert"
}
] |
b08c6601 | en | Which river runs through the U.S. and has its mouth at the Bering Sea? | Yukon | geography | intersection | [
{
"name": "Q44725",
"entityType": "entity",
"label": "Bering Sea",
"mention": "Bering Sea",
"span": [
59,
69
]
},
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
29,
33
]
}
] | [
{
"name": "Q104437",
"label": "Yukon River"
}
] |
0b657ae5 | en | Which mountain is found in Nepal and was first summited in 1953? | Everest | geography | intersection | [
{
"name": "Q837",
"entityType": "entity",
"label": "Nepal",
"mention": "Nepal",
"span": [
27,
32
]
},
{
"name": "1",
"entityType": "ordinal",
"label": "",
"mention": "first",
"span": [
41,
46
]
},
{
"name": "1953",
"entityType": "date",
"label": "",
"mention": "1953",
"span": [
59,
63
]
}
] | [
{
"name": "Q513",
"label": "Mount Everest"
}
] |
7ae714a5 | en | Which state is the largest by area and has the most potentially active volcanoes? | Alaska | geography | intersection | [
{
"name": "Q35657",
"entityType": "entity",
"label": "U.S. state",
"mention": "state",
"span": [
6,
11
]
},
{
"name": "Q1330974",
"entityType": "entity",
"label": "active volcano",
"mention": "active volcanoes",
"span": [
64,
80
]
}
] | [
{
"name": "Q797",
"label": "Alaska"
}
] |
f9474f51 | en | What is the third longest river in the world and the longest in China? | Yangtze River | geography | intersection | [
{
"name": "Q148",
"entityType": "entity",
"label": "People's Republic of China",
"mention": "China",
"span": [
64,
69
]
},
{
"name": "3",
"entityType": "ordinal",
"label": "",
"mention": "third",
"span": [
12,
17
]
}
] | [
{
"name": "Q5413",
"label": "Yangtze"
}
] |
a7993905 | en | Which continent contains Mount Vinson and also the southernmost continent? | Antarctica | geography | intersection | [
{
"name": "Q17189941",
"entityType": "entity",
"label": "Mount Vinson",
"mention": "Mount Vinson",
"span": [
25,
37
]
}
] | [
{
"name": "Q51",
"label": "Antarctica"
}
] |
3ef694f4 | en | Which state is the 9th largest by area and home to Crater Lake? | Oregon | geography | intersection | [
{
"name": "Q329266",
"entityType": "entity",
"label": "Crater Lake",
"mention": "Crater Lake",
"span": [
51,
62
]
},
{
"name": "9",
"entityType": "ordinal",
"label": "",
"mention": "9th",
"span": [
19,
22
]
}
] | [
{
"name": "Q824",
"label": "Oregon"
}
] |
7abe443f | en | What is the second largest continent in the world and home to the Conga river? | Africa | geography | intersection | [
{
"name": "Q22049523",
"entityType": "entity",
"label": "Arroio da Maria Conga",
"mention": "Conga river",
"span": [
66,
77
]
},
{
"name": "2",
"entityType": "ordinal",
"label": "",
"mention": "second",
"span": [
12,
18
]
}
] | [
{
"name": "Q15",
"label": "Africa"
}
] |
a2d8ac91 | en | What river runs through Baghdad and is about 1,150 miles long? | Tigris River | geography | intersection | [
{
"name": "Q1530",
"entityType": "entity",
"label": "Baghdad",
"mention": "Baghdad",
"span": [
24,
31
]
},
{
"name": "1150",
"entityType": "quantity",
"label": "",
"mention": "1,150 miles",
"span": [
45,
56
]
}
] | [
{
"name": "Q35591",
"label": "Tigris"
}
] |
26204e22 | en | Which country has the most natural lakes and has nine per cent of the entire country covered in fresh water? | Canada | geography | intersection | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
6,
13
]
},
{
"name": "Q23397",
"entityType": "entity",
"label": "lake",
"mention": "lakes",
"span": [
35,
40
]
},
{
"name": "Q102192",
"entityType": "entity",
"label": "fresh water",
"mention": "fresh water",
"span": [
96,
107
]
},
{
"name": "9",
"entityType": "percent",
"label": "",
"mention": "nine per cent",
"span": [
49,
62
]
}
] | [
{
"name": "Q16",
"label": "Canada"
}
] |
c3c204ca | en | What is the official language of the most populous country in the world? | Standard Chinese | geography | multihop | [
{
"name": "Q23492",
"entityType": "entity",
"label": "official language",
"mention": "official language",
"span": [
12,
29
]
},
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
51,
58
]
}
] | [
{
"name": "Q727694",
"label": "Standard Chinese"
}
] |
7f21d41c | en | Who is the current president of the southernmost country in Africa? | Cyril Ramaphosa | geography | multihop | [
{
"name": "Q15",
"entityType": "entity",
"label": "Africa",
"mention": "Africa",
"span": [
60,
66
]
}
] | [
{
"name": "Q1148669",
"label": "Matamela Cyril Ramaphosa"
}
] |
031fb164 | en | What is the population of the smallest country in Europe? | 800 | geography | multihop | [
{
"name": "Q46",
"entityType": "entity",
"label": "Europe",
"mention": "Europe",
"span": [
50,
56
]
}
] | [] |
9cf9fffd | en | What is the capital of the country with the biggest population? | Beijing | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
27,
34
]
}
] | [
{
"name": "Q956",
"label": "Beijing"
}
] |
49b8206b | en | What is the capital of the most populous U.S. state? | Sacramento | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
41,
45
]
}
] | [
{
"name": "Q18013",
"label": "Sacramento"
}
] |
c46445c8 | en | What is the capital of the least populous U.S. state? | Cheyenne | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
42,
46
]
}
] | [
{
"name": "Q39042",
"label": "Cheyenne"
}
] |
ec1d94cf | en | What is the longest river in the largest country in South America? | The Amazon River | geography | multihop | [
{
"name": "Q18",
"entityType": "entity",
"label": "South America",
"mention": "South America",
"span": [
52,
65
]
}
] | [
{
"name": "Q3783",
"label": "Amazon"
}
] |
ee4c08d5 | en | What is the population of the town that is home to Alabama's largest lake? | 8468 | geography | multihop | [
{
"name": "Q173",
"entityType": "entity",
"label": "Alabama",
"mention": "Alabama's",
"span": [
51,
60
]
}
] | [] |
e047288b | en | What is the capital of the U.S. state that has the most mountain peaks? | Denver | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
27,
31
]
}
] | [
{
"name": "Q16554",
"label": "Denver"
}
] |
097bdae8 | en | What is the population of the country where the Eiffel Tower is located? | 2.161 million | geography | multihop | [
{
"name": "Q243",
"entityType": "entity",
"label": "Eiffel Tower",
"mention": "Eiffel Tower",
"span": [
48,
60
]
}
] | [] |
9989c9c3 | en | What is the population of the country where Machu Picchu is located? | 32.97 million | geography | multihop | [
{
"name": "Q676203",
"entityType": "entity",
"label": "Machu Picchu",
"mention": "Machu Picchu",
"span": [
44,
56
]
}
] | [] |
86d476b2 | en | What is the population of the country where the Acropolis is located? | 10.72 million | geography | multihop | [
{
"name": "Q131668",
"entityType": "entity",
"label": "acropolis",
"mention": "Acropolis",
"span": [
48,
57
]
}
] | [] |
5607cc16 | en | What is the population of the country where the Taj Mahal is located? | 1.38 billion | geography | multihop | [
{
"name": "Q9141",
"entityType": "entity",
"label": "Taj Mahal",
"mention": "Taj Mahal",
"span": [
48,
57
]
}
] | [] |
7c064283 | en | How many square miles is the Florida state capital? | 103.1 mi² | geography | multihop | [
{
"name": "Q812",
"entityType": "entity",
"label": "Florida",
"mention": "Florida",
"span": [
29,
36
]
}
] | [] |
7dc17c73 | en | How many people live in the capital of Oregon? | 169,259 | geography | multihop | [
{
"name": "Q824",
"entityType": "entity",
"label": "Oregon",
"mention": "Oregon",
"span": [
39,
45
]
}
] | [] |
b03ffd2f | en | What is the population of the largest state in the United States? | 731,545 | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "United States",
"span": [
51,
64
]
}
] | [] |
6cf41a0e | en | What is the population of the smallest state in the United States? | 1.059 million | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "United States",
"span": [
52,
65
]
}
] | [] |
f1ac291d | en | What is the estimated current population of the state where Mount Rushmore is located as of 2020? | 886,667 | geography | multihop | [
{
"name": "Q83497",
"entityType": "entity",
"label": "Mount Rushmore",
"mention": "Mount Rushmore",
"span": [
60,
74
]
},
{
"name": "2020",
"entityType": "date",
"label": "",
"mention": "2020",
"span": [
92,
96
]
}
] | [] |
5555c10c | en | What is the tallest building in the capital city of New York? | Erastus Corning Tower | geography | multihop | [
{
"name": "Q1384",
"entityType": "entity",
"label": "New York",
"mention": "New York",
"span": [
52,
60
]
}
] | [
{
"name": "Q5385008",
"label": "Erastus Corning Tower"
}
] |
ead4eace | en | What is the name of the tallest building in the capital city of Connecticut? | City Place I | geography | multihop | [
{
"name": "Q779",
"entityType": "entity",
"label": "Connecticut",
"mention": "Connecticut",
"span": [
64,
75
]
}
] | [
{
"name": "Q5123364",
"label": "City Place I"
}
] |
dc4be92d | en | What is the estimated population of the country where Mount Whitney is located? | 329.5 million | geography | multihop | [
{
"name": "Q235539",
"entityType": "entity",
"label": "Mount Whitney",
"mention": "Mount Whitney",
"span": [
54,
67
]
}
] | [] |
47e37ab8 | en | What is the estimated population of Europe's most northern capital city? | 131,136 | geography | multihop | [
{
"name": "Q46",
"entityType": "entity",
"label": "Europe",
"mention": "Europe's",
"span": [
36,
44
]
}
] | [] |
bc580634 | en | What is the tallest mountain in the 4th-most populated country in the world? | Puncak Jaya | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
55,
62
]
},
{
"name": "Q8502",
"entityType": "entity",
"label": "mountain",
"mention": "mountain",
"span": [
20,
28
]
},
{
"name": "4",
"entityType": "ordinal",
"label": "",
"mention": "4th",
"span": [
36,
39
]
}
] | [
{
"name": "Q1045888",
"label": "Puncak Jaya"
}
] |
310409f0 | en | What is the population of the country where The Great Wall of China is located? | 1.402 billion | geography | multihop | [
{
"name": "Q12501",
"entityType": "entity",
"label": "Great Wall of China",
"mention": "Great Wall of China",
"span": [
48,
67
]
}
] | [] |
919e819b | en | What is the tallest building in the country where Mount Rushmore is located? | World Trade Center | geography | multihop | [
{
"name": "Q83497",
"entityType": "entity",
"label": "Mount Rushmore",
"mention": "Mount Rushmore",
"span": [
50,
64
]
}
] | [
{
"name": "Q11235",
"label": "World Trade Center"
}
] |
59f0cb41 | en | What is the population of the country where the Ganges river is located? | 1.38 billion | geography | multihop | [
{
"name": "Q5089",
"entityType": "entity",
"label": "Ganges",
"mention": "Ganges river",
"span": [
48,
60
]
}
] | [] |
d1823733 | en | What is the capital of the country where Mount McKinley is located? | Washington, D.C. | geography | multihop | [
{
"name": "Q130018",
"entityType": "entity",
"label": "Denali",
"mention": "Mount McKinley",
"span": [
41,
55
]
}
] | [
{
"name": "Q61",
"label": "Washington, D.C."
}
] |
73da33b9 | en | What is the capital city of the country where Bob Marley was born? | Kingston | geography | multihop | [
{
"name": "Q409",
"entityType": "entity",
"label": "Bob Marley",
"mention": "Bob Marley",
"span": [
46,
56
]
}
] | [
{
"name": "Q34692",
"label": "Kingston"
}
] |
2d19c0c3 | en | What unit of currency is used in the country where the Eiffel Tower is? | Euro | geography | multihop | [
{
"name": "Q243",
"entityType": "entity",
"label": "Eiffel Tower",
"mention": "Eiffel Tower",
"span": [
55,
67
]
}
] | [
{
"name": "Q4916",
"label": "euro"
}
] |
b1d612f6 | en | How many horns does the national animal of Scotland have? | One | geography | multihop | [
{
"name": "Q22",
"entityType": "entity",
"label": "Scotland",
"mention": "Scotland",
"span": [
43,
51
]
}
] | [] |
79642aeb | en | In what country was the inventor of the printing press with movable type born? | Germany | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
8,
15
]
},
{
"name": "Q144334",
"entityType": "entity",
"label": "printing press",
"mention": "printing press",
"span": [
40,
54
]
},
{
"name": "Q426853",
"entityType": "entity",
"label": "movable type",
"mention": "movable type",
"span": [
60,
72
]
}
] | [
{
"name": "Q183",
"label": "Germany"
}
] |
ef83d13b | en | What is the average rainfall in the world's driest country? | .04 and a meaningfull rainfall will bring it up to 1.5 inches | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
51,
58
]
}
] | [] |
50e65cf0 | en | Which state has the United State's oldest bird as its official state bird? | Minnesota | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "United State",
"span": [
20,
32
]
}
] | [
{
"name": "Q1527",
"label": "Minnesota"
}
] |
bb3c6802 | en | The tallest waterfall in the United States, how tall is it? | 2953 feet | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "United States,",
"span": [
29,
43
]
}
] | [] |
c4c91195 | en | What is the tallest mountain in the most populous state in the U.S.? | Mount Whitney | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
63,
67
]
}
] | [
{
"name": "Q235539",
"label": "Mount Whitney"
}
] |
892133af | en | What is the capital of the state with the most lakes? | Juneau | geography | multihop | [
{
"name": "Q23397",
"entityType": "entity",
"label": "lake",
"mention": "lakes",
"span": [
47,
52
]
},
{
"name": "Q35657",
"entityType": "entity",
"label": "U.S. state",
"mention": "state",
"span": [
27,
32
]
}
] | [
{
"name": "Q29445",
"label": "Juneau"
}
] |
c116348a | en | What is the capital of the state with the tallest mountain? | Juneau | geography | multihop | [
{
"name": "Q8502",
"entityType": "entity",
"label": "mountain",
"mention": "mountain",
"span": [
50,
58
]
},
{
"name": "Q35657",
"entityType": "entity",
"label": "U.S. state",
"mention": "state",
"span": [
27,
32
]
}
] | [
{
"name": "Q29445",
"label": "Juneau"
}
] |
a7b56e6c | en | What is the capital of the country with the largest land size? | Moscow | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
27,
34
]
}
] | [
{
"name": "Q649",
"label": "Moscow"
}
] |
01e44153 | en | Which country does the smallest country in the world border? | Italy | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
6,
13
]
},
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
32,
39
]
}
] | [
{
"name": "Q38",
"label": "Italy"
}
] |
aae0225d | en | What is the smallest country the Rhine flows through? | Liechtenstein | geography | multihop | [
{
"name": "Q584",
"entityType": "entity",
"label": "Rhine",
"mention": "Rhine",
"span": [
33,
38
]
}
] | [
{
"name": "Q347",
"label": "Liechtenstein"
}
] |
926d6a87 | en | Who is the current ruler of the smallest state in Europe? | Pope Francis | geography | multihop | [
{
"name": "Q46",
"entityType": "entity",
"label": "Europe",
"mention": "Europe",
"span": [
50,
56
]
}
] | [
{
"name": "Q450675",
"label": "Francis"
}
] |
126d380f | en | What is the capital of the largest country in South America? | Brasilia | geography | multihop | [
{
"name": "Q18",
"entityType": "entity",
"label": "South America",
"mention": "South America",
"span": [
46,
59
]
}
] | [
{
"name": "Q2844",
"label": "Brasília"
}
] |
5362eb29 | en | What is the smallest country that is part of the largest continent? | Maldives | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
21,
28
]
},
{
"name": "Q5107",
"entityType": "entity",
"label": "continent",
"mention": "continent",
"span": [
57,
66
]
}
] | [
{
"name": "Q826",
"label": "Maldives"
}
] |
892d8f00 | en | What is the capital of the largest state in the USA? | Juneau | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "USA",
"span": [
48,
51
]
}
] | [
{
"name": "Q29445",
"label": "Juneau"
}
] |
559fa681 | en | What is the capital of the country that has the world's tallest mountain? | Kathmandu | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
27,
34
]
},
{
"name": "Q8502",
"entityType": "entity",
"label": "mountain",
"mention": "mountain",
"span": [
64,
72
]
}
] | [
{
"name": "Q3037",
"label": "Kathmandu"
}
] |
05bf6c78 | en | What is the total area of the country where the Leaning Tower of Pisa is located? | 116,348 square miles | geography | multihop | [
{
"name": "Q39054",
"entityType": "entity",
"label": "Leaning Tower of Pisa",
"mention": "Leaning Tower of Pisa",
"span": [
48,
69
]
}
] | [] |
d81f0bb7 | en | What is the continent of the country where Machu Picchu is located? | South America | geography | multihop | [
{
"name": "Q676203",
"entityType": "entity",
"label": "Machu Picchu",
"mention": "Machu Picchu",
"span": [
43,
55
]
}
] | [
{
"name": "Q18",
"label": "South America"
}
] |
99b02eee | en | What is the capital of the country with the largest number of islands? | Jakarta | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
27,
34
]
},
{
"name": "Q23442",
"entityType": "entity",
"label": "island",
"mention": "islands",
"span": [
62,
69
]
}
] | [
{
"name": "Q3630",
"label": "Jakarta"
}
] |
3e7e2b48 | en | What is the capital of the country where Mount Kilimanjaro is located? | Dodoma | geography | multihop | [
{
"name": "Q7296",
"entityType": "entity",
"label": "Mount Kilimanjaro",
"mention": "Mount Kilimanjaro",
"span": [
41,
58
]
}
] | [
{
"name": "Q3866",
"label": "Dodoma"
}
] |
51cadbae | en | What is the capital of the country with the fifth largest land area in Europe? | Stockholm | geography | multihop | [
{
"name": "Q46",
"entityType": "entity",
"label": "Europe",
"mention": "Europe",
"span": [
71,
77
]
},
{
"name": "5",
"entityType": "ordinal",
"label": "",
"mention": "fifth",
"span": [
44,
49
]
}
] | [
{
"name": "Q1754",
"label": "Stockholm"
}
] |
33e38cd2 | en | What is the capital of the country where the Andes mountain range is located? | Santiago | geography | multihop | [
{
"name": "Q5456",
"entityType": "entity",
"label": "Andes",
"mention": "Andes mountain range",
"span": [
45,
65
]
}
] | [
{
"name": "Q2887",
"label": "Santiago"
}
] |
276e261e | en | What is the population of the city where the Willis Tower is located? | 2,746,388 | geography | multihop | [
{
"name": "Q29294",
"entityType": "entity",
"label": "Willis Tower",
"mention": "Willis Tower",
"span": [
45,
57
]
}
] | [] |
b56037b7 | en | What is the name of the country where the Stonehenge is located? | England | geography | multihop | [
{
"name": "Q39671",
"entityType": "entity",
"label": "Stonehenge",
"mention": "Stonehenge",
"span": [
42,
52
]
}
] | [
{
"name": "Q21",
"label": "England"
}
] |
07527acb | en | What is the capital of the country where the Colosseum is located? | Rome | geography | multihop | [
{
"name": "Q10285",
"entityType": "entity",
"label": "Colosseum",
"mention": "Colosseum",
"span": [
45,
54
]
}
] | [
{
"name": "Q220",
"label": "Rome"
}
] |
8324d43a | en | What is the capital of the country where the White House is located? | Washington, D.C. | geography | multihop | [
{
"name": "Q35525",
"entityType": "entity",
"label": "White House",
"mention": "White House",
"span": [
45,
56
]
}
] | [
{
"name": "Q61",
"label": "Washington, D.C."
}
] |
90adca89 | en | What is the GDP of the 11th state to join the U.S.? | $1.751 trillion | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
46,
50
]
},
{
"name": "11",
"entityType": "ordinal",
"label": "",
"mention": "11th",
"span": [
23,
27
]
}
] | [] |
b6a81067 | en | What is the capital of the southernmost state in the U.S.? | Tallahassee | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
53,
57
]
}
] | [
{
"name": "Q37043",
"label": "Tallahassee"
}
] |
d43710f3 | en | What is the population of the state where the Grand Canyon is located? | 7.279 million | geography | multihop | [
{
"name": "Q118841",
"entityType": "entity",
"label": "Grand Canyon",
"mention": "Grand Canyon",
"span": [
46,
58
]
}
] | [] |
ce3978f5 | en | What is the population of the state where Yosemite National Park is located? | 39.51 million | geography | multihop | [
{
"name": "Q180402",
"entityType": "entity",
"label": "Yosemite National Park",
"mention": "Yosemite National Park",
"span": [
42,
64
]
}
] | [] |
d4e8def5 | en | What is the population of the state where Disney World is located? | 280,832 | geography | multihop | [
{
"name": "Q206859",
"entityType": "entity",
"label": "Walt Disney World Resort",
"mention": "Disney World",
"span": [
42,
54
]
}
] | [] |
70974d8e | en | What is the population of the city where the Colosseum is? | 2.873 million | geography | multihop | [
{
"name": "Q10285",
"entityType": "entity",
"label": "Colosseum",
"mention": "Colosseum",
"span": [
45,
54
]
}
] | [] |
9996557c | en | What is the population of the state with the highest mountain in the United States? | 731,545 | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "United States",
"span": [
69,
82
]
}
] | [] |
d2081455 | en | What is the tallest mountain in the largest state in the U.S.? | Denali | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
57,
61
]
}
] | [
{
"name": "Q130018",
"label": "Denali"
}
] |
615a3ba6 | en | What is the population of the smallest state by land mass in the U.S.? | 1.059 million | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
65,
69
]
}
] | [] |
702a48a0 | en | What is the population of the largest continent by land mass in the world? | 4.561 billion | geography | multihop | [
{
"name": "Q5107",
"entityType": "entity",
"label": "continent",
"mention": "continent",
"span": [
38,
47
]
}
] | [] |
4d171c70 | en | What is the population of the largest country by size in the world? | 144.1 million | geography | multihop | [
{
"name": "Q6256",
"entityType": "entity",
"label": "country",
"mention": "country",
"span": [
38,
45
]
}
] | [] |
33e5fe56 | en | What is the tallest building in the city known as the Second City and the Windy City? | Willis Tower | geography | multihop | [
{
"name": "Q515",
"entityType": "entity",
"label": "city",
"mention": "city",
"span": [
36,
40
]
},
{
"name": "Q41176",
"entityType": "entity",
"label": "building",
"mention": "building",
"span": [
20,
28
]
}
] | [
{
"name": "Q29294",
"label": "Willis Tower"
}
] |
aa1f113e | en | What is the state who's capital has the lowest elevation to sea level? | Hawaii | geography | multihop | [
{
"name": "Q35657",
"entityType": "entity",
"label": "U.S. state",
"mention": "state",
"span": [
12,
17
]
}
] | [
{
"name": "Q782",
"label": "Hawaii"
}
] |
8e7b8e7a | en | What is the capital of the state where Mount Rushmore is? | Pierre | geography | multihop | [
{
"name": "Q83497",
"entityType": "entity",
"label": "Mount Rushmore",
"mention": "Mount Rushmore",
"span": [
39,
53
]
}
] | [
{
"name": "Q40747",
"label": "Pierre"
}
] |
261c6c65 | en | What is the capital city of the largest U.S. state by population? | Sacramento | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
40,
44
]
}
] | [
{
"name": "Q18013",
"label": "Sacramento"
}
] |
ffbfd02a | en | What is the capital city of the largest U.S. state by area? | Juneau | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "U.S.",
"span": [
40,
44
]
}
] | [
{
"name": "Q29445",
"label": "Juneau"
}
] |
dbc493e0 | en | What is the capital city of the newest U.S. state? | Honolulu | geography | multihop | [
{
"name": "Q35657",
"entityType": "entity",
"label": "U.S. state",
"mention": "U.S. state",
"span": [
39,
49
]
}
] | [
{
"name": "Q18094",
"label": "Honolulu"
}
] |
084d85a2 | en | What is the land area of the largest country in Asia? | 6,612,000 square miles | geography | multihop | [
{
"name": "Q48",
"entityType": "entity",
"label": "Asia",
"mention": "Asia",
"span": [
48,
52
]
}
] | [] |
7d6cebf2 | en | What is the capital of the least populous state in the United States? | Cheyenne | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "United States",
"span": [
55,
68
]
}
] | [
{
"name": "Q39042",
"label": "Cheyenne"
}
] |
9581b68e | en | What is the capital of the state with the Sears Tower? | Springfield | geography | multihop | [
{
"name": "Q29294",
"entityType": "entity",
"label": "Willis Tower",
"mention": "Sears Tower",
"span": [
42,
53
]
}
] | [
{
"name": "Q28515",
"label": "Springfield"
}
] |
66ed4de7 | en | What is the population in the capital city of Canada? | 994,837 | geography | multihop | [
{
"name": "Q16",
"entityType": "entity",
"label": "Canada",
"mention": "Canada",
"span": [
46,
52
]
}
] | [] |
26ad36e4 | en | What is the population in the capital city of the India? | 21.75 million | geography | multihop | [
{
"name": "Q668",
"entityType": "entity",
"label": "India",
"mention": "India",
"span": [
50,
55
]
}
] | [] |
f84744b2 | en | What is the number population of the capital city of Spain? | 6,668,865 | geography | multihop | [
{
"name": "Q29",
"entityType": "entity",
"label": "Spain",
"mention": "Spain",
"span": [
53,
58
]
}
] | [] |
25ed319e | en | What is the largest park in the capital city of the UK? | Richmond Park | geography | multihop | [
{
"name": "Q145",
"entityType": "entity",
"label": "United Kingdom",
"mention": "UK",
"span": [
52,
54
]
}
] | [
{
"name": "Q1142072",
"label": "Richmond Park"
}
] |
3c469148 | en | What is the capital of the state that had the last volcanic eruption in the United States? | Olympia | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "United States",
"span": [
76,
89
]
}
] | [
{
"name": "Q42735",
"label": "Olympia"
}
] |
a9b29878 | en | What is the tallest building in the most populous American city? | One World Trade Center | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "American",
"span": [
50,
58
]
}
] | [
{
"name": "Q11245",
"label": "One World Trade Center"
}
] |
9b8e57f4 | en | What is the capital of the island country located south of Florida? | Havana | geography | multihop | [
{
"name": "Q812",
"entityType": "entity",
"label": "Florida",
"mention": "Florida",
"span": [
59,
66
]
}
] | [
{
"name": "Q1563",
"label": "Havana"
}
] |
e5e19adc | en | What is the population of the second most populous city in China? | 24.28 million | geography | multihop | [
{
"name": "Q148",
"entityType": "entity",
"label": "People's Republic of China",
"mention": "China",
"span": [
59,
64
]
},
{
"name": "2",
"entityType": "ordinal",
"label": "",
"mention": "second",
"span": [
30,
36
]
}
] | [] |
6b903d13 | en | What is the population of the city that was the first capital of America? | 1.579 million | geography | multihop | [
{
"name": "Q30",
"entityType": "entity",
"label": "United States of America",
"mention": "America",
"span": [
65,
72
]
},
{
"name": "1",
"entityType": "ordinal",
"label": "",
"mention": "first",
"span": [
48,
53
]
}
] | [] |
0d64b1d0 | en | What is the tallest building in the capital city of Mexico? | Torre Reforma | geography | multihop | [
{
"name": "Q96",
"entityType": "entity",
"label": "Mexico",
"mention": "Mexico",
"span": [
52,
58
]
}
] | [] |
15b82b4a | en | What is the tallest building in the capital city of China? | China Zun | geography | multihop | [
{
"name": "Q148",
"entityType": "entity",
"label": "People's Republic of China",
"mention": "China",
"span": [
52,
57
]
}
] | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.