From dba036bc3dd730787f032d7554e6848978c9f20b Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sat, 11 Apr 2026 03:19:18 -0700 Subject: [PATCH 01/24] added skeleton. --- data/custom_databases/countries/alias.json | 0 data/custom_databases/countries/base.json | 0 data/custom_databases/countries/collision.json | 0 data/custom_databases/countries/noise.json | 0 data/custom_databases/politicians/alias.json | 0 data/custom_databases/politicians/base.json | 0 data/custom_databases/politicians/collision.json | 0 data/custom_databases/politicians/noise.json | 0 data/custom_databases/sports/alias.json | 0 data/custom_databases/sports/base.json | 0 data/custom_databases/sports/collision.json | 0 data/custom_databases/sports/noise.json | 0 data/{ => released_database}/create_lmlm_db.py | 0 data/{ => released_database}/lmlm_database.json | 0 data/{ => released_database}/prompts/prompts_cloze.jsonl | 0 .../prompts/prompts_contextual_questions.jsonl | 0 .../prompts/prompts_continuations.jsonl | 0 .../prompts/prompts_direct_questions.jsonl | 0 .../prompts/prompts_fewshot_questions.jsonl | 0 .../prompts/prompts_paraphrased_questions.jsonl | 0 tests/test_run_audit.py | 4 ++-- 21 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 data/custom_databases/countries/alias.json create mode 100644 data/custom_databases/countries/base.json create mode 100644 data/custom_databases/countries/collision.json create mode 100644 data/custom_databases/countries/noise.json create mode 100644 data/custom_databases/politicians/alias.json create mode 100644 data/custom_databases/politicians/base.json create mode 100644 data/custom_databases/politicians/collision.json create mode 100644 data/custom_databases/politicians/noise.json create mode 100644 data/custom_databases/sports/alias.json create mode 100644 data/custom_databases/sports/base.json create mode 100644 data/custom_databases/sports/collision.json create mode 100644 data/custom_databases/sports/noise.json rename data/{ => released_database}/create_lmlm_db.py (100%) rename data/{ => released_database}/lmlm_database.json (100%) rename data/{ => released_database}/prompts/prompts_cloze.jsonl (100%) rename data/{ => released_database}/prompts/prompts_contextual_questions.jsonl (100%) rename data/{ => released_database}/prompts/prompts_continuations.jsonl (100%) rename data/{ => released_database}/prompts/prompts_direct_questions.jsonl (100%) rename data/{ => released_database}/prompts/prompts_fewshot_questions.jsonl (100%) rename data/{ => released_database}/prompts/prompts_paraphrased_questions.jsonl (100%) diff --git a/data/custom_databases/countries/alias.json b/data/custom_databases/countries/alias.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/countries/base.json b/data/custom_databases/countries/base.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/countries/collision.json b/data/custom_databases/countries/collision.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/countries/noise.json b/data/custom_databases/countries/noise.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/politicians/alias.json b/data/custom_databases/politicians/alias.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/politicians/base.json b/data/custom_databases/politicians/base.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/politicians/collision.json b/data/custom_databases/politicians/collision.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/politicians/noise.json b/data/custom_databases/politicians/noise.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/sports/alias.json b/data/custom_databases/sports/alias.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/sports/base.json b/data/custom_databases/sports/base.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/sports/collision.json b/data/custom_databases/sports/collision.json new file mode 100644 index 0000000..e69de29 diff --git a/data/custom_databases/sports/noise.json b/data/custom_databases/sports/noise.json new file mode 100644 index 0000000..e69de29 diff --git a/data/create_lmlm_db.py b/data/released_database/create_lmlm_db.py similarity index 100% rename from data/create_lmlm_db.py rename to data/released_database/create_lmlm_db.py diff --git a/data/lmlm_database.json b/data/released_database/lmlm_database.json similarity index 100% rename from data/lmlm_database.json rename to data/released_database/lmlm_database.json diff --git a/data/prompts/prompts_cloze.jsonl b/data/released_database/prompts/prompts_cloze.jsonl similarity index 100% rename from data/prompts/prompts_cloze.jsonl rename to data/released_database/prompts/prompts_cloze.jsonl diff --git a/data/prompts/prompts_contextual_questions.jsonl b/data/released_database/prompts/prompts_contextual_questions.jsonl similarity index 100% rename from data/prompts/prompts_contextual_questions.jsonl rename to data/released_database/prompts/prompts_contextual_questions.jsonl diff --git a/data/prompts/prompts_continuations.jsonl b/data/released_database/prompts/prompts_continuations.jsonl similarity index 100% rename from data/prompts/prompts_continuations.jsonl rename to data/released_database/prompts/prompts_continuations.jsonl diff --git a/data/prompts/prompts_direct_questions.jsonl b/data/released_database/prompts/prompts_direct_questions.jsonl similarity index 100% rename from data/prompts/prompts_direct_questions.jsonl rename to data/released_database/prompts/prompts_direct_questions.jsonl diff --git a/data/prompts/prompts_fewshot_questions.jsonl b/data/released_database/prompts/prompts_fewshot_questions.jsonl similarity index 100% rename from data/prompts/prompts_fewshot_questions.jsonl rename to data/released_database/prompts/prompts_fewshot_questions.jsonl diff --git a/data/prompts/prompts_paraphrased_questions.jsonl b/data/released_database/prompts/prompts_paraphrased_questions.jsonl similarity index 100% rename from data/prompts/prompts_paraphrased_questions.jsonl rename to data/released_database/prompts/prompts_paraphrased_questions.jsonl diff --git a/tests/test_run_audit.py b/tests/test_run_audit.py index f89a3aa..8cb0f66 100644 --- a/tests/test_run_audit.py +++ b/tests/test_run_audit.py @@ -9,8 +9,8 @@ def test_clean_answer_strips_db_markup_and_html_tags() -> None: answer = clean_answer( - '</poem> <|db_entity|>Madhur Jaffrey<|db_relationship|>' - 'Award<|db_return|>Madison Sharma<|db_end|> Biography' + "</poem> <|db_entity|>Madhur Jaffrey<|db_relationship|>" + "Award<|db_return|>Madison Sharma<|db_end|> Biography" ) assert answer == "Biography" From 7999516d18235b16c56bf1fbae00ae5e4b31bd78 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sat, 11 Apr 2026 03:38:20 -0700 Subject: [PATCH 02/24] added data --- data/custom_databases/countries/alias.json | 1141 ++++++++++++++ data/custom_databases/countries/base.json | 616 ++++++++ .../custom_databases/countries/collision.json | 845 +++++++++++ data/custom_databases/countries/noise.json | 1100 ++++++++++++++ .../generate_custom_databases.py | 980 ++++++++++++ data/custom_databases/politicians/alias.json | 1338 +++++++++++++++++ data/custom_databases/politicians/base.json | 712 +++++++++ .../politicians/collision.json | 973 ++++++++++++ data/custom_databases/politicians/noise.json | 1088 ++++++++++++++ data/custom_databases/sports/alias.json | 1144 ++++++++++++++ data/custom_databases/sports/base.json | 609 ++++++++ data/custom_databases/sports/collision.json | 959 ++++++++++++ data/custom_databases/sports/noise.json | 974 ++++++++++++ 13 files changed, 12479 insertions(+) create mode 100644 data/custom_databases/generate_custom_databases.py diff --git a/data/custom_databases/countries/alias.json b/data/custom_databases/countries/alias.json index e69de29..b62a0bd 100644 --- a/data/custom_databases/countries/alias.json +++ b/data/custom_databases/countries/alias.json @@ -0,0 +1,1141 @@ +{ + "entities": [ + "Australia", + "Brazil", + "Britain", + "CA", + "Canada", + "Commonwealth of Australia", + "DPRK", + "Democratic People's Republic of Korea", + "Deutschland", + "Federal Republic of Germany", + "Federative Republic of Brazil", + "France", + "French Republic", + "Holland", + "India", + "Italian Republic", + "Italy", + "Japan", + "Kingdom of Norway", + "Kingdom of Spain", + "Kingdom of Sweden", + "Mexico", + "Netherlands", + "Nippon", + "Norway", + "PRC", + "People's Republic of China", + "Republic of India", + "Republic of Korea", + "Russia", + "Russian Federation", + "South Korea", + "Spain", + "Sweden", + "Swiss Confederation", + "Switzerland", + "UK", + "USA", + "United Mexican States", + "United States of America" + ], + "relationships": [ + "Capital City", + "Continent Located In", + "Country Code TLD", + "ISO Alpha-2 Code", + "Internet Suffix", + "Located In Continent", + "Money Used", + "National Capital", + "Official Currency", + "Two-Letter ISO Code" + ], + "return_values": [ + ".au", + ".br", + ".ca", + ".ch", + ".cn", + ".de", + ".es", + ".fr", + ".in", + ".it", + ".jp", + ".kp", + ".kr", + ".mx", + ".nl", + ".no", + ".ru", + ".se", + ".uk", + ".us", + "AU", + "Amsterdam", + "Asia", + "Australian Dollar", + "BR", + "Beijing", + "Berlin", + "Bern", + "Brasilia", + "Brazilian Real", + "CA", + "CH", + "CN", + "Canadian Dollar", + "Canberra", + "DE", + "ES", + "Euro", + "Europe", + "FR", + "GB", + "IN", + "IT", + "Indian Rupee", + "JP", + "Japanese Yen", + "KP", + "KR", + "London", + "MX", + "Madrid", + "Mexican Peso", + "Mexico City", + "Moscow", + "NL", + "NO", + "New Delhi", + "North America", + "North Korean Won", + "Norwegian Krone", + "Oceania", + "Oslo", + "Ottawa", + "Paris", + "Pound Sterling", + "Pyongyang", + "RU", + "Renminbi", + "Rome", + "Russian Ruble", + "SE", + "Seoul", + "South America", + "South Korean Won", + "Stockholm", + "Swedish Krona", + "Swiss Franc", + "Tokyo", + "US", + "US Dollar", + "Washington, D.C." + ], + "triplets": [ + [ + "USA", + "Capital City", + "Washington, D.C." + ], + [ + "United States of America", + "National Capital", + "Washington, D.C." + ], + [ + "USA", + "Official Currency", + "US Dollar" + ], + [ + "United States of America", + "Money Used", + "US Dollar" + ], + [ + "USA", + "Located In Continent", + "North America" + ], + [ + "United States of America", + "Continent Located In", + "North America" + ], + [ + "USA", + "Country Code TLD", + ".us" + ], + [ + "United States of America", + "Internet Suffix", + ".us" + ], + [ + "USA", + "ISO Alpha-2 Code", + "US" + ], + [ + "United States of America", + "Two-Letter ISO Code", + "US" + ], + [ + "UK", + "Capital City", + "London" + ], + [ + "Britain", + "National Capital", + "London" + ], + [ + "UK", + "Official Currency", + "Pound Sterling" + ], + [ + "Britain", + "Money Used", + "Pound Sterling" + ], + [ + "UK", + "Located In Continent", + "Europe" + ], + [ + "Britain", + "Continent Located In", + "Europe" + ], + [ + "UK", + "Country Code TLD", + ".uk" + ], + [ + "Britain", + "Internet Suffix", + ".uk" + ], + [ + "UK", + "ISO Alpha-2 Code", + "GB" + ], + [ + "Britain", + "Two-Letter ISO Code", + "GB" + ], + [ + "French Republic", + "Capital City", + "Paris" + ], + [ + "France", + "National Capital", + "Paris" + ], + [ + "French Republic", + "Official Currency", + "Euro" + ], + [ + "France", + "Money Used", + "Euro" + ], + [ + "French Republic", + "Located In Continent", + "Europe" + ], + [ + "France", + "Continent Located In", + "Europe" + ], + [ + "French Republic", + "Country Code TLD", + ".fr" + ], + [ + "France", + "Internet Suffix", + ".fr" + ], + [ + "French Republic", + "ISO Alpha-2 Code", + "FR" + ], + [ + "France", + "Two-Letter ISO Code", + "FR" + ], + [ + "Federal Republic of Germany", + "Capital City", + "Berlin" + ], + [ + "Deutschland", + "National Capital", + "Berlin" + ], + [ + "Federal Republic of Germany", + "Official Currency", + "Euro" + ], + [ + "Deutschland", + "Money Used", + "Euro" + ], + [ + "Federal Republic of Germany", + "Located In Continent", + "Europe" + ], + [ + "Deutschland", + "Continent Located In", + "Europe" + ], + [ + "Federal Republic of Germany", + "Country Code TLD", + ".de" + ], + [ + "Deutschland", + "Internet Suffix", + ".de" + ], + [ + "Federal Republic of Germany", + "ISO Alpha-2 Code", + "DE" + ], + [ + "Deutschland", + "Two-Letter ISO Code", + "DE" + ], + [ + "Russian Federation", + "Capital City", + "Moscow" + ], + [ + "Russia", + "National Capital", + "Moscow" + ], + [ + "Russian Federation", + "Official Currency", + "Russian Ruble" + ], + [ + "Russia", + "Money Used", + "Russian Ruble" + ], + [ + "Russian Federation", + "Located In Continent", + "Europe" + ], + [ + "Russia", + "Continent Located In", + "Europe" + ], + [ + "Russian Federation", + "Country Code TLD", + ".ru" + ], + [ + "Russia", + "Internet Suffix", + ".ru" + ], + [ + "Russian Federation", + "ISO Alpha-2 Code", + "RU" + ], + [ + "Russia", + "Two-Letter ISO Code", + "RU" + ], + [ + "PRC", + "Capital City", + "Beijing" + ], + [ + "People's Republic of China", + "National Capital", + "Beijing" + ], + [ + "PRC", + "Official Currency", + "Renminbi" + ], + [ + "People's Republic of China", + "Money Used", + "Renminbi" + ], + [ + "PRC", + "Located In Continent", + "Asia" + ], + [ + "People's Republic of China", + "Continent Located In", + "Asia" + ], + [ + "PRC", + "Country Code TLD", + ".cn" + ], + [ + "People's Republic of China", + "Internet Suffix", + ".cn" + ], + [ + "PRC", + "ISO Alpha-2 Code", + "CN" + ], + [ + "People's Republic of China", + "Two-Letter ISO Code", + "CN" + ], + [ + "Republic of India", + "Capital City", + "New Delhi" + ], + [ + "India", + "National Capital", + "New Delhi" + ], + [ + "Republic of India", + "Official Currency", + "Indian Rupee" + ], + [ + "India", + "Money Used", + "Indian Rupee" + ], + [ + "Republic of India", + "Located In Continent", + "Asia" + ], + [ + "India", + "Continent Located In", + "Asia" + ], + [ + "Republic of India", + "Country Code TLD", + ".in" + ], + [ + "India", + "Internet Suffix", + ".in" + ], + [ + "Republic of India", + "ISO Alpha-2 Code", + "IN" + ], + [ + "India", + "Two-Letter ISO Code", + "IN" + ], + [ + "Japan", + "Capital City", + "Tokyo" + ], + [ + "Nippon", + "National Capital", + "Tokyo" + ], + [ + "Japan", + "Official Currency", + "Japanese Yen" + ], + [ + "Nippon", + "Money Used", + "Japanese Yen" + ], + [ + "Japan", + "Located In Continent", + "Asia" + ], + [ + "Nippon", + "Continent Located In", + "Asia" + ], + [ + "Japan", + "Country Code TLD", + ".jp" + ], + [ + "Nippon", + "Internet Suffix", + ".jp" + ], + [ + "Japan", + "ISO Alpha-2 Code", + "JP" + ], + [ + "Nippon", + "Two-Letter ISO Code", + "JP" + ], + [ + "Republic of Korea", + "Capital City", + "Seoul" + ], + [ + "South Korea", + "National Capital", + "Seoul" + ], + [ + "Republic of Korea", + "Official Currency", + "South Korean Won" + ], + [ + "South Korea", + "Money Used", + "South Korean Won" + ], + [ + "Republic of Korea", + "Located In Continent", + "Asia" + ], + [ + "South Korea", + "Continent Located In", + "Asia" + ], + [ + "Republic of Korea", + "Country Code TLD", + ".kr" + ], + [ + "South Korea", + "Internet Suffix", + ".kr" + ], + [ + "Republic of Korea", + "ISO Alpha-2 Code", + "KR" + ], + [ + "South Korea", + "Two-Letter ISO Code", + "KR" + ], + [ + "DPRK", + "Capital City", + "Pyongyang" + ], + [ + "Democratic People's Republic of Korea", + "National Capital", + "Pyongyang" + ], + [ + "DPRK", + "Official Currency", + "North Korean Won" + ], + [ + "Democratic People's Republic of Korea", + "Money Used", + "North Korean Won" + ], + [ + "DPRK", + "Located In Continent", + "Asia" + ], + [ + "Democratic People's Republic of Korea", + "Continent Located In", + "Asia" + ], + [ + "DPRK", + "Country Code TLD", + ".kp" + ], + [ + "Democratic People's Republic of Korea", + "Internet Suffix", + ".kp" + ], + [ + "DPRK", + "ISO Alpha-2 Code", + "KP" + ], + [ + "Democratic People's Republic of Korea", + "Two-Letter ISO Code", + "KP" + ], + [ + "Canada", + "Capital City", + "Ottawa" + ], + [ + "CA", + "National Capital", + "Ottawa" + ], + [ + "Canada", + "Official Currency", + "Canadian Dollar" + ], + [ + "CA", + "Money Used", + "Canadian Dollar" + ], + [ + "Canada", + "Located In Continent", + "North America" + ], + [ + "CA", + "Continent Located In", + "North America" + ], + [ + "Canada", + "Country Code TLD", + ".ca" + ], + [ + "CA", + "Internet Suffix", + ".ca" + ], + [ + "Canada", + "ISO Alpha-2 Code", + "CA" + ], + [ + "CA", + "Two-Letter ISO Code", + "CA" + ], + [ + "Commonwealth of Australia", + "Capital City", + "Canberra" + ], + [ + "Australia", + "National Capital", + "Canberra" + ], + [ + "Commonwealth of Australia", + "Official Currency", + "Australian Dollar" + ], + [ + "Australia", + "Money Used", + "Australian Dollar" + ], + [ + "Commonwealth of Australia", + "Located In Continent", + "Oceania" + ], + [ + "Australia", + "Continent Located In", + "Oceania" + ], + [ + "Commonwealth of Australia", + "Country Code TLD", + ".au" + ], + [ + "Australia", + "Internet Suffix", + ".au" + ], + [ + "Commonwealth of Australia", + "ISO Alpha-2 Code", + "AU" + ], + [ + "Australia", + "Two-Letter ISO Code", + "AU" + ], + [ + "Federative Republic of Brazil", + "Capital City", + "Brasilia" + ], + [ + "Brazil", + "National Capital", + "Brasilia" + ], + [ + "Federative Republic of Brazil", + "Official Currency", + "Brazilian Real" + ], + [ + "Brazil", + "Money Used", + "Brazilian Real" + ], + [ + "Federative Republic of Brazil", + "Located In Continent", + "South America" + ], + [ + "Brazil", + "Continent Located In", + "South America" + ], + [ + "Federative Republic of Brazil", + "Country Code TLD", + ".br" + ], + [ + "Brazil", + "Internet Suffix", + ".br" + ], + [ + "Federative Republic of Brazil", + "ISO Alpha-2 Code", + "BR" + ], + [ + "Brazil", + "Two-Letter ISO Code", + "BR" + ], + [ + "United Mexican States", + "Capital City", + "Mexico City" + ], + [ + "Mexico", + "National Capital", + "Mexico City" + ], + [ + "United Mexican States", + "Official Currency", + "Mexican Peso" + ], + [ + "Mexico", + "Money Used", + "Mexican Peso" + ], + [ + "United Mexican States", + "Located In Continent", + "North America" + ], + [ + "Mexico", + "Continent Located In", + "North America" + ], + [ + "United Mexican States", + "Country Code TLD", + ".mx" + ], + [ + "Mexico", + "Internet Suffix", + ".mx" + ], + [ + "United Mexican States", + "ISO Alpha-2 Code", + "MX" + ], + [ + "Mexico", + "Two-Letter ISO Code", + "MX" + ], + [ + "Italian Republic", + "Capital City", + "Rome" + ], + [ + "Italy", + "National Capital", + "Rome" + ], + [ + "Italian Republic", + "Official Currency", + "Euro" + ], + [ + "Italy", + "Money Used", + "Euro" + ], + [ + "Italian Republic", + "Located In Continent", + "Europe" + ], + [ + "Italy", + "Continent Located In", + "Europe" + ], + [ + "Italian Republic", + "Country Code TLD", + ".it" + ], + [ + "Italy", + "Internet Suffix", + ".it" + ], + [ + "Italian Republic", + "ISO Alpha-2 Code", + "IT" + ], + [ + "Italy", + "Two-Letter ISO Code", + "IT" + ], + [ + "Kingdom of Spain", + "Capital City", + "Madrid" + ], + [ + "Spain", + "National Capital", + "Madrid" + ], + [ + "Kingdom of Spain", + "Official Currency", + "Euro" + ], + [ + "Spain", + "Money Used", + "Euro" + ], + [ + "Kingdom of Spain", + "Located In Continent", + "Europe" + ], + [ + "Spain", + "Continent Located In", + "Europe" + ], + [ + "Kingdom of Spain", + "Country Code TLD", + ".es" + ], + [ + "Spain", + "Internet Suffix", + ".es" + ], + [ + "Kingdom of Spain", + "ISO Alpha-2 Code", + "ES" + ], + [ + "Spain", + "Two-Letter ISO Code", + "ES" + ], + [ + "Holland", + "Capital City", + "Amsterdam" + ], + [ + "Netherlands", + "National Capital", + "Amsterdam" + ], + [ + "Holland", + "Official Currency", + "Euro" + ], + [ + "Netherlands", + "Money Used", + "Euro" + ], + [ + "Holland", + "Located In Continent", + "Europe" + ], + [ + "Netherlands", + "Continent Located In", + "Europe" + ], + [ + "Holland", + "Country Code TLD", + ".nl" + ], + [ + "Netherlands", + "Internet Suffix", + ".nl" + ], + [ + "Holland", + "ISO Alpha-2 Code", + "NL" + ], + [ + "Netherlands", + "Two-Letter ISO Code", + "NL" + ], + [ + "Kingdom of Sweden", + "Capital City", + "Stockholm" + ], + [ + "Sweden", + "National Capital", + "Stockholm" + ], + [ + "Kingdom of Sweden", + "Official Currency", + "Swedish Krona" + ], + [ + "Sweden", + "Money Used", + "Swedish Krona" + ], + [ + "Kingdom of Sweden", + "Located In Continent", + "Europe" + ], + [ + "Sweden", + "Continent Located In", + "Europe" + ], + [ + "Kingdom of Sweden", + "Country Code TLD", + ".se" + ], + [ + "Sweden", + "Internet Suffix", + ".se" + ], + [ + "Kingdom of Sweden", + "ISO Alpha-2 Code", + "SE" + ], + [ + "Sweden", + "Two-Letter ISO Code", + "SE" + ], + [ + "Kingdom of Norway", + "Capital City", + "Oslo" + ], + [ + "Norway", + "National Capital", + "Oslo" + ], + [ + "Kingdom of Norway", + "Official Currency", + "Norwegian Krone" + ], + [ + "Norway", + "Money Used", + "Norwegian Krone" + ], + [ + "Kingdom of Norway", + "Located In Continent", + "Europe" + ], + [ + "Norway", + "Continent Located In", + "Europe" + ], + [ + "Kingdom of Norway", + "Country Code TLD", + ".no" + ], + [ + "Norway", + "Internet Suffix", + ".no" + ], + [ + "Kingdom of Norway", + "ISO Alpha-2 Code", + "NO" + ], + [ + "Norway", + "Two-Letter ISO Code", + "NO" + ], + [ + "Swiss Confederation", + "Capital City", + "Bern" + ], + [ + "Switzerland", + "National Capital", + "Bern" + ], + [ + "Swiss Confederation", + "Official Currency", + "Swiss Franc" + ], + [ + "Switzerland", + "Money Used", + "Swiss Franc" + ], + [ + "Swiss Confederation", + "Located In Continent", + "Europe" + ], + [ + "Switzerland", + "Continent Located In", + "Europe" + ], + [ + "Swiss Confederation", + "Country Code TLD", + ".ch" + ], + [ + "Switzerland", + "Internet Suffix", + ".ch" + ], + [ + "Swiss Confederation", + "ISO Alpha-2 Code", + "CH" + ], + [ + "Switzerland", + "Two-Letter ISO Code", + "CH" + ] + ] +} diff --git a/data/custom_databases/countries/base.json b/data/custom_databases/countries/base.json index e69de29..1aca1d0 100644 --- a/data/custom_databases/countries/base.json +++ b/data/custom_databases/countries/base.json @@ -0,0 +1,616 @@ +{ + "entities": [ + "Australia", + "Brazil", + "Canada", + "China", + "France", + "Germany", + "India", + "Italy", + "Japan", + "Mexico", + "Netherlands", + "North Korea", + "Norway", + "Russia", + "South Korea", + "Spain", + "Sweden", + "Switzerland", + "United Kingdom", + "United States" + ], + "relationships": [ + "Capital", + "Continent", + "Currency", + "ISO Code", + "Internet TLD" + ], + "return_values": [ + ".au", + ".br", + ".ca", + ".ch", + ".cn", + ".de", + ".es", + ".fr", + ".in", + ".it", + ".jp", + ".kp", + ".kr", + ".mx", + ".nl", + ".no", + ".ru", + ".se", + ".uk", + ".us", + "AU", + "Amsterdam", + "Asia", + "Australian Dollar", + "BR", + "Beijing", + "Berlin", + "Bern", + "Brasilia", + "Brazilian Real", + "CA", + "CH", + "CN", + "Canadian Dollar", + "Canberra", + "DE", + "ES", + "Euro", + "Europe", + "FR", + "GB", + "IN", + "IT", + "Indian Rupee", + "JP", + "Japanese Yen", + "KP", + "KR", + "London", + "MX", + "Madrid", + "Mexican Peso", + "Mexico City", + "Moscow", + "NL", + "NO", + "New Delhi", + "North America", + "North Korean Won", + "Norwegian Krone", + "Oceania", + "Oslo", + "Ottawa", + "Paris", + "Pound Sterling", + "Pyongyang", + "RU", + "Renminbi", + "Rome", + "Russian Ruble", + "SE", + "Seoul", + "South America", + "South Korean Won", + "Stockholm", + "Swedish Krona", + "Swiss Franc", + "Tokyo", + "US", + "US Dollar", + "Washington, D.C." + ], + "triplets": [ + [ + "United States", + "Capital", + "Washington, D.C." + ], + [ + "United States", + "Currency", + "US Dollar" + ], + [ + "United States", + "Continent", + "North America" + ], + [ + "United States", + "Internet TLD", + ".us" + ], + [ + "United States", + "ISO Code", + "US" + ], + [ + "United Kingdom", + "Capital", + "London" + ], + [ + "United Kingdom", + "Currency", + "Pound Sterling" + ], + [ + "United Kingdom", + "Continent", + "Europe" + ], + [ + "United Kingdom", + "Internet TLD", + ".uk" + ], + [ + "United Kingdom", + "ISO Code", + "GB" + ], + [ + "France", + "Capital", + "Paris" + ], + [ + "France", + "Currency", + "Euro" + ], + [ + "France", + "Continent", + "Europe" + ], + [ + "France", + "Internet TLD", + ".fr" + ], + [ + "France", + "ISO Code", + "FR" + ], + [ + "Germany", + "Capital", + "Berlin" + ], + [ + "Germany", + "Currency", + "Euro" + ], + [ + "Germany", + "Continent", + "Europe" + ], + [ + "Germany", + "Internet TLD", + ".de" + ], + [ + "Germany", + "ISO Code", + "DE" + ], + [ + "Russia", + "Capital", + "Moscow" + ], + [ + "Russia", + "Currency", + "Russian Ruble" + ], + [ + "Russia", + "Continent", + "Europe" + ], + [ + "Russia", + "Internet TLD", + ".ru" + ], + [ + "Russia", + "ISO Code", + "RU" + ], + [ + "China", + "Capital", + "Beijing" + ], + [ + "China", + "Currency", + "Renminbi" + ], + [ + "China", + "Continent", + "Asia" + ], + [ + "China", + "Internet TLD", + ".cn" + ], + [ + "China", + "ISO Code", + "CN" + ], + [ + "India", + "Capital", + "New Delhi" + ], + [ + "India", + "Currency", + "Indian Rupee" + ], + [ + "India", + "Continent", + "Asia" + ], + [ + "India", + "Internet TLD", + ".in" + ], + [ + "India", + "ISO Code", + "IN" + ], + [ + "Japan", + "Capital", + "Tokyo" + ], + [ + "Japan", + "Currency", + "Japanese Yen" + ], + [ + "Japan", + "Continent", + "Asia" + ], + [ + "Japan", + "Internet TLD", + ".jp" + ], + [ + "Japan", + "ISO Code", + "JP" + ], + [ + "South Korea", + "Capital", + "Seoul" + ], + [ + "South Korea", + "Currency", + "South Korean Won" + ], + [ + "South Korea", + "Continent", + "Asia" + ], + [ + "South Korea", + "Internet TLD", + ".kr" + ], + [ + "South Korea", + "ISO Code", + "KR" + ], + [ + "North Korea", + "Capital", + "Pyongyang" + ], + [ + "North Korea", + "Currency", + "North Korean Won" + ], + [ + "North Korea", + "Continent", + "Asia" + ], + [ + "North Korea", + "Internet TLD", + ".kp" + ], + [ + "North Korea", + "ISO Code", + "KP" + ], + [ + "Canada", + "Capital", + "Ottawa" + ], + [ + "Canada", + "Currency", + "Canadian Dollar" + ], + [ + "Canada", + "Continent", + "North America" + ], + [ + "Canada", + "Internet TLD", + ".ca" + ], + [ + "Canada", + "ISO Code", + "CA" + ], + [ + "Australia", + "Capital", + "Canberra" + ], + [ + "Australia", + "Currency", + "Australian Dollar" + ], + [ + "Australia", + "Continent", + "Oceania" + ], + [ + "Australia", + "Internet TLD", + ".au" + ], + [ + "Australia", + "ISO Code", + "AU" + ], + [ + "Brazil", + "Capital", + "Brasilia" + ], + [ + "Brazil", + "Currency", + "Brazilian Real" + ], + [ + "Brazil", + "Continent", + "South America" + ], + [ + "Brazil", + "Internet TLD", + ".br" + ], + [ + "Brazil", + "ISO Code", + "BR" + ], + [ + "Mexico", + "Capital", + "Mexico City" + ], + [ + "Mexico", + "Currency", + "Mexican Peso" + ], + [ + "Mexico", + "Continent", + "North America" + ], + [ + "Mexico", + "Internet TLD", + ".mx" + ], + [ + "Mexico", + "ISO Code", + "MX" + ], + [ + "Italy", + "Capital", + "Rome" + ], + [ + "Italy", + "Currency", + "Euro" + ], + [ + "Italy", + "Continent", + "Europe" + ], + [ + "Italy", + "Internet TLD", + ".it" + ], + [ + "Italy", + "ISO Code", + "IT" + ], + [ + "Spain", + "Capital", + "Madrid" + ], + [ + "Spain", + "Currency", + "Euro" + ], + [ + "Spain", + "Continent", + "Europe" + ], + [ + "Spain", + "Internet TLD", + ".es" + ], + [ + "Spain", + "ISO Code", + "ES" + ], + [ + "Netherlands", + "Capital", + "Amsterdam" + ], + [ + "Netherlands", + "Currency", + "Euro" + ], + [ + "Netherlands", + "Continent", + "Europe" + ], + [ + "Netherlands", + "Internet TLD", + ".nl" + ], + [ + "Netherlands", + "ISO Code", + "NL" + ], + [ + "Sweden", + "Capital", + "Stockholm" + ], + [ + "Sweden", + "Currency", + "Swedish Krona" + ], + [ + "Sweden", + "Continent", + "Europe" + ], + [ + "Sweden", + "Internet TLD", + ".se" + ], + [ + "Sweden", + "ISO Code", + "SE" + ], + [ + "Norway", + "Capital", + "Oslo" + ], + [ + "Norway", + "Currency", + "Norwegian Krone" + ], + [ + "Norway", + "Continent", + "Europe" + ], + [ + "Norway", + "Internet TLD", + ".no" + ], + [ + "Norway", + "ISO Code", + "NO" + ], + [ + "Switzerland", + "Capital", + "Bern" + ], + [ + "Switzerland", + "Currency", + "Swiss Franc" + ], + [ + "Switzerland", + "Continent", + "Europe" + ], + [ + "Switzerland", + "Internet TLD", + ".ch" + ], + [ + "Switzerland", + "ISO Code", + "CH" + ] + ] +} diff --git a/data/custom_databases/countries/collision.json b/data/custom_databases/countries/collision.json index e69de29..db14625 100644 --- a/data/custom_databases/countries/collision.json +++ b/data/custom_databases/countries/collision.json @@ -0,0 +1,845 @@ +{ + "entities": [ + "Australia", + "Brazil", + "Canada", + "China", + "France", + "Germany", + "India", + "Italy", + "Japan", + "Mexico", + "Netherlands", + "North Korea", + "Norway", + "Russia", + "South Korea", + "Spain", + "Sweden", + "Switzerland", + "United Kingdom", + "United States" + ], + "relationships": [ + "Capital", + "Continent", + "Currency", + "Demonym", + "ISO Code", + "Internet TLD", + "Largest City" + ], + "return_values": [ + ".au", + ".br", + ".ca", + ".ch", + ".cn", + ".de", + ".es", + ".fr", + ".in", + ".it", + ".jp", + ".kp", + ".kr", + ".mx", + ".nl", + ".no", + ".ru", + ".se", + ".uk", + ".us", + "AU", + "American", + "Amsterdam", + "Asia", + "Australian", + "Australian Dollar", + "BR", + "Beijing", + "Berlin", + "Bern", + "Brasilia", + "Brazilian", + "Brazilian Real", + "British", + "CA", + "CH", + "CN", + "Canadian", + "Canadian Dollar", + "Canberra", + "Chinese", + "DE", + "Dutch", + "ES", + "Euro", + "Europe", + "FR", + "French", + "GB", + "German", + "IN", + "IT", + "Indian", + "Indian Rupee", + "Italian", + "JP", + "Japanese", + "Japanese Yen", + "KP", + "KR", + "London", + "MX", + "Madrid", + "Mexican", + "Mexican Peso", + "Mexico City", + "Moscow", + "Mumbai", + "NL", + "NO", + "New Delhi", + "New York City", + "North America", + "North Korean", + "North Korean Won", + "Norwegian", + "Norwegian Krone", + "Oceania", + "Oslo", + "Ottawa", + "Paris", + "Pound Sterling", + "Pyongyang", + "RU", + "Renminbi", + "Rome", + "Russian", + "Russian Ruble", + "SE", + "Seoul", + "Shanghai", + "South America", + "South Korean", + "South Korean Won", + "Spanish", + "Stockholm", + "Swedish", + "Swedish Krona", + "Swiss", + "Swiss Franc", + "Sydney", + "São Paulo", + "Tokyo", + "Toronto", + "US", + "US Dollar", + "Washington, D.C.", + "Zürich" + ], + "triplets": [ + [ + "United States", + "Capital", + "Washington, D.C." + ], + [ + "United States", + "Currency", + "US Dollar" + ], + [ + "United States", + "Continent", + "North America" + ], + [ + "United States", + "Internet TLD", + ".us" + ], + [ + "United States", + "ISO Code", + "US" + ], + [ + "United Kingdom", + "Capital", + "London" + ], + [ + "United Kingdom", + "Currency", + "Pound Sterling" + ], + [ + "United Kingdom", + "Continent", + "Europe" + ], + [ + "United Kingdom", + "Internet TLD", + ".uk" + ], + [ + "United Kingdom", + "ISO Code", + "GB" + ], + [ + "France", + "Capital", + "Paris" + ], + [ + "France", + "Currency", + "Euro" + ], + [ + "France", + "Continent", + "Europe" + ], + [ + "France", + "Internet TLD", + ".fr" + ], + [ + "France", + "ISO Code", + "FR" + ], + [ + "Germany", + "Capital", + "Berlin" + ], + [ + "Germany", + "Currency", + "Euro" + ], + [ + "Germany", + "Continent", + "Europe" + ], + [ + "Germany", + "Internet TLD", + ".de" + ], + [ + "Germany", + "ISO Code", + "DE" + ], + [ + "Russia", + "Capital", + "Moscow" + ], + [ + "Russia", + "Currency", + "Russian Ruble" + ], + [ + "Russia", + "Continent", + "Europe" + ], + [ + "Russia", + "Internet TLD", + ".ru" + ], + [ + "Russia", + "ISO Code", + "RU" + ], + [ + "China", + "Capital", + "Beijing" + ], + [ + "China", + "Currency", + "Renminbi" + ], + [ + "China", + "Continent", + "Asia" + ], + [ + "China", + "Internet TLD", + ".cn" + ], + [ + "China", + "ISO Code", + "CN" + ], + [ + "India", + "Capital", + "New Delhi" + ], + [ + "India", + "Currency", + "Indian Rupee" + ], + [ + "India", + "Continent", + "Asia" + ], + [ + "India", + "Internet TLD", + ".in" + ], + [ + "India", + "ISO Code", + "IN" + ], + [ + "Japan", + "Capital", + "Tokyo" + ], + [ + "Japan", + "Currency", + "Japanese Yen" + ], + [ + "Japan", + "Continent", + "Asia" + ], + [ + "Japan", + "Internet TLD", + ".jp" + ], + [ + "Japan", + "ISO Code", + "JP" + ], + [ + "South Korea", + "Capital", + "Seoul" + ], + [ + "South Korea", + "Currency", + "South Korean Won" + ], + [ + "South Korea", + "Continent", + "Asia" + ], + [ + "South Korea", + "Internet TLD", + ".kr" + ], + [ + "South Korea", + "ISO Code", + "KR" + ], + [ + "North Korea", + "Capital", + "Pyongyang" + ], + [ + "North Korea", + "Currency", + "North Korean Won" + ], + [ + "North Korea", + "Continent", + "Asia" + ], + [ + "North Korea", + "Internet TLD", + ".kp" + ], + [ + "North Korea", + "ISO Code", + "KP" + ], + [ + "Canada", + "Capital", + "Ottawa" + ], + [ + "Canada", + "Currency", + "Canadian Dollar" + ], + [ + "Canada", + "Continent", + "North America" + ], + [ + "Canada", + "Internet TLD", + ".ca" + ], + [ + "Canada", + "ISO Code", + "CA" + ], + [ + "Australia", + "Capital", + "Canberra" + ], + [ + "Australia", + "Currency", + "Australian Dollar" + ], + [ + "Australia", + "Continent", + "Oceania" + ], + [ + "Australia", + "Internet TLD", + ".au" + ], + [ + "Australia", + "ISO Code", + "AU" + ], + [ + "Brazil", + "Capital", + "Brasilia" + ], + [ + "Brazil", + "Currency", + "Brazilian Real" + ], + [ + "Brazil", + "Continent", + "South America" + ], + [ + "Brazil", + "Internet TLD", + ".br" + ], + [ + "Brazil", + "ISO Code", + "BR" + ], + [ + "Mexico", + "Capital", + "Mexico City" + ], + [ + "Mexico", + "Currency", + "Mexican Peso" + ], + [ + "Mexico", + "Continent", + "North America" + ], + [ + "Mexico", + "Internet TLD", + ".mx" + ], + [ + "Mexico", + "ISO Code", + "MX" + ], + [ + "Italy", + "Capital", + "Rome" + ], + [ + "Italy", + "Currency", + "Euro" + ], + [ + "Italy", + "Continent", + "Europe" + ], + [ + "Italy", + "Internet TLD", + ".it" + ], + [ + "Italy", + "ISO Code", + "IT" + ], + [ + "Spain", + "Capital", + "Madrid" + ], + [ + "Spain", + "Currency", + "Euro" + ], + [ + "Spain", + "Continent", + "Europe" + ], + [ + "Spain", + "Internet TLD", + ".es" + ], + [ + "Spain", + "ISO Code", + "ES" + ], + [ + "Netherlands", + "Capital", + "Amsterdam" + ], + [ + "Netherlands", + "Currency", + "Euro" + ], + [ + "Netherlands", + "Continent", + "Europe" + ], + [ + "Netherlands", + "Internet TLD", + ".nl" + ], + [ + "Netherlands", + "ISO Code", + "NL" + ], + [ + "Sweden", + "Capital", + "Stockholm" + ], + [ + "Sweden", + "Currency", + "Swedish Krona" + ], + [ + "Sweden", + "Continent", + "Europe" + ], + [ + "Sweden", + "Internet TLD", + ".se" + ], + [ + "Sweden", + "ISO Code", + "SE" + ], + [ + "Norway", + "Capital", + "Oslo" + ], + [ + "Norway", + "Currency", + "Norwegian Krone" + ], + [ + "Norway", + "Continent", + "Europe" + ], + [ + "Norway", + "Internet TLD", + ".no" + ], + [ + "Norway", + "ISO Code", + "NO" + ], + [ + "Switzerland", + "Capital", + "Bern" + ], + [ + "Switzerland", + "Currency", + "Swiss Franc" + ], + [ + "Switzerland", + "Continent", + "Europe" + ], + [ + "Switzerland", + "Internet TLD", + ".ch" + ], + [ + "Switzerland", + "ISO Code", + "CH" + ], + [ + "United States", + "Largest City", + "New York City" + ], + [ + "United States", + "Demonym", + "American" + ], + [ + "United Kingdom", + "Largest City", + "London" + ], + [ + "United Kingdom", + "Demonym", + "British" + ], + [ + "France", + "Largest City", + "Paris" + ], + [ + "France", + "Demonym", + "French" + ], + [ + "Germany", + "Largest City", + "Berlin" + ], + [ + "Germany", + "Demonym", + "German" + ], + [ + "Russia", + "Largest City", + "Moscow" + ], + [ + "Russia", + "Demonym", + "Russian" + ], + [ + "China", + "Largest City", + "Shanghai" + ], + [ + "China", + "Demonym", + "Chinese" + ], + [ + "India", + "Largest City", + "Mumbai" + ], + [ + "India", + "Demonym", + "Indian" + ], + [ + "Japan", + "Largest City", + "Tokyo" + ], + [ + "Japan", + "Demonym", + "Japanese" + ], + [ + "South Korea", + "Largest City", + "Seoul" + ], + [ + "South Korea", + "Demonym", + "South Korean" + ], + [ + "North Korea", + "Largest City", + "Pyongyang" + ], + [ + "North Korea", + "Demonym", + "North Korean" + ], + [ + "Canada", + "Largest City", + "Toronto" + ], + [ + "Canada", + "Demonym", + "Canadian" + ], + [ + "Australia", + "Largest City", + "Sydney" + ], + [ + "Australia", + "Demonym", + "Australian" + ], + [ + "Brazil", + "Largest City", + "São Paulo" + ], + [ + "Brazil", + "Demonym", + "Brazilian" + ], + [ + "Mexico", + "Largest City", + "Mexico City" + ], + [ + "Mexico", + "Demonym", + "Mexican" + ], + [ + "Italy", + "Largest City", + "Rome" + ], + [ + "Italy", + "Demonym", + "Italian" + ], + [ + "Spain", + "Largest City", + "Madrid" + ], + [ + "Spain", + "Demonym", + "Spanish" + ], + [ + "Netherlands", + "Largest City", + "Amsterdam" + ], + [ + "Netherlands", + "Demonym", + "Dutch" + ], + [ + "Sweden", + "Largest City", + "Stockholm" + ], + [ + "Sweden", + "Demonym", + "Swedish" + ], + [ + "Norway", + "Largest City", + "Oslo" + ], + [ + "Norway", + "Demonym", + "Norwegian" + ], + [ + "Switzerland", + "Largest City", + "Zürich" + ], + [ + "Switzerland", + "Demonym", + "Swiss" + ] + ] +} diff --git a/data/custom_databases/countries/noise.json b/data/custom_databases/countries/noise.json index e69de29..c2cabc7 100644 --- a/data/custom_databases/countries/noise.json +++ b/data/custom_databases/countries/noise.json @@ -0,0 +1,1100 @@ +{ + "entities": [ + "Australia", + "Brazil", + "Canada", + "Central Bank of Australia", + "Central Bank of Brazil", + "Central Bank of Canada", + "Central Bank of China", + "Central Bank of France", + "Central Bank of Germany", + "Central Bank of India", + "Central Bank of Italy", + "Central Bank of Japan", + "Central Bank of Mexico", + "Central Bank of Netherlands", + "Central Bank of North Korea", + "Central Bank of Norway", + "Central Bank of Russia", + "Central Bank of South Korea", + "Central Bank of Spain", + "Central Bank of Sweden", + "Central Bank of Switzerland", + "Central Bank of United Kingdom", + "Central Bank of United States", + "China", + "France", + "Germany", + "Government of Australia", + "Government of Brazil", + "Government of Canada", + "Government of China", + "Government of France", + "Government of Germany", + "Government of India", + "Government of Italy", + "Government of Japan", + "Government of Mexico", + "Government of Netherlands", + "Government of North Korea", + "Government of Norway", + "Government of Russia", + "Government of South Korea", + "Government of Spain", + "Government of Sweden", + "Government of Switzerland", + "Government of United Kingdom", + "Government of United States", + "India", + "Internet addresses for Australia", + "Internet addresses for Brazil", + "Internet addresses for Canada", + "Internet addresses for China", + "Internet addresses for France", + "Internet addresses for Germany", + "Internet addresses for India", + "Internet addresses for Italy", + "Internet addresses for Japan", + "Internet addresses for Mexico", + "Internet addresses for Netherlands", + "Internet addresses for North Korea", + "Internet addresses for Norway", + "Internet addresses for Russia", + "Internet addresses for South Korea", + "Internet addresses for Spain", + "Internet addresses for Sweden", + "Internet addresses for Switzerland", + "Internet addresses for United Kingdom", + "Internet addresses for United States", + "Italy", + "Japan", + "Mexico", + "Netherlands", + "North Korea", + "Norway", + "Parliament of Australia", + "Parliament of Brazil", + "Parliament of Canada", + "Parliament of China", + "Parliament of France", + "Parliament of Germany", + "Parliament of India", + "Parliament of Italy", + "Parliament of Japan", + "Parliament of Mexico", + "Parliament of Netherlands", + "Parliament of North Korea", + "Parliament of Norway", + "Parliament of Russia", + "Parliament of South Korea", + "Parliament of Spain", + "Parliament of Sweden", + "Parliament of Switzerland", + "Parliament of United Kingdom", + "Parliament of United States", + "Russia", + "South Korea", + "Spain", + "Sweden", + "Switzerland", + "United Kingdom", + "United States" + ], + "relationships": [ + "Capital", + "Continent", + "Country Suffix", + "Currency", + "ISO Code", + "Internet TLD", + "Issues Currency", + "Meets In", + "Seat of Government" + ], + "return_values": [ + ".au", + ".br", + ".ca", + ".ch", + ".cn", + ".de", + ".es", + ".fr", + ".in", + ".it", + ".jp", + ".kp", + ".kr", + ".mx", + ".nl", + ".no", + ".ru", + ".se", + ".uk", + ".us", + "AU", + "Amsterdam", + "Asia", + "Australian Dollar", + "BR", + "Beijing", + "Berlin", + "Bern", + "Brasilia", + "Brazilian Real", + "CA", + "CH", + "CN", + "Canadian Dollar", + "Canberra", + "DE", + "ES", + "Euro", + "Europe", + "FR", + "GB", + "IN", + "IT", + "Indian Rupee", + "JP", + "Japanese Yen", + "KP", + "KR", + "London", + "MX", + "Madrid", + "Mexican Peso", + "Mexico City", + "Moscow", + "NL", + "NO", + "New Delhi", + "North America", + "North Korean Won", + "Norwegian Krone", + "Oceania", + "Oslo", + "Ottawa", + "Paris", + "Pound Sterling", + "Pyongyang", + "RU", + "Renminbi", + "Rome", + "Russian Ruble", + "SE", + "Seoul", + "South America", + "South Korean Won", + "Stockholm", + "Swedish Krona", + "Swiss Franc", + "Tokyo", + "US", + "US Dollar", + "Washington, D.C." + ], + "triplets": [ + [ + "United States", + "Capital", + "Washington, D.C." + ], + [ + "United States", + "Currency", + "US Dollar" + ], + [ + "United States", + "Continent", + "North America" + ], + [ + "United States", + "Internet TLD", + ".us" + ], + [ + "United States", + "ISO Code", + "US" + ], + [ + "United Kingdom", + "Capital", + "London" + ], + [ + "United Kingdom", + "Currency", + "Pound Sterling" + ], + [ + "United Kingdom", + "Continent", + "Europe" + ], + [ + "United Kingdom", + "Internet TLD", + ".uk" + ], + [ + "United Kingdom", + "ISO Code", + "GB" + ], + [ + "France", + "Capital", + "Paris" + ], + [ + "France", + "Currency", + "Euro" + ], + [ + "France", + "Continent", + "Europe" + ], + [ + "France", + "Internet TLD", + ".fr" + ], + [ + "France", + "ISO Code", + "FR" + ], + [ + "Germany", + "Capital", + "Berlin" + ], + [ + "Germany", + "Currency", + "Euro" + ], + [ + "Germany", + "Continent", + "Europe" + ], + [ + "Germany", + "Internet TLD", + ".de" + ], + [ + "Germany", + "ISO Code", + "DE" + ], + [ + "Russia", + "Capital", + "Moscow" + ], + [ + "Russia", + "Currency", + "Russian Ruble" + ], + [ + "Russia", + "Continent", + "Europe" + ], + [ + "Russia", + "Internet TLD", + ".ru" + ], + [ + "Russia", + "ISO Code", + "RU" + ], + [ + "China", + "Capital", + "Beijing" + ], + [ + "China", + "Currency", + "Renminbi" + ], + [ + "China", + "Continent", + "Asia" + ], + [ + "China", + "Internet TLD", + ".cn" + ], + [ + "China", + "ISO Code", + "CN" + ], + [ + "India", + "Capital", + "New Delhi" + ], + [ + "India", + "Currency", + "Indian Rupee" + ], + [ + "India", + "Continent", + "Asia" + ], + [ + "India", + "Internet TLD", + ".in" + ], + [ + "India", + "ISO Code", + "IN" + ], + [ + "Japan", + "Capital", + "Tokyo" + ], + [ + "Japan", + "Currency", + "Japanese Yen" + ], + [ + "Japan", + "Continent", + "Asia" + ], + [ + "Japan", + "Internet TLD", + ".jp" + ], + [ + "Japan", + "ISO Code", + "JP" + ], + [ + "South Korea", + "Capital", + "Seoul" + ], + [ + "South Korea", + "Currency", + "South Korean Won" + ], + [ + "South Korea", + "Continent", + "Asia" + ], + [ + "South Korea", + "Internet TLD", + ".kr" + ], + [ + "South Korea", + "ISO Code", + "KR" + ], + [ + "North Korea", + "Capital", + "Pyongyang" + ], + [ + "North Korea", + "Currency", + "North Korean Won" + ], + [ + "North Korea", + "Continent", + "Asia" + ], + [ + "North Korea", + "Internet TLD", + ".kp" + ], + [ + "North Korea", + "ISO Code", + "KP" + ], + [ + "Canada", + "Capital", + "Ottawa" + ], + [ + "Canada", + "Currency", + "Canadian Dollar" + ], + [ + "Canada", + "Continent", + "North America" + ], + [ + "Canada", + "Internet TLD", + ".ca" + ], + [ + "Canada", + "ISO Code", + "CA" + ], + [ + "Australia", + "Capital", + "Canberra" + ], + [ + "Australia", + "Currency", + "Australian Dollar" + ], + [ + "Australia", + "Continent", + "Oceania" + ], + [ + "Australia", + "Internet TLD", + ".au" + ], + [ + "Australia", + "ISO Code", + "AU" + ], + [ + "Brazil", + "Capital", + "Brasilia" + ], + [ + "Brazil", + "Currency", + "Brazilian Real" + ], + [ + "Brazil", + "Continent", + "South America" + ], + [ + "Brazil", + "Internet TLD", + ".br" + ], + [ + "Brazil", + "ISO Code", + "BR" + ], + [ + "Mexico", + "Capital", + "Mexico City" + ], + [ + "Mexico", + "Currency", + "Mexican Peso" + ], + [ + "Mexico", + "Continent", + "North America" + ], + [ + "Mexico", + "Internet TLD", + ".mx" + ], + [ + "Mexico", + "ISO Code", + "MX" + ], + [ + "Italy", + "Capital", + "Rome" + ], + [ + "Italy", + "Currency", + "Euro" + ], + [ + "Italy", + "Continent", + "Europe" + ], + [ + "Italy", + "Internet TLD", + ".it" + ], + [ + "Italy", + "ISO Code", + "IT" + ], + [ + "Spain", + "Capital", + "Madrid" + ], + [ + "Spain", + "Currency", + "Euro" + ], + [ + "Spain", + "Continent", + "Europe" + ], + [ + "Spain", + "Internet TLD", + ".es" + ], + [ + "Spain", + "ISO Code", + "ES" + ], + [ + "Netherlands", + "Capital", + "Amsterdam" + ], + [ + "Netherlands", + "Currency", + "Euro" + ], + [ + "Netherlands", + "Continent", + "Europe" + ], + [ + "Netherlands", + "Internet TLD", + ".nl" + ], + [ + "Netherlands", + "ISO Code", + "NL" + ], + [ + "Sweden", + "Capital", + "Stockholm" + ], + [ + "Sweden", + "Currency", + "Swedish Krona" + ], + [ + "Sweden", + "Continent", + "Europe" + ], + [ + "Sweden", + "Internet TLD", + ".se" + ], + [ + "Sweden", + "ISO Code", + "SE" + ], + [ + "Norway", + "Capital", + "Oslo" + ], + [ + "Norway", + "Currency", + "Norwegian Krone" + ], + [ + "Norway", + "Continent", + "Europe" + ], + [ + "Norway", + "Internet TLD", + ".no" + ], + [ + "Norway", + "ISO Code", + "NO" + ], + [ + "Switzerland", + "Capital", + "Bern" + ], + [ + "Switzerland", + "Currency", + "Swiss Franc" + ], + [ + "Switzerland", + "Continent", + "Europe" + ], + [ + "Switzerland", + "Internet TLD", + ".ch" + ], + [ + "Switzerland", + "ISO Code", + "CH" + ], + [ + "Government of United States", + "Seat of Government", + "Washington, D.C." + ], + [ + "Parliament of United States", + "Meets In", + "Washington, D.C." + ], + [ + "Central Bank of United States", + "Issues Currency", + "US Dollar" + ], + [ + "Internet addresses for United States", + "Country Suffix", + ".us" + ], + [ + "Government of United Kingdom", + "Seat of Government", + "London" + ], + [ + "Parliament of United Kingdom", + "Meets In", + "London" + ], + [ + "Central Bank of United Kingdom", + "Issues Currency", + "Pound Sterling" + ], + [ + "Internet addresses for United Kingdom", + "Country Suffix", + ".uk" + ], + [ + "Government of France", + "Seat of Government", + "Paris" + ], + [ + "Parliament of France", + "Meets In", + "Paris" + ], + [ + "Central Bank of France", + "Issues Currency", + "Euro" + ], + [ + "Internet addresses for France", + "Country Suffix", + ".fr" + ], + [ + "Government of Germany", + "Seat of Government", + "Berlin" + ], + [ + "Parliament of Germany", + "Meets In", + "Berlin" + ], + [ + "Central Bank of Germany", + "Issues Currency", + "Euro" + ], + [ + "Internet addresses for Germany", + "Country Suffix", + ".de" + ], + [ + "Government of Russia", + "Seat of Government", + "Moscow" + ], + [ + "Parliament of Russia", + "Meets In", + "Moscow" + ], + [ + "Central Bank of Russia", + "Issues Currency", + "Russian Ruble" + ], + [ + "Internet addresses for Russia", + "Country Suffix", + ".ru" + ], + [ + "Government of China", + "Seat of Government", + "Beijing" + ], + [ + "Parliament of China", + "Meets In", + "Beijing" + ], + [ + "Central Bank of China", + "Issues Currency", + "Renminbi" + ], + [ + "Internet addresses for China", + "Country Suffix", + ".cn" + ], + [ + "Government of India", + "Seat of Government", + "New Delhi" + ], + [ + "Parliament of India", + "Meets In", + "New Delhi" + ], + [ + "Central Bank of India", + "Issues Currency", + "Indian Rupee" + ], + [ + "Internet addresses for India", + "Country Suffix", + ".in" + ], + [ + "Government of Japan", + "Seat of Government", + "Tokyo" + ], + [ + "Parliament of Japan", + "Meets In", + "Tokyo" + ], + [ + "Central Bank of Japan", + "Issues Currency", + "Japanese Yen" + ], + [ + "Internet addresses for Japan", + "Country Suffix", + ".jp" + ], + [ + "Government of South Korea", + "Seat of Government", + "Seoul" + ], + [ + "Parliament of South Korea", + "Meets In", + "Seoul" + ], + [ + "Central Bank of South Korea", + "Issues Currency", + "South Korean Won" + ], + [ + "Internet addresses for South Korea", + "Country Suffix", + ".kr" + ], + [ + "Government of North Korea", + "Seat of Government", + "Pyongyang" + ], + [ + "Parliament of North Korea", + "Meets In", + "Pyongyang" + ], + [ + "Central Bank of North Korea", + "Issues Currency", + "North Korean Won" + ], + [ + "Internet addresses for North Korea", + "Country Suffix", + ".kp" + ], + [ + "Government of Canada", + "Seat of Government", + "Ottawa" + ], + [ + "Parliament of Canada", + "Meets In", + "Ottawa" + ], + [ + "Central Bank of Canada", + "Issues Currency", + "Canadian Dollar" + ], + [ + "Internet addresses for Canada", + "Country Suffix", + ".ca" + ], + [ + "Government of Australia", + "Seat of Government", + "Canberra" + ], + [ + "Parliament of Australia", + "Meets In", + "Canberra" + ], + [ + "Central Bank of Australia", + "Issues Currency", + "Australian Dollar" + ], + [ + "Internet addresses for Australia", + "Country Suffix", + ".au" + ], + [ + "Government of Brazil", + "Seat of Government", + "Brasilia" + ], + [ + "Parliament of Brazil", + "Meets In", + "Brasilia" + ], + [ + "Central Bank of Brazil", + "Issues Currency", + "Brazilian Real" + ], + [ + "Internet addresses for Brazil", + "Country Suffix", + ".br" + ], + [ + "Government of Mexico", + "Seat of Government", + "Mexico City" + ], + [ + "Parliament of Mexico", + "Meets In", + "Mexico City" + ], + [ + "Central Bank of Mexico", + "Issues Currency", + "Mexican Peso" + ], + [ + "Internet addresses for Mexico", + "Country Suffix", + ".mx" + ], + [ + "Government of Italy", + "Seat of Government", + "Rome" + ], + [ + "Parliament of Italy", + "Meets In", + "Rome" + ], + [ + "Central Bank of Italy", + "Issues Currency", + "Euro" + ], + [ + "Internet addresses for Italy", + "Country Suffix", + ".it" + ], + [ + "Government of Spain", + "Seat of Government", + "Madrid" + ], + [ + "Parliament of Spain", + "Meets In", + "Madrid" + ], + [ + "Central Bank of Spain", + "Issues Currency", + "Euro" + ], + [ + "Internet addresses for Spain", + "Country Suffix", + ".es" + ], + [ + "Government of Netherlands", + "Seat of Government", + "Amsterdam" + ], + [ + "Parliament of Netherlands", + "Meets In", + "Amsterdam" + ], + [ + "Central Bank of Netherlands", + "Issues Currency", + "Euro" + ], + [ + "Internet addresses for Netherlands", + "Country Suffix", + ".nl" + ], + [ + "Government of Sweden", + "Seat of Government", + "Stockholm" + ], + [ + "Parliament of Sweden", + "Meets In", + "Stockholm" + ], + [ + "Central Bank of Sweden", + "Issues Currency", + "Swedish Krona" + ], + [ + "Internet addresses for Sweden", + "Country Suffix", + ".se" + ], + [ + "Government of Norway", + "Seat of Government", + "Oslo" + ], + [ + "Parliament of Norway", + "Meets In", + "Oslo" + ], + [ + "Central Bank of Norway", + "Issues Currency", + "Norwegian Krone" + ], + [ + "Internet addresses for Norway", + "Country Suffix", + ".no" + ], + [ + "Government of Switzerland", + "Seat of Government", + "Bern" + ], + [ + "Parliament of Switzerland", + "Meets In", + "Bern" + ], + [ + "Central Bank of Switzerland", + "Issues Currency", + "Swiss Franc" + ], + [ + "Internet addresses for Switzerland", + "Country Suffix", + ".ch" + ] + ] +} diff --git a/data/custom_databases/generate_custom_databases.py b/data/custom_databases/generate_custom_databases.py new file mode 100644 index 0000000..fcd7b8b --- /dev/null +++ b/data/custom_databases/generate_custom_databases.py @@ -0,0 +1,980 @@ +import json +from pathlib import Path + + +ROOT = Path(__file__).resolve().parent +OUT_DIR = ROOT + + +def _ordered_unique(values: list[str]) -> list[str]: + seen: set[str] = set() + ordered: list[str] = [] + for value in values: + if value in seen: + continue + seen.add(value) + ordered.append(value) + return ordered + + +def build_database(triplets: list[tuple[str, str, str]]) -> dict[str, list]: + deduped = _ordered_unique(["|||".join(t) for t in triplets]) + rows = [tuple(item.split("|||")) for item in deduped] + return { + "entities": sorted({subject for subject, _, _ in rows}), + "relationships": sorted({relation for _, relation, _ in rows}), + "return_values": sorted({obj for _, _, obj in rows}), + "triplets": [list(row) for row in rows], + } + + +def write_database(path: Path, triplets: list[tuple[str, str, str]]) -> None: + path.parent.mkdir(parents=True, exist_ok=True) + database = build_database(triplets) + path.write_text( + json.dumps(database, indent=2, ensure_ascii=False) + "\n", encoding="utf-8" + ) + + +COUNTRIES = [ + { + "name": "United States", + "aliases": ["USA", "United States of America"], + "capital": "Washington, D.C.", + "currency": "US Dollar", + "continent": "North America", + "tld": ".us", + "iso": "US", + "largest_city": "New York City", + "demonym": "American", + }, + { + "name": "United Kingdom", + "aliases": ["UK", "Britain"], + "capital": "London", + "currency": "Pound Sterling", + "continent": "Europe", + "tld": ".uk", + "iso": "GB", + "largest_city": "London", + "demonym": "British", + }, + { + "name": "France", + "aliases": ["French Republic", "France"], + "capital": "Paris", + "currency": "Euro", + "continent": "Europe", + "tld": ".fr", + "iso": "FR", + "largest_city": "Paris", + "demonym": "French", + }, + { + "name": "Germany", + "aliases": ["Federal Republic of Germany", "Deutschland"], + "capital": "Berlin", + "currency": "Euro", + "continent": "Europe", + "tld": ".de", + "iso": "DE", + "largest_city": "Berlin", + "demonym": "German", + }, + { + "name": "Russia", + "aliases": ["Russian Federation", "Russia"], + "capital": "Moscow", + "currency": "Russian Ruble", + "continent": "Europe", + "tld": ".ru", + "iso": "RU", + "largest_city": "Moscow", + "demonym": "Russian", + }, + { + "name": "China", + "aliases": ["PRC", "People's Republic of China"], + "capital": "Beijing", + "currency": "Renminbi", + "continent": "Asia", + "tld": ".cn", + "iso": "CN", + "largest_city": "Shanghai", + "demonym": "Chinese", + }, + { + "name": "India", + "aliases": ["Republic of India", "India"], + "capital": "New Delhi", + "currency": "Indian Rupee", + "continent": "Asia", + "tld": ".in", + "iso": "IN", + "largest_city": "Mumbai", + "demonym": "Indian", + }, + { + "name": "Japan", + "aliases": ["Japan", "Nippon"], + "capital": "Tokyo", + "currency": "Japanese Yen", + "continent": "Asia", + "tld": ".jp", + "iso": "JP", + "largest_city": "Tokyo", + "demonym": "Japanese", + }, + { + "name": "South Korea", + "aliases": ["Republic of Korea", "South Korea"], + "capital": "Seoul", + "currency": "South Korean Won", + "continent": "Asia", + "tld": ".kr", + "iso": "KR", + "largest_city": "Seoul", + "demonym": "South Korean", + }, + { + "name": "North Korea", + "aliases": ["DPRK", "Democratic People's Republic of Korea"], + "capital": "Pyongyang", + "currency": "North Korean Won", + "continent": "Asia", + "tld": ".kp", + "iso": "KP", + "largest_city": "Pyongyang", + "demonym": "North Korean", + }, + { + "name": "Canada", + "aliases": ["Canada", "CA"], + "capital": "Ottawa", + "currency": "Canadian Dollar", + "continent": "North America", + "tld": ".ca", + "iso": "CA", + "largest_city": "Toronto", + "demonym": "Canadian", + }, + { + "name": "Australia", + "aliases": ["Commonwealth of Australia", "Australia"], + "capital": "Canberra", + "currency": "Australian Dollar", + "continent": "Oceania", + "tld": ".au", + "iso": "AU", + "largest_city": "Sydney", + "demonym": "Australian", + }, + { + "name": "Brazil", + "aliases": ["Federative Republic of Brazil", "Brazil"], + "capital": "Brasilia", + "currency": "Brazilian Real", + "continent": "South America", + "tld": ".br", + "iso": "BR", + "largest_city": "São Paulo", + "demonym": "Brazilian", + }, + { + "name": "Mexico", + "aliases": ["United Mexican States", "Mexico"], + "capital": "Mexico City", + "currency": "Mexican Peso", + "continent": "North America", + "tld": ".mx", + "iso": "MX", + "largest_city": "Mexico City", + "demonym": "Mexican", + }, + { + "name": "Italy", + "aliases": ["Italian Republic", "Italy"], + "capital": "Rome", + "currency": "Euro", + "continent": "Europe", + "tld": ".it", + "iso": "IT", + "largest_city": "Rome", + "demonym": "Italian", + }, + { + "name": "Spain", + "aliases": ["Kingdom of Spain", "Spain"], + "capital": "Madrid", + "currency": "Euro", + "continent": "Europe", + "tld": ".es", + "iso": "ES", + "largest_city": "Madrid", + "demonym": "Spanish", + }, + { + "name": "Netherlands", + "aliases": ["Holland", "Netherlands"], + "capital": "Amsterdam", + "currency": "Euro", + "continent": "Europe", + "tld": ".nl", + "iso": "NL", + "largest_city": "Amsterdam", + "demonym": "Dutch", + }, + { + "name": "Sweden", + "aliases": ["Kingdom of Sweden", "Sweden"], + "capital": "Stockholm", + "currency": "Swedish Krona", + "continent": "Europe", + "tld": ".se", + "iso": "SE", + "largest_city": "Stockholm", + "demonym": "Swedish", + }, + { + "name": "Norway", + "aliases": ["Kingdom of Norway", "Norway"], + "capital": "Oslo", + "currency": "Norwegian Krone", + "continent": "Europe", + "tld": ".no", + "iso": "NO", + "largest_city": "Oslo", + "demonym": "Norwegian", + }, + { + "name": "Switzerland", + "aliases": ["Swiss Confederation", "Switzerland"], + "capital": "Bern", + "currency": "Swiss Franc", + "continent": "Europe", + "tld": ".ch", + "iso": "CH", + "largest_city": "Zürich", + "demonym": "Swiss", + }, +] + + +POLITICIANS = [ + { + "name": "Donald Trump", + "aliases": ["Donald J. Trump", "Trump"], + "country": "United States", + "birth_year": "1946", + "party": "Republican Party", + "office": "President", + "took_office": "2017", + "predecessor": "Barack Obama", + }, + { + "name": "Joe Biden", + "aliases": ["Joseph R. Biden Jr.", "Biden"], + "country": "United States", + "birth_year": "1942", + "party": "Democratic Party", + "office": "President", + "took_office": "2021", + "predecessor": "Donald Trump", + }, + { + "name": "Barack Obama", + "aliases": ["Barack H. Obama", "Obama"], + "country": "United States", + "birth_year": "1961", + "party": "Democratic Party", + "office": "President", + "took_office": "2009", + "predecessor": "George W. Bush", + }, + { + "name": "Kamala Harris", + "aliases": ["Kamala D. Harris", "Harris"], + "country": "United States", + "birth_year": "1964", + "party": "Democratic Party", + "office": "Vice President", + "took_office": "2021", + "predecessor": "Mike Pence", + }, + { + "name": "Hillary Clinton", + "aliases": ["Hillary Rodham Clinton", "Hillary Clinton"], + "country": "United States", + "birth_year": "1947", + "party": "Democratic Party", + "office": "Secretary of State", + "took_office": "2009", + "predecessor": "Condoleezza Rice", + }, + { + "name": "George W. Bush", + "aliases": ["George Bush", "Bush 43"], + "country": "United States", + "birth_year": "1946", + "party": "Republican Party", + "office": "President", + "took_office": "2001", + "predecessor": "Bill Clinton", + }, + { + "name": "Bill Clinton", + "aliases": ["William J. Clinton", "Clinton"], + "country": "United States", + "birth_year": "1946", + "party": "Democratic Party", + "office": "President", + "took_office": "1993", + "predecessor": "George H. W. Bush", + }, + { + "name": "Ronald Reagan", + "aliases": ["Reagan", "Ronald W. Reagan"], + "country": "United States", + "birth_year": "1911", + "party": "Republican Party", + "office": "President", + "took_office": "1981", + "predecessor": "Jimmy Carter", + }, + { + "name": "Boris Johnson", + "aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], + "country": "United Kingdom", + "birth_year": "1964", + "party": "Conservative Party", + "office": "Prime Minister", + "took_office": "2019", + "predecessor": "Theresa May", + }, + { + "name": "Theresa May", + "aliases": ["May", "Theresa M. May"], + "country": "United Kingdom", + "birth_year": "1956", + "party": "Conservative Party", + "office": "Prime Minister", + "took_office": "2016", + "predecessor": "David Cameron", + }, + { + "name": "Rishi Sunak", + "aliases": ["Sunak", "Rishi"], + "country": "United Kingdom", + "birth_year": "1980", + "party": "Conservative Party", + "office": "Prime Minister", + "took_office": "2022", + "predecessor": "Liz Truss", + }, + { + "name": "Keir Starmer", + "aliases": ["Starmer", "Sir Keir Starmer"], + "country": "United Kingdom", + "birth_year": "1962", + "party": "Labour Party", + "office": "Prime Minister", + "took_office": "2024", + "predecessor": "Rishi Sunak", + }, + { + "name": "Vladimir Putin", + "aliases": ["Putin", "Vladimir V. Putin"], + "country": "Russia", + "birth_year": "1952", + "party": "United Russia", + "office": "President", + "took_office": "2000", + "predecessor": "Boris Yeltsin", + }, + { + "name": "Dmitry Medvedev", + "aliases": ["Medvedev", "Dmitry A. Medvedev"], + "country": "Russia", + "birth_year": "1965", + "party": "United Russia", + "office": "President", + "took_office": "2008", + "predecessor": "Vladimir Putin", + }, + { + "name": "Xi Jinping", + "aliases": ["Xi", "President Xi"], + "country": "China", + "birth_year": "1953", + "party": "Chinese Communist Party", + "office": "President", + "took_office": "2013", + "predecessor": "Hu Jintao", + }, + { + "name": "Narendra Modi", + "aliases": ["Modi", "Narendra D. Modi"], + "country": "India", + "birth_year": "1950", + "party": "Bharatiya Janata Party", + "office": "Prime Minister", + "took_office": "2014", + "predecessor": "Manmohan Singh", + }, + { + "name": "Emmanuel Macron", + "aliases": ["Macron", "Emmanuel J. Macron"], + "country": "France", + "birth_year": "1977", + "party": "Renaissance", + "office": "President", + "took_office": "2017", + "predecessor": "François Hollande", + }, + { + "name": "Angela Merkel", + "aliases": ["Merkel", "Angela D. Merkel"], + "country": "Germany", + "birth_year": "1954", + "party": "Christian Democratic Union", + "office": "Chancellor", + "took_office": "2005", + "predecessor": "Gerhard Schröder", + }, + { + "name": "Justin Trudeau", + "aliases": ["Trudeau", "Justin P. J. Trudeau"], + "country": "Canada", + "birth_year": "1971", + "party": "Liberal Party", + "office": "Prime Minister", + "took_office": "2015", + "predecessor": "Stephen Harper", + }, + { + "name": "Jacinda Ardern", + "aliases": ["Ardern", "Jacinda K. L. Ardern"], + "country": "New Zealand", + "birth_year": "1980", + "party": "Labour Party", + "office": "Prime Minister", + "took_office": "2017", + "predecessor": "Bill English", + }, +] + + +SPORTS_SUBJECTS = [ + { + "name": "Lionel Messi", + "aliases": ["Leo Messi", "La Pulga"], + "facts": [ + ("Sport", "Association football"), + ("Country", "Argentina"), + ("Birth Year", "1987"), + ("Nickname", "La Pulga"), + ("Iconic Club", "Barcelona"), + ], + }, + { + "name": "Cristiano Ronaldo", + "aliases": ["CR7", "Cristiano"], + "facts": [ + ("Sport", "Association football"), + ("Country", "Portugal"), + ("Birth Year", "1985"), + ("Nickname", "CR7"), + ("Iconic Club", "Real Madrid"), + ], + }, + { + "name": "Tom Brady", + "aliases": ["TB12", "Brady"], + "facts": [ + ("Sport", "American football"), + ("Country", "United States"), + ("Birth Year", "1977"), + ("Position", "Quarterback"), + ("Iconic Team", "New England Patriots"), + ], + }, + { + "name": "LeBron James", + "aliases": ["King James", "LeBron"], + "facts": [ + ("Sport", "Basketball"), + ("Country", "United States"), + ("Birth Year", "1984"), + ("Nickname", "King James"), + ("Iconic Team", "Los Angeles Lakers"), + ], + }, + { + "name": "Michael Jordan", + "aliases": ["MJ", "Air Jordan"], + "facts": [ + ("Sport", "Basketball"), + ("Country", "United States"), + ("Birth Year", "1963"), + ("Nickname", "Air Jordan"), + ("Iconic Team", "Chicago Bulls"), + ], + }, + { + "name": "Patrick Mahomes", + "aliases": ["Mahomes", "Pat Mahomes"], + "facts": [ + ("Sport", "American football"), + ("Country", "United States"), + ("Birth Year", "1995"), + ("Position", "Quarterback"), + ("Iconic Team", "Kansas City Chiefs"), + ], + }, + { + "name": "Serena Williams", + "aliases": ["Serena", "Serena J. Williams"], + "facts": [ + ("Sport", "Tennis"), + ("Country", "United States"), + ("Birth Year", "1981"), + ("Nickname", "Serena"), + ("Turned Pro In", "1995"), + ], + }, + { + "name": "Roger Federer", + "aliases": ["Federer", "FedEx"], + "facts": [ + ("Sport", "Tennis"), + ("Country", "Switzerland"), + ("Birth Year", "1981"), + ("Nickname", "FedEx"), + ("Turned Pro In", "1998"), + ], + }, + { + "name": "Novak Djokovic", + "aliases": ["Djokovic", "Nole"], + "facts": [ + ("Sport", "Tennis"), + ("Country", "Serbia"), + ("Birth Year", "1987"), + ("Nickname", "Nole"), + ("Turned Pro In", "2003"), + ], + }, + { + "name": "Usain Bolt", + "aliases": ["Bolt", "Lightning Bolt"], + "facts": [ + ("Sport", "Athletics"), + ("Country", "Jamaica"), + ("Birth Year", "1986"), + ("Nickname", "Lightning Bolt"), + ("Signature Event", "100 metres"), + ], + }, + { + "name": "Real Madrid", + "aliases": ["Los Blancos", "Real"], + "facts": [ + ("Sport", "Association football"), + ("Country", "Spain"), + ("City", "Madrid"), + ("Home Venue", "Santiago Bernabéu Stadium"), + ("League", "La Liga"), + ], + }, + { + "name": "Barcelona", + "aliases": ["Barça", "Barca"], + "facts": [ + ("Sport", "Association football"), + ("Country", "Spain"), + ("City", "Barcelona"), + ("Home Venue", "Camp Nou"), + ("League", "La Liga"), + ], + }, + { + "name": "Manchester United", + "aliases": ["Man United", "Red Devils"], + "facts": [ + ("Sport", "Association football"), + ("Country", "England"), + ("City", "Manchester"), + ("Home Venue", "Old Trafford"), + ("League", "Premier League"), + ], + }, + { + "name": "Los Angeles Lakers", + "aliases": ["Lakers", "Purple and Gold"], + "facts": [ + ("Sport", "Basketball"), + ("Country", "United States"), + ("City", "Los Angeles"), + ("Home Venue", "Crypto.com Arena"), + ("League", "NBA"), + ], + }, + { + "name": "Kansas City Chiefs", + "aliases": ["Chiefs", "KC Chiefs"], + "facts": [ + ("Sport", "American football"), + ("Country", "United States"), + ("City", "Kansas City"), + ("Home Venue", "Arrowhead Stadium"), + ("League", "NFL"), + ], + }, + { + "name": "New England Patriots", + "aliases": ["Patriots", "Pats"], + "facts": [ + ("Sport", "American football"), + ("Country", "United States"), + ("City", "Foxborough"), + ("Home Venue", "Gillette Stadium"), + ("League", "NFL"), + ], + }, + { + "name": "Golden State Warriors", + "aliases": ["Warriors", "Dubs"], + "facts": [ + ("Sport", "Basketball"), + ("Country", "United States"), + ("City", "San Francisco"), + ("Home Venue", "Chase Center"), + ("League", "NBA"), + ], + }, + { + "name": "Argentina national football team", + "aliases": ["La Albiceleste", "Argentina"], + "facts": [ + ("Sport", "Association football"), + ("Country", "Argentina"), + ("Confederation", "CONMEBOL"), + ("Captain at 2022 World Cup", "Lionel Messi"), + ("Nickname", "La Albiceleste"), + ], + }, + { + "name": "Portugal national football team", + "aliases": ["Seleção das Quinas", "Portugal"], + "facts": [ + ("Sport", "Association football"), + ("Country", "Portugal"), + ("Confederation", "UEFA"), + ("Captain at Euro 2016", "Cristiano Ronaldo"), + ("Nickname", "Seleção das Quinas"), + ], + }, + { + "name": "Tampa Bay Buccaneers", + "aliases": ["Buccaneers", "Bucs"], + "facts": [ + ("Sport", "American football"), + ("Country", "United States"), + ("City", "Tampa"), + ("Home Venue", "Raymond James Stadium"), + ("League", "NFL"), + ], + }, +] + + +COUNTRY_REL_ALIASES = { + "Capital": ["Capital City", "National Capital"], + "Currency": ["Official Currency", "Money Used"], + "Continent": ["Located In Continent", "Continent Located In"], + "Internet TLD": ["Country Code TLD", "Internet Suffix"], + "ISO Code": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], +} + +POLITICIAN_REL_ALIASES = { + "Country Served": ["Country Represented", "Nation Led"], + "Birth Year": ["Year Born", "Born In Year"], + "Political Party": ["Party Affiliation", "Party"], + "Highest Office": ["Top Office", "Highest Post"], + "Took Highest Office In": ["Became Leader In", "Took Office In"], + "Immediate Predecessor": ["Predecessor In Office", "Leader Before"], +} + +SPORT_REL_ALIASES = { + "Sport": ["Discipline", "Sport Played"], + "Country": ["Associated Country", "Country Represented"], + "Birth Year": ["Year Born", "Born In Year"], + "Nickname": ["Also Known As", "Nickname Used"], + "Iconic Club": ["Most Associated Club", "Legendary Club"], + "Iconic Team": ["Most Associated Team", "Legendary Team"], + "Position": ["Playing Position", "On-Field Role"], + "Turned Pro In": ["Turned Professional In", "Professional Debut Year"], + "Signature Event": ["Best Known Event", "Signature Discipline"], + "City": ["Based In City", "Home City"], + "Home Venue": ["Home Stadium", "Home Arena"], + "League": ["Competes In", "League Played In"], + "Confederation": ["Continental Confederation", "Football Confederation"], + "Captain at 2022 World Cup": ["2022 World Cup Captain", "Captain in Qatar 2022"], + "Captain at Euro 2016": ["Euro 2016 Captain", "Captain in France 2016"], +} + + +def country_base_triplets() -> list[tuple[str, str, str]]: + triplets: list[tuple[str, str, str]] = [] + for country in COUNTRIES: + triplets.extend( + [ + (country["name"], "Capital", country["capital"]), + (country["name"], "Currency", country["currency"]), + (country["name"], "Continent", country["continent"]), + (country["name"], "Internet TLD", country["tld"]), + (country["name"], "ISO Code", country["iso"]), + ] + ) + return triplets + + +def country_alias_triplets() -> list[tuple[str, str, str]]: + triplets: list[tuple[str, str, str]] = [] + base_rows = [ + ("Capital", "capital"), + ("Currency", "currency"), + ("Continent", "continent"), + ("Internet TLD", "tld"), + ("ISO Code", "iso"), + ] + for country in COUNTRIES: + subject_a, subject_b = country["aliases"] + for relation, key in base_rows: + alias_a, alias_b = COUNTRY_REL_ALIASES[relation] + triplets.append((subject_a, alias_a, country[key])) + triplets.append((subject_b, alias_b, country[key])) + return triplets + + +def country_noise_triplets() -> list[tuple[str, str, str]]: + triplets = country_base_triplets() + for country in COUNTRIES: + triplets.extend( + [ + ( + f"Government of {country['name']}", + "Seat of Government", + country["capital"], + ), + (f"Parliament of {country['name']}", "Meets In", country["capital"]), + ( + f"Central Bank of {country['name']}", + "Issues Currency", + country["currency"], + ), + ( + f"Internet addresses for {country['name']}", + "Country Suffix", + country["tld"], + ), + ] + ) + return triplets + + +def country_collision_triplets() -> list[tuple[str, str, str]]: + triplets = country_base_triplets() + for country in COUNTRIES: + triplets.extend( + [ + (country["name"], "Largest City", country["largest_city"]), + (country["name"], "Demonym", country["demonym"]), + ] + ) + return triplets + + +def politician_base_triplets() -> list[tuple[str, str, str]]: + triplets: list[tuple[str, str, str]] = [] + for politician in POLITICIANS: + triplets.extend( + [ + (politician["name"], "Country Served", politician["country"]), + (politician["name"], "Birth Year", politician["birth_year"]), + (politician["name"], "Political Party", politician["party"]), + (politician["name"], "Highest Office", politician["office"]), + ( + politician["name"], + "Took Highest Office In", + politician["took_office"], + ), + ( + politician["name"], + "Immediate Predecessor", + politician["predecessor"], + ), + ] + ) + return triplets + + +def politician_alias_triplets() -> list[tuple[str, str, str]]: + triplets: list[tuple[str, str, str]] = [] + fields = { + "Country Served": "country", + "Birth Year": "birth_year", + "Political Party": "party", + "Highest Office": "office", + "Took Highest Office In": "took_office", + "Immediate Predecessor": "predecessor", + } + for politician in POLITICIANS: + alias_a, alias_b = politician["aliases"] + for relation, key in fields.items(): + rel_a, rel_b = POLITICIAN_REL_ALIASES[relation] + triplets.append((alias_a, rel_a, politician[key])) + triplets.append((alias_b, rel_b, politician[key])) + return triplets + + +def politician_noise_triplets() -> list[tuple[str, str, str]]: + triplets = politician_base_triplets() + for politician in POLITICIANS: + triplets.extend( + [ + (f"{politician['name']} administration", "Led By", politician["name"]), + ( + f"{politician['name']} political era", + "Figurehead", + politician["name"], + ), + ( + f"{politician['country']} {politician['office']} taking office in {politician['took_office']}", + "Officeholder", + politician["name"], + ), + ] + ) + return triplets + + +def politician_collision_triplets() -> list[tuple[str, str, str]]: + triplets = politician_base_triplets() + for politician in POLITICIANS: + triplets.extend( + [ + ( + politician["country"], + f"{politician['office']} taking office in {politician['took_office']}", + politician["name"], + ), + ( + politician["country"], + f"Leader after {politician['predecessor']}", + politician["name"], + ), + ] + ) + return triplets + + +def sports_base_triplets() -> list[tuple[str, str, str]]: + triplets: list[tuple[str, str, str]] = [] + for subject in SPORTS_SUBJECTS: + for relation, obj in subject["facts"]: + triplets.append((subject["name"], relation, obj)) + return triplets + + +def sports_alias_triplets() -> list[tuple[str, str, str]]: + triplets: list[tuple[str, str, str]] = [] + for subject in SPORTS_SUBJECTS: + alias_a, alias_b = subject["aliases"] + for relation, obj in subject["facts"]: + rel_a, rel_b = SPORT_REL_ALIASES[relation] + triplets.append((alias_a, rel_a, obj)) + triplets.append((alias_b, rel_b, obj)) + return triplets + + +def sports_noise_triplets() -> list[tuple[str, str, str]]: + triplets = sports_base_triplets() + for subject in SPORTS_SUBJECTS: + facts = dict(subject["facts"]) + if "Country" in facts: + triplets.append( + ( + f"{facts['Country']} sports icon card", + "Featured Athlete", + subject["name"], + ) + ) + triplets.append((f"{subject['name']} highlight reel", "Stars", subject["name"])) + if "Home Venue" in facts: + triplets.append((facts["Home Venue"], "Primary Tenant", subject["name"])) + else: + triplets.append((subject["aliases"][0], "Refers To", subject["name"])) + return triplets + + +def sports_collision_triplets() -> list[tuple[str, str, str]]: + triplets = sports_base_triplets() + for subject in SPORTS_SUBJECTS: + facts = dict(subject["facts"]) + if "Country" in facts: + triplets.append((facts["Country"], "Star Athlete or Team", subject["name"])) + if "City" in facts: + triplets.append((facts["City"], "Major Team", subject["name"])) + else: + triplets.append( + (subject["aliases"][0], "Canonical Referent", subject["name"]) + ) + triplets.extend( + [ + ("Super Bowl LV", "Winning Quarterback", "Tom Brady"), + ("Super Bowl LVI", "Winning Quarterback", "Matthew Stafford"), + ("Super Bowl LVII", "Winning Quarterback", "Patrick Mahomes"), + ("Santiago Bernabéu Stadium", "Home Club", "Real Madrid"), + ("Camp Nou", "Home Club", "Barcelona"), + ("Old Trafford", "Home Club", "Manchester United"), + ("Arrowhead Stadium", "Home Team", "Kansas City Chiefs"), + ("Gillette Stadium", "Home Team", "New England Patriots"), + ("Chase Center", "Home Team", "Golden State Warriors"), + ("Raymond James Stadium", "Home Team", "Tampa Bay Buccaneers"), + ("Argentina", "Captain at 2022 World Cup", "Lionel Messi"), + ("Portugal", "Captain at Euro 2016", "Cristiano Ronaldo"), + ("Spain", "La Liga giant", "Real Madrid"), + ("Spain", "La Liga giant", "Barcelona"), + ("United States", "NFL team", "Kansas City Chiefs"), + ("United States", "NFL team", "New England Patriots"), + ("United States", "NBA team", "Los Angeles Lakers"), + ("United States", "NBA team", "Golden State Warriors"), + ] + ) + return triplets + + +def generate_all() -> None: + datasets = { + OUT_DIR / "countries" / "base.json": country_base_triplets(), + OUT_DIR / "countries" / "alias.json": country_alias_triplets(), + OUT_DIR / "countries" / "noise.json": country_noise_triplets(), + OUT_DIR / "countries" / "collision.json": country_collision_triplets(), + OUT_DIR / "politicians" / "base.json": politician_base_triplets(), + OUT_DIR / "politicians" / "alias.json": politician_alias_triplets(), + OUT_DIR / "politicians" / "noise.json": politician_noise_triplets(), + OUT_DIR / "politicians" / "collision.json": politician_collision_triplets(), + OUT_DIR / "sports" / "base.json": sports_base_triplets(), + OUT_DIR / "sports" / "alias.json": sports_alias_triplets(), + OUT_DIR / "sports" / "noise.json": sports_noise_triplets(), + OUT_DIR / "sports" / "collision.json": sports_collision_triplets(), + } + + for path, triplets in datasets.items(): + write_database(path, triplets) + print(f"{path.relative_to(ROOT)}: {len(triplets)} triplets") + + +if __name__ == "__main__": + generate_all() diff --git a/data/custom_databases/politicians/alias.json b/data/custom_databases/politicians/alias.json index e69de29..85f1996 100644 --- a/data/custom_databases/politicians/alias.json +++ b/data/custom_databases/politicians/alias.json @@ -0,0 +1,1338 @@ +{ + "entities": [ + "Alexander Boris de Pfeffel Johnson", + "Angela D. Merkel", + "Ardern", + "Barack H. Obama", + "Biden", + "Boris", + "Bush 43", + "Clinton", + "Dmitry A. Medvedev", + "Donald J. Trump", + "Emmanuel J. Macron", + "George Bush", + "Harris", + "Hillary Clinton", + "Hillary Rodham Clinton", + "Jacinda K. L. Ardern", + "Joseph R. Biden Jr.", + "Justin P. J. Trudeau", + "Kamala D. Harris", + "Macron", + "May", + "Medvedev", + "Merkel", + "Modi", + "Narendra D. Modi", + "Obama", + "President Xi", + "Putin", + "Reagan", + "Rishi", + "Ronald W. Reagan", + "Sir Keir Starmer", + "Starmer", + "Sunak", + "Theresa M. May", + "Trudeau", + "Trump", + "Vladimir V. Putin", + "William J. Clinton", + "Xi" + ], + "relationships": [ + "Became Leader In", + "Born In Year", + "Country Represented", + "Highest Post", + "Leader Before", + "Nation Led", + "Party", + "Party Affiliation", + "Predecessor In Office", + "Took Office In", + "Top Office", + "Year Born" + ], + "return_values": [ + "1911", + "1942", + "1946", + "1947", + "1950", + "1952", + "1953", + "1954", + "1956", + "1961", + "1962", + "1964", + "1965", + "1971", + "1977", + "1980", + "1981", + "1993", + "2000", + "2001", + "2005", + "2008", + "2009", + "2013", + "2014", + "2015", + "2016", + "2017", + "2019", + "2021", + "2022", + "2024", + "Barack Obama", + "Bharatiya Janata Party", + "Bill Clinton", + "Bill English", + "Boris Yeltsin", + "Canada", + "Chancellor", + "China", + "Chinese Communist Party", + "Christian Democratic Union", + "Condoleezza Rice", + "Conservative Party", + "David Cameron", + "Democratic Party", + "Donald Trump", + "France", + "François Hollande", + "George H. W. Bush", + "George W. Bush", + "Gerhard Schröder", + "Germany", + "Hu Jintao", + "India", + "Jimmy Carter", + "Labour Party", + "Liberal Party", + "Liz Truss", + "Manmohan Singh", + "Mike Pence", + "New Zealand", + "President", + "Prime Minister", + "Renaissance", + "Republican Party", + "Rishi Sunak", + "Russia", + "Secretary of State", + "Stephen Harper", + "Theresa May", + "United Kingdom", + "United Russia", + "United States", + "Vice President", + "Vladimir Putin" + ], + "triplets": [ + [ + "Donald J. Trump", + "Country Represented", + "United States" + ], + [ + "Trump", + "Nation Led", + "United States" + ], + [ + "Donald J. Trump", + "Year Born", + "1946" + ], + [ + "Trump", + "Born In Year", + "1946" + ], + [ + "Donald J. Trump", + "Party Affiliation", + "Republican Party" + ], + [ + "Trump", + "Party", + "Republican Party" + ], + [ + "Donald J. Trump", + "Top Office", + "President" + ], + [ + "Trump", + "Highest Post", + "President" + ], + [ + "Donald J. Trump", + "Became Leader In", + "2017" + ], + [ + "Trump", + "Took Office In", + "2017" + ], + [ + "Donald J. Trump", + "Predecessor In Office", + "Barack Obama" + ], + [ + "Trump", + "Leader Before", + "Barack Obama" + ], + [ + "Joseph R. Biden Jr.", + "Country Represented", + "United States" + ], + [ + "Biden", + "Nation Led", + "United States" + ], + [ + "Joseph R. Biden Jr.", + "Year Born", + "1942" + ], + [ + "Biden", + "Born In Year", + "1942" + ], + [ + "Joseph R. Biden Jr.", + "Party Affiliation", + "Democratic Party" + ], + [ + "Biden", + "Party", + "Democratic Party" + ], + [ + "Joseph R. Biden Jr.", + "Top Office", + "President" + ], + [ + "Biden", + "Highest Post", + "President" + ], + [ + "Joseph R. Biden Jr.", + "Became Leader In", + "2021" + ], + [ + "Biden", + "Took Office In", + "2021" + ], + [ + "Joseph R. Biden Jr.", + "Predecessor In Office", + "Donald Trump" + ], + [ + "Biden", + "Leader Before", + "Donald Trump" + ], + [ + "Barack H. Obama", + "Country Represented", + "United States" + ], + [ + "Obama", + "Nation Led", + "United States" + ], + [ + "Barack H. Obama", + "Year Born", + "1961" + ], + [ + "Obama", + "Born In Year", + "1961" + ], + [ + "Barack H. Obama", + "Party Affiliation", + "Democratic Party" + ], + [ + "Obama", + "Party", + "Democratic Party" + ], + [ + "Barack H. Obama", + "Top Office", + "President" + ], + [ + "Obama", + "Highest Post", + "President" + ], + [ + "Barack H. Obama", + "Became Leader In", + "2009" + ], + [ + "Obama", + "Took Office In", + "2009" + ], + [ + "Barack H. Obama", + "Predecessor In Office", + "George W. Bush" + ], + [ + "Obama", + "Leader Before", + "George W. Bush" + ], + [ + "Kamala D. Harris", + "Country Represented", + "United States" + ], + [ + "Harris", + "Nation Led", + "United States" + ], + [ + "Kamala D. Harris", + "Year Born", + "1964" + ], + [ + "Harris", + "Born In Year", + "1964" + ], + [ + "Kamala D. Harris", + "Party Affiliation", + "Democratic Party" + ], + [ + "Harris", + "Party", + "Democratic Party" + ], + [ + "Kamala D. Harris", + "Top Office", + "Vice President" + ], + [ + "Harris", + "Highest Post", + "Vice President" + ], + [ + "Kamala D. Harris", + "Became Leader In", + "2021" + ], + [ + "Harris", + "Took Office In", + "2021" + ], + [ + "Kamala D. Harris", + "Predecessor In Office", + "Mike Pence" + ], + [ + "Harris", + "Leader Before", + "Mike Pence" + ], + [ + "Hillary Rodham Clinton", + "Country Represented", + "United States" + ], + [ + "Hillary Clinton", + "Nation Led", + "United States" + ], + [ + "Hillary Rodham Clinton", + "Year Born", + "1947" + ], + [ + "Hillary Clinton", + "Born In Year", + "1947" + ], + [ + "Hillary Rodham Clinton", + "Party Affiliation", + "Democratic Party" + ], + [ + "Hillary Clinton", + "Party", + "Democratic Party" + ], + [ + "Hillary Rodham Clinton", + "Top Office", + "Secretary of State" + ], + [ + "Hillary Clinton", + "Highest Post", + "Secretary of State" + ], + [ + "Hillary Rodham Clinton", + "Became Leader In", + "2009" + ], + [ + "Hillary Clinton", + "Took Office In", + "2009" + ], + [ + "Hillary Rodham Clinton", + "Predecessor In Office", + "Condoleezza Rice" + ], + [ + "Hillary Clinton", + "Leader Before", + "Condoleezza Rice" + ], + [ + "George Bush", + "Country Represented", + "United States" + ], + [ + "Bush 43", + "Nation Led", + "United States" + ], + [ + "George Bush", + "Year Born", + "1946" + ], + [ + "Bush 43", + "Born In Year", + "1946" + ], + [ + "George Bush", + "Party Affiliation", + "Republican Party" + ], + [ + "Bush 43", + "Party", + "Republican Party" + ], + [ + "George Bush", + "Top Office", + "President" + ], + [ + "Bush 43", + "Highest Post", + "President" + ], + [ + "George Bush", + "Became Leader In", + "2001" + ], + [ + "Bush 43", + "Took Office In", + "2001" + ], + [ + "George Bush", + "Predecessor In Office", + "Bill Clinton" + ], + [ + "Bush 43", + "Leader Before", + "Bill Clinton" + ], + [ + "William J. Clinton", + "Country Represented", + "United States" + ], + [ + "Clinton", + "Nation Led", + "United States" + ], + [ + "William J. Clinton", + "Year Born", + "1946" + ], + [ + "Clinton", + "Born In Year", + "1946" + ], + [ + "William J. Clinton", + "Party Affiliation", + "Democratic Party" + ], + [ + "Clinton", + "Party", + "Democratic Party" + ], + [ + "William J. Clinton", + "Top Office", + "President" + ], + [ + "Clinton", + "Highest Post", + "President" + ], + [ + "William J. Clinton", + "Became Leader In", + "1993" + ], + [ + "Clinton", + "Took Office In", + "1993" + ], + [ + "William J. Clinton", + "Predecessor In Office", + "George H. W. Bush" + ], + [ + "Clinton", + "Leader Before", + "George H. W. Bush" + ], + [ + "Reagan", + "Country Represented", + "United States" + ], + [ + "Ronald W. Reagan", + "Nation Led", + "United States" + ], + [ + "Reagan", + "Year Born", + "1911" + ], + [ + "Ronald W. Reagan", + "Born In Year", + "1911" + ], + [ + "Reagan", + "Party Affiliation", + "Republican Party" + ], + [ + "Ronald W. Reagan", + "Party", + "Republican Party" + ], + [ + "Reagan", + "Top Office", + "President" + ], + [ + "Ronald W. Reagan", + "Highest Post", + "President" + ], + [ + "Reagan", + "Became Leader In", + "1981" + ], + [ + "Ronald W. Reagan", + "Took Office In", + "1981" + ], + [ + "Reagan", + "Predecessor In Office", + "Jimmy Carter" + ], + [ + "Ronald W. Reagan", + "Leader Before", + "Jimmy Carter" + ], + [ + "Boris", + "Country Represented", + "United Kingdom" + ], + [ + "Alexander Boris de Pfeffel Johnson", + "Nation Led", + "United Kingdom" + ], + [ + "Boris", + "Year Born", + "1964" + ], + [ + "Alexander Boris de Pfeffel Johnson", + "Born In Year", + "1964" + ], + [ + "Boris", + "Party Affiliation", + "Conservative Party" + ], + [ + "Alexander Boris de Pfeffel Johnson", + "Party", + "Conservative Party" + ], + [ + "Boris", + "Top Office", + "Prime Minister" + ], + [ + "Alexander Boris de Pfeffel Johnson", + "Highest Post", + "Prime Minister" + ], + [ + "Boris", + "Became Leader In", + "2019" + ], + [ + "Alexander Boris de Pfeffel Johnson", + "Took Office In", + "2019" + ], + [ + "Boris", + "Predecessor In Office", + "Theresa May" + ], + [ + "Alexander Boris de Pfeffel Johnson", + "Leader Before", + "Theresa May" + ], + [ + "May", + "Country Represented", + "United Kingdom" + ], + [ + "Theresa M. May", + "Nation Led", + "United Kingdom" + ], + [ + "May", + "Year Born", + "1956" + ], + [ + "Theresa M. May", + "Born In Year", + "1956" + ], + [ + "May", + "Party Affiliation", + "Conservative Party" + ], + [ + "Theresa M. May", + "Party", + "Conservative Party" + ], + [ + "May", + "Top Office", + "Prime Minister" + ], + [ + "Theresa M. May", + "Highest Post", + "Prime Minister" + ], + [ + "May", + "Became Leader In", + "2016" + ], + [ + "Theresa M. May", + "Took Office In", + "2016" + ], + [ + "May", + "Predecessor In Office", + "David Cameron" + ], + [ + "Theresa M. May", + "Leader Before", + "David Cameron" + ], + [ + "Sunak", + "Country Represented", + "United Kingdom" + ], + [ + "Rishi", + "Nation Led", + "United Kingdom" + ], + [ + "Sunak", + "Year Born", + "1980" + ], + [ + "Rishi", + "Born In Year", + "1980" + ], + [ + "Sunak", + "Party Affiliation", + "Conservative Party" + ], + [ + "Rishi", + "Party", + "Conservative Party" + ], + [ + "Sunak", + "Top Office", + "Prime Minister" + ], + [ + "Rishi", + "Highest Post", + "Prime Minister" + ], + [ + "Sunak", + "Became Leader In", + "2022" + ], + [ + "Rishi", + "Took Office In", + "2022" + ], + [ + "Sunak", + "Predecessor In Office", + "Liz Truss" + ], + [ + "Rishi", + "Leader Before", + "Liz Truss" + ], + [ + "Starmer", + "Country Represented", + "United Kingdom" + ], + [ + "Sir Keir Starmer", + "Nation Led", + "United Kingdom" + ], + [ + "Starmer", + "Year Born", + "1962" + ], + [ + "Sir Keir Starmer", + "Born In Year", + "1962" + ], + [ + "Starmer", + "Party Affiliation", + "Labour Party" + ], + [ + "Sir Keir Starmer", + "Party", + "Labour Party" + ], + [ + "Starmer", + "Top Office", + "Prime Minister" + ], + [ + "Sir Keir Starmer", + "Highest Post", + "Prime Minister" + ], + [ + "Starmer", + "Became Leader In", + "2024" + ], + [ + "Sir Keir Starmer", + "Took Office In", + "2024" + ], + [ + "Starmer", + "Predecessor In Office", + "Rishi Sunak" + ], + [ + "Sir Keir Starmer", + "Leader Before", + "Rishi Sunak" + ], + [ + "Putin", + "Country Represented", + "Russia" + ], + [ + "Vladimir V. Putin", + "Nation Led", + "Russia" + ], + [ + "Putin", + "Year Born", + "1952" + ], + [ + "Vladimir V. Putin", + "Born In Year", + "1952" + ], + [ + "Putin", + "Party Affiliation", + "United Russia" + ], + [ + "Vladimir V. Putin", + "Party", + "United Russia" + ], + [ + "Putin", + "Top Office", + "President" + ], + [ + "Vladimir V. Putin", + "Highest Post", + "President" + ], + [ + "Putin", + "Became Leader In", + "2000" + ], + [ + "Vladimir V. Putin", + "Took Office In", + "2000" + ], + [ + "Putin", + "Predecessor In Office", + "Boris Yeltsin" + ], + [ + "Vladimir V. Putin", + "Leader Before", + "Boris Yeltsin" + ], + [ + "Medvedev", + "Country Represented", + "Russia" + ], + [ + "Dmitry A. Medvedev", + "Nation Led", + "Russia" + ], + [ + "Medvedev", + "Year Born", + "1965" + ], + [ + "Dmitry A. Medvedev", + "Born In Year", + "1965" + ], + [ + "Medvedev", + "Party Affiliation", + "United Russia" + ], + [ + "Dmitry A. Medvedev", + "Party", + "United Russia" + ], + [ + "Medvedev", + "Top Office", + "President" + ], + [ + "Dmitry A. Medvedev", + "Highest Post", + "President" + ], + [ + "Medvedev", + "Became Leader In", + "2008" + ], + [ + "Dmitry A. Medvedev", + "Took Office In", + "2008" + ], + [ + "Medvedev", + "Predecessor In Office", + "Vladimir Putin" + ], + [ + "Dmitry A. Medvedev", + "Leader Before", + "Vladimir Putin" + ], + [ + "Xi", + "Country Represented", + "China" + ], + [ + "President Xi", + "Nation Led", + "China" + ], + [ + "Xi", + "Year Born", + "1953" + ], + [ + "President Xi", + "Born In Year", + "1953" + ], + [ + "Xi", + "Party Affiliation", + "Chinese Communist Party" + ], + [ + "President Xi", + "Party", + "Chinese Communist Party" + ], + [ + "Xi", + "Top Office", + "President" + ], + [ + "President Xi", + "Highest Post", + "President" + ], + [ + "Xi", + "Became Leader In", + "2013" + ], + [ + "President Xi", + "Took Office In", + "2013" + ], + [ + "Xi", + "Predecessor In Office", + "Hu Jintao" + ], + [ + "President Xi", + "Leader Before", + "Hu Jintao" + ], + [ + "Modi", + "Country Represented", + "India" + ], + [ + "Narendra D. Modi", + "Nation Led", + "India" + ], + [ + "Modi", + "Year Born", + "1950" + ], + [ + "Narendra D. Modi", + "Born In Year", + "1950" + ], + [ + "Modi", + "Party Affiliation", + "Bharatiya Janata Party" + ], + [ + "Narendra D. Modi", + "Party", + "Bharatiya Janata Party" + ], + [ + "Modi", + "Top Office", + "Prime Minister" + ], + [ + "Narendra D. Modi", + "Highest Post", + "Prime Minister" + ], + [ + "Modi", + "Became Leader In", + "2014" + ], + [ + "Narendra D. Modi", + "Took Office In", + "2014" + ], + [ + "Modi", + "Predecessor In Office", + "Manmohan Singh" + ], + [ + "Narendra D. Modi", + "Leader Before", + "Manmohan Singh" + ], + [ + "Macron", + "Country Represented", + "France" + ], + [ + "Emmanuel J. Macron", + "Nation Led", + "France" + ], + [ + "Macron", + "Year Born", + "1977" + ], + [ + "Emmanuel J. Macron", + "Born In Year", + "1977" + ], + [ + "Macron", + "Party Affiliation", + "Renaissance" + ], + [ + "Emmanuel J. Macron", + "Party", + "Renaissance" + ], + [ + "Macron", + "Top Office", + "President" + ], + [ + "Emmanuel J. Macron", + "Highest Post", + "President" + ], + [ + "Macron", + "Became Leader In", + "2017" + ], + [ + "Emmanuel J. Macron", + "Took Office In", + "2017" + ], + [ + "Macron", + "Predecessor In Office", + "François Hollande" + ], + [ + "Emmanuel J. Macron", + "Leader Before", + "François Hollande" + ], + [ + "Merkel", + "Country Represented", + "Germany" + ], + [ + "Angela D. Merkel", + "Nation Led", + "Germany" + ], + [ + "Merkel", + "Year Born", + "1954" + ], + [ + "Angela D. Merkel", + "Born In Year", + "1954" + ], + [ + "Merkel", + "Party Affiliation", + "Christian Democratic Union" + ], + [ + "Angela D. Merkel", + "Party", + "Christian Democratic Union" + ], + [ + "Merkel", + "Top Office", + "Chancellor" + ], + [ + "Angela D. Merkel", + "Highest Post", + "Chancellor" + ], + [ + "Merkel", + "Became Leader In", + "2005" + ], + [ + "Angela D. Merkel", + "Took Office In", + "2005" + ], + [ + "Merkel", + "Predecessor In Office", + "Gerhard Schröder" + ], + [ + "Angela D. Merkel", + "Leader Before", + "Gerhard Schröder" + ], + [ + "Trudeau", + "Country Represented", + "Canada" + ], + [ + "Justin P. J. Trudeau", + "Nation Led", + "Canada" + ], + [ + "Trudeau", + "Year Born", + "1971" + ], + [ + "Justin P. J. Trudeau", + "Born In Year", + "1971" + ], + [ + "Trudeau", + "Party Affiliation", + "Liberal Party" + ], + [ + "Justin P. J. Trudeau", + "Party", + "Liberal Party" + ], + [ + "Trudeau", + "Top Office", + "Prime Minister" + ], + [ + "Justin P. J. Trudeau", + "Highest Post", + "Prime Minister" + ], + [ + "Trudeau", + "Became Leader In", + "2015" + ], + [ + "Justin P. J. Trudeau", + "Took Office In", + "2015" + ], + [ + "Trudeau", + "Predecessor In Office", + "Stephen Harper" + ], + [ + "Justin P. J. Trudeau", + "Leader Before", + "Stephen Harper" + ], + [ + "Ardern", + "Country Represented", + "New Zealand" + ], + [ + "Jacinda K. L. Ardern", + "Nation Led", + "New Zealand" + ], + [ + "Ardern", + "Year Born", + "1980" + ], + [ + "Jacinda K. L. Ardern", + "Born In Year", + "1980" + ], + [ + "Ardern", + "Party Affiliation", + "Labour Party" + ], + [ + "Jacinda K. L. Ardern", + "Party", + "Labour Party" + ], + [ + "Ardern", + "Top Office", + "Prime Minister" + ], + [ + "Jacinda K. L. Ardern", + "Highest Post", + "Prime Minister" + ], + [ + "Ardern", + "Became Leader In", + "2017" + ], + [ + "Jacinda K. L. Ardern", + "Took Office In", + "2017" + ], + [ + "Ardern", + "Predecessor In Office", + "Bill English" + ], + [ + "Jacinda K. L. Ardern", + "Leader Before", + "Bill English" + ] + ] +} diff --git a/data/custom_databases/politicians/base.json b/data/custom_databases/politicians/base.json index e69de29..7f26ecf 100644 --- a/data/custom_databases/politicians/base.json +++ b/data/custom_databases/politicians/base.json @@ -0,0 +1,712 @@ +{ + "entities": [ + "Angela Merkel", + "Barack Obama", + "Bill Clinton", + "Boris Johnson", + "Dmitry Medvedev", + "Donald Trump", + "Emmanuel Macron", + "George W. Bush", + "Hillary Clinton", + "Jacinda Ardern", + "Joe Biden", + "Justin Trudeau", + "Kamala Harris", + "Keir Starmer", + "Narendra Modi", + "Rishi Sunak", + "Ronald Reagan", + "Theresa May", + "Vladimir Putin", + "Xi Jinping" + ], + "relationships": [ + "Birth Year", + "Country Served", + "Highest Office", + "Immediate Predecessor", + "Political Party", + "Took Highest Office In" + ], + "return_values": [ + "1911", + "1942", + "1946", + "1947", + "1950", + "1952", + "1953", + "1954", + "1956", + "1961", + "1962", + "1964", + "1965", + "1971", + "1977", + "1980", + "1981", + "1993", + "2000", + "2001", + "2005", + "2008", + "2009", + "2013", + "2014", + "2015", + "2016", + "2017", + "2019", + "2021", + "2022", + "2024", + "Barack Obama", + "Bharatiya Janata Party", + "Bill Clinton", + "Bill English", + "Boris Yeltsin", + "Canada", + "Chancellor", + "China", + "Chinese Communist Party", + "Christian Democratic Union", + "Condoleezza Rice", + "Conservative Party", + "David Cameron", + "Democratic Party", + "Donald Trump", + "France", + "François Hollande", + "George H. W. Bush", + "George W. Bush", + "Gerhard Schröder", + "Germany", + "Hu Jintao", + "India", + "Jimmy Carter", + "Labour Party", + "Liberal Party", + "Liz Truss", + "Manmohan Singh", + "Mike Pence", + "New Zealand", + "President", + "Prime Minister", + "Renaissance", + "Republican Party", + "Rishi Sunak", + "Russia", + "Secretary of State", + "Stephen Harper", + "Theresa May", + "United Kingdom", + "United Russia", + "United States", + "Vice President", + "Vladimir Putin" + ], + "triplets": [ + [ + "Donald Trump", + "Country Served", + "United States" + ], + [ + "Donald Trump", + "Birth Year", + "1946" + ], + [ + "Donald Trump", + "Political Party", + "Republican Party" + ], + [ + "Donald Trump", + "Highest Office", + "President" + ], + [ + "Donald Trump", + "Took Highest Office In", + "2017" + ], + [ + "Donald Trump", + "Immediate Predecessor", + "Barack Obama" + ], + [ + "Joe Biden", + "Country Served", + "United States" + ], + [ + "Joe Biden", + "Birth Year", + "1942" + ], + [ + "Joe Biden", + "Political Party", + "Democratic Party" + ], + [ + "Joe Biden", + "Highest Office", + "President" + ], + [ + "Joe Biden", + "Took Highest Office In", + "2021" + ], + [ + "Joe Biden", + "Immediate Predecessor", + "Donald Trump" + ], + [ + "Barack Obama", + "Country Served", + "United States" + ], + [ + "Barack Obama", + "Birth Year", + "1961" + ], + [ + "Barack Obama", + "Political Party", + "Democratic Party" + ], + [ + "Barack Obama", + "Highest Office", + "President" + ], + [ + "Barack Obama", + "Took Highest Office In", + "2009" + ], + [ + "Barack Obama", + "Immediate Predecessor", + "George W. Bush" + ], + [ + "Kamala Harris", + "Country Served", + "United States" + ], + [ + "Kamala Harris", + "Birth Year", + "1964" + ], + [ + "Kamala Harris", + "Political Party", + "Democratic Party" + ], + [ + "Kamala Harris", + "Highest Office", + "Vice President" + ], + [ + "Kamala Harris", + "Took Highest Office In", + "2021" + ], + [ + "Kamala Harris", + "Immediate Predecessor", + "Mike Pence" + ], + [ + "Hillary Clinton", + "Country Served", + "United States" + ], + [ + "Hillary Clinton", + "Birth Year", + "1947" + ], + [ + "Hillary Clinton", + "Political Party", + "Democratic Party" + ], + [ + "Hillary Clinton", + "Highest Office", + "Secretary of State" + ], + [ + "Hillary Clinton", + "Took Highest Office In", + "2009" + ], + [ + "Hillary Clinton", + "Immediate Predecessor", + "Condoleezza Rice" + ], + [ + "George W. Bush", + "Country Served", + "United States" + ], + [ + "George W. Bush", + "Birth Year", + "1946" + ], + [ + "George W. Bush", + "Political Party", + "Republican Party" + ], + [ + "George W. Bush", + "Highest Office", + "President" + ], + [ + "George W. Bush", + "Took Highest Office In", + "2001" + ], + [ + "George W. Bush", + "Immediate Predecessor", + "Bill Clinton" + ], + [ + "Bill Clinton", + "Country Served", + "United States" + ], + [ + "Bill Clinton", + "Birth Year", + "1946" + ], + [ + "Bill Clinton", + "Political Party", + "Democratic Party" + ], + [ + "Bill Clinton", + "Highest Office", + "President" + ], + [ + "Bill Clinton", + "Took Highest Office In", + "1993" + ], + [ + "Bill Clinton", + "Immediate Predecessor", + "George H. W. Bush" + ], + [ + "Ronald Reagan", + "Country Served", + "United States" + ], + [ + "Ronald Reagan", + "Birth Year", + "1911" + ], + [ + "Ronald Reagan", + "Political Party", + "Republican Party" + ], + [ + "Ronald Reagan", + "Highest Office", + "President" + ], + [ + "Ronald Reagan", + "Took Highest Office In", + "1981" + ], + [ + "Ronald Reagan", + "Immediate Predecessor", + "Jimmy Carter" + ], + [ + "Boris Johnson", + "Country Served", + "United Kingdom" + ], + [ + "Boris Johnson", + "Birth Year", + "1964" + ], + [ + "Boris Johnson", + "Political Party", + "Conservative Party" + ], + [ + "Boris Johnson", + "Highest Office", + "Prime Minister" + ], + [ + "Boris Johnson", + "Took Highest Office In", + "2019" + ], + [ + "Boris Johnson", + "Immediate Predecessor", + "Theresa May" + ], + [ + "Theresa May", + "Country Served", + "United Kingdom" + ], + [ + "Theresa May", + "Birth Year", + "1956" + ], + [ + "Theresa May", + "Political Party", + "Conservative Party" + ], + [ + "Theresa May", + "Highest Office", + "Prime Minister" + ], + [ + "Theresa May", + "Took Highest Office In", + "2016" + ], + [ + "Theresa May", + "Immediate Predecessor", + "David Cameron" + ], + [ + "Rishi Sunak", + "Country Served", + "United Kingdom" + ], + [ + "Rishi Sunak", + "Birth Year", + "1980" + ], + [ + "Rishi Sunak", + "Political Party", + "Conservative Party" + ], + [ + "Rishi Sunak", + "Highest Office", + "Prime Minister" + ], + [ + "Rishi Sunak", + "Took Highest Office In", + "2022" + ], + [ + "Rishi Sunak", + "Immediate Predecessor", + "Liz Truss" + ], + [ + "Keir Starmer", + "Country Served", + "United Kingdom" + ], + [ + "Keir Starmer", + "Birth Year", + "1962" + ], + [ + "Keir Starmer", + "Political Party", + "Labour Party" + ], + [ + "Keir Starmer", + "Highest Office", + "Prime Minister" + ], + [ + "Keir Starmer", + "Took Highest Office In", + "2024" + ], + [ + "Keir Starmer", + "Immediate Predecessor", + "Rishi Sunak" + ], + [ + "Vladimir Putin", + "Country Served", + "Russia" + ], + [ + "Vladimir Putin", + "Birth Year", + "1952" + ], + [ + "Vladimir Putin", + "Political Party", + "United Russia" + ], + [ + "Vladimir Putin", + "Highest Office", + "President" + ], + [ + "Vladimir Putin", + "Took Highest Office In", + "2000" + ], + [ + "Vladimir Putin", + "Immediate Predecessor", + "Boris Yeltsin" + ], + [ + "Dmitry Medvedev", + "Country Served", + "Russia" + ], + [ + "Dmitry Medvedev", + "Birth Year", + "1965" + ], + [ + "Dmitry Medvedev", + "Political Party", + "United Russia" + ], + [ + "Dmitry Medvedev", + "Highest Office", + "President" + ], + [ + "Dmitry Medvedev", + "Took Highest Office In", + "2008" + ], + [ + "Dmitry Medvedev", + "Immediate Predecessor", + "Vladimir Putin" + ], + [ + "Xi Jinping", + "Country Served", + "China" + ], + [ + "Xi Jinping", + "Birth Year", + "1953" + ], + [ + "Xi Jinping", + "Political Party", + "Chinese Communist Party" + ], + [ + "Xi Jinping", + "Highest Office", + "President" + ], + [ + "Xi Jinping", + "Took Highest Office In", + "2013" + ], + [ + "Xi Jinping", + "Immediate Predecessor", + "Hu Jintao" + ], + [ + "Narendra Modi", + "Country Served", + "India" + ], + [ + "Narendra Modi", + "Birth Year", + "1950" + ], + [ + "Narendra Modi", + "Political Party", + "Bharatiya Janata Party" + ], + [ + "Narendra Modi", + "Highest Office", + "Prime Minister" + ], + [ + "Narendra Modi", + "Took Highest Office In", + "2014" + ], + [ + "Narendra Modi", + "Immediate Predecessor", + "Manmohan Singh" + ], + [ + "Emmanuel Macron", + "Country Served", + "France" + ], + [ + "Emmanuel Macron", + "Birth Year", + "1977" + ], + [ + "Emmanuel Macron", + "Political Party", + "Renaissance" + ], + [ + "Emmanuel Macron", + "Highest Office", + "President" + ], + [ + "Emmanuel Macron", + "Took Highest Office In", + "2017" + ], + [ + "Emmanuel Macron", + "Immediate Predecessor", + "François Hollande" + ], + [ + "Angela Merkel", + "Country Served", + "Germany" + ], + [ + "Angela Merkel", + "Birth Year", + "1954" + ], + [ + "Angela Merkel", + "Political Party", + "Christian Democratic Union" + ], + [ + "Angela Merkel", + "Highest Office", + "Chancellor" + ], + [ + "Angela Merkel", + "Took Highest Office In", + "2005" + ], + [ + "Angela Merkel", + "Immediate Predecessor", + "Gerhard Schröder" + ], + [ + "Justin Trudeau", + "Country Served", + "Canada" + ], + [ + "Justin Trudeau", + "Birth Year", + "1971" + ], + [ + "Justin Trudeau", + "Political Party", + "Liberal Party" + ], + [ + "Justin Trudeau", + "Highest Office", + "Prime Minister" + ], + [ + "Justin Trudeau", + "Took Highest Office In", + "2015" + ], + [ + "Justin Trudeau", + "Immediate Predecessor", + "Stephen Harper" + ], + [ + "Jacinda Ardern", + "Country Served", + "New Zealand" + ], + [ + "Jacinda Ardern", + "Birth Year", + "1980" + ], + [ + "Jacinda Ardern", + "Political Party", + "Labour Party" + ], + [ + "Jacinda Ardern", + "Highest Office", + "Prime Minister" + ], + [ + "Jacinda Ardern", + "Took Highest Office In", + "2017" + ], + [ + "Jacinda Ardern", + "Immediate Predecessor", + "Bill English" + ] + ] +} diff --git a/data/custom_databases/politicians/collision.json b/data/custom_databases/politicians/collision.json index e69de29..41f8551 100644 --- a/data/custom_databases/politicians/collision.json +++ b/data/custom_databases/politicians/collision.json @@ -0,0 +1,973 @@ +{ + "entities": [ + "Angela Merkel", + "Barack Obama", + "Bill Clinton", + "Boris Johnson", + "Canada", + "China", + "Dmitry Medvedev", + "Donald Trump", + "Emmanuel Macron", + "France", + "George W. Bush", + "Germany", + "Hillary Clinton", + "India", + "Jacinda Ardern", + "Joe Biden", + "Justin Trudeau", + "Kamala Harris", + "Keir Starmer", + "Narendra Modi", + "New Zealand", + "Rishi Sunak", + "Ronald Reagan", + "Russia", + "Theresa May", + "United Kingdom", + "United States", + "Vladimir Putin", + "Xi Jinping" + ], + "relationships": [ + "Birth Year", + "Chancellor taking office in 2005", + "Country Served", + "Highest Office", + "Immediate Predecessor", + "Leader after Barack Obama", + "Leader after Bill Clinton", + "Leader after Bill English", + "Leader after Boris Yeltsin", + "Leader after Condoleezza Rice", + "Leader after David Cameron", + "Leader after Donald Trump", + "Leader after François Hollande", + "Leader after George H. W. Bush", + "Leader after George W. Bush", + "Leader after Gerhard Schröder", + "Leader after Hu Jintao", + "Leader after Jimmy Carter", + "Leader after Liz Truss", + "Leader after Manmohan Singh", + "Leader after Mike Pence", + "Leader after Rishi Sunak", + "Leader after Stephen Harper", + "Leader after Theresa May", + "Leader after Vladimir Putin", + "Political Party", + "President taking office in 1981", + "President taking office in 1993", + "President taking office in 2000", + "President taking office in 2001", + "President taking office in 2008", + "President taking office in 2009", + "President taking office in 2013", + "President taking office in 2017", + "President taking office in 2021", + "Prime Minister taking office in 2014", + "Prime Minister taking office in 2015", + "Prime Minister taking office in 2016", + "Prime Minister taking office in 2017", + "Prime Minister taking office in 2019", + "Prime Minister taking office in 2022", + "Prime Minister taking office in 2024", + "Secretary of State taking office in 2009", + "Took Highest Office In", + "Vice President taking office in 2021" + ], + "return_values": [ + "1911", + "1942", + "1946", + "1947", + "1950", + "1952", + "1953", + "1954", + "1956", + "1961", + "1962", + "1964", + "1965", + "1971", + "1977", + "1980", + "1981", + "1993", + "2000", + "2001", + "2005", + "2008", + "2009", + "2013", + "2014", + "2015", + "2016", + "2017", + "2019", + "2021", + "2022", + "2024", + "Angela Merkel", + "Barack Obama", + "Bharatiya Janata Party", + "Bill Clinton", + "Bill English", + "Boris Johnson", + "Boris Yeltsin", + "Canada", + "Chancellor", + "China", + "Chinese Communist Party", + "Christian Democratic Union", + "Condoleezza Rice", + "Conservative Party", + "David Cameron", + "Democratic Party", + "Dmitry Medvedev", + "Donald Trump", + "Emmanuel Macron", + "France", + "François Hollande", + "George H. W. Bush", + "George W. Bush", + "Gerhard Schröder", + "Germany", + "Hillary Clinton", + "Hu Jintao", + "India", + "Jacinda Ardern", + "Jimmy Carter", + "Joe Biden", + "Justin Trudeau", + "Kamala Harris", + "Keir Starmer", + "Labour Party", + "Liberal Party", + "Liz Truss", + "Manmohan Singh", + "Mike Pence", + "Narendra Modi", + "New Zealand", + "President", + "Prime Minister", + "Renaissance", + "Republican Party", + "Rishi Sunak", + "Ronald Reagan", + "Russia", + "Secretary of State", + "Stephen Harper", + "Theresa May", + "United Kingdom", + "United Russia", + "United States", + "Vice President", + "Vladimir Putin", + "Xi Jinping" + ], + "triplets": [ + [ + "Donald Trump", + "Country Served", + "United States" + ], + [ + "Donald Trump", + "Birth Year", + "1946" + ], + [ + "Donald Trump", + "Political Party", + "Republican Party" + ], + [ + "Donald Trump", + "Highest Office", + "President" + ], + [ + "Donald Trump", + "Took Highest Office In", + "2017" + ], + [ + "Donald Trump", + "Immediate Predecessor", + "Barack Obama" + ], + [ + "Joe Biden", + "Country Served", + "United States" + ], + [ + "Joe Biden", + "Birth Year", + "1942" + ], + [ + "Joe Biden", + "Political Party", + "Democratic Party" + ], + [ + "Joe Biden", + "Highest Office", + "President" + ], + [ + "Joe Biden", + "Took Highest Office In", + "2021" + ], + [ + "Joe Biden", + "Immediate Predecessor", + "Donald Trump" + ], + [ + "Barack Obama", + "Country Served", + "United States" + ], + [ + "Barack Obama", + "Birth Year", + "1961" + ], + [ + "Barack Obama", + "Political Party", + "Democratic Party" + ], + [ + "Barack Obama", + "Highest Office", + "President" + ], + [ + "Barack Obama", + "Took Highest Office In", + "2009" + ], + [ + "Barack Obama", + "Immediate Predecessor", + "George W. Bush" + ], + [ + "Kamala Harris", + "Country Served", + "United States" + ], + [ + "Kamala Harris", + "Birth Year", + "1964" + ], + [ + "Kamala Harris", + "Political Party", + "Democratic Party" + ], + [ + "Kamala Harris", + "Highest Office", + "Vice President" + ], + [ + "Kamala Harris", + "Took Highest Office In", + "2021" + ], + [ + "Kamala Harris", + "Immediate Predecessor", + "Mike Pence" + ], + [ + "Hillary Clinton", + "Country Served", + "United States" + ], + [ + "Hillary Clinton", + "Birth Year", + "1947" + ], + [ + "Hillary Clinton", + "Political Party", + "Democratic Party" + ], + [ + "Hillary Clinton", + "Highest Office", + "Secretary of State" + ], + [ + "Hillary Clinton", + "Took Highest Office In", + "2009" + ], + [ + "Hillary Clinton", + "Immediate Predecessor", + "Condoleezza Rice" + ], + [ + "George W. Bush", + "Country Served", + "United States" + ], + [ + "George W. Bush", + "Birth Year", + "1946" + ], + [ + "George W. Bush", + "Political Party", + "Republican Party" + ], + [ + "George W. Bush", + "Highest Office", + "President" + ], + [ + "George W. Bush", + "Took Highest Office In", + "2001" + ], + [ + "George W. Bush", + "Immediate Predecessor", + "Bill Clinton" + ], + [ + "Bill Clinton", + "Country Served", + "United States" + ], + [ + "Bill Clinton", + "Birth Year", + "1946" + ], + [ + "Bill Clinton", + "Political Party", + "Democratic Party" + ], + [ + "Bill Clinton", + "Highest Office", + "President" + ], + [ + "Bill Clinton", + "Took Highest Office In", + "1993" + ], + [ + "Bill Clinton", + "Immediate Predecessor", + "George H. W. Bush" + ], + [ + "Ronald Reagan", + "Country Served", + "United States" + ], + [ + "Ronald Reagan", + "Birth Year", + "1911" + ], + [ + "Ronald Reagan", + "Political Party", + "Republican Party" + ], + [ + "Ronald Reagan", + "Highest Office", + "President" + ], + [ + "Ronald Reagan", + "Took Highest Office In", + "1981" + ], + [ + "Ronald Reagan", + "Immediate Predecessor", + "Jimmy Carter" + ], + [ + "Boris Johnson", + "Country Served", + "United Kingdom" + ], + [ + "Boris Johnson", + "Birth Year", + "1964" + ], + [ + "Boris Johnson", + "Political Party", + "Conservative Party" + ], + [ + "Boris Johnson", + "Highest Office", + "Prime Minister" + ], + [ + "Boris Johnson", + "Took Highest Office In", + "2019" + ], + [ + "Boris Johnson", + "Immediate Predecessor", + "Theresa May" + ], + [ + "Theresa May", + "Country Served", + "United Kingdom" + ], + [ + "Theresa May", + "Birth Year", + "1956" + ], + [ + "Theresa May", + "Political Party", + "Conservative Party" + ], + [ + "Theresa May", + "Highest Office", + "Prime Minister" + ], + [ + "Theresa May", + "Took Highest Office In", + "2016" + ], + [ + "Theresa May", + "Immediate Predecessor", + "David Cameron" + ], + [ + "Rishi Sunak", + "Country Served", + "United Kingdom" + ], + [ + "Rishi Sunak", + "Birth Year", + "1980" + ], + [ + "Rishi Sunak", + "Political Party", + "Conservative Party" + ], + [ + "Rishi Sunak", + "Highest Office", + "Prime Minister" + ], + [ + "Rishi Sunak", + "Took Highest Office In", + "2022" + ], + [ + "Rishi Sunak", + "Immediate Predecessor", + "Liz Truss" + ], + [ + "Keir Starmer", + "Country Served", + "United Kingdom" + ], + [ + "Keir Starmer", + "Birth Year", + "1962" + ], + [ + "Keir Starmer", + "Political Party", + "Labour Party" + ], + [ + "Keir Starmer", + "Highest Office", + "Prime Minister" + ], + [ + "Keir Starmer", + "Took Highest Office In", + "2024" + ], + [ + "Keir Starmer", + "Immediate Predecessor", + "Rishi Sunak" + ], + [ + "Vladimir Putin", + "Country Served", + "Russia" + ], + [ + "Vladimir Putin", + "Birth Year", + "1952" + ], + [ + "Vladimir Putin", + "Political Party", + "United Russia" + ], + [ + "Vladimir Putin", + "Highest Office", + "President" + ], + [ + "Vladimir Putin", + "Took Highest Office In", + "2000" + ], + [ + "Vladimir Putin", + "Immediate Predecessor", + "Boris Yeltsin" + ], + [ + "Dmitry Medvedev", + "Country Served", + "Russia" + ], + [ + "Dmitry Medvedev", + "Birth Year", + "1965" + ], + [ + "Dmitry Medvedev", + "Political Party", + "United Russia" + ], + [ + "Dmitry Medvedev", + "Highest Office", + "President" + ], + [ + "Dmitry Medvedev", + "Took Highest Office In", + "2008" + ], + [ + "Dmitry Medvedev", + "Immediate Predecessor", + "Vladimir Putin" + ], + [ + "Xi Jinping", + "Country Served", + "China" + ], + [ + "Xi Jinping", + "Birth Year", + "1953" + ], + [ + "Xi Jinping", + "Political Party", + "Chinese Communist Party" + ], + [ + "Xi Jinping", + "Highest Office", + "President" + ], + [ + "Xi Jinping", + "Took Highest Office In", + "2013" + ], + [ + "Xi Jinping", + "Immediate Predecessor", + "Hu Jintao" + ], + [ + "Narendra Modi", + "Country Served", + "India" + ], + [ + "Narendra Modi", + "Birth Year", + "1950" + ], + [ + "Narendra Modi", + "Political Party", + "Bharatiya Janata Party" + ], + [ + "Narendra Modi", + "Highest Office", + "Prime Minister" + ], + [ + "Narendra Modi", + "Took Highest Office In", + "2014" + ], + [ + "Narendra Modi", + "Immediate Predecessor", + "Manmohan Singh" + ], + [ + "Emmanuel Macron", + "Country Served", + "France" + ], + [ + "Emmanuel Macron", + "Birth Year", + "1977" + ], + [ + "Emmanuel Macron", + "Political Party", + "Renaissance" + ], + [ + "Emmanuel Macron", + "Highest Office", + "President" + ], + [ + "Emmanuel Macron", + "Took Highest Office In", + "2017" + ], + [ + "Emmanuel Macron", + "Immediate Predecessor", + "François Hollande" + ], + [ + "Angela Merkel", + "Country Served", + "Germany" + ], + [ + "Angela Merkel", + "Birth Year", + "1954" + ], + [ + "Angela Merkel", + "Political Party", + "Christian Democratic Union" + ], + [ + "Angela Merkel", + "Highest Office", + "Chancellor" + ], + [ + "Angela Merkel", + "Took Highest Office In", + "2005" + ], + [ + "Angela Merkel", + "Immediate Predecessor", + "Gerhard Schröder" + ], + [ + "Justin Trudeau", + "Country Served", + "Canada" + ], + [ + "Justin Trudeau", + "Birth Year", + "1971" + ], + [ + "Justin Trudeau", + "Political Party", + "Liberal Party" + ], + [ + "Justin Trudeau", + "Highest Office", + "Prime Minister" + ], + [ + "Justin Trudeau", + "Took Highest Office In", + "2015" + ], + [ + "Justin Trudeau", + "Immediate Predecessor", + "Stephen Harper" + ], + [ + "Jacinda Ardern", + "Country Served", + "New Zealand" + ], + [ + "Jacinda Ardern", + "Birth Year", + "1980" + ], + [ + "Jacinda Ardern", + "Political Party", + "Labour Party" + ], + [ + "Jacinda Ardern", + "Highest Office", + "Prime Minister" + ], + [ + "Jacinda Ardern", + "Took Highest Office In", + "2017" + ], + [ + "Jacinda Ardern", + "Immediate Predecessor", + "Bill English" + ], + [ + "United States", + "President taking office in 2017", + "Donald Trump" + ], + [ + "United States", + "Leader after Barack Obama", + "Donald Trump" + ], + [ + "United States", + "President taking office in 2021", + "Joe Biden" + ], + [ + "United States", + "Leader after Donald Trump", + "Joe Biden" + ], + [ + "United States", + "President taking office in 2009", + "Barack Obama" + ], + [ + "United States", + "Leader after George W. Bush", + "Barack Obama" + ], + [ + "United States", + "Vice President taking office in 2021", + "Kamala Harris" + ], + [ + "United States", + "Leader after Mike Pence", + "Kamala Harris" + ], + [ + "United States", + "Secretary of State taking office in 2009", + "Hillary Clinton" + ], + [ + "United States", + "Leader after Condoleezza Rice", + "Hillary Clinton" + ], + [ + "United States", + "President taking office in 2001", + "George W. Bush" + ], + [ + "United States", + "Leader after Bill Clinton", + "George W. Bush" + ], + [ + "United States", + "President taking office in 1993", + "Bill Clinton" + ], + [ + "United States", + "Leader after George H. W. Bush", + "Bill Clinton" + ], + [ + "United States", + "President taking office in 1981", + "Ronald Reagan" + ], + [ + "United States", + "Leader after Jimmy Carter", + "Ronald Reagan" + ], + [ + "United Kingdom", + "Prime Minister taking office in 2019", + "Boris Johnson" + ], + [ + "United Kingdom", + "Leader after Theresa May", + "Boris Johnson" + ], + [ + "United Kingdom", + "Prime Minister taking office in 2016", + "Theresa May" + ], + [ + "United Kingdom", + "Leader after David Cameron", + "Theresa May" + ], + [ + "United Kingdom", + "Prime Minister taking office in 2022", + "Rishi Sunak" + ], + [ + "United Kingdom", + "Leader after Liz Truss", + "Rishi Sunak" + ], + [ + "United Kingdom", + "Prime Minister taking office in 2024", + "Keir Starmer" + ], + [ + "United Kingdom", + "Leader after Rishi Sunak", + "Keir Starmer" + ], + [ + "Russia", + "President taking office in 2000", + "Vladimir Putin" + ], + [ + "Russia", + "Leader after Boris Yeltsin", + "Vladimir Putin" + ], + [ + "Russia", + "President taking office in 2008", + "Dmitry Medvedev" + ], + [ + "Russia", + "Leader after Vladimir Putin", + "Dmitry Medvedev" + ], + [ + "China", + "President taking office in 2013", + "Xi Jinping" + ], + [ + "China", + "Leader after Hu Jintao", + "Xi Jinping" + ], + [ + "India", + "Prime Minister taking office in 2014", + "Narendra Modi" + ], + [ + "India", + "Leader after Manmohan Singh", + "Narendra Modi" + ], + [ + "France", + "President taking office in 2017", + "Emmanuel Macron" + ], + [ + "France", + "Leader after François Hollande", + "Emmanuel Macron" + ], + [ + "Germany", + "Chancellor taking office in 2005", + "Angela Merkel" + ], + [ + "Germany", + "Leader after Gerhard Schröder", + "Angela Merkel" + ], + [ + "Canada", + "Prime Minister taking office in 2015", + "Justin Trudeau" + ], + [ + "Canada", + "Leader after Stephen Harper", + "Justin Trudeau" + ], + [ + "New Zealand", + "Prime Minister taking office in 2017", + "Jacinda Ardern" + ], + [ + "New Zealand", + "Leader after Bill English", + "Jacinda Ardern" + ] + ] +} diff --git a/data/custom_databases/politicians/noise.json b/data/custom_databases/politicians/noise.json index e69de29..15cad22 100644 --- a/data/custom_databases/politicians/noise.json +++ b/data/custom_databases/politicians/noise.json @@ -0,0 +1,1088 @@ +{ + "entities": [ + "Angela Merkel", + "Angela Merkel administration", + "Angela Merkel political era", + "Barack Obama", + "Barack Obama administration", + "Barack Obama political era", + "Bill Clinton", + "Bill Clinton administration", + "Bill Clinton political era", + "Boris Johnson", + "Boris Johnson administration", + "Boris Johnson political era", + "Canada Prime Minister taking office in 2015", + "China President taking office in 2013", + "Dmitry Medvedev", + "Dmitry Medvedev administration", + "Dmitry Medvedev political era", + "Donald Trump", + "Donald Trump administration", + "Donald Trump political era", + "Emmanuel Macron", + "Emmanuel Macron administration", + "Emmanuel Macron political era", + "France President taking office in 2017", + "George W. Bush", + "George W. Bush administration", + "George W. Bush political era", + "Germany Chancellor taking office in 2005", + "Hillary Clinton", + "Hillary Clinton administration", + "Hillary Clinton political era", + "India Prime Minister taking office in 2014", + "Jacinda Ardern", + "Jacinda Ardern administration", + "Jacinda Ardern political era", + "Joe Biden", + "Joe Biden administration", + "Joe Biden political era", + "Justin Trudeau", + "Justin Trudeau administration", + "Justin Trudeau political era", + "Kamala Harris", + "Kamala Harris administration", + "Kamala Harris political era", + "Keir Starmer", + "Keir Starmer administration", + "Keir Starmer political era", + "Narendra Modi", + "Narendra Modi administration", + "Narendra Modi political era", + "New Zealand Prime Minister taking office in 2017", + "Rishi Sunak", + "Rishi Sunak administration", + "Rishi Sunak political era", + "Ronald Reagan", + "Ronald Reagan administration", + "Ronald Reagan political era", + "Russia President taking office in 2000", + "Russia President taking office in 2008", + "Theresa May", + "Theresa May administration", + "Theresa May political era", + "United Kingdom Prime Minister taking office in 2016", + "United Kingdom Prime Minister taking office in 2019", + "United Kingdom Prime Minister taking office in 2022", + "United Kingdom Prime Minister taking office in 2024", + "United States President taking office in 1981", + "United States President taking office in 1993", + "United States President taking office in 2001", + "United States President taking office in 2009", + "United States President taking office in 2017", + "United States President taking office in 2021", + "United States Secretary of State taking office in 2009", + "United States Vice President taking office in 2021", + "Vladimir Putin", + "Vladimir Putin administration", + "Vladimir Putin political era", + "Xi Jinping", + "Xi Jinping administration", + "Xi Jinping political era" + ], + "relationships": [ + "Birth Year", + "Country Served", + "Figurehead", + "Highest Office", + "Immediate Predecessor", + "Led By", + "Officeholder", + "Political Party", + "Took Highest Office In" + ], + "return_values": [ + "1911", + "1942", + "1946", + "1947", + "1950", + "1952", + "1953", + "1954", + "1956", + "1961", + "1962", + "1964", + "1965", + "1971", + "1977", + "1980", + "1981", + "1993", + "2000", + "2001", + "2005", + "2008", + "2009", + "2013", + "2014", + "2015", + "2016", + "2017", + "2019", + "2021", + "2022", + "2024", + "Angela Merkel", + "Barack Obama", + "Bharatiya Janata Party", + "Bill Clinton", + "Bill English", + "Boris Johnson", + "Boris Yeltsin", + "Canada", + "Chancellor", + "China", + "Chinese Communist Party", + "Christian Democratic Union", + "Condoleezza Rice", + "Conservative Party", + "David Cameron", + "Democratic Party", + "Dmitry Medvedev", + "Donald Trump", + "Emmanuel Macron", + "France", + "François Hollande", + "George H. W. Bush", + "George W. Bush", + "Gerhard Schröder", + "Germany", + "Hillary Clinton", + "Hu Jintao", + "India", + "Jacinda Ardern", + "Jimmy Carter", + "Joe Biden", + "Justin Trudeau", + "Kamala Harris", + "Keir Starmer", + "Labour Party", + "Liberal Party", + "Liz Truss", + "Manmohan Singh", + "Mike Pence", + "Narendra Modi", + "New Zealand", + "President", + "Prime Minister", + "Renaissance", + "Republican Party", + "Rishi Sunak", + "Ronald Reagan", + "Russia", + "Secretary of State", + "Stephen Harper", + "Theresa May", + "United Kingdom", + "United Russia", + "United States", + "Vice President", + "Vladimir Putin", + "Xi Jinping" + ], + "triplets": [ + [ + "Donald Trump", + "Country Served", + "United States" + ], + [ + "Donald Trump", + "Birth Year", + "1946" + ], + [ + "Donald Trump", + "Political Party", + "Republican Party" + ], + [ + "Donald Trump", + "Highest Office", + "President" + ], + [ + "Donald Trump", + "Took Highest Office In", + "2017" + ], + [ + "Donald Trump", + "Immediate Predecessor", + "Barack Obama" + ], + [ + "Joe Biden", + "Country Served", + "United States" + ], + [ + "Joe Biden", + "Birth Year", + "1942" + ], + [ + "Joe Biden", + "Political Party", + "Democratic Party" + ], + [ + "Joe Biden", + "Highest Office", + "President" + ], + [ + "Joe Biden", + "Took Highest Office In", + "2021" + ], + [ + "Joe Biden", + "Immediate Predecessor", + "Donald Trump" + ], + [ + "Barack Obama", + "Country Served", + "United States" + ], + [ + "Barack Obama", + "Birth Year", + "1961" + ], + [ + "Barack Obama", + "Political Party", + "Democratic Party" + ], + [ + "Barack Obama", + "Highest Office", + "President" + ], + [ + "Barack Obama", + "Took Highest Office In", + "2009" + ], + [ + "Barack Obama", + "Immediate Predecessor", + "George W. Bush" + ], + [ + "Kamala Harris", + "Country Served", + "United States" + ], + [ + "Kamala Harris", + "Birth Year", + "1964" + ], + [ + "Kamala Harris", + "Political Party", + "Democratic Party" + ], + [ + "Kamala Harris", + "Highest Office", + "Vice President" + ], + [ + "Kamala Harris", + "Took Highest Office In", + "2021" + ], + [ + "Kamala Harris", + "Immediate Predecessor", + "Mike Pence" + ], + [ + "Hillary Clinton", + "Country Served", + "United States" + ], + [ + "Hillary Clinton", + "Birth Year", + "1947" + ], + [ + "Hillary Clinton", + "Political Party", + "Democratic Party" + ], + [ + "Hillary Clinton", + "Highest Office", + "Secretary of State" + ], + [ + "Hillary Clinton", + "Took Highest Office In", + "2009" + ], + [ + "Hillary Clinton", + "Immediate Predecessor", + "Condoleezza Rice" + ], + [ + "George W. Bush", + "Country Served", + "United States" + ], + [ + "George W. Bush", + "Birth Year", + "1946" + ], + [ + "George W. Bush", + "Political Party", + "Republican Party" + ], + [ + "George W. Bush", + "Highest Office", + "President" + ], + [ + "George W. Bush", + "Took Highest Office In", + "2001" + ], + [ + "George W. Bush", + "Immediate Predecessor", + "Bill Clinton" + ], + [ + "Bill Clinton", + "Country Served", + "United States" + ], + [ + "Bill Clinton", + "Birth Year", + "1946" + ], + [ + "Bill Clinton", + "Political Party", + "Democratic Party" + ], + [ + "Bill Clinton", + "Highest Office", + "President" + ], + [ + "Bill Clinton", + "Took Highest Office In", + "1993" + ], + [ + "Bill Clinton", + "Immediate Predecessor", + "George H. W. Bush" + ], + [ + "Ronald Reagan", + "Country Served", + "United States" + ], + [ + "Ronald Reagan", + "Birth Year", + "1911" + ], + [ + "Ronald Reagan", + "Political Party", + "Republican Party" + ], + [ + "Ronald Reagan", + "Highest Office", + "President" + ], + [ + "Ronald Reagan", + "Took Highest Office In", + "1981" + ], + [ + "Ronald Reagan", + "Immediate Predecessor", + "Jimmy Carter" + ], + [ + "Boris Johnson", + "Country Served", + "United Kingdom" + ], + [ + "Boris Johnson", + "Birth Year", + "1964" + ], + [ + "Boris Johnson", + "Political Party", + "Conservative Party" + ], + [ + "Boris Johnson", + "Highest Office", + "Prime Minister" + ], + [ + "Boris Johnson", + "Took Highest Office In", + "2019" + ], + [ + "Boris Johnson", + "Immediate Predecessor", + "Theresa May" + ], + [ + "Theresa May", + "Country Served", + "United Kingdom" + ], + [ + "Theresa May", + "Birth Year", + "1956" + ], + [ + "Theresa May", + "Political Party", + "Conservative Party" + ], + [ + "Theresa May", + "Highest Office", + "Prime Minister" + ], + [ + "Theresa May", + "Took Highest Office In", + "2016" + ], + [ + "Theresa May", + "Immediate Predecessor", + "David Cameron" + ], + [ + "Rishi Sunak", + "Country Served", + "United Kingdom" + ], + [ + "Rishi Sunak", + "Birth Year", + "1980" + ], + [ + "Rishi Sunak", + "Political Party", + "Conservative Party" + ], + [ + "Rishi Sunak", + "Highest Office", + "Prime Minister" + ], + [ + "Rishi Sunak", + "Took Highest Office In", + "2022" + ], + [ + "Rishi Sunak", + "Immediate Predecessor", + "Liz Truss" + ], + [ + "Keir Starmer", + "Country Served", + "United Kingdom" + ], + [ + "Keir Starmer", + "Birth Year", + "1962" + ], + [ + "Keir Starmer", + "Political Party", + "Labour Party" + ], + [ + "Keir Starmer", + "Highest Office", + "Prime Minister" + ], + [ + "Keir Starmer", + "Took Highest Office In", + "2024" + ], + [ + "Keir Starmer", + "Immediate Predecessor", + "Rishi Sunak" + ], + [ + "Vladimir Putin", + "Country Served", + "Russia" + ], + [ + "Vladimir Putin", + "Birth Year", + "1952" + ], + [ + "Vladimir Putin", + "Political Party", + "United Russia" + ], + [ + "Vladimir Putin", + "Highest Office", + "President" + ], + [ + "Vladimir Putin", + "Took Highest Office In", + "2000" + ], + [ + "Vladimir Putin", + "Immediate Predecessor", + "Boris Yeltsin" + ], + [ + "Dmitry Medvedev", + "Country Served", + "Russia" + ], + [ + "Dmitry Medvedev", + "Birth Year", + "1965" + ], + [ + "Dmitry Medvedev", + "Political Party", + "United Russia" + ], + [ + "Dmitry Medvedev", + "Highest Office", + "President" + ], + [ + "Dmitry Medvedev", + "Took Highest Office In", + "2008" + ], + [ + "Dmitry Medvedev", + "Immediate Predecessor", + "Vladimir Putin" + ], + [ + "Xi Jinping", + "Country Served", + "China" + ], + [ + "Xi Jinping", + "Birth Year", + "1953" + ], + [ + "Xi Jinping", + "Political Party", + "Chinese Communist Party" + ], + [ + "Xi Jinping", + "Highest Office", + "President" + ], + [ + "Xi Jinping", + "Took Highest Office In", + "2013" + ], + [ + "Xi Jinping", + "Immediate Predecessor", + "Hu Jintao" + ], + [ + "Narendra Modi", + "Country Served", + "India" + ], + [ + "Narendra Modi", + "Birth Year", + "1950" + ], + [ + "Narendra Modi", + "Political Party", + "Bharatiya Janata Party" + ], + [ + "Narendra Modi", + "Highest Office", + "Prime Minister" + ], + [ + "Narendra Modi", + "Took Highest Office In", + "2014" + ], + [ + "Narendra Modi", + "Immediate Predecessor", + "Manmohan Singh" + ], + [ + "Emmanuel Macron", + "Country Served", + "France" + ], + [ + "Emmanuel Macron", + "Birth Year", + "1977" + ], + [ + "Emmanuel Macron", + "Political Party", + "Renaissance" + ], + [ + "Emmanuel Macron", + "Highest Office", + "President" + ], + [ + "Emmanuel Macron", + "Took Highest Office In", + "2017" + ], + [ + "Emmanuel Macron", + "Immediate Predecessor", + "François Hollande" + ], + [ + "Angela Merkel", + "Country Served", + "Germany" + ], + [ + "Angela Merkel", + "Birth Year", + "1954" + ], + [ + "Angela Merkel", + "Political Party", + "Christian Democratic Union" + ], + [ + "Angela Merkel", + "Highest Office", + "Chancellor" + ], + [ + "Angela Merkel", + "Took Highest Office In", + "2005" + ], + [ + "Angela Merkel", + "Immediate Predecessor", + "Gerhard Schröder" + ], + [ + "Justin Trudeau", + "Country Served", + "Canada" + ], + [ + "Justin Trudeau", + "Birth Year", + "1971" + ], + [ + "Justin Trudeau", + "Political Party", + "Liberal Party" + ], + [ + "Justin Trudeau", + "Highest Office", + "Prime Minister" + ], + [ + "Justin Trudeau", + "Took Highest Office In", + "2015" + ], + [ + "Justin Trudeau", + "Immediate Predecessor", + "Stephen Harper" + ], + [ + "Jacinda Ardern", + "Country Served", + "New Zealand" + ], + [ + "Jacinda Ardern", + "Birth Year", + "1980" + ], + [ + "Jacinda Ardern", + "Political Party", + "Labour Party" + ], + [ + "Jacinda Ardern", + "Highest Office", + "Prime Minister" + ], + [ + "Jacinda Ardern", + "Took Highest Office In", + "2017" + ], + [ + "Jacinda Ardern", + "Immediate Predecessor", + "Bill English" + ], + [ + "Donald Trump administration", + "Led By", + "Donald Trump" + ], + [ + "Donald Trump political era", + "Figurehead", + "Donald Trump" + ], + [ + "United States President taking office in 2017", + "Officeholder", + "Donald Trump" + ], + [ + "Joe Biden administration", + "Led By", + "Joe Biden" + ], + [ + "Joe Biden political era", + "Figurehead", + "Joe Biden" + ], + [ + "United States President taking office in 2021", + "Officeholder", + "Joe Biden" + ], + [ + "Barack Obama administration", + "Led By", + "Barack Obama" + ], + [ + "Barack Obama political era", + "Figurehead", + "Barack Obama" + ], + [ + "United States President taking office in 2009", + "Officeholder", + "Barack Obama" + ], + [ + "Kamala Harris administration", + "Led By", + "Kamala Harris" + ], + [ + "Kamala Harris political era", + "Figurehead", + "Kamala Harris" + ], + [ + "United States Vice President taking office in 2021", + "Officeholder", + "Kamala Harris" + ], + [ + "Hillary Clinton administration", + "Led By", + "Hillary Clinton" + ], + [ + "Hillary Clinton political era", + "Figurehead", + "Hillary Clinton" + ], + [ + "United States Secretary of State taking office in 2009", + "Officeholder", + "Hillary Clinton" + ], + [ + "George W. Bush administration", + "Led By", + "George W. Bush" + ], + [ + "George W. Bush political era", + "Figurehead", + "George W. Bush" + ], + [ + "United States President taking office in 2001", + "Officeholder", + "George W. Bush" + ], + [ + "Bill Clinton administration", + "Led By", + "Bill Clinton" + ], + [ + "Bill Clinton political era", + "Figurehead", + "Bill Clinton" + ], + [ + "United States President taking office in 1993", + "Officeholder", + "Bill Clinton" + ], + [ + "Ronald Reagan administration", + "Led By", + "Ronald Reagan" + ], + [ + "Ronald Reagan political era", + "Figurehead", + "Ronald Reagan" + ], + [ + "United States President taking office in 1981", + "Officeholder", + "Ronald Reagan" + ], + [ + "Boris Johnson administration", + "Led By", + "Boris Johnson" + ], + [ + "Boris Johnson political era", + "Figurehead", + "Boris Johnson" + ], + [ + "United Kingdom Prime Minister taking office in 2019", + "Officeholder", + "Boris Johnson" + ], + [ + "Theresa May administration", + "Led By", + "Theresa May" + ], + [ + "Theresa May political era", + "Figurehead", + "Theresa May" + ], + [ + "United Kingdom Prime Minister taking office in 2016", + "Officeholder", + "Theresa May" + ], + [ + "Rishi Sunak administration", + "Led By", + "Rishi Sunak" + ], + [ + "Rishi Sunak political era", + "Figurehead", + "Rishi Sunak" + ], + [ + "United Kingdom Prime Minister taking office in 2022", + "Officeholder", + "Rishi Sunak" + ], + [ + "Keir Starmer administration", + "Led By", + "Keir Starmer" + ], + [ + "Keir Starmer political era", + "Figurehead", + "Keir Starmer" + ], + [ + "United Kingdom Prime Minister taking office in 2024", + "Officeholder", + "Keir Starmer" + ], + [ + "Vladimir Putin administration", + "Led By", + "Vladimir Putin" + ], + [ + "Vladimir Putin political era", + "Figurehead", + "Vladimir Putin" + ], + [ + "Russia President taking office in 2000", + "Officeholder", + "Vladimir Putin" + ], + [ + "Dmitry Medvedev administration", + "Led By", + "Dmitry Medvedev" + ], + [ + "Dmitry Medvedev political era", + "Figurehead", + "Dmitry Medvedev" + ], + [ + "Russia President taking office in 2008", + "Officeholder", + "Dmitry Medvedev" + ], + [ + "Xi Jinping administration", + "Led By", + "Xi Jinping" + ], + [ + "Xi Jinping political era", + "Figurehead", + "Xi Jinping" + ], + [ + "China President taking office in 2013", + "Officeholder", + "Xi Jinping" + ], + [ + "Narendra Modi administration", + "Led By", + "Narendra Modi" + ], + [ + "Narendra Modi political era", + "Figurehead", + "Narendra Modi" + ], + [ + "India Prime Minister taking office in 2014", + "Officeholder", + "Narendra Modi" + ], + [ + "Emmanuel Macron administration", + "Led By", + "Emmanuel Macron" + ], + [ + "Emmanuel Macron political era", + "Figurehead", + "Emmanuel Macron" + ], + [ + "France President taking office in 2017", + "Officeholder", + "Emmanuel Macron" + ], + [ + "Angela Merkel administration", + "Led By", + "Angela Merkel" + ], + [ + "Angela Merkel political era", + "Figurehead", + "Angela Merkel" + ], + [ + "Germany Chancellor taking office in 2005", + "Officeholder", + "Angela Merkel" + ], + [ + "Justin Trudeau administration", + "Led By", + "Justin Trudeau" + ], + [ + "Justin Trudeau political era", + "Figurehead", + "Justin Trudeau" + ], + [ + "Canada Prime Minister taking office in 2015", + "Officeholder", + "Justin Trudeau" + ], + [ + "Jacinda Ardern administration", + "Led By", + "Jacinda Ardern" + ], + [ + "Jacinda Ardern political era", + "Figurehead", + "Jacinda Ardern" + ], + [ + "New Zealand Prime Minister taking office in 2017", + "Officeholder", + "Jacinda Ardern" + ] + ] +} diff --git a/data/custom_databases/sports/alias.json b/data/custom_databases/sports/alias.json index e69de29..899e7a6 100644 --- a/data/custom_databases/sports/alias.json +++ b/data/custom_databases/sports/alias.json @@ -0,0 +1,1144 @@ +{ + "entities": [ + "Air Jordan", + "Argentina", + "Barca", + "Barça", + "Bolt", + "Brady", + "Buccaneers", + "Bucs", + "CR7", + "Chiefs", + "Cristiano", + "Djokovic", + "Dubs", + "FedEx", + "Federer", + "KC Chiefs", + "King James", + "La Albiceleste", + "La Pulga", + "Lakers", + "LeBron", + "Leo Messi", + "Lightning Bolt", + "Los Blancos", + "MJ", + "Mahomes", + "Man United", + "Nole", + "Pat Mahomes", + "Patriots", + "Pats", + "Portugal", + "Purple and Gold", + "Real", + "Red Devils", + "Seleção das Quinas", + "Serena", + "Serena J. Williams", + "TB12", + "Warriors" + ], + "relationships": [ + "2022 World Cup Captain", + "Also Known As", + "Associated Country", + "Based In City", + "Best Known Event", + "Born In Year", + "Captain in France 2016", + "Captain in Qatar 2022", + "Competes In", + "Continental Confederation", + "Country Represented", + "Discipline", + "Euro 2016 Captain", + "Football Confederation", + "Home Arena", + "Home City", + "Home Stadium", + "League Played In", + "Legendary Club", + "Legendary Team", + "Most Associated Club", + "Most Associated Team", + "Nickname Used", + "On-Field Role", + "Playing Position", + "Professional Debut Year", + "Signature Discipline", + "Sport Played", + "Turned Professional In", + "Year Born" + ], + "return_values": [ + "100 metres", + "1963", + "1977", + "1981", + "1984", + "1985", + "1986", + "1987", + "1995", + "1998", + "2003", + "Air Jordan", + "American football", + "Argentina", + "Arrowhead Stadium", + "Association football", + "Athletics", + "Barcelona", + "Basketball", + "CONMEBOL", + "CR7", + "Camp Nou", + "Chase Center", + "Chicago Bulls", + "Cristiano Ronaldo", + "Crypto.com Arena", + "England", + "FedEx", + "Foxborough", + "Gillette Stadium", + "Jamaica", + "Kansas City", + "Kansas City Chiefs", + "King James", + "La Albiceleste", + "La Liga", + "La Pulga", + "Lightning Bolt", + "Lionel Messi", + "Los Angeles", + "Los Angeles Lakers", + "Madrid", + "Manchester", + "NBA", + "NFL", + "New England Patriots", + "Nole", + "Old Trafford", + "Portugal", + "Premier League", + "Quarterback", + "Raymond James Stadium", + "Real Madrid", + "San Francisco", + "Santiago Bernabéu Stadium", + "Seleção das Quinas", + "Serbia", + "Serena", + "Spain", + "Switzerland", + "Tampa", + "Tennis", + "UEFA", + "United States" + ], + "triplets": [ + [ + "Leo Messi", + "Discipline", + "Association football" + ], + [ + "La Pulga", + "Sport Played", + "Association football" + ], + [ + "Leo Messi", + "Associated Country", + "Argentina" + ], + [ + "La Pulga", + "Country Represented", + "Argentina" + ], + [ + "Leo Messi", + "Year Born", + "1987" + ], + [ + "La Pulga", + "Born In Year", + "1987" + ], + [ + "Leo Messi", + "Also Known As", + "La Pulga" + ], + [ + "La Pulga", + "Nickname Used", + "La Pulga" + ], + [ + "Leo Messi", + "Most Associated Club", + "Barcelona" + ], + [ + "La Pulga", + "Legendary Club", + "Barcelona" + ], + [ + "CR7", + "Discipline", + "Association football" + ], + [ + "Cristiano", + "Sport Played", + "Association football" + ], + [ + "CR7", + "Associated Country", + "Portugal" + ], + [ + "Cristiano", + "Country Represented", + "Portugal" + ], + [ + "CR7", + "Year Born", + "1985" + ], + [ + "Cristiano", + "Born In Year", + "1985" + ], + [ + "CR7", + "Also Known As", + "CR7" + ], + [ + "Cristiano", + "Nickname Used", + "CR7" + ], + [ + "CR7", + "Most Associated Club", + "Real Madrid" + ], + [ + "Cristiano", + "Legendary Club", + "Real Madrid" + ], + [ + "TB12", + "Discipline", + "American football" + ], + [ + "Brady", + "Sport Played", + "American football" + ], + [ + "TB12", + "Associated Country", + "United States" + ], + [ + "Brady", + "Country Represented", + "United States" + ], + [ + "TB12", + "Year Born", + "1977" + ], + [ + "Brady", + "Born In Year", + "1977" + ], + [ + "TB12", + "Playing Position", + "Quarterback" + ], + [ + "Brady", + "On-Field Role", + "Quarterback" + ], + [ + "TB12", + "Most Associated Team", + "New England Patriots" + ], + [ + "Brady", + "Legendary Team", + "New England Patriots" + ], + [ + "King James", + "Discipline", + "Basketball" + ], + [ + "LeBron", + "Sport Played", + "Basketball" + ], + [ + "King James", + "Associated Country", + "United States" + ], + [ + "LeBron", + "Country Represented", + "United States" + ], + [ + "King James", + "Year Born", + "1984" + ], + [ + "LeBron", + "Born In Year", + "1984" + ], + [ + "King James", + "Also Known As", + "King James" + ], + [ + "LeBron", + "Nickname Used", + "King James" + ], + [ + "King James", + "Most Associated Team", + "Los Angeles Lakers" + ], + [ + "LeBron", + "Legendary Team", + "Los Angeles Lakers" + ], + [ + "MJ", + "Discipline", + "Basketball" + ], + [ + "Air Jordan", + "Sport Played", + "Basketball" + ], + [ + "MJ", + "Associated Country", + "United States" + ], + [ + "Air Jordan", + "Country Represented", + "United States" + ], + [ + "MJ", + "Year Born", + "1963" + ], + [ + "Air Jordan", + "Born In Year", + "1963" + ], + [ + "MJ", + "Also Known As", + "Air Jordan" + ], + [ + "Air Jordan", + "Nickname Used", + "Air Jordan" + ], + [ + "MJ", + "Most Associated Team", + "Chicago Bulls" + ], + [ + "Air Jordan", + "Legendary Team", + "Chicago Bulls" + ], + [ + "Mahomes", + "Discipline", + "American football" + ], + [ + "Pat Mahomes", + "Sport Played", + "American football" + ], + [ + "Mahomes", + "Associated Country", + "United States" + ], + [ + "Pat Mahomes", + "Country Represented", + "United States" + ], + [ + "Mahomes", + "Year Born", + "1995" + ], + [ + "Pat Mahomes", + "Born In Year", + "1995" + ], + [ + "Mahomes", + "Playing Position", + "Quarterback" + ], + [ + "Pat Mahomes", + "On-Field Role", + "Quarterback" + ], + [ + "Mahomes", + "Most Associated Team", + "Kansas City Chiefs" + ], + [ + "Pat Mahomes", + "Legendary Team", + "Kansas City Chiefs" + ], + [ + "Serena", + "Discipline", + "Tennis" + ], + [ + "Serena J. Williams", + "Sport Played", + "Tennis" + ], + [ + "Serena", + "Associated Country", + "United States" + ], + [ + "Serena J. Williams", + "Country Represented", + "United States" + ], + [ + "Serena", + "Year Born", + "1981" + ], + [ + "Serena J. Williams", + "Born In Year", + "1981" + ], + [ + "Serena", + "Also Known As", + "Serena" + ], + [ + "Serena J. Williams", + "Nickname Used", + "Serena" + ], + [ + "Serena", + "Turned Professional In", + "1995" + ], + [ + "Serena J. Williams", + "Professional Debut Year", + "1995" + ], + [ + "Federer", + "Discipline", + "Tennis" + ], + [ + "FedEx", + "Sport Played", + "Tennis" + ], + [ + "Federer", + "Associated Country", + "Switzerland" + ], + [ + "FedEx", + "Country Represented", + "Switzerland" + ], + [ + "Federer", + "Year Born", + "1981" + ], + [ + "FedEx", + "Born In Year", + "1981" + ], + [ + "Federer", + "Also Known As", + "FedEx" + ], + [ + "FedEx", + "Nickname Used", + "FedEx" + ], + [ + "Federer", + "Turned Professional In", + "1998" + ], + [ + "FedEx", + "Professional Debut Year", + "1998" + ], + [ + "Djokovic", + "Discipline", + "Tennis" + ], + [ + "Nole", + "Sport Played", + "Tennis" + ], + [ + "Djokovic", + "Associated Country", + "Serbia" + ], + [ + "Nole", + "Country Represented", + "Serbia" + ], + [ + "Djokovic", + "Year Born", + "1987" + ], + [ + "Nole", + "Born In Year", + "1987" + ], + [ + "Djokovic", + "Also Known As", + "Nole" + ], + [ + "Nole", + "Nickname Used", + "Nole" + ], + [ + "Djokovic", + "Turned Professional In", + "2003" + ], + [ + "Nole", + "Professional Debut Year", + "2003" + ], + [ + "Bolt", + "Discipline", + "Athletics" + ], + [ + "Lightning Bolt", + "Sport Played", + "Athletics" + ], + [ + "Bolt", + "Associated Country", + "Jamaica" + ], + [ + "Lightning Bolt", + "Country Represented", + "Jamaica" + ], + [ + "Bolt", + "Year Born", + "1986" + ], + [ + "Lightning Bolt", + "Born In Year", + "1986" + ], + [ + "Bolt", + "Also Known As", + "Lightning Bolt" + ], + [ + "Lightning Bolt", + "Nickname Used", + "Lightning Bolt" + ], + [ + "Bolt", + "Best Known Event", + "100 metres" + ], + [ + "Lightning Bolt", + "Signature Discipline", + "100 metres" + ], + [ + "Los Blancos", + "Discipline", + "Association football" + ], + [ + "Real", + "Sport Played", + "Association football" + ], + [ + "Los Blancos", + "Associated Country", + "Spain" + ], + [ + "Real", + "Country Represented", + "Spain" + ], + [ + "Los Blancos", + "Based In City", + "Madrid" + ], + [ + "Real", + "Home City", + "Madrid" + ], + [ + "Los Blancos", + "Home Stadium", + "Santiago Bernabéu Stadium" + ], + [ + "Real", + "Home Arena", + "Santiago Bernabéu Stadium" + ], + [ + "Los Blancos", + "Competes In", + "La Liga" + ], + [ + "Real", + "League Played In", + "La Liga" + ], + [ + "Barça", + "Discipline", + "Association football" + ], + [ + "Barca", + "Sport Played", + "Association football" + ], + [ + "Barça", + "Associated Country", + "Spain" + ], + [ + "Barca", + "Country Represented", + "Spain" + ], + [ + "Barça", + "Based In City", + "Barcelona" + ], + [ + "Barca", + "Home City", + "Barcelona" + ], + [ + "Barça", + "Home Stadium", + "Camp Nou" + ], + [ + "Barca", + "Home Arena", + "Camp Nou" + ], + [ + "Barça", + "Competes In", + "La Liga" + ], + [ + "Barca", + "League Played In", + "La Liga" + ], + [ + "Man United", + "Discipline", + "Association football" + ], + [ + "Red Devils", + "Sport Played", + "Association football" + ], + [ + "Man United", + "Associated Country", + "England" + ], + [ + "Red Devils", + "Country Represented", + "England" + ], + [ + "Man United", + "Based In City", + "Manchester" + ], + [ + "Red Devils", + "Home City", + "Manchester" + ], + [ + "Man United", + "Home Stadium", + "Old Trafford" + ], + [ + "Red Devils", + "Home Arena", + "Old Trafford" + ], + [ + "Man United", + "Competes In", + "Premier League" + ], + [ + "Red Devils", + "League Played In", + "Premier League" + ], + [ + "Lakers", + "Discipline", + "Basketball" + ], + [ + "Purple and Gold", + "Sport Played", + "Basketball" + ], + [ + "Lakers", + "Associated Country", + "United States" + ], + [ + "Purple and Gold", + "Country Represented", + "United States" + ], + [ + "Lakers", + "Based In City", + "Los Angeles" + ], + [ + "Purple and Gold", + "Home City", + "Los Angeles" + ], + [ + "Lakers", + "Home Stadium", + "Crypto.com Arena" + ], + [ + "Purple and Gold", + "Home Arena", + "Crypto.com Arena" + ], + [ + "Lakers", + "Competes In", + "NBA" + ], + [ + "Purple and Gold", + "League Played In", + "NBA" + ], + [ + "Chiefs", + "Discipline", + "American football" + ], + [ + "KC Chiefs", + "Sport Played", + "American football" + ], + [ + "Chiefs", + "Associated Country", + "United States" + ], + [ + "KC Chiefs", + "Country Represented", + "United States" + ], + [ + "Chiefs", + "Based In City", + "Kansas City" + ], + [ + "KC Chiefs", + "Home City", + "Kansas City" + ], + [ + "Chiefs", + "Home Stadium", + "Arrowhead Stadium" + ], + [ + "KC Chiefs", + "Home Arena", + "Arrowhead Stadium" + ], + [ + "Chiefs", + "Competes In", + "NFL" + ], + [ + "KC Chiefs", + "League Played In", + "NFL" + ], + [ + "Patriots", + "Discipline", + "American football" + ], + [ + "Pats", + "Sport Played", + "American football" + ], + [ + "Patriots", + "Associated Country", + "United States" + ], + [ + "Pats", + "Country Represented", + "United States" + ], + [ + "Patriots", + "Based In City", + "Foxborough" + ], + [ + "Pats", + "Home City", + "Foxborough" + ], + [ + "Patriots", + "Home Stadium", + "Gillette Stadium" + ], + [ + "Pats", + "Home Arena", + "Gillette Stadium" + ], + [ + "Patriots", + "Competes In", + "NFL" + ], + [ + "Pats", + "League Played In", + "NFL" + ], + [ + "Warriors", + "Discipline", + "Basketball" + ], + [ + "Dubs", + "Sport Played", + "Basketball" + ], + [ + "Warriors", + "Associated Country", + "United States" + ], + [ + "Dubs", + "Country Represented", + "United States" + ], + [ + "Warriors", + "Based In City", + "San Francisco" + ], + [ + "Dubs", + "Home City", + "San Francisco" + ], + [ + "Warriors", + "Home Stadium", + "Chase Center" + ], + [ + "Dubs", + "Home Arena", + "Chase Center" + ], + [ + "Warriors", + "Competes In", + "NBA" + ], + [ + "Dubs", + "League Played In", + "NBA" + ], + [ + "La Albiceleste", + "Discipline", + "Association football" + ], + [ + "Argentina", + "Sport Played", + "Association football" + ], + [ + "La Albiceleste", + "Associated Country", + "Argentina" + ], + [ + "Argentina", + "Country Represented", + "Argentina" + ], + [ + "La Albiceleste", + "Continental Confederation", + "CONMEBOL" + ], + [ + "Argentina", + "Football Confederation", + "CONMEBOL" + ], + [ + "La Albiceleste", + "2022 World Cup Captain", + "Lionel Messi" + ], + [ + "Argentina", + "Captain in Qatar 2022", + "Lionel Messi" + ], + [ + "La Albiceleste", + "Also Known As", + "La Albiceleste" + ], + [ + "Argentina", + "Nickname Used", + "La Albiceleste" + ], + [ + "Seleção das Quinas", + "Discipline", + "Association football" + ], + [ + "Portugal", + "Sport Played", + "Association football" + ], + [ + "Seleção das Quinas", + "Associated Country", + "Portugal" + ], + [ + "Portugal", + "Country Represented", + "Portugal" + ], + [ + "Seleção das Quinas", + "Continental Confederation", + "UEFA" + ], + [ + "Portugal", + "Football Confederation", + "UEFA" + ], + [ + "Seleção das Quinas", + "Euro 2016 Captain", + "Cristiano Ronaldo" + ], + [ + "Portugal", + "Captain in France 2016", + "Cristiano Ronaldo" + ], + [ + "Seleção das Quinas", + "Also Known As", + "Seleção das Quinas" + ], + [ + "Portugal", + "Nickname Used", + "Seleção das Quinas" + ], + [ + "Buccaneers", + "Discipline", + "American football" + ], + [ + "Bucs", + "Sport Played", + "American football" + ], + [ + "Buccaneers", + "Associated Country", + "United States" + ], + [ + "Bucs", + "Country Represented", + "United States" + ], + [ + "Buccaneers", + "Based In City", + "Tampa" + ], + [ + "Bucs", + "Home City", + "Tampa" + ], + [ + "Buccaneers", + "Home Stadium", + "Raymond James Stadium" + ], + [ + "Bucs", + "Home Arena", + "Raymond James Stadium" + ], + [ + "Buccaneers", + "Competes In", + "NFL" + ], + [ + "Bucs", + "League Played In", + "NFL" + ] + ] +} diff --git a/data/custom_databases/sports/base.json b/data/custom_databases/sports/base.json index e69de29..5221eee 100644 --- a/data/custom_databases/sports/base.json +++ b/data/custom_databases/sports/base.json @@ -0,0 +1,609 @@ +{ + "entities": [ + "Argentina national football team", + "Barcelona", + "Cristiano Ronaldo", + "Golden State Warriors", + "Kansas City Chiefs", + "LeBron James", + "Lionel Messi", + "Los Angeles Lakers", + "Manchester United", + "Michael Jordan", + "New England Patriots", + "Novak Djokovic", + "Patrick Mahomes", + "Portugal national football team", + "Real Madrid", + "Roger Federer", + "Serena Williams", + "Tampa Bay Buccaneers", + "Tom Brady", + "Usain Bolt" + ], + "relationships": [ + "Birth Year", + "Captain at 2022 World Cup", + "Captain at Euro 2016", + "City", + "Confederation", + "Country", + "Home Venue", + "Iconic Club", + "Iconic Team", + "League", + "Nickname", + "Position", + "Signature Event", + "Sport", + "Turned Pro In" + ], + "return_values": [ + "100 metres", + "1963", + "1977", + "1981", + "1984", + "1985", + "1986", + "1987", + "1995", + "1998", + "2003", + "Air Jordan", + "American football", + "Argentina", + "Arrowhead Stadium", + "Association football", + "Athletics", + "Barcelona", + "Basketball", + "CONMEBOL", + "CR7", + "Camp Nou", + "Chase Center", + "Chicago Bulls", + "Cristiano Ronaldo", + "Crypto.com Arena", + "England", + "FedEx", + "Foxborough", + "Gillette Stadium", + "Jamaica", + "Kansas City", + "Kansas City Chiefs", + "King James", + "La Albiceleste", + "La Liga", + "La Pulga", + "Lightning Bolt", + "Lionel Messi", + "Los Angeles", + "Los Angeles Lakers", + "Madrid", + "Manchester", + "NBA", + "NFL", + "New England Patriots", + "Nole", + "Old Trafford", + "Portugal", + "Premier League", + "Quarterback", + "Raymond James Stadium", + "Real Madrid", + "San Francisco", + "Santiago Bernabéu Stadium", + "Seleção das Quinas", + "Serbia", + "Serena", + "Spain", + "Switzerland", + "Tampa", + "Tennis", + "UEFA", + "United States" + ], + "triplets": [ + [ + "Lionel Messi", + "Sport", + "Association football" + ], + [ + "Lionel Messi", + "Country", + "Argentina" + ], + [ + "Lionel Messi", + "Birth Year", + "1987" + ], + [ + "Lionel Messi", + "Nickname", + "La Pulga" + ], + [ + "Lionel Messi", + "Iconic Club", + "Barcelona" + ], + [ + "Cristiano Ronaldo", + "Sport", + "Association football" + ], + [ + "Cristiano Ronaldo", + "Country", + "Portugal" + ], + [ + "Cristiano Ronaldo", + "Birth Year", + "1985" + ], + [ + "Cristiano Ronaldo", + "Nickname", + "CR7" + ], + [ + "Cristiano Ronaldo", + "Iconic Club", + "Real Madrid" + ], + [ + "Tom Brady", + "Sport", + "American football" + ], + [ + "Tom Brady", + "Country", + "United States" + ], + [ + "Tom Brady", + "Birth Year", + "1977" + ], + [ + "Tom Brady", + "Position", + "Quarterback" + ], + [ + "Tom Brady", + "Iconic Team", + "New England Patriots" + ], + [ + "LeBron James", + "Sport", + "Basketball" + ], + [ + "LeBron James", + "Country", + "United States" + ], + [ + "LeBron James", + "Birth Year", + "1984" + ], + [ + "LeBron James", + "Nickname", + "King James" + ], + [ + "LeBron James", + "Iconic Team", + "Los Angeles Lakers" + ], + [ + "Michael Jordan", + "Sport", + "Basketball" + ], + [ + "Michael Jordan", + "Country", + "United States" + ], + [ + "Michael Jordan", + "Birth Year", + "1963" + ], + [ + "Michael Jordan", + "Nickname", + "Air Jordan" + ], + [ + "Michael Jordan", + "Iconic Team", + "Chicago Bulls" + ], + [ + "Patrick Mahomes", + "Sport", + "American football" + ], + [ + "Patrick Mahomes", + "Country", + "United States" + ], + [ + "Patrick Mahomes", + "Birth Year", + "1995" + ], + [ + "Patrick Mahomes", + "Position", + "Quarterback" + ], + [ + "Patrick Mahomes", + "Iconic Team", + "Kansas City Chiefs" + ], + [ + "Serena Williams", + "Sport", + "Tennis" + ], + [ + "Serena Williams", + "Country", + "United States" + ], + [ + "Serena Williams", + "Birth Year", + "1981" + ], + [ + "Serena Williams", + "Nickname", + "Serena" + ], + [ + "Serena Williams", + "Turned Pro In", + "1995" + ], + [ + "Roger Federer", + "Sport", + "Tennis" + ], + [ + "Roger Federer", + "Country", + "Switzerland" + ], + [ + "Roger Federer", + "Birth Year", + "1981" + ], + [ + "Roger Federer", + "Nickname", + "FedEx" + ], + [ + "Roger Federer", + "Turned Pro In", + "1998" + ], + [ + "Novak Djokovic", + "Sport", + "Tennis" + ], + [ + "Novak Djokovic", + "Country", + "Serbia" + ], + [ + "Novak Djokovic", + "Birth Year", + "1987" + ], + [ + "Novak Djokovic", + "Nickname", + "Nole" + ], + [ + "Novak Djokovic", + "Turned Pro In", + "2003" + ], + [ + "Usain Bolt", + "Sport", + "Athletics" + ], + [ + "Usain Bolt", + "Country", + "Jamaica" + ], + [ + "Usain Bolt", + "Birth Year", + "1986" + ], + [ + "Usain Bolt", + "Nickname", + "Lightning Bolt" + ], + [ + "Usain Bolt", + "Signature Event", + "100 metres" + ], + [ + "Real Madrid", + "Sport", + "Association football" + ], + [ + "Real Madrid", + "Country", + "Spain" + ], + [ + "Real Madrid", + "City", + "Madrid" + ], + [ + "Real Madrid", + "Home Venue", + "Santiago Bernabéu Stadium" + ], + [ + "Real Madrid", + "League", + "La Liga" + ], + [ + "Barcelona", + "Sport", + "Association football" + ], + [ + "Barcelona", + "Country", + "Spain" + ], + [ + "Barcelona", + "City", + "Barcelona" + ], + [ + "Barcelona", + "Home Venue", + "Camp Nou" + ], + [ + "Barcelona", + "League", + "La Liga" + ], + [ + "Manchester United", + "Sport", + "Association football" + ], + [ + "Manchester United", + "Country", + "England" + ], + [ + "Manchester United", + "City", + "Manchester" + ], + [ + "Manchester United", + "Home Venue", + "Old Trafford" + ], + [ + "Manchester United", + "League", + "Premier League" + ], + [ + "Los Angeles Lakers", + "Sport", + "Basketball" + ], + [ + "Los Angeles Lakers", + "Country", + "United States" + ], + [ + "Los Angeles Lakers", + "City", + "Los Angeles" + ], + [ + "Los Angeles Lakers", + "Home Venue", + "Crypto.com Arena" + ], + [ + "Los Angeles Lakers", + "League", + "NBA" + ], + [ + "Kansas City Chiefs", + "Sport", + "American football" + ], + [ + "Kansas City Chiefs", + "Country", + "United States" + ], + [ + "Kansas City Chiefs", + "City", + "Kansas City" + ], + [ + "Kansas City Chiefs", + "Home Venue", + "Arrowhead Stadium" + ], + [ + "Kansas City Chiefs", + "League", + "NFL" + ], + [ + "New England Patriots", + "Sport", + "American football" + ], + [ + "New England Patriots", + "Country", + "United States" + ], + [ + "New England Patriots", + "City", + "Foxborough" + ], + [ + "New England Patriots", + "Home Venue", + "Gillette Stadium" + ], + [ + "New England Patriots", + "League", + "NFL" + ], + [ + "Golden State Warriors", + "Sport", + "Basketball" + ], + [ + "Golden State Warriors", + "Country", + "United States" + ], + [ + "Golden State Warriors", + "City", + "San Francisco" + ], + [ + "Golden State Warriors", + "Home Venue", + "Chase Center" + ], + [ + "Golden State Warriors", + "League", + "NBA" + ], + [ + "Argentina national football team", + "Sport", + "Association football" + ], + [ + "Argentina national football team", + "Country", + "Argentina" + ], + [ + "Argentina national football team", + "Confederation", + "CONMEBOL" + ], + [ + "Argentina national football team", + "Captain at 2022 World Cup", + "Lionel Messi" + ], + [ + "Argentina national football team", + "Nickname", + "La Albiceleste" + ], + [ + "Portugal national football team", + "Sport", + "Association football" + ], + [ + "Portugal national football team", + "Country", + "Portugal" + ], + [ + "Portugal national football team", + "Confederation", + "UEFA" + ], + [ + "Portugal national football team", + "Captain at Euro 2016", + "Cristiano Ronaldo" + ], + [ + "Portugal national football team", + "Nickname", + "Seleção das Quinas" + ], + [ + "Tampa Bay Buccaneers", + "Sport", + "American football" + ], + [ + "Tampa Bay Buccaneers", + "Country", + "United States" + ], + [ + "Tampa Bay Buccaneers", + "City", + "Tampa" + ], + [ + "Tampa Bay Buccaneers", + "Home Venue", + "Raymond James Stadium" + ], + [ + "Tampa Bay Buccaneers", + "League", + "NFL" + ] + ] +} diff --git a/data/custom_databases/sports/collision.json b/data/custom_databases/sports/collision.json index e69de29..fef1e05 100644 --- a/data/custom_databases/sports/collision.json +++ b/data/custom_databases/sports/collision.json @@ -0,0 +1,959 @@ +{ + "entities": [ + "Argentina", + "Argentina national football team", + "Arrowhead Stadium", + "Barcelona", + "Bolt", + "CR7", + "Camp Nou", + "Chase Center", + "Cristiano Ronaldo", + "Djokovic", + "England", + "Federer", + "Foxborough", + "Gillette Stadium", + "Golden State Warriors", + "Jamaica", + "Kansas City", + "Kansas City Chiefs", + "King James", + "La Albiceleste", + "LeBron James", + "Leo Messi", + "Lionel Messi", + "Los Angeles", + "Los Angeles Lakers", + "MJ", + "Madrid", + "Mahomes", + "Manchester", + "Manchester United", + "Michael Jordan", + "New England Patriots", + "Novak Djokovic", + "Old Trafford", + "Patrick Mahomes", + "Portugal", + "Portugal national football team", + "Raymond James Stadium", + "Real Madrid", + "Roger Federer", + "San Francisco", + "Santiago Bernabéu Stadium", + "Seleção das Quinas", + "Serbia", + "Serena", + "Serena Williams", + "Spain", + "Super Bowl LV", + "Super Bowl LVI", + "Super Bowl LVII", + "Switzerland", + "TB12", + "Tampa", + "Tampa Bay Buccaneers", + "Tom Brady", + "United States", + "Usain Bolt" + ], + "relationships": [ + "Birth Year", + "Canonical Referent", + "Captain at 2022 World Cup", + "Captain at Euro 2016", + "City", + "Confederation", + "Country", + "Home Club", + "Home Team", + "Home Venue", + "Iconic Club", + "Iconic Team", + "La Liga giant", + "League", + "Major Team", + "NBA team", + "NFL team", + "Nickname", + "Position", + "Signature Event", + "Sport", + "Star Athlete or Team", + "Turned Pro In", + "Winning Quarterback" + ], + "return_values": [ + "100 metres", + "1963", + "1977", + "1981", + "1984", + "1985", + "1986", + "1987", + "1995", + "1998", + "2003", + "Air Jordan", + "American football", + "Argentina", + "Argentina national football team", + "Arrowhead Stadium", + "Association football", + "Athletics", + "Barcelona", + "Basketball", + "CONMEBOL", + "CR7", + "Camp Nou", + "Chase Center", + "Chicago Bulls", + "Cristiano Ronaldo", + "Crypto.com Arena", + "England", + "FedEx", + "Foxborough", + "Gillette Stadium", + "Golden State Warriors", + "Jamaica", + "Kansas City", + "Kansas City Chiefs", + "King James", + "La Albiceleste", + "La Liga", + "La Pulga", + "LeBron James", + "Lightning Bolt", + "Lionel Messi", + "Los Angeles", + "Los Angeles Lakers", + "Madrid", + "Manchester", + "Manchester United", + "Matthew Stafford", + "Michael Jordan", + "NBA", + "NFL", + "New England Patriots", + "Nole", + "Novak Djokovic", + "Old Trafford", + "Patrick Mahomes", + "Portugal", + "Portugal national football team", + "Premier League", + "Quarterback", + "Raymond James Stadium", + "Real Madrid", + "Roger Federer", + "San Francisco", + "Santiago Bernabéu Stadium", + "Seleção das Quinas", + "Serbia", + "Serena", + "Serena Williams", + "Spain", + "Switzerland", + "Tampa", + "Tampa Bay Buccaneers", + "Tennis", + "Tom Brady", + "UEFA", + "United States", + "Usain Bolt" + ], + "triplets": [ + [ + "Lionel Messi", + "Sport", + "Association football" + ], + [ + "Lionel Messi", + "Country", + "Argentina" + ], + [ + "Lionel Messi", + "Birth Year", + "1987" + ], + [ + "Lionel Messi", + "Nickname", + "La Pulga" + ], + [ + "Lionel Messi", + "Iconic Club", + "Barcelona" + ], + [ + "Cristiano Ronaldo", + "Sport", + "Association football" + ], + [ + "Cristiano Ronaldo", + "Country", + "Portugal" + ], + [ + "Cristiano Ronaldo", + "Birth Year", + "1985" + ], + [ + "Cristiano Ronaldo", + "Nickname", + "CR7" + ], + [ + "Cristiano Ronaldo", + "Iconic Club", + "Real Madrid" + ], + [ + "Tom Brady", + "Sport", + "American football" + ], + [ + "Tom Brady", + "Country", + "United States" + ], + [ + "Tom Brady", + "Birth Year", + "1977" + ], + [ + "Tom Brady", + "Position", + "Quarterback" + ], + [ + "Tom Brady", + "Iconic Team", + "New England Patriots" + ], + [ + "LeBron James", + "Sport", + "Basketball" + ], + [ + "LeBron James", + "Country", + "United States" + ], + [ + "LeBron James", + "Birth Year", + "1984" + ], + [ + "LeBron James", + "Nickname", + "King James" + ], + [ + "LeBron James", + "Iconic Team", + "Los Angeles Lakers" + ], + [ + "Michael Jordan", + "Sport", + "Basketball" + ], + [ + "Michael Jordan", + "Country", + "United States" + ], + [ + "Michael Jordan", + "Birth Year", + "1963" + ], + [ + "Michael Jordan", + "Nickname", + "Air Jordan" + ], + [ + "Michael Jordan", + "Iconic Team", + "Chicago Bulls" + ], + [ + "Patrick Mahomes", + "Sport", + "American football" + ], + [ + "Patrick Mahomes", + "Country", + "United States" + ], + [ + "Patrick Mahomes", + "Birth Year", + "1995" + ], + [ + "Patrick Mahomes", + "Position", + "Quarterback" + ], + [ + "Patrick Mahomes", + "Iconic Team", + "Kansas City Chiefs" + ], + [ + "Serena Williams", + "Sport", + "Tennis" + ], + [ + "Serena Williams", + "Country", + "United States" + ], + [ + "Serena Williams", + "Birth Year", + "1981" + ], + [ + "Serena Williams", + "Nickname", + "Serena" + ], + [ + "Serena Williams", + "Turned Pro In", + "1995" + ], + [ + "Roger Federer", + "Sport", + "Tennis" + ], + [ + "Roger Federer", + "Country", + "Switzerland" + ], + [ + "Roger Federer", + "Birth Year", + "1981" + ], + [ + "Roger Federer", + "Nickname", + "FedEx" + ], + [ + "Roger Federer", + "Turned Pro In", + "1998" + ], + [ + "Novak Djokovic", + "Sport", + "Tennis" + ], + [ + "Novak Djokovic", + "Country", + "Serbia" + ], + [ + "Novak Djokovic", + "Birth Year", + "1987" + ], + [ + "Novak Djokovic", + "Nickname", + "Nole" + ], + [ + "Novak Djokovic", + "Turned Pro In", + "2003" + ], + [ + "Usain Bolt", + "Sport", + "Athletics" + ], + [ + "Usain Bolt", + "Country", + "Jamaica" + ], + [ + "Usain Bolt", + "Birth Year", + "1986" + ], + [ + "Usain Bolt", + "Nickname", + "Lightning Bolt" + ], + [ + "Usain Bolt", + "Signature Event", + "100 metres" + ], + [ + "Real Madrid", + "Sport", + "Association football" + ], + [ + "Real Madrid", + "Country", + "Spain" + ], + [ + "Real Madrid", + "City", + "Madrid" + ], + [ + "Real Madrid", + "Home Venue", + "Santiago Bernabéu Stadium" + ], + [ + "Real Madrid", + "League", + "La Liga" + ], + [ + "Barcelona", + "Sport", + "Association football" + ], + [ + "Barcelona", + "Country", + "Spain" + ], + [ + "Barcelona", + "City", + "Barcelona" + ], + [ + "Barcelona", + "Home Venue", + "Camp Nou" + ], + [ + "Barcelona", + "League", + "La Liga" + ], + [ + "Manchester United", + "Sport", + "Association football" + ], + [ + "Manchester United", + "Country", + "England" + ], + [ + "Manchester United", + "City", + "Manchester" + ], + [ + "Manchester United", + "Home Venue", + "Old Trafford" + ], + [ + "Manchester United", + "League", + "Premier League" + ], + [ + "Los Angeles Lakers", + "Sport", + "Basketball" + ], + [ + "Los Angeles Lakers", + "Country", + "United States" + ], + [ + "Los Angeles Lakers", + "City", + "Los Angeles" + ], + [ + "Los Angeles Lakers", + "Home Venue", + "Crypto.com Arena" + ], + [ + "Los Angeles Lakers", + "League", + "NBA" + ], + [ + "Kansas City Chiefs", + "Sport", + "American football" + ], + [ + "Kansas City Chiefs", + "Country", + "United States" + ], + [ + "Kansas City Chiefs", + "City", + "Kansas City" + ], + [ + "Kansas City Chiefs", + "Home Venue", + "Arrowhead Stadium" + ], + [ + "Kansas City Chiefs", + "League", + "NFL" + ], + [ + "New England Patriots", + "Sport", + "American football" + ], + [ + "New England Patriots", + "Country", + "United States" + ], + [ + "New England Patriots", + "City", + "Foxborough" + ], + [ + "New England Patriots", + "Home Venue", + "Gillette Stadium" + ], + [ + "New England Patriots", + "League", + "NFL" + ], + [ + "Golden State Warriors", + "Sport", + "Basketball" + ], + [ + "Golden State Warriors", + "Country", + "United States" + ], + [ + "Golden State Warriors", + "City", + "San Francisco" + ], + [ + "Golden State Warriors", + "Home Venue", + "Chase Center" + ], + [ + "Golden State Warriors", + "League", + "NBA" + ], + [ + "Argentina national football team", + "Sport", + "Association football" + ], + [ + "Argentina national football team", + "Country", + "Argentina" + ], + [ + "Argentina national football team", + "Confederation", + "CONMEBOL" + ], + [ + "Argentina national football team", + "Captain at 2022 World Cup", + "Lionel Messi" + ], + [ + "Argentina national football team", + "Nickname", + "La Albiceleste" + ], + [ + "Portugal national football team", + "Sport", + "Association football" + ], + [ + "Portugal national football team", + "Country", + "Portugal" + ], + [ + "Portugal national football team", + "Confederation", + "UEFA" + ], + [ + "Portugal national football team", + "Captain at Euro 2016", + "Cristiano Ronaldo" + ], + [ + "Portugal national football team", + "Nickname", + "Seleção das Quinas" + ], + [ + "Tampa Bay Buccaneers", + "Sport", + "American football" + ], + [ + "Tampa Bay Buccaneers", + "Country", + "United States" + ], + [ + "Tampa Bay Buccaneers", + "City", + "Tampa" + ], + [ + "Tampa Bay Buccaneers", + "Home Venue", + "Raymond James Stadium" + ], + [ + "Tampa Bay Buccaneers", + "League", + "NFL" + ], + [ + "Argentina", + "Star Athlete or Team", + "Lionel Messi" + ], + [ + "Leo Messi", + "Canonical Referent", + "Lionel Messi" + ], + [ + "Portugal", + "Star Athlete or Team", + "Cristiano Ronaldo" + ], + [ + "CR7", + "Canonical Referent", + "Cristiano Ronaldo" + ], + [ + "United States", + "Star Athlete or Team", + "Tom Brady" + ], + [ + "TB12", + "Canonical Referent", + "Tom Brady" + ], + [ + "United States", + "Star Athlete or Team", + "LeBron James" + ], + [ + "King James", + "Canonical Referent", + "LeBron James" + ], + [ + "United States", + "Star Athlete or Team", + "Michael Jordan" + ], + [ + "MJ", + "Canonical Referent", + "Michael Jordan" + ], + [ + "United States", + "Star Athlete or Team", + "Patrick Mahomes" + ], + [ + "Mahomes", + "Canonical Referent", + "Patrick Mahomes" + ], + [ + "United States", + "Star Athlete or Team", + "Serena Williams" + ], + [ + "Serena", + "Canonical Referent", + "Serena Williams" + ], + [ + "Switzerland", + "Star Athlete or Team", + "Roger Federer" + ], + [ + "Federer", + "Canonical Referent", + "Roger Federer" + ], + [ + "Serbia", + "Star Athlete or Team", + "Novak Djokovic" + ], + [ + "Djokovic", + "Canonical Referent", + "Novak Djokovic" + ], + [ + "Jamaica", + "Star Athlete or Team", + "Usain Bolt" + ], + [ + "Bolt", + "Canonical Referent", + "Usain Bolt" + ], + [ + "Spain", + "Star Athlete or Team", + "Real Madrid" + ], + [ + "Madrid", + "Major Team", + "Real Madrid" + ], + [ + "Spain", + "Star Athlete or Team", + "Barcelona" + ], + [ + "Barcelona", + "Major Team", + "Barcelona" + ], + [ + "England", + "Star Athlete or Team", + "Manchester United" + ], + [ + "Manchester", + "Major Team", + "Manchester United" + ], + [ + "United States", + "Star Athlete or Team", + "Los Angeles Lakers" + ], + [ + "Los Angeles", + "Major Team", + "Los Angeles Lakers" + ], + [ + "United States", + "Star Athlete or Team", + "Kansas City Chiefs" + ], + [ + "Kansas City", + "Major Team", + "Kansas City Chiefs" + ], + [ + "United States", + "Star Athlete or Team", + "New England Patriots" + ], + [ + "Foxborough", + "Major Team", + "New England Patriots" + ], + [ + "United States", + "Star Athlete or Team", + "Golden State Warriors" + ], + [ + "San Francisco", + "Major Team", + "Golden State Warriors" + ], + [ + "Argentina", + "Star Athlete or Team", + "Argentina national football team" + ], + [ + "La Albiceleste", + "Canonical Referent", + "Argentina national football team" + ], + [ + "Portugal", + "Star Athlete or Team", + "Portugal national football team" + ], + [ + "Seleção das Quinas", + "Canonical Referent", + "Portugal national football team" + ], + [ + "United States", + "Star Athlete or Team", + "Tampa Bay Buccaneers" + ], + [ + "Tampa", + "Major Team", + "Tampa Bay Buccaneers" + ], + [ + "Super Bowl LV", + "Winning Quarterback", + "Tom Brady" + ], + [ + "Super Bowl LVI", + "Winning Quarterback", + "Matthew Stafford" + ], + [ + "Super Bowl LVII", + "Winning Quarterback", + "Patrick Mahomes" + ], + [ + "Santiago Bernabéu Stadium", + "Home Club", + "Real Madrid" + ], + [ + "Camp Nou", + "Home Club", + "Barcelona" + ], + [ + "Old Trafford", + "Home Club", + "Manchester United" + ], + [ + "Arrowhead Stadium", + "Home Team", + "Kansas City Chiefs" + ], + [ + "Gillette Stadium", + "Home Team", + "New England Patriots" + ], + [ + "Chase Center", + "Home Team", + "Golden State Warriors" + ], + [ + "Raymond James Stadium", + "Home Team", + "Tampa Bay Buccaneers" + ], + [ + "Argentina", + "Captain at 2022 World Cup", + "Lionel Messi" + ], + [ + "Portugal", + "Captain at Euro 2016", + "Cristiano Ronaldo" + ], + [ + "Spain", + "La Liga giant", + "Real Madrid" + ], + [ + "Spain", + "La Liga giant", + "Barcelona" + ], + [ + "United States", + "NFL team", + "Kansas City Chiefs" + ], + [ + "United States", + "NFL team", + "New England Patriots" + ], + [ + "United States", + "NBA team", + "Los Angeles Lakers" + ], + [ + "United States", + "NBA team", + "Golden State Warriors" + ] + ] +} diff --git a/data/custom_databases/sports/noise.json b/data/custom_databases/sports/noise.json index e69de29..745b7c8 100644 --- a/data/custom_databases/sports/noise.json +++ b/data/custom_databases/sports/noise.json @@ -0,0 +1,974 @@ +{ + "entities": [ + "Argentina national football team", + "Argentina national football team highlight reel", + "Argentina sports icon card", + "Arrowhead Stadium", + "Barcelona", + "Barcelona highlight reel", + "Bolt", + "CR7", + "Camp Nou", + "Chase Center", + "Cristiano Ronaldo", + "Cristiano Ronaldo highlight reel", + "Crypto.com Arena", + "Djokovic", + "England sports icon card", + "Federer", + "Gillette Stadium", + "Golden State Warriors", + "Golden State Warriors highlight reel", + "Jamaica sports icon card", + "Kansas City Chiefs", + "Kansas City Chiefs highlight reel", + "King James", + "La Albiceleste", + "LeBron James", + "LeBron James highlight reel", + "Leo Messi", + "Lionel Messi", + "Lionel Messi highlight reel", + "Los Angeles Lakers", + "Los Angeles Lakers highlight reel", + "MJ", + "Mahomes", + "Manchester United", + "Manchester United highlight reel", + "Michael Jordan", + "Michael Jordan highlight reel", + "New England Patriots", + "New England Patriots highlight reel", + "Novak Djokovic", + "Novak Djokovic highlight reel", + "Old Trafford", + "Patrick Mahomes", + "Patrick Mahomes highlight reel", + "Portugal national football team", + "Portugal national football team highlight reel", + "Portugal sports icon card", + "Raymond James Stadium", + "Real Madrid", + "Real Madrid highlight reel", + "Roger Federer", + "Roger Federer highlight reel", + "Santiago Bernabéu Stadium", + "Seleção das Quinas", + "Serbia sports icon card", + "Serena", + "Serena Williams", + "Serena Williams highlight reel", + "Spain sports icon card", + "Switzerland sports icon card", + "TB12", + "Tampa Bay Buccaneers", + "Tampa Bay Buccaneers highlight reel", + "Tom Brady", + "Tom Brady highlight reel", + "United States sports icon card", + "Usain Bolt", + "Usain Bolt highlight reel" + ], + "relationships": [ + "Birth Year", + "Captain at 2022 World Cup", + "Captain at Euro 2016", + "City", + "Confederation", + "Country", + "Featured Athlete", + "Home Venue", + "Iconic Club", + "Iconic Team", + "League", + "Nickname", + "Position", + "Primary Tenant", + "Refers To", + "Signature Event", + "Sport", + "Stars", + "Turned Pro In" + ], + "return_values": [ + "100 metres", + "1963", + "1977", + "1981", + "1984", + "1985", + "1986", + "1987", + "1995", + "1998", + "2003", + "Air Jordan", + "American football", + "Argentina", + "Argentina national football team", + "Arrowhead Stadium", + "Association football", + "Athletics", + "Barcelona", + "Basketball", + "CONMEBOL", + "CR7", + "Camp Nou", + "Chase Center", + "Chicago Bulls", + "Cristiano Ronaldo", + "Crypto.com Arena", + "England", + "FedEx", + "Foxborough", + "Gillette Stadium", + "Golden State Warriors", + "Jamaica", + "Kansas City", + "Kansas City Chiefs", + "King James", + "La Albiceleste", + "La Liga", + "La Pulga", + "LeBron James", + "Lightning Bolt", + "Lionel Messi", + "Los Angeles", + "Los Angeles Lakers", + "Madrid", + "Manchester", + "Manchester United", + "Michael Jordan", + "NBA", + "NFL", + "New England Patriots", + "Nole", + "Novak Djokovic", + "Old Trafford", + "Patrick Mahomes", + "Portugal", + "Portugal national football team", + "Premier League", + "Quarterback", + "Raymond James Stadium", + "Real Madrid", + "Roger Federer", + "San Francisco", + "Santiago Bernabéu Stadium", + "Seleção das Quinas", + "Serbia", + "Serena", + "Serena Williams", + "Spain", + "Switzerland", + "Tampa", + "Tampa Bay Buccaneers", + "Tennis", + "Tom Brady", + "UEFA", + "United States", + "Usain Bolt" + ], + "triplets": [ + [ + "Lionel Messi", + "Sport", + "Association football" + ], + [ + "Lionel Messi", + "Country", + "Argentina" + ], + [ + "Lionel Messi", + "Birth Year", + "1987" + ], + [ + "Lionel Messi", + "Nickname", + "La Pulga" + ], + [ + "Lionel Messi", + "Iconic Club", + "Barcelona" + ], + [ + "Cristiano Ronaldo", + "Sport", + "Association football" + ], + [ + "Cristiano Ronaldo", + "Country", + "Portugal" + ], + [ + "Cristiano Ronaldo", + "Birth Year", + "1985" + ], + [ + "Cristiano Ronaldo", + "Nickname", + "CR7" + ], + [ + "Cristiano Ronaldo", + "Iconic Club", + "Real Madrid" + ], + [ + "Tom Brady", + "Sport", + "American football" + ], + [ + "Tom Brady", + "Country", + "United States" + ], + [ + "Tom Brady", + "Birth Year", + "1977" + ], + [ + "Tom Brady", + "Position", + "Quarterback" + ], + [ + "Tom Brady", + "Iconic Team", + "New England Patriots" + ], + [ + "LeBron James", + "Sport", + "Basketball" + ], + [ + "LeBron James", + "Country", + "United States" + ], + [ + "LeBron James", + "Birth Year", + "1984" + ], + [ + "LeBron James", + "Nickname", + "King James" + ], + [ + "LeBron James", + "Iconic Team", + "Los Angeles Lakers" + ], + [ + "Michael Jordan", + "Sport", + "Basketball" + ], + [ + "Michael Jordan", + "Country", + "United States" + ], + [ + "Michael Jordan", + "Birth Year", + "1963" + ], + [ + "Michael Jordan", + "Nickname", + "Air Jordan" + ], + [ + "Michael Jordan", + "Iconic Team", + "Chicago Bulls" + ], + [ + "Patrick Mahomes", + "Sport", + "American football" + ], + [ + "Patrick Mahomes", + "Country", + "United States" + ], + [ + "Patrick Mahomes", + "Birth Year", + "1995" + ], + [ + "Patrick Mahomes", + "Position", + "Quarterback" + ], + [ + "Patrick Mahomes", + "Iconic Team", + "Kansas City Chiefs" + ], + [ + "Serena Williams", + "Sport", + "Tennis" + ], + [ + "Serena Williams", + "Country", + "United States" + ], + [ + "Serena Williams", + "Birth Year", + "1981" + ], + [ + "Serena Williams", + "Nickname", + "Serena" + ], + [ + "Serena Williams", + "Turned Pro In", + "1995" + ], + [ + "Roger Federer", + "Sport", + "Tennis" + ], + [ + "Roger Federer", + "Country", + "Switzerland" + ], + [ + "Roger Federer", + "Birth Year", + "1981" + ], + [ + "Roger Federer", + "Nickname", + "FedEx" + ], + [ + "Roger Federer", + "Turned Pro In", + "1998" + ], + [ + "Novak Djokovic", + "Sport", + "Tennis" + ], + [ + "Novak Djokovic", + "Country", + "Serbia" + ], + [ + "Novak Djokovic", + "Birth Year", + "1987" + ], + [ + "Novak Djokovic", + "Nickname", + "Nole" + ], + [ + "Novak Djokovic", + "Turned Pro In", + "2003" + ], + [ + "Usain Bolt", + "Sport", + "Athletics" + ], + [ + "Usain Bolt", + "Country", + "Jamaica" + ], + [ + "Usain Bolt", + "Birth Year", + "1986" + ], + [ + "Usain Bolt", + "Nickname", + "Lightning Bolt" + ], + [ + "Usain Bolt", + "Signature Event", + "100 metres" + ], + [ + "Real Madrid", + "Sport", + "Association football" + ], + [ + "Real Madrid", + "Country", + "Spain" + ], + [ + "Real Madrid", + "City", + "Madrid" + ], + [ + "Real Madrid", + "Home Venue", + "Santiago Bernabéu Stadium" + ], + [ + "Real Madrid", + "League", + "La Liga" + ], + [ + "Barcelona", + "Sport", + "Association football" + ], + [ + "Barcelona", + "Country", + "Spain" + ], + [ + "Barcelona", + "City", + "Barcelona" + ], + [ + "Barcelona", + "Home Venue", + "Camp Nou" + ], + [ + "Barcelona", + "League", + "La Liga" + ], + [ + "Manchester United", + "Sport", + "Association football" + ], + [ + "Manchester United", + "Country", + "England" + ], + [ + "Manchester United", + "City", + "Manchester" + ], + [ + "Manchester United", + "Home Venue", + "Old Trafford" + ], + [ + "Manchester United", + "League", + "Premier League" + ], + [ + "Los Angeles Lakers", + "Sport", + "Basketball" + ], + [ + "Los Angeles Lakers", + "Country", + "United States" + ], + [ + "Los Angeles Lakers", + "City", + "Los Angeles" + ], + [ + "Los Angeles Lakers", + "Home Venue", + "Crypto.com Arena" + ], + [ + "Los Angeles Lakers", + "League", + "NBA" + ], + [ + "Kansas City Chiefs", + "Sport", + "American football" + ], + [ + "Kansas City Chiefs", + "Country", + "United States" + ], + [ + "Kansas City Chiefs", + "City", + "Kansas City" + ], + [ + "Kansas City Chiefs", + "Home Venue", + "Arrowhead Stadium" + ], + [ + "Kansas City Chiefs", + "League", + "NFL" + ], + [ + "New England Patriots", + "Sport", + "American football" + ], + [ + "New England Patriots", + "Country", + "United States" + ], + [ + "New England Patriots", + "City", + "Foxborough" + ], + [ + "New England Patriots", + "Home Venue", + "Gillette Stadium" + ], + [ + "New England Patriots", + "League", + "NFL" + ], + [ + "Golden State Warriors", + "Sport", + "Basketball" + ], + [ + "Golden State Warriors", + "Country", + "United States" + ], + [ + "Golden State Warriors", + "City", + "San Francisco" + ], + [ + "Golden State Warriors", + "Home Venue", + "Chase Center" + ], + [ + "Golden State Warriors", + "League", + "NBA" + ], + [ + "Argentina national football team", + "Sport", + "Association football" + ], + [ + "Argentina national football team", + "Country", + "Argentina" + ], + [ + "Argentina national football team", + "Confederation", + "CONMEBOL" + ], + [ + "Argentina national football team", + "Captain at 2022 World Cup", + "Lionel Messi" + ], + [ + "Argentina national football team", + "Nickname", + "La Albiceleste" + ], + [ + "Portugal national football team", + "Sport", + "Association football" + ], + [ + "Portugal national football team", + "Country", + "Portugal" + ], + [ + "Portugal national football team", + "Confederation", + "UEFA" + ], + [ + "Portugal national football team", + "Captain at Euro 2016", + "Cristiano Ronaldo" + ], + [ + "Portugal national football team", + "Nickname", + "Seleção das Quinas" + ], + [ + "Tampa Bay Buccaneers", + "Sport", + "American football" + ], + [ + "Tampa Bay Buccaneers", + "Country", + "United States" + ], + [ + "Tampa Bay Buccaneers", + "City", + "Tampa" + ], + [ + "Tampa Bay Buccaneers", + "Home Venue", + "Raymond James Stadium" + ], + [ + "Tampa Bay Buccaneers", + "League", + "NFL" + ], + [ + "Argentina sports icon card", + "Featured Athlete", + "Lionel Messi" + ], + [ + "Lionel Messi highlight reel", + "Stars", + "Lionel Messi" + ], + [ + "Leo Messi", + "Refers To", + "Lionel Messi" + ], + [ + "Portugal sports icon card", + "Featured Athlete", + "Cristiano Ronaldo" + ], + [ + "Cristiano Ronaldo highlight reel", + "Stars", + "Cristiano Ronaldo" + ], + [ + "CR7", + "Refers To", + "Cristiano Ronaldo" + ], + [ + "United States sports icon card", + "Featured Athlete", + "Tom Brady" + ], + [ + "Tom Brady highlight reel", + "Stars", + "Tom Brady" + ], + [ + "TB12", + "Refers To", + "Tom Brady" + ], + [ + "United States sports icon card", + "Featured Athlete", + "LeBron James" + ], + [ + "LeBron James highlight reel", + "Stars", + "LeBron James" + ], + [ + "King James", + "Refers To", + "LeBron James" + ], + [ + "United States sports icon card", + "Featured Athlete", + "Michael Jordan" + ], + [ + "Michael Jordan highlight reel", + "Stars", + "Michael Jordan" + ], + [ + "MJ", + "Refers To", + "Michael Jordan" + ], + [ + "United States sports icon card", + "Featured Athlete", + "Patrick Mahomes" + ], + [ + "Patrick Mahomes highlight reel", + "Stars", + "Patrick Mahomes" + ], + [ + "Mahomes", + "Refers To", + "Patrick Mahomes" + ], + [ + "United States sports icon card", + "Featured Athlete", + "Serena Williams" + ], + [ + "Serena Williams highlight reel", + "Stars", + "Serena Williams" + ], + [ + "Serena", + "Refers To", + "Serena Williams" + ], + [ + "Switzerland sports icon card", + "Featured Athlete", + "Roger Federer" + ], + [ + "Roger Federer highlight reel", + "Stars", + "Roger Federer" + ], + [ + "Federer", + "Refers To", + "Roger Federer" + ], + [ + "Serbia sports icon card", + "Featured Athlete", + "Novak Djokovic" + ], + [ + "Novak Djokovic highlight reel", + "Stars", + "Novak Djokovic" + ], + [ + "Djokovic", + "Refers To", + "Novak Djokovic" + ], + [ + "Jamaica sports icon card", + "Featured Athlete", + "Usain Bolt" + ], + [ + "Usain Bolt highlight reel", + "Stars", + "Usain Bolt" + ], + [ + "Bolt", + "Refers To", + "Usain Bolt" + ], + [ + "Spain sports icon card", + "Featured Athlete", + "Real Madrid" + ], + [ + "Real Madrid highlight reel", + "Stars", + "Real Madrid" + ], + [ + "Santiago Bernabéu Stadium", + "Primary Tenant", + "Real Madrid" + ], + [ + "Spain sports icon card", + "Featured Athlete", + "Barcelona" + ], + [ + "Barcelona highlight reel", + "Stars", + "Barcelona" + ], + [ + "Camp Nou", + "Primary Tenant", + "Barcelona" + ], + [ + "England sports icon card", + "Featured Athlete", + "Manchester United" + ], + [ + "Manchester United highlight reel", + "Stars", + "Manchester United" + ], + [ + "Old Trafford", + "Primary Tenant", + "Manchester United" + ], + [ + "United States sports icon card", + "Featured Athlete", + "Los Angeles Lakers" + ], + [ + "Los Angeles Lakers highlight reel", + "Stars", + "Los Angeles Lakers" + ], + [ + "Crypto.com Arena", + "Primary Tenant", + "Los Angeles Lakers" + ], + [ + "United States sports icon card", + "Featured Athlete", + "Kansas City Chiefs" + ], + [ + "Kansas City Chiefs highlight reel", + "Stars", + "Kansas City Chiefs" + ], + [ + "Arrowhead Stadium", + "Primary Tenant", + "Kansas City Chiefs" + ], + [ + "United States sports icon card", + "Featured Athlete", + "New England Patriots" + ], + [ + "New England Patriots highlight reel", + "Stars", + "New England Patriots" + ], + [ + "Gillette Stadium", + "Primary Tenant", + "New England Patriots" + ], + [ + "United States sports icon card", + "Featured Athlete", + "Golden State Warriors" + ], + [ + "Golden State Warriors highlight reel", + "Stars", + "Golden State Warriors" + ], + [ + "Chase Center", + "Primary Tenant", + "Golden State Warriors" + ], + [ + "Argentina sports icon card", + "Featured Athlete", + "Argentina national football team" + ], + [ + "Argentina national football team highlight reel", + "Stars", + "Argentina national football team" + ], + [ + "La Albiceleste", + "Refers To", + "Argentina national football team" + ], + [ + "Portugal sports icon card", + "Featured Athlete", + "Portugal national football team" + ], + [ + "Portugal national football team highlight reel", + "Stars", + "Portugal national football team" + ], + [ + "Seleção das Quinas", + "Refers To", + "Portugal national football team" + ], + [ + "United States sports icon card", + "Featured Athlete", + "Tampa Bay Buccaneers" + ], + [ + "Tampa Bay Buccaneers highlight reel", + "Stars", + "Tampa Bay Buccaneers" + ], + [ + "Raymond James Stadium", + "Primary Tenant", + "Tampa Bay Buccaneers" + ] + ] +} From 8ab836a295d73c462378ac65caa1e738d36b51a5 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sat, 11 Apr 2026 03:49:23 -0700 Subject: [PATCH 03/24] added prompts --- .../prompts/alias/prompts_cloze.jsonl | 200 ++++++++ .../alias/prompts_contextual_questions.jsonl | 200 ++++++++ .../prompts/alias/prompts_continuations.jsonl | 200 ++++++++ .../alias/prompts_direct_questions.jsonl | 200 ++++++++ .../alias/prompts_fewshot_questions.jsonl | 200 ++++++++ .../alias/prompts_paraphrased_questions.jsonl | 200 ++++++++ .../prompts/base/prompts_cloze.jsonl | 100 ++++ .../base/prompts_contextual_questions.jsonl | 100 ++++ .../prompts/base/prompts_continuations.jsonl | 100 ++++ .../base/prompts_direct_questions.jsonl | 100 ++++ .../base/prompts_fewshot_questions.jsonl | 100 ++++ .../base/prompts_paraphrased_questions.jsonl | 100 ++++ .../prompts/collision/prompts_cloze.jsonl | 140 ++++++ .../prompts_contextual_questions.jsonl | 140 ++++++ .../collision/prompts_continuations.jsonl | 140 ++++++ .../collision/prompts_direct_questions.jsonl | 140 ++++++ .../collision/prompts_fewshot_questions.jsonl | 140 ++++++ .../prompts_paraphrased_questions.jsonl | 140 ++++++ .../prompts/noise/prompts_cloze.jsonl | 180 +++++++ .../noise/prompts_contextual_questions.jsonl | 180 +++++++ .../prompts/noise/prompts_continuations.jsonl | 180 +++++++ .../noise/prompts_direct_questions.jsonl | 180 +++++++ .../noise/prompts_fewshot_questions.jsonl | 180 +++++++ .../noise/prompts_paraphrased_questions.jsonl | 180 +++++++ .../generate_custom_prompts.py | 453 ++++++++++++++++++ .../prompts/alias/prompts_cloze.jsonl | 240 ++++++++++ .../alias/prompts_contextual_questions.jsonl | 240 ++++++++++ .../prompts/alias/prompts_continuations.jsonl | 240 ++++++++++ .../alias/prompts_direct_questions.jsonl | 240 ++++++++++ .../alias/prompts_fewshot_questions.jsonl | 240 ++++++++++ .../alias/prompts_paraphrased_questions.jsonl | 240 ++++++++++ .../prompts/base/prompts_cloze.jsonl | 120 +++++ .../base/prompts_contextual_questions.jsonl | 120 +++++ .../prompts/base/prompts_continuations.jsonl | 120 +++++ .../base/prompts_direct_questions.jsonl | 120 +++++ .../base/prompts_fewshot_questions.jsonl | 120 +++++ .../base/prompts_paraphrased_questions.jsonl | 120 +++++ .../prompts/collision/prompts_cloze.jsonl | 160 +++++++ .../prompts_contextual_questions.jsonl | 160 +++++++ .../collision/prompts_continuations.jsonl | 160 +++++++ .../collision/prompts_direct_questions.jsonl | 160 +++++++ .../collision/prompts_fewshot_questions.jsonl | 160 +++++++ .../prompts_paraphrased_questions.jsonl | 160 +++++++ .../prompts/noise/prompts_cloze.jsonl | 180 +++++++ .../noise/prompts_contextual_questions.jsonl | 180 +++++++ .../prompts/noise/prompts_continuations.jsonl | 180 +++++++ .../noise/prompts_direct_questions.jsonl | 180 +++++++ .../noise/prompts_fewshot_questions.jsonl | 180 +++++++ .../noise/prompts_paraphrased_questions.jsonl | 180 +++++++ .../sports/prompts/alias/prompts_cloze.jsonl | 200 ++++++++ .../alias/prompts_contextual_questions.jsonl | 200 ++++++++ .../prompts/alias/prompts_continuations.jsonl | 200 ++++++++ .../alias/prompts_direct_questions.jsonl | 200 ++++++++ .../alias/prompts_fewshot_questions.jsonl | 200 ++++++++ .../alias/prompts_paraphrased_questions.jsonl | 200 ++++++++ .../sports/prompts/base/prompts_cloze.jsonl | 100 ++++ .../base/prompts_contextual_questions.jsonl | 100 ++++ .../prompts/base/prompts_continuations.jsonl | 100 ++++ .../base/prompts_direct_questions.jsonl | 100 ++++ .../base/prompts_fewshot_questions.jsonl | 100 ++++ .../base/prompts_paraphrased_questions.jsonl | 100 ++++ .../prompts/collision/prompts_cloze.jsonl | 158 ++++++ .../prompts_contextual_questions.jsonl | 158 ++++++ .../collision/prompts_continuations.jsonl | 158 ++++++ .../collision/prompts_direct_questions.jsonl | 158 ++++++ .../collision/prompts_fewshot_questions.jsonl | 158 ++++++ .../prompts_paraphrased_questions.jsonl | 158 ++++++ .../sports/prompts/noise/prompts_cloze.jsonl | 160 +++++++ .../noise/prompts_contextual_questions.jsonl | 160 +++++++ .../prompts/noise/prompts_continuations.jsonl | 160 +++++++ .../noise/prompts_direct_questions.jsonl | 160 +++++++ .../noise/prompts_fewshot_questions.jsonl | 160 +++++++ .../noise/prompts_paraphrased_questions.jsonl | 160 +++++++ 73 files changed, 12081 insertions(+) create mode 100644 data/custom_databases/countries/prompts/alias/prompts_cloze.jsonl create mode 100644 data/custom_databases/countries/prompts/alias/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/alias/prompts_continuations.jsonl create mode 100644 data/custom_databases/countries/prompts/alias/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/alias/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/alias/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/base/prompts_cloze.jsonl create mode 100644 data/custom_databases/countries/prompts/base/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/base/prompts_continuations.jsonl create mode 100644 data/custom_databases/countries/prompts/base/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/base/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/base/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/collision/prompts_cloze.jsonl create mode 100644 data/custom_databases/countries/prompts/collision/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/collision/prompts_continuations.jsonl create mode 100644 data/custom_databases/countries/prompts/collision/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/collision/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/collision/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/noise/prompts_cloze.jsonl create mode 100644 data/custom_databases/countries/prompts/noise/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/noise/prompts_continuations.jsonl create mode 100644 data/custom_databases/countries/prompts/noise/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/noise/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/countries/prompts/noise/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/generate_custom_prompts.py create mode 100644 data/custom_databases/politicians/prompts/alias/prompts_cloze.jsonl create mode 100644 data/custom_databases/politicians/prompts/alias/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/alias/prompts_continuations.jsonl create mode 100644 data/custom_databases/politicians/prompts/alias/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/alias/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/alias/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/base/prompts_cloze.jsonl create mode 100644 data/custom_databases/politicians/prompts/base/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/base/prompts_continuations.jsonl create mode 100644 data/custom_databases/politicians/prompts/base/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/base/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/base/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/collision/prompts_cloze.jsonl create mode 100644 data/custom_databases/politicians/prompts/collision/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/collision/prompts_continuations.jsonl create mode 100644 data/custom_databases/politicians/prompts/collision/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/collision/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/collision/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/noise/prompts_cloze.jsonl create mode 100644 data/custom_databases/politicians/prompts/noise/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/noise/prompts_continuations.jsonl create mode 100644 data/custom_databases/politicians/prompts/noise/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/noise/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/politicians/prompts/noise/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/alias/prompts_cloze.jsonl create mode 100644 data/custom_databases/sports/prompts/alias/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/alias/prompts_continuations.jsonl create mode 100644 data/custom_databases/sports/prompts/alias/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/alias/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/alias/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/base/prompts_cloze.jsonl create mode 100644 data/custom_databases/sports/prompts/base/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/base/prompts_continuations.jsonl create mode 100644 data/custom_databases/sports/prompts/base/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/base/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/base/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/collision/prompts_cloze.jsonl create mode 100644 data/custom_databases/sports/prompts/collision/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/collision/prompts_continuations.jsonl create mode 100644 data/custom_databases/sports/prompts/collision/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/collision/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/collision/prompts_paraphrased_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/noise/prompts_cloze.jsonl create mode 100644 data/custom_databases/sports/prompts/noise/prompts_contextual_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/noise/prompts_continuations.jsonl create mode 100644 data/custom_databases/sports/prompts/noise/prompts_direct_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/noise/prompts_fewshot_questions.jsonl create mode 100644 data/custom_databases/sports/prompts/noise/prompts_paraphrased_questions.jsonl diff --git a/data/custom_databases/countries/prompts/alias/prompts_cloze.jsonl b/data/custom_databases/countries/prompts/alias/prompts_cloze.jsonl new file mode 100644 index 0000000..2040f82 --- /dev/null +++ b/data/custom_databases/countries/prompts/alias/prompts_cloze.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "USA", "relation": "Capital City", "gold_object": "Washington, D.C.", "prompt_text": "Complete the sentence with the missing fact: The capital city of USA is ____.", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States of America", "relation": "National Capital", "gold_object": "Washington, D.C.", "prompt_text": "Complete the sentence with the missing fact: The national capital of United States of America is ____.", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 2, "fact_id": 2, "subject": "USA", "relation": "Official Currency", "gold_object": "US Dollar", "prompt_text": "Complete the sentence with the missing fact: The official currency of USA is ____.", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States of America", "relation": "Money Used", "gold_object": "US Dollar", "prompt_text": "Complete the sentence with the missing fact: The money used in United States of America is ____.", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 4, "fact_id": 4, "subject": "USA", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: USA is located in the continent of ____.", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United States of America", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: The continent United States of America is located in is ____.", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 6, "fact_id": 6, "subject": "USA", "relation": "Country Code TLD", "gold_object": ".us", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for USA is ____.", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United States of America", "relation": "Internet Suffix", "gold_object": ".us", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for United States of America is ____.", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 8, "fact_id": 8, "subject": "USA", "relation": "ISO Alpha-2 Code", "gold_object": "US", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for USA is ____.", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United States of America", "relation": "Two-Letter ISO Code", "gold_object": "US", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for United States of America is ____.", "subject_aliases": ["United States", "USA"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "UK", "relation": "Capital City", "gold_object": "London", "prompt_text": "Complete the sentence with the missing fact: The capital city of UK is ____.", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Britain", "relation": "National Capital", "gold_object": "London", "prompt_text": "Complete the sentence with the missing fact: The national capital of Britain is ____.", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 12, "fact_id": 12, "subject": "UK", "relation": "Official Currency", "gold_object": "Pound Sterling", "prompt_text": "Complete the sentence with the missing fact: The official currency of UK is ____.", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Britain", "relation": "Money Used", "gold_object": "Pound Sterling", "prompt_text": "Complete the sentence with the missing fact: The money used in Britain is ____.", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 14, "fact_id": 14, "subject": "UK", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: UK is located in the continent of ____.", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Britain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Britain is located in is ____.", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 16, "fact_id": 16, "subject": "UK", "relation": "Country Code TLD", "gold_object": ".uk", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for UK is ____.", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Britain", "relation": "Internet Suffix", "gold_object": ".uk", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Britain is ____.", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 18, "fact_id": 18, "subject": "UK", "relation": "ISO Alpha-2 Code", "gold_object": "GB", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for UK is ____.", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Britain", "relation": "Two-Letter ISO Code", "gold_object": "GB", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Britain is ____.", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "French Republic", "relation": "Capital City", "gold_object": "Paris", "prompt_text": "Complete the sentence with the missing fact: The capital city of French Republic is ____.", "subject_aliases": ["France", "France"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "France", "relation": "National Capital", "gold_object": "Paris", "prompt_text": "Complete the sentence with the missing fact: The national capital of France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 22, "fact_id": 22, "subject": "French Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The official currency of French Republic is ____.", "subject_aliases": ["France", "France"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 23, "fact_id": 23, "subject": "France", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The money used in France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 24, "fact_id": 24, "subject": "French Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: French Republic is located in the continent of ____.", "subject_aliases": ["France", "France"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 25, "fact_id": 25, "subject": "France", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent France is located in is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 26, "fact_id": 26, "subject": "French Republic", "relation": "Country Code TLD", "gold_object": ".fr", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for French Republic is ____.", "subject_aliases": ["France", "France"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 27, "fact_id": 27, "subject": "France", "relation": "Internet Suffix", "gold_object": ".fr", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 28, "fact_id": 28, "subject": "French Republic", "relation": "ISO Alpha-2 Code", "gold_object": "FR", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for French Republic is ____.", "subject_aliases": ["France", "France"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 29, "fact_id": 29, "subject": "France", "relation": "Two-Letter ISO Code", "gold_object": "FR", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Federal Republic of Germany", "relation": "Capital City", "gold_object": "Berlin", "prompt_text": "Complete the sentence with the missing fact: The capital city of Federal Republic of Germany is ____.", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Deutschland", "relation": "National Capital", "gold_object": "Berlin", "prompt_text": "Complete the sentence with the missing fact: The national capital of Deutschland is ____.", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Federal Republic of Germany", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The official currency of Federal Republic of Germany is ____.", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Deutschland", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The money used in Deutschland is ____.", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Federal Republic of Germany", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Federal Republic of Germany is located in the continent of ____.", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Deutschland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Deutschland is located in is ____.", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Federal Republic of Germany", "relation": "Country Code TLD", "gold_object": ".de", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Federal Republic of Germany is ____.", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Deutschland", "relation": "Internet Suffix", "gold_object": ".de", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Deutschland is ____.", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Federal Republic of Germany", "relation": "ISO Alpha-2 Code", "gold_object": "DE", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Federal Republic of Germany is ____.", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Deutschland", "relation": "Two-Letter ISO Code", "gold_object": "DE", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Deutschland is ____.", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Russian Federation", "relation": "Capital City", "gold_object": "Moscow", "prompt_text": "Complete the sentence with the missing fact: The capital city of Russian Federation is ____.", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Russia", "relation": "National Capital", "gold_object": "Moscow", "prompt_text": "Complete the sentence with the missing fact: The national capital of Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Russian Federation", "relation": "Official Currency", "gold_object": "Russian Ruble", "prompt_text": "Complete the sentence with the missing fact: The official currency of Russian Federation is ____.", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Russia", "relation": "Money Used", "gold_object": "Russian Ruble", "prompt_text": "Complete the sentence with the missing fact: The money used in Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Russian Federation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Russian Federation is located in the continent of ____.", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Russia", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Russia is located in is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Russian Federation", "relation": "Country Code TLD", "gold_object": ".ru", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Russian Federation is ____.", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Russia", "relation": "Internet Suffix", "gold_object": ".ru", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Russian Federation", "relation": "ISO Alpha-2 Code", "gold_object": "RU", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Russian Federation is ____.", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Russia", "relation": "Two-Letter ISO Code", "gold_object": "RU", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "PRC", "relation": "Capital City", "gold_object": "Beijing", "prompt_text": "Complete the sentence with the missing fact: The capital city of PRC is ____.", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "People's Republic of China", "relation": "National Capital", "gold_object": "Beijing", "prompt_text": "Complete the sentence with the missing fact: The national capital of People's Republic of China is ____.", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 52, "fact_id": 52, "subject": "PRC", "relation": "Official Currency", "gold_object": "Renminbi", "prompt_text": "Complete the sentence with the missing fact: The official currency of PRC is ____.", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 53, "fact_id": 53, "subject": "People's Republic of China", "relation": "Money Used", "gold_object": "Renminbi", "prompt_text": "Complete the sentence with the missing fact: The money used in People's Republic of China is ____.", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 54, "fact_id": 54, "subject": "PRC", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: PRC is located in the continent of ____.", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "People's Republic of China", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: The continent People's Republic of China is located in is ____.", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 56, "fact_id": 56, "subject": "PRC", "relation": "Country Code TLD", "gold_object": ".cn", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for PRC is ____.", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 57, "fact_id": 57, "subject": "People's Republic of China", "relation": "Internet Suffix", "gold_object": ".cn", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for People's Republic of China is ____.", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 58, "fact_id": 58, "subject": "PRC", "relation": "ISO Alpha-2 Code", "gold_object": "CN", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for PRC is ____.", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 59, "fact_id": 59, "subject": "People's Republic of China", "relation": "Two-Letter ISO Code", "gold_object": "CN", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for People's Republic of China is ____.", "subject_aliases": ["China", "PRC"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Republic of India", "relation": "Capital City", "gold_object": "New Delhi", "prompt_text": "Complete the sentence with the missing fact: The capital city of Republic of India is ____.", "subject_aliases": ["India", "India"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "India", "relation": "National Capital", "gold_object": "New Delhi", "prompt_text": "Complete the sentence with the missing fact: The national capital of India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Republic of India", "relation": "Official Currency", "gold_object": "Indian Rupee", "prompt_text": "Complete the sentence with the missing fact: The official currency of Republic of India is ____.", "subject_aliases": ["India", "India"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 63, "fact_id": 63, "subject": "India", "relation": "Money Used", "gold_object": "Indian Rupee", "prompt_text": "Complete the sentence with the missing fact: The money used in India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["INR"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Republic of India", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: Republic of India is located in the continent of ____.", "subject_aliases": ["India", "India"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "India", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: The continent India is located in is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Republic of India", "relation": "Country Code TLD", "gold_object": ".in", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Republic of India is ____.", "subject_aliases": ["India", "India"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 67, "fact_id": 67, "subject": "India", "relation": "Internet Suffix", "gold_object": ".in", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Republic of India", "relation": "ISO Alpha-2 Code", "gold_object": "IN", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Republic of India is ____.", "subject_aliases": ["India", "India"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 69, "fact_id": 69, "subject": "India", "relation": "Two-Letter ISO Code", "gold_object": "IN", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Japan", "relation": "Capital City", "gold_object": "Tokyo", "prompt_text": "Complete the sentence with the missing fact: The capital city of Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Nippon", "relation": "National Capital", "gold_object": "Tokyo", "prompt_text": "Complete the sentence with the missing fact: The national capital of Nippon is ____.", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Japan", "relation": "Official Currency", "gold_object": "Japanese Yen", "prompt_text": "Complete the sentence with the missing fact: The official currency of Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Nippon", "relation": "Money Used", "gold_object": "Japanese Yen", "prompt_text": "Complete the sentence with the missing fact: The money used in Nippon is ____.", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Japan", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: Japan is located in the continent of ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Nippon", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: The continent Nippon is located in is ____.", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Japan", "relation": "Country Code TLD", "gold_object": ".jp", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Nippon", "relation": "Internet Suffix", "gold_object": ".jp", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Nippon is ____.", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Japan", "relation": "ISO Alpha-2 Code", "gold_object": "JP", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Nippon", "relation": "Two-Letter ISO Code", "gold_object": "JP", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Nippon is ____.", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Republic of Korea", "relation": "Capital City", "gold_object": "Seoul", "prompt_text": "Complete the sentence with the missing fact: The capital city of Republic of Korea is ____.", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "South Korea", "relation": "National Capital", "gold_object": "Seoul", "prompt_text": "Complete the sentence with the missing fact: The national capital of South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Republic of Korea", "relation": "Official Currency", "gold_object": "South Korean Won", "prompt_text": "Complete the sentence with the missing fact: The official currency of Republic of Korea is ____.", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 83, "fact_id": 83, "subject": "South Korea", "relation": "Money Used", "gold_object": "South Korean Won", "prompt_text": "Complete the sentence with the missing fact: The money used in South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KRW"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Republic of Korea", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: Republic of Korea is located in the continent of ____.", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "South Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: The continent South Korea is located in is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Republic of Korea", "relation": "Country Code TLD", "gold_object": ".kr", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Republic of Korea is ____.", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 87, "fact_id": 87, "subject": "South Korea", "relation": "Internet Suffix", "gold_object": ".kr", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Republic of Korea", "relation": "ISO Alpha-2 Code", "gold_object": "KR", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Republic of Korea is ____.", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 89, "fact_id": 89, "subject": "South Korea", "relation": "Two-Letter ISO Code", "gold_object": "KR", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "DPRK", "relation": "Capital City", "gold_object": "Pyongyang", "prompt_text": "Complete the sentence with the missing fact: The capital city of DPRK is ____.", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Democratic People's Republic of Korea", "relation": "National Capital", "gold_object": "Pyongyang", "prompt_text": "Complete the sentence with the missing fact: The national capital of Democratic People's Republic of Korea is ____.", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 92, "fact_id": 92, "subject": "DPRK", "relation": "Official Currency", "gold_object": "North Korean Won", "prompt_text": "Complete the sentence with the missing fact: The official currency of DPRK is ____.", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Democratic People's Republic of Korea", "relation": "Money Used", "gold_object": "North Korean Won", "prompt_text": "Complete the sentence with the missing fact: The money used in Democratic People's Republic of Korea is ____.", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KPW"]} +{"prompt_id": 94, "fact_id": 94, "subject": "DPRK", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: DPRK is located in the continent of ____.", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Democratic People's Republic of Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: The continent Democratic People's Republic of Korea is located in is ____.", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 96, "fact_id": 96, "subject": "DPRK", "relation": "Country Code TLD", "gold_object": ".kp", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for DPRK is ____.", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Democratic People's Republic of Korea", "relation": "Internet Suffix", "gold_object": ".kp", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Democratic People's Republic of Korea is ____.", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 98, "fact_id": 98, "subject": "DPRK", "relation": "ISO Alpha-2 Code", "gold_object": "KP", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for DPRK is ____.", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Democratic People's Republic of Korea", "relation": "Two-Letter ISO Code", "gold_object": "KP", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Democratic People's Republic of Korea is ____.", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Canada", "relation": "Capital City", "gold_object": "Ottawa", "prompt_text": "Complete the sentence with the missing fact: The capital city of Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 101, "fact_id": 101, "subject": "CA", "relation": "National Capital", "gold_object": "Ottawa", "prompt_text": "Complete the sentence with the missing fact: The national capital of CA is ____.", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Canada", "relation": "Official Currency", "gold_object": "Canadian Dollar", "prompt_text": "Complete the sentence with the missing fact: The official currency of Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CA", "relation": "Money Used", "gold_object": "Canadian Dollar", "prompt_text": "Complete the sentence with the missing fact: The money used in CA is ____.", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Canada", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: Canada is located in the continent of ____.", "subject_aliases": ["CA"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CA", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: The continent CA is located in is ____.", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Canada", "relation": "Country Code TLD", "gold_object": ".ca", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 107, "fact_id": 107, "subject": "CA", "relation": "Internet Suffix", "gold_object": ".ca", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for CA is ____.", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Canada", "relation": "ISO Alpha-2 Code", "gold_object": "CA", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 109, "fact_id": 109, "subject": "CA", "relation": "Two-Letter ISO Code", "gold_object": "CA", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for CA is ____.", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Commonwealth of Australia", "relation": "Capital City", "gold_object": "Canberra", "prompt_text": "Complete the sentence with the missing fact: The capital city of Commonwealth of Australia is ____.", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Australia", "relation": "National Capital", "gold_object": "Canberra", "prompt_text": "Complete the sentence with the missing fact: The national capital of Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Commonwealth of Australia", "relation": "Official Currency", "gold_object": "Australian Dollar", "prompt_text": "Complete the sentence with the missing fact: The official currency of Commonwealth of Australia is ____.", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Australia", "relation": "Money Used", "gold_object": "Australian Dollar", "prompt_text": "Complete the sentence with the missing fact: The money used in Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Commonwealth of Australia", "relation": "Located In Continent", "gold_object": "Oceania", "prompt_text": "Complete the sentence with the missing fact: Commonwealth of Australia is located in the continent of ____.", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Australia", "relation": "Continent Located In", "gold_object": "Oceania", "prompt_text": "Complete the sentence with the missing fact: The continent Australia is located in is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Commonwealth of Australia", "relation": "Country Code TLD", "gold_object": ".au", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Commonwealth of Australia is ____.", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Australia", "relation": "Internet Suffix", "gold_object": ".au", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Commonwealth of Australia", "relation": "ISO Alpha-2 Code", "gold_object": "AU", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Commonwealth of Australia is ____.", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Australia", "relation": "Two-Letter ISO Code", "gold_object": "AU", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Federative Republic of Brazil", "relation": "Capital City", "gold_object": "Brasilia", "prompt_text": "Complete the sentence with the missing fact: The capital city of Federative Republic of Brazil is ____.", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Brazil", "relation": "National Capital", "gold_object": "Brasilia", "prompt_text": "Complete the sentence with the missing fact: The national capital of Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Federative Republic of Brazil", "relation": "Official Currency", "gold_object": "Brazilian Real", "prompt_text": "Complete the sentence with the missing fact: The official currency of Federative Republic of Brazil is ____.", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Brazil", "relation": "Money Used", "gold_object": "Brazilian Real", "prompt_text": "Complete the sentence with the missing fact: The money used in Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Federative Republic of Brazil", "relation": "Located In Continent", "gold_object": "South America", "prompt_text": "Complete the sentence with the missing fact: Federative Republic of Brazil is located in the continent of ____.", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Continent Located In", "gold_object": "South America", "prompt_text": "Complete the sentence with the missing fact: The continent Brazil is located in is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Federative Republic of Brazil", "relation": "Country Code TLD", "gold_object": ".br", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Federative Republic of Brazil is ____.", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Brazil", "relation": "Internet Suffix", "gold_object": ".br", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Federative Republic of Brazil", "relation": "ISO Alpha-2 Code", "gold_object": "BR", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Federative Republic of Brazil is ____.", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Brazil", "relation": "Two-Letter ISO Code", "gold_object": "BR", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United Mexican States", "relation": "Capital City", "gold_object": "Mexico City", "prompt_text": "Complete the sentence with the missing fact: The capital city of United Mexican States is ____.", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Mexico", "relation": "National Capital", "gold_object": "Mexico City", "prompt_text": "Complete the sentence with the missing fact: The national capital of Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United Mexican States", "relation": "Official Currency", "gold_object": "Mexican Peso", "prompt_text": "Complete the sentence with the missing fact: The official currency of United Mexican States is ____.", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Mexico", "relation": "Money Used", "gold_object": "Mexican Peso", "prompt_text": "Complete the sentence with the missing fact: The money used in Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United Mexican States", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: United Mexican States is located in the continent of ____.", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Mexico", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: The continent Mexico is located in is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Mexican States", "relation": "Country Code TLD", "gold_object": ".mx", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for United Mexican States is ____.", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Mexico", "relation": "Internet Suffix", "gold_object": ".mx", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Mexican States", "relation": "ISO Alpha-2 Code", "gold_object": "MX", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for United Mexican States is ____.", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Mexico", "relation": "Two-Letter ISO Code", "gold_object": "MX", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Italian Republic", "relation": "Capital City", "gold_object": "Rome", "prompt_text": "Complete the sentence with the missing fact: The capital city of Italian Republic is ____.", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Italy", "relation": "National Capital", "gold_object": "Rome", "prompt_text": "Complete the sentence with the missing fact: The national capital of Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Italian Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The official currency of Italian Republic is ____.", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Italy", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The money used in Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Italian Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Italian Republic is located in the continent of ____.", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Italy", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Italy is located in is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Italian Republic", "relation": "Country Code TLD", "gold_object": ".it", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Italian Republic is ____.", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Italy", "relation": "Internet Suffix", "gold_object": ".it", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Italian Republic", "relation": "ISO Alpha-2 Code", "gold_object": "IT", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Italian Republic is ____.", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Italy", "relation": "Two-Letter ISO Code", "gold_object": "IT", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Kingdom of Spain", "relation": "Capital City", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: The capital city of Kingdom of Spain is ____.", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Spain", "relation": "National Capital", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: The national capital of Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Kingdom of Spain", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The official currency of Kingdom of Spain is ____.", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The money used in Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Kingdom of Spain", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Kingdom of Spain is located in the continent of ____.", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Spain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Spain is located in is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Kingdom of Spain", "relation": "Country Code TLD", "gold_object": ".es", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Kingdom of Spain is ____.", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Spain", "relation": "Internet Suffix", "gold_object": ".es", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Kingdom of Spain", "relation": "ISO Alpha-2 Code", "gold_object": "ES", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Kingdom of Spain is ____.", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Spain", "relation": "Two-Letter ISO Code", "gold_object": "ES", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Holland", "relation": "Capital City", "gold_object": "Amsterdam", "prompt_text": "Complete the sentence with the missing fact: The capital city of Holland is ____.", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Netherlands", "relation": "National Capital", "gold_object": "Amsterdam", "prompt_text": "Complete the sentence with the missing fact: The national capital of Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Holland", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The official currency of Holland is ____.", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Netherlands", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The money used in Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Holland", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Holland is located in the continent of ____.", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Netherlands", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Netherlands is located in is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Holland", "relation": "Country Code TLD", "gold_object": ".nl", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Holland is ____.", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Netherlands", "relation": "Internet Suffix", "gold_object": ".nl", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Holland", "relation": "ISO Alpha-2 Code", "gold_object": "NL", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Holland is ____.", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Netherlands", "relation": "Two-Letter ISO Code", "gold_object": "NL", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Kingdom of Sweden", "relation": "Capital City", "gold_object": "Stockholm", "prompt_text": "Complete the sentence with the missing fact: The capital city of Kingdom of Sweden is ____.", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Sweden", "relation": "National Capital", "gold_object": "Stockholm", "prompt_text": "Complete the sentence with the missing fact: The national capital of Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Kingdom of Sweden", "relation": "Official Currency", "gold_object": "Swedish Krona", "prompt_text": "Complete the sentence with the missing fact: The official currency of Kingdom of Sweden is ____.", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Sweden", "relation": "Money Used", "gold_object": "Swedish Krona", "prompt_text": "Complete the sentence with the missing fact: The money used in Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Kingdom of Sweden", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Kingdom of Sweden is located in the continent of ____.", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Sweden", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Sweden is located in is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Kingdom of Sweden", "relation": "Country Code TLD", "gold_object": ".se", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Kingdom of Sweden is ____.", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Sweden", "relation": "Internet Suffix", "gold_object": ".se", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Kingdom of Sweden", "relation": "ISO Alpha-2 Code", "gold_object": "SE", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Kingdom of Sweden is ____.", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Sweden", "relation": "Two-Letter ISO Code", "gold_object": "SE", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Kingdom of Norway", "relation": "Capital City", "gold_object": "Oslo", "prompt_text": "Complete the sentence with the missing fact: The capital city of Kingdom of Norway is ____.", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Norway", "relation": "National Capital", "gold_object": "Oslo", "prompt_text": "Complete the sentence with the missing fact: The national capital of Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Kingdom of Norway", "relation": "Official Currency", "gold_object": "Norwegian Krone", "prompt_text": "Complete the sentence with the missing fact: The official currency of Kingdom of Norway is ____.", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Norway", "relation": "Money Used", "gold_object": "Norwegian Krone", "prompt_text": "Complete the sentence with the missing fact: The money used in Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Kingdom of Norway", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Kingdom of Norway is located in the continent of ____.", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Norway", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Norway is located in is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Kingdom of Norway", "relation": "Country Code TLD", "gold_object": ".no", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Kingdom of Norway is ____.", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Norway", "relation": "Internet Suffix", "gold_object": ".no", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Kingdom of Norway", "relation": "ISO Alpha-2 Code", "gold_object": "NO", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Kingdom of Norway is ____.", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Norway", "relation": "Two-Letter ISO Code", "gold_object": "NO", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Swiss Confederation", "relation": "Capital City", "gold_object": "Bern", "prompt_text": "Complete the sentence with the missing fact: The capital city of Swiss Confederation is ____.", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Switzerland", "relation": "National Capital", "gold_object": "Bern", "prompt_text": "Complete the sentence with the missing fact: The national capital of Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Swiss Confederation", "relation": "Official Currency", "gold_object": "Swiss Franc", "prompt_text": "Complete the sentence with the missing fact: The official currency of Swiss Confederation is ____.", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Switzerland", "relation": "Money Used", "gold_object": "Swiss Franc", "prompt_text": "Complete the sentence with the missing fact: The money used in Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Swiss Confederation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Swiss Confederation is located in the continent of ____.", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Switzerland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: The continent Switzerland is located in is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Swiss Confederation", "relation": "Country Code TLD", "gold_object": ".ch", "prompt_text": "Complete the sentence with the missing fact: The country code TLD for Swiss Confederation is ____.", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Switzerland", "relation": "Internet Suffix", "gold_object": ".ch", "prompt_text": "Complete the sentence with the missing fact: The internet suffix for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Swiss Confederation", "relation": "ISO Alpha-2 Code", "gold_object": "CH", "prompt_text": "Complete the sentence with the missing fact: The ISO alpha-2 code for Swiss Confederation is ____.", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Switzerland", "relation": "Two-Letter ISO Code", "gold_object": "CH", "prompt_text": "Complete the sentence with the missing fact: The two-letter ISO code for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} diff --git a/data/custom_databases/countries/prompts/alias/prompts_contextual_questions.jsonl b/data/custom_databases/countries/prompts/alias/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..f5a5507 --- /dev/null +++ b/data/custom_databases/countries/prompts/alias/prompts_contextual_questions.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "USA", "relation": "Capital City", "gold_object": "Washington, D.C.", "prompt_text": "Context: I am compiling a concise factual profile for USA. Answer with a short factual phrase.\nQuestion: What is the capital city of USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States of America", "relation": "National Capital", "gold_object": "Washington, D.C.", "prompt_text": "Context: I am compiling a concise factual profile for United States of America. Answer with a short factual phrase.\nQuestion: What is the national capital of United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 2, "fact_id": 2, "subject": "USA", "relation": "Official Currency", "gold_object": "US Dollar", "prompt_text": "Context: I am compiling a concise factual profile for USA. Answer with a short factual phrase.\nQuestion: What is the official currency of USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States of America", "relation": "Money Used", "gold_object": "US Dollar", "prompt_text": "Context: I am compiling a concise factual profile for United States of America. Answer with a short factual phrase.\nQuestion: What money is used in United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 4, "fact_id": 4, "subject": "USA", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for USA. Answer with a short factual phrase.\nQuestion: Which continent is USA located in?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United States of America", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for United States of America. Answer with a short factual phrase.\nQuestion: What continent is United States of America located in?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 6, "fact_id": 6, "subject": "USA", "relation": "Country Code TLD", "gold_object": ".us", "prompt_text": "Context: I am compiling a concise factual profile for USA. Answer with a short factual phrase.\nQuestion: What is the country code TLD for USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United States of America", "relation": "Internet Suffix", "gold_object": ".us", "prompt_text": "Context: I am compiling a concise factual profile for United States of America. Answer with a short factual phrase.\nQuestion: What is the internet suffix for United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 8, "fact_id": 8, "subject": "USA", "relation": "ISO Alpha-2 Code", "gold_object": "US", "prompt_text": "Context: I am compiling a concise factual profile for USA. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United States of America", "relation": "Two-Letter ISO Code", "gold_object": "US", "prompt_text": "Context: I am compiling a concise factual profile for United States of America. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "UK", "relation": "Capital City", "gold_object": "London", "prompt_text": "Context: I am compiling a concise factual profile for UK. Answer with a short factual phrase.\nQuestion: What is the capital city of UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Britain", "relation": "National Capital", "gold_object": "London", "prompt_text": "Context: I am compiling a concise factual profile for Britain. Answer with a short factual phrase.\nQuestion: What is the national capital of Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 12, "fact_id": 12, "subject": "UK", "relation": "Official Currency", "gold_object": "Pound Sterling", "prompt_text": "Context: I am compiling a concise factual profile for UK. Answer with a short factual phrase.\nQuestion: What is the official currency of UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Britain", "relation": "Money Used", "gold_object": "Pound Sterling", "prompt_text": "Context: I am compiling a concise factual profile for Britain. Answer with a short factual phrase.\nQuestion: What money is used in Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 14, "fact_id": 14, "subject": "UK", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for UK. Answer with a short factual phrase.\nQuestion: Which continent is UK located in?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Britain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Britain. Answer with a short factual phrase.\nQuestion: What continent is Britain located in?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 16, "fact_id": 16, "subject": "UK", "relation": "Country Code TLD", "gold_object": ".uk", "prompt_text": "Context: I am compiling a concise factual profile for UK. Answer with a short factual phrase.\nQuestion: What is the country code TLD for UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Britain", "relation": "Internet Suffix", "gold_object": ".uk", "prompt_text": "Context: I am compiling a concise factual profile for Britain. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 18, "fact_id": 18, "subject": "UK", "relation": "ISO Alpha-2 Code", "gold_object": "GB", "prompt_text": "Context: I am compiling a concise factual profile for UK. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Britain", "relation": "Two-Letter ISO Code", "gold_object": "GB", "prompt_text": "Context: I am compiling a concise factual profile for Britain. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "French Republic", "relation": "Capital City", "gold_object": "Paris", "prompt_text": "Context: I am compiling a concise factual profile for French Republic. Answer with a short factual phrase.\nQuestion: What is the capital city of French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "France", "relation": "National Capital", "gold_object": "Paris", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the national capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 22, "fact_id": 22, "subject": "French Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for French Republic. Answer with a short factual phrase.\nQuestion: What is the official currency of French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 23, "fact_id": 23, "subject": "France", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What money is used in France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 24, "fact_id": 24, "subject": "French Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for French Republic. Answer with a short factual phrase.\nQuestion: Which continent is French Republic located in?", "subject_aliases": ["France", "France"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 25, "fact_id": 25, "subject": "France", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What continent is France located in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 26, "fact_id": 26, "subject": "French Republic", "relation": "Country Code TLD", "gold_object": ".fr", "prompt_text": "Context: I am compiling a concise factual profile for French Republic. Answer with a short factual phrase.\nQuestion: What is the country code TLD for French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 27, "fact_id": 27, "subject": "France", "relation": "Internet Suffix", "gold_object": ".fr", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the internet suffix for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 28, "fact_id": 28, "subject": "French Republic", "relation": "ISO Alpha-2 Code", "gold_object": "FR", "prompt_text": "Context: I am compiling a concise factual profile for French Republic. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 29, "fact_id": 29, "subject": "France", "relation": "Two-Letter ISO Code", "gold_object": "FR", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Federal Republic of Germany", "relation": "Capital City", "gold_object": "Berlin", "prompt_text": "Context: I am compiling a concise factual profile for Federal Republic of Germany. Answer with a short factual phrase.\nQuestion: What is the capital city of Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Deutschland", "relation": "National Capital", "gold_object": "Berlin", "prompt_text": "Context: I am compiling a concise factual profile for Deutschland. Answer with a short factual phrase.\nQuestion: What is the national capital of Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Federal Republic of Germany", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Federal Republic of Germany. Answer with a short factual phrase.\nQuestion: What is the official currency of Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Deutschland", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Deutschland. Answer with a short factual phrase.\nQuestion: What money is used in Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Federal Republic of Germany", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Federal Republic of Germany. Answer with a short factual phrase.\nQuestion: Which continent is Federal Republic of Germany located in?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Deutschland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Deutschland. Answer with a short factual phrase.\nQuestion: What continent is Deutschland located in?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Federal Republic of Germany", "relation": "Country Code TLD", "gold_object": ".de", "prompt_text": "Context: I am compiling a concise factual profile for Federal Republic of Germany. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Deutschland", "relation": "Internet Suffix", "gold_object": ".de", "prompt_text": "Context: I am compiling a concise factual profile for Deutschland. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Federal Republic of Germany", "relation": "ISO Alpha-2 Code", "gold_object": "DE", "prompt_text": "Context: I am compiling a concise factual profile for Federal Republic of Germany. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Deutschland", "relation": "Two-Letter ISO Code", "gold_object": "DE", "prompt_text": "Context: I am compiling a concise factual profile for Deutschland. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Russian Federation", "relation": "Capital City", "gold_object": "Moscow", "prompt_text": "Context: I am compiling a concise factual profile for Russian Federation. Answer with a short factual phrase.\nQuestion: What is the capital city of Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Russia", "relation": "National Capital", "gold_object": "Moscow", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the national capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Russian Federation", "relation": "Official Currency", "gold_object": "Russian Ruble", "prompt_text": "Context: I am compiling a concise factual profile for Russian Federation. Answer with a short factual phrase.\nQuestion: What is the official currency of Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Russia", "relation": "Money Used", "gold_object": "Russian Ruble", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What money is used in Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Russian Federation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Russian Federation. Answer with a short factual phrase.\nQuestion: Which continent is Russian Federation located in?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Russia", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What continent is Russia located in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Russian Federation", "relation": "Country Code TLD", "gold_object": ".ru", "prompt_text": "Context: I am compiling a concise factual profile for Russian Federation. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Russia", "relation": "Internet Suffix", "gold_object": ".ru", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Russian Federation", "relation": "ISO Alpha-2 Code", "gold_object": "RU", "prompt_text": "Context: I am compiling a concise factual profile for Russian Federation. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Russia", "relation": "Two-Letter ISO Code", "gold_object": "RU", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "PRC", "relation": "Capital City", "gold_object": "Beijing", "prompt_text": "Context: I am compiling a concise factual profile for PRC. Answer with a short factual phrase.\nQuestion: What is the capital city of PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "People's Republic of China", "relation": "National Capital", "gold_object": "Beijing", "prompt_text": "Context: I am compiling a concise factual profile for People's Republic of China. Answer with a short factual phrase.\nQuestion: What is the national capital of People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 52, "fact_id": 52, "subject": "PRC", "relation": "Official Currency", "gold_object": "Renminbi", "prompt_text": "Context: I am compiling a concise factual profile for PRC. Answer with a short factual phrase.\nQuestion: What is the official currency of PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 53, "fact_id": 53, "subject": "People's Republic of China", "relation": "Money Used", "gold_object": "Renminbi", "prompt_text": "Context: I am compiling a concise factual profile for People's Republic of China. Answer with a short factual phrase.\nQuestion: What money is used in People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 54, "fact_id": 54, "subject": "PRC", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for PRC. Answer with a short factual phrase.\nQuestion: Which continent is PRC located in?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "People's Republic of China", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for People's Republic of China. Answer with a short factual phrase.\nQuestion: What continent is People's Republic of China located in?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 56, "fact_id": 56, "subject": "PRC", "relation": "Country Code TLD", "gold_object": ".cn", "prompt_text": "Context: I am compiling a concise factual profile for PRC. Answer with a short factual phrase.\nQuestion: What is the country code TLD for PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 57, "fact_id": 57, "subject": "People's Republic of China", "relation": "Internet Suffix", "gold_object": ".cn", "prompt_text": "Context: I am compiling a concise factual profile for People's Republic of China. Answer with a short factual phrase.\nQuestion: What is the internet suffix for People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 58, "fact_id": 58, "subject": "PRC", "relation": "ISO Alpha-2 Code", "gold_object": "CN", "prompt_text": "Context: I am compiling a concise factual profile for PRC. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 59, "fact_id": 59, "subject": "People's Republic of China", "relation": "Two-Letter ISO Code", "gold_object": "CN", "prompt_text": "Context: I am compiling a concise factual profile for People's Republic of China. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Republic of India", "relation": "Capital City", "gold_object": "New Delhi", "prompt_text": "Context: I am compiling a concise factual profile for Republic of India. Answer with a short factual phrase.\nQuestion: What is the capital city of Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "India", "relation": "National Capital", "gold_object": "New Delhi", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the national capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Republic of India", "relation": "Official Currency", "gold_object": "Indian Rupee", "prompt_text": "Context: I am compiling a concise factual profile for Republic of India. Answer with a short factual phrase.\nQuestion: What is the official currency of Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 63, "fact_id": 63, "subject": "India", "relation": "Money Used", "gold_object": "Indian Rupee", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What money is used in India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["INR"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Republic of India", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for Republic of India. Answer with a short factual phrase.\nQuestion: Which continent is Republic of India located in?", "subject_aliases": ["India", "India"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "India", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What continent is India located in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Republic of India", "relation": "Country Code TLD", "gold_object": ".in", "prompt_text": "Context: I am compiling a concise factual profile for Republic of India. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 67, "fact_id": 67, "subject": "India", "relation": "Internet Suffix", "gold_object": ".in", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the internet suffix for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Republic of India", "relation": "ISO Alpha-2 Code", "gold_object": "IN", "prompt_text": "Context: I am compiling a concise factual profile for Republic of India. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 69, "fact_id": 69, "subject": "India", "relation": "Two-Letter ISO Code", "gold_object": "IN", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Japan", "relation": "Capital City", "gold_object": "Tokyo", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the capital city of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Nippon", "relation": "National Capital", "gold_object": "Tokyo", "prompt_text": "Context: I am compiling a concise factual profile for Nippon. Answer with a short factual phrase.\nQuestion: What is the national capital of Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Japan", "relation": "Official Currency", "gold_object": "Japanese Yen", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the official currency of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Nippon", "relation": "Money Used", "gold_object": "Japanese Yen", "prompt_text": "Context: I am compiling a concise factual profile for Nippon. Answer with a short factual phrase.\nQuestion: What money is used in Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Japan", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: Which continent is Japan located in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Nippon", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for Nippon. Answer with a short factual phrase.\nQuestion: What continent is Nippon located in?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Japan", "relation": "Country Code TLD", "gold_object": ".jp", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Nippon", "relation": "Internet Suffix", "gold_object": ".jp", "prompt_text": "Context: I am compiling a concise factual profile for Nippon. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Japan", "relation": "ISO Alpha-2 Code", "gold_object": "JP", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Nippon", "relation": "Two-Letter ISO Code", "gold_object": "JP", "prompt_text": "Context: I am compiling a concise factual profile for Nippon. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Republic of Korea", "relation": "Capital City", "gold_object": "Seoul", "prompt_text": "Context: I am compiling a concise factual profile for Republic of Korea. Answer with a short factual phrase.\nQuestion: What is the capital city of Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "South Korea", "relation": "National Capital", "gold_object": "Seoul", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the national capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Republic of Korea", "relation": "Official Currency", "gold_object": "South Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for Republic of Korea. Answer with a short factual phrase.\nQuestion: What is the official currency of Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 83, "fact_id": 83, "subject": "South Korea", "relation": "Money Used", "gold_object": "South Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What money is used in South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KRW"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Republic of Korea", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for Republic of Korea. Answer with a short factual phrase.\nQuestion: Which continent is Republic of Korea located in?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "South Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What continent is South Korea located in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Republic of Korea", "relation": "Country Code TLD", "gold_object": ".kr", "prompt_text": "Context: I am compiling a concise factual profile for Republic of Korea. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 87, "fact_id": 87, "subject": "South Korea", "relation": "Internet Suffix", "gold_object": ".kr", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the internet suffix for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Republic of Korea", "relation": "ISO Alpha-2 Code", "gold_object": "KR", "prompt_text": "Context: I am compiling a concise factual profile for Republic of Korea. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 89, "fact_id": 89, "subject": "South Korea", "relation": "Two-Letter ISO Code", "gold_object": "KR", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "DPRK", "relation": "Capital City", "gold_object": "Pyongyang", "prompt_text": "Context: I am compiling a concise factual profile for DPRK. Answer with a short factual phrase.\nQuestion: What is the capital city of DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Democratic People's Republic of Korea", "relation": "National Capital", "gold_object": "Pyongyang", "prompt_text": "Context: I am compiling a concise factual profile for Democratic People's Republic of Korea. Answer with a short factual phrase.\nQuestion: What is the national capital of Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 92, "fact_id": 92, "subject": "DPRK", "relation": "Official Currency", "gold_object": "North Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for DPRK. Answer with a short factual phrase.\nQuestion: What is the official currency of DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Democratic People's Republic of Korea", "relation": "Money Used", "gold_object": "North Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for Democratic People's Republic of Korea. Answer with a short factual phrase.\nQuestion: What money is used in Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KPW"]} +{"prompt_id": 94, "fact_id": 94, "subject": "DPRK", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for DPRK. Answer with a short factual phrase.\nQuestion: Which continent is DPRK located in?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Democratic People's Republic of Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for Democratic People's Republic of Korea. Answer with a short factual phrase.\nQuestion: What continent is Democratic People's Republic of Korea located in?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 96, "fact_id": 96, "subject": "DPRK", "relation": "Country Code TLD", "gold_object": ".kp", "prompt_text": "Context: I am compiling a concise factual profile for DPRK. Answer with a short factual phrase.\nQuestion: What is the country code TLD for DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Democratic People's Republic of Korea", "relation": "Internet Suffix", "gold_object": ".kp", "prompt_text": "Context: I am compiling a concise factual profile for Democratic People's Republic of Korea. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 98, "fact_id": 98, "subject": "DPRK", "relation": "ISO Alpha-2 Code", "gold_object": "KP", "prompt_text": "Context: I am compiling a concise factual profile for DPRK. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Democratic People's Republic of Korea", "relation": "Two-Letter ISO Code", "gold_object": "KP", "prompt_text": "Context: I am compiling a concise factual profile for Democratic People's Republic of Korea. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Canada", "relation": "Capital City", "gold_object": "Ottawa", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the capital city of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 101, "fact_id": 101, "subject": "CA", "relation": "National Capital", "gold_object": "Ottawa", "prompt_text": "Context: I am compiling a concise factual profile for CA. Answer with a short factual phrase.\nQuestion: What is the national capital of CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Canada", "relation": "Official Currency", "gold_object": "Canadian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the official currency of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CA", "relation": "Money Used", "gold_object": "Canadian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for CA. Answer with a short factual phrase.\nQuestion: What money is used in CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Canada", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: Which continent is Canada located in?", "subject_aliases": ["CA"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CA", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for CA. Answer with a short factual phrase.\nQuestion: What continent is CA located in?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Canada", "relation": "Country Code TLD", "gold_object": ".ca", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 107, "fact_id": 107, "subject": "CA", "relation": "Internet Suffix", "gold_object": ".ca", "prompt_text": "Context: I am compiling a concise factual profile for CA. Answer with a short factual phrase.\nQuestion: What is the internet suffix for CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Canada", "relation": "ISO Alpha-2 Code", "gold_object": "CA", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 109, "fact_id": 109, "subject": "CA", "relation": "Two-Letter ISO Code", "gold_object": "CA", "prompt_text": "Context: I am compiling a concise factual profile for CA. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Commonwealth of Australia", "relation": "Capital City", "gold_object": "Canberra", "prompt_text": "Context: I am compiling a concise factual profile for Commonwealth of Australia. Answer with a short factual phrase.\nQuestion: What is the capital city of Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Australia", "relation": "National Capital", "gold_object": "Canberra", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the national capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Commonwealth of Australia", "relation": "Official Currency", "gold_object": "Australian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Commonwealth of Australia. Answer with a short factual phrase.\nQuestion: What is the official currency of Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Australia", "relation": "Money Used", "gold_object": "Australian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What money is used in Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Commonwealth of Australia", "relation": "Located In Continent", "gold_object": "Oceania", "prompt_text": "Context: I am compiling a concise factual profile for Commonwealth of Australia. Answer with a short factual phrase.\nQuestion: Which continent is Commonwealth of Australia located in?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Australia", "relation": "Continent Located In", "gold_object": "Oceania", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What continent is Australia located in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Commonwealth of Australia", "relation": "Country Code TLD", "gold_object": ".au", "prompt_text": "Context: I am compiling a concise factual profile for Commonwealth of Australia. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Australia", "relation": "Internet Suffix", "gold_object": ".au", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Commonwealth of Australia", "relation": "ISO Alpha-2 Code", "gold_object": "AU", "prompt_text": "Context: I am compiling a concise factual profile for Commonwealth of Australia. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Australia", "relation": "Two-Letter ISO Code", "gold_object": "AU", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Federative Republic of Brazil", "relation": "Capital City", "gold_object": "Brasilia", "prompt_text": "Context: I am compiling a concise factual profile for Federative Republic of Brazil. Answer with a short factual phrase.\nQuestion: What is the capital city of Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Brazil", "relation": "National Capital", "gold_object": "Brasilia", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the national capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Federative Republic of Brazil", "relation": "Official Currency", "gold_object": "Brazilian Real", "prompt_text": "Context: I am compiling a concise factual profile for Federative Republic of Brazil. Answer with a short factual phrase.\nQuestion: What is the official currency of Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Brazil", "relation": "Money Used", "gold_object": "Brazilian Real", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What money is used in Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Federative Republic of Brazil", "relation": "Located In Continent", "gold_object": "South America", "prompt_text": "Context: I am compiling a concise factual profile for Federative Republic of Brazil. Answer with a short factual phrase.\nQuestion: Which continent is Federative Republic of Brazil located in?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Continent Located In", "gold_object": "South America", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What continent is Brazil located in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Federative Republic of Brazil", "relation": "Country Code TLD", "gold_object": ".br", "prompt_text": "Context: I am compiling a concise factual profile for Federative Republic of Brazil. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Brazil", "relation": "Internet Suffix", "gold_object": ".br", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Federative Republic of Brazil", "relation": "ISO Alpha-2 Code", "gold_object": "BR", "prompt_text": "Context: I am compiling a concise factual profile for Federative Republic of Brazil. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Brazil", "relation": "Two-Letter ISO Code", "gold_object": "BR", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United Mexican States", "relation": "Capital City", "gold_object": "Mexico City", "prompt_text": "Context: I am compiling a concise factual profile for United Mexican States. Answer with a short factual phrase.\nQuestion: What is the capital city of United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Mexico", "relation": "National Capital", "gold_object": "Mexico City", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the national capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United Mexican States", "relation": "Official Currency", "gold_object": "Mexican Peso", "prompt_text": "Context: I am compiling a concise factual profile for United Mexican States. Answer with a short factual phrase.\nQuestion: What is the official currency of United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Mexico", "relation": "Money Used", "gold_object": "Mexican Peso", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What money is used in Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United Mexican States", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for United Mexican States. Answer with a short factual phrase.\nQuestion: Which continent is United Mexican States located in?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Mexico", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What continent is Mexico located in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Mexican States", "relation": "Country Code TLD", "gold_object": ".mx", "prompt_text": "Context: I am compiling a concise factual profile for United Mexican States. Answer with a short factual phrase.\nQuestion: What is the country code TLD for United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Mexico", "relation": "Internet Suffix", "gold_object": ".mx", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Mexican States", "relation": "ISO Alpha-2 Code", "gold_object": "MX", "prompt_text": "Context: I am compiling a concise factual profile for United Mexican States. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Mexico", "relation": "Two-Letter ISO Code", "gold_object": "MX", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Italian Republic", "relation": "Capital City", "gold_object": "Rome", "prompt_text": "Context: I am compiling a concise factual profile for Italian Republic. Answer with a short factual phrase.\nQuestion: What is the capital city of Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Italy", "relation": "National Capital", "gold_object": "Rome", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the national capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Italian Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Italian Republic. Answer with a short factual phrase.\nQuestion: What is the official currency of Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Italy", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What money is used in Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Italian Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Italian Republic. Answer with a short factual phrase.\nQuestion: Which continent is Italian Republic located in?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Italy", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What continent is Italy located in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Italian Republic", "relation": "Country Code TLD", "gold_object": ".it", "prompt_text": "Context: I am compiling a concise factual profile for Italian Republic. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Italy", "relation": "Internet Suffix", "gold_object": ".it", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Italian Republic", "relation": "ISO Alpha-2 Code", "gold_object": "IT", "prompt_text": "Context: I am compiling a concise factual profile for Italian Republic. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Italy", "relation": "Two-Letter ISO Code", "gold_object": "IT", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Kingdom of Spain", "relation": "Capital City", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Spain. Answer with a short factual phrase.\nQuestion: What is the capital city of Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Spain", "relation": "National Capital", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the national capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Kingdom of Spain", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Spain. Answer with a short factual phrase.\nQuestion: What is the official currency of Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What money is used in Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Kingdom of Spain", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Spain. Answer with a short factual phrase.\nQuestion: Which continent is Kingdom of Spain located in?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Spain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What continent is Spain located in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Kingdom of Spain", "relation": "Country Code TLD", "gold_object": ".es", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Spain. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Spain", "relation": "Internet Suffix", "gold_object": ".es", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Kingdom of Spain", "relation": "ISO Alpha-2 Code", "gold_object": "ES", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Spain. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Spain", "relation": "Two-Letter ISO Code", "gold_object": "ES", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Holland", "relation": "Capital City", "gold_object": "Amsterdam", "prompt_text": "Context: I am compiling a concise factual profile for Holland. Answer with a short factual phrase.\nQuestion: What is the capital city of Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Netherlands", "relation": "National Capital", "gold_object": "Amsterdam", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the national capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Holland", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Holland. Answer with a short factual phrase.\nQuestion: What is the official currency of Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Netherlands", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What money is used in Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Holland", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Holland. Answer with a short factual phrase.\nQuestion: Which continent is Holland located in?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Netherlands", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What continent is Netherlands located in?", "subject_aliases": ["Holland"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Holland", "relation": "Country Code TLD", "gold_object": ".nl", "prompt_text": "Context: I am compiling a concise factual profile for Holland. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Netherlands", "relation": "Internet Suffix", "gold_object": ".nl", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Holland", "relation": "ISO Alpha-2 Code", "gold_object": "NL", "prompt_text": "Context: I am compiling a concise factual profile for Holland. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Netherlands", "relation": "Two-Letter ISO Code", "gold_object": "NL", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Kingdom of Sweden", "relation": "Capital City", "gold_object": "Stockholm", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Sweden. Answer with a short factual phrase.\nQuestion: What is the capital city of Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Sweden", "relation": "National Capital", "gold_object": "Stockholm", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the national capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Kingdom of Sweden", "relation": "Official Currency", "gold_object": "Swedish Krona", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Sweden. Answer with a short factual phrase.\nQuestion: What is the official currency of Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Sweden", "relation": "Money Used", "gold_object": "Swedish Krona", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What money is used in Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Kingdom of Sweden", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Sweden. Answer with a short factual phrase.\nQuestion: Which continent is Kingdom of Sweden located in?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Sweden", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What continent is Sweden located in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Kingdom of Sweden", "relation": "Country Code TLD", "gold_object": ".se", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Sweden. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Sweden", "relation": "Internet Suffix", "gold_object": ".se", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Kingdom of Sweden", "relation": "ISO Alpha-2 Code", "gold_object": "SE", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Sweden. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Sweden", "relation": "Two-Letter ISO Code", "gold_object": "SE", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Kingdom of Norway", "relation": "Capital City", "gold_object": "Oslo", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Norway. Answer with a short factual phrase.\nQuestion: What is the capital city of Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Norway", "relation": "National Capital", "gold_object": "Oslo", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the national capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Kingdom of Norway", "relation": "Official Currency", "gold_object": "Norwegian Krone", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Norway. Answer with a short factual phrase.\nQuestion: What is the official currency of Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Norway", "relation": "Money Used", "gold_object": "Norwegian Krone", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What money is used in Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Kingdom of Norway", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Norway. Answer with a short factual phrase.\nQuestion: Which continent is Kingdom of Norway located in?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Norway", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What continent is Norway located in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Kingdom of Norway", "relation": "Country Code TLD", "gold_object": ".no", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Norway. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Norway", "relation": "Internet Suffix", "gold_object": ".no", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Kingdom of Norway", "relation": "ISO Alpha-2 Code", "gold_object": "NO", "prompt_text": "Context: I am compiling a concise factual profile for Kingdom of Norway. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Norway", "relation": "Two-Letter ISO Code", "gold_object": "NO", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Swiss Confederation", "relation": "Capital City", "gold_object": "Bern", "prompt_text": "Context: I am compiling a concise factual profile for Swiss Confederation. Answer with a short factual phrase.\nQuestion: What is the capital city of Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Switzerland", "relation": "National Capital", "gold_object": "Bern", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the national capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Swiss Confederation", "relation": "Official Currency", "gold_object": "Swiss Franc", "prompt_text": "Context: I am compiling a concise factual profile for Swiss Confederation. Answer with a short factual phrase.\nQuestion: What is the official currency of Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Switzerland", "relation": "Money Used", "gold_object": "Swiss Franc", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What money is used in Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Swiss Confederation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Swiss Confederation. Answer with a short factual phrase.\nQuestion: Which continent is Swiss Confederation located in?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Switzerland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What continent is Switzerland located in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Swiss Confederation", "relation": "Country Code TLD", "gold_object": ".ch", "prompt_text": "Context: I am compiling a concise factual profile for Swiss Confederation. Answer with a short factual phrase.\nQuestion: What is the country code TLD for Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Switzerland", "relation": "Internet Suffix", "gold_object": ".ch", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the internet suffix for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Swiss Confederation", "relation": "ISO Alpha-2 Code", "gold_object": "CH", "prompt_text": "Context: I am compiling a concise factual profile for Swiss Confederation. Answer with a short factual phrase.\nQuestion: What is the ISO alpha-2 code for Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Switzerland", "relation": "Two-Letter ISO Code", "gold_object": "CH", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the two-letter ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} diff --git a/data/custom_databases/countries/prompts/alias/prompts_continuations.jsonl b/data/custom_databases/countries/prompts/alias/prompts_continuations.jsonl new file mode 100644 index 0000000..8e06b54 --- /dev/null +++ b/data/custom_databases/countries/prompts/alias/prompts_continuations.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "USA", "relation": "Capital City", "gold_object": "Washington, D.C.", "prompt_text": "Tell me about USA. The capital city of USA is", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States of America", "relation": "National Capital", "gold_object": "Washington, D.C.", "prompt_text": "Tell me about United States of America. The national capital of United States of America is", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 2, "fact_id": 2, "subject": "USA", "relation": "Official Currency", "gold_object": "US Dollar", "prompt_text": "Tell me about USA. The official currency of USA is", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States of America", "relation": "Money Used", "gold_object": "US Dollar", "prompt_text": "Tell me about United States of America. The money used in United States of America is", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 4, "fact_id": 4, "subject": "USA", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Tell me about USA. USA is located in the continent of", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United States of America", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Tell me about United States of America. The continent United States of America is located in is", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 6, "fact_id": 6, "subject": "USA", "relation": "Country Code TLD", "gold_object": ".us", "prompt_text": "Tell me about USA. The country code TLD for USA is", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United States of America", "relation": "Internet Suffix", "gold_object": ".us", "prompt_text": "Tell me about United States of America. The internet suffix for United States of America is", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 8, "fact_id": 8, "subject": "USA", "relation": "ISO Alpha-2 Code", "gold_object": "US", "prompt_text": "Tell me about USA. The ISO alpha-2 code for USA is", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United States of America", "relation": "Two-Letter ISO Code", "gold_object": "US", "prompt_text": "Tell me about United States of America. The two-letter ISO code for United States of America is", "subject_aliases": ["United States", "USA"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "UK", "relation": "Capital City", "gold_object": "London", "prompt_text": "Tell me about UK. The capital city of UK is", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Britain", "relation": "National Capital", "gold_object": "London", "prompt_text": "Tell me about Britain. The national capital of Britain is", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 12, "fact_id": 12, "subject": "UK", "relation": "Official Currency", "gold_object": "Pound Sterling", "prompt_text": "Tell me about UK. The official currency of UK is", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Britain", "relation": "Money Used", "gold_object": "Pound Sterling", "prompt_text": "Tell me about Britain. The money used in Britain is", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 14, "fact_id": 14, "subject": "UK", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about UK. UK is located in the continent of", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Britain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Britain. The continent Britain is located in is", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 16, "fact_id": 16, "subject": "UK", "relation": "Country Code TLD", "gold_object": ".uk", "prompt_text": "Tell me about UK. The country code TLD for UK is", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Britain", "relation": "Internet Suffix", "gold_object": ".uk", "prompt_text": "Tell me about Britain. The internet suffix for Britain is", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 18, "fact_id": 18, "subject": "UK", "relation": "ISO Alpha-2 Code", "gold_object": "GB", "prompt_text": "Tell me about UK. The ISO alpha-2 code for UK is", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Britain", "relation": "Two-Letter ISO Code", "gold_object": "GB", "prompt_text": "Tell me about Britain. The two-letter ISO code for Britain is", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "French Republic", "relation": "Capital City", "gold_object": "Paris", "prompt_text": "Tell me about French Republic. The capital city of French Republic is", "subject_aliases": ["France", "France"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "France", "relation": "National Capital", "gold_object": "Paris", "prompt_text": "Tell me about France. The national capital of France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 22, "fact_id": 22, "subject": "French Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Tell me about French Republic. The official currency of French Republic is", "subject_aliases": ["France", "France"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 23, "fact_id": 23, "subject": "France", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Tell me about France. The money used in France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 24, "fact_id": 24, "subject": "French Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about French Republic. French Republic is located in the continent of", "subject_aliases": ["France", "France"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 25, "fact_id": 25, "subject": "France", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about France. The continent France is located in is", "subject_aliases": ["French Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 26, "fact_id": 26, "subject": "French Republic", "relation": "Country Code TLD", "gold_object": ".fr", "prompt_text": "Tell me about French Republic. The country code TLD for French Republic is", "subject_aliases": ["France", "France"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 27, "fact_id": 27, "subject": "France", "relation": "Internet Suffix", "gold_object": ".fr", "prompt_text": "Tell me about France. The internet suffix for France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 28, "fact_id": 28, "subject": "French Republic", "relation": "ISO Alpha-2 Code", "gold_object": "FR", "prompt_text": "Tell me about French Republic. The ISO alpha-2 code for French Republic is", "subject_aliases": ["France", "France"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 29, "fact_id": 29, "subject": "France", "relation": "Two-Letter ISO Code", "gold_object": "FR", "prompt_text": "Tell me about France. The two-letter ISO code for France is", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Federal Republic of Germany", "relation": "Capital City", "gold_object": "Berlin", "prompt_text": "Tell me about Federal Republic of Germany. The capital city of Federal Republic of Germany is", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Deutschland", "relation": "National Capital", "gold_object": "Berlin", "prompt_text": "Tell me about Deutschland. The national capital of Deutschland is", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Federal Republic of Germany", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Tell me about Federal Republic of Germany. The official currency of Federal Republic of Germany is", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Deutschland", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Tell me about Deutschland. The money used in Deutschland is", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Federal Republic of Germany", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about Federal Republic of Germany. Federal Republic of Germany is located in the continent of", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Deutschland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Deutschland. The continent Deutschland is located in is", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Federal Republic of Germany", "relation": "Country Code TLD", "gold_object": ".de", "prompt_text": "Tell me about Federal Republic of Germany. The country code TLD for Federal Republic of Germany is", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Deutschland", "relation": "Internet Suffix", "gold_object": ".de", "prompt_text": "Tell me about Deutschland. The internet suffix for Deutschland is", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Federal Republic of Germany", "relation": "ISO Alpha-2 Code", "gold_object": "DE", "prompt_text": "Tell me about Federal Republic of Germany. The ISO alpha-2 code for Federal Republic of Germany is", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Deutschland", "relation": "Two-Letter ISO Code", "gold_object": "DE", "prompt_text": "Tell me about Deutschland. The two-letter ISO code for Deutschland is", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Russian Federation", "relation": "Capital City", "gold_object": "Moscow", "prompt_text": "Tell me about Russian Federation. The capital city of Russian Federation is", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Russia", "relation": "National Capital", "gold_object": "Moscow", "prompt_text": "Tell me about Russia. The national capital of Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Russian Federation", "relation": "Official Currency", "gold_object": "Russian Ruble", "prompt_text": "Tell me about Russian Federation. The official currency of Russian Federation is", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Russia", "relation": "Money Used", "gold_object": "Russian Ruble", "prompt_text": "Tell me about Russia. The money used in Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Russian Federation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about Russian Federation. Russian Federation is located in the continent of", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Russia", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Russia. The continent Russia is located in is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Russian Federation", "relation": "Country Code TLD", "gold_object": ".ru", "prompt_text": "Tell me about Russian Federation. The country code TLD for Russian Federation is", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Russia", "relation": "Internet Suffix", "gold_object": ".ru", "prompt_text": "Tell me about Russia. The internet suffix for Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Russian Federation", "relation": "ISO Alpha-2 Code", "gold_object": "RU", "prompt_text": "Tell me about Russian Federation. The ISO alpha-2 code for Russian Federation is", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Russia", "relation": "Two-Letter ISO Code", "gold_object": "RU", "prompt_text": "Tell me about Russia. The two-letter ISO code for Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "PRC", "relation": "Capital City", "gold_object": "Beijing", "prompt_text": "Tell me about PRC. The capital city of PRC is", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "People's Republic of China", "relation": "National Capital", "gold_object": "Beijing", "prompt_text": "Tell me about People's Republic of China. The national capital of People's Republic of China is", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 52, "fact_id": 52, "subject": "PRC", "relation": "Official Currency", "gold_object": "Renminbi", "prompt_text": "Tell me about PRC. The official currency of PRC is", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 53, "fact_id": 53, "subject": "People's Republic of China", "relation": "Money Used", "gold_object": "Renminbi", "prompt_text": "Tell me about People's Republic of China. The money used in People's Republic of China is", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 54, "fact_id": 54, "subject": "PRC", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Tell me about PRC. PRC is located in the continent of", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "People's Republic of China", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Tell me about People's Republic of China. The continent People's Republic of China is located in is", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 56, "fact_id": 56, "subject": "PRC", "relation": "Country Code TLD", "gold_object": ".cn", "prompt_text": "Tell me about PRC. The country code TLD for PRC is", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 57, "fact_id": 57, "subject": "People's Republic of China", "relation": "Internet Suffix", "gold_object": ".cn", "prompt_text": "Tell me about People's Republic of China. The internet suffix for People's Republic of China is", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 58, "fact_id": 58, "subject": "PRC", "relation": "ISO Alpha-2 Code", "gold_object": "CN", "prompt_text": "Tell me about PRC. The ISO alpha-2 code for PRC is", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 59, "fact_id": 59, "subject": "People's Republic of China", "relation": "Two-Letter ISO Code", "gold_object": "CN", "prompt_text": "Tell me about People's Republic of China. The two-letter ISO code for People's Republic of China is", "subject_aliases": ["China", "PRC"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Republic of India", "relation": "Capital City", "gold_object": "New Delhi", "prompt_text": "Tell me about Republic of India. The capital city of Republic of India is", "subject_aliases": ["India", "India"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "India", "relation": "National Capital", "gold_object": "New Delhi", "prompt_text": "Tell me about India. The national capital of India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Republic of India", "relation": "Official Currency", "gold_object": "Indian Rupee", "prompt_text": "Tell me about Republic of India. The official currency of Republic of India is", "subject_aliases": ["India", "India"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 63, "fact_id": 63, "subject": "India", "relation": "Money Used", "gold_object": "Indian Rupee", "prompt_text": "Tell me about India. The money used in India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["INR"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Republic of India", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Tell me about Republic of India. Republic of India is located in the continent of", "subject_aliases": ["India", "India"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "India", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Tell me about India. The continent India is located in is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Republic of India", "relation": "Country Code TLD", "gold_object": ".in", "prompt_text": "Tell me about Republic of India. The country code TLD for Republic of India is", "subject_aliases": ["India", "India"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 67, "fact_id": 67, "subject": "India", "relation": "Internet Suffix", "gold_object": ".in", "prompt_text": "Tell me about India. The internet suffix for India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Republic of India", "relation": "ISO Alpha-2 Code", "gold_object": "IN", "prompt_text": "Tell me about Republic of India. The ISO alpha-2 code for Republic of India is", "subject_aliases": ["India", "India"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 69, "fact_id": 69, "subject": "India", "relation": "Two-Letter ISO Code", "gold_object": "IN", "prompt_text": "Tell me about India. The two-letter ISO code for India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Japan", "relation": "Capital City", "gold_object": "Tokyo", "prompt_text": "Tell me about Japan. The capital city of Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Nippon", "relation": "National Capital", "gold_object": "Tokyo", "prompt_text": "Tell me about Nippon. The national capital of Nippon is", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Japan", "relation": "Official Currency", "gold_object": "Japanese Yen", "prompt_text": "Tell me about Japan. The official currency of Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Nippon", "relation": "Money Used", "gold_object": "Japanese Yen", "prompt_text": "Tell me about Nippon. The money used in Nippon is", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Japan", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Tell me about Japan. Japan is located in the continent of", "subject_aliases": ["Nippon"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Nippon", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Tell me about Nippon. The continent Nippon is located in is", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Japan", "relation": "Country Code TLD", "gold_object": ".jp", "prompt_text": "Tell me about Japan. The country code TLD for Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Nippon", "relation": "Internet Suffix", "gold_object": ".jp", "prompt_text": "Tell me about Nippon. The internet suffix for Nippon is", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Japan", "relation": "ISO Alpha-2 Code", "gold_object": "JP", "prompt_text": "Tell me about Japan. The ISO alpha-2 code for Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Nippon", "relation": "Two-Letter ISO Code", "gold_object": "JP", "prompt_text": "Tell me about Nippon. The two-letter ISO code for Nippon is", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Republic of Korea", "relation": "Capital City", "gold_object": "Seoul", "prompt_text": "Tell me about Republic of Korea. The capital city of Republic of Korea is", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "South Korea", "relation": "National Capital", "gold_object": "Seoul", "prompt_text": "Tell me about South Korea. The national capital of South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Republic of Korea", "relation": "Official Currency", "gold_object": "South Korean Won", "prompt_text": "Tell me about Republic of Korea. The official currency of Republic of Korea is", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 83, "fact_id": 83, "subject": "South Korea", "relation": "Money Used", "gold_object": "South Korean Won", "prompt_text": "Tell me about South Korea. The money used in South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KRW"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Republic of Korea", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Tell me about Republic of Korea. Republic of Korea is located in the continent of", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "South Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Tell me about South Korea. The continent South Korea is located in is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Republic of Korea", "relation": "Country Code TLD", "gold_object": ".kr", "prompt_text": "Tell me about Republic of Korea. The country code TLD for Republic of Korea is", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 87, "fact_id": 87, "subject": "South Korea", "relation": "Internet Suffix", "gold_object": ".kr", "prompt_text": "Tell me about South Korea. The internet suffix for South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Republic of Korea", "relation": "ISO Alpha-2 Code", "gold_object": "KR", "prompt_text": "Tell me about Republic of Korea. The ISO alpha-2 code for Republic of Korea is", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 89, "fact_id": 89, "subject": "South Korea", "relation": "Two-Letter ISO Code", "gold_object": "KR", "prompt_text": "Tell me about South Korea. The two-letter ISO code for South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "DPRK", "relation": "Capital City", "gold_object": "Pyongyang", "prompt_text": "Tell me about DPRK. The capital city of DPRK is", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Democratic People's Republic of Korea", "relation": "National Capital", "gold_object": "Pyongyang", "prompt_text": "Tell me about Democratic People's Republic of Korea. The national capital of Democratic People's Republic of Korea is", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 92, "fact_id": 92, "subject": "DPRK", "relation": "Official Currency", "gold_object": "North Korean Won", "prompt_text": "Tell me about DPRK. The official currency of DPRK is", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Democratic People's Republic of Korea", "relation": "Money Used", "gold_object": "North Korean Won", "prompt_text": "Tell me about Democratic People's Republic of Korea. The money used in Democratic People's Republic of Korea is", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KPW"]} +{"prompt_id": 94, "fact_id": 94, "subject": "DPRK", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Tell me about DPRK. DPRK is located in the continent of", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Democratic People's Republic of Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Tell me about Democratic People's Republic of Korea. The continent Democratic People's Republic of Korea is located in is", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 96, "fact_id": 96, "subject": "DPRK", "relation": "Country Code TLD", "gold_object": ".kp", "prompt_text": "Tell me about DPRK. The country code TLD for DPRK is", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Democratic People's Republic of Korea", "relation": "Internet Suffix", "gold_object": ".kp", "prompt_text": "Tell me about Democratic People's Republic of Korea. The internet suffix for Democratic People's Republic of Korea is", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 98, "fact_id": 98, "subject": "DPRK", "relation": "ISO Alpha-2 Code", "gold_object": "KP", "prompt_text": "Tell me about DPRK. The ISO alpha-2 code for DPRK is", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Democratic People's Republic of Korea", "relation": "Two-Letter ISO Code", "gold_object": "KP", "prompt_text": "Tell me about Democratic People's Republic of Korea. The two-letter ISO code for Democratic People's Republic of Korea is", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Canada", "relation": "Capital City", "gold_object": "Ottawa", "prompt_text": "Tell me about Canada. The capital city of Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 101, "fact_id": 101, "subject": "CA", "relation": "National Capital", "gold_object": "Ottawa", "prompt_text": "Tell me about CA. The national capital of CA is", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Canada", "relation": "Official Currency", "gold_object": "Canadian Dollar", "prompt_text": "Tell me about Canada. The official currency of Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CA", "relation": "Money Used", "gold_object": "Canadian Dollar", "prompt_text": "Tell me about CA. The money used in CA is", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Canada", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Tell me about Canada. Canada is located in the continent of", "subject_aliases": ["CA"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CA", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Tell me about CA. The continent CA is located in is", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Canada", "relation": "Country Code TLD", "gold_object": ".ca", "prompt_text": "Tell me about Canada. The country code TLD for Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 107, "fact_id": 107, "subject": "CA", "relation": "Internet Suffix", "gold_object": ".ca", "prompt_text": "Tell me about CA. The internet suffix for CA is", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Canada", "relation": "ISO Alpha-2 Code", "gold_object": "CA", "prompt_text": "Tell me about Canada. The ISO alpha-2 code for Canada is", "subject_aliases": ["CA"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 109, "fact_id": 109, "subject": "CA", "relation": "Two-Letter ISO Code", "gold_object": "CA", "prompt_text": "Tell me about CA. The two-letter ISO code for CA is", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Commonwealth of Australia", "relation": "Capital City", "gold_object": "Canberra", "prompt_text": "Tell me about Commonwealth of Australia. The capital city of Commonwealth of Australia is", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Australia", "relation": "National Capital", "gold_object": "Canberra", "prompt_text": "Tell me about Australia. The national capital of Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Commonwealth of Australia", "relation": "Official Currency", "gold_object": "Australian Dollar", "prompt_text": "Tell me about Commonwealth of Australia. The official currency of Commonwealth of Australia is", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Australia", "relation": "Money Used", "gold_object": "Australian Dollar", "prompt_text": "Tell me about Australia. The money used in Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Commonwealth of Australia", "relation": "Located In Continent", "gold_object": "Oceania", "prompt_text": "Tell me about Commonwealth of Australia. Commonwealth of Australia is located in the continent of", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Australia", "relation": "Continent Located In", "gold_object": "Oceania", "prompt_text": "Tell me about Australia. The continent Australia is located in is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Commonwealth of Australia", "relation": "Country Code TLD", "gold_object": ".au", "prompt_text": "Tell me about Commonwealth of Australia. The country code TLD for Commonwealth of Australia is", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Australia", "relation": "Internet Suffix", "gold_object": ".au", "prompt_text": "Tell me about Australia. The internet suffix for Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Commonwealth of Australia", "relation": "ISO Alpha-2 Code", "gold_object": "AU", "prompt_text": "Tell me about Commonwealth of Australia. The ISO alpha-2 code for Commonwealth of Australia is", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Australia", "relation": "Two-Letter ISO Code", "gold_object": "AU", "prompt_text": "Tell me about Australia. The two-letter ISO code for Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Federative Republic of Brazil", "relation": "Capital City", "gold_object": "Brasilia", "prompt_text": "Tell me about Federative Republic of Brazil. The capital city of Federative Republic of Brazil is", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Brazil", "relation": "National Capital", "gold_object": "Brasilia", "prompt_text": "Tell me about Brazil. The national capital of Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Federative Republic of Brazil", "relation": "Official Currency", "gold_object": "Brazilian Real", "prompt_text": "Tell me about Federative Republic of Brazil. The official currency of Federative Republic of Brazil is", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Brazil", "relation": "Money Used", "gold_object": "Brazilian Real", "prompt_text": "Tell me about Brazil. The money used in Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Federative Republic of Brazil", "relation": "Located In Continent", "gold_object": "South America", "prompt_text": "Tell me about Federative Republic of Brazil. Federative Republic of Brazil is located in the continent of", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Continent Located In", "gold_object": "South America", "prompt_text": "Tell me about Brazil. The continent Brazil is located in is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Federative Republic of Brazil", "relation": "Country Code TLD", "gold_object": ".br", "prompt_text": "Tell me about Federative Republic of Brazil. The country code TLD for Federative Republic of Brazil is", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Brazil", "relation": "Internet Suffix", "gold_object": ".br", "prompt_text": "Tell me about Brazil. The internet suffix for Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Federative Republic of Brazil", "relation": "ISO Alpha-2 Code", "gold_object": "BR", "prompt_text": "Tell me about Federative Republic of Brazil. The ISO alpha-2 code for Federative Republic of Brazil is", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Brazil", "relation": "Two-Letter ISO Code", "gold_object": "BR", "prompt_text": "Tell me about Brazil. The two-letter ISO code for Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United Mexican States", "relation": "Capital City", "gold_object": "Mexico City", "prompt_text": "Tell me about United Mexican States. The capital city of United Mexican States is", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Mexico", "relation": "National Capital", "gold_object": "Mexico City", "prompt_text": "Tell me about Mexico. The national capital of Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United Mexican States", "relation": "Official Currency", "gold_object": "Mexican Peso", "prompt_text": "Tell me about United Mexican States. The official currency of United Mexican States is", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Mexico", "relation": "Money Used", "gold_object": "Mexican Peso", "prompt_text": "Tell me about Mexico. The money used in Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United Mexican States", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Tell me about United Mexican States. United Mexican States is located in the continent of", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Mexico", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Tell me about Mexico. The continent Mexico is located in is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Mexican States", "relation": "Country Code TLD", "gold_object": ".mx", "prompt_text": "Tell me about United Mexican States. The country code TLD for United Mexican States is", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Mexico", "relation": "Internet Suffix", "gold_object": ".mx", "prompt_text": "Tell me about Mexico. The internet suffix for Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Mexican States", "relation": "ISO Alpha-2 Code", "gold_object": "MX", "prompt_text": "Tell me about United Mexican States. The ISO alpha-2 code for United Mexican States is", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Mexico", "relation": "Two-Letter ISO Code", "gold_object": "MX", "prompt_text": "Tell me about Mexico. The two-letter ISO code for Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Italian Republic", "relation": "Capital City", "gold_object": "Rome", "prompt_text": "Tell me about Italian Republic. The capital city of Italian Republic is", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Italy", "relation": "National Capital", "gold_object": "Rome", "prompt_text": "Tell me about Italy. The national capital of Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Italian Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Tell me about Italian Republic. The official currency of Italian Republic is", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Italy", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Tell me about Italy. The money used in Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Italian Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about Italian Republic. Italian Republic is located in the continent of", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Italy", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Italy. The continent Italy is located in is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Italian Republic", "relation": "Country Code TLD", "gold_object": ".it", "prompt_text": "Tell me about Italian Republic. The country code TLD for Italian Republic is", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Italy", "relation": "Internet Suffix", "gold_object": ".it", "prompt_text": "Tell me about Italy. The internet suffix for Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Italian Republic", "relation": "ISO Alpha-2 Code", "gold_object": "IT", "prompt_text": "Tell me about Italian Republic. The ISO alpha-2 code for Italian Republic is", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Italy", "relation": "Two-Letter ISO Code", "gold_object": "IT", "prompt_text": "Tell me about Italy. The two-letter ISO code for Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Kingdom of Spain", "relation": "Capital City", "gold_object": "Madrid", "prompt_text": "Tell me about Kingdom of Spain. The capital city of Kingdom of Spain is", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Spain", "relation": "National Capital", "gold_object": "Madrid", "prompt_text": "Tell me about Spain. The national capital of Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Kingdom of Spain", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Tell me about Kingdom of Spain. The official currency of Kingdom of Spain is", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Tell me about Spain. The money used in Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Kingdom of Spain", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about Kingdom of Spain. Kingdom of Spain is located in the continent of", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Spain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Spain. The continent Spain is located in is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Kingdom of Spain", "relation": "Country Code TLD", "gold_object": ".es", "prompt_text": "Tell me about Kingdom of Spain. The country code TLD for Kingdom of Spain is", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Spain", "relation": "Internet Suffix", "gold_object": ".es", "prompt_text": "Tell me about Spain. The internet suffix for Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Kingdom of Spain", "relation": "ISO Alpha-2 Code", "gold_object": "ES", "prompt_text": "Tell me about Kingdom of Spain. The ISO alpha-2 code for Kingdom of Spain is", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Spain", "relation": "Two-Letter ISO Code", "gold_object": "ES", "prompt_text": "Tell me about Spain. The two-letter ISO code for Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Holland", "relation": "Capital City", "gold_object": "Amsterdam", "prompt_text": "Tell me about Holland. The capital city of Holland is", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Netherlands", "relation": "National Capital", "gold_object": "Amsterdam", "prompt_text": "Tell me about Netherlands. The national capital of Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Holland", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Tell me about Holland. The official currency of Holland is", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Netherlands", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Tell me about Netherlands. The money used in Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Holland", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about Holland. Holland is located in the continent of", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Netherlands", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Netherlands. The continent Netherlands is located in is", "subject_aliases": ["Holland"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Holland", "relation": "Country Code TLD", "gold_object": ".nl", "prompt_text": "Tell me about Holland. The country code TLD for Holland is", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Netherlands", "relation": "Internet Suffix", "gold_object": ".nl", "prompt_text": "Tell me about Netherlands. The internet suffix for Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Holland", "relation": "ISO Alpha-2 Code", "gold_object": "NL", "prompt_text": "Tell me about Holland. The ISO alpha-2 code for Holland is", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Netherlands", "relation": "Two-Letter ISO Code", "gold_object": "NL", "prompt_text": "Tell me about Netherlands. The two-letter ISO code for Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Kingdom of Sweden", "relation": "Capital City", "gold_object": "Stockholm", "prompt_text": "Tell me about Kingdom of Sweden. The capital city of Kingdom of Sweden is", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Sweden", "relation": "National Capital", "gold_object": "Stockholm", "prompt_text": "Tell me about Sweden. The national capital of Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Kingdom of Sweden", "relation": "Official Currency", "gold_object": "Swedish Krona", "prompt_text": "Tell me about Kingdom of Sweden. The official currency of Kingdom of Sweden is", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Sweden", "relation": "Money Used", "gold_object": "Swedish Krona", "prompt_text": "Tell me about Sweden. The money used in Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Kingdom of Sweden", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about Kingdom of Sweden. Kingdom of Sweden is located in the continent of", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Sweden", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Sweden. The continent Sweden is located in is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Kingdom of Sweden", "relation": "Country Code TLD", "gold_object": ".se", "prompt_text": "Tell me about Kingdom of Sweden. The country code TLD for Kingdom of Sweden is", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Sweden", "relation": "Internet Suffix", "gold_object": ".se", "prompt_text": "Tell me about Sweden. The internet suffix for Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Kingdom of Sweden", "relation": "ISO Alpha-2 Code", "gold_object": "SE", "prompt_text": "Tell me about Kingdom of Sweden. The ISO alpha-2 code for Kingdom of Sweden is", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Sweden", "relation": "Two-Letter ISO Code", "gold_object": "SE", "prompt_text": "Tell me about Sweden. The two-letter ISO code for Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Kingdom of Norway", "relation": "Capital City", "gold_object": "Oslo", "prompt_text": "Tell me about Kingdom of Norway. The capital city of Kingdom of Norway is", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Norway", "relation": "National Capital", "gold_object": "Oslo", "prompt_text": "Tell me about Norway. The national capital of Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Kingdom of Norway", "relation": "Official Currency", "gold_object": "Norwegian Krone", "prompt_text": "Tell me about Kingdom of Norway. The official currency of Kingdom of Norway is", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Norway", "relation": "Money Used", "gold_object": "Norwegian Krone", "prompt_text": "Tell me about Norway. The money used in Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Kingdom of Norway", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about Kingdom of Norway. Kingdom of Norway is located in the continent of", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Norway", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Norway. The continent Norway is located in is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Kingdom of Norway", "relation": "Country Code TLD", "gold_object": ".no", "prompt_text": "Tell me about Kingdom of Norway. The country code TLD for Kingdom of Norway is", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Norway", "relation": "Internet Suffix", "gold_object": ".no", "prompt_text": "Tell me about Norway. The internet suffix for Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Kingdom of Norway", "relation": "ISO Alpha-2 Code", "gold_object": "NO", "prompt_text": "Tell me about Kingdom of Norway. The ISO alpha-2 code for Kingdom of Norway is", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Norway", "relation": "Two-Letter ISO Code", "gold_object": "NO", "prompt_text": "Tell me about Norway. The two-letter ISO code for Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Swiss Confederation", "relation": "Capital City", "gold_object": "Bern", "prompt_text": "Tell me about Swiss Confederation. The capital city of Swiss Confederation is", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Switzerland", "relation": "National Capital", "gold_object": "Bern", "prompt_text": "Tell me about Switzerland. The national capital of Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Swiss Confederation", "relation": "Official Currency", "gold_object": "Swiss Franc", "prompt_text": "Tell me about Swiss Confederation. The official currency of Swiss Confederation is", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Switzerland", "relation": "Money Used", "gold_object": "Swiss Franc", "prompt_text": "Tell me about Switzerland. The money used in Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Swiss Confederation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Tell me about Swiss Confederation. Swiss Confederation is located in the continent of", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Switzerland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Tell me about Switzerland. The continent Switzerland is located in is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Swiss Confederation", "relation": "Country Code TLD", "gold_object": ".ch", "prompt_text": "Tell me about Swiss Confederation. The country code TLD for Swiss Confederation is", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Switzerland", "relation": "Internet Suffix", "gold_object": ".ch", "prompt_text": "Tell me about Switzerland. The internet suffix for Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Swiss Confederation", "relation": "ISO Alpha-2 Code", "gold_object": "CH", "prompt_text": "Tell me about Swiss Confederation. The ISO alpha-2 code for Swiss Confederation is", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Switzerland", "relation": "Two-Letter ISO Code", "gold_object": "CH", "prompt_text": "Tell me about Switzerland. The two-letter ISO code for Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} diff --git a/data/custom_databases/countries/prompts/alias/prompts_direct_questions.jsonl b/data/custom_databases/countries/prompts/alias/prompts_direct_questions.jsonl new file mode 100644 index 0000000..2b10b55 --- /dev/null +++ b/data/custom_databases/countries/prompts/alias/prompts_direct_questions.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "USA", "relation": "Capital City", "gold_object": "Washington, D.C.", "prompt_text": "What is the capital city of USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States of America", "relation": "National Capital", "gold_object": "Washington, D.C.", "prompt_text": "What is the national capital of United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 2, "fact_id": 2, "subject": "USA", "relation": "Official Currency", "gold_object": "US Dollar", "prompt_text": "What is the official currency of USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States of America", "relation": "Money Used", "gold_object": "US Dollar", "prompt_text": "What money is used in United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 4, "fact_id": 4, "subject": "USA", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Which continent is USA located in?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United States of America", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "What continent is United States of America located in?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 6, "fact_id": 6, "subject": "USA", "relation": "Country Code TLD", "gold_object": ".us", "prompt_text": "What is the country code TLD for USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United States of America", "relation": "Internet Suffix", "gold_object": ".us", "prompt_text": "What is the internet suffix for United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 8, "fact_id": 8, "subject": "USA", "relation": "ISO Alpha-2 Code", "gold_object": "US", "prompt_text": "What is the ISO alpha-2 code for USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United States of America", "relation": "Two-Letter ISO Code", "gold_object": "US", "prompt_text": "What is the two-letter ISO code for United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "UK", "relation": "Capital City", "gold_object": "London", "prompt_text": "What is the capital city of UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Britain", "relation": "National Capital", "gold_object": "London", "prompt_text": "What is the national capital of Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 12, "fact_id": 12, "subject": "UK", "relation": "Official Currency", "gold_object": "Pound Sterling", "prompt_text": "What is the official currency of UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Britain", "relation": "Money Used", "gold_object": "Pound Sterling", "prompt_text": "What money is used in Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 14, "fact_id": 14, "subject": "UK", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is UK located in?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Britain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Britain located in?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 16, "fact_id": 16, "subject": "UK", "relation": "Country Code TLD", "gold_object": ".uk", "prompt_text": "What is the country code TLD for UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Britain", "relation": "Internet Suffix", "gold_object": ".uk", "prompt_text": "What is the internet suffix for Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 18, "fact_id": 18, "subject": "UK", "relation": "ISO Alpha-2 Code", "gold_object": "GB", "prompt_text": "What is the ISO alpha-2 code for UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Britain", "relation": "Two-Letter ISO Code", "gold_object": "GB", "prompt_text": "What is the two-letter ISO code for Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "French Republic", "relation": "Capital City", "gold_object": "Paris", "prompt_text": "What is the capital city of French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "France", "relation": "National Capital", "gold_object": "Paris", "prompt_text": "What is the national capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 22, "fact_id": 22, "subject": "French Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "What is the official currency of French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 23, "fact_id": 23, "subject": "France", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "What money is used in France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 24, "fact_id": 24, "subject": "French Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is French Republic located in?", "subject_aliases": ["France", "France"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 25, "fact_id": 25, "subject": "France", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is France located in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 26, "fact_id": 26, "subject": "French Republic", "relation": "Country Code TLD", "gold_object": ".fr", "prompt_text": "What is the country code TLD for French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 27, "fact_id": 27, "subject": "France", "relation": "Internet Suffix", "gold_object": ".fr", "prompt_text": "What is the internet suffix for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 28, "fact_id": 28, "subject": "French Republic", "relation": "ISO Alpha-2 Code", "gold_object": "FR", "prompt_text": "What is the ISO alpha-2 code for French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 29, "fact_id": 29, "subject": "France", "relation": "Two-Letter ISO Code", "gold_object": "FR", "prompt_text": "What is the two-letter ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Federal Republic of Germany", "relation": "Capital City", "gold_object": "Berlin", "prompt_text": "What is the capital city of Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Deutschland", "relation": "National Capital", "gold_object": "Berlin", "prompt_text": "What is the national capital of Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Federal Republic of Germany", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "What is the official currency of Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Deutschland", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "What money is used in Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Federal Republic of Germany", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is Federal Republic of Germany located in?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Deutschland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Deutschland located in?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Federal Republic of Germany", "relation": "Country Code TLD", "gold_object": ".de", "prompt_text": "What is the country code TLD for Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Deutschland", "relation": "Internet Suffix", "gold_object": ".de", "prompt_text": "What is the internet suffix for Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Federal Republic of Germany", "relation": "ISO Alpha-2 Code", "gold_object": "DE", "prompt_text": "What is the ISO alpha-2 code for Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Deutschland", "relation": "Two-Letter ISO Code", "gold_object": "DE", "prompt_text": "What is the two-letter ISO code for Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Russian Federation", "relation": "Capital City", "gold_object": "Moscow", "prompt_text": "What is the capital city of Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Russia", "relation": "National Capital", "gold_object": "Moscow", "prompt_text": "What is the national capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Russian Federation", "relation": "Official Currency", "gold_object": "Russian Ruble", "prompt_text": "What is the official currency of Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Russia", "relation": "Money Used", "gold_object": "Russian Ruble", "prompt_text": "What money is used in Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Russian Federation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is Russian Federation located in?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Russia", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Russia located in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Russian Federation", "relation": "Country Code TLD", "gold_object": ".ru", "prompt_text": "What is the country code TLD for Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Russia", "relation": "Internet Suffix", "gold_object": ".ru", "prompt_text": "What is the internet suffix for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Russian Federation", "relation": "ISO Alpha-2 Code", "gold_object": "RU", "prompt_text": "What is the ISO alpha-2 code for Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Russia", "relation": "Two-Letter ISO Code", "gold_object": "RU", "prompt_text": "What is the two-letter ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "PRC", "relation": "Capital City", "gold_object": "Beijing", "prompt_text": "What is the capital city of PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "People's Republic of China", "relation": "National Capital", "gold_object": "Beijing", "prompt_text": "What is the national capital of People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 52, "fact_id": 52, "subject": "PRC", "relation": "Official Currency", "gold_object": "Renminbi", "prompt_text": "What is the official currency of PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 53, "fact_id": 53, "subject": "People's Republic of China", "relation": "Money Used", "gold_object": "Renminbi", "prompt_text": "What money is used in People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 54, "fact_id": 54, "subject": "PRC", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Which continent is PRC located in?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "People's Republic of China", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "What continent is People's Republic of China located in?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 56, "fact_id": 56, "subject": "PRC", "relation": "Country Code TLD", "gold_object": ".cn", "prompt_text": "What is the country code TLD for PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 57, "fact_id": 57, "subject": "People's Republic of China", "relation": "Internet Suffix", "gold_object": ".cn", "prompt_text": "What is the internet suffix for People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 58, "fact_id": 58, "subject": "PRC", "relation": "ISO Alpha-2 Code", "gold_object": "CN", "prompt_text": "What is the ISO alpha-2 code for PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 59, "fact_id": 59, "subject": "People's Republic of China", "relation": "Two-Letter ISO Code", "gold_object": "CN", "prompt_text": "What is the two-letter ISO code for People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Republic of India", "relation": "Capital City", "gold_object": "New Delhi", "prompt_text": "What is the capital city of Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "India", "relation": "National Capital", "gold_object": "New Delhi", "prompt_text": "What is the national capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Republic of India", "relation": "Official Currency", "gold_object": "Indian Rupee", "prompt_text": "What is the official currency of Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 63, "fact_id": 63, "subject": "India", "relation": "Money Used", "gold_object": "Indian Rupee", "prompt_text": "What money is used in India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["INR"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Republic of India", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Which continent is Republic of India located in?", "subject_aliases": ["India", "India"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "India", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "What continent is India located in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Republic of India", "relation": "Country Code TLD", "gold_object": ".in", "prompt_text": "What is the country code TLD for Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 67, "fact_id": 67, "subject": "India", "relation": "Internet Suffix", "gold_object": ".in", "prompt_text": "What is the internet suffix for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Republic of India", "relation": "ISO Alpha-2 Code", "gold_object": "IN", "prompt_text": "What is the ISO alpha-2 code for Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 69, "fact_id": 69, "subject": "India", "relation": "Two-Letter ISO Code", "gold_object": "IN", "prompt_text": "What is the two-letter ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Japan", "relation": "Capital City", "gold_object": "Tokyo", "prompt_text": "What is the capital city of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Nippon", "relation": "National Capital", "gold_object": "Tokyo", "prompt_text": "What is the national capital of Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Japan", "relation": "Official Currency", "gold_object": "Japanese Yen", "prompt_text": "What is the official currency of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Nippon", "relation": "Money Used", "gold_object": "Japanese Yen", "prompt_text": "What money is used in Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Japan", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Which continent is Japan located in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Nippon", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "What continent is Nippon located in?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Japan", "relation": "Country Code TLD", "gold_object": ".jp", "prompt_text": "What is the country code TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Nippon", "relation": "Internet Suffix", "gold_object": ".jp", "prompt_text": "What is the internet suffix for Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Japan", "relation": "ISO Alpha-2 Code", "gold_object": "JP", "prompt_text": "What is the ISO alpha-2 code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Nippon", "relation": "Two-Letter ISO Code", "gold_object": "JP", "prompt_text": "What is the two-letter ISO code for Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Republic of Korea", "relation": "Capital City", "gold_object": "Seoul", "prompt_text": "What is the capital city of Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "South Korea", "relation": "National Capital", "gold_object": "Seoul", "prompt_text": "What is the national capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Republic of Korea", "relation": "Official Currency", "gold_object": "South Korean Won", "prompt_text": "What is the official currency of Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 83, "fact_id": 83, "subject": "South Korea", "relation": "Money Used", "gold_object": "South Korean Won", "prompt_text": "What money is used in South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KRW"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Republic of Korea", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Which continent is Republic of Korea located in?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "South Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "What continent is South Korea located in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Republic of Korea", "relation": "Country Code TLD", "gold_object": ".kr", "prompt_text": "What is the country code TLD for Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 87, "fact_id": 87, "subject": "South Korea", "relation": "Internet Suffix", "gold_object": ".kr", "prompt_text": "What is the internet suffix for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Republic of Korea", "relation": "ISO Alpha-2 Code", "gold_object": "KR", "prompt_text": "What is the ISO alpha-2 code for Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 89, "fact_id": 89, "subject": "South Korea", "relation": "Two-Letter ISO Code", "gold_object": "KR", "prompt_text": "What is the two-letter ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "DPRK", "relation": "Capital City", "gold_object": "Pyongyang", "prompt_text": "What is the capital city of DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Democratic People's Republic of Korea", "relation": "National Capital", "gold_object": "Pyongyang", "prompt_text": "What is the national capital of Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 92, "fact_id": 92, "subject": "DPRK", "relation": "Official Currency", "gold_object": "North Korean Won", "prompt_text": "What is the official currency of DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Democratic People's Republic of Korea", "relation": "Money Used", "gold_object": "North Korean Won", "prompt_text": "What money is used in Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KPW"]} +{"prompt_id": 94, "fact_id": 94, "subject": "DPRK", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Which continent is DPRK located in?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Democratic People's Republic of Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "What continent is Democratic People's Republic of Korea located in?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 96, "fact_id": 96, "subject": "DPRK", "relation": "Country Code TLD", "gold_object": ".kp", "prompt_text": "What is the country code TLD for DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Democratic People's Republic of Korea", "relation": "Internet Suffix", "gold_object": ".kp", "prompt_text": "What is the internet suffix for Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 98, "fact_id": 98, "subject": "DPRK", "relation": "ISO Alpha-2 Code", "gold_object": "KP", "prompt_text": "What is the ISO alpha-2 code for DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Democratic People's Republic of Korea", "relation": "Two-Letter ISO Code", "gold_object": "KP", "prompt_text": "What is the two-letter ISO code for Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Canada", "relation": "Capital City", "gold_object": "Ottawa", "prompt_text": "What is the capital city of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 101, "fact_id": 101, "subject": "CA", "relation": "National Capital", "gold_object": "Ottawa", "prompt_text": "What is the national capital of CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Canada", "relation": "Official Currency", "gold_object": "Canadian Dollar", "prompt_text": "What is the official currency of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CA", "relation": "Money Used", "gold_object": "Canadian Dollar", "prompt_text": "What money is used in CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Canada", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Which continent is Canada located in?", "subject_aliases": ["CA"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CA", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "What continent is CA located in?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Canada", "relation": "Country Code TLD", "gold_object": ".ca", "prompt_text": "What is the country code TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 107, "fact_id": 107, "subject": "CA", "relation": "Internet Suffix", "gold_object": ".ca", "prompt_text": "What is the internet suffix for CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Canada", "relation": "ISO Alpha-2 Code", "gold_object": "CA", "prompt_text": "What is the ISO alpha-2 code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 109, "fact_id": 109, "subject": "CA", "relation": "Two-Letter ISO Code", "gold_object": "CA", "prompt_text": "What is the two-letter ISO code for CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Commonwealth of Australia", "relation": "Capital City", "gold_object": "Canberra", "prompt_text": "What is the capital city of Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Australia", "relation": "National Capital", "gold_object": "Canberra", "prompt_text": "What is the national capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Commonwealth of Australia", "relation": "Official Currency", "gold_object": "Australian Dollar", "prompt_text": "What is the official currency of Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Australia", "relation": "Money Used", "gold_object": "Australian Dollar", "prompt_text": "What money is used in Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Commonwealth of Australia", "relation": "Located In Continent", "gold_object": "Oceania", "prompt_text": "Which continent is Commonwealth of Australia located in?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Australia", "relation": "Continent Located In", "gold_object": "Oceania", "prompt_text": "What continent is Australia located in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Commonwealth of Australia", "relation": "Country Code TLD", "gold_object": ".au", "prompt_text": "What is the country code TLD for Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Australia", "relation": "Internet Suffix", "gold_object": ".au", "prompt_text": "What is the internet suffix for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Commonwealth of Australia", "relation": "ISO Alpha-2 Code", "gold_object": "AU", "prompt_text": "What is the ISO alpha-2 code for Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Australia", "relation": "Two-Letter ISO Code", "gold_object": "AU", "prompt_text": "What is the two-letter ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Federative Republic of Brazil", "relation": "Capital City", "gold_object": "Brasilia", "prompt_text": "What is the capital city of Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Brazil", "relation": "National Capital", "gold_object": "Brasilia", "prompt_text": "What is the national capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Federative Republic of Brazil", "relation": "Official Currency", "gold_object": "Brazilian Real", "prompt_text": "What is the official currency of Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Brazil", "relation": "Money Used", "gold_object": "Brazilian Real", "prompt_text": "What money is used in Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Federative Republic of Brazil", "relation": "Located In Continent", "gold_object": "South America", "prompt_text": "Which continent is Federative Republic of Brazil located in?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Continent Located In", "gold_object": "South America", "prompt_text": "What continent is Brazil located in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Federative Republic of Brazil", "relation": "Country Code TLD", "gold_object": ".br", "prompt_text": "What is the country code TLD for Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Brazil", "relation": "Internet Suffix", "gold_object": ".br", "prompt_text": "What is the internet suffix for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Federative Republic of Brazil", "relation": "ISO Alpha-2 Code", "gold_object": "BR", "prompt_text": "What is the ISO alpha-2 code for Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Brazil", "relation": "Two-Letter ISO Code", "gold_object": "BR", "prompt_text": "What is the two-letter ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United Mexican States", "relation": "Capital City", "gold_object": "Mexico City", "prompt_text": "What is the capital city of United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Mexico", "relation": "National Capital", "gold_object": "Mexico City", "prompt_text": "What is the national capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United Mexican States", "relation": "Official Currency", "gold_object": "Mexican Peso", "prompt_text": "What is the official currency of United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Mexico", "relation": "Money Used", "gold_object": "Mexican Peso", "prompt_text": "What money is used in Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United Mexican States", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Which continent is United Mexican States located in?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Mexico", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "What continent is Mexico located in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Mexican States", "relation": "Country Code TLD", "gold_object": ".mx", "prompt_text": "What is the country code TLD for United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Mexico", "relation": "Internet Suffix", "gold_object": ".mx", "prompt_text": "What is the internet suffix for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Mexican States", "relation": "ISO Alpha-2 Code", "gold_object": "MX", "prompt_text": "What is the ISO alpha-2 code for United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Mexico", "relation": "Two-Letter ISO Code", "gold_object": "MX", "prompt_text": "What is the two-letter ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Italian Republic", "relation": "Capital City", "gold_object": "Rome", "prompt_text": "What is the capital city of Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Italy", "relation": "National Capital", "gold_object": "Rome", "prompt_text": "What is the national capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Italian Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "What is the official currency of Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Italy", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "What money is used in Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Italian Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is Italian Republic located in?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Italy", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Italy located in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Italian Republic", "relation": "Country Code TLD", "gold_object": ".it", "prompt_text": "What is the country code TLD for Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Italy", "relation": "Internet Suffix", "gold_object": ".it", "prompt_text": "What is the internet suffix for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Italian Republic", "relation": "ISO Alpha-2 Code", "gold_object": "IT", "prompt_text": "What is the ISO alpha-2 code for Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Italy", "relation": "Two-Letter ISO Code", "gold_object": "IT", "prompt_text": "What is the two-letter ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Kingdom of Spain", "relation": "Capital City", "gold_object": "Madrid", "prompt_text": "What is the capital city of Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Spain", "relation": "National Capital", "gold_object": "Madrid", "prompt_text": "What is the national capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Kingdom of Spain", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "What is the official currency of Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "What money is used in Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Kingdom of Spain", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is Kingdom of Spain located in?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Spain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Spain located in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Kingdom of Spain", "relation": "Country Code TLD", "gold_object": ".es", "prompt_text": "What is the country code TLD for Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Spain", "relation": "Internet Suffix", "gold_object": ".es", "prompt_text": "What is the internet suffix for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Kingdom of Spain", "relation": "ISO Alpha-2 Code", "gold_object": "ES", "prompt_text": "What is the ISO alpha-2 code for Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Spain", "relation": "Two-Letter ISO Code", "gold_object": "ES", "prompt_text": "What is the two-letter ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Holland", "relation": "Capital City", "gold_object": "Amsterdam", "prompt_text": "What is the capital city of Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Netherlands", "relation": "National Capital", "gold_object": "Amsterdam", "prompt_text": "What is the national capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Holland", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "What is the official currency of Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Netherlands", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "What money is used in Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Holland", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is Holland located in?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Netherlands", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Netherlands located in?", "subject_aliases": ["Holland"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Holland", "relation": "Country Code TLD", "gold_object": ".nl", "prompt_text": "What is the country code TLD for Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Netherlands", "relation": "Internet Suffix", "gold_object": ".nl", "prompt_text": "What is the internet suffix for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Holland", "relation": "ISO Alpha-2 Code", "gold_object": "NL", "prompt_text": "What is the ISO alpha-2 code for Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Netherlands", "relation": "Two-Letter ISO Code", "gold_object": "NL", "prompt_text": "What is the two-letter ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Kingdom of Sweden", "relation": "Capital City", "gold_object": "Stockholm", "prompt_text": "What is the capital city of Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Sweden", "relation": "National Capital", "gold_object": "Stockholm", "prompt_text": "What is the national capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Kingdom of Sweden", "relation": "Official Currency", "gold_object": "Swedish Krona", "prompt_text": "What is the official currency of Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Sweden", "relation": "Money Used", "gold_object": "Swedish Krona", "prompt_text": "What money is used in Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Kingdom of Sweden", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is Kingdom of Sweden located in?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Sweden", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Sweden located in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Kingdom of Sweden", "relation": "Country Code TLD", "gold_object": ".se", "prompt_text": "What is the country code TLD for Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Sweden", "relation": "Internet Suffix", "gold_object": ".se", "prompt_text": "What is the internet suffix for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Kingdom of Sweden", "relation": "ISO Alpha-2 Code", "gold_object": "SE", "prompt_text": "What is the ISO alpha-2 code for Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Sweden", "relation": "Two-Letter ISO Code", "gold_object": "SE", "prompt_text": "What is the two-letter ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Kingdom of Norway", "relation": "Capital City", "gold_object": "Oslo", "prompt_text": "What is the capital city of Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Norway", "relation": "National Capital", "gold_object": "Oslo", "prompt_text": "What is the national capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Kingdom of Norway", "relation": "Official Currency", "gold_object": "Norwegian Krone", "prompt_text": "What is the official currency of Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Norway", "relation": "Money Used", "gold_object": "Norwegian Krone", "prompt_text": "What money is used in Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Kingdom of Norway", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is Kingdom of Norway located in?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Norway", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Norway located in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Kingdom of Norway", "relation": "Country Code TLD", "gold_object": ".no", "prompt_text": "What is the country code TLD for Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Norway", "relation": "Internet Suffix", "gold_object": ".no", "prompt_text": "What is the internet suffix for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Kingdom of Norway", "relation": "ISO Alpha-2 Code", "gold_object": "NO", "prompt_text": "What is the ISO alpha-2 code for Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Norway", "relation": "Two-Letter ISO Code", "gold_object": "NO", "prompt_text": "What is the two-letter ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Swiss Confederation", "relation": "Capital City", "gold_object": "Bern", "prompt_text": "What is the capital city of Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Switzerland", "relation": "National Capital", "gold_object": "Bern", "prompt_text": "What is the national capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Swiss Confederation", "relation": "Official Currency", "gold_object": "Swiss Franc", "prompt_text": "What is the official currency of Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Switzerland", "relation": "Money Used", "gold_object": "Swiss Franc", "prompt_text": "What money is used in Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Swiss Confederation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Which continent is Swiss Confederation located in?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Switzerland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "What continent is Switzerland located in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Swiss Confederation", "relation": "Country Code TLD", "gold_object": ".ch", "prompt_text": "What is the country code TLD for Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Switzerland", "relation": "Internet Suffix", "gold_object": ".ch", "prompt_text": "What is the internet suffix for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Swiss Confederation", "relation": "ISO Alpha-2 Code", "gold_object": "CH", "prompt_text": "What is the ISO alpha-2 code for Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Switzerland", "relation": "Two-Letter ISO Code", "gold_object": "CH", "prompt_text": "What is the two-letter ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} diff --git a/data/custom_databases/countries/prompts/alias/prompts_fewshot_questions.jsonl b/data/custom_databases/countries/prompts/alias/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..9317863 --- /dev/null +++ b/data/custom_databases/countries/prompts/alias/prompts_fewshot_questions.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "USA", "relation": "Capital City", "gold_object": "Washington, D.C.", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of USA?\nAnswer:", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States of America", "relation": "National Capital", "gold_object": "Washington, D.C.", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of United States of America?\nAnswer:", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 2, "fact_id": 2, "subject": "USA", "relation": "Official Currency", "gold_object": "US Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of USA?\nAnswer:", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States of America", "relation": "Money Used", "gold_object": "US Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in United States of America?\nAnswer:", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 4, "fact_id": 4, "subject": "USA", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is USA located in?\nAnswer:", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United States of America", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is United States of America located in?\nAnswer:", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 6, "fact_id": 6, "subject": "USA", "relation": "Country Code TLD", "gold_object": ".us", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for USA?\nAnswer:", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United States of America", "relation": "Internet Suffix", "gold_object": ".us", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for United States of America?\nAnswer:", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 8, "fact_id": 8, "subject": "USA", "relation": "ISO Alpha-2 Code", "gold_object": "US", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for USA?\nAnswer:", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United States of America", "relation": "Two-Letter ISO Code", "gold_object": "US", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for United States of America?\nAnswer:", "subject_aliases": ["United States", "USA"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "UK", "relation": "Capital City", "gold_object": "London", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of UK?\nAnswer:", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Britain", "relation": "National Capital", "gold_object": "London", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Britain?\nAnswer:", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 12, "fact_id": 12, "subject": "UK", "relation": "Official Currency", "gold_object": "Pound Sterling", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of UK?\nAnswer:", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Britain", "relation": "Money Used", "gold_object": "Pound Sterling", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Britain?\nAnswer:", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 14, "fact_id": 14, "subject": "UK", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is UK located in?\nAnswer:", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Britain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Britain located in?\nAnswer:", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 16, "fact_id": 16, "subject": "UK", "relation": "Country Code TLD", "gold_object": ".uk", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for UK?\nAnswer:", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Britain", "relation": "Internet Suffix", "gold_object": ".uk", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Britain?\nAnswer:", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 18, "fact_id": 18, "subject": "UK", "relation": "ISO Alpha-2 Code", "gold_object": "GB", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for UK?\nAnswer:", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Britain", "relation": "Two-Letter ISO Code", "gold_object": "GB", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Britain?\nAnswer:", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "French Republic", "relation": "Capital City", "gold_object": "Paris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of French Republic?\nAnswer:", "subject_aliases": ["France", "France"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "France", "relation": "National Capital", "gold_object": "Paris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 22, "fact_id": 22, "subject": "French Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of French Republic?\nAnswer:", "subject_aliases": ["France", "France"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 23, "fact_id": 23, "subject": "France", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 24, "fact_id": 24, "subject": "French Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is French Republic located in?\nAnswer:", "subject_aliases": ["France", "France"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 25, "fact_id": 25, "subject": "France", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is France located in?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 26, "fact_id": 26, "subject": "French Republic", "relation": "Country Code TLD", "gold_object": ".fr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for French Republic?\nAnswer:", "subject_aliases": ["France", "France"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 27, "fact_id": 27, "subject": "France", "relation": "Internet Suffix", "gold_object": ".fr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 28, "fact_id": 28, "subject": "French Republic", "relation": "ISO Alpha-2 Code", "gold_object": "FR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for French Republic?\nAnswer:", "subject_aliases": ["France", "France"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 29, "fact_id": 29, "subject": "France", "relation": "Two-Letter ISO Code", "gold_object": "FR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Federal Republic of Germany", "relation": "Capital City", "gold_object": "Berlin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Federal Republic of Germany?\nAnswer:", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Deutschland", "relation": "National Capital", "gold_object": "Berlin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Deutschland?\nAnswer:", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Federal Republic of Germany", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Federal Republic of Germany?\nAnswer:", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Deutschland", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Deutschland?\nAnswer:", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Federal Republic of Germany", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Federal Republic of Germany located in?\nAnswer:", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Deutschland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Deutschland located in?\nAnswer:", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Federal Republic of Germany", "relation": "Country Code TLD", "gold_object": ".de", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Federal Republic of Germany?\nAnswer:", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Deutschland", "relation": "Internet Suffix", "gold_object": ".de", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Deutschland?\nAnswer:", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Federal Republic of Germany", "relation": "ISO Alpha-2 Code", "gold_object": "DE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Federal Republic of Germany?\nAnswer:", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Deutschland", "relation": "Two-Letter ISO Code", "gold_object": "DE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Deutschland?\nAnswer:", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Russian Federation", "relation": "Capital City", "gold_object": "Moscow", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Russian Federation?\nAnswer:", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Russia", "relation": "National Capital", "gold_object": "Moscow", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Russian Federation", "relation": "Official Currency", "gold_object": "Russian Ruble", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Russian Federation?\nAnswer:", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Russia", "relation": "Money Used", "gold_object": "Russian Ruble", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Russian Federation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Russian Federation located in?\nAnswer:", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Russia", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Russia located in?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Russian Federation", "relation": "Country Code TLD", "gold_object": ".ru", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Russian Federation?\nAnswer:", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Russia", "relation": "Internet Suffix", "gold_object": ".ru", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Russian Federation", "relation": "ISO Alpha-2 Code", "gold_object": "RU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Russian Federation?\nAnswer:", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Russia", "relation": "Two-Letter ISO Code", "gold_object": "RU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "PRC", "relation": "Capital City", "gold_object": "Beijing", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of PRC?\nAnswer:", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "People's Republic of China", "relation": "National Capital", "gold_object": "Beijing", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of People's Republic of China?\nAnswer:", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 52, "fact_id": 52, "subject": "PRC", "relation": "Official Currency", "gold_object": "Renminbi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of PRC?\nAnswer:", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 53, "fact_id": 53, "subject": "People's Republic of China", "relation": "Money Used", "gold_object": "Renminbi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in People's Republic of China?\nAnswer:", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 54, "fact_id": 54, "subject": "PRC", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is PRC located in?\nAnswer:", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "People's Republic of China", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is People's Republic of China located in?\nAnswer:", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 56, "fact_id": 56, "subject": "PRC", "relation": "Country Code TLD", "gold_object": ".cn", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for PRC?\nAnswer:", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 57, "fact_id": 57, "subject": "People's Republic of China", "relation": "Internet Suffix", "gold_object": ".cn", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for People's Republic of China?\nAnswer:", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 58, "fact_id": 58, "subject": "PRC", "relation": "ISO Alpha-2 Code", "gold_object": "CN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for PRC?\nAnswer:", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 59, "fact_id": 59, "subject": "People's Republic of China", "relation": "Two-Letter ISO Code", "gold_object": "CN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for People's Republic of China?\nAnswer:", "subject_aliases": ["China", "PRC"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Republic of India", "relation": "Capital City", "gold_object": "New Delhi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Republic of India?\nAnswer:", "subject_aliases": ["India", "India"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "India", "relation": "National Capital", "gold_object": "New Delhi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Republic of India", "relation": "Official Currency", "gold_object": "Indian Rupee", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Republic of India?\nAnswer:", "subject_aliases": ["India", "India"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 63, "fact_id": 63, "subject": "India", "relation": "Money Used", "gold_object": "Indian Rupee", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["INR"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Republic of India", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Republic of India located in?\nAnswer:", "subject_aliases": ["India", "India"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "India", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is India located in?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Republic of India", "relation": "Country Code TLD", "gold_object": ".in", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Republic of India?\nAnswer:", "subject_aliases": ["India", "India"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 67, "fact_id": 67, "subject": "India", "relation": "Internet Suffix", "gold_object": ".in", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Republic of India", "relation": "ISO Alpha-2 Code", "gold_object": "IN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Republic of India?\nAnswer:", "subject_aliases": ["India", "India"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 69, "fact_id": 69, "subject": "India", "relation": "Two-Letter ISO Code", "gold_object": "IN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Japan", "relation": "Capital City", "gold_object": "Tokyo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Nippon", "relation": "National Capital", "gold_object": "Tokyo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Nippon?\nAnswer:", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Japan", "relation": "Official Currency", "gold_object": "Japanese Yen", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Nippon", "relation": "Money Used", "gold_object": "Japanese Yen", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Nippon?\nAnswer:", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Japan", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Japan located in?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Nippon", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Nippon located in?\nAnswer:", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Japan", "relation": "Country Code TLD", "gold_object": ".jp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Nippon", "relation": "Internet Suffix", "gold_object": ".jp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Nippon?\nAnswer:", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Japan", "relation": "ISO Alpha-2 Code", "gold_object": "JP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Nippon", "relation": "Two-Letter ISO Code", "gold_object": "JP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Nippon?\nAnswer:", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Republic of Korea", "relation": "Capital City", "gold_object": "Seoul", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Republic of Korea?\nAnswer:", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "South Korea", "relation": "National Capital", "gold_object": "Seoul", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Republic of Korea", "relation": "Official Currency", "gold_object": "South Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Republic of Korea?\nAnswer:", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 83, "fact_id": 83, "subject": "South Korea", "relation": "Money Used", "gold_object": "South Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KRW"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Republic of Korea", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Republic of Korea located in?\nAnswer:", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "South Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is South Korea located in?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Republic of Korea", "relation": "Country Code TLD", "gold_object": ".kr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Republic of Korea?\nAnswer:", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 87, "fact_id": 87, "subject": "South Korea", "relation": "Internet Suffix", "gold_object": ".kr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Republic of Korea", "relation": "ISO Alpha-2 Code", "gold_object": "KR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Republic of Korea?\nAnswer:", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 89, "fact_id": 89, "subject": "South Korea", "relation": "Two-Letter ISO Code", "gold_object": "KR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "DPRK", "relation": "Capital City", "gold_object": "Pyongyang", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of DPRK?\nAnswer:", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Democratic People's Republic of Korea", "relation": "National Capital", "gold_object": "Pyongyang", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Democratic People's Republic of Korea?\nAnswer:", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 92, "fact_id": 92, "subject": "DPRK", "relation": "Official Currency", "gold_object": "North Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of DPRK?\nAnswer:", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Democratic People's Republic of Korea", "relation": "Money Used", "gold_object": "North Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Democratic People's Republic of Korea?\nAnswer:", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KPW"]} +{"prompt_id": 94, "fact_id": 94, "subject": "DPRK", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is DPRK located in?\nAnswer:", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Democratic People's Republic of Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Democratic People's Republic of Korea located in?\nAnswer:", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 96, "fact_id": 96, "subject": "DPRK", "relation": "Country Code TLD", "gold_object": ".kp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for DPRK?\nAnswer:", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Democratic People's Republic of Korea", "relation": "Internet Suffix", "gold_object": ".kp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Democratic People's Republic of Korea?\nAnswer:", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 98, "fact_id": 98, "subject": "DPRK", "relation": "ISO Alpha-2 Code", "gold_object": "KP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for DPRK?\nAnswer:", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Democratic People's Republic of Korea", "relation": "Two-Letter ISO Code", "gold_object": "KP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Democratic People's Republic of Korea?\nAnswer:", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Canada", "relation": "Capital City", "gold_object": "Ottawa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 101, "fact_id": 101, "subject": "CA", "relation": "National Capital", "gold_object": "Ottawa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of CA?\nAnswer:", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Canada", "relation": "Official Currency", "gold_object": "Canadian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CA", "relation": "Money Used", "gold_object": "Canadian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in CA?\nAnswer:", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Canada", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Canada located in?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CA", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is CA located in?\nAnswer:", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Canada", "relation": "Country Code TLD", "gold_object": ".ca", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 107, "fact_id": 107, "subject": "CA", "relation": "Internet Suffix", "gold_object": ".ca", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for CA?\nAnswer:", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Canada", "relation": "ISO Alpha-2 Code", "gold_object": "CA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 109, "fact_id": 109, "subject": "CA", "relation": "Two-Letter ISO Code", "gold_object": "CA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for CA?\nAnswer:", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Commonwealth of Australia", "relation": "Capital City", "gold_object": "Canberra", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Commonwealth of Australia?\nAnswer:", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Australia", "relation": "National Capital", "gold_object": "Canberra", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Commonwealth of Australia", "relation": "Official Currency", "gold_object": "Australian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Commonwealth of Australia?\nAnswer:", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Australia", "relation": "Money Used", "gold_object": "Australian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Commonwealth of Australia", "relation": "Located In Continent", "gold_object": "Oceania", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Commonwealth of Australia located in?\nAnswer:", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Australia", "relation": "Continent Located In", "gold_object": "Oceania", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Australia located in?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Commonwealth of Australia", "relation": "Country Code TLD", "gold_object": ".au", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Commonwealth of Australia?\nAnswer:", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Australia", "relation": "Internet Suffix", "gold_object": ".au", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Commonwealth of Australia", "relation": "ISO Alpha-2 Code", "gold_object": "AU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Commonwealth of Australia?\nAnswer:", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Australia", "relation": "Two-Letter ISO Code", "gold_object": "AU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Federative Republic of Brazil", "relation": "Capital City", "gold_object": "Brasilia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Federative Republic of Brazil?\nAnswer:", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Brazil", "relation": "National Capital", "gold_object": "Brasilia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Federative Republic of Brazil", "relation": "Official Currency", "gold_object": "Brazilian Real", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Federative Republic of Brazil?\nAnswer:", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Brazil", "relation": "Money Used", "gold_object": "Brazilian Real", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Federative Republic of Brazil", "relation": "Located In Continent", "gold_object": "South America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Federative Republic of Brazil located in?\nAnswer:", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Continent Located In", "gold_object": "South America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Brazil located in?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Federative Republic of Brazil", "relation": "Country Code TLD", "gold_object": ".br", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Federative Republic of Brazil?\nAnswer:", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Brazil", "relation": "Internet Suffix", "gold_object": ".br", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Federative Republic of Brazil", "relation": "ISO Alpha-2 Code", "gold_object": "BR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Federative Republic of Brazil?\nAnswer:", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Brazil", "relation": "Two-Letter ISO Code", "gold_object": "BR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United Mexican States", "relation": "Capital City", "gold_object": "Mexico City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of United Mexican States?\nAnswer:", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Mexico", "relation": "National Capital", "gold_object": "Mexico City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United Mexican States", "relation": "Official Currency", "gold_object": "Mexican Peso", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of United Mexican States?\nAnswer:", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Mexico", "relation": "Money Used", "gold_object": "Mexican Peso", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United Mexican States", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is United Mexican States located in?\nAnswer:", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Mexico", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Mexico located in?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Mexican States", "relation": "Country Code TLD", "gold_object": ".mx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for United Mexican States?\nAnswer:", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Mexico", "relation": "Internet Suffix", "gold_object": ".mx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Mexican States", "relation": "ISO Alpha-2 Code", "gold_object": "MX", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for United Mexican States?\nAnswer:", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Mexico", "relation": "Two-Letter ISO Code", "gold_object": "MX", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Italian Republic", "relation": "Capital City", "gold_object": "Rome", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Italian Republic?\nAnswer:", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Italy", "relation": "National Capital", "gold_object": "Rome", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Italian Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Italian Republic?\nAnswer:", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Italy", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Italian Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Italian Republic located in?\nAnswer:", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Italy", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Italy located in?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Italian Republic", "relation": "Country Code TLD", "gold_object": ".it", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Italian Republic?\nAnswer:", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Italy", "relation": "Internet Suffix", "gold_object": ".it", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Italian Republic", "relation": "ISO Alpha-2 Code", "gold_object": "IT", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Italian Republic?\nAnswer:", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Italy", "relation": "Two-Letter ISO Code", "gold_object": "IT", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Kingdom of Spain", "relation": "Capital City", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Kingdom of Spain?\nAnswer:", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Spain", "relation": "National Capital", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Kingdom of Spain", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Kingdom of Spain?\nAnswer:", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Kingdom of Spain", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Kingdom of Spain located in?\nAnswer:", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Spain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Spain located in?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Kingdom of Spain", "relation": "Country Code TLD", "gold_object": ".es", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Kingdom of Spain?\nAnswer:", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Spain", "relation": "Internet Suffix", "gold_object": ".es", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Kingdom of Spain", "relation": "ISO Alpha-2 Code", "gold_object": "ES", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Kingdom of Spain?\nAnswer:", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Spain", "relation": "Two-Letter ISO Code", "gold_object": "ES", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Holland", "relation": "Capital City", "gold_object": "Amsterdam", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Holland?\nAnswer:", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Netherlands", "relation": "National Capital", "gold_object": "Amsterdam", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Holland", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Holland?\nAnswer:", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Netherlands", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Holland", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Holland located in?\nAnswer:", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Netherlands", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Netherlands located in?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Holland", "relation": "Country Code TLD", "gold_object": ".nl", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Holland?\nAnswer:", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Netherlands", "relation": "Internet Suffix", "gold_object": ".nl", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Holland", "relation": "ISO Alpha-2 Code", "gold_object": "NL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Holland?\nAnswer:", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Netherlands", "relation": "Two-Letter ISO Code", "gold_object": "NL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Kingdom of Sweden", "relation": "Capital City", "gold_object": "Stockholm", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Kingdom of Sweden?\nAnswer:", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Sweden", "relation": "National Capital", "gold_object": "Stockholm", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Kingdom of Sweden", "relation": "Official Currency", "gold_object": "Swedish Krona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Kingdom of Sweden?\nAnswer:", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Sweden", "relation": "Money Used", "gold_object": "Swedish Krona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Kingdom of Sweden", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Kingdom of Sweden located in?\nAnswer:", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Sweden", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Sweden located in?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Kingdom of Sweden", "relation": "Country Code TLD", "gold_object": ".se", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Kingdom of Sweden?\nAnswer:", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Sweden", "relation": "Internet Suffix", "gold_object": ".se", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Kingdom of Sweden", "relation": "ISO Alpha-2 Code", "gold_object": "SE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Kingdom of Sweden?\nAnswer:", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Sweden", "relation": "Two-Letter ISO Code", "gold_object": "SE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Kingdom of Norway", "relation": "Capital City", "gold_object": "Oslo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Kingdom of Norway?\nAnswer:", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Norway", "relation": "National Capital", "gold_object": "Oslo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Kingdom of Norway", "relation": "Official Currency", "gold_object": "Norwegian Krone", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Kingdom of Norway?\nAnswer:", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Norway", "relation": "Money Used", "gold_object": "Norwegian Krone", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Kingdom of Norway", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Kingdom of Norway located in?\nAnswer:", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Norway", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Norway located in?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Kingdom of Norway", "relation": "Country Code TLD", "gold_object": ".no", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Kingdom of Norway?\nAnswer:", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Norway", "relation": "Internet Suffix", "gold_object": ".no", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Kingdom of Norway", "relation": "ISO Alpha-2 Code", "gold_object": "NO", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Kingdom of Norway?\nAnswer:", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Norway", "relation": "Two-Letter ISO Code", "gold_object": "NO", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Swiss Confederation", "relation": "Capital City", "gold_object": "Bern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital city of Swiss Confederation?\nAnswer:", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Switzerland", "relation": "National Capital", "gold_object": "Bern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the national capital of Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Swiss Confederation", "relation": "Official Currency", "gold_object": "Swiss Franc", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the official currency of Swiss Confederation?\nAnswer:", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Switzerland", "relation": "Money Used", "gold_object": "Swiss Franc", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What money is used in Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Swiss Confederation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Swiss Confederation located in?\nAnswer:", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Switzerland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continent is Switzerland located in?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Swiss Confederation", "relation": "Country Code TLD", "gold_object": ".ch", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the country code TLD for Swiss Confederation?\nAnswer:", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Switzerland", "relation": "Internet Suffix", "gold_object": ".ch", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet suffix for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Swiss Confederation", "relation": "ISO Alpha-2 Code", "gold_object": "CH", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO alpha-2 code for Swiss Confederation?\nAnswer:", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Switzerland", "relation": "Two-Letter ISO Code", "gold_object": "CH", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the two-letter ISO code for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} diff --git a/data/custom_databases/countries/prompts/alias/prompts_paraphrased_questions.jsonl b/data/custom_databases/countries/prompts/alias/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..48e7a75 --- /dev/null +++ b/data/custom_databases/countries/prompts/alias/prompts_paraphrased_questions.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "USA", "relation": "Capital City", "gold_object": "Washington, D.C.", "prompt_text": "Could you answer this question: What is the capital city of USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States of America", "relation": "National Capital", "gold_object": "Washington, D.C.", "prompt_text": "Could you answer this question: What is the national capital of United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 2, "fact_id": 2, "subject": "USA", "relation": "Official Currency", "gold_object": "US Dollar", "prompt_text": "Could you answer this question: What is the official currency of USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States of America", "relation": "Money Used", "gold_object": "US Dollar", "prompt_text": "Could you answer this question: What money is used in United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 4, "fact_id": 4, "subject": "USA", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is USA located in?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United States of America", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Could you answer this question: What continent is United States of America located in?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 6, "fact_id": 6, "subject": "USA", "relation": "Country Code TLD", "gold_object": ".us", "prompt_text": "Could you answer this question: What is the country code TLD for USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United States of America", "relation": "Internet Suffix", "gold_object": ".us", "prompt_text": "Could you answer this question: What is the internet suffix for United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 8, "fact_id": 8, "subject": "USA", "relation": "ISO Alpha-2 Code", "gold_object": "US", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for USA?", "subject_aliases": ["United States", "United States of America"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United States of America", "relation": "Two-Letter ISO Code", "gold_object": "US", "prompt_text": "Could you answer this question: What is the two-letter ISO code for United States of America?", "subject_aliases": ["United States", "USA"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "UK", "relation": "Capital City", "gold_object": "London", "prompt_text": "Could you answer this question: What is the capital city of UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Britain", "relation": "National Capital", "gold_object": "London", "prompt_text": "Could you answer this question: What is the national capital of Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 12, "fact_id": 12, "subject": "UK", "relation": "Official Currency", "gold_object": "Pound Sterling", "prompt_text": "Could you answer this question: What is the official currency of UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Britain", "relation": "Money Used", "gold_object": "Pound Sterling", "prompt_text": "Could you answer this question: What money is used in Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 14, "fact_id": 14, "subject": "UK", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is UK located in?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Britain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Britain located in?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 16, "fact_id": 16, "subject": "UK", "relation": "Country Code TLD", "gold_object": ".uk", "prompt_text": "Could you answer this question: What is the country code TLD for UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Britain", "relation": "Internet Suffix", "gold_object": ".uk", "prompt_text": "Could you answer this question: What is the internet suffix for Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 18, "fact_id": 18, "subject": "UK", "relation": "ISO Alpha-2 Code", "gold_object": "GB", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for UK?", "subject_aliases": ["United Kingdom", "Britain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Britain", "relation": "Two-Letter ISO Code", "gold_object": "GB", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Britain?", "subject_aliases": ["United Kingdom", "UK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "French Republic", "relation": "Capital City", "gold_object": "Paris", "prompt_text": "Could you answer this question: What is the capital city of French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "France", "relation": "National Capital", "gold_object": "Paris", "prompt_text": "Could you answer this question: What is the national capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 22, "fact_id": 22, "subject": "French Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What is the official currency of French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 23, "fact_id": 23, "subject": "France", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Could you answer this question: What money is used in France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 24, "fact_id": 24, "subject": "French Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is French Republic located in?", "subject_aliases": ["France", "France"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 25, "fact_id": 25, "subject": "France", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is France located in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 26, "fact_id": 26, "subject": "French Republic", "relation": "Country Code TLD", "gold_object": ".fr", "prompt_text": "Could you answer this question: What is the country code TLD for French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 27, "fact_id": 27, "subject": "France", "relation": "Internet Suffix", "gold_object": ".fr", "prompt_text": "Could you answer this question: What is the internet suffix for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 28, "fact_id": 28, "subject": "French Republic", "relation": "ISO Alpha-2 Code", "gold_object": "FR", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for French Republic?", "subject_aliases": ["France", "France"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 29, "fact_id": 29, "subject": "France", "relation": "Two-Letter ISO Code", "gold_object": "FR", "prompt_text": "Could you answer this question: What is the two-letter ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Federal Republic of Germany", "relation": "Capital City", "gold_object": "Berlin", "prompt_text": "Could you answer this question: What is the capital city of Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Deutschland", "relation": "National Capital", "gold_object": "Berlin", "prompt_text": "Could you answer this question: What is the national capital of Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Federal Republic of Germany", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What is the official currency of Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Deutschland", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Could you answer this question: What money is used in Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Federal Republic of Germany", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Federal Republic of Germany located in?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Deutschland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Deutschland located in?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Federal Republic of Germany", "relation": "Country Code TLD", "gold_object": ".de", "prompt_text": "Could you answer this question: What is the country code TLD for Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Deutschland", "relation": "Internet Suffix", "gold_object": ".de", "prompt_text": "Could you answer this question: What is the internet suffix for Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Federal Republic of Germany", "relation": "ISO Alpha-2 Code", "gold_object": "DE", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Federal Republic of Germany?", "subject_aliases": ["Germany", "Deutschland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Deutschland", "relation": "Two-Letter ISO Code", "gold_object": "DE", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Deutschland?", "subject_aliases": ["Germany", "Federal Republic of Germany"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Russian Federation", "relation": "Capital City", "gold_object": "Moscow", "prompt_text": "Could you answer this question: What is the capital city of Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Russia", "relation": "National Capital", "gold_object": "Moscow", "prompt_text": "Could you answer this question: What is the national capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Russian Federation", "relation": "Official Currency", "gold_object": "Russian Ruble", "prompt_text": "Could you answer this question: What is the official currency of Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Russia", "relation": "Money Used", "gold_object": "Russian Ruble", "prompt_text": "Could you answer this question: What money is used in Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Russian Federation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Russian Federation located in?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Russia", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Russia located in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Russian Federation", "relation": "Country Code TLD", "gold_object": ".ru", "prompt_text": "Could you answer this question: What is the country code TLD for Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Russia", "relation": "Internet Suffix", "gold_object": ".ru", "prompt_text": "Could you answer this question: What is the internet suffix for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Russian Federation", "relation": "ISO Alpha-2 Code", "gold_object": "RU", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Russian Federation?", "subject_aliases": ["Russia", "Russia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Russia", "relation": "Two-Letter ISO Code", "gold_object": "RU", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "PRC", "relation": "Capital City", "gold_object": "Beijing", "prompt_text": "Could you answer this question: What is the capital city of PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "People's Republic of China", "relation": "National Capital", "gold_object": "Beijing", "prompt_text": "Could you answer this question: What is the national capital of People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 52, "fact_id": 52, "subject": "PRC", "relation": "Official Currency", "gold_object": "Renminbi", "prompt_text": "Could you answer this question: What is the official currency of PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 53, "fact_id": 53, "subject": "People's Republic of China", "relation": "Money Used", "gold_object": "Renminbi", "prompt_text": "Could you answer this question: What money is used in People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 54, "fact_id": 54, "subject": "PRC", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is PRC located in?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "People's Republic of China", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Could you answer this question: What continent is People's Republic of China located in?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 56, "fact_id": 56, "subject": "PRC", "relation": "Country Code TLD", "gold_object": ".cn", "prompt_text": "Could you answer this question: What is the country code TLD for PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 57, "fact_id": 57, "subject": "People's Republic of China", "relation": "Internet Suffix", "gold_object": ".cn", "prompt_text": "Could you answer this question: What is the internet suffix for People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 58, "fact_id": 58, "subject": "PRC", "relation": "ISO Alpha-2 Code", "gold_object": "CN", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for PRC?", "subject_aliases": ["China", "People's Republic of China"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 59, "fact_id": 59, "subject": "People's Republic of China", "relation": "Two-Letter ISO Code", "gold_object": "CN", "prompt_text": "Could you answer this question: What is the two-letter ISO code for People's Republic of China?", "subject_aliases": ["China", "PRC"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Republic of India", "relation": "Capital City", "gold_object": "New Delhi", "prompt_text": "Could you answer this question: What is the capital city of Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "India", "relation": "National Capital", "gold_object": "New Delhi", "prompt_text": "Could you answer this question: What is the national capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Republic of India", "relation": "Official Currency", "gold_object": "Indian Rupee", "prompt_text": "Could you answer this question: What is the official currency of Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 63, "fact_id": 63, "subject": "India", "relation": "Money Used", "gold_object": "Indian Rupee", "prompt_text": "Could you answer this question: What money is used in India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["INR"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Republic of India", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is Republic of India located in?", "subject_aliases": ["India", "India"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "India", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Could you answer this question: What continent is India located in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Republic of India", "relation": "Country Code TLD", "gold_object": ".in", "prompt_text": "Could you answer this question: What is the country code TLD for Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 67, "fact_id": 67, "subject": "India", "relation": "Internet Suffix", "gold_object": ".in", "prompt_text": "Could you answer this question: What is the internet suffix for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Republic of India", "relation": "ISO Alpha-2 Code", "gold_object": "IN", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Republic of India?", "subject_aliases": ["India", "India"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 69, "fact_id": 69, "subject": "India", "relation": "Two-Letter ISO Code", "gold_object": "IN", "prompt_text": "Could you answer this question: What is the two-letter ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Japan", "relation": "Capital City", "gold_object": "Tokyo", "prompt_text": "Could you answer this question: What is the capital city of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Nippon", "relation": "National Capital", "gold_object": "Tokyo", "prompt_text": "Could you answer this question: What is the national capital of Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Japan", "relation": "Official Currency", "gold_object": "Japanese Yen", "prompt_text": "Could you answer this question: What is the official currency of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Nippon", "relation": "Money Used", "gold_object": "Japanese Yen", "prompt_text": "Could you answer this question: What money is used in Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Japan", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is Japan located in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Nippon", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Could you answer this question: What continent is Nippon located in?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Japan", "relation": "Country Code TLD", "gold_object": ".jp", "prompt_text": "Could you answer this question: What is the country code TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Nippon", "relation": "Internet Suffix", "gold_object": ".jp", "prompt_text": "Could you answer this question: What is the internet suffix for Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Japan", "relation": "ISO Alpha-2 Code", "gold_object": "JP", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Nippon", "relation": "Two-Letter ISO Code", "gold_object": "JP", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Nippon?", "subject_aliases": ["Japan", "Japan"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Republic of Korea", "relation": "Capital City", "gold_object": "Seoul", "prompt_text": "Could you answer this question: What is the capital city of Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "South Korea", "relation": "National Capital", "gold_object": "Seoul", "prompt_text": "Could you answer this question: What is the national capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Republic of Korea", "relation": "Official Currency", "gold_object": "South Korean Won", "prompt_text": "Could you answer this question: What is the official currency of Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 83, "fact_id": 83, "subject": "South Korea", "relation": "Money Used", "gold_object": "South Korean Won", "prompt_text": "Could you answer this question: What money is used in South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KRW"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Republic of Korea", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is Republic of Korea located in?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "South Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Could you answer this question: What continent is South Korea located in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Republic of Korea", "relation": "Country Code TLD", "gold_object": ".kr", "prompt_text": "Could you answer this question: What is the country code TLD for Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 87, "fact_id": 87, "subject": "South Korea", "relation": "Internet Suffix", "gold_object": ".kr", "prompt_text": "Could you answer this question: What is the internet suffix for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Republic of Korea", "relation": "ISO Alpha-2 Code", "gold_object": "KR", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Republic of Korea?", "subject_aliases": ["South Korea", "South Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 89, "fact_id": 89, "subject": "South Korea", "relation": "Two-Letter ISO Code", "gold_object": "KR", "prompt_text": "Could you answer this question: What is the two-letter ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "DPRK", "relation": "Capital City", "gold_object": "Pyongyang", "prompt_text": "Could you answer this question: What is the capital city of DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Democratic People's Republic of Korea", "relation": "National Capital", "gold_object": "Pyongyang", "prompt_text": "Could you answer this question: What is the national capital of Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 92, "fact_id": 92, "subject": "DPRK", "relation": "Official Currency", "gold_object": "North Korean Won", "prompt_text": "Could you answer this question: What is the official currency of DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Democratic People's Republic of Korea", "relation": "Money Used", "gold_object": "North Korean Won", "prompt_text": "Could you answer this question: What money is used in Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["KPW"]} +{"prompt_id": 94, "fact_id": 94, "subject": "DPRK", "relation": "Located In Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is DPRK located in?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Democratic People's Republic of Korea", "relation": "Continent Located In", "gold_object": "Asia", "prompt_text": "Could you answer this question: What continent is Democratic People's Republic of Korea located in?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 96, "fact_id": 96, "subject": "DPRK", "relation": "Country Code TLD", "gold_object": ".kp", "prompt_text": "Could you answer this question: What is the country code TLD for DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Democratic People's Republic of Korea", "relation": "Internet Suffix", "gold_object": ".kp", "prompt_text": "Could you answer this question: What is the internet suffix for Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 98, "fact_id": 98, "subject": "DPRK", "relation": "ISO Alpha-2 Code", "gold_object": "KP", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for DPRK?", "subject_aliases": ["North Korea", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Democratic People's Republic of Korea", "relation": "Two-Letter ISO Code", "gold_object": "KP", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Democratic People's Republic of Korea?", "subject_aliases": ["North Korea", "DPRK"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Canada", "relation": "Capital City", "gold_object": "Ottawa", "prompt_text": "Could you answer this question: What is the capital city of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 101, "fact_id": 101, "subject": "CA", "relation": "National Capital", "gold_object": "Ottawa", "prompt_text": "Could you answer this question: What is the national capital of CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Canada", "relation": "Official Currency", "gold_object": "Canadian Dollar", "prompt_text": "Could you answer this question: What is the official currency of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CA", "relation": "Money Used", "gold_object": "Canadian Dollar", "prompt_text": "Could you answer this question: What money is used in CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Canada", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is Canada located in?", "subject_aliases": ["CA"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CA", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Could you answer this question: What continent is CA located in?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Canada", "relation": "Country Code TLD", "gold_object": ".ca", "prompt_text": "Could you answer this question: What is the country code TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 107, "fact_id": 107, "subject": "CA", "relation": "Internet Suffix", "gold_object": ".ca", "prompt_text": "Could you answer this question: What is the internet suffix for CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Canada", "relation": "ISO Alpha-2 Code", "gold_object": "CA", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 109, "fact_id": 109, "subject": "CA", "relation": "Two-Letter ISO Code", "gold_object": "CA", "prompt_text": "Could you answer this question: What is the two-letter ISO code for CA?", "subject_aliases": ["Canada", "Canada"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Commonwealth of Australia", "relation": "Capital City", "gold_object": "Canberra", "prompt_text": "Could you answer this question: What is the capital city of Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Australia", "relation": "National Capital", "gold_object": "Canberra", "prompt_text": "Could you answer this question: What is the national capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Commonwealth of Australia", "relation": "Official Currency", "gold_object": "Australian Dollar", "prompt_text": "Could you answer this question: What is the official currency of Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Australia", "relation": "Money Used", "gold_object": "Australian Dollar", "prompt_text": "Could you answer this question: What money is used in Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Commonwealth of Australia", "relation": "Located In Continent", "gold_object": "Oceania", "prompt_text": "Could you answer this question: Which continent is Commonwealth of Australia located in?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Australia", "relation": "Continent Located In", "gold_object": "Oceania", "prompt_text": "Could you answer this question: What continent is Australia located in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Commonwealth of Australia", "relation": "Country Code TLD", "gold_object": ".au", "prompt_text": "Could you answer this question: What is the country code TLD for Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Australia", "relation": "Internet Suffix", "gold_object": ".au", "prompt_text": "Could you answer this question: What is the internet suffix for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Commonwealth of Australia", "relation": "ISO Alpha-2 Code", "gold_object": "AU", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Commonwealth of Australia?", "subject_aliases": ["Australia", "Australia"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Australia", "relation": "Two-Letter ISO Code", "gold_object": "AU", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Federative Republic of Brazil", "relation": "Capital City", "gold_object": "Brasilia", "prompt_text": "Could you answer this question: What is the capital city of Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Brazil", "relation": "National Capital", "gold_object": "Brasilia", "prompt_text": "Could you answer this question: What is the national capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Federative Republic of Brazil", "relation": "Official Currency", "gold_object": "Brazilian Real", "prompt_text": "Could you answer this question: What is the official currency of Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Brazil", "relation": "Money Used", "gold_object": "Brazilian Real", "prompt_text": "Could you answer this question: What money is used in Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Federative Republic of Brazil", "relation": "Located In Continent", "gold_object": "South America", "prompt_text": "Could you answer this question: Which continent is Federative Republic of Brazil located in?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Continent Located In", "gold_object": "South America", "prompt_text": "Could you answer this question: What continent is Brazil located in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Federative Republic of Brazil", "relation": "Country Code TLD", "gold_object": ".br", "prompt_text": "Could you answer this question: What is the country code TLD for Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Brazil", "relation": "Internet Suffix", "gold_object": ".br", "prompt_text": "Could you answer this question: What is the internet suffix for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Federative Republic of Brazil", "relation": "ISO Alpha-2 Code", "gold_object": "BR", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Federative Republic of Brazil?", "subject_aliases": ["Brazil", "Brazil"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Brazil", "relation": "Two-Letter ISO Code", "gold_object": "BR", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United Mexican States", "relation": "Capital City", "gold_object": "Mexico City", "prompt_text": "Could you answer this question: What is the capital city of United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Mexico", "relation": "National Capital", "gold_object": "Mexico City", "prompt_text": "Could you answer this question: What is the national capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United Mexican States", "relation": "Official Currency", "gold_object": "Mexican Peso", "prompt_text": "Could you answer this question: What is the official currency of United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Mexico", "relation": "Money Used", "gold_object": "Mexican Peso", "prompt_text": "Could you answer this question: What money is used in Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United Mexican States", "relation": "Located In Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is United Mexican States located in?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Mexico", "relation": "Continent Located In", "gold_object": "North America", "prompt_text": "Could you answer this question: What continent is Mexico located in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Mexican States", "relation": "Country Code TLD", "gold_object": ".mx", "prompt_text": "Could you answer this question: What is the country code TLD for United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Mexico", "relation": "Internet Suffix", "gold_object": ".mx", "prompt_text": "Could you answer this question: What is the internet suffix for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Mexican States", "relation": "ISO Alpha-2 Code", "gold_object": "MX", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for United Mexican States?", "subject_aliases": ["Mexico", "Mexico"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Mexico", "relation": "Two-Letter ISO Code", "gold_object": "MX", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Italian Republic", "relation": "Capital City", "gold_object": "Rome", "prompt_text": "Could you answer this question: What is the capital city of Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Italy", "relation": "National Capital", "gold_object": "Rome", "prompt_text": "Could you answer this question: What is the national capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Italian Republic", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What is the official currency of Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Italy", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Could you answer this question: What money is used in Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Italian Republic", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Italian Republic located in?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Italy", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Italy located in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Italian Republic", "relation": "Country Code TLD", "gold_object": ".it", "prompt_text": "Could you answer this question: What is the country code TLD for Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Italy", "relation": "Internet Suffix", "gold_object": ".it", "prompt_text": "Could you answer this question: What is the internet suffix for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Italian Republic", "relation": "ISO Alpha-2 Code", "gold_object": "IT", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Italian Republic?", "subject_aliases": ["Italy", "Italy"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Italy", "relation": "Two-Letter ISO Code", "gold_object": "IT", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Kingdom of Spain", "relation": "Capital City", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What is the capital city of Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Spain", "relation": "National Capital", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What is the national capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Kingdom of Spain", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What is the official currency of Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Could you answer this question: What money is used in Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Kingdom of Spain", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Kingdom of Spain located in?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Spain", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Spain located in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Kingdom of Spain", "relation": "Country Code TLD", "gold_object": ".es", "prompt_text": "Could you answer this question: What is the country code TLD for Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Spain", "relation": "Internet Suffix", "gold_object": ".es", "prompt_text": "Could you answer this question: What is the internet suffix for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Kingdom of Spain", "relation": "ISO Alpha-2 Code", "gold_object": "ES", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Kingdom of Spain?", "subject_aliases": ["Spain", "Spain"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Spain", "relation": "Two-Letter ISO Code", "gold_object": "ES", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Holland", "relation": "Capital City", "gold_object": "Amsterdam", "prompt_text": "Could you answer this question: What is the capital city of Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Netherlands", "relation": "National Capital", "gold_object": "Amsterdam", "prompt_text": "Could you answer this question: What is the national capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Holland", "relation": "Official Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What is the official currency of Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Netherlands", "relation": "Money Used", "gold_object": "Euro", "prompt_text": "Could you answer this question: What money is used in Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Currency", "Official Currency"], "object_aliases": ["EUR"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Holland", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Holland located in?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Netherlands", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Netherlands located in?", "subject_aliases": ["Holland"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Holland", "relation": "Country Code TLD", "gold_object": ".nl", "prompt_text": "Could you answer this question: What is the country code TLD for Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Netherlands", "relation": "Internet Suffix", "gold_object": ".nl", "prompt_text": "Could you answer this question: What is the internet suffix for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Holland", "relation": "ISO Alpha-2 Code", "gold_object": "NL", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Holland?", "subject_aliases": ["Netherlands", "Netherlands"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Netherlands", "relation": "Two-Letter ISO Code", "gold_object": "NL", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Kingdom of Sweden", "relation": "Capital City", "gold_object": "Stockholm", "prompt_text": "Could you answer this question: What is the capital city of Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Sweden", "relation": "National Capital", "gold_object": "Stockholm", "prompt_text": "Could you answer this question: What is the national capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Kingdom of Sweden", "relation": "Official Currency", "gold_object": "Swedish Krona", "prompt_text": "Could you answer this question: What is the official currency of Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Sweden", "relation": "Money Used", "gold_object": "Swedish Krona", "prompt_text": "Could you answer this question: What money is used in Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Kingdom of Sweden", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Kingdom of Sweden located in?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Sweden", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Sweden located in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Kingdom of Sweden", "relation": "Country Code TLD", "gold_object": ".se", "prompt_text": "Could you answer this question: What is the country code TLD for Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Sweden", "relation": "Internet Suffix", "gold_object": ".se", "prompt_text": "Could you answer this question: What is the internet suffix for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Kingdom of Sweden", "relation": "ISO Alpha-2 Code", "gold_object": "SE", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Kingdom of Sweden?", "subject_aliases": ["Sweden", "Sweden"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Sweden", "relation": "Two-Letter ISO Code", "gold_object": "SE", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Kingdom of Norway", "relation": "Capital City", "gold_object": "Oslo", "prompt_text": "Could you answer this question: What is the capital city of Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Norway", "relation": "National Capital", "gold_object": "Oslo", "prompt_text": "Could you answer this question: What is the national capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Kingdom of Norway", "relation": "Official Currency", "gold_object": "Norwegian Krone", "prompt_text": "Could you answer this question: What is the official currency of Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Norway", "relation": "Money Used", "gold_object": "Norwegian Krone", "prompt_text": "Could you answer this question: What money is used in Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Kingdom of Norway", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Kingdom of Norway located in?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Norway", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Norway located in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Kingdom of Norway", "relation": "Country Code TLD", "gold_object": ".no", "prompt_text": "Could you answer this question: What is the country code TLD for Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Norway", "relation": "Internet Suffix", "gold_object": ".no", "prompt_text": "Could you answer this question: What is the internet suffix for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Kingdom of Norway", "relation": "ISO Alpha-2 Code", "gold_object": "NO", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Kingdom of Norway?", "subject_aliases": ["Norway", "Norway"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Norway", "relation": "Two-Letter ISO Code", "gold_object": "NO", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Swiss Confederation", "relation": "Capital City", "gold_object": "Bern", "prompt_text": "Could you answer this question: What is the capital city of Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Capital", "National Capital"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Switzerland", "relation": "National Capital", "gold_object": "Bern", "prompt_text": "Could you answer this question: What is the national capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital", "Capital City"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Swiss Confederation", "relation": "Official Currency", "gold_object": "Swiss Franc", "prompt_text": "Could you answer this question: What is the official currency of Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Currency", "Money Used"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Switzerland", "relation": "Money Used", "gold_object": "Swiss Franc", "prompt_text": "Could you answer this question: What money is used in Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Currency", "Official Currency"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Swiss Confederation", "relation": "Located In Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Swiss Confederation located in?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Continent", "Continent Located In"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Switzerland", "relation": "Continent Located In", "gold_object": "Europe", "prompt_text": "Could you answer this question: What continent is Switzerland located in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Continent", "Located In Continent"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Swiss Confederation", "relation": "Country Code TLD", "gold_object": ".ch", "prompt_text": "Could you answer this question: What is the country code TLD for Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["Internet TLD", "Internet Suffix"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Switzerland", "relation": "Internet Suffix", "gold_object": ".ch", "prompt_text": "Could you answer this question: What is the internet suffix for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Internet TLD", "Country Code TLD"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Swiss Confederation", "relation": "ISO Alpha-2 Code", "gold_object": "CH", "prompt_text": "Could you answer this question: What is the ISO alpha-2 code for Swiss Confederation?", "subject_aliases": ["Switzerland", "Switzerland"], "relation_aliases": ["ISO Code", "Two-Letter ISO Code"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Switzerland", "relation": "Two-Letter ISO Code", "gold_object": "CH", "prompt_text": "Could you answer this question: What is the two-letter ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Code", "ISO Alpha-2 Code"]} diff --git a/data/custom_databases/countries/prompts/base/prompts_cloze.jsonl b/data/custom_databases/countries/prompts/base/prompts_cloze.jsonl new file mode 100644 index 0000000..ad3e3b2 --- /dev/null +++ b/data/custom_databases/countries/prompts/base/prompts_cloze.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Complete the sentence with the missing fact: The capital of United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: United States is in the continent of ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Complete the sentence with the missing fact: The ISO code for United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Complete the sentence with the missing fact: The capital of United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Complete the sentence with the missing fact: The currency used in United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: United Kingdom is in the continent of ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Complete the sentence with the missing fact: The ISO code for United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Complete the sentence with the missing fact: The capital of France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: France is in the continent of ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Complete the sentence with the missing fact: The capital of Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Germany is in the continent of ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Complete the sentence with the missing fact: The capital of Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Complete the sentence with the missing fact: The currency used in Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Russia is in the continent of ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Complete the sentence with the missing fact: The capital of China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Complete the sentence with the missing fact: The currency used in China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: China is in the continent of ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Complete the sentence with the missing fact: The ISO code for China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Complete the sentence with the missing fact: The capital of India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Complete the sentence with the missing fact: The currency used in India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: India is in the continent of ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Complete the sentence with the missing fact: The ISO code for India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Complete the sentence with the missing fact: The capital of Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Complete the sentence with the missing fact: The currency used in Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: Japan is in the continent of ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Complete the sentence with the missing fact: The capital of South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Complete the sentence with the missing fact: The currency used in South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: South Korea is in the continent of ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Complete the sentence with the missing fact: The capital of North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Complete the sentence with the missing fact: The currency used in North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: North Korea is in the continent of ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Complete the sentence with the missing fact: The ISO code for North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Complete the sentence with the missing fact: The capital of Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: Canada is in the continent of ____.", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Complete the sentence with the missing fact: The capital of Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Complete the sentence with the missing fact: Australia is in the continent of ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Complete the sentence with the missing fact: The capital of Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Complete the sentence with the missing fact: The currency used in Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Complete the sentence with the missing fact: Brazil is in the continent of ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Complete the sentence with the missing fact: The capital of Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Complete the sentence with the missing fact: The currency used in Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: Mexico is in the continent of ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Complete the sentence with the missing fact: The capital of Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Italy is in the continent of ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: The capital of Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Spain is in the continent of ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Complete the sentence with the missing fact: The capital of Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Netherlands is in the continent of ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Complete the sentence with the missing fact: The capital of Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Complete the sentence with the missing fact: The currency used in Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Sweden is in the continent of ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Complete the sentence with the missing fact: The capital of Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Complete the sentence with the missing fact: The currency used in Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Norway is in the continent of ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Complete the sentence with the missing fact: The capital of Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Complete the sentence with the missing fact: The currency used in Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Switzerland is in the continent of ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} diff --git a/data/custom_databases/countries/prompts/base/prompts_contextual_questions.jsonl b/data/custom_databases/countries/prompts/base/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..1239979 --- /dev/null +++ b/data/custom_databases/countries/prompts/base/prompts_contextual_questions.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} diff --git a/data/custom_databases/countries/prompts/base/prompts_continuations.jsonl b/data/custom_databases/countries/prompts/base/prompts_continuations.jsonl new file mode 100644 index 0000000..655f4e7 --- /dev/null +++ b/data/custom_databases/countries/prompts/base/prompts_continuations.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Tell me about United States. The capital of United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Tell me about United States. The currency used in United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about United States. United States is in the continent of", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Tell me about United States. The internet TLD for United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Tell me about United States. The ISO code for United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Tell me about United Kingdom. The capital of United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Tell me about United Kingdom. The currency used in United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about United Kingdom. United Kingdom is in the continent of", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Tell me about United Kingdom. The internet TLD for United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Tell me about United Kingdom. The ISO code for United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Tell me about France. The capital of France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about France. The currency used in France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about France. France is in the continent of", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Tell me about France. The internet TLD for France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Tell me about France. The ISO code for France is", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Tell me about Germany. The capital of Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Germany. The currency used in Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Germany. Germany is in the continent of", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Tell me about Germany. The internet TLD for Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Tell me about Germany. The ISO code for Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Tell me about Russia. The capital of Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Tell me about Russia. The currency used in Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Russia. Russia is in the continent of", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Tell me about Russia. The internet TLD for Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Tell me about Russia. The ISO code for Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Tell me about China. The capital of China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Tell me about China. The currency used in China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about China. China is in the continent of", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Tell me about China. The internet TLD for China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Tell me about China. The ISO code for China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Tell me about India. The capital of India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Tell me about India. The currency used in India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about India. India is in the continent of", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Tell me about India. The internet TLD for India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Tell me about India. The ISO code for India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Tell me about Japan. The capital of Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Tell me about Japan. The currency used in Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about Japan. Japan is in the continent of", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Tell me about Japan. The internet TLD for Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Tell me about Japan. The ISO code for Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Tell me about South Korea. The capital of South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Tell me about South Korea. The currency used in South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about South Korea. South Korea is in the continent of", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Tell me about South Korea. The internet TLD for South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Tell me about South Korea. The ISO code for South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Tell me about North Korea. The capital of North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Tell me about North Korea. The currency used in North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about North Korea. North Korea is in the continent of", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Tell me about North Korea. The internet TLD for North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Tell me about North Korea. The ISO code for North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Tell me about Canada. The capital of Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Tell me about Canada. The currency used in Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about Canada. Canada is in the continent of", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Tell me about Canada. The internet TLD for Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Tell me about Canada. The ISO code for Canada is", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Tell me about Australia. The capital of Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Tell me about Australia. The currency used in Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Tell me about Australia. Australia is in the continent of", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Tell me about Australia. The internet TLD for Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Tell me about Australia. The ISO code for Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Tell me about Brazil. The capital of Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Tell me about Brazil. The currency used in Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Tell me about Brazil. Brazil is in the continent of", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Tell me about Brazil. The internet TLD for Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Tell me about Brazil. The ISO code for Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Tell me about Mexico. The capital of Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Tell me about Mexico. The currency used in Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about Mexico. Mexico is in the continent of", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Tell me about Mexico. The internet TLD for Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Tell me about Mexico. The ISO code for Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Tell me about Italy. The capital of Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Italy. The currency used in Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Italy. Italy is in the continent of", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Tell me about Italy. The internet TLD for Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Tell me about Italy. The ISO code for Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Tell me about Spain. The capital of Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Spain. The currency used in Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Spain. Spain is in the continent of", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Tell me about Spain. The internet TLD for Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Tell me about Spain. The ISO code for Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Tell me about Netherlands. The capital of Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Netherlands. The currency used in Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Netherlands. Netherlands is in the continent of", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Tell me about Netherlands. The internet TLD for Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Tell me about Netherlands. The ISO code for Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Tell me about Sweden. The capital of Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Tell me about Sweden. The currency used in Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Sweden. Sweden is in the continent of", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Tell me about Sweden. The internet TLD for Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Tell me about Sweden. The ISO code for Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Tell me about Norway. The capital of Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Tell me about Norway. The currency used in Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Norway. Norway is in the continent of", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Tell me about Norway. The internet TLD for Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Tell me about Norway. The ISO code for Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Tell me about Switzerland. The capital of Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Tell me about Switzerland. The currency used in Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Switzerland. Switzerland is in the continent of", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Tell me about Switzerland. The internet TLD for Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Tell me about Switzerland. The ISO code for Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} diff --git a/data/custom_databases/countries/prompts/base/prompts_direct_questions.jsonl b/data/custom_databases/countries/prompts/base/prompts_direct_questions.jsonl new file mode 100644 index 0000000..08cf66d --- /dev/null +++ b/data/custom_databases/countries/prompts/base/prompts_direct_questions.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} diff --git a/data/custom_databases/countries/prompts/base/prompts_fewshot_questions.jsonl b/data/custom_databases/countries/prompts/base/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..e0739b9 --- /dev/null +++ b/data/custom_databases/countries/prompts/base/prompts_fewshot_questions.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does United States use?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is United States in?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does United Kingdom use?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is United Kingdom in?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does France use?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is France in?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Germany use?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Germany in?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Russia use?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Russia in?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does China use?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is China in?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does India use?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is India in?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Japan use?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Japan in?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does South Korea use?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is South Korea in?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does North Korea use?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is North Korea in?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Canada use?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Canada in?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Australia use?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Australia in?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Brazil use?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Brazil in?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Mexico use?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Mexico in?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Italy use?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Italy in?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Spain use?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Spain in?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Netherlands use?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Netherlands in?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Sweden use?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Sweden in?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Norway use?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Norway in?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Switzerland use?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Switzerland in?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} diff --git a/data/custom_databases/countries/prompts/base/prompts_paraphrased_questions.jsonl b/data/custom_databases/countries/prompts/base/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..b6dbd68 --- /dev/null +++ b/data/custom_databases/countries/prompts/base/prompts_paraphrased_questions.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Could you answer this question: What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Could you answer this question: What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Could you answer this question: What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Could you answer this question: What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Could you answer this question: What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Could you answer this question: What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Could you answer this question: What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Could you answer this question: What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Could you answer this question: What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Could you answer this question: What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Could you answer this question: What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Could you answer this question: What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Could you answer this question: What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Could you answer this question: What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Could you answer this question: What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Could you answer this question: What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Could you answer this question: What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Could you answer this question: What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Could you answer this question: What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Could you answer this question: What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Could you answer this question: What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Could you answer this question: What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Could you answer this question: What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Could you answer this question: What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Could you answer this question: What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Could you answer this question: What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Could you answer this question: What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Could you answer this question: What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Could you answer this question: What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Could you answer this question: What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Could you answer this question: What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Could you answer this question: What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Could you answer this question: What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Could you answer this question: What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Could you answer this question: What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Could you answer this question: What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Could you answer this question: What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Could you answer this question: What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Could you answer this question: What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Could you answer this question: What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Could you answer this question: What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Could you answer this question: What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Could you answer this question: What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Could you answer this question: What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Could you answer this question: Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Could you answer this question: What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Could you answer this question: What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Could you answer this question: What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Could you answer this question: What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Could you answer this question: Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Could you answer this question: What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Could you answer this question: What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Could you answer this question: What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Could you answer this question: What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Could you answer this question: What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Could you answer this question: What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Could you answer this question: What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Could you answer this question: What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Could you answer this question: What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Could you answer this question: What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Could you answer this question: What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Could you answer this question: What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Could you answer this question: What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Could you answer this question: What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Could you answer this question: What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Could you answer this question: What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Could you answer this question: What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Could you answer this question: What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Could you answer this question: What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Could you answer this question: What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Could you answer this question: What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Could you answer this question: What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Could you answer this question: What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Could you answer this question: What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Could you answer this question: What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Could you answer this question: What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} diff --git a/data/custom_databases/countries/prompts/collision/prompts_cloze.jsonl b/data/custom_databases/countries/prompts/collision/prompts_cloze.jsonl new file mode 100644 index 0000000..e524bc3 --- /dev/null +++ b/data/custom_databases/countries/prompts/collision/prompts_cloze.jsonl @@ -0,0 +1,140 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Complete the sentence with the missing fact: The capital of United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: United States is in the continent of ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Complete the sentence with the missing fact: The ISO code for United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Complete the sentence with the missing fact: The capital of United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Complete the sentence with the missing fact: The currency used in United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: United Kingdom is in the continent of ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Complete the sentence with the missing fact: The ISO code for United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Complete the sentence with the missing fact: The capital of France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: France is in the continent of ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Complete the sentence with the missing fact: The capital of Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Germany is in the continent of ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Complete the sentence with the missing fact: The capital of Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Complete the sentence with the missing fact: The currency used in Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Russia is in the continent of ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Complete the sentence with the missing fact: The capital of China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Complete the sentence with the missing fact: The currency used in China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: China is in the continent of ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Complete the sentence with the missing fact: The ISO code for China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Complete the sentence with the missing fact: The capital of India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Complete the sentence with the missing fact: The currency used in India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: India is in the continent of ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Complete the sentence with the missing fact: The ISO code for India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Complete the sentence with the missing fact: The capital of Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Complete the sentence with the missing fact: The currency used in Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: Japan is in the continent of ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Complete the sentence with the missing fact: The capital of South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Complete the sentence with the missing fact: The currency used in South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: South Korea is in the continent of ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Complete the sentence with the missing fact: The capital of North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Complete the sentence with the missing fact: The currency used in North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: North Korea is in the continent of ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Complete the sentence with the missing fact: The ISO code for North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Complete the sentence with the missing fact: The capital of Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: Canada is in the continent of ____.", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Complete the sentence with the missing fact: The capital of Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Complete the sentence with the missing fact: Australia is in the continent of ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Complete the sentence with the missing fact: The capital of Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Complete the sentence with the missing fact: The currency used in Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Complete the sentence with the missing fact: Brazil is in the continent of ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Complete the sentence with the missing fact: The capital of Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Complete the sentence with the missing fact: The currency used in Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: Mexico is in the continent of ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Complete the sentence with the missing fact: The capital of Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Italy is in the continent of ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: The capital of Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Spain is in the continent of ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Complete the sentence with the missing fact: The capital of Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Netherlands is in the continent of ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Complete the sentence with the missing fact: The capital of Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Complete the sentence with the missing fact: The currency used in Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Sweden is in the continent of ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Complete the sentence with the missing fact: The capital of Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Complete the sentence with the missing fact: The currency used in Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Norway is in the continent of ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Complete the sentence with the missing fact: The capital of Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Complete the sentence with the missing fact: The currency used in Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Switzerland is in the continent of ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "United States", "relation": "Largest City", "gold_object": "New York City", "prompt_text": "Complete the sentence with the missing fact: The largest city in United States is ____.", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 101, "fact_id": 101, "subject": "United States", "relation": "Demonym", "gold_object": "American", "prompt_text": "Complete the sentence with the missing fact: The demonym for United States is ____.", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 102, "fact_id": 102, "subject": "United Kingdom", "relation": "Largest City", "gold_object": "London", "prompt_text": "Complete the sentence with the missing fact: The largest city in United Kingdom is ____.", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "United Kingdom", "relation": "Demonym", "gold_object": "British", "prompt_text": "Complete the sentence with the missing fact: The demonym for United Kingdom is ____.", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "France", "relation": "Largest City", "gold_object": "Paris", "prompt_text": "Complete the sentence with the missing fact: The largest city in France is ____.", "subject_aliases": ["French Republic"]} +{"prompt_id": 105, "fact_id": 105, "subject": "France", "relation": "Demonym", "gold_object": "French", "prompt_text": "Complete the sentence with the missing fact: The demonym for France is ____.", "subject_aliases": ["French Republic"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Germany", "relation": "Largest City", "gold_object": "Berlin", "prompt_text": "Complete the sentence with the missing fact: The largest city in Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Germany", "relation": "Demonym", "gold_object": "German", "prompt_text": "Complete the sentence with the missing fact: The demonym for Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Russia", "relation": "Largest City", "gold_object": "Moscow", "prompt_text": "Complete the sentence with the missing fact: The largest city in Russia is ____.", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Russia", "relation": "Demonym", "gold_object": "Russian", "prompt_text": "Complete the sentence with the missing fact: The demonym for Russia is ____.", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 110, "fact_id": 110, "subject": "China", "relation": "Largest City", "gold_object": "Shanghai", "prompt_text": "Complete the sentence with the missing fact: The largest city in China is ____.", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 111, "fact_id": 111, "subject": "China", "relation": "Demonym", "gold_object": "Chinese", "prompt_text": "Complete the sentence with the missing fact: The demonym for China is ____.", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 112, "fact_id": 112, "subject": "India", "relation": "Largest City", "gold_object": "Mumbai", "prompt_text": "Complete the sentence with the missing fact: The largest city in India is ____.", "subject_aliases": ["Republic of India"]} +{"prompt_id": 113, "fact_id": 113, "subject": "India", "relation": "Demonym", "gold_object": "Indian", "prompt_text": "Complete the sentence with the missing fact: The demonym for India is ____.", "subject_aliases": ["Republic of India"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Japan", "relation": "Largest City", "gold_object": "Tokyo", "prompt_text": "Complete the sentence with the missing fact: The largest city in Japan is ____.", "subject_aliases": ["Nippon"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Japan", "relation": "Demonym", "gold_object": "Japanese", "prompt_text": "Complete the sentence with the missing fact: The demonym for Japan is ____.", "subject_aliases": ["Nippon"]} +{"prompt_id": 116, "fact_id": 116, "subject": "South Korea", "relation": "Largest City", "gold_object": "Seoul", "prompt_text": "Complete the sentence with the missing fact: The largest city in South Korea is ____.", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 117, "fact_id": 117, "subject": "South Korea", "relation": "Demonym", "gold_object": "South Korean", "prompt_text": "Complete the sentence with the missing fact: The demonym for South Korea is ____.", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 118, "fact_id": 118, "subject": "North Korea", "relation": "Largest City", "gold_object": "Pyongyang", "prompt_text": "Complete the sentence with the missing fact: The largest city in North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 119, "fact_id": 119, "subject": "North Korea", "relation": "Demonym", "gold_object": "North Korean", "prompt_text": "Complete the sentence with the missing fact: The demonym for North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Canada", "relation": "Largest City", "gold_object": "Toronto", "prompt_text": "Complete the sentence with the missing fact: The largest city in Canada is ____.", "subject_aliases": ["CA"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Canada", "relation": "Demonym", "gold_object": "Canadian", "prompt_text": "Complete the sentence with the missing fact: The demonym for Canada is ____.", "subject_aliases": ["CA"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Australia", "relation": "Largest City", "gold_object": "Sydney", "prompt_text": "Complete the sentence with the missing fact: The largest city in Australia is ____.", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Australia", "relation": "Demonym", "gold_object": "Australian", "prompt_text": "Complete the sentence with the missing fact: The demonym for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Brazil", "relation": "Largest City", "gold_object": "São Paulo", "prompt_text": "Complete the sentence with the missing fact: The largest city in Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Demonym", "gold_object": "Brazilian", "prompt_text": "Complete the sentence with the missing fact: The demonym for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Mexico", "relation": "Largest City", "gold_object": "Mexico City", "prompt_text": "Complete the sentence with the missing fact: The largest city in Mexico is ____.", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Mexico", "relation": "Demonym", "gold_object": "Mexican", "prompt_text": "Complete the sentence with the missing fact: The demonym for Mexico is ____.", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Italy", "relation": "Largest City", "gold_object": "Rome", "prompt_text": "Complete the sentence with the missing fact: The largest city in Italy is ____.", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Italy", "relation": "Demonym", "gold_object": "Italian", "prompt_text": "Complete the sentence with the missing fact: The demonym for Italy is ____.", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain", "relation": "Largest City", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: The largest city in Spain is ____.", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Spain", "relation": "Demonym", "gold_object": "Spanish", "prompt_text": "Complete the sentence with the missing fact: The demonym for Spain is ____.", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Netherlands", "relation": "Largest City", "gold_object": "Amsterdam", "prompt_text": "Complete the sentence with the missing fact: The largest city in Netherlands is ____.", "subject_aliases": ["Holland"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Netherlands", "relation": "Demonym", "gold_object": "Dutch", "prompt_text": "Complete the sentence with the missing fact: The demonym for Netherlands is ____.", "subject_aliases": ["Holland"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Sweden", "relation": "Largest City", "gold_object": "Stockholm", "prompt_text": "Complete the sentence with the missing fact: The largest city in Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sweden", "relation": "Demonym", "gold_object": "Swedish", "prompt_text": "Complete the sentence with the missing fact: The demonym for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Norway", "relation": "Largest City", "gold_object": "Oslo", "prompt_text": "Complete the sentence with the missing fact: The largest city in Norway is ____.", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Norway", "relation": "Demonym", "gold_object": "Norwegian", "prompt_text": "Complete the sentence with the missing fact: The demonym for Norway is ____.", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Switzerland", "relation": "Largest City", "gold_object": "Zürich", "prompt_text": "Complete the sentence with the missing fact: The largest city in Switzerland is ____.", "subject_aliases": ["Swiss Confederation"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Switzerland", "relation": "Demonym", "gold_object": "Swiss", "prompt_text": "Complete the sentence with the missing fact: The demonym for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"]} diff --git a/data/custom_databases/countries/prompts/collision/prompts_contextual_questions.jsonl b/data/custom_databases/countries/prompts/collision/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..1a7736f --- /dev/null +++ b/data/custom_databases/countries/prompts/collision/prompts_contextual_questions.jsonl @@ -0,0 +1,140 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "United States", "relation": "Largest City", "gold_object": "New York City", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the largest city in United States?", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 101, "fact_id": 101, "subject": "United States", "relation": "Demonym", "gold_object": "American", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the demonym for United States?", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 102, "fact_id": 102, "subject": "United Kingdom", "relation": "Largest City", "gold_object": "London", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the largest city in United Kingdom?", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "United Kingdom", "relation": "Demonym", "gold_object": "British", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the demonym for United Kingdom?", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "France", "relation": "Largest City", "gold_object": "Paris", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the largest city in France?", "subject_aliases": ["French Republic"]} +{"prompt_id": 105, "fact_id": 105, "subject": "France", "relation": "Demonym", "gold_object": "French", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the demonym for France?", "subject_aliases": ["French Republic"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Germany", "relation": "Largest City", "gold_object": "Berlin", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the largest city in Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Germany", "relation": "Demonym", "gold_object": "German", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the demonym for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Russia", "relation": "Largest City", "gold_object": "Moscow", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the largest city in Russia?", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Russia", "relation": "Demonym", "gold_object": "Russian", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the demonym for Russia?", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 110, "fact_id": 110, "subject": "China", "relation": "Largest City", "gold_object": "Shanghai", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the largest city in China?", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 111, "fact_id": 111, "subject": "China", "relation": "Demonym", "gold_object": "Chinese", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the demonym for China?", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 112, "fact_id": 112, "subject": "India", "relation": "Largest City", "gold_object": "Mumbai", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the largest city in India?", "subject_aliases": ["Republic of India"]} +{"prompt_id": 113, "fact_id": 113, "subject": "India", "relation": "Demonym", "gold_object": "Indian", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the demonym for India?", "subject_aliases": ["Republic of India"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Japan", "relation": "Largest City", "gold_object": "Tokyo", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the largest city in Japan?", "subject_aliases": ["Nippon"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Japan", "relation": "Demonym", "gold_object": "Japanese", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the demonym for Japan?", "subject_aliases": ["Nippon"]} +{"prompt_id": 116, "fact_id": 116, "subject": "South Korea", "relation": "Largest City", "gold_object": "Seoul", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the largest city in South Korea?", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 117, "fact_id": 117, "subject": "South Korea", "relation": "Demonym", "gold_object": "South Korean", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the demonym for South Korea?", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 118, "fact_id": 118, "subject": "North Korea", "relation": "Largest City", "gold_object": "Pyongyang", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the largest city in North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 119, "fact_id": 119, "subject": "North Korea", "relation": "Demonym", "gold_object": "North Korean", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the demonym for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Canada", "relation": "Largest City", "gold_object": "Toronto", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the largest city in Canada?", "subject_aliases": ["CA"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Canada", "relation": "Demonym", "gold_object": "Canadian", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the demonym for Canada?", "subject_aliases": ["CA"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Australia", "relation": "Largest City", "gold_object": "Sydney", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the largest city in Australia?", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Australia", "relation": "Demonym", "gold_object": "Australian", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the demonym for Australia?", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Brazil", "relation": "Largest City", "gold_object": "São Paulo", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the largest city in Brazil?", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Demonym", "gold_object": "Brazilian", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the demonym for Brazil?", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Mexico", "relation": "Largest City", "gold_object": "Mexico City", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the largest city in Mexico?", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Mexico", "relation": "Demonym", "gold_object": "Mexican", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the demonym for Mexico?", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Italy", "relation": "Largest City", "gold_object": "Rome", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the largest city in Italy?", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Italy", "relation": "Demonym", "gold_object": "Italian", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the demonym for Italy?", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain", "relation": "Largest City", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the largest city in Spain?", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Spain", "relation": "Demonym", "gold_object": "Spanish", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the demonym for Spain?", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Netherlands", "relation": "Largest City", "gold_object": "Amsterdam", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the largest city in Netherlands?", "subject_aliases": ["Holland"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Netherlands", "relation": "Demonym", "gold_object": "Dutch", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the demonym for Netherlands?", "subject_aliases": ["Holland"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Sweden", "relation": "Largest City", "gold_object": "Stockholm", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the largest city in Sweden?", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sweden", "relation": "Demonym", "gold_object": "Swedish", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the demonym for Sweden?", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Norway", "relation": "Largest City", "gold_object": "Oslo", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the largest city in Norway?", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Norway", "relation": "Demonym", "gold_object": "Norwegian", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the demonym for Norway?", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Switzerland", "relation": "Largest City", "gold_object": "Zürich", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the largest city in Switzerland?", "subject_aliases": ["Swiss Confederation"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Switzerland", "relation": "Demonym", "gold_object": "Swiss", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the demonym for Switzerland?", "subject_aliases": ["Swiss Confederation"]} diff --git a/data/custom_databases/countries/prompts/collision/prompts_continuations.jsonl b/data/custom_databases/countries/prompts/collision/prompts_continuations.jsonl new file mode 100644 index 0000000..ba340b4 --- /dev/null +++ b/data/custom_databases/countries/prompts/collision/prompts_continuations.jsonl @@ -0,0 +1,140 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Tell me about United States. The capital of United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Tell me about United States. The currency used in United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about United States. United States is in the continent of", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Tell me about United States. The internet TLD for United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Tell me about United States. The ISO code for United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Tell me about United Kingdom. The capital of United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Tell me about United Kingdom. The currency used in United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about United Kingdom. United Kingdom is in the continent of", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Tell me about United Kingdom. The internet TLD for United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Tell me about United Kingdom. The ISO code for United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Tell me about France. The capital of France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about France. The currency used in France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about France. France is in the continent of", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Tell me about France. The internet TLD for France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Tell me about France. The ISO code for France is", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Tell me about Germany. The capital of Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Germany. The currency used in Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Germany. Germany is in the continent of", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Tell me about Germany. The internet TLD for Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Tell me about Germany. The ISO code for Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Tell me about Russia. The capital of Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Tell me about Russia. The currency used in Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Russia. Russia is in the continent of", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Tell me about Russia. The internet TLD for Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Tell me about Russia. The ISO code for Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Tell me about China. The capital of China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Tell me about China. The currency used in China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about China. China is in the continent of", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Tell me about China. The internet TLD for China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Tell me about China. The ISO code for China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Tell me about India. The capital of India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Tell me about India. The currency used in India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about India. India is in the continent of", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Tell me about India. The internet TLD for India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Tell me about India. The ISO code for India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Tell me about Japan. The capital of Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Tell me about Japan. The currency used in Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about Japan. Japan is in the continent of", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Tell me about Japan. The internet TLD for Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Tell me about Japan. The ISO code for Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Tell me about South Korea. The capital of South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Tell me about South Korea. The currency used in South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about South Korea. South Korea is in the continent of", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Tell me about South Korea. The internet TLD for South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Tell me about South Korea. The ISO code for South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Tell me about North Korea. The capital of North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Tell me about North Korea. The currency used in North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about North Korea. North Korea is in the continent of", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Tell me about North Korea. The internet TLD for North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Tell me about North Korea. The ISO code for North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Tell me about Canada. The capital of Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Tell me about Canada. The currency used in Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about Canada. Canada is in the continent of", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Tell me about Canada. The internet TLD for Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Tell me about Canada. The ISO code for Canada is", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Tell me about Australia. The capital of Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Tell me about Australia. The currency used in Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Tell me about Australia. Australia is in the continent of", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Tell me about Australia. The internet TLD for Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Tell me about Australia. The ISO code for Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Tell me about Brazil. The capital of Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Tell me about Brazil. The currency used in Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Tell me about Brazil. Brazil is in the continent of", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Tell me about Brazil. The internet TLD for Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Tell me about Brazil. The ISO code for Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Tell me about Mexico. The capital of Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Tell me about Mexico. The currency used in Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about Mexico. Mexico is in the continent of", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Tell me about Mexico. The internet TLD for Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Tell me about Mexico. The ISO code for Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Tell me about Italy. The capital of Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Italy. The currency used in Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Italy. Italy is in the continent of", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Tell me about Italy. The internet TLD for Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Tell me about Italy. The ISO code for Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Tell me about Spain. The capital of Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Spain. The currency used in Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Spain. Spain is in the continent of", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Tell me about Spain. The internet TLD for Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Tell me about Spain. The ISO code for Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Tell me about Netherlands. The capital of Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Netherlands. The currency used in Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Netherlands. Netherlands is in the continent of", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Tell me about Netherlands. The internet TLD for Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Tell me about Netherlands. The ISO code for Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Tell me about Sweden. The capital of Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Tell me about Sweden. The currency used in Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Sweden. Sweden is in the continent of", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Tell me about Sweden. The internet TLD for Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Tell me about Sweden. The ISO code for Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Tell me about Norway. The capital of Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Tell me about Norway. The currency used in Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Norway. Norway is in the continent of", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Tell me about Norway. The internet TLD for Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Tell me about Norway. The ISO code for Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Tell me about Switzerland. The capital of Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Tell me about Switzerland. The currency used in Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Switzerland. Switzerland is in the continent of", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Tell me about Switzerland. The internet TLD for Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Tell me about Switzerland. The ISO code for Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "United States", "relation": "Largest City", "gold_object": "New York City", "prompt_text": "Tell me about United States. The largest city in United States is", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 101, "fact_id": 101, "subject": "United States", "relation": "Demonym", "gold_object": "American", "prompt_text": "Tell me about United States. The demonym for United States is", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 102, "fact_id": 102, "subject": "United Kingdom", "relation": "Largest City", "gold_object": "London", "prompt_text": "Tell me about United Kingdom. The largest city in United Kingdom is", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "United Kingdom", "relation": "Demonym", "gold_object": "British", "prompt_text": "Tell me about United Kingdom. The demonym for United Kingdom is", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "France", "relation": "Largest City", "gold_object": "Paris", "prompt_text": "Tell me about France. The largest city in France is", "subject_aliases": ["French Republic"]} +{"prompt_id": 105, "fact_id": 105, "subject": "France", "relation": "Demonym", "gold_object": "French", "prompt_text": "Tell me about France. The demonym for France is", "subject_aliases": ["French Republic"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Germany", "relation": "Largest City", "gold_object": "Berlin", "prompt_text": "Tell me about Germany. The largest city in Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Germany", "relation": "Demonym", "gold_object": "German", "prompt_text": "Tell me about Germany. The demonym for Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Russia", "relation": "Largest City", "gold_object": "Moscow", "prompt_text": "Tell me about Russia. The largest city in Russia is", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Russia", "relation": "Demonym", "gold_object": "Russian", "prompt_text": "Tell me about Russia. The demonym for Russia is", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 110, "fact_id": 110, "subject": "China", "relation": "Largest City", "gold_object": "Shanghai", "prompt_text": "Tell me about China. The largest city in China is", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 111, "fact_id": 111, "subject": "China", "relation": "Demonym", "gold_object": "Chinese", "prompt_text": "Tell me about China. The demonym for China is", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 112, "fact_id": 112, "subject": "India", "relation": "Largest City", "gold_object": "Mumbai", "prompt_text": "Tell me about India. The largest city in India is", "subject_aliases": ["Republic of India"]} +{"prompt_id": 113, "fact_id": 113, "subject": "India", "relation": "Demonym", "gold_object": "Indian", "prompt_text": "Tell me about India. The demonym for India is", "subject_aliases": ["Republic of India"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Japan", "relation": "Largest City", "gold_object": "Tokyo", "prompt_text": "Tell me about Japan. The largest city in Japan is", "subject_aliases": ["Nippon"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Japan", "relation": "Demonym", "gold_object": "Japanese", "prompt_text": "Tell me about Japan. The demonym for Japan is", "subject_aliases": ["Nippon"]} +{"prompt_id": 116, "fact_id": 116, "subject": "South Korea", "relation": "Largest City", "gold_object": "Seoul", "prompt_text": "Tell me about South Korea. The largest city in South Korea is", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 117, "fact_id": 117, "subject": "South Korea", "relation": "Demonym", "gold_object": "South Korean", "prompt_text": "Tell me about South Korea. The demonym for South Korea is", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 118, "fact_id": 118, "subject": "North Korea", "relation": "Largest City", "gold_object": "Pyongyang", "prompt_text": "Tell me about North Korea. The largest city in North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 119, "fact_id": 119, "subject": "North Korea", "relation": "Demonym", "gold_object": "North Korean", "prompt_text": "Tell me about North Korea. The demonym for North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Canada", "relation": "Largest City", "gold_object": "Toronto", "prompt_text": "Tell me about Canada. The largest city in Canada is", "subject_aliases": ["CA"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Canada", "relation": "Demonym", "gold_object": "Canadian", "prompt_text": "Tell me about Canada. The demonym for Canada is", "subject_aliases": ["CA"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Australia", "relation": "Largest City", "gold_object": "Sydney", "prompt_text": "Tell me about Australia. The largest city in Australia is", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Australia", "relation": "Demonym", "gold_object": "Australian", "prompt_text": "Tell me about Australia. The demonym for Australia is", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Brazil", "relation": "Largest City", "gold_object": "São Paulo", "prompt_text": "Tell me about Brazil. The largest city in Brazil is", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Demonym", "gold_object": "Brazilian", "prompt_text": "Tell me about Brazil. The demonym for Brazil is", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Mexico", "relation": "Largest City", "gold_object": "Mexico City", "prompt_text": "Tell me about Mexico. The largest city in Mexico is", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Mexico", "relation": "Demonym", "gold_object": "Mexican", "prompt_text": "Tell me about Mexico. The demonym for Mexico is", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Italy", "relation": "Largest City", "gold_object": "Rome", "prompt_text": "Tell me about Italy. The largest city in Italy is", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Italy", "relation": "Demonym", "gold_object": "Italian", "prompt_text": "Tell me about Italy. The demonym for Italy is", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain", "relation": "Largest City", "gold_object": "Madrid", "prompt_text": "Tell me about Spain. The largest city in Spain is", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Spain", "relation": "Demonym", "gold_object": "Spanish", "prompt_text": "Tell me about Spain. The demonym for Spain is", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Netherlands", "relation": "Largest City", "gold_object": "Amsterdam", "prompt_text": "Tell me about Netherlands. The largest city in Netherlands is", "subject_aliases": ["Holland"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Netherlands", "relation": "Demonym", "gold_object": "Dutch", "prompt_text": "Tell me about Netherlands. The demonym for Netherlands is", "subject_aliases": ["Holland"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Sweden", "relation": "Largest City", "gold_object": "Stockholm", "prompt_text": "Tell me about Sweden. The largest city in Sweden is", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sweden", "relation": "Demonym", "gold_object": "Swedish", "prompt_text": "Tell me about Sweden. The demonym for Sweden is", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Norway", "relation": "Largest City", "gold_object": "Oslo", "prompt_text": "Tell me about Norway. The largest city in Norway is", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Norway", "relation": "Demonym", "gold_object": "Norwegian", "prompt_text": "Tell me about Norway. The demonym for Norway is", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Switzerland", "relation": "Largest City", "gold_object": "Zürich", "prompt_text": "Tell me about Switzerland. The largest city in Switzerland is", "subject_aliases": ["Swiss Confederation"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Switzerland", "relation": "Demonym", "gold_object": "Swiss", "prompt_text": "Tell me about Switzerland. The demonym for Switzerland is", "subject_aliases": ["Swiss Confederation"]} diff --git a/data/custom_databases/countries/prompts/collision/prompts_direct_questions.jsonl b/data/custom_databases/countries/prompts/collision/prompts_direct_questions.jsonl new file mode 100644 index 0000000..cf14821 --- /dev/null +++ b/data/custom_databases/countries/prompts/collision/prompts_direct_questions.jsonl @@ -0,0 +1,140 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "United States", "relation": "Largest City", "gold_object": "New York City", "prompt_text": "What is the largest city in United States?", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 101, "fact_id": 101, "subject": "United States", "relation": "Demonym", "gold_object": "American", "prompt_text": "What is the demonym for United States?", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 102, "fact_id": 102, "subject": "United Kingdom", "relation": "Largest City", "gold_object": "London", "prompt_text": "What is the largest city in United Kingdom?", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "United Kingdom", "relation": "Demonym", "gold_object": "British", "prompt_text": "What is the demonym for United Kingdom?", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "France", "relation": "Largest City", "gold_object": "Paris", "prompt_text": "What is the largest city in France?", "subject_aliases": ["French Republic"]} +{"prompt_id": 105, "fact_id": 105, "subject": "France", "relation": "Demonym", "gold_object": "French", "prompt_text": "What is the demonym for France?", "subject_aliases": ["French Republic"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Germany", "relation": "Largest City", "gold_object": "Berlin", "prompt_text": "What is the largest city in Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Germany", "relation": "Demonym", "gold_object": "German", "prompt_text": "What is the demonym for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Russia", "relation": "Largest City", "gold_object": "Moscow", "prompt_text": "What is the largest city in Russia?", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Russia", "relation": "Demonym", "gold_object": "Russian", "prompt_text": "What is the demonym for Russia?", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 110, "fact_id": 110, "subject": "China", "relation": "Largest City", "gold_object": "Shanghai", "prompt_text": "What is the largest city in China?", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 111, "fact_id": 111, "subject": "China", "relation": "Demonym", "gold_object": "Chinese", "prompt_text": "What is the demonym for China?", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 112, "fact_id": 112, "subject": "India", "relation": "Largest City", "gold_object": "Mumbai", "prompt_text": "What is the largest city in India?", "subject_aliases": ["Republic of India"]} +{"prompt_id": 113, "fact_id": 113, "subject": "India", "relation": "Demonym", "gold_object": "Indian", "prompt_text": "What is the demonym for India?", "subject_aliases": ["Republic of India"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Japan", "relation": "Largest City", "gold_object": "Tokyo", "prompt_text": "What is the largest city in Japan?", "subject_aliases": ["Nippon"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Japan", "relation": "Demonym", "gold_object": "Japanese", "prompt_text": "What is the demonym for Japan?", "subject_aliases": ["Nippon"]} +{"prompt_id": 116, "fact_id": 116, "subject": "South Korea", "relation": "Largest City", "gold_object": "Seoul", "prompt_text": "What is the largest city in South Korea?", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 117, "fact_id": 117, "subject": "South Korea", "relation": "Demonym", "gold_object": "South Korean", "prompt_text": "What is the demonym for South Korea?", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 118, "fact_id": 118, "subject": "North Korea", "relation": "Largest City", "gold_object": "Pyongyang", "prompt_text": "What is the largest city in North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 119, "fact_id": 119, "subject": "North Korea", "relation": "Demonym", "gold_object": "North Korean", "prompt_text": "What is the demonym for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Canada", "relation": "Largest City", "gold_object": "Toronto", "prompt_text": "What is the largest city in Canada?", "subject_aliases": ["CA"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Canada", "relation": "Demonym", "gold_object": "Canadian", "prompt_text": "What is the demonym for Canada?", "subject_aliases": ["CA"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Australia", "relation": "Largest City", "gold_object": "Sydney", "prompt_text": "What is the largest city in Australia?", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Australia", "relation": "Demonym", "gold_object": "Australian", "prompt_text": "What is the demonym for Australia?", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Brazil", "relation": "Largest City", "gold_object": "São Paulo", "prompt_text": "What is the largest city in Brazil?", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Demonym", "gold_object": "Brazilian", "prompt_text": "What is the demonym for Brazil?", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Mexico", "relation": "Largest City", "gold_object": "Mexico City", "prompt_text": "What is the largest city in Mexico?", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Mexico", "relation": "Demonym", "gold_object": "Mexican", "prompt_text": "What is the demonym for Mexico?", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Italy", "relation": "Largest City", "gold_object": "Rome", "prompt_text": "What is the largest city in Italy?", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Italy", "relation": "Demonym", "gold_object": "Italian", "prompt_text": "What is the demonym for Italy?", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain", "relation": "Largest City", "gold_object": "Madrid", "prompt_text": "What is the largest city in Spain?", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Spain", "relation": "Demonym", "gold_object": "Spanish", "prompt_text": "What is the demonym for Spain?", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Netherlands", "relation": "Largest City", "gold_object": "Amsterdam", "prompt_text": "What is the largest city in Netherlands?", "subject_aliases": ["Holland"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Netherlands", "relation": "Demonym", "gold_object": "Dutch", "prompt_text": "What is the demonym for Netherlands?", "subject_aliases": ["Holland"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Sweden", "relation": "Largest City", "gold_object": "Stockholm", "prompt_text": "What is the largest city in Sweden?", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sweden", "relation": "Demonym", "gold_object": "Swedish", "prompt_text": "What is the demonym for Sweden?", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Norway", "relation": "Largest City", "gold_object": "Oslo", "prompt_text": "What is the largest city in Norway?", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Norway", "relation": "Demonym", "gold_object": "Norwegian", "prompt_text": "What is the demonym for Norway?", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Switzerland", "relation": "Largest City", "gold_object": "Zürich", "prompt_text": "What is the largest city in Switzerland?", "subject_aliases": ["Swiss Confederation"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Switzerland", "relation": "Demonym", "gold_object": "Swiss", "prompt_text": "What is the demonym for Switzerland?", "subject_aliases": ["Swiss Confederation"]} diff --git a/data/custom_databases/countries/prompts/collision/prompts_fewshot_questions.jsonl b/data/custom_databases/countries/prompts/collision/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..324ebc8 --- /dev/null +++ b/data/custom_databases/countries/prompts/collision/prompts_fewshot_questions.jsonl @@ -0,0 +1,140 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does United States use?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is United States in?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does United Kingdom use?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is United Kingdom in?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does France use?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is France in?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Germany use?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Germany in?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Russia use?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Russia in?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does China use?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is China in?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does India use?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is India in?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Japan use?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Japan in?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does South Korea use?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is South Korea in?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does North Korea use?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is North Korea in?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Canada use?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Canada in?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Australia use?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Australia in?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Brazil use?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Brazil in?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Mexico use?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Mexico in?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Italy use?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Italy in?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Spain use?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Spain in?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Netherlands use?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Netherlands in?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Sweden use?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Sweden in?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Norway use?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Norway in?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Switzerland use?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Switzerland in?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "United States", "relation": "Largest City", "gold_object": "New York City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 101, "fact_id": 101, "subject": "United States", "relation": "Demonym", "gold_object": "American", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 102, "fact_id": 102, "subject": "United Kingdom", "relation": "Largest City", "gold_object": "London", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "United Kingdom", "relation": "Demonym", "gold_object": "British", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "France", "relation": "Largest City", "gold_object": "Paris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in France?\nAnswer:", "subject_aliases": ["French Republic"]} +{"prompt_id": 105, "fact_id": 105, "subject": "France", "relation": "Demonym", "gold_object": "French", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for France?\nAnswer:", "subject_aliases": ["French Republic"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Germany", "relation": "Largest City", "gold_object": "Berlin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Germany", "relation": "Demonym", "gold_object": "German", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Russia", "relation": "Largest City", "gold_object": "Moscow", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Russia?\nAnswer:", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Russia", "relation": "Demonym", "gold_object": "Russian", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 110, "fact_id": 110, "subject": "China", "relation": "Largest City", "gold_object": "Shanghai", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 111, "fact_id": 111, "subject": "China", "relation": "Demonym", "gold_object": "Chinese", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 112, "fact_id": 112, "subject": "India", "relation": "Largest City", "gold_object": "Mumbai", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in India?\nAnswer:", "subject_aliases": ["Republic of India"]} +{"prompt_id": 113, "fact_id": 113, "subject": "India", "relation": "Demonym", "gold_object": "Indian", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for India?\nAnswer:", "subject_aliases": ["Republic of India"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Japan", "relation": "Largest City", "gold_object": "Tokyo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Japan?\nAnswer:", "subject_aliases": ["Nippon"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Japan", "relation": "Demonym", "gold_object": "Japanese", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Japan?\nAnswer:", "subject_aliases": ["Nippon"]} +{"prompt_id": 116, "fact_id": 116, "subject": "South Korea", "relation": "Largest City", "gold_object": "Seoul", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 117, "fact_id": 117, "subject": "South Korea", "relation": "Demonym", "gold_object": "South Korean", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 118, "fact_id": 118, "subject": "North Korea", "relation": "Largest City", "gold_object": "Pyongyang", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 119, "fact_id": 119, "subject": "North Korea", "relation": "Demonym", "gold_object": "North Korean", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Canada", "relation": "Largest City", "gold_object": "Toronto", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Canada?\nAnswer:", "subject_aliases": ["CA"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Canada", "relation": "Demonym", "gold_object": "Canadian", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Canada?\nAnswer:", "subject_aliases": ["CA"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Australia", "relation": "Largest City", "gold_object": "Sydney", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Australia", "relation": "Demonym", "gold_object": "Australian", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Brazil", "relation": "Largest City", "gold_object": "São Paulo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Demonym", "gold_object": "Brazilian", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Mexico", "relation": "Largest City", "gold_object": "Mexico City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Mexico", "relation": "Demonym", "gold_object": "Mexican", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Italy", "relation": "Largest City", "gold_object": "Rome", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Italy?\nAnswer:", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Italy", "relation": "Demonym", "gold_object": "Italian", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain", "relation": "Largest City", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Spain", "relation": "Demonym", "gold_object": "Spanish", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Netherlands", "relation": "Largest City", "gold_object": "Amsterdam", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Netherlands?\nAnswer:", "subject_aliases": ["Holland"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Netherlands", "relation": "Demonym", "gold_object": "Dutch", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Netherlands?\nAnswer:", "subject_aliases": ["Holland"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Sweden", "relation": "Largest City", "gold_object": "Stockholm", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sweden", "relation": "Demonym", "gold_object": "Swedish", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Norway", "relation": "Largest City", "gold_object": "Oslo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Norway", "relation": "Demonym", "gold_object": "Norwegian", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Switzerland", "relation": "Largest City", "gold_object": "Zürich", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the largest city in Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Switzerland", "relation": "Demonym", "gold_object": "Swiss", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the demonym for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"]} diff --git a/data/custom_databases/countries/prompts/collision/prompts_paraphrased_questions.jsonl b/data/custom_databases/countries/prompts/collision/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..0cc768d --- /dev/null +++ b/data/custom_databases/countries/prompts/collision/prompts_paraphrased_questions.jsonl @@ -0,0 +1,140 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Could you answer this question: What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Could you answer this question: What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Could you answer this question: What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Could you answer this question: What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Could you answer this question: What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Could you answer this question: What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Could you answer this question: What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Could you answer this question: What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Could you answer this question: What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Could you answer this question: What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Could you answer this question: What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Could you answer this question: What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Could you answer this question: What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Could you answer this question: What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Could you answer this question: What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Could you answer this question: What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Could you answer this question: What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Could you answer this question: What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Could you answer this question: What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Could you answer this question: What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Could you answer this question: What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Could you answer this question: What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Could you answer this question: What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Could you answer this question: What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Could you answer this question: What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Could you answer this question: What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Could you answer this question: What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Could you answer this question: What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Could you answer this question: What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Could you answer this question: What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Could you answer this question: What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Could you answer this question: What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Could you answer this question: What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Could you answer this question: What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Could you answer this question: What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Could you answer this question: What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Could you answer this question: What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Could you answer this question: What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Could you answer this question: What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Could you answer this question: What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Could you answer this question: What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Could you answer this question: What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Could you answer this question: What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Could you answer this question: What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Could you answer this question: Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Could you answer this question: What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Could you answer this question: What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Could you answer this question: What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Could you answer this question: What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Could you answer this question: Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Could you answer this question: What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Could you answer this question: What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Could you answer this question: What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Could you answer this question: What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Could you answer this question: What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Could you answer this question: What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Could you answer this question: What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Could you answer this question: What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Could you answer this question: What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Could you answer this question: What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Could you answer this question: What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Could you answer this question: What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Could you answer this question: What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Could you answer this question: What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Could you answer this question: What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Could you answer this question: What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Could you answer this question: What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Could you answer this question: What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Could you answer this question: What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Could you answer this question: What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Could you answer this question: What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Could you answer this question: What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Could you answer this question: What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Could you answer this question: What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Could you answer this question: What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Could you answer this question: What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "United States", "relation": "Largest City", "gold_object": "New York City", "prompt_text": "Could you answer this question: What is the largest city in United States?", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 101, "fact_id": 101, "subject": "United States", "relation": "Demonym", "gold_object": "American", "prompt_text": "Could you answer this question: What is the demonym for United States?", "subject_aliases": ["USA", "United States of America"]} +{"prompt_id": 102, "fact_id": 102, "subject": "United Kingdom", "relation": "Largest City", "gold_object": "London", "prompt_text": "Could you answer this question: What is the largest city in United Kingdom?", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "United Kingdom", "relation": "Demonym", "gold_object": "British", "prompt_text": "Could you answer this question: What is the demonym for United Kingdom?", "subject_aliases": ["UK", "Britain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "France", "relation": "Largest City", "gold_object": "Paris", "prompt_text": "Could you answer this question: What is the largest city in France?", "subject_aliases": ["French Republic"]} +{"prompt_id": 105, "fact_id": 105, "subject": "France", "relation": "Demonym", "gold_object": "French", "prompt_text": "Could you answer this question: What is the demonym for France?", "subject_aliases": ["French Republic"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Germany", "relation": "Largest City", "gold_object": "Berlin", "prompt_text": "Could you answer this question: What is the largest city in Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Germany", "relation": "Demonym", "gold_object": "German", "prompt_text": "Could you answer this question: What is the demonym for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Russia", "relation": "Largest City", "gold_object": "Moscow", "prompt_text": "Could you answer this question: What is the largest city in Russia?", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Russia", "relation": "Demonym", "gold_object": "Russian", "prompt_text": "Could you answer this question: What is the demonym for Russia?", "subject_aliases": ["Russian Federation"]} +{"prompt_id": 110, "fact_id": 110, "subject": "China", "relation": "Largest City", "gold_object": "Shanghai", "prompt_text": "Could you answer this question: What is the largest city in China?", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 111, "fact_id": 111, "subject": "China", "relation": "Demonym", "gold_object": "Chinese", "prompt_text": "Could you answer this question: What is the demonym for China?", "subject_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 112, "fact_id": 112, "subject": "India", "relation": "Largest City", "gold_object": "Mumbai", "prompt_text": "Could you answer this question: What is the largest city in India?", "subject_aliases": ["Republic of India"]} +{"prompt_id": 113, "fact_id": 113, "subject": "India", "relation": "Demonym", "gold_object": "Indian", "prompt_text": "Could you answer this question: What is the demonym for India?", "subject_aliases": ["Republic of India"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Japan", "relation": "Largest City", "gold_object": "Tokyo", "prompt_text": "Could you answer this question: What is the largest city in Japan?", "subject_aliases": ["Nippon"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Japan", "relation": "Demonym", "gold_object": "Japanese", "prompt_text": "Could you answer this question: What is the demonym for Japan?", "subject_aliases": ["Nippon"]} +{"prompt_id": 116, "fact_id": 116, "subject": "South Korea", "relation": "Largest City", "gold_object": "Seoul", "prompt_text": "Could you answer this question: What is the largest city in South Korea?", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 117, "fact_id": 117, "subject": "South Korea", "relation": "Demonym", "gold_object": "South Korean", "prompt_text": "Could you answer this question: What is the demonym for South Korea?", "subject_aliases": ["Republic of Korea"]} +{"prompt_id": 118, "fact_id": 118, "subject": "North Korea", "relation": "Largest City", "gold_object": "Pyongyang", "prompt_text": "Could you answer this question: What is the largest city in North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 119, "fact_id": 119, "subject": "North Korea", "relation": "Demonym", "gold_object": "North Korean", "prompt_text": "Could you answer this question: What is the demonym for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Canada", "relation": "Largest City", "gold_object": "Toronto", "prompt_text": "Could you answer this question: What is the largest city in Canada?", "subject_aliases": ["CA"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Canada", "relation": "Demonym", "gold_object": "Canadian", "prompt_text": "Could you answer this question: What is the demonym for Canada?", "subject_aliases": ["CA"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Australia", "relation": "Largest City", "gold_object": "Sydney", "prompt_text": "Could you answer this question: What is the largest city in Australia?", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Australia", "relation": "Demonym", "gold_object": "Australian", "prompt_text": "Could you answer this question: What is the demonym for Australia?", "subject_aliases": ["Commonwealth of Australia"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Brazil", "relation": "Largest City", "gold_object": "São Paulo", "prompt_text": "Could you answer this question: What is the largest city in Brazil?", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Brazil", "relation": "Demonym", "gold_object": "Brazilian", "prompt_text": "Could you answer this question: What is the demonym for Brazil?", "subject_aliases": ["Federative Republic of Brazil"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Mexico", "relation": "Largest City", "gold_object": "Mexico City", "prompt_text": "Could you answer this question: What is the largest city in Mexico?", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Mexico", "relation": "Demonym", "gold_object": "Mexican", "prompt_text": "Could you answer this question: What is the demonym for Mexico?", "subject_aliases": ["United Mexican States"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Italy", "relation": "Largest City", "gold_object": "Rome", "prompt_text": "Could you answer this question: What is the largest city in Italy?", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Italy", "relation": "Demonym", "gold_object": "Italian", "prompt_text": "Could you answer this question: What is the demonym for Italy?", "subject_aliases": ["Italian Republic"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain", "relation": "Largest City", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What is the largest city in Spain?", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Spain", "relation": "Demonym", "gold_object": "Spanish", "prompt_text": "Could you answer this question: What is the demonym for Spain?", "subject_aliases": ["Kingdom of Spain"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Netherlands", "relation": "Largest City", "gold_object": "Amsterdam", "prompt_text": "Could you answer this question: What is the largest city in Netherlands?", "subject_aliases": ["Holland"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Netherlands", "relation": "Demonym", "gold_object": "Dutch", "prompt_text": "Could you answer this question: What is the demonym for Netherlands?", "subject_aliases": ["Holland"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Sweden", "relation": "Largest City", "gold_object": "Stockholm", "prompt_text": "Could you answer this question: What is the largest city in Sweden?", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sweden", "relation": "Demonym", "gold_object": "Swedish", "prompt_text": "Could you answer this question: What is the demonym for Sweden?", "subject_aliases": ["Kingdom of Sweden"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Norway", "relation": "Largest City", "gold_object": "Oslo", "prompt_text": "Could you answer this question: What is the largest city in Norway?", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Norway", "relation": "Demonym", "gold_object": "Norwegian", "prompt_text": "Could you answer this question: What is the demonym for Norway?", "subject_aliases": ["Kingdom of Norway"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Switzerland", "relation": "Largest City", "gold_object": "Zürich", "prompt_text": "Could you answer this question: What is the largest city in Switzerland?", "subject_aliases": ["Swiss Confederation"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Switzerland", "relation": "Demonym", "gold_object": "Swiss", "prompt_text": "Could you answer this question: What is the demonym for Switzerland?", "subject_aliases": ["Swiss Confederation"]} diff --git a/data/custom_databases/countries/prompts/noise/prompts_cloze.jsonl b/data/custom_databases/countries/prompts/noise/prompts_cloze.jsonl new file mode 100644 index 0000000..9c895e2 --- /dev/null +++ b/data/custom_databases/countries/prompts/noise/prompts_cloze.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Complete the sentence with the missing fact: The capital of United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: United States is in the continent of ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Complete the sentence with the missing fact: The ISO code for United States is ____.", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Complete the sentence with the missing fact: The capital of United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Complete the sentence with the missing fact: The currency used in United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: United Kingdom is in the continent of ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Complete the sentence with the missing fact: The ISO code for United Kingdom is ____.", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Complete the sentence with the missing fact: The capital of France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: France is in the continent of ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for France is ____.", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Complete the sentence with the missing fact: The capital of Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Germany is in the continent of ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Germany is ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Complete the sentence with the missing fact: The capital of Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Complete the sentence with the missing fact: The currency used in Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Russia is in the continent of ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Russia is ____.", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Complete the sentence with the missing fact: The capital of China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Complete the sentence with the missing fact: The currency used in China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: China is in the continent of ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Complete the sentence with the missing fact: The ISO code for China is ____.", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Complete the sentence with the missing fact: The capital of India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Complete the sentence with the missing fact: The currency used in India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: India is in the continent of ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Complete the sentence with the missing fact: The ISO code for India is ____.", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Complete the sentence with the missing fact: The capital of Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Complete the sentence with the missing fact: The currency used in Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: Japan is in the continent of ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Japan is ____.", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Complete the sentence with the missing fact: The capital of South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Complete the sentence with the missing fact: The currency used in South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: South Korea is in the continent of ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for South Korea is ____.", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Complete the sentence with the missing fact: The capital of North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Complete the sentence with the missing fact: The currency used in North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Complete the sentence with the missing fact: North Korea is in the continent of ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Complete the sentence with the missing fact: The ISO code for North Korea is ____.", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Complete the sentence with the missing fact: The capital of Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: Canada is in the continent of ____.", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Canada is ____.", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Complete the sentence with the missing fact: The capital of Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Complete the sentence with the missing fact: The currency used in Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Complete the sentence with the missing fact: Australia is in the continent of ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Australia is ____.", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Complete the sentence with the missing fact: The capital of Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Complete the sentence with the missing fact: The currency used in Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Complete the sentence with the missing fact: Brazil is in the continent of ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Brazil is ____.", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Complete the sentence with the missing fact: The capital of Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Complete the sentence with the missing fact: The currency used in Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Complete the sentence with the missing fact: Mexico is in the continent of ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Mexico is ____.", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Complete the sentence with the missing fact: The capital of Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Italy is in the continent of ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Italy is ____.", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: The capital of Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Spain is in the continent of ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Complete the sentence with the missing fact: The capital of Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The currency used in Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Netherlands is in the continent of ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Netherlands is ____.", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Complete the sentence with the missing fact: The capital of Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Complete the sentence with the missing fact: The currency used in Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Sweden is in the continent of ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Sweden is ____.", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Complete the sentence with the missing fact: The capital of Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Complete the sentence with the missing fact: The currency used in Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Norway is in the continent of ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Norway is ____.", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Complete the sentence with the missing fact: The capital of Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Complete the sentence with the missing fact: The currency used in Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Complete the sentence with the missing fact: Switzerland is in the continent of ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Complete the sentence with the missing fact: The internet TLD for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Complete the sentence with the missing fact: The ISO code for Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Government of United States", "relation": "Seat of Government", "gold_object": "Washington, D.C.", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of United States is ____."} +{"prompt_id": 101, "fact_id": 101, "subject": "Parliament of United States", "relation": "Meets In", "gold_object": "Washington, D.C.", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of United States meets in ____."} +{"prompt_id": 102, "fact_id": 102, "subject": "Central Bank of United States", "relation": "Issues Currency", "gold_object": "US Dollar", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of United States issues the currency ____.", "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Internet addresses for United States", "relation": "Country Suffix", "gold_object": ".us", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for United States is ____."} +{"prompt_id": 104, "fact_id": 104, "subject": "Government of United Kingdom", "relation": "Seat of Government", "gold_object": "London", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of United Kingdom is ____."} +{"prompt_id": 105, "fact_id": 105, "subject": "Parliament of United Kingdom", "relation": "Meets In", "gold_object": "London", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of United Kingdom meets in ____."} +{"prompt_id": 106, "fact_id": 106, "subject": "Central Bank of United Kingdom", "relation": "Issues Currency", "gold_object": "Pound Sterling", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of United Kingdom issues the currency ____.", "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Internet addresses for United Kingdom", "relation": "Country Suffix", "gold_object": ".uk", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for United Kingdom is ____."} +{"prompt_id": 108, "fact_id": 108, "subject": "Government of France", "relation": "Seat of Government", "gold_object": "Paris", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of France is ____."} +{"prompt_id": 109, "fact_id": 109, "subject": "Parliament of France", "relation": "Meets In", "gold_object": "Paris", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of France meets in ____."} +{"prompt_id": 110, "fact_id": 110, "subject": "Central Bank of France", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of France issues the currency ____.", "object_aliases": ["EUR"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Internet addresses for France", "relation": "Country Suffix", "gold_object": ".fr", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for France is ____."} +{"prompt_id": 112, "fact_id": 112, "subject": "Government of Germany", "relation": "Seat of Government", "gold_object": "Berlin", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Germany is ____."} +{"prompt_id": 113, "fact_id": 113, "subject": "Parliament of Germany", "relation": "Meets In", "gold_object": "Berlin", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Germany meets in ____."} +{"prompt_id": 114, "fact_id": 114, "subject": "Central Bank of Germany", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Germany issues the currency ____.", "object_aliases": ["EUR"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Internet addresses for Germany", "relation": "Country Suffix", "gold_object": ".de", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Germany is ____."} +{"prompt_id": 116, "fact_id": 116, "subject": "Government of Russia", "relation": "Seat of Government", "gold_object": "Moscow", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Russia is ____."} +{"prompt_id": 117, "fact_id": 117, "subject": "Parliament of Russia", "relation": "Meets In", "gold_object": "Moscow", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Russia meets in ____."} +{"prompt_id": 118, "fact_id": 118, "subject": "Central Bank of Russia", "relation": "Issues Currency", "gold_object": "Russian Ruble", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Russia issues the currency ____."} +{"prompt_id": 119, "fact_id": 119, "subject": "Internet addresses for Russia", "relation": "Country Suffix", "gold_object": ".ru", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Russia is ____."} +{"prompt_id": 120, "fact_id": 120, "subject": "Government of China", "relation": "Seat of Government", "gold_object": "Beijing", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of China is ____."} +{"prompt_id": 121, "fact_id": 121, "subject": "Parliament of China", "relation": "Meets In", "gold_object": "Beijing", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of China meets in ____."} +{"prompt_id": 122, "fact_id": 122, "subject": "Central Bank of China", "relation": "Issues Currency", "gold_object": "Renminbi", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of China issues the currency ____.", "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Internet addresses for China", "relation": "Country Suffix", "gold_object": ".cn", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for China is ____."} +{"prompt_id": 124, "fact_id": 124, "subject": "Government of India", "relation": "Seat of Government", "gold_object": "New Delhi", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of India is ____."} +{"prompt_id": 125, "fact_id": 125, "subject": "Parliament of India", "relation": "Meets In", "gold_object": "New Delhi", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of India meets in ____."} +{"prompt_id": 126, "fact_id": 126, "subject": "Central Bank of India", "relation": "Issues Currency", "gold_object": "Indian Rupee", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of India issues the currency ____.", "object_aliases": ["INR"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Internet addresses for India", "relation": "Country Suffix", "gold_object": ".in", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for India is ____."} +{"prompt_id": 128, "fact_id": 128, "subject": "Government of Japan", "relation": "Seat of Government", "gold_object": "Tokyo", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Japan is ____."} +{"prompt_id": 129, "fact_id": 129, "subject": "Parliament of Japan", "relation": "Meets In", "gold_object": "Tokyo", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Japan meets in ____."} +{"prompt_id": 130, "fact_id": 130, "subject": "Central Bank of Japan", "relation": "Issues Currency", "gold_object": "Japanese Yen", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Japan issues the currency ____.", "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Internet addresses for Japan", "relation": "Country Suffix", "gold_object": ".jp", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Japan is ____."} +{"prompt_id": 132, "fact_id": 132, "subject": "Government of South Korea", "relation": "Seat of Government", "gold_object": "Seoul", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of South Korea is ____."} +{"prompt_id": 133, "fact_id": 133, "subject": "Parliament of South Korea", "relation": "Meets In", "gold_object": "Seoul", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of South Korea meets in ____."} +{"prompt_id": 134, "fact_id": 134, "subject": "Central Bank of South Korea", "relation": "Issues Currency", "gold_object": "South Korean Won", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of South Korea issues the currency ____.", "object_aliases": ["KRW"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Internet addresses for South Korea", "relation": "Country Suffix", "gold_object": ".kr", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for South Korea is ____."} +{"prompt_id": 136, "fact_id": 136, "subject": "Government of North Korea", "relation": "Seat of Government", "gold_object": "Pyongyang", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of North Korea is ____."} +{"prompt_id": 137, "fact_id": 137, "subject": "Parliament of North Korea", "relation": "Meets In", "gold_object": "Pyongyang", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of North Korea meets in ____."} +{"prompt_id": 138, "fact_id": 138, "subject": "Central Bank of North Korea", "relation": "Issues Currency", "gold_object": "North Korean Won", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of North Korea issues the currency ____.", "object_aliases": ["KPW"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Internet addresses for North Korea", "relation": "Country Suffix", "gold_object": ".kp", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for North Korea is ____."} +{"prompt_id": 140, "fact_id": 140, "subject": "Government of Canada", "relation": "Seat of Government", "gold_object": "Ottawa", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Canada is ____."} +{"prompt_id": 141, "fact_id": 141, "subject": "Parliament of Canada", "relation": "Meets In", "gold_object": "Ottawa", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Canada meets in ____."} +{"prompt_id": 142, "fact_id": 142, "subject": "Central Bank of Canada", "relation": "Issues Currency", "gold_object": "Canadian Dollar", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Canada issues the currency ____."} +{"prompt_id": 143, "fact_id": 143, "subject": "Internet addresses for Canada", "relation": "Country Suffix", "gold_object": ".ca", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Canada is ____."} +{"prompt_id": 144, "fact_id": 144, "subject": "Government of Australia", "relation": "Seat of Government", "gold_object": "Canberra", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Australia is ____."} +{"prompt_id": 145, "fact_id": 145, "subject": "Parliament of Australia", "relation": "Meets In", "gold_object": "Canberra", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Australia meets in ____."} +{"prompt_id": 146, "fact_id": 146, "subject": "Central Bank of Australia", "relation": "Issues Currency", "gold_object": "Australian Dollar", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Australia issues the currency ____."} +{"prompt_id": 147, "fact_id": 147, "subject": "Internet addresses for Australia", "relation": "Country Suffix", "gold_object": ".au", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Australia is ____."} +{"prompt_id": 148, "fact_id": 148, "subject": "Government of Brazil", "relation": "Seat of Government", "gold_object": "Brasilia", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Brazil is ____."} +{"prompt_id": 149, "fact_id": 149, "subject": "Parliament of Brazil", "relation": "Meets In", "gold_object": "Brasilia", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Brazil meets in ____."} +{"prompt_id": 150, "fact_id": 150, "subject": "Central Bank of Brazil", "relation": "Issues Currency", "gold_object": "Brazilian Real", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Brazil issues the currency ____."} +{"prompt_id": 151, "fact_id": 151, "subject": "Internet addresses for Brazil", "relation": "Country Suffix", "gold_object": ".br", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Brazil is ____."} +{"prompt_id": 152, "fact_id": 152, "subject": "Government of Mexico", "relation": "Seat of Government", "gold_object": "Mexico City", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Mexico is ____."} +{"prompt_id": 153, "fact_id": 153, "subject": "Parliament of Mexico", "relation": "Meets In", "gold_object": "Mexico City", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Mexico meets in ____."} +{"prompt_id": 154, "fact_id": 154, "subject": "Central Bank of Mexico", "relation": "Issues Currency", "gold_object": "Mexican Peso", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Mexico issues the currency ____."} +{"prompt_id": 155, "fact_id": 155, "subject": "Internet addresses for Mexico", "relation": "Country Suffix", "gold_object": ".mx", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Mexico is ____."} +{"prompt_id": 156, "fact_id": 156, "subject": "Government of Italy", "relation": "Seat of Government", "gold_object": "Rome", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Italy is ____."} +{"prompt_id": 157, "fact_id": 157, "subject": "Parliament of Italy", "relation": "Meets In", "gold_object": "Rome", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Italy meets in ____."} +{"prompt_id": 158, "fact_id": 158, "subject": "Central Bank of Italy", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Italy issues the currency ____.", "object_aliases": ["EUR"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Internet addresses for Italy", "relation": "Country Suffix", "gold_object": ".it", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Italy is ____."} +{"prompt_id": 160, "fact_id": 160, "subject": "Government of Spain", "relation": "Seat of Government", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Spain is ____."} +{"prompt_id": 161, "fact_id": 161, "subject": "Parliament of Spain", "relation": "Meets In", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Spain meets in ____."} +{"prompt_id": 162, "fact_id": 162, "subject": "Central Bank of Spain", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Spain issues the currency ____.", "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Internet addresses for Spain", "relation": "Country Suffix", "gold_object": ".es", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Spain is ____."} +{"prompt_id": 164, "fact_id": 164, "subject": "Government of Netherlands", "relation": "Seat of Government", "gold_object": "Amsterdam", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Netherlands is ____."} +{"prompt_id": 165, "fact_id": 165, "subject": "Parliament of Netherlands", "relation": "Meets In", "gold_object": "Amsterdam", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Netherlands meets in ____."} +{"prompt_id": 166, "fact_id": 166, "subject": "Central Bank of Netherlands", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Netherlands issues the currency ____.", "object_aliases": ["EUR"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Internet addresses for Netherlands", "relation": "Country Suffix", "gold_object": ".nl", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Netherlands is ____."} +{"prompt_id": 168, "fact_id": 168, "subject": "Government of Sweden", "relation": "Seat of Government", "gold_object": "Stockholm", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Sweden is ____."} +{"prompt_id": 169, "fact_id": 169, "subject": "Parliament of Sweden", "relation": "Meets In", "gold_object": "Stockholm", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Sweden meets in ____."} +{"prompt_id": 170, "fact_id": 170, "subject": "Central Bank of Sweden", "relation": "Issues Currency", "gold_object": "Swedish Krona", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Sweden issues the currency ____."} +{"prompt_id": 171, "fact_id": 171, "subject": "Internet addresses for Sweden", "relation": "Country Suffix", "gold_object": ".se", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Sweden is ____."} +{"prompt_id": 172, "fact_id": 172, "subject": "Government of Norway", "relation": "Seat of Government", "gold_object": "Oslo", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Norway is ____."} +{"prompt_id": 173, "fact_id": 173, "subject": "Parliament of Norway", "relation": "Meets In", "gold_object": "Oslo", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Norway meets in ____."} +{"prompt_id": 174, "fact_id": 174, "subject": "Central Bank of Norway", "relation": "Issues Currency", "gold_object": "Norwegian Krone", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Norway issues the currency ____."} +{"prompt_id": 175, "fact_id": 175, "subject": "Internet addresses for Norway", "relation": "Country Suffix", "gold_object": ".no", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Norway is ____."} +{"prompt_id": 176, "fact_id": 176, "subject": "Government of Switzerland", "relation": "Seat of Government", "gold_object": "Bern", "prompt_text": "Complete the sentence with the missing fact: The seat of government of Government of Switzerland is ____."} +{"prompt_id": 177, "fact_id": 177, "subject": "Parliament of Switzerland", "relation": "Meets In", "gold_object": "Bern", "prompt_text": "Complete the sentence with the missing fact: The parliament of Parliament of Switzerland meets in ____."} +{"prompt_id": 178, "fact_id": 178, "subject": "Central Bank of Switzerland", "relation": "Issues Currency", "gold_object": "Swiss Franc", "prompt_text": "Complete the sentence with the missing fact: The central bank of Central Bank of Switzerland issues the currency ____."} +{"prompt_id": 179, "fact_id": 179, "subject": "Internet addresses for Switzerland", "relation": "Country Suffix", "gold_object": ".ch", "prompt_text": "Complete the sentence with the missing fact: The country suffix used for internet addresses in Internet addresses for Switzerland is ____."} diff --git a/data/custom_databases/countries/prompts/noise/prompts_contextual_questions.jsonl b/data/custom_databases/countries/prompts/noise/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..5f14b70 --- /dev/null +++ b/data/custom_databases/countries/prompts/noise/prompts_contextual_questions.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Context: I am compiling a concise factual profile for Japan. Answer with a short factual phrase.\nQuestion: What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Context: I am compiling a concise factual profile for South Korea. Answer with a short factual phrase.\nQuestion: What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Context: I am compiling a concise factual profile for North Korea. Answer with a short factual phrase.\nQuestion: What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Context: I am compiling a concise factual profile for Australia. Answer with a short factual phrase.\nQuestion: What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Context: I am compiling a concise factual profile for Brazil. Answer with a short factual phrase.\nQuestion: What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Context: I am compiling a concise factual profile for Mexico. Answer with a short factual phrase.\nQuestion: What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Context: I am compiling a concise factual profile for Italy. Answer with a short factual phrase.\nQuestion: What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Context: I am compiling a concise factual profile for Netherlands. Answer with a short factual phrase.\nQuestion: What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Context: I am compiling a concise factual profile for Sweden. Answer with a short factual phrase.\nQuestion: What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Context: I am compiling a concise factual profile for Norway. Answer with a short factual phrase.\nQuestion: What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Government of United States", "relation": "Seat of Government", "gold_object": "Washington, D.C.", "prompt_text": "Context: I am compiling a concise factual profile for Government of United States. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of United States?"} +{"prompt_id": 101, "fact_id": 101, "subject": "Parliament of United States", "relation": "Meets In", "gold_object": "Washington, D.C.", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of United States. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of United States meet?"} +{"prompt_id": 102, "fact_id": 102, "subject": "Central Bank of United States", "relation": "Issues Currency", "gold_object": "US Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of United States. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of United States issue?", "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Internet addresses for United States", "relation": "Country Suffix", "gold_object": ".us", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for United States. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for United States?"} +{"prompt_id": 104, "fact_id": 104, "subject": "Government of United Kingdom", "relation": "Seat of Government", "gold_object": "London", "prompt_text": "Context: I am compiling a concise factual profile for Government of United Kingdom. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of United Kingdom?"} +{"prompt_id": 105, "fact_id": 105, "subject": "Parliament of United Kingdom", "relation": "Meets In", "gold_object": "London", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of United Kingdom. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of United Kingdom meet?"} +{"prompt_id": 106, "fact_id": 106, "subject": "Central Bank of United Kingdom", "relation": "Issues Currency", "gold_object": "Pound Sterling", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of United Kingdom. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of United Kingdom issue?", "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Internet addresses for United Kingdom", "relation": "Country Suffix", "gold_object": ".uk", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for United Kingdom. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for United Kingdom?"} +{"prompt_id": 108, "fact_id": 108, "subject": "Government of France", "relation": "Seat of Government", "gold_object": "Paris", "prompt_text": "Context: I am compiling a concise factual profile for Government of France. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of France?"} +{"prompt_id": 109, "fact_id": 109, "subject": "Parliament of France", "relation": "Meets In", "gold_object": "Paris", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of France. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of France meet?"} +{"prompt_id": 110, "fact_id": 110, "subject": "Central Bank of France", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of France. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of France issue?", "object_aliases": ["EUR"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Internet addresses for France", "relation": "Country Suffix", "gold_object": ".fr", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for France. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for France?"} +{"prompt_id": 112, "fact_id": 112, "subject": "Government of Germany", "relation": "Seat of Government", "gold_object": "Berlin", "prompt_text": "Context: I am compiling a concise factual profile for Government of Germany. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Germany?"} +{"prompt_id": 113, "fact_id": 113, "subject": "Parliament of Germany", "relation": "Meets In", "gold_object": "Berlin", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Germany. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Germany meet?"} +{"prompt_id": 114, "fact_id": 114, "subject": "Central Bank of Germany", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Germany. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Germany issue?", "object_aliases": ["EUR"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Internet addresses for Germany", "relation": "Country Suffix", "gold_object": ".de", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Germany. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Germany?"} +{"prompt_id": 116, "fact_id": 116, "subject": "Government of Russia", "relation": "Seat of Government", "gold_object": "Moscow", "prompt_text": "Context: I am compiling a concise factual profile for Government of Russia. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Russia?"} +{"prompt_id": 117, "fact_id": 117, "subject": "Parliament of Russia", "relation": "Meets In", "gold_object": "Moscow", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Russia. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Russia meet?"} +{"prompt_id": 118, "fact_id": 118, "subject": "Central Bank of Russia", "relation": "Issues Currency", "gold_object": "Russian Ruble", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Russia. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Russia issue?"} +{"prompt_id": 119, "fact_id": 119, "subject": "Internet addresses for Russia", "relation": "Country Suffix", "gold_object": ".ru", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Russia. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Russia?"} +{"prompt_id": 120, "fact_id": 120, "subject": "Government of China", "relation": "Seat of Government", "gold_object": "Beijing", "prompt_text": "Context: I am compiling a concise factual profile for Government of China. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of China?"} +{"prompt_id": 121, "fact_id": 121, "subject": "Parliament of China", "relation": "Meets In", "gold_object": "Beijing", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of China. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of China meet?"} +{"prompt_id": 122, "fact_id": 122, "subject": "Central Bank of China", "relation": "Issues Currency", "gold_object": "Renminbi", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of China. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of China issue?", "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Internet addresses for China", "relation": "Country Suffix", "gold_object": ".cn", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for China. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for China?"} +{"prompt_id": 124, "fact_id": 124, "subject": "Government of India", "relation": "Seat of Government", "gold_object": "New Delhi", "prompt_text": "Context: I am compiling a concise factual profile for Government of India. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of India?"} +{"prompt_id": 125, "fact_id": 125, "subject": "Parliament of India", "relation": "Meets In", "gold_object": "New Delhi", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of India. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of India meet?"} +{"prompt_id": 126, "fact_id": 126, "subject": "Central Bank of India", "relation": "Issues Currency", "gold_object": "Indian Rupee", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of India. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of India issue?", "object_aliases": ["INR"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Internet addresses for India", "relation": "Country Suffix", "gold_object": ".in", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for India. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for India?"} +{"prompt_id": 128, "fact_id": 128, "subject": "Government of Japan", "relation": "Seat of Government", "gold_object": "Tokyo", "prompt_text": "Context: I am compiling a concise factual profile for Government of Japan. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Japan?"} +{"prompt_id": 129, "fact_id": 129, "subject": "Parliament of Japan", "relation": "Meets In", "gold_object": "Tokyo", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Japan. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Japan meet?"} +{"prompt_id": 130, "fact_id": 130, "subject": "Central Bank of Japan", "relation": "Issues Currency", "gold_object": "Japanese Yen", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Japan. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Japan issue?", "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Internet addresses for Japan", "relation": "Country Suffix", "gold_object": ".jp", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Japan. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Japan?"} +{"prompt_id": 132, "fact_id": 132, "subject": "Government of South Korea", "relation": "Seat of Government", "gold_object": "Seoul", "prompt_text": "Context: I am compiling a concise factual profile for Government of South Korea. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of South Korea?"} +{"prompt_id": 133, "fact_id": 133, "subject": "Parliament of South Korea", "relation": "Meets In", "gold_object": "Seoul", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of South Korea. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of South Korea meet?"} +{"prompt_id": 134, "fact_id": 134, "subject": "Central Bank of South Korea", "relation": "Issues Currency", "gold_object": "South Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of South Korea. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of South Korea issue?", "object_aliases": ["KRW"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Internet addresses for South Korea", "relation": "Country Suffix", "gold_object": ".kr", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for South Korea. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for South Korea?"} +{"prompt_id": 136, "fact_id": 136, "subject": "Government of North Korea", "relation": "Seat of Government", "gold_object": "Pyongyang", "prompt_text": "Context: I am compiling a concise factual profile for Government of North Korea. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of North Korea?"} +{"prompt_id": 137, "fact_id": 137, "subject": "Parliament of North Korea", "relation": "Meets In", "gold_object": "Pyongyang", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of North Korea. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of North Korea meet?"} +{"prompt_id": 138, "fact_id": 138, "subject": "Central Bank of North Korea", "relation": "Issues Currency", "gold_object": "North Korean Won", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of North Korea. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of North Korea issue?", "object_aliases": ["KPW"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Internet addresses for North Korea", "relation": "Country Suffix", "gold_object": ".kp", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for North Korea. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for North Korea?"} +{"prompt_id": 140, "fact_id": 140, "subject": "Government of Canada", "relation": "Seat of Government", "gold_object": "Ottawa", "prompt_text": "Context: I am compiling a concise factual profile for Government of Canada. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Canada?"} +{"prompt_id": 141, "fact_id": 141, "subject": "Parliament of Canada", "relation": "Meets In", "gold_object": "Ottawa", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Canada. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Canada meet?"} +{"prompt_id": 142, "fact_id": 142, "subject": "Central Bank of Canada", "relation": "Issues Currency", "gold_object": "Canadian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Canada. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Canada issue?"} +{"prompt_id": 143, "fact_id": 143, "subject": "Internet addresses for Canada", "relation": "Country Suffix", "gold_object": ".ca", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Canada. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Canada?"} +{"prompt_id": 144, "fact_id": 144, "subject": "Government of Australia", "relation": "Seat of Government", "gold_object": "Canberra", "prompt_text": "Context: I am compiling a concise factual profile for Government of Australia. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Australia?"} +{"prompt_id": 145, "fact_id": 145, "subject": "Parliament of Australia", "relation": "Meets In", "gold_object": "Canberra", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Australia. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Australia meet?"} +{"prompt_id": 146, "fact_id": 146, "subject": "Central Bank of Australia", "relation": "Issues Currency", "gold_object": "Australian Dollar", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Australia. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Australia issue?"} +{"prompt_id": 147, "fact_id": 147, "subject": "Internet addresses for Australia", "relation": "Country Suffix", "gold_object": ".au", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Australia. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Australia?"} +{"prompt_id": 148, "fact_id": 148, "subject": "Government of Brazil", "relation": "Seat of Government", "gold_object": "Brasilia", "prompt_text": "Context: I am compiling a concise factual profile for Government of Brazil. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Brazil?"} +{"prompt_id": 149, "fact_id": 149, "subject": "Parliament of Brazil", "relation": "Meets In", "gold_object": "Brasilia", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Brazil. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Brazil meet?"} +{"prompt_id": 150, "fact_id": 150, "subject": "Central Bank of Brazil", "relation": "Issues Currency", "gold_object": "Brazilian Real", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Brazil. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Brazil issue?"} +{"prompt_id": 151, "fact_id": 151, "subject": "Internet addresses for Brazil", "relation": "Country Suffix", "gold_object": ".br", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Brazil. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Brazil?"} +{"prompt_id": 152, "fact_id": 152, "subject": "Government of Mexico", "relation": "Seat of Government", "gold_object": "Mexico City", "prompt_text": "Context: I am compiling a concise factual profile for Government of Mexico. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Mexico?"} +{"prompt_id": 153, "fact_id": 153, "subject": "Parliament of Mexico", "relation": "Meets In", "gold_object": "Mexico City", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Mexico. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Mexico meet?"} +{"prompt_id": 154, "fact_id": 154, "subject": "Central Bank of Mexico", "relation": "Issues Currency", "gold_object": "Mexican Peso", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Mexico. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Mexico issue?"} +{"prompt_id": 155, "fact_id": 155, "subject": "Internet addresses for Mexico", "relation": "Country Suffix", "gold_object": ".mx", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Mexico. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Mexico?"} +{"prompt_id": 156, "fact_id": 156, "subject": "Government of Italy", "relation": "Seat of Government", "gold_object": "Rome", "prompt_text": "Context: I am compiling a concise factual profile for Government of Italy. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Italy?"} +{"prompt_id": 157, "fact_id": 157, "subject": "Parliament of Italy", "relation": "Meets In", "gold_object": "Rome", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Italy. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Italy meet?"} +{"prompt_id": 158, "fact_id": 158, "subject": "Central Bank of Italy", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Italy. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Italy issue?", "object_aliases": ["EUR"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Internet addresses for Italy", "relation": "Country Suffix", "gold_object": ".it", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Italy. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Italy?"} +{"prompt_id": 160, "fact_id": 160, "subject": "Government of Spain", "relation": "Seat of Government", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Government of Spain. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Spain?"} +{"prompt_id": 161, "fact_id": 161, "subject": "Parliament of Spain", "relation": "Meets In", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Spain. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Spain meet?"} +{"prompt_id": 162, "fact_id": 162, "subject": "Central Bank of Spain", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Spain. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Spain issue?", "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Internet addresses for Spain", "relation": "Country Suffix", "gold_object": ".es", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Spain. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Spain?"} +{"prompt_id": 164, "fact_id": 164, "subject": "Government of Netherlands", "relation": "Seat of Government", "gold_object": "Amsterdam", "prompt_text": "Context: I am compiling a concise factual profile for Government of Netherlands. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Netherlands?"} +{"prompt_id": 165, "fact_id": 165, "subject": "Parliament of Netherlands", "relation": "Meets In", "gold_object": "Amsterdam", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Netherlands. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Netherlands meet?"} +{"prompt_id": 166, "fact_id": 166, "subject": "Central Bank of Netherlands", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Netherlands. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Netherlands issue?", "object_aliases": ["EUR"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Internet addresses for Netherlands", "relation": "Country Suffix", "gold_object": ".nl", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Netherlands. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Netherlands?"} +{"prompt_id": 168, "fact_id": 168, "subject": "Government of Sweden", "relation": "Seat of Government", "gold_object": "Stockholm", "prompt_text": "Context: I am compiling a concise factual profile for Government of Sweden. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Sweden?"} +{"prompt_id": 169, "fact_id": 169, "subject": "Parliament of Sweden", "relation": "Meets In", "gold_object": "Stockholm", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Sweden. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Sweden meet?"} +{"prompt_id": 170, "fact_id": 170, "subject": "Central Bank of Sweden", "relation": "Issues Currency", "gold_object": "Swedish Krona", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Sweden. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Sweden issue?"} +{"prompt_id": 171, "fact_id": 171, "subject": "Internet addresses for Sweden", "relation": "Country Suffix", "gold_object": ".se", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Sweden. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Sweden?"} +{"prompt_id": 172, "fact_id": 172, "subject": "Government of Norway", "relation": "Seat of Government", "gold_object": "Oslo", "prompt_text": "Context: I am compiling a concise factual profile for Government of Norway. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Norway?"} +{"prompt_id": 173, "fact_id": 173, "subject": "Parliament of Norway", "relation": "Meets In", "gold_object": "Oslo", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Norway. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Norway meet?"} +{"prompt_id": 174, "fact_id": 174, "subject": "Central Bank of Norway", "relation": "Issues Currency", "gold_object": "Norwegian Krone", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Norway. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Norway issue?"} +{"prompt_id": 175, "fact_id": 175, "subject": "Internet addresses for Norway", "relation": "Country Suffix", "gold_object": ".no", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Norway. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Norway?"} +{"prompt_id": 176, "fact_id": 176, "subject": "Government of Switzerland", "relation": "Seat of Government", "gold_object": "Bern", "prompt_text": "Context: I am compiling a concise factual profile for Government of Switzerland. Answer with a short factual phrase.\nQuestion: Where is the seat of government of Government of Switzerland?"} +{"prompt_id": 177, "fact_id": 177, "subject": "Parliament of Switzerland", "relation": "Meets In", "gold_object": "Bern", "prompt_text": "Context: I am compiling a concise factual profile for Parliament of Switzerland. Answer with a short factual phrase.\nQuestion: Where does the parliament of Parliament of Switzerland meet?"} +{"prompt_id": 178, "fact_id": 178, "subject": "Central Bank of Switzerland", "relation": "Issues Currency", "gold_object": "Swiss Franc", "prompt_text": "Context: I am compiling a concise factual profile for Central Bank of Switzerland. Answer with a short factual phrase.\nQuestion: What currency does the central bank of Central Bank of Switzerland issue?"} +{"prompt_id": 179, "fact_id": 179, "subject": "Internet addresses for Switzerland", "relation": "Country Suffix", "gold_object": ".ch", "prompt_text": "Context: I am compiling a concise factual profile for Internet addresses for Switzerland. Answer with a short factual phrase.\nQuestion: What country suffix is used for internet addresses in Internet addresses for Switzerland?"} diff --git a/data/custom_databases/countries/prompts/noise/prompts_continuations.jsonl b/data/custom_databases/countries/prompts/noise/prompts_continuations.jsonl new file mode 100644 index 0000000..854d5d9 --- /dev/null +++ b/data/custom_databases/countries/prompts/noise/prompts_continuations.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Tell me about United States. The capital of United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Tell me about United States. The currency used in United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about United States. United States is in the continent of", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Tell me about United States. The internet TLD for United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Tell me about United States. The ISO code for United States is", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Tell me about United Kingdom. The capital of United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Tell me about United Kingdom. The currency used in United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about United Kingdom. United Kingdom is in the continent of", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Tell me about United Kingdom. The internet TLD for United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Tell me about United Kingdom. The ISO code for United Kingdom is", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Tell me about France. The capital of France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about France. The currency used in France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about France. France is in the continent of", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Tell me about France. The internet TLD for France is", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Tell me about France. The ISO code for France is", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Tell me about Germany. The capital of Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Germany. The currency used in Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Germany. Germany is in the continent of", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Tell me about Germany. The internet TLD for Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Tell me about Germany. The ISO code for Germany is", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Tell me about Russia. The capital of Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Tell me about Russia. The currency used in Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Russia. Russia is in the continent of", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Tell me about Russia. The internet TLD for Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Tell me about Russia. The ISO code for Russia is", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Tell me about China. The capital of China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Tell me about China. The currency used in China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about China. China is in the continent of", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Tell me about China. The internet TLD for China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Tell me about China. The ISO code for China is", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Tell me about India. The capital of India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Tell me about India. The currency used in India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about India. India is in the continent of", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Tell me about India. The internet TLD for India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Tell me about India. The ISO code for India is", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Tell me about Japan. The capital of Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Tell me about Japan. The currency used in Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about Japan. Japan is in the continent of", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Tell me about Japan. The internet TLD for Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Tell me about Japan. The ISO code for Japan is", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Tell me about South Korea. The capital of South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Tell me about South Korea. The currency used in South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about South Korea. South Korea is in the continent of", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Tell me about South Korea. The internet TLD for South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Tell me about South Korea. The ISO code for South Korea is", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Tell me about North Korea. The capital of North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Tell me about North Korea. The currency used in North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Tell me about North Korea. North Korea is in the continent of", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Tell me about North Korea. The internet TLD for North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Tell me about North Korea. The ISO code for North Korea is", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Tell me about Canada. The capital of Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Tell me about Canada. The currency used in Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about Canada. Canada is in the continent of", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Tell me about Canada. The internet TLD for Canada is", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Tell me about Canada. The ISO code for Canada is", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Tell me about Australia. The capital of Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Tell me about Australia. The currency used in Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Tell me about Australia. Australia is in the continent of", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Tell me about Australia. The internet TLD for Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Tell me about Australia. The ISO code for Australia is", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Tell me about Brazil. The capital of Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Tell me about Brazil. The currency used in Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Tell me about Brazil. Brazil is in the continent of", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Tell me about Brazil. The internet TLD for Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Tell me about Brazil. The ISO code for Brazil is", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Tell me about Mexico. The capital of Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Tell me about Mexico. The currency used in Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Tell me about Mexico. Mexico is in the continent of", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Tell me about Mexico. The internet TLD for Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Tell me about Mexico. The ISO code for Mexico is", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Tell me about Italy. The capital of Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Italy. The currency used in Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Italy. Italy is in the continent of", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Tell me about Italy. The internet TLD for Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Tell me about Italy. The ISO code for Italy is", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Tell me about Spain. The capital of Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Spain. The currency used in Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Spain. Spain is in the continent of", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Tell me about Spain. The internet TLD for Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Tell me about Spain. The ISO code for Spain is", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Tell me about Netherlands. The capital of Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Tell me about Netherlands. The currency used in Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Netherlands. Netherlands is in the continent of", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Tell me about Netherlands. The internet TLD for Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Tell me about Netherlands. The ISO code for Netherlands is", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Tell me about Sweden. The capital of Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Tell me about Sweden. The currency used in Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Sweden. Sweden is in the continent of", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Tell me about Sweden. The internet TLD for Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Tell me about Sweden. The ISO code for Sweden is", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Tell me about Norway. The capital of Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Tell me about Norway. The currency used in Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Norway. Norway is in the continent of", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Tell me about Norway. The internet TLD for Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Tell me about Norway. The ISO code for Norway is", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Tell me about Switzerland. The capital of Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Tell me about Switzerland. The currency used in Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Tell me about Switzerland. Switzerland is in the continent of", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Tell me about Switzerland. The internet TLD for Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Tell me about Switzerland. The ISO code for Switzerland is", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Government of United States", "relation": "Seat of Government", "gold_object": "Washington, D.C.", "prompt_text": "Tell me about Government of United States. The seat of government of Government of United States is"} +{"prompt_id": 101, "fact_id": 101, "subject": "Parliament of United States", "relation": "Meets In", "gold_object": "Washington, D.C.", "prompt_text": "Tell me about Parliament of United States. The parliament of Parliament of United States meets in"} +{"prompt_id": 102, "fact_id": 102, "subject": "Central Bank of United States", "relation": "Issues Currency", "gold_object": "US Dollar", "prompt_text": "Tell me about Central Bank of United States. The central bank of Central Bank of United States issues the currency", "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Internet addresses for United States", "relation": "Country Suffix", "gold_object": ".us", "prompt_text": "Tell me about Internet addresses for United States. The country suffix used for internet addresses in Internet addresses for United States is"} +{"prompt_id": 104, "fact_id": 104, "subject": "Government of United Kingdom", "relation": "Seat of Government", "gold_object": "London", "prompt_text": "Tell me about Government of United Kingdom. The seat of government of Government of United Kingdom is"} +{"prompt_id": 105, "fact_id": 105, "subject": "Parliament of United Kingdom", "relation": "Meets In", "gold_object": "London", "prompt_text": "Tell me about Parliament of United Kingdom. The parliament of Parliament of United Kingdom meets in"} +{"prompt_id": 106, "fact_id": 106, "subject": "Central Bank of United Kingdom", "relation": "Issues Currency", "gold_object": "Pound Sterling", "prompt_text": "Tell me about Central Bank of United Kingdom. The central bank of Central Bank of United Kingdom issues the currency", "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Internet addresses for United Kingdom", "relation": "Country Suffix", "gold_object": ".uk", "prompt_text": "Tell me about Internet addresses for United Kingdom. The country suffix used for internet addresses in Internet addresses for United Kingdom is"} +{"prompt_id": 108, "fact_id": 108, "subject": "Government of France", "relation": "Seat of Government", "gold_object": "Paris", "prompt_text": "Tell me about Government of France. The seat of government of Government of France is"} +{"prompt_id": 109, "fact_id": 109, "subject": "Parliament of France", "relation": "Meets In", "gold_object": "Paris", "prompt_text": "Tell me about Parliament of France. The parliament of Parliament of France meets in"} +{"prompt_id": 110, "fact_id": 110, "subject": "Central Bank of France", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Tell me about Central Bank of France. The central bank of Central Bank of France issues the currency", "object_aliases": ["EUR"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Internet addresses for France", "relation": "Country Suffix", "gold_object": ".fr", "prompt_text": "Tell me about Internet addresses for France. The country suffix used for internet addresses in Internet addresses for France is"} +{"prompt_id": 112, "fact_id": 112, "subject": "Government of Germany", "relation": "Seat of Government", "gold_object": "Berlin", "prompt_text": "Tell me about Government of Germany. The seat of government of Government of Germany is"} +{"prompt_id": 113, "fact_id": 113, "subject": "Parliament of Germany", "relation": "Meets In", "gold_object": "Berlin", "prompt_text": "Tell me about Parliament of Germany. The parliament of Parliament of Germany meets in"} +{"prompt_id": 114, "fact_id": 114, "subject": "Central Bank of Germany", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Tell me about Central Bank of Germany. The central bank of Central Bank of Germany issues the currency", "object_aliases": ["EUR"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Internet addresses for Germany", "relation": "Country Suffix", "gold_object": ".de", "prompt_text": "Tell me about Internet addresses for Germany. The country suffix used for internet addresses in Internet addresses for Germany is"} +{"prompt_id": 116, "fact_id": 116, "subject": "Government of Russia", "relation": "Seat of Government", "gold_object": "Moscow", "prompt_text": "Tell me about Government of Russia. The seat of government of Government of Russia is"} +{"prompt_id": 117, "fact_id": 117, "subject": "Parliament of Russia", "relation": "Meets In", "gold_object": "Moscow", "prompt_text": "Tell me about Parliament of Russia. The parliament of Parliament of Russia meets in"} +{"prompt_id": 118, "fact_id": 118, "subject": "Central Bank of Russia", "relation": "Issues Currency", "gold_object": "Russian Ruble", "prompt_text": "Tell me about Central Bank of Russia. The central bank of Central Bank of Russia issues the currency"} +{"prompt_id": 119, "fact_id": 119, "subject": "Internet addresses for Russia", "relation": "Country Suffix", "gold_object": ".ru", "prompt_text": "Tell me about Internet addresses for Russia. The country suffix used for internet addresses in Internet addresses for Russia is"} +{"prompt_id": 120, "fact_id": 120, "subject": "Government of China", "relation": "Seat of Government", "gold_object": "Beijing", "prompt_text": "Tell me about Government of China. The seat of government of Government of China is"} +{"prompt_id": 121, "fact_id": 121, "subject": "Parliament of China", "relation": "Meets In", "gold_object": "Beijing", "prompt_text": "Tell me about Parliament of China. The parliament of Parliament of China meets in"} +{"prompt_id": 122, "fact_id": 122, "subject": "Central Bank of China", "relation": "Issues Currency", "gold_object": "Renminbi", "prompt_text": "Tell me about Central Bank of China. The central bank of Central Bank of China issues the currency", "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Internet addresses for China", "relation": "Country Suffix", "gold_object": ".cn", "prompt_text": "Tell me about Internet addresses for China. The country suffix used for internet addresses in Internet addresses for China is"} +{"prompt_id": 124, "fact_id": 124, "subject": "Government of India", "relation": "Seat of Government", "gold_object": "New Delhi", "prompt_text": "Tell me about Government of India. The seat of government of Government of India is"} +{"prompt_id": 125, "fact_id": 125, "subject": "Parliament of India", "relation": "Meets In", "gold_object": "New Delhi", "prompt_text": "Tell me about Parliament of India. The parliament of Parliament of India meets in"} +{"prompt_id": 126, "fact_id": 126, "subject": "Central Bank of India", "relation": "Issues Currency", "gold_object": "Indian Rupee", "prompt_text": "Tell me about Central Bank of India. The central bank of Central Bank of India issues the currency", "object_aliases": ["INR"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Internet addresses for India", "relation": "Country Suffix", "gold_object": ".in", "prompt_text": "Tell me about Internet addresses for India. The country suffix used for internet addresses in Internet addresses for India is"} +{"prompt_id": 128, "fact_id": 128, "subject": "Government of Japan", "relation": "Seat of Government", "gold_object": "Tokyo", "prompt_text": "Tell me about Government of Japan. The seat of government of Government of Japan is"} +{"prompt_id": 129, "fact_id": 129, "subject": "Parliament of Japan", "relation": "Meets In", "gold_object": "Tokyo", "prompt_text": "Tell me about Parliament of Japan. The parliament of Parliament of Japan meets in"} +{"prompt_id": 130, "fact_id": 130, "subject": "Central Bank of Japan", "relation": "Issues Currency", "gold_object": "Japanese Yen", "prompt_text": "Tell me about Central Bank of Japan. The central bank of Central Bank of Japan issues the currency", "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Internet addresses for Japan", "relation": "Country Suffix", "gold_object": ".jp", "prompt_text": "Tell me about Internet addresses for Japan. The country suffix used for internet addresses in Internet addresses for Japan is"} +{"prompt_id": 132, "fact_id": 132, "subject": "Government of South Korea", "relation": "Seat of Government", "gold_object": "Seoul", "prompt_text": "Tell me about Government of South Korea. The seat of government of Government of South Korea is"} +{"prompt_id": 133, "fact_id": 133, "subject": "Parliament of South Korea", "relation": "Meets In", "gold_object": "Seoul", "prompt_text": "Tell me about Parliament of South Korea. The parliament of Parliament of South Korea meets in"} +{"prompt_id": 134, "fact_id": 134, "subject": "Central Bank of South Korea", "relation": "Issues Currency", "gold_object": "South Korean Won", "prompt_text": "Tell me about Central Bank of South Korea. The central bank of Central Bank of South Korea issues the currency", "object_aliases": ["KRW"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Internet addresses for South Korea", "relation": "Country Suffix", "gold_object": ".kr", "prompt_text": "Tell me about Internet addresses for South Korea. The country suffix used for internet addresses in Internet addresses for South Korea is"} +{"prompt_id": 136, "fact_id": 136, "subject": "Government of North Korea", "relation": "Seat of Government", "gold_object": "Pyongyang", "prompt_text": "Tell me about Government of North Korea. The seat of government of Government of North Korea is"} +{"prompt_id": 137, "fact_id": 137, "subject": "Parliament of North Korea", "relation": "Meets In", "gold_object": "Pyongyang", "prompt_text": "Tell me about Parliament of North Korea. The parliament of Parliament of North Korea meets in"} +{"prompt_id": 138, "fact_id": 138, "subject": "Central Bank of North Korea", "relation": "Issues Currency", "gold_object": "North Korean Won", "prompt_text": "Tell me about Central Bank of North Korea. The central bank of Central Bank of North Korea issues the currency", "object_aliases": ["KPW"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Internet addresses for North Korea", "relation": "Country Suffix", "gold_object": ".kp", "prompt_text": "Tell me about Internet addresses for North Korea. The country suffix used for internet addresses in Internet addresses for North Korea is"} +{"prompt_id": 140, "fact_id": 140, "subject": "Government of Canada", "relation": "Seat of Government", "gold_object": "Ottawa", "prompt_text": "Tell me about Government of Canada. The seat of government of Government of Canada is"} +{"prompt_id": 141, "fact_id": 141, "subject": "Parliament of Canada", "relation": "Meets In", "gold_object": "Ottawa", "prompt_text": "Tell me about Parliament of Canada. The parliament of Parliament of Canada meets in"} +{"prompt_id": 142, "fact_id": 142, "subject": "Central Bank of Canada", "relation": "Issues Currency", "gold_object": "Canadian Dollar", "prompt_text": "Tell me about Central Bank of Canada. The central bank of Central Bank of Canada issues the currency"} +{"prompt_id": 143, "fact_id": 143, "subject": "Internet addresses for Canada", "relation": "Country Suffix", "gold_object": ".ca", "prompt_text": "Tell me about Internet addresses for Canada. The country suffix used for internet addresses in Internet addresses for Canada is"} +{"prompt_id": 144, "fact_id": 144, "subject": "Government of Australia", "relation": "Seat of Government", "gold_object": "Canberra", "prompt_text": "Tell me about Government of Australia. The seat of government of Government of Australia is"} +{"prompt_id": 145, "fact_id": 145, "subject": "Parliament of Australia", "relation": "Meets In", "gold_object": "Canberra", "prompt_text": "Tell me about Parliament of Australia. The parliament of Parliament of Australia meets in"} +{"prompt_id": 146, "fact_id": 146, "subject": "Central Bank of Australia", "relation": "Issues Currency", "gold_object": "Australian Dollar", "prompt_text": "Tell me about Central Bank of Australia. The central bank of Central Bank of Australia issues the currency"} +{"prompt_id": 147, "fact_id": 147, "subject": "Internet addresses for Australia", "relation": "Country Suffix", "gold_object": ".au", "prompt_text": "Tell me about Internet addresses for Australia. The country suffix used for internet addresses in Internet addresses for Australia is"} +{"prompt_id": 148, "fact_id": 148, "subject": "Government of Brazil", "relation": "Seat of Government", "gold_object": "Brasilia", "prompt_text": "Tell me about Government of Brazil. The seat of government of Government of Brazil is"} +{"prompt_id": 149, "fact_id": 149, "subject": "Parliament of Brazil", "relation": "Meets In", "gold_object": "Brasilia", "prompt_text": "Tell me about Parliament of Brazil. The parliament of Parliament of Brazil meets in"} +{"prompt_id": 150, "fact_id": 150, "subject": "Central Bank of Brazil", "relation": "Issues Currency", "gold_object": "Brazilian Real", "prompt_text": "Tell me about Central Bank of Brazil. The central bank of Central Bank of Brazil issues the currency"} +{"prompt_id": 151, "fact_id": 151, "subject": "Internet addresses for Brazil", "relation": "Country Suffix", "gold_object": ".br", "prompt_text": "Tell me about Internet addresses for Brazil. The country suffix used for internet addresses in Internet addresses for Brazil is"} +{"prompt_id": 152, "fact_id": 152, "subject": "Government of Mexico", "relation": "Seat of Government", "gold_object": "Mexico City", "prompt_text": "Tell me about Government of Mexico. The seat of government of Government of Mexico is"} +{"prompt_id": 153, "fact_id": 153, "subject": "Parliament of Mexico", "relation": "Meets In", "gold_object": "Mexico City", "prompt_text": "Tell me about Parliament of Mexico. The parliament of Parliament of Mexico meets in"} +{"prompt_id": 154, "fact_id": 154, "subject": "Central Bank of Mexico", "relation": "Issues Currency", "gold_object": "Mexican Peso", "prompt_text": "Tell me about Central Bank of Mexico. The central bank of Central Bank of Mexico issues the currency"} +{"prompt_id": 155, "fact_id": 155, "subject": "Internet addresses for Mexico", "relation": "Country Suffix", "gold_object": ".mx", "prompt_text": "Tell me about Internet addresses for Mexico. The country suffix used for internet addresses in Internet addresses for Mexico is"} +{"prompt_id": 156, "fact_id": 156, "subject": "Government of Italy", "relation": "Seat of Government", "gold_object": "Rome", "prompt_text": "Tell me about Government of Italy. The seat of government of Government of Italy is"} +{"prompt_id": 157, "fact_id": 157, "subject": "Parliament of Italy", "relation": "Meets In", "gold_object": "Rome", "prompt_text": "Tell me about Parliament of Italy. The parliament of Parliament of Italy meets in"} +{"prompt_id": 158, "fact_id": 158, "subject": "Central Bank of Italy", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Tell me about Central Bank of Italy. The central bank of Central Bank of Italy issues the currency", "object_aliases": ["EUR"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Internet addresses for Italy", "relation": "Country Suffix", "gold_object": ".it", "prompt_text": "Tell me about Internet addresses for Italy. The country suffix used for internet addresses in Internet addresses for Italy is"} +{"prompt_id": 160, "fact_id": 160, "subject": "Government of Spain", "relation": "Seat of Government", "gold_object": "Madrid", "prompt_text": "Tell me about Government of Spain. The seat of government of Government of Spain is"} +{"prompt_id": 161, "fact_id": 161, "subject": "Parliament of Spain", "relation": "Meets In", "gold_object": "Madrid", "prompt_text": "Tell me about Parliament of Spain. The parliament of Parliament of Spain meets in"} +{"prompt_id": 162, "fact_id": 162, "subject": "Central Bank of Spain", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Tell me about Central Bank of Spain. The central bank of Central Bank of Spain issues the currency", "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Internet addresses for Spain", "relation": "Country Suffix", "gold_object": ".es", "prompt_text": "Tell me about Internet addresses for Spain. The country suffix used for internet addresses in Internet addresses for Spain is"} +{"prompt_id": 164, "fact_id": 164, "subject": "Government of Netherlands", "relation": "Seat of Government", "gold_object": "Amsterdam", "prompt_text": "Tell me about Government of Netherlands. The seat of government of Government of Netherlands is"} +{"prompt_id": 165, "fact_id": 165, "subject": "Parliament of Netherlands", "relation": "Meets In", "gold_object": "Amsterdam", "prompt_text": "Tell me about Parliament of Netherlands. The parliament of Parliament of Netherlands meets in"} +{"prompt_id": 166, "fact_id": 166, "subject": "Central Bank of Netherlands", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Tell me about Central Bank of Netherlands. The central bank of Central Bank of Netherlands issues the currency", "object_aliases": ["EUR"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Internet addresses for Netherlands", "relation": "Country Suffix", "gold_object": ".nl", "prompt_text": "Tell me about Internet addresses for Netherlands. The country suffix used for internet addresses in Internet addresses for Netherlands is"} +{"prompt_id": 168, "fact_id": 168, "subject": "Government of Sweden", "relation": "Seat of Government", "gold_object": "Stockholm", "prompt_text": "Tell me about Government of Sweden. The seat of government of Government of Sweden is"} +{"prompt_id": 169, "fact_id": 169, "subject": "Parliament of Sweden", "relation": "Meets In", "gold_object": "Stockholm", "prompt_text": "Tell me about Parliament of Sweden. The parliament of Parliament of Sweden meets in"} +{"prompt_id": 170, "fact_id": 170, "subject": "Central Bank of Sweden", "relation": "Issues Currency", "gold_object": "Swedish Krona", "prompt_text": "Tell me about Central Bank of Sweden. The central bank of Central Bank of Sweden issues the currency"} +{"prompt_id": 171, "fact_id": 171, "subject": "Internet addresses for Sweden", "relation": "Country Suffix", "gold_object": ".se", "prompt_text": "Tell me about Internet addresses for Sweden. The country suffix used for internet addresses in Internet addresses for Sweden is"} +{"prompt_id": 172, "fact_id": 172, "subject": "Government of Norway", "relation": "Seat of Government", "gold_object": "Oslo", "prompt_text": "Tell me about Government of Norway. The seat of government of Government of Norway is"} +{"prompt_id": 173, "fact_id": 173, "subject": "Parliament of Norway", "relation": "Meets In", "gold_object": "Oslo", "prompt_text": "Tell me about Parliament of Norway. The parliament of Parliament of Norway meets in"} +{"prompt_id": 174, "fact_id": 174, "subject": "Central Bank of Norway", "relation": "Issues Currency", "gold_object": "Norwegian Krone", "prompt_text": "Tell me about Central Bank of Norway. The central bank of Central Bank of Norway issues the currency"} +{"prompt_id": 175, "fact_id": 175, "subject": "Internet addresses for Norway", "relation": "Country Suffix", "gold_object": ".no", "prompt_text": "Tell me about Internet addresses for Norway. The country suffix used for internet addresses in Internet addresses for Norway is"} +{"prompt_id": 176, "fact_id": 176, "subject": "Government of Switzerland", "relation": "Seat of Government", "gold_object": "Bern", "prompt_text": "Tell me about Government of Switzerland. The seat of government of Government of Switzerland is"} +{"prompt_id": 177, "fact_id": 177, "subject": "Parliament of Switzerland", "relation": "Meets In", "gold_object": "Bern", "prompt_text": "Tell me about Parliament of Switzerland. The parliament of Parliament of Switzerland meets in"} +{"prompt_id": 178, "fact_id": 178, "subject": "Central Bank of Switzerland", "relation": "Issues Currency", "gold_object": "Swiss Franc", "prompt_text": "Tell me about Central Bank of Switzerland. The central bank of Central Bank of Switzerland issues the currency"} +{"prompt_id": 179, "fact_id": 179, "subject": "Internet addresses for Switzerland", "relation": "Country Suffix", "gold_object": ".ch", "prompt_text": "Tell me about Internet addresses for Switzerland. The country suffix used for internet addresses in Internet addresses for Switzerland is"} diff --git a/data/custom_databases/countries/prompts/noise/prompts_direct_questions.jsonl b/data/custom_databases/countries/prompts/noise/prompts_direct_questions.jsonl new file mode 100644 index 0000000..020b6a5 --- /dev/null +++ b/data/custom_databases/countries/prompts/noise/prompts_direct_questions.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Government of United States", "relation": "Seat of Government", "gold_object": "Washington, D.C.", "prompt_text": "Where is the seat of government of Government of United States?"} +{"prompt_id": 101, "fact_id": 101, "subject": "Parliament of United States", "relation": "Meets In", "gold_object": "Washington, D.C.", "prompt_text": "Where does the parliament of Parliament of United States meet?"} +{"prompt_id": 102, "fact_id": 102, "subject": "Central Bank of United States", "relation": "Issues Currency", "gold_object": "US Dollar", "prompt_text": "What currency does the central bank of Central Bank of United States issue?", "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Internet addresses for United States", "relation": "Country Suffix", "gold_object": ".us", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for United States?"} +{"prompt_id": 104, "fact_id": 104, "subject": "Government of United Kingdom", "relation": "Seat of Government", "gold_object": "London", "prompt_text": "Where is the seat of government of Government of United Kingdom?"} +{"prompt_id": 105, "fact_id": 105, "subject": "Parliament of United Kingdom", "relation": "Meets In", "gold_object": "London", "prompt_text": "Where does the parliament of Parliament of United Kingdom meet?"} +{"prompt_id": 106, "fact_id": 106, "subject": "Central Bank of United Kingdom", "relation": "Issues Currency", "gold_object": "Pound Sterling", "prompt_text": "What currency does the central bank of Central Bank of United Kingdom issue?", "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Internet addresses for United Kingdom", "relation": "Country Suffix", "gold_object": ".uk", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for United Kingdom?"} +{"prompt_id": 108, "fact_id": 108, "subject": "Government of France", "relation": "Seat of Government", "gold_object": "Paris", "prompt_text": "Where is the seat of government of Government of France?"} +{"prompt_id": 109, "fact_id": 109, "subject": "Parliament of France", "relation": "Meets In", "gold_object": "Paris", "prompt_text": "Where does the parliament of Parliament of France meet?"} +{"prompt_id": 110, "fact_id": 110, "subject": "Central Bank of France", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "What currency does the central bank of Central Bank of France issue?", "object_aliases": ["EUR"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Internet addresses for France", "relation": "Country Suffix", "gold_object": ".fr", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for France?"} +{"prompt_id": 112, "fact_id": 112, "subject": "Government of Germany", "relation": "Seat of Government", "gold_object": "Berlin", "prompt_text": "Where is the seat of government of Government of Germany?"} +{"prompt_id": 113, "fact_id": 113, "subject": "Parliament of Germany", "relation": "Meets In", "gold_object": "Berlin", "prompt_text": "Where does the parliament of Parliament of Germany meet?"} +{"prompt_id": 114, "fact_id": 114, "subject": "Central Bank of Germany", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "What currency does the central bank of Central Bank of Germany issue?", "object_aliases": ["EUR"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Internet addresses for Germany", "relation": "Country Suffix", "gold_object": ".de", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Germany?"} +{"prompt_id": 116, "fact_id": 116, "subject": "Government of Russia", "relation": "Seat of Government", "gold_object": "Moscow", "prompt_text": "Where is the seat of government of Government of Russia?"} +{"prompt_id": 117, "fact_id": 117, "subject": "Parliament of Russia", "relation": "Meets In", "gold_object": "Moscow", "prompt_text": "Where does the parliament of Parliament of Russia meet?"} +{"prompt_id": 118, "fact_id": 118, "subject": "Central Bank of Russia", "relation": "Issues Currency", "gold_object": "Russian Ruble", "prompt_text": "What currency does the central bank of Central Bank of Russia issue?"} +{"prompt_id": 119, "fact_id": 119, "subject": "Internet addresses for Russia", "relation": "Country Suffix", "gold_object": ".ru", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Russia?"} +{"prompt_id": 120, "fact_id": 120, "subject": "Government of China", "relation": "Seat of Government", "gold_object": "Beijing", "prompt_text": "Where is the seat of government of Government of China?"} +{"prompt_id": 121, "fact_id": 121, "subject": "Parliament of China", "relation": "Meets In", "gold_object": "Beijing", "prompt_text": "Where does the parliament of Parliament of China meet?"} +{"prompt_id": 122, "fact_id": 122, "subject": "Central Bank of China", "relation": "Issues Currency", "gold_object": "Renminbi", "prompt_text": "What currency does the central bank of Central Bank of China issue?", "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Internet addresses for China", "relation": "Country Suffix", "gold_object": ".cn", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for China?"} +{"prompt_id": 124, "fact_id": 124, "subject": "Government of India", "relation": "Seat of Government", "gold_object": "New Delhi", "prompt_text": "Where is the seat of government of Government of India?"} +{"prompt_id": 125, "fact_id": 125, "subject": "Parliament of India", "relation": "Meets In", "gold_object": "New Delhi", "prompt_text": "Where does the parliament of Parliament of India meet?"} +{"prompt_id": 126, "fact_id": 126, "subject": "Central Bank of India", "relation": "Issues Currency", "gold_object": "Indian Rupee", "prompt_text": "What currency does the central bank of Central Bank of India issue?", "object_aliases": ["INR"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Internet addresses for India", "relation": "Country Suffix", "gold_object": ".in", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for India?"} +{"prompt_id": 128, "fact_id": 128, "subject": "Government of Japan", "relation": "Seat of Government", "gold_object": "Tokyo", "prompt_text": "Where is the seat of government of Government of Japan?"} +{"prompt_id": 129, "fact_id": 129, "subject": "Parliament of Japan", "relation": "Meets In", "gold_object": "Tokyo", "prompt_text": "Where does the parliament of Parliament of Japan meet?"} +{"prompt_id": 130, "fact_id": 130, "subject": "Central Bank of Japan", "relation": "Issues Currency", "gold_object": "Japanese Yen", "prompt_text": "What currency does the central bank of Central Bank of Japan issue?", "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Internet addresses for Japan", "relation": "Country Suffix", "gold_object": ".jp", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Japan?"} +{"prompt_id": 132, "fact_id": 132, "subject": "Government of South Korea", "relation": "Seat of Government", "gold_object": "Seoul", "prompt_text": "Where is the seat of government of Government of South Korea?"} +{"prompt_id": 133, "fact_id": 133, "subject": "Parliament of South Korea", "relation": "Meets In", "gold_object": "Seoul", "prompt_text": "Where does the parliament of Parliament of South Korea meet?"} +{"prompt_id": 134, "fact_id": 134, "subject": "Central Bank of South Korea", "relation": "Issues Currency", "gold_object": "South Korean Won", "prompt_text": "What currency does the central bank of Central Bank of South Korea issue?", "object_aliases": ["KRW"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Internet addresses for South Korea", "relation": "Country Suffix", "gold_object": ".kr", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for South Korea?"} +{"prompt_id": 136, "fact_id": 136, "subject": "Government of North Korea", "relation": "Seat of Government", "gold_object": "Pyongyang", "prompt_text": "Where is the seat of government of Government of North Korea?"} +{"prompt_id": 137, "fact_id": 137, "subject": "Parliament of North Korea", "relation": "Meets In", "gold_object": "Pyongyang", "prompt_text": "Where does the parliament of Parliament of North Korea meet?"} +{"prompt_id": 138, "fact_id": 138, "subject": "Central Bank of North Korea", "relation": "Issues Currency", "gold_object": "North Korean Won", "prompt_text": "What currency does the central bank of Central Bank of North Korea issue?", "object_aliases": ["KPW"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Internet addresses for North Korea", "relation": "Country Suffix", "gold_object": ".kp", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for North Korea?"} +{"prompt_id": 140, "fact_id": 140, "subject": "Government of Canada", "relation": "Seat of Government", "gold_object": "Ottawa", "prompt_text": "Where is the seat of government of Government of Canada?"} +{"prompt_id": 141, "fact_id": 141, "subject": "Parliament of Canada", "relation": "Meets In", "gold_object": "Ottawa", "prompt_text": "Where does the parliament of Parliament of Canada meet?"} +{"prompt_id": 142, "fact_id": 142, "subject": "Central Bank of Canada", "relation": "Issues Currency", "gold_object": "Canadian Dollar", "prompt_text": "What currency does the central bank of Central Bank of Canada issue?"} +{"prompt_id": 143, "fact_id": 143, "subject": "Internet addresses for Canada", "relation": "Country Suffix", "gold_object": ".ca", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Canada?"} +{"prompt_id": 144, "fact_id": 144, "subject": "Government of Australia", "relation": "Seat of Government", "gold_object": "Canberra", "prompt_text": "Where is the seat of government of Government of Australia?"} +{"prompt_id": 145, "fact_id": 145, "subject": "Parliament of Australia", "relation": "Meets In", "gold_object": "Canberra", "prompt_text": "Where does the parliament of Parliament of Australia meet?"} +{"prompt_id": 146, "fact_id": 146, "subject": "Central Bank of Australia", "relation": "Issues Currency", "gold_object": "Australian Dollar", "prompt_text": "What currency does the central bank of Central Bank of Australia issue?"} +{"prompt_id": 147, "fact_id": 147, "subject": "Internet addresses for Australia", "relation": "Country Suffix", "gold_object": ".au", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Australia?"} +{"prompt_id": 148, "fact_id": 148, "subject": "Government of Brazil", "relation": "Seat of Government", "gold_object": "Brasilia", "prompt_text": "Where is the seat of government of Government of Brazil?"} +{"prompt_id": 149, "fact_id": 149, "subject": "Parliament of Brazil", "relation": "Meets In", "gold_object": "Brasilia", "prompt_text": "Where does the parliament of Parliament of Brazil meet?"} +{"prompt_id": 150, "fact_id": 150, "subject": "Central Bank of Brazil", "relation": "Issues Currency", "gold_object": "Brazilian Real", "prompt_text": "What currency does the central bank of Central Bank of Brazil issue?"} +{"prompt_id": 151, "fact_id": 151, "subject": "Internet addresses for Brazil", "relation": "Country Suffix", "gold_object": ".br", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Brazil?"} +{"prompt_id": 152, "fact_id": 152, "subject": "Government of Mexico", "relation": "Seat of Government", "gold_object": "Mexico City", "prompt_text": "Where is the seat of government of Government of Mexico?"} +{"prompt_id": 153, "fact_id": 153, "subject": "Parliament of Mexico", "relation": "Meets In", "gold_object": "Mexico City", "prompt_text": "Where does the parliament of Parliament of Mexico meet?"} +{"prompt_id": 154, "fact_id": 154, "subject": "Central Bank of Mexico", "relation": "Issues Currency", "gold_object": "Mexican Peso", "prompt_text": "What currency does the central bank of Central Bank of Mexico issue?"} +{"prompt_id": 155, "fact_id": 155, "subject": "Internet addresses for Mexico", "relation": "Country Suffix", "gold_object": ".mx", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Mexico?"} +{"prompt_id": 156, "fact_id": 156, "subject": "Government of Italy", "relation": "Seat of Government", "gold_object": "Rome", "prompt_text": "Where is the seat of government of Government of Italy?"} +{"prompt_id": 157, "fact_id": 157, "subject": "Parliament of Italy", "relation": "Meets In", "gold_object": "Rome", "prompt_text": "Where does the parliament of Parliament of Italy meet?"} +{"prompt_id": 158, "fact_id": 158, "subject": "Central Bank of Italy", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "What currency does the central bank of Central Bank of Italy issue?", "object_aliases": ["EUR"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Internet addresses for Italy", "relation": "Country Suffix", "gold_object": ".it", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Italy?"} +{"prompt_id": 160, "fact_id": 160, "subject": "Government of Spain", "relation": "Seat of Government", "gold_object": "Madrid", "prompt_text": "Where is the seat of government of Government of Spain?"} +{"prompt_id": 161, "fact_id": 161, "subject": "Parliament of Spain", "relation": "Meets In", "gold_object": "Madrid", "prompt_text": "Where does the parliament of Parliament of Spain meet?"} +{"prompt_id": 162, "fact_id": 162, "subject": "Central Bank of Spain", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "What currency does the central bank of Central Bank of Spain issue?", "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Internet addresses for Spain", "relation": "Country Suffix", "gold_object": ".es", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Spain?"} +{"prompt_id": 164, "fact_id": 164, "subject": "Government of Netherlands", "relation": "Seat of Government", "gold_object": "Amsterdam", "prompt_text": "Where is the seat of government of Government of Netherlands?"} +{"prompt_id": 165, "fact_id": 165, "subject": "Parliament of Netherlands", "relation": "Meets In", "gold_object": "Amsterdam", "prompt_text": "Where does the parliament of Parliament of Netherlands meet?"} +{"prompt_id": 166, "fact_id": 166, "subject": "Central Bank of Netherlands", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "What currency does the central bank of Central Bank of Netherlands issue?", "object_aliases": ["EUR"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Internet addresses for Netherlands", "relation": "Country Suffix", "gold_object": ".nl", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Netherlands?"} +{"prompt_id": 168, "fact_id": 168, "subject": "Government of Sweden", "relation": "Seat of Government", "gold_object": "Stockholm", "prompt_text": "Where is the seat of government of Government of Sweden?"} +{"prompt_id": 169, "fact_id": 169, "subject": "Parliament of Sweden", "relation": "Meets In", "gold_object": "Stockholm", "prompt_text": "Where does the parliament of Parliament of Sweden meet?"} +{"prompt_id": 170, "fact_id": 170, "subject": "Central Bank of Sweden", "relation": "Issues Currency", "gold_object": "Swedish Krona", "prompt_text": "What currency does the central bank of Central Bank of Sweden issue?"} +{"prompt_id": 171, "fact_id": 171, "subject": "Internet addresses for Sweden", "relation": "Country Suffix", "gold_object": ".se", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Sweden?"} +{"prompt_id": 172, "fact_id": 172, "subject": "Government of Norway", "relation": "Seat of Government", "gold_object": "Oslo", "prompt_text": "Where is the seat of government of Government of Norway?"} +{"prompt_id": 173, "fact_id": 173, "subject": "Parliament of Norway", "relation": "Meets In", "gold_object": "Oslo", "prompt_text": "Where does the parliament of Parliament of Norway meet?"} +{"prompt_id": 174, "fact_id": 174, "subject": "Central Bank of Norway", "relation": "Issues Currency", "gold_object": "Norwegian Krone", "prompt_text": "What currency does the central bank of Central Bank of Norway issue?"} +{"prompt_id": 175, "fact_id": 175, "subject": "Internet addresses for Norway", "relation": "Country Suffix", "gold_object": ".no", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Norway?"} +{"prompt_id": 176, "fact_id": 176, "subject": "Government of Switzerland", "relation": "Seat of Government", "gold_object": "Bern", "prompt_text": "Where is the seat of government of Government of Switzerland?"} +{"prompt_id": 177, "fact_id": 177, "subject": "Parliament of Switzerland", "relation": "Meets In", "gold_object": "Bern", "prompt_text": "Where does the parliament of Parliament of Switzerland meet?"} +{"prompt_id": 178, "fact_id": 178, "subject": "Central Bank of Switzerland", "relation": "Issues Currency", "gold_object": "Swiss Franc", "prompt_text": "What currency does the central bank of Central Bank of Switzerland issue?"} +{"prompt_id": 179, "fact_id": 179, "subject": "Internet addresses for Switzerland", "relation": "Country Suffix", "gold_object": ".ch", "prompt_text": "What country suffix is used for internet addresses in Internet addresses for Switzerland?"} diff --git a/data/custom_databases/countries/prompts/noise/prompts_fewshot_questions.jsonl b/data/custom_databases/countries/prompts/noise/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..539f295 --- /dev/null +++ b/data/custom_databases/countries/prompts/noise/prompts_fewshot_questions.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does United States use?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is United States in?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does United Kingdom use?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is United Kingdom in?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for United Kingdom?\nAnswer:", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does France use?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is France in?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for France?\nAnswer:", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Germany use?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Germany in?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Germany?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Russia use?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Russia in?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Russia?\nAnswer:", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does China use?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is China in?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for China?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does India use?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is India in?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for India?\nAnswer:", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Japan use?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Japan in?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Japan?\nAnswer:", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does South Korea use?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is South Korea in?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for South Korea?\nAnswer:", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does North Korea use?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is North Korea in?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for North Korea?\nAnswer:", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Canada use?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Canada in?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Canada?\nAnswer:", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Australia use?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Australia in?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Australia?\nAnswer:", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Brazil use?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Brazil in?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Brazil?\nAnswer:", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Mexico use?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Mexico in?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Mexico?\nAnswer:", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Italy use?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Italy in?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Italy?\nAnswer:", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Spain use?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Spain in?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Netherlands use?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Netherlands in?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Netherlands?\nAnswer:", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Sweden use?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Sweden in?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Sweden?\nAnswer:", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Norway use?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Norway in?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Norway?\nAnswer:", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the capital of Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does Switzerland use?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which continent is Switzerland in?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the internet TLD for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the ISO code for Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Government of United States", "relation": "Seat of Government", "gold_object": "Washington, D.C.", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of United States?\nAnswer:"} +{"prompt_id": 101, "fact_id": 101, "subject": "Parliament of United States", "relation": "Meets In", "gold_object": "Washington, D.C.", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of United States meet?\nAnswer:"} +{"prompt_id": 102, "fact_id": 102, "subject": "Central Bank of United States", "relation": "Issues Currency", "gold_object": "US Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of United States issue?\nAnswer:", "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Internet addresses for United States", "relation": "Country Suffix", "gold_object": ".us", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for United States?\nAnswer:"} +{"prompt_id": 104, "fact_id": 104, "subject": "Government of United Kingdom", "relation": "Seat of Government", "gold_object": "London", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of United Kingdom?\nAnswer:"} +{"prompt_id": 105, "fact_id": 105, "subject": "Parliament of United Kingdom", "relation": "Meets In", "gold_object": "London", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of United Kingdom meet?\nAnswer:"} +{"prompt_id": 106, "fact_id": 106, "subject": "Central Bank of United Kingdom", "relation": "Issues Currency", "gold_object": "Pound Sterling", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of United Kingdom issue?\nAnswer:", "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Internet addresses for United Kingdom", "relation": "Country Suffix", "gold_object": ".uk", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for United Kingdom?\nAnswer:"} +{"prompt_id": 108, "fact_id": 108, "subject": "Government of France", "relation": "Seat of Government", "gold_object": "Paris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of France?\nAnswer:"} +{"prompt_id": 109, "fact_id": 109, "subject": "Parliament of France", "relation": "Meets In", "gold_object": "Paris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of France meet?\nAnswer:"} +{"prompt_id": 110, "fact_id": 110, "subject": "Central Bank of France", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of France issue?\nAnswer:", "object_aliases": ["EUR"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Internet addresses for France", "relation": "Country Suffix", "gold_object": ".fr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for France?\nAnswer:"} +{"prompt_id": 112, "fact_id": 112, "subject": "Government of Germany", "relation": "Seat of Government", "gold_object": "Berlin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Germany?\nAnswer:"} +{"prompt_id": 113, "fact_id": 113, "subject": "Parliament of Germany", "relation": "Meets In", "gold_object": "Berlin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Germany meet?\nAnswer:"} +{"prompt_id": 114, "fact_id": 114, "subject": "Central Bank of Germany", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Germany issue?\nAnswer:", "object_aliases": ["EUR"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Internet addresses for Germany", "relation": "Country Suffix", "gold_object": ".de", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Germany?\nAnswer:"} +{"prompt_id": 116, "fact_id": 116, "subject": "Government of Russia", "relation": "Seat of Government", "gold_object": "Moscow", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Russia?\nAnswer:"} +{"prompt_id": 117, "fact_id": 117, "subject": "Parliament of Russia", "relation": "Meets In", "gold_object": "Moscow", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Russia meet?\nAnswer:"} +{"prompt_id": 118, "fact_id": 118, "subject": "Central Bank of Russia", "relation": "Issues Currency", "gold_object": "Russian Ruble", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Russia issue?\nAnswer:"} +{"prompt_id": 119, "fact_id": 119, "subject": "Internet addresses for Russia", "relation": "Country Suffix", "gold_object": ".ru", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Russia?\nAnswer:"} +{"prompt_id": 120, "fact_id": 120, "subject": "Government of China", "relation": "Seat of Government", "gold_object": "Beijing", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of China?\nAnswer:"} +{"prompt_id": 121, "fact_id": 121, "subject": "Parliament of China", "relation": "Meets In", "gold_object": "Beijing", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of China meet?\nAnswer:"} +{"prompt_id": 122, "fact_id": 122, "subject": "Central Bank of China", "relation": "Issues Currency", "gold_object": "Renminbi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of China issue?\nAnswer:", "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Internet addresses for China", "relation": "Country Suffix", "gold_object": ".cn", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for China?\nAnswer:"} +{"prompt_id": 124, "fact_id": 124, "subject": "Government of India", "relation": "Seat of Government", "gold_object": "New Delhi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of India?\nAnswer:"} +{"prompt_id": 125, "fact_id": 125, "subject": "Parliament of India", "relation": "Meets In", "gold_object": "New Delhi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of India meet?\nAnswer:"} +{"prompt_id": 126, "fact_id": 126, "subject": "Central Bank of India", "relation": "Issues Currency", "gold_object": "Indian Rupee", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of India issue?\nAnswer:", "object_aliases": ["INR"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Internet addresses for India", "relation": "Country Suffix", "gold_object": ".in", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for India?\nAnswer:"} +{"prompt_id": 128, "fact_id": 128, "subject": "Government of Japan", "relation": "Seat of Government", "gold_object": "Tokyo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Japan?\nAnswer:"} +{"prompt_id": 129, "fact_id": 129, "subject": "Parliament of Japan", "relation": "Meets In", "gold_object": "Tokyo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Japan meet?\nAnswer:"} +{"prompt_id": 130, "fact_id": 130, "subject": "Central Bank of Japan", "relation": "Issues Currency", "gold_object": "Japanese Yen", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Japan issue?\nAnswer:", "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Internet addresses for Japan", "relation": "Country Suffix", "gold_object": ".jp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Japan?\nAnswer:"} +{"prompt_id": 132, "fact_id": 132, "subject": "Government of South Korea", "relation": "Seat of Government", "gold_object": "Seoul", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of South Korea?\nAnswer:"} +{"prompt_id": 133, "fact_id": 133, "subject": "Parliament of South Korea", "relation": "Meets In", "gold_object": "Seoul", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of South Korea meet?\nAnswer:"} +{"prompt_id": 134, "fact_id": 134, "subject": "Central Bank of South Korea", "relation": "Issues Currency", "gold_object": "South Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of South Korea issue?\nAnswer:", "object_aliases": ["KRW"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Internet addresses for South Korea", "relation": "Country Suffix", "gold_object": ".kr", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for South Korea?\nAnswer:"} +{"prompt_id": 136, "fact_id": 136, "subject": "Government of North Korea", "relation": "Seat of Government", "gold_object": "Pyongyang", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of North Korea?\nAnswer:"} +{"prompt_id": 137, "fact_id": 137, "subject": "Parliament of North Korea", "relation": "Meets In", "gold_object": "Pyongyang", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of North Korea meet?\nAnswer:"} +{"prompt_id": 138, "fact_id": 138, "subject": "Central Bank of North Korea", "relation": "Issues Currency", "gold_object": "North Korean Won", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of North Korea issue?\nAnswer:", "object_aliases": ["KPW"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Internet addresses for North Korea", "relation": "Country Suffix", "gold_object": ".kp", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for North Korea?\nAnswer:"} +{"prompt_id": 140, "fact_id": 140, "subject": "Government of Canada", "relation": "Seat of Government", "gold_object": "Ottawa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Canada?\nAnswer:"} +{"prompt_id": 141, "fact_id": 141, "subject": "Parliament of Canada", "relation": "Meets In", "gold_object": "Ottawa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Canada meet?\nAnswer:"} +{"prompt_id": 142, "fact_id": 142, "subject": "Central Bank of Canada", "relation": "Issues Currency", "gold_object": "Canadian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Canada issue?\nAnswer:"} +{"prompt_id": 143, "fact_id": 143, "subject": "Internet addresses for Canada", "relation": "Country Suffix", "gold_object": ".ca", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Canada?\nAnswer:"} +{"prompt_id": 144, "fact_id": 144, "subject": "Government of Australia", "relation": "Seat of Government", "gold_object": "Canberra", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Australia?\nAnswer:"} +{"prompt_id": 145, "fact_id": 145, "subject": "Parliament of Australia", "relation": "Meets In", "gold_object": "Canberra", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Australia meet?\nAnswer:"} +{"prompt_id": 146, "fact_id": 146, "subject": "Central Bank of Australia", "relation": "Issues Currency", "gold_object": "Australian Dollar", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Australia issue?\nAnswer:"} +{"prompt_id": 147, "fact_id": 147, "subject": "Internet addresses for Australia", "relation": "Country Suffix", "gold_object": ".au", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Australia?\nAnswer:"} +{"prompt_id": 148, "fact_id": 148, "subject": "Government of Brazil", "relation": "Seat of Government", "gold_object": "Brasilia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Brazil?\nAnswer:"} +{"prompt_id": 149, "fact_id": 149, "subject": "Parliament of Brazil", "relation": "Meets In", "gold_object": "Brasilia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Brazil meet?\nAnswer:"} +{"prompt_id": 150, "fact_id": 150, "subject": "Central Bank of Brazil", "relation": "Issues Currency", "gold_object": "Brazilian Real", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Brazil issue?\nAnswer:"} +{"prompt_id": 151, "fact_id": 151, "subject": "Internet addresses for Brazil", "relation": "Country Suffix", "gold_object": ".br", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Brazil?\nAnswer:"} +{"prompt_id": 152, "fact_id": 152, "subject": "Government of Mexico", "relation": "Seat of Government", "gold_object": "Mexico City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Mexico?\nAnswer:"} +{"prompt_id": 153, "fact_id": 153, "subject": "Parliament of Mexico", "relation": "Meets In", "gold_object": "Mexico City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Mexico meet?\nAnswer:"} +{"prompt_id": 154, "fact_id": 154, "subject": "Central Bank of Mexico", "relation": "Issues Currency", "gold_object": "Mexican Peso", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Mexico issue?\nAnswer:"} +{"prompt_id": 155, "fact_id": 155, "subject": "Internet addresses for Mexico", "relation": "Country Suffix", "gold_object": ".mx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Mexico?\nAnswer:"} +{"prompt_id": 156, "fact_id": 156, "subject": "Government of Italy", "relation": "Seat of Government", "gold_object": "Rome", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Italy?\nAnswer:"} +{"prompt_id": 157, "fact_id": 157, "subject": "Parliament of Italy", "relation": "Meets In", "gold_object": "Rome", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Italy meet?\nAnswer:"} +{"prompt_id": 158, "fact_id": 158, "subject": "Central Bank of Italy", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Italy issue?\nAnswer:", "object_aliases": ["EUR"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Internet addresses for Italy", "relation": "Country Suffix", "gold_object": ".it", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Italy?\nAnswer:"} +{"prompt_id": 160, "fact_id": 160, "subject": "Government of Spain", "relation": "Seat of Government", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Spain?\nAnswer:"} +{"prompt_id": 161, "fact_id": 161, "subject": "Parliament of Spain", "relation": "Meets In", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Spain meet?\nAnswer:"} +{"prompt_id": 162, "fact_id": 162, "subject": "Central Bank of Spain", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Spain issue?\nAnswer:", "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Internet addresses for Spain", "relation": "Country Suffix", "gold_object": ".es", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Spain?\nAnswer:"} +{"prompt_id": 164, "fact_id": 164, "subject": "Government of Netherlands", "relation": "Seat of Government", "gold_object": "Amsterdam", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Netherlands?\nAnswer:"} +{"prompt_id": 165, "fact_id": 165, "subject": "Parliament of Netherlands", "relation": "Meets In", "gold_object": "Amsterdam", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Netherlands meet?\nAnswer:"} +{"prompt_id": 166, "fact_id": 166, "subject": "Central Bank of Netherlands", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Netherlands issue?\nAnswer:", "object_aliases": ["EUR"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Internet addresses for Netherlands", "relation": "Country Suffix", "gold_object": ".nl", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Netherlands?\nAnswer:"} +{"prompt_id": 168, "fact_id": 168, "subject": "Government of Sweden", "relation": "Seat of Government", "gold_object": "Stockholm", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Sweden?\nAnswer:"} +{"prompt_id": 169, "fact_id": 169, "subject": "Parliament of Sweden", "relation": "Meets In", "gold_object": "Stockholm", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Sweden meet?\nAnswer:"} +{"prompt_id": 170, "fact_id": 170, "subject": "Central Bank of Sweden", "relation": "Issues Currency", "gold_object": "Swedish Krona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Sweden issue?\nAnswer:"} +{"prompt_id": 171, "fact_id": 171, "subject": "Internet addresses for Sweden", "relation": "Country Suffix", "gold_object": ".se", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Sweden?\nAnswer:"} +{"prompt_id": 172, "fact_id": 172, "subject": "Government of Norway", "relation": "Seat of Government", "gold_object": "Oslo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Norway?\nAnswer:"} +{"prompt_id": 173, "fact_id": 173, "subject": "Parliament of Norway", "relation": "Meets In", "gold_object": "Oslo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Norway meet?\nAnswer:"} +{"prompt_id": 174, "fact_id": 174, "subject": "Central Bank of Norway", "relation": "Issues Currency", "gold_object": "Norwegian Krone", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Norway issue?\nAnswer:"} +{"prompt_id": 175, "fact_id": 175, "subject": "Internet addresses for Norway", "relation": "Country Suffix", "gold_object": ".no", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Norway?\nAnswer:"} +{"prompt_id": 176, "fact_id": 176, "subject": "Government of Switzerland", "relation": "Seat of Government", "gold_object": "Bern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where is the seat of government of Government of Switzerland?\nAnswer:"} +{"prompt_id": 177, "fact_id": 177, "subject": "Parliament of Switzerland", "relation": "Meets In", "gold_object": "Bern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Where does the parliament of Parliament of Switzerland meet?\nAnswer:"} +{"prompt_id": 178, "fact_id": 178, "subject": "Central Bank of Switzerland", "relation": "Issues Currency", "gold_object": "Swiss Franc", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What currency does the central bank of Central Bank of Switzerland issue?\nAnswer:"} +{"prompt_id": 179, "fact_id": 179, "subject": "Internet addresses for Switzerland", "relation": "Country Suffix", "gold_object": ".ch", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What country suffix is used for internet addresses in Internet addresses for Switzerland?\nAnswer:"} diff --git a/data/custom_databases/countries/prompts/noise/prompts_paraphrased_questions.jsonl b/data/custom_databases/countries/prompts/noise/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..b11d64e --- /dev/null +++ b/data/custom_databases/countries/prompts/noise/prompts_paraphrased_questions.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "United States", "relation": "Capital", "gold_object": "Washington, D.C.", "prompt_text": "Could you answer this question: What is the capital of United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 1, "fact_id": 1, "subject": "United States", "relation": "Currency", "gold_object": "US Dollar", "prompt_text": "Could you answer this question: What currency does United States use?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 2, "fact_id": 2, "subject": "United States", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is United States in?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 3, "fact_id": 3, "subject": "United States", "relation": "Internet TLD", "gold_object": ".us", "prompt_text": "Could you answer this question: What is the internet TLD for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 4, "fact_id": 4, "subject": "United States", "relation": "ISO Code", "gold_object": "US", "prompt_text": "Could you answer this question: What is the ISO code for United States?", "subject_aliases": ["USA", "United States of America"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 5, "fact_id": 5, "subject": "United Kingdom", "relation": "Capital", "gold_object": "London", "prompt_text": "Could you answer this question: What is the capital of United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 6, "fact_id": 6, "subject": "United Kingdom", "relation": "Currency", "gold_object": "Pound Sterling", "prompt_text": "Could you answer this question: What currency does United Kingdom use?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 7, "fact_id": 7, "subject": "United Kingdom", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is United Kingdom in?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 8, "fact_id": 8, "subject": "United Kingdom", "relation": "Internet TLD", "gold_object": ".uk", "prompt_text": "Could you answer this question: What is the internet TLD for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 9, "fact_id": 9, "subject": "United Kingdom", "relation": "ISO Code", "gold_object": "GB", "prompt_text": "Could you answer this question: What is the ISO code for United Kingdom?", "subject_aliases": ["UK", "Britain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 10, "fact_id": 10, "subject": "France", "relation": "Capital", "gold_object": "Paris", "prompt_text": "Could you answer this question: What is the capital of France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 11, "fact_id": 11, "subject": "France", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does France use?", "subject_aliases": ["French Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 12, "fact_id": 12, "subject": "France", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is France in?", "subject_aliases": ["French Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 13, "fact_id": 13, "subject": "France", "relation": "Internet TLD", "gold_object": ".fr", "prompt_text": "Could you answer this question: What is the internet TLD for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 14, "fact_id": 14, "subject": "France", "relation": "ISO Code", "gold_object": "FR", "prompt_text": "Could you answer this question: What is the ISO code for France?", "subject_aliases": ["French Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Germany", "relation": "Capital", "gold_object": "Berlin", "prompt_text": "Could you answer this question: What is the capital of Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Germany", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Germany use?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Germany", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Germany in?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Germany", "relation": "Internet TLD", "gold_object": ".de", "prompt_text": "Could you answer this question: What is the internet TLD for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Germany", "relation": "ISO Code", "gold_object": "DE", "prompt_text": "Could you answer this question: What is the ISO code for Germany?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Russia", "relation": "Capital", "gold_object": "Moscow", "prompt_text": "Could you answer this question: What is the capital of Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Russia", "relation": "Currency", "gold_object": "Russian Ruble", "prompt_text": "Could you answer this question: What currency does Russia use?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Russia", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Russia in?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Russia", "relation": "Internet TLD", "gold_object": ".ru", "prompt_text": "Could you answer this question: What is the internet TLD for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Russia", "relation": "ISO Code", "gold_object": "RU", "prompt_text": "Could you answer this question: What is the ISO code for Russia?", "subject_aliases": ["Russian Federation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 25, "fact_id": 25, "subject": "China", "relation": "Capital", "gold_object": "Beijing", "prompt_text": "Could you answer this question: What is the capital of China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 26, "fact_id": 26, "subject": "China", "relation": "Currency", "gold_object": "Renminbi", "prompt_text": "Could you answer this question: What currency does China use?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 27, "fact_id": 27, "subject": "China", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is China in?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 28, "fact_id": 28, "subject": "China", "relation": "Internet TLD", "gold_object": ".cn", "prompt_text": "Could you answer this question: What is the internet TLD for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 29, "fact_id": 29, "subject": "China", "relation": "ISO Code", "gold_object": "CN", "prompt_text": "Could you answer this question: What is the ISO code for China?", "subject_aliases": ["PRC", "People's Republic of China"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 30, "fact_id": 30, "subject": "India", "relation": "Capital", "gold_object": "New Delhi", "prompt_text": "Could you answer this question: What is the capital of India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 31, "fact_id": 31, "subject": "India", "relation": "Currency", "gold_object": "Indian Rupee", "prompt_text": "Could you answer this question: What currency does India use?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["INR"]} +{"prompt_id": 32, "fact_id": 32, "subject": "India", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is India in?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "India", "relation": "Internet TLD", "gold_object": ".in", "prompt_text": "Could you answer this question: What is the internet TLD for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 34, "fact_id": 34, "subject": "India", "relation": "ISO Code", "gold_object": "IN", "prompt_text": "Could you answer this question: What is the ISO code for India?", "subject_aliases": ["Republic of India"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Japan", "relation": "Capital", "gold_object": "Tokyo", "prompt_text": "Could you answer this question: What is the capital of Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Japan", "relation": "Currency", "gold_object": "Japanese Yen", "prompt_text": "Could you answer this question: What currency does Japan use?", "subject_aliases": ["Nippon"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Japan", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is Japan in?", "subject_aliases": ["Nippon"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Japan", "relation": "Internet TLD", "gold_object": ".jp", "prompt_text": "Could you answer this question: What is the internet TLD for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Japan", "relation": "ISO Code", "gold_object": "JP", "prompt_text": "Could you answer this question: What is the ISO code for Japan?", "subject_aliases": ["Nippon"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 40, "fact_id": 40, "subject": "South Korea", "relation": "Capital", "gold_object": "Seoul", "prompt_text": "Could you answer this question: What is the capital of South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 41, "fact_id": 41, "subject": "South Korea", "relation": "Currency", "gold_object": "South Korean Won", "prompt_text": "Could you answer this question: What currency does South Korea use?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KRW"]} +{"prompt_id": 42, "fact_id": 42, "subject": "South Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is South Korea in?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 43, "fact_id": 43, "subject": "South Korea", "relation": "Internet TLD", "gold_object": ".kr", "prompt_text": "Could you answer this question: What is the internet TLD for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 44, "fact_id": 44, "subject": "South Korea", "relation": "ISO Code", "gold_object": "KR", "prompt_text": "Could you answer this question: What is the ISO code for South Korea?", "subject_aliases": ["Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 45, "fact_id": 45, "subject": "North Korea", "relation": "Capital", "gold_object": "Pyongyang", "prompt_text": "Could you answer this question: What is the capital of North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 46, "fact_id": 46, "subject": "North Korea", "relation": "Currency", "gold_object": "North Korean Won", "prompt_text": "Could you answer this question: What currency does North Korea use?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["KPW"]} +{"prompt_id": 47, "fact_id": 47, "subject": "North Korea", "relation": "Continent", "gold_object": "Asia", "prompt_text": "Could you answer this question: Which continent is North Korea in?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 48, "fact_id": 48, "subject": "North Korea", "relation": "Internet TLD", "gold_object": ".kp", "prompt_text": "Could you answer this question: What is the internet TLD for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 49, "fact_id": 49, "subject": "North Korea", "relation": "ISO Code", "gold_object": "KP", "prompt_text": "Could you answer this question: What is the ISO code for North Korea?", "subject_aliases": ["DPRK", "Democratic People's Republic of Korea"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Canada", "relation": "Capital", "gold_object": "Ottawa", "prompt_text": "Could you answer this question: What is the capital of Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Canada", "relation": "Currency", "gold_object": "Canadian Dollar", "prompt_text": "Could you answer this question: What currency does Canada use?", "subject_aliases": ["CA"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Canada", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is Canada in?", "subject_aliases": ["CA"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Canada", "relation": "Internet TLD", "gold_object": ".ca", "prompt_text": "Could you answer this question: What is the internet TLD for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Canada", "relation": "ISO Code", "gold_object": "CA", "prompt_text": "Could you answer this question: What is the ISO code for Canada?", "subject_aliases": ["CA"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"], "object_aliases": ["Canada", "Canada"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Australia", "relation": "Capital", "gold_object": "Canberra", "prompt_text": "Could you answer this question: What is the capital of Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Australia", "relation": "Currency", "gold_object": "Australian Dollar", "prompt_text": "Could you answer this question: What currency does Australia use?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Australia", "relation": "Continent", "gold_object": "Oceania", "prompt_text": "Could you answer this question: Which continent is Australia in?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Australia", "relation": "Internet TLD", "gold_object": ".au", "prompt_text": "Could you answer this question: What is the internet TLD for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Australia", "relation": "ISO Code", "gold_object": "AU", "prompt_text": "Could you answer this question: What is the ISO code for Australia?", "subject_aliases": ["Commonwealth of Australia"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Brazil", "relation": "Capital", "gold_object": "Brasilia", "prompt_text": "Could you answer this question: What is the capital of Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Brazil", "relation": "Currency", "gold_object": "Brazilian Real", "prompt_text": "Could you answer this question: What currency does Brazil use?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Brazil", "relation": "Continent", "gold_object": "South America", "prompt_text": "Could you answer this question: Which continent is Brazil in?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Brazil", "relation": "Internet TLD", "gold_object": ".br", "prompt_text": "Could you answer this question: What is the internet TLD for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Brazil", "relation": "ISO Code", "gold_object": "BR", "prompt_text": "Could you answer this question: What is the ISO code for Brazil?", "subject_aliases": ["Federative Republic of Brazil"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Mexico", "relation": "Capital", "gold_object": "Mexico City", "prompt_text": "Could you answer this question: What is the capital of Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Mexico", "relation": "Currency", "gold_object": "Mexican Peso", "prompt_text": "Could you answer this question: What currency does Mexico use?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Mexico", "relation": "Continent", "gold_object": "North America", "prompt_text": "Could you answer this question: Which continent is Mexico in?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Mexico", "relation": "Internet TLD", "gold_object": ".mx", "prompt_text": "Could you answer this question: What is the internet TLD for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Mexico", "relation": "ISO Code", "gold_object": "MX", "prompt_text": "Could you answer this question: What is the ISO code for Mexico?", "subject_aliases": ["United Mexican States"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Italy", "relation": "Capital", "gold_object": "Rome", "prompt_text": "Could you answer this question: What is the capital of Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Italy", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Italy use?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Italy", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Italy in?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Italy", "relation": "Internet TLD", "gold_object": ".it", "prompt_text": "Could you answer this question: What is the internet TLD for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Italy", "relation": "ISO Code", "gold_object": "IT", "prompt_text": "Could you answer this question: What is the ISO code for Italy?", "subject_aliases": ["Italian Republic"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Spain", "relation": "Capital", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What is the capital of Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Spain", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Spain use?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Spain", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Spain in?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Spain", "relation": "Internet TLD", "gold_object": ".es", "prompt_text": "Could you answer this question: What is the internet TLD for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Spain", "relation": "ISO Code", "gold_object": "ES", "prompt_text": "Could you answer this question: What is the ISO code for Spain?", "subject_aliases": ["Kingdom of Spain"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Netherlands", "relation": "Capital", "gold_object": "Amsterdam", "prompt_text": "Could you answer this question: What is the capital of Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Netherlands", "relation": "Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does Netherlands use?", "subject_aliases": ["Holland"], "relation_aliases": ["Official Currency", "Money Used"], "object_aliases": ["EUR"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Netherlands", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Netherlands in?", "subject_aliases": ["Holland"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Netherlands", "relation": "Internet TLD", "gold_object": ".nl", "prompt_text": "Could you answer this question: What is the internet TLD for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Netherlands", "relation": "ISO Code", "gold_object": "NL", "prompt_text": "Could you answer this question: What is the ISO code for Netherlands?", "subject_aliases": ["Holland"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Sweden", "relation": "Capital", "gold_object": "Stockholm", "prompt_text": "Could you answer this question: What is the capital of Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Sweden", "relation": "Currency", "gold_object": "Swedish Krona", "prompt_text": "Could you answer this question: What currency does Sweden use?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Sweden", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Sweden in?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Sweden", "relation": "Internet TLD", "gold_object": ".se", "prompt_text": "Could you answer this question: What is the internet TLD for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Sweden", "relation": "ISO Code", "gold_object": "SE", "prompt_text": "Could you answer this question: What is the ISO code for Sweden?", "subject_aliases": ["Kingdom of Sweden"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Norway", "relation": "Capital", "gold_object": "Oslo", "prompt_text": "Could you answer this question: What is the capital of Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Norway", "relation": "Currency", "gold_object": "Norwegian Krone", "prompt_text": "Could you answer this question: What currency does Norway use?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Norway", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Norway in?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Norway", "relation": "Internet TLD", "gold_object": ".no", "prompt_text": "Could you answer this question: What is the internet TLD for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Norway", "relation": "ISO Code", "gold_object": "NO", "prompt_text": "Could you answer this question: What is the ISO code for Norway?", "subject_aliases": ["Kingdom of Norway"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Switzerland", "relation": "Capital", "gold_object": "Bern", "prompt_text": "Could you answer this question: What is the capital of Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Capital City", "National Capital"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Switzerland", "relation": "Currency", "gold_object": "Swiss Franc", "prompt_text": "Could you answer this question: What currency does Switzerland use?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Official Currency", "Money Used"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Switzerland", "relation": "Continent", "gold_object": "Europe", "prompt_text": "Could you answer this question: Which continent is Switzerland in?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Located In Continent", "Continent Located In"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Switzerland", "relation": "Internet TLD", "gold_object": ".ch", "prompt_text": "Could you answer this question: What is the internet TLD for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["Country Code TLD", "Internet Suffix"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Switzerland", "relation": "ISO Code", "gold_object": "CH", "prompt_text": "Could you answer this question: What is the ISO code for Switzerland?", "subject_aliases": ["Swiss Confederation"], "relation_aliases": ["ISO Alpha-2 Code", "Two-Letter ISO Code"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Government of United States", "relation": "Seat of Government", "gold_object": "Washington, D.C.", "prompt_text": "Could you answer this question: Where is the seat of government of Government of United States?"} +{"prompt_id": 101, "fact_id": 101, "subject": "Parliament of United States", "relation": "Meets In", "gold_object": "Washington, D.C.", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of United States meet?"} +{"prompt_id": 102, "fact_id": 102, "subject": "Central Bank of United States", "relation": "Issues Currency", "gold_object": "US Dollar", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of United States issue?", "object_aliases": ["USD", "U.S. Dollar"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Internet addresses for United States", "relation": "Country Suffix", "gold_object": ".us", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for United States?"} +{"prompt_id": 104, "fact_id": 104, "subject": "Government of United Kingdom", "relation": "Seat of Government", "gold_object": "London", "prompt_text": "Could you answer this question: Where is the seat of government of Government of United Kingdom?"} +{"prompt_id": 105, "fact_id": 105, "subject": "Parliament of United Kingdom", "relation": "Meets In", "gold_object": "London", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of United Kingdom meet?"} +{"prompt_id": 106, "fact_id": 106, "subject": "Central Bank of United Kingdom", "relation": "Issues Currency", "gold_object": "Pound Sterling", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of United Kingdom issue?", "object_aliases": ["British Pound", "GBP"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Internet addresses for United Kingdom", "relation": "Country Suffix", "gold_object": ".uk", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for United Kingdom?"} +{"prompt_id": 108, "fact_id": 108, "subject": "Government of France", "relation": "Seat of Government", "gold_object": "Paris", "prompt_text": "Could you answer this question: Where is the seat of government of Government of France?"} +{"prompt_id": 109, "fact_id": 109, "subject": "Parliament of France", "relation": "Meets In", "gold_object": "Paris", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of France meet?"} +{"prompt_id": 110, "fact_id": 110, "subject": "Central Bank of France", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of France issue?", "object_aliases": ["EUR"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Internet addresses for France", "relation": "Country Suffix", "gold_object": ".fr", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for France?"} +{"prompt_id": 112, "fact_id": 112, "subject": "Government of Germany", "relation": "Seat of Government", "gold_object": "Berlin", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Germany?"} +{"prompt_id": 113, "fact_id": 113, "subject": "Parliament of Germany", "relation": "Meets In", "gold_object": "Berlin", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Germany meet?"} +{"prompt_id": 114, "fact_id": 114, "subject": "Central Bank of Germany", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Germany issue?", "object_aliases": ["EUR"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Internet addresses for Germany", "relation": "Country Suffix", "gold_object": ".de", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Germany?"} +{"prompt_id": 116, "fact_id": 116, "subject": "Government of Russia", "relation": "Seat of Government", "gold_object": "Moscow", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Russia?"} +{"prompt_id": 117, "fact_id": 117, "subject": "Parliament of Russia", "relation": "Meets In", "gold_object": "Moscow", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Russia meet?"} +{"prompt_id": 118, "fact_id": 118, "subject": "Central Bank of Russia", "relation": "Issues Currency", "gold_object": "Russian Ruble", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Russia issue?"} +{"prompt_id": 119, "fact_id": 119, "subject": "Internet addresses for Russia", "relation": "Country Suffix", "gold_object": ".ru", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Russia?"} +{"prompt_id": 120, "fact_id": 120, "subject": "Government of China", "relation": "Seat of Government", "gold_object": "Beijing", "prompt_text": "Could you answer this question: Where is the seat of government of Government of China?"} +{"prompt_id": 121, "fact_id": 121, "subject": "Parliament of China", "relation": "Meets In", "gold_object": "Beijing", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of China meet?"} +{"prompt_id": 122, "fact_id": 122, "subject": "Central Bank of China", "relation": "Issues Currency", "gold_object": "Renminbi", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of China issue?", "object_aliases": ["Chinese Yuan", "Yuan"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Internet addresses for China", "relation": "Country Suffix", "gold_object": ".cn", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for China?"} +{"prompt_id": 124, "fact_id": 124, "subject": "Government of India", "relation": "Seat of Government", "gold_object": "New Delhi", "prompt_text": "Could you answer this question: Where is the seat of government of Government of India?"} +{"prompt_id": 125, "fact_id": 125, "subject": "Parliament of India", "relation": "Meets In", "gold_object": "New Delhi", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of India meet?"} +{"prompt_id": 126, "fact_id": 126, "subject": "Central Bank of India", "relation": "Issues Currency", "gold_object": "Indian Rupee", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of India issue?", "object_aliases": ["INR"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Internet addresses for India", "relation": "Country Suffix", "gold_object": ".in", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for India?"} +{"prompt_id": 128, "fact_id": 128, "subject": "Government of Japan", "relation": "Seat of Government", "gold_object": "Tokyo", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Japan?"} +{"prompt_id": 129, "fact_id": 129, "subject": "Parliament of Japan", "relation": "Meets In", "gold_object": "Tokyo", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Japan meet?"} +{"prompt_id": 130, "fact_id": 130, "subject": "Central Bank of Japan", "relation": "Issues Currency", "gold_object": "Japanese Yen", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Japan issue?", "object_aliases": ["Yen", "JPY"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Internet addresses for Japan", "relation": "Country Suffix", "gold_object": ".jp", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Japan?"} +{"prompt_id": 132, "fact_id": 132, "subject": "Government of South Korea", "relation": "Seat of Government", "gold_object": "Seoul", "prompt_text": "Could you answer this question: Where is the seat of government of Government of South Korea?"} +{"prompt_id": 133, "fact_id": 133, "subject": "Parliament of South Korea", "relation": "Meets In", "gold_object": "Seoul", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of South Korea meet?"} +{"prompt_id": 134, "fact_id": 134, "subject": "Central Bank of South Korea", "relation": "Issues Currency", "gold_object": "South Korean Won", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of South Korea issue?", "object_aliases": ["KRW"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Internet addresses for South Korea", "relation": "Country Suffix", "gold_object": ".kr", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for South Korea?"} +{"prompt_id": 136, "fact_id": 136, "subject": "Government of North Korea", "relation": "Seat of Government", "gold_object": "Pyongyang", "prompt_text": "Could you answer this question: Where is the seat of government of Government of North Korea?"} +{"prompt_id": 137, "fact_id": 137, "subject": "Parliament of North Korea", "relation": "Meets In", "gold_object": "Pyongyang", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of North Korea meet?"} +{"prompt_id": 138, "fact_id": 138, "subject": "Central Bank of North Korea", "relation": "Issues Currency", "gold_object": "North Korean Won", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of North Korea issue?", "object_aliases": ["KPW"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Internet addresses for North Korea", "relation": "Country Suffix", "gold_object": ".kp", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for North Korea?"} +{"prompt_id": 140, "fact_id": 140, "subject": "Government of Canada", "relation": "Seat of Government", "gold_object": "Ottawa", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Canada?"} +{"prompt_id": 141, "fact_id": 141, "subject": "Parliament of Canada", "relation": "Meets In", "gold_object": "Ottawa", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Canada meet?"} +{"prompt_id": 142, "fact_id": 142, "subject": "Central Bank of Canada", "relation": "Issues Currency", "gold_object": "Canadian Dollar", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Canada issue?"} +{"prompt_id": 143, "fact_id": 143, "subject": "Internet addresses for Canada", "relation": "Country Suffix", "gold_object": ".ca", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Canada?"} +{"prompt_id": 144, "fact_id": 144, "subject": "Government of Australia", "relation": "Seat of Government", "gold_object": "Canberra", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Australia?"} +{"prompt_id": 145, "fact_id": 145, "subject": "Parliament of Australia", "relation": "Meets In", "gold_object": "Canberra", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Australia meet?"} +{"prompt_id": 146, "fact_id": 146, "subject": "Central Bank of Australia", "relation": "Issues Currency", "gold_object": "Australian Dollar", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Australia issue?"} +{"prompt_id": 147, "fact_id": 147, "subject": "Internet addresses for Australia", "relation": "Country Suffix", "gold_object": ".au", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Australia?"} +{"prompt_id": 148, "fact_id": 148, "subject": "Government of Brazil", "relation": "Seat of Government", "gold_object": "Brasilia", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Brazil?"} +{"prompt_id": 149, "fact_id": 149, "subject": "Parliament of Brazil", "relation": "Meets In", "gold_object": "Brasilia", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Brazil meet?"} +{"prompt_id": 150, "fact_id": 150, "subject": "Central Bank of Brazil", "relation": "Issues Currency", "gold_object": "Brazilian Real", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Brazil issue?"} +{"prompt_id": 151, "fact_id": 151, "subject": "Internet addresses for Brazil", "relation": "Country Suffix", "gold_object": ".br", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Brazil?"} +{"prompt_id": 152, "fact_id": 152, "subject": "Government of Mexico", "relation": "Seat of Government", "gold_object": "Mexico City", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Mexico?"} +{"prompt_id": 153, "fact_id": 153, "subject": "Parliament of Mexico", "relation": "Meets In", "gold_object": "Mexico City", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Mexico meet?"} +{"prompt_id": 154, "fact_id": 154, "subject": "Central Bank of Mexico", "relation": "Issues Currency", "gold_object": "Mexican Peso", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Mexico issue?"} +{"prompt_id": 155, "fact_id": 155, "subject": "Internet addresses for Mexico", "relation": "Country Suffix", "gold_object": ".mx", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Mexico?"} +{"prompt_id": 156, "fact_id": 156, "subject": "Government of Italy", "relation": "Seat of Government", "gold_object": "Rome", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Italy?"} +{"prompt_id": 157, "fact_id": 157, "subject": "Parliament of Italy", "relation": "Meets In", "gold_object": "Rome", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Italy meet?"} +{"prompt_id": 158, "fact_id": 158, "subject": "Central Bank of Italy", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Italy issue?", "object_aliases": ["EUR"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Internet addresses for Italy", "relation": "Country Suffix", "gold_object": ".it", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Italy?"} +{"prompt_id": 160, "fact_id": 160, "subject": "Government of Spain", "relation": "Seat of Government", "gold_object": "Madrid", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Spain?"} +{"prompt_id": 161, "fact_id": 161, "subject": "Parliament of Spain", "relation": "Meets In", "gold_object": "Madrid", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Spain meet?"} +{"prompt_id": 162, "fact_id": 162, "subject": "Central Bank of Spain", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Spain issue?", "object_aliases": ["EUR"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Internet addresses for Spain", "relation": "Country Suffix", "gold_object": ".es", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Spain?"} +{"prompt_id": 164, "fact_id": 164, "subject": "Government of Netherlands", "relation": "Seat of Government", "gold_object": "Amsterdam", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Netherlands?"} +{"prompt_id": 165, "fact_id": 165, "subject": "Parliament of Netherlands", "relation": "Meets In", "gold_object": "Amsterdam", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Netherlands meet?"} +{"prompt_id": 166, "fact_id": 166, "subject": "Central Bank of Netherlands", "relation": "Issues Currency", "gold_object": "Euro", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Netherlands issue?", "object_aliases": ["EUR"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Internet addresses for Netherlands", "relation": "Country Suffix", "gold_object": ".nl", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Netherlands?"} +{"prompt_id": 168, "fact_id": 168, "subject": "Government of Sweden", "relation": "Seat of Government", "gold_object": "Stockholm", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Sweden?"} +{"prompt_id": 169, "fact_id": 169, "subject": "Parliament of Sweden", "relation": "Meets In", "gold_object": "Stockholm", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Sweden meet?"} +{"prompt_id": 170, "fact_id": 170, "subject": "Central Bank of Sweden", "relation": "Issues Currency", "gold_object": "Swedish Krona", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Sweden issue?"} +{"prompt_id": 171, "fact_id": 171, "subject": "Internet addresses for Sweden", "relation": "Country Suffix", "gold_object": ".se", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Sweden?"} +{"prompt_id": 172, "fact_id": 172, "subject": "Government of Norway", "relation": "Seat of Government", "gold_object": "Oslo", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Norway?"} +{"prompt_id": 173, "fact_id": 173, "subject": "Parliament of Norway", "relation": "Meets In", "gold_object": "Oslo", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Norway meet?"} +{"prompt_id": 174, "fact_id": 174, "subject": "Central Bank of Norway", "relation": "Issues Currency", "gold_object": "Norwegian Krone", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Norway issue?"} +{"prompt_id": 175, "fact_id": 175, "subject": "Internet addresses for Norway", "relation": "Country Suffix", "gold_object": ".no", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Norway?"} +{"prompt_id": 176, "fact_id": 176, "subject": "Government of Switzerland", "relation": "Seat of Government", "gold_object": "Bern", "prompt_text": "Could you answer this question: Where is the seat of government of Government of Switzerland?"} +{"prompt_id": 177, "fact_id": 177, "subject": "Parliament of Switzerland", "relation": "Meets In", "gold_object": "Bern", "prompt_text": "Could you answer this question: Where does the parliament of Parliament of Switzerland meet?"} +{"prompt_id": 178, "fact_id": 178, "subject": "Central Bank of Switzerland", "relation": "Issues Currency", "gold_object": "Swiss Franc", "prompt_text": "Could you answer this question: What currency does the central bank of Central Bank of Switzerland issue?"} +{"prompt_id": 179, "fact_id": 179, "subject": "Internet addresses for Switzerland", "relation": "Country Suffix", "gold_object": ".ch", "prompt_text": "Could you answer this question: What country suffix is used for internet addresses in Internet addresses for Switzerland?"} diff --git a/data/custom_databases/generate_custom_prompts.py b/data/custom_databases/generate_custom_prompts.py new file mode 100644 index 0000000..1ff4ed1 --- /dev/null +++ b/data/custom_databases/generate_custom_prompts.py @@ -0,0 +1,453 @@ +import json +from pathlib import Path +from typing import Any + +from generate_custom_databases import ( + COUNTRIES, + COUNTRY_REL_ALIASES, + POLITICIANS, + POLITICIAN_REL_ALIASES, + SPORTS_SUBJECTS, + SPORT_REL_ALIASES, +) + + +ROOT = Path(__file__).resolve().parent +FEWSHOT_PREFIX = ( + "Answer the final question with a short factual phrase.\n\n" + "Question: Where was Ada Lovelace born?\n" + "Answer: London\n\n" + "Question: In what year was Pride and Prejudice published?\n" + "Answer: 1813\n\n" +) + + +def possessive(name: str) -> str: + return f"{name}'" if name.endswith("s") else f"{name}'s" + + +def build_subject_alias_map() -> dict[str, list[str]]: + alias_map: dict[str, list[str]] = {} + + def register(canonical: str, aliases: list[str]) -> None: + merged = [canonical, *aliases] + for value in merged: + alias_map[value] = [item for item in merged if item != value] + + for country in COUNTRIES: + register(country["name"], country["aliases"]) + + for politician in POLITICIANS: + register(politician["name"], politician["aliases"]) + + for subject in SPORTS_SUBJECTS: + register(subject["name"], subject["aliases"]) + + extra_objects = { + "US Dollar": ["USD", "U.S. Dollar"], + "Pound Sterling": ["British Pound", "GBP"], + "Euro": ["EUR"], + "Renminbi": ["Chinese Yuan", "Yuan"], + "Indian Rupee": ["INR"], + "Japanese Yen": ["Yen", "JPY"], + "South Korean Won": ["KRW"], + "North Korean Won": ["KPW"], + "Association football": ["football", "soccer"], + "American football": ["football", "gridiron football"], + "Basketball": ["basketball"], + "Tennis": ["tennis"], + "Athletics": ["track and field"], + "Prime Minister": ["premier"], + "President": ["head of state"], + "Vice President": ["vice president"], + "Chancellor": ["federal chancellor"], + } + for canonical, aliases in extra_objects.items(): + register(canonical, aliases) + + return alias_map + + +def build_object_alias_map() -> dict[str, list[str]]: + alias_map: dict[str, list[str]] = {} + + def register(canonical: str, aliases: list[str]) -> None: + merged = [canonical, *aliases] + for value in merged: + alias_map[value] = [item for item in merged if item != value] + + for country in COUNTRIES: + register(country["name"], country["aliases"]) + + for politician in POLITICIANS: + register(politician["name"], politician["aliases"]) + + for subject in SPORTS_SUBJECTS: + if subject["name"].endswith("national football team"): + continue + register(subject["name"], subject["aliases"]) + + extra_objects = { + "US Dollar": ["USD", "U.S. Dollar"], + "Pound Sterling": ["British Pound", "GBP"], + "Euro": ["EUR"], + "Renminbi": ["Chinese Yuan", "Yuan"], + "Indian Rupee": ["INR"], + "Japanese Yen": ["Yen", "JPY"], + "South Korean Won": ["KRW"], + "North Korean Won": ["KPW"], + "Association football": ["football", "soccer"], + "American football": ["football", "gridiron football"], + "Basketball": ["basketball"], + "Tennis": ["tennis"], + "Athletics": ["track and field"], + "Prime Minister": ["premier"], + "President": ["head of state"], + "Vice President": ["vice president"], + "Chancellor": ["federal chancellor"], + } + for canonical, aliases in extra_objects.items(): + register(canonical, aliases) + + return alias_map + + +def build_relation_alias_map() -> dict[str, list[str]]: + relation_map: dict[str, list[str]] = {} + + def register_relation_family(canonical: str, aliases: list[str]) -> None: + family = [canonical, *aliases] + for relation in family: + relation_map[relation] = [item for item in family if item != relation] + + for canonical, aliases in COUNTRY_REL_ALIASES.items(): + register_relation_family(canonical, aliases) + for canonical, aliases in POLITICIAN_REL_ALIASES.items(): + register_relation_family(canonical, aliases) + for canonical, aliases in SPORT_REL_ALIASES.items(): + register_relation_family(canonical, aliases) + + return relation_map + + +SUBJECT_ALIASES = build_subject_alias_map() +OBJECT_ALIASES = build_object_alias_map() +RELATION_ALIASES = build_relation_alias_map() + + +def direct_question(subject: str, relation: str) -> str: + templates = { + "Capital": f"What is the capital of {subject}?", + "Capital City": f"What is the capital city of {subject}?", + "National Capital": f"What is the national capital of {subject}?", + "Currency": f"What currency does {subject} use?", + "Official Currency": f"What is the official currency of {subject}?", + "Money Used": f"What money is used in {subject}?", + "Continent": f"Which continent is {subject} in?", + "Located In Continent": f"Which continent is {subject} located in?", + "Continent Located In": f"What continent is {subject} located in?", + "Internet TLD": f"What is the internet TLD for {subject}?", + "Country Code TLD": f"What is the country code TLD for {subject}?", + "Internet Suffix": f"What is the internet suffix for {subject}?", + "ISO Code": f"What is the ISO code for {subject}?", + "ISO Alpha-2 Code": f"What is the ISO alpha-2 code for {subject}?", + "Two-Letter ISO Code": f"What is the two-letter ISO code for {subject}?", + "Largest City": f"What is the largest city in {subject}?", + "Demonym": f"What is the demonym for {subject}?", + "Seat of Government": f"Where is the seat of government of {subject}?", + "Meets In": f"Where does the parliament of {subject} meet?", + "Issues Currency": f"What currency does the central bank of {subject} issue?", + "Country Suffix": f"What country suffix is used for internet addresses in {subject}?", + "Country Served": f"Which country did {subject} serve?", + "Country Represented": f"Which country did {subject} represent?", + "Nation Led": f"Which nation did {subject} lead?", + "Birth Year": f"What is {possessive(subject)} birth year?", + "Year Born": f"In what year was {subject} born?", + "Born In Year": f"What year was {subject} born in?", + "Political Party": f"What political party is {subject} associated with?", + "Party Affiliation": f"What is {possessive(subject)} party affiliation?", + "Party": f"What party is {subject} affiliated with?", + "Highest Office": f"What is the highest office held by {subject}?", + "Top Office": f"What top office did {subject} hold?", + "Highest Post": f"What highest post did {subject} hold?", + "Took Highest Office In": f"In what year did {subject} take their highest office?", + "Became Leader In": f"In what year did {subject} become leader?", + "Took Office In": f"In what year did {subject} take office?", + "Immediate Predecessor": f"Who was {subject}'s immediate predecessor?", + "Predecessor In Office": f"Who preceded {subject} in office?", + "Leader Before": f"Who was the leader before {subject}?", + "Led By": f"Who led the {subject}?", + "Figurehead": f"Who was the figurehead of the {subject}?", + "Officeholder": f"Who held the office described by {subject}?", + "Sport": f"What sport is {subject} associated with?", + "Discipline": f"What discipline is {subject} associated with?", + "Sport Played": f"What sport does {subject} play?", + "Country": f"Which country is {subject} associated with?", + "Associated Country": f"What associated country does {subject} have?", + "Country Represented": f"Which country does {subject} represent?", + "Nickname": f"What nickname is {subject} known by?", + "Also Known As": f"What is {subject} also known as?", + "Nickname Used": f"What nickname is used for {subject}?", + "Iconic Club": f"What club is most associated with {subject}?", + "Most Associated Club": f"What is {subject}'s most associated club?", + "Legendary Club": f"What legendary club is associated with {subject}?", + "Iconic Team": f"What team is most associated with {subject}?", + "Most Associated Team": f"What is {subject}'s most associated team?", + "Legendary Team": f"What legendary team is associated with {subject}?", + "Position": f"What position does {subject} play?", + "Playing Position": f"What is {subject}'s playing position?", + "On-Field Role": f"What is {subject}'s on-field role?", + "Turned Pro In": f"In what year did {subject} turn professional?", + "Turned Professional In": f"In what year did {subject} turn professional?", + "Professional Debut Year": f"What is {subject}'s professional debut year?", + "Signature Event": f"What is {subject}'s signature event?", + "Best Known Event": f"What event is {subject} best known for?", + "Signature Discipline": f"What is {subject}'s signature discipline?", + "City": f"What city is {subject} based in?", + "Based In City": f"What city is {subject} based in?", + "Home City": f"What is {subject}'s home city?", + "Home Venue": f"What is the home venue of {subject}?", + "Home Stadium": f"What is {subject}'s home stadium?", + "Home Arena": f"What is {subject}'s home arena?", + "League": f"What league does {subject} compete in?", + "Competes In": f"What competition does {subject} compete in?", + "League Played In": f"What league is {subject} in?", + "Confederation": f"What confederation does {subject} belong to?", + "Continental Confederation": f"What continental confederation does {subject} belong to?", + "Football Confederation": f"What football confederation does {subject} belong to?", + "Captain at 2022 World Cup": f"Who captained {subject} at the 2022 World Cup?", + "2022 World Cup Captain": f"Who was the 2022 World Cup captain of {subject}?", + "Captain in Qatar 2022": f"Who captained {subject} in Qatar 2022?", + "Captain at Euro 2016": f"Who captained {subject} at Euro 2016?", + "Euro 2016 Captain": f"Who was the Euro 2016 captain of {subject}?", + "Captain in France 2016": f"Who captained {subject} in France 2016?", + "Featured Athlete": f"Which featured athlete appears on the {subject}?", + "Stars": f"Who stars in the {subject}?", + "Primary Tenant": f"Who is the primary tenant of {subject}?", + "Refers To": f"Who or what does {subject} refer to?", + "Star Athlete or Team": f"What star athlete or team is associated with {subject}?", + "Major Team": f"What major team is associated with {subject}?", + "Canonical Referent": f"What is the canonical referent of {subject}?", + "Winning Quarterback": f"Who was the winning quarterback in {subject}?", + "Home Club": f"What club calls {subject} home?", + "Home Team": f"What team calls {subject} home?", + "La Liga giant": f"Which La Liga giant is associated with {subject}?", + "NFL team": f"Which NFL team is associated with {subject}?", + "NBA team": f"Which NBA team is associated with {subject}?", + } + if relation in templates: + return templates[relation] + if " taking office in " in relation: + office, year = relation.split(" taking office in ", 1) + return f"Who was the {office.lower()} of {subject} who took office in {year}?" + if relation.startswith("Leader after "): + return f"Who became the leader of {subject} after {relation[len('Leader after '):]}?" + return f"What is the {relation.lower()} of {subject}?" + + +def continuation_prompt(subject: str, relation: str) -> str: + templates = { + "Capital": f"The capital of {subject} is", + "Capital City": f"The capital city of {subject} is", + "National Capital": f"The national capital of {subject} is", + "Currency": f"The currency used in {subject} is", + "Official Currency": f"The official currency of {subject} is", + "Money Used": f"The money used in {subject} is", + "Continent": f"{subject} is in the continent of", + "Located In Continent": f"{subject} is located in the continent of", + "Continent Located In": f"The continent {subject} is located in is", + "Internet TLD": f"The internet TLD for {subject} is", + "Country Code TLD": f"The country code TLD for {subject} is", + "Internet Suffix": f"The internet suffix for {subject} is", + "ISO Code": f"The ISO code for {subject} is", + "ISO Alpha-2 Code": f"The ISO alpha-2 code for {subject} is", + "Two-Letter ISO Code": f"The two-letter ISO code for {subject} is", + "Largest City": f"The largest city in {subject} is", + "Demonym": f"The demonym for {subject} is", + "Seat of Government": f"The seat of government of {subject} is", + "Meets In": f"The parliament of {subject} meets in", + "Issues Currency": f"The central bank of {subject} issues the currency", + "Country Suffix": f"The country suffix used for internet addresses in {subject} is", + "Country Served": f"{subject} served the country", + "Country Represented": f"{subject} represented the country", + "Nation Led": f"{subject} led the nation", + "Birth Year": f"{subject} was born in", + "Year Born": f"{subject} was born in", + "Born In Year": f"{subject} was born in the year", + "Political Party": f"{subject} is associated with the political party", + "Party Affiliation": f"{subject}'s party affiliation is", + "Party": f"{subject} is affiliated with the party", + "Highest Office": f"The highest office held by {subject} is", + "Top Office": f"The top office held by {subject} is", + "Highest Post": f"The highest post held by {subject} is", + "Took Highest Office In": f"{subject} took their highest office in", + "Became Leader In": f"{subject} became leader in", + "Took Office In": f"{subject} took office in", + "Immediate Predecessor": f"{subject}'s immediate predecessor was", + "Predecessor In Office": f"The predecessor in office before {subject} was", + "Leader Before": f"The leader before {subject} was", + "Led By": f"The {subject} was led by", + "Figurehead": f"The figurehead of the {subject} was", + "Officeholder": f"The officeholder described by {subject} was", + "Sport": f"{subject} is associated with the sport", + "Discipline": f"{subject} is associated with the discipline", + "Sport Played": f"The sport played by {subject} is", + "Country": f"{subject} is associated with the country", + "Associated Country": f"The associated country of {subject} is", + "Nickname": f"{subject} is known by the nickname", + "Also Known As": f"{subject} is also known as", + "Nickname Used": f"The nickname used for {subject} is", + "Iconic Club": f"The club most associated with {subject} is", + "Most Associated Club": f"{subject}'s most associated club is", + "Legendary Club": f"The legendary club associated with {subject} is", + "Iconic Team": f"The team most associated with {subject} is", + "Most Associated Team": f"{subject}'s most associated team is", + "Legendary Team": f"The legendary team associated with {subject} is", + "Position": f"{subject} plays the position", + "Playing Position": f"{subject}'s playing position is", + "On-Field Role": f"{subject}'s on-field role is", + "Turned Pro In": f"{subject} turned professional in", + "Turned Professional In": f"{subject} turned professional in", + "Professional Debut Year": f"{subject}'s professional debut year was", + "Signature Event": f"{subject}'s signature event is", + "Best Known Event": f"The event {subject} is best known for is", + "Signature Discipline": f"{subject}'s signature discipline is", + "City": f"{subject} is based in the city of", + "Based In City": f"{subject} is based in the city of", + "Home City": f"{subject}'s home city is", + "Home Venue": f"The home venue of {subject} is", + "Home Stadium": f"{subject}'s home stadium is", + "Home Arena": f"{subject}'s home arena is", + "League": f"{subject} competes in the league", + "Competes In": f"{subject} competes in", + "League Played In": f"The league played in by {subject} is", + "Confederation": f"{subject} belongs to the confederation", + "Continental Confederation": f"{subject} belongs to the continental confederation", + "Football Confederation": f"The football confederation of {subject} is", + "Captain at 2022 World Cup": f"The captain of {subject} at the 2022 World Cup was", + "2022 World Cup Captain": f"The 2022 World Cup captain of {subject} was", + "Captain in Qatar 2022": f"The captain of {subject} in Qatar 2022 was", + "Captain at Euro 2016": f"The captain of {subject} at Euro 2016 was", + "Euro 2016 Captain": f"The Euro 2016 captain of {subject} was", + "Captain in France 2016": f"The captain of {subject} in France 2016 was", + "Featured Athlete": f"The featured athlete on the {subject} is", + "Stars": f"The star in the {subject} is", + "Primary Tenant": f"The primary tenant of {subject} is", + "Refers To": f"{subject} refers to", + "Star Athlete or Team": f"The star athlete or team associated with {subject} is", + "Major Team": f"The major team associated with {subject} is", + "Canonical Referent": f"The canonical referent of {subject} is", + "Winning Quarterback": f"The winning quarterback in {subject} was", + "Home Club": f"The club that calls {subject} home is", + "Home Team": f"The team that calls {subject} home is", + "La Liga giant": f"The La Liga giant associated with {subject} is", + "NFL team": f"The NFL team associated with {subject} is", + "NBA team": f"The NBA team associated with {subject} is", + } + if relation in templates: + return f"Tell me about {subject}. {templates[relation]}" + if " taking office in " in relation: + office, year = relation.split(" taking office in ", 1) + return f"Tell me about {subject}. The {office.lower()} of {subject} who took office in {year} was" + if relation.startswith("Leader after "): + name = relation[len("Leader after ") :] + return f"Tell me about {subject}. The leader of {subject} after {name} was" + return f"Tell me about {subject}. The {relation.lower()} of {subject} is" + + +def cloze_prompt(subject: str, relation: str) -> str: + base = continuation_prompt(subject, relation).replace(f"Tell me about {subject}. ", "") + return f"Complete the sentence with the missing fact: {base} ____." + + +def paraphrased_question(subject: str, relation: str) -> str: + return f"Could you answer this question: {direct_question(subject, relation)}" + + +def contextual_question(subject: str, relation: str) -> str: + return ( + f"Context: I am compiling a concise factual profile for {subject}. " + f"Answer with a short factual phrase.\nQuestion: {direct_question(subject, relation)}" + ) + + +def fewshot_question(subject: str, relation: str) -> str: + return FEWSHOT_PREFIX + f"Question: {direct_question(subject, relation)}\nAnswer:" + + +def prompt_row( + prompt_id: int, + fact_id: int, + subject: str, + relation: str, + gold_object: str, + prompt_text: str, +) -> dict[str, Any]: + row: dict[str, Any] = { + "prompt_id": prompt_id, + "fact_id": fact_id, + "subject": subject, + "relation": relation, + "gold_object": gold_object, + "prompt_text": prompt_text, + } + if subject in SUBJECT_ALIASES and SUBJECT_ALIASES[subject]: + row["subject_aliases"] = SUBJECT_ALIASES[subject] + if relation in RELATION_ALIASES and RELATION_ALIASES[relation]: + row["relation_aliases"] = RELATION_ALIASES[relation] + if gold_object in OBJECT_ALIASES and OBJECT_ALIASES[gold_object]: + row["object_aliases"] = OBJECT_ALIASES[gold_object] + return row + + +def generate_prompt_file( + db_path: Path, + out_path: Path, + builder, +) -> None: + with db_path.open(encoding="utf-8") as f: + db = json.load(f) + + rows: list[dict[str, Any]] = [] + for fact_id, (subject, relation, gold_object) in enumerate(db["triplets"]): + rows.append( + prompt_row( + prompt_id=fact_id, + fact_id=fact_id, + subject=subject, + relation=relation, + gold_object=gold_object, + prompt_text=builder(subject, relation), + ) + ) + + out_path.parent.mkdir(parents=True, exist_ok=True) + with out_path.open("w", encoding="utf-8") as f: + for row in rows: + f.write(json.dumps(row, ensure_ascii=False) + "\n") + + +def generate_variant_prompts(domain: str, variant: str) -> None: + db_path = ROOT / domain / f"{variant}.json" + prompt_dir = ROOT / domain / "prompts" / variant + builders = { + "prompts_direct_questions.jsonl": direct_question, + "prompts_paraphrased_questions.jsonl": paraphrased_question, + "prompts_contextual_questions.jsonl": contextual_question, + "prompts_continuations.jsonl": continuation_prompt, + "prompts_cloze.jsonl": cloze_prompt, + "prompts_fewshot_questions.jsonl": fewshot_question, + } + for filename, builder in builders.items(): + generate_prompt_file(db_path, prompt_dir / filename, builder) + + +def generate_all() -> None: + for domain in ("countries", "politicians", "sports"): + for variant in ("base", "alias", "noise", "collision"): + generate_variant_prompts(domain, variant) + print(f"{domain}/prompts/{variant}: generated") + + +if __name__ == "__main__": + generate_all() diff --git a/data/custom_databases/politicians/prompts/alias/prompts_cloze.jsonl b/data/custom_databases/politicians/prompts/alias/prompts_cloze.jsonl new file mode 100644 index 0000000..0d9b72f --- /dev/null +++ b/data/custom_databases/politicians/prompts/alias/prompts_cloze.jsonl @@ -0,0 +1,240 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald J. Trump", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Donald J. Trump represented the country ____.", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Trump", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Trump led the nation ____.", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald J. Trump", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Donald J. Trump was born in ____.", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Trump", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Trump was born in the year ____.", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald J. Trump", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Donald J. Trump's party affiliation is ____.", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Trump", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Trump is affiliated with the party ____.", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Donald J. Trump", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Donald J. Trump is ____.", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Trump", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Trump is ____.", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Donald J. Trump", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Donald J. Trump became leader in ____.", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Trump", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Trump took office in ____.", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Donald J. Trump", "relation": "Predecessor In Office", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Donald J. Trump was ____.", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Trump", "relation": "Leader Before", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: The leader before Trump was ____.", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Joseph R. Biden Jr.", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Joseph R. Biden Jr. represented the country ____.", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Biden", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Biden led the nation ____.", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Joseph R. Biden Jr.", "relation": "Year Born", "gold_object": "1942", "prompt_text": "Complete the sentence with the missing fact: Joseph R. Biden Jr. was born in ____.", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Biden", "relation": "Born In Year", "gold_object": "1942", "prompt_text": "Complete the sentence with the missing fact: Biden was born in the year ____.", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Joseph R. Biden Jr.", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Joseph R. Biden Jr.'s party affiliation is ____.", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Biden", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Biden is affiliated with the party ____.", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Joseph R. Biden Jr.", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Joseph R. Biden Jr. is ____.", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Biden", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Biden is ____.", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Joseph R. Biden Jr.", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Joseph R. Biden Jr. became leader in ____.", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Biden", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Biden took office in ____.", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Joseph R. Biden Jr.", "relation": "Predecessor In Office", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Joseph R. Biden Jr. was ____.", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Biden", "relation": "Leader Before", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: The leader before Biden was ____.", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Barack H. Obama", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Barack H. Obama represented the country ____.", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Obama", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Obama led the nation ____.", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Barack H. Obama", "relation": "Year Born", "gold_object": "1961", "prompt_text": "Complete the sentence with the missing fact: Barack H. Obama was born in ____.", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Obama", "relation": "Born In Year", "gold_object": "1961", "prompt_text": "Complete the sentence with the missing fact: Obama was born in the year ____.", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Barack H. Obama", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Barack H. Obama's party affiliation is ____.", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Obama", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Obama is affiliated with the party ____.", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Barack H. Obama", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Barack H. Obama is ____.", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Obama", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Obama is ____.", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Barack H. Obama", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Barack H. Obama became leader in ____.", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Obama", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Obama took office in ____.", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Barack H. Obama", "relation": "Predecessor In Office", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Barack H. Obama was ____.", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Obama", "relation": "Leader Before", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: The leader before Obama was ____.", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Kamala D. Harris", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Kamala D. Harris represented the country ____.", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Harris", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Harris led the nation ____.", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Kamala D. Harris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Kamala D. Harris was born in ____.", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Harris", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Harris was born in the year ____.", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Kamala D. Harris", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Kamala D. Harris's party affiliation is ____.", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Harris", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Harris is affiliated with the party ____.", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Kamala D. Harris", "relation": "Top Office", "gold_object": "Vice President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Kamala D. Harris is ____.", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Harris", "relation": "Highest Post", "gold_object": "Vice President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Harris is ____.", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["vice president"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Kamala D. Harris", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Kamala D. Harris became leader in ____.", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Harris", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Harris took office in ____.", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Kamala D. Harris", "relation": "Predecessor In Office", "gold_object": "Mike Pence", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Kamala D. Harris was ____.", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Harris", "relation": "Leader Before", "gold_object": "Mike Pence", "prompt_text": "Complete the sentence with the missing fact: The leader before Harris was ____.", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Hillary Rodham Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Hillary Rodham Clinton represented the country ____.", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Hillary Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton led the nation ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Hillary Rodham Clinton", "relation": "Year Born", "gold_object": "1947", "prompt_text": "Complete the sentence with the missing fact: Hillary Rodham Clinton was born in ____.", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Hillary Clinton", "relation": "Born In Year", "gold_object": "1947", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton was born in the year ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Hillary Rodham Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Hillary Rodham Clinton's party affiliation is ____.", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Hillary Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton is affiliated with the party ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Hillary Rodham Clinton", "relation": "Top Office", "gold_object": "Secretary of State", "prompt_text": "Complete the sentence with the missing fact: The top office held by Hillary Rodham Clinton is ____.", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Highest Office", "Highest Post"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Hillary Clinton", "relation": "Highest Post", "gold_object": "Secretary of State", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Hillary Clinton is ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Highest Office", "Top Office"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Hillary Rodham Clinton", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Hillary Rodham Clinton became leader in ____.", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Hillary Clinton", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton took office in ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Hillary Rodham Clinton", "relation": "Predecessor In Office", "gold_object": "Condoleezza Rice", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Hillary Rodham Clinton was ____.", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Hillary Clinton", "relation": "Leader Before", "gold_object": "Condoleezza Rice", "prompt_text": "Complete the sentence with the missing fact: The leader before Hillary Clinton was ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 60, "fact_id": 60, "subject": "George Bush", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: George Bush represented the country ____.", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Bush 43", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Bush 43 led the nation ____.", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 62, "fact_id": 62, "subject": "George Bush", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: George Bush was born in ____.", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Bush 43", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Bush 43 was born in the year ____.", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 64, "fact_id": 64, "subject": "George Bush", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: George Bush's party affiliation is ____.", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Bush 43", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Bush 43 is affiliated with the party ____.", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 66, "fact_id": 66, "subject": "George Bush", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by George Bush is ____.", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Bush 43", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Bush 43 is ____.", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 68, "fact_id": 68, "subject": "George Bush", "relation": "Became Leader In", "gold_object": "2001", "prompt_text": "Complete the sentence with the missing fact: George Bush became leader in ____.", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Bush 43", "relation": "Took Office In", "gold_object": "2001", "prompt_text": "Complete the sentence with the missing fact: Bush 43 took office in ____.", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "George Bush", "relation": "Predecessor In Office", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before George Bush was ____.", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Bush 43", "relation": "Leader Before", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: The leader before Bush 43 was ____.", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 72, "fact_id": 72, "subject": "William J. Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: William J. Clinton represented the country ____.", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Clinton led the nation ____.", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 74, "fact_id": 74, "subject": "William J. Clinton", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: William J. Clinton was born in ____.", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Clinton", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Clinton was born in the year ____.", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "William J. Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: William J. Clinton's party affiliation is ____.", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Clinton is affiliated with the party ____.", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 78, "fact_id": 78, "subject": "William J. Clinton", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by William J. Clinton is ____.", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Clinton", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Clinton is ____.", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 80, "fact_id": 80, "subject": "William J. Clinton", "relation": "Became Leader In", "gold_object": "1993", "prompt_text": "Complete the sentence with the missing fact: William J. Clinton became leader in ____.", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Clinton", "relation": "Took Office In", "gold_object": "1993", "prompt_text": "Complete the sentence with the missing fact: Clinton took office in ____.", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 82, "fact_id": 82, "subject": "William J. Clinton", "relation": "Predecessor In Office", "gold_object": "George H. W. Bush", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before William J. Clinton was ____.", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Clinton", "relation": "Leader Before", "gold_object": "George H. W. Bush", "prompt_text": "Complete the sentence with the missing fact: The leader before Clinton was ____.", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Reagan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Reagan represented the country ____.", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Ronald W. Reagan", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Ronald W. Reagan led the nation ____.", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Reagan", "relation": "Year Born", "gold_object": "1911", "prompt_text": "Complete the sentence with the missing fact: Reagan was born in ____.", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Ronald W. Reagan", "relation": "Born In Year", "gold_object": "1911", "prompt_text": "Complete the sentence with the missing fact: Ronald W. Reagan was born in the year ____.", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Reagan", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Reagan's party affiliation is ____.", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Ronald W. Reagan", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Ronald W. Reagan is affiliated with the party ____.", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Reagan", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Reagan is ____.", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Ronald W. Reagan", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Ronald W. Reagan is ____.", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Reagan", "relation": "Became Leader In", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Reagan became leader in ____.", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Ronald W. Reagan", "relation": "Took Office In", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Ronald W. Reagan took office in ____.", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Reagan", "relation": "Predecessor In Office", "gold_object": "Jimmy Carter", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Reagan was ____.", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Ronald W. Reagan", "relation": "Leader Before", "gold_object": "Jimmy Carter", "prompt_text": "Complete the sentence with the missing fact: The leader before Ronald W. Reagan was ____.", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Boris", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Boris represented the country ____.", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Alexander Boris de Pfeffel Johnson led the nation ____.", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Boris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Boris was born in ____.", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Alexander Boris de Pfeffel Johnson was born in the year ____.", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Boris", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Boris's party affiliation is ____.", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Alexander Boris de Pfeffel Johnson is affiliated with the party ____.", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Boris", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The top office held by Boris is ____.", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Alexander Boris de Pfeffel Johnson is ____.", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Boris", "relation": "Became Leader In", "gold_object": "2019", "prompt_text": "Complete the sentence with the missing fact: Boris became leader in ____.", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Took Office In", "gold_object": "2019", "prompt_text": "Complete the sentence with the missing fact: Alexander Boris de Pfeffel Johnson took office in ____.", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Boris", "relation": "Predecessor In Office", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Boris was ____.", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Leader Before", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: The leader before Alexander Boris de Pfeffel Johnson was ____.", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 108, "fact_id": 108, "subject": "May", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: May represented the country ____.", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Theresa M. May", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Theresa M. May led the nation ____.", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 110, "fact_id": 110, "subject": "May", "relation": "Year Born", "gold_object": "1956", "prompt_text": "Complete the sentence with the missing fact: May was born in ____.", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Theresa M. May", "relation": "Born In Year", "gold_object": "1956", "prompt_text": "Complete the sentence with the missing fact: Theresa M. May was born in the year ____.", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 112, "fact_id": 112, "subject": "May", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: May's party affiliation is ____.", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Theresa M. May", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Theresa M. May is affiliated with the party ____.", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 114, "fact_id": 114, "subject": "May", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The top office held by May is ____.", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Theresa M. May", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Theresa M. May is ____.", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 116, "fact_id": 116, "subject": "May", "relation": "Became Leader In", "gold_object": "2016", "prompt_text": "Complete the sentence with the missing fact: May became leader in ____.", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Theresa M. May", "relation": "Took Office In", "gold_object": "2016", "prompt_text": "Complete the sentence with the missing fact: Theresa M. May took office in ____.", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 118, "fact_id": 118, "subject": "May", "relation": "Predecessor In Office", "gold_object": "David Cameron", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before May was ____.", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Theresa M. May", "relation": "Leader Before", "gold_object": "David Cameron", "prompt_text": "Complete the sentence with the missing fact: The leader before Theresa M. May was ____.", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Sunak", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Sunak represented the country ____.", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Rishi", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Rishi led the nation ____.", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Sunak", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Sunak was born in ____.", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Rishi", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Rishi was born in the year ____.", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Sunak", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Sunak's party affiliation is ____.", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Rishi", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Rishi is affiliated with the party ____.", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Sunak", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The top office held by Sunak is ____.", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Rishi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Rishi is ____.", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Sunak", "relation": "Became Leader In", "gold_object": "2022", "prompt_text": "Complete the sentence with the missing fact: Sunak became leader in ____.", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Rishi", "relation": "Took Office In", "gold_object": "2022", "prompt_text": "Complete the sentence with the missing fact: Rishi took office in ____.", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Sunak", "relation": "Predecessor In Office", "gold_object": "Liz Truss", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Sunak was ____.", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Rishi", "relation": "Leader Before", "gold_object": "Liz Truss", "prompt_text": "Complete the sentence with the missing fact: The leader before Rishi was ____.", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Starmer", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Starmer represented the country ____.", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Sir Keir Starmer", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Sir Keir Starmer led the nation ____.", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Starmer", "relation": "Year Born", "gold_object": "1962", "prompt_text": "Complete the sentence with the missing fact: Starmer was born in ____.", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sir Keir Starmer", "relation": "Born In Year", "gold_object": "1962", "prompt_text": "Complete the sentence with the missing fact: Sir Keir Starmer was born in the year ____.", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Starmer", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Starmer's party affiliation is ____.", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Sir Keir Starmer", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Sir Keir Starmer is affiliated with the party ____.", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Starmer", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The top office held by Starmer is ____.", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Sir Keir Starmer", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Sir Keir Starmer is ____.", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Starmer", "relation": "Became Leader In", "gold_object": "2024", "prompt_text": "Complete the sentence with the missing fact: Starmer became leader in ____.", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Sir Keir Starmer", "relation": "Took Office In", "gold_object": "2024", "prompt_text": "Complete the sentence with the missing fact: Sir Keir Starmer took office in ____.", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Starmer", "relation": "Predecessor In Office", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Starmer was ____.", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Sir Keir Starmer", "relation": "Leader Before", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: The leader before Sir Keir Starmer was ____.", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Putin", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Putin represented the country ____.", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Vladimir V. Putin", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Vladimir V. Putin led the nation ____.", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Putin", "relation": "Year Born", "gold_object": "1952", "prompt_text": "Complete the sentence with the missing fact: Putin was born in ____.", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Vladimir V. Putin", "relation": "Born In Year", "gold_object": "1952", "prompt_text": "Complete the sentence with the missing fact: Vladimir V. Putin was born in the year ____.", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Putin", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Putin's party affiliation is ____.", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Vladimir V. Putin", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Vladimir V. Putin is affiliated with the party ____.", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Putin", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Putin is ____.", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Vladimir V. Putin", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Vladimir V. Putin is ____.", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Putin", "relation": "Became Leader In", "gold_object": "2000", "prompt_text": "Complete the sentence with the missing fact: Putin became leader in ____.", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Vladimir V. Putin", "relation": "Took Office In", "gold_object": "2000", "prompt_text": "Complete the sentence with the missing fact: Vladimir V. Putin took office in ____.", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Putin", "relation": "Predecessor In Office", "gold_object": "Boris Yeltsin", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Putin was ____.", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Vladimir V. Putin", "relation": "Leader Before", "gold_object": "Boris Yeltsin", "prompt_text": "Complete the sentence with the missing fact: The leader before Vladimir V. Putin was ____.", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Medvedev", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Medvedev represented the country ____.", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Dmitry A. Medvedev", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Dmitry A. Medvedev led the nation ____.", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Medvedev", "relation": "Year Born", "gold_object": "1965", "prompt_text": "Complete the sentence with the missing fact: Medvedev was born in ____.", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry A. Medvedev", "relation": "Born In Year", "gold_object": "1965", "prompt_text": "Complete the sentence with the missing fact: Dmitry A. Medvedev was born in the year ____.", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Medvedev", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Medvedev's party affiliation is ____.", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dmitry A. Medvedev", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Dmitry A. Medvedev is affiliated with the party ____.", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Medvedev", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Medvedev is ____.", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dmitry A. Medvedev", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Dmitry A. Medvedev is ____.", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Medvedev", "relation": "Became Leader In", "gold_object": "2008", "prompt_text": "Complete the sentence with the missing fact: Medvedev became leader in ____.", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dmitry A. Medvedev", "relation": "Took Office In", "gold_object": "2008", "prompt_text": "Complete the sentence with the missing fact: Dmitry A. Medvedev took office in ____.", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Medvedev", "relation": "Predecessor In Office", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Medvedev was ____.", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dmitry A. Medvedev", "relation": "Leader Before", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: The leader before Dmitry A. Medvedev was ____.", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Xi", "relation": "Country Represented", "gold_object": "China", "prompt_text": "Complete the sentence with the missing fact: Xi represented the country ____.", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 169, "fact_id": 169, "subject": "President Xi", "relation": "Nation Led", "gold_object": "China", "prompt_text": "Complete the sentence with the missing fact: President Xi led the nation ____.", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Xi", "relation": "Year Born", "gold_object": "1953", "prompt_text": "Complete the sentence with the missing fact: Xi was born in ____.", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 171, "fact_id": 171, "subject": "President Xi", "relation": "Born In Year", "gold_object": "1953", "prompt_text": "Complete the sentence with the missing fact: President Xi was born in the year ____.", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Xi", "relation": "Party Affiliation", "gold_object": "Chinese Communist Party", "prompt_text": "Complete the sentence with the missing fact: Xi's party affiliation is ____.", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 173, "fact_id": 173, "subject": "President Xi", "relation": "Party", "gold_object": "Chinese Communist Party", "prompt_text": "Complete the sentence with the missing fact: President Xi is affiliated with the party ____.", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Xi", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Xi is ____.", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 175, "fact_id": 175, "subject": "President Xi", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by President Xi is ____.", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Xi", "relation": "Became Leader In", "gold_object": "2013", "prompt_text": "Complete the sentence with the missing fact: Xi became leader in ____.", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 177, "fact_id": 177, "subject": "President Xi", "relation": "Took Office In", "gold_object": "2013", "prompt_text": "Complete the sentence with the missing fact: President Xi took office in ____.", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Xi", "relation": "Predecessor In Office", "gold_object": "Hu Jintao", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Xi was ____.", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 179, "fact_id": 179, "subject": "President Xi", "relation": "Leader Before", "gold_object": "Hu Jintao", "prompt_text": "Complete the sentence with the missing fact: The leader before President Xi was ____.", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Modi", "relation": "Country Represented", "gold_object": "India", "prompt_text": "Complete the sentence with the missing fact: Modi represented the country ____.", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Republic of India"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Narendra D. Modi", "relation": "Nation Led", "gold_object": "India", "prompt_text": "Complete the sentence with the missing fact: Narendra D. Modi led the nation ____.", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Republic of India"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Modi", "relation": "Year Born", "gold_object": "1950", "prompt_text": "Complete the sentence with the missing fact: Modi was born in ____.", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Narendra D. Modi", "relation": "Born In Year", "gold_object": "1950", "prompt_text": "Complete the sentence with the missing fact: Narendra D. Modi was born in the year ____.", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Modi", "relation": "Party Affiliation", "gold_object": "Bharatiya Janata Party", "prompt_text": "Complete the sentence with the missing fact: Modi's party affiliation is ____.", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Narendra D. Modi", "relation": "Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Complete the sentence with the missing fact: Narendra D. Modi is affiliated with the party ____.", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Modi", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The top office held by Modi is ____.", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Narendra D. Modi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Narendra D. Modi is ____.", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Modi", "relation": "Became Leader In", "gold_object": "2014", "prompt_text": "Complete the sentence with the missing fact: Modi became leader in ____.", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Narendra D. Modi", "relation": "Took Office In", "gold_object": "2014", "prompt_text": "Complete the sentence with the missing fact: Narendra D. Modi took office in ____.", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Modi", "relation": "Predecessor In Office", "gold_object": "Manmohan Singh", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Modi was ____.", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Narendra D. Modi", "relation": "Leader Before", "gold_object": "Manmohan Singh", "prompt_text": "Complete the sentence with the missing fact: The leader before Narendra D. Modi was ____.", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Macron", "relation": "Country Represented", "gold_object": "France", "prompt_text": "Complete the sentence with the missing fact: Macron represented the country ____.", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["French Republic"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Emmanuel J. Macron", "relation": "Nation Led", "gold_object": "France", "prompt_text": "Complete the sentence with the missing fact: Emmanuel J. Macron led the nation ____.", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["French Republic"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Macron", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Macron was born in ____.", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Emmanuel J. Macron", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Emmanuel J. Macron was born in the year ____.", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Macron", "relation": "Party Affiliation", "gold_object": "Renaissance", "prompt_text": "Complete the sentence with the missing fact: Macron's party affiliation is ____.", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Emmanuel J. Macron", "relation": "Party", "gold_object": "Renaissance", "prompt_text": "Complete the sentence with the missing fact: Emmanuel J. Macron is affiliated with the party ____.", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Macron", "relation": "Top Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The top office held by Macron is ____.", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Emmanuel J. Macron", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Emmanuel J. Macron is ____.", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 200, "fact_id": 200, "subject": "Macron", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Macron became leader in ____.", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 201, "fact_id": 201, "subject": "Emmanuel J. Macron", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Emmanuel J. Macron took office in ____.", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 202, "fact_id": 202, "subject": "Macron", "relation": "Predecessor In Office", "gold_object": "François Hollande", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Macron was ____.", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 203, "fact_id": 203, "subject": "Emmanuel J. Macron", "relation": "Leader Before", "gold_object": "François Hollande", "prompt_text": "Complete the sentence with the missing fact: The leader before Emmanuel J. Macron was ____.", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 204, "fact_id": 204, "subject": "Merkel", "relation": "Country Represented", "gold_object": "Germany", "prompt_text": "Complete the sentence with the missing fact: Merkel represented the country ____.", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 205, "fact_id": 205, "subject": "Angela D. Merkel", "relation": "Nation Led", "gold_object": "Germany", "prompt_text": "Complete the sentence with the missing fact: Angela D. Merkel led the nation ____.", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 206, "fact_id": 206, "subject": "Merkel", "relation": "Year Born", "gold_object": "1954", "prompt_text": "Complete the sentence with the missing fact: Merkel was born in ____.", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 207, "fact_id": 207, "subject": "Angela D. Merkel", "relation": "Born In Year", "gold_object": "1954", "prompt_text": "Complete the sentence with the missing fact: Angela D. Merkel was born in the year ____.", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 208, "fact_id": 208, "subject": "Merkel", "relation": "Party Affiliation", "gold_object": "Christian Democratic Union", "prompt_text": "Complete the sentence with the missing fact: Merkel's party affiliation is ____.", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 209, "fact_id": 209, "subject": "Angela D. Merkel", "relation": "Party", "gold_object": "Christian Democratic Union", "prompt_text": "Complete the sentence with the missing fact: Angela D. Merkel is affiliated with the party ____.", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 210, "fact_id": 210, "subject": "Merkel", "relation": "Top Office", "gold_object": "Chancellor", "prompt_text": "Complete the sentence with the missing fact: The top office held by Merkel is ____.", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 211, "fact_id": 211, "subject": "Angela D. Merkel", "relation": "Highest Post", "gold_object": "Chancellor", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Angela D. Merkel is ____.", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 212, "fact_id": 212, "subject": "Merkel", "relation": "Became Leader In", "gold_object": "2005", "prompt_text": "Complete the sentence with the missing fact: Merkel became leader in ____.", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 213, "fact_id": 213, "subject": "Angela D. Merkel", "relation": "Took Office In", "gold_object": "2005", "prompt_text": "Complete the sentence with the missing fact: Angela D. Merkel took office in ____.", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 214, "fact_id": 214, "subject": "Merkel", "relation": "Predecessor In Office", "gold_object": "Gerhard Schröder", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Merkel was ____.", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 215, "fact_id": 215, "subject": "Angela D. Merkel", "relation": "Leader Before", "gold_object": "Gerhard Schröder", "prompt_text": "Complete the sentence with the missing fact: The leader before Angela D. Merkel was ____.", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 216, "fact_id": 216, "subject": "Trudeau", "relation": "Country Represented", "gold_object": "Canada", "prompt_text": "Complete the sentence with the missing fact: Trudeau represented the country ____.", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["CA"]} +{"prompt_id": 217, "fact_id": 217, "subject": "Justin P. J. Trudeau", "relation": "Nation Led", "gold_object": "Canada", "prompt_text": "Complete the sentence with the missing fact: Justin P. J. Trudeau led the nation ____.", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["CA"]} +{"prompt_id": 218, "fact_id": 218, "subject": "Trudeau", "relation": "Year Born", "gold_object": "1971", "prompt_text": "Complete the sentence with the missing fact: Trudeau was born in ____.", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 219, "fact_id": 219, "subject": "Justin P. J. Trudeau", "relation": "Born In Year", "gold_object": "1971", "prompt_text": "Complete the sentence with the missing fact: Justin P. J. Trudeau was born in the year ____.", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 220, "fact_id": 220, "subject": "Trudeau", "relation": "Party Affiliation", "gold_object": "Liberal Party", "prompt_text": "Complete the sentence with the missing fact: Trudeau's party affiliation is ____.", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 221, "fact_id": 221, "subject": "Justin P. J. Trudeau", "relation": "Party", "gold_object": "Liberal Party", "prompt_text": "Complete the sentence with the missing fact: Justin P. J. Trudeau is affiliated with the party ____.", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 222, "fact_id": 222, "subject": "Trudeau", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The top office held by Trudeau is ____.", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 223, "fact_id": 223, "subject": "Justin P. J. Trudeau", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Justin P. J. Trudeau is ____.", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 224, "fact_id": 224, "subject": "Trudeau", "relation": "Became Leader In", "gold_object": "2015", "prompt_text": "Complete the sentence with the missing fact: Trudeau became leader in ____.", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 225, "fact_id": 225, "subject": "Justin P. J. Trudeau", "relation": "Took Office In", "gold_object": "2015", "prompt_text": "Complete the sentence with the missing fact: Justin P. J. Trudeau took office in ____.", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 226, "fact_id": 226, "subject": "Trudeau", "relation": "Predecessor In Office", "gold_object": "Stephen Harper", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Trudeau was ____.", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 227, "fact_id": 227, "subject": "Justin P. J. Trudeau", "relation": "Leader Before", "gold_object": "Stephen Harper", "prompt_text": "Complete the sentence with the missing fact: The leader before Justin P. J. Trudeau was ____.", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 228, "fact_id": 228, "subject": "Ardern", "relation": "Country Represented", "gold_object": "New Zealand", "prompt_text": "Complete the sentence with the missing fact: Ardern represented the country ____.", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 229, "fact_id": 229, "subject": "Jacinda K. L. Ardern", "relation": "Nation Led", "gold_object": "New Zealand", "prompt_text": "Complete the sentence with the missing fact: Jacinda K. L. Ardern led the nation ____.", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Country Served", "Country Represented"]} +{"prompt_id": 230, "fact_id": 230, "subject": "Ardern", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Ardern was born in ____.", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 231, "fact_id": 231, "subject": "Jacinda K. L. Ardern", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Jacinda K. L. Ardern was born in the year ____.", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 232, "fact_id": 232, "subject": "Ardern", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Ardern's party affiliation is ____.", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 233, "fact_id": 233, "subject": "Jacinda K. L. Ardern", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Jacinda K. L. Ardern is affiliated with the party ____.", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 234, "fact_id": 234, "subject": "Ardern", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The top office held by Ardern is ____.", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 235, "fact_id": 235, "subject": "Jacinda K. L. Ardern", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest post held by Jacinda K. L. Ardern is ____.", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 236, "fact_id": 236, "subject": "Ardern", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Ardern became leader in ____.", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 237, "fact_id": 237, "subject": "Jacinda K. L. Ardern", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Jacinda K. L. Ardern took office in ____.", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 238, "fact_id": 238, "subject": "Ardern", "relation": "Predecessor In Office", "gold_object": "Bill English", "prompt_text": "Complete the sentence with the missing fact: The predecessor in office before Ardern was ____.", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 239, "fact_id": 239, "subject": "Jacinda K. L. Ardern", "relation": "Leader Before", "gold_object": "Bill English", "prompt_text": "Complete the sentence with the missing fact: The leader before Jacinda K. L. Ardern was ____.", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} diff --git a/data/custom_databases/politicians/prompts/alias/prompts_contextual_questions.jsonl b/data/custom_databases/politicians/prompts/alias/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..713ce57 --- /dev/null +++ b/data/custom_databases/politicians/prompts/alias/prompts_contextual_questions.jsonl @@ -0,0 +1,240 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald J. Trump", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Donald J. Trump. Answer with a short factual phrase.\nQuestion: Which country does Donald J. Trump represent?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Trump", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Trump. Answer with a short factual phrase.\nQuestion: Which nation did Trump lead?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald J. Trump", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Donald J. Trump. Answer with a short factual phrase.\nQuestion: In what year was Donald J. Trump born?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Trump", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Trump. Answer with a short factual phrase.\nQuestion: What year was Trump born in?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald J. Trump", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Donald J. Trump. Answer with a short factual phrase.\nQuestion: What is Donald J. Trump's party affiliation?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Trump", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Trump. Answer with a short factual phrase.\nQuestion: What party is Trump affiliated with?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Donald J. Trump", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Donald J. Trump. Answer with a short factual phrase.\nQuestion: What top office did Donald J. Trump hold?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Trump", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Trump. Answer with a short factual phrase.\nQuestion: What highest post did Trump hold?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Donald J. Trump", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Donald J. Trump. Answer with a short factual phrase.\nQuestion: In what year did Donald J. Trump become leader?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Trump", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Trump. Answer with a short factual phrase.\nQuestion: In what year did Trump take office?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Donald J. Trump", "relation": "Predecessor In Office", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for Donald J. Trump. Answer with a short factual phrase.\nQuestion: Who preceded Donald J. Trump in office?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Trump", "relation": "Leader Before", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for Trump. Answer with a short factual phrase.\nQuestion: Who was the leader before Trump?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Joseph R. Biden Jr.", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Joseph R. Biden Jr.. Answer with a short factual phrase.\nQuestion: Which country does Joseph R. Biden Jr. represent?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Biden", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Biden. Answer with a short factual phrase.\nQuestion: Which nation did Biden lead?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Joseph R. Biden Jr.", "relation": "Year Born", "gold_object": "1942", "prompt_text": "Context: I am compiling a concise factual profile for Joseph R. Biden Jr.. Answer with a short factual phrase.\nQuestion: In what year was Joseph R. Biden Jr. born?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Biden", "relation": "Born In Year", "gold_object": "1942", "prompt_text": "Context: I am compiling a concise factual profile for Biden. Answer with a short factual phrase.\nQuestion: What year was Biden born in?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Joseph R. Biden Jr.", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Joseph R. Biden Jr.. Answer with a short factual phrase.\nQuestion: What is Joseph R. Biden Jr.'s party affiliation?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Biden", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Biden. Answer with a short factual phrase.\nQuestion: What party is Biden affiliated with?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Joseph R. Biden Jr.", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Joseph R. Biden Jr.. Answer with a short factual phrase.\nQuestion: What top office did Joseph R. Biden Jr. hold?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Biden", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Biden. Answer with a short factual phrase.\nQuestion: What highest post did Biden hold?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Joseph R. Biden Jr.", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Joseph R. Biden Jr.. Answer with a short factual phrase.\nQuestion: In what year did Joseph R. Biden Jr. become leader?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Biden", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Biden. Answer with a short factual phrase.\nQuestion: In what year did Biden take office?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Joseph R. Biden Jr.", "relation": "Predecessor In Office", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for Joseph R. Biden Jr.. Answer with a short factual phrase.\nQuestion: Who preceded Joseph R. Biden Jr. in office?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Biden", "relation": "Leader Before", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for Biden. Answer with a short factual phrase.\nQuestion: Who was the leader before Biden?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Barack H. Obama", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Barack H. Obama. Answer with a short factual phrase.\nQuestion: Which country does Barack H. Obama represent?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Obama", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Obama. Answer with a short factual phrase.\nQuestion: Which nation did Obama lead?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Barack H. Obama", "relation": "Year Born", "gold_object": "1961", "prompt_text": "Context: I am compiling a concise factual profile for Barack H. Obama. Answer with a short factual phrase.\nQuestion: In what year was Barack H. Obama born?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Obama", "relation": "Born In Year", "gold_object": "1961", "prompt_text": "Context: I am compiling a concise factual profile for Obama. Answer with a short factual phrase.\nQuestion: What year was Obama born in?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Barack H. Obama", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Barack H. Obama. Answer with a short factual phrase.\nQuestion: What is Barack H. Obama's party affiliation?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Obama", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Obama. Answer with a short factual phrase.\nQuestion: What party is Obama affiliated with?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Barack H. Obama", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Barack H. Obama. Answer with a short factual phrase.\nQuestion: What top office did Barack H. Obama hold?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Obama", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Obama. Answer with a short factual phrase.\nQuestion: What highest post did Obama hold?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Barack H. Obama", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Barack H. Obama. Answer with a short factual phrase.\nQuestion: In what year did Barack H. Obama become leader?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Obama", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Obama. Answer with a short factual phrase.\nQuestion: In what year did Obama take office?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Barack H. Obama", "relation": "Predecessor In Office", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Barack H. Obama. Answer with a short factual phrase.\nQuestion: Who preceded Barack H. Obama in office?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Obama", "relation": "Leader Before", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Obama. Answer with a short factual phrase.\nQuestion: Who was the leader before Obama?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Kamala D. Harris", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Kamala D. Harris. Answer with a short factual phrase.\nQuestion: Which country does Kamala D. Harris represent?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Harris", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Harris. Answer with a short factual phrase.\nQuestion: Which nation did Harris lead?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Kamala D. Harris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Kamala D. Harris. Answer with a short factual phrase.\nQuestion: In what year was Kamala D. Harris born?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Harris", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Harris. Answer with a short factual phrase.\nQuestion: What year was Harris born in?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Kamala D. Harris", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Kamala D. Harris. Answer with a short factual phrase.\nQuestion: What is Kamala D. Harris' party affiliation?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Harris", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Harris. Answer with a short factual phrase.\nQuestion: What party is Harris affiliated with?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Kamala D. Harris", "relation": "Top Office", "gold_object": "Vice President", "prompt_text": "Context: I am compiling a concise factual profile for Kamala D. Harris. Answer with a short factual phrase.\nQuestion: What top office did Kamala D. Harris hold?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Harris", "relation": "Highest Post", "gold_object": "Vice President", "prompt_text": "Context: I am compiling a concise factual profile for Harris. Answer with a short factual phrase.\nQuestion: What highest post did Harris hold?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["vice president"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Kamala D. Harris", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Kamala D. Harris. Answer with a short factual phrase.\nQuestion: In what year did Kamala D. Harris become leader?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Harris", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Harris. Answer with a short factual phrase.\nQuestion: In what year did Harris take office?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Kamala D. Harris", "relation": "Predecessor In Office", "gold_object": "Mike Pence", "prompt_text": "Context: I am compiling a concise factual profile for Kamala D. Harris. Answer with a short factual phrase.\nQuestion: Who preceded Kamala D. Harris in office?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Harris", "relation": "Leader Before", "gold_object": "Mike Pence", "prompt_text": "Context: I am compiling a concise factual profile for Harris. Answer with a short factual phrase.\nQuestion: Who was the leader before Harris?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Hillary Rodham Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Rodham Clinton. Answer with a short factual phrase.\nQuestion: Which country does Hillary Rodham Clinton represent?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Hillary Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: Which nation did Hillary Clinton lead?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Hillary Rodham Clinton", "relation": "Year Born", "gold_object": "1947", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Rodham Clinton. Answer with a short factual phrase.\nQuestion: In what year was Hillary Rodham Clinton born?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Hillary Clinton", "relation": "Born In Year", "gold_object": "1947", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What year was Hillary Clinton born in?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Hillary Rodham Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Rodham Clinton. Answer with a short factual phrase.\nQuestion: What is Hillary Rodham Clinton's party affiliation?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Hillary Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What party is Hillary Clinton affiliated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Hillary Rodham Clinton", "relation": "Top Office", "gold_object": "Secretary of State", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Rodham Clinton. Answer with a short factual phrase.\nQuestion: What top office did Hillary Rodham Clinton hold?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Highest Office", "Highest Post"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Hillary Clinton", "relation": "Highest Post", "gold_object": "Secretary of State", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What highest post did Hillary Clinton hold?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Highest Office", "Top Office"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Hillary Rodham Clinton", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Rodham Clinton. Answer with a short factual phrase.\nQuestion: In what year did Hillary Rodham Clinton become leader?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Hillary Clinton", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: In what year did Hillary Clinton take office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Hillary Rodham Clinton", "relation": "Predecessor In Office", "gold_object": "Condoleezza Rice", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Rodham Clinton. Answer with a short factual phrase.\nQuestion: Who preceded Hillary Rodham Clinton in office?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Hillary Clinton", "relation": "Leader Before", "gold_object": "Condoleezza Rice", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: Who was the leader before Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 60, "fact_id": 60, "subject": "George Bush", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for George Bush. Answer with a short factual phrase.\nQuestion: Which country does George Bush represent?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Bush 43", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Bush 43. Answer with a short factual phrase.\nQuestion: Which nation did Bush 43 lead?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 62, "fact_id": 62, "subject": "George Bush", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for George Bush. Answer with a short factual phrase.\nQuestion: In what year was George Bush born?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Bush 43", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Bush 43. Answer with a short factual phrase.\nQuestion: What year was Bush 43 born in?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 64, "fact_id": 64, "subject": "George Bush", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for George Bush. Answer with a short factual phrase.\nQuestion: What is George Bush's party affiliation?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Bush 43", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Bush 43. Answer with a short factual phrase.\nQuestion: What party is Bush 43 affiliated with?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 66, "fact_id": 66, "subject": "George Bush", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for George Bush. Answer with a short factual phrase.\nQuestion: What top office did George Bush hold?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Bush 43", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Bush 43. Answer with a short factual phrase.\nQuestion: What highest post did Bush 43 hold?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 68, "fact_id": 68, "subject": "George Bush", "relation": "Became Leader In", "gold_object": "2001", "prompt_text": "Context: I am compiling a concise factual profile for George Bush. Answer with a short factual phrase.\nQuestion: In what year did George Bush become leader?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Bush 43", "relation": "Took Office In", "gold_object": "2001", "prompt_text": "Context: I am compiling a concise factual profile for Bush 43. Answer with a short factual phrase.\nQuestion: In what year did Bush 43 take office?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "George Bush", "relation": "Predecessor In Office", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for George Bush. Answer with a short factual phrase.\nQuestion: Who preceded George Bush in office?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Bush 43", "relation": "Leader Before", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for Bush 43. Answer with a short factual phrase.\nQuestion: Who was the leader before Bush 43?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 72, "fact_id": 72, "subject": "William J. Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for William J. Clinton. Answer with a short factual phrase.\nQuestion: Which country does William J. Clinton represent?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Clinton. Answer with a short factual phrase.\nQuestion: Which nation did Clinton lead?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 74, "fact_id": 74, "subject": "William J. Clinton", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for William J. Clinton. Answer with a short factual phrase.\nQuestion: In what year was William J. Clinton born?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Clinton", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Clinton. Answer with a short factual phrase.\nQuestion: What year was Clinton born in?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "William J. Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for William J. Clinton. Answer with a short factual phrase.\nQuestion: What is William J. Clinton's party affiliation?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Clinton. Answer with a short factual phrase.\nQuestion: What party is Clinton affiliated with?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 78, "fact_id": 78, "subject": "William J. Clinton", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for William J. Clinton. Answer with a short factual phrase.\nQuestion: What top office did William J. Clinton hold?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Clinton", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Clinton. Answer with a short factual phrase.\nQuestion: What highest post did Clinton hold?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 80, "fact_id": 80, "subject": "William J. Clinton", "relation": "Became Leader In", "gold_object": "1993", "prompt_text": "Context: I am compiling a concise factual profile for William J. Clinton. Answer with a short factual phrase.\nQuestion: In what year did William J. Clinton become leader?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Clinton", "relation": "Took Office In", "gold_object": "1993", "prompt_text": "Context: I am compiling a concise factual profile for Clinton. Answer with a short factual phrase.\nQuestion: In what year did Clinton take office?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 82, "fact_id": 82, "subject": "William J. Clinton", "relation": "Predecessor In Office", "gold_object": "George H. W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for William J. Clinton. Answer with a short factual phrase.\nQuestion: Who preceded William J. Clinton in office?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Clinton", "relation": "Leader Before", "gold_object": "George H. W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Clinton. Answer with a short factual phrase.\nQuestion: Who was the leader before Clinton?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Reagan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Reagan. Answer with a short factual phrase.\nQuestion: Which country does Reagan represent?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Ronald W. Reagan", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Ronald W. Reagan. Answer with a short factual phrase.\nQuestion: Which nation did Ronald W. Reagan lead?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Reagan", "relation": "Year Born", "gold_object": "1911", "prompt_text": "Context: I am compiling a concise factual profile for Reagan. Answer with a short factual phrase.\nQuestion: In what year was Reagan born?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Ronald W. Reagan", "relation": "Born In Year", "gold_object": "1911", "prompt_text": "Context: I am compiling a concise factual profile for Ronald W. Reagan. Answer with a short factual phrase.\nQuestion: What year was Ronald W. Reagan born in?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Reagan", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Reagan. Answer with a short factual phrase.\nQuestion: What is Reagan's party affiliation?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Ronald W. Reagan", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Ronald W. Reagan. Answer with a short factual phrase.\nQuestion: What party is Ronald W. Reagan affiliated with?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Reagan", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Reagan. Answer with a short factual phrase.\nQuestion: What top office did Reagan hold?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Ronald W. Reagan", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Ronald W. Reagan. Answer with a short factual phrase.\nQuestion: What highest post did Ronald W. Reagan hold?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Reagan", "relation": "Became Leader In", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Reagan. Answer with a short factual phrase.\nQuestion: In what year did Reagan become leader?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Ronald W. Reagan", "relation": "Took Office In", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Ronald W. Reagan. Answer with a short factual phrase.\nQuestion: In what year did Ronald W. Reagan take office?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Reagan", "relation": "Predecessor In Office", "gold_object": "Jimmy Carter", "prompt_text": "Context: I am compiling a concise factual profile for Reagan. Answer with a short factual phrase.\nQuestion: Who preceded Reagan in office?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Ronald W. Reagan", "relation": "Leader Before", "gold_object": "Jimmy Carter", "prompt_text": "Context: I am compiling a concise factual profile for Ronald W. Reagan. Answer with a short factual phrase.\nQuestion: Who was the leader before Ronald W. Reagan?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Boris", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Boris. Answer with a short factual phrase.\nQuestion: Which country does Boris represent?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Alexander Boris de Pfeffel Johnson. Answer with a short factual phrase.\nQuestion: Which nation did Alexander Boris de Pfeffel Johnson lead?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Boris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Boris. Answer with a short factual phrase.\nQuestion: In what year was Boris born?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Alexander Boris de Pfeffel Johnson. Answer with a short factual phrase.\nQuestion: What year was Alexander Boris de Pfeffel Johnson born in?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Boris", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Boris. Answer with a short factual phrase.\nQuestion: What is Boris' party affiliation?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Alexander Boris de Pfeffel Johnson. Answer with a short factual phrase.\nQuestion: What party is Alexander Boris de Pfeffel Johnson affiliated with?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Boris", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Boris. Answer with a short factual phrase.\nQuestion: What top office did Boris hold?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Alexander Boris de Pfeffel Johnson. Answer with a short factual phrase.\nQuestion: What highest post did Alexander Boris de Pfeffel Johnson hold?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Boris", "relation": "Became Leader In", "gold_object": "2019", "prompt_text": "Context: I am compiling a concise factual profile for Boris. Answer with a short factual phrase.\nQuestion: In what year did Boris become leader?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Took Office In", "gold_object": "2019", "prompt_text": "Context: I am compiling a concise factual profile for Alexander Boris de Pfeffel Johnson. Answer with a short factual phrase.\nQuestion: In what year did Alexander Boris de Pfeffel Johnson take office?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Boris", "relation": "Predecessor In Office", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for Boris. Answer with a short factual phrase.\nQuestion: Who preceded Boris in office?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Leader Before", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for Alexander Boris de Pfeffel Johnson. Answer with a short factual phrase.\nQuestion: Who was the leader before Alexander Boris de Pfeffel Johnson?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 108, "fact_id": 108, "subject": "May", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for May. Answer with a short factual phrase.\nQuestion: Which country does May represent?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Theresa M. May", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Theresa M. May. Answer with a short factual phrase.\nQuestion: Which nation did Theresa M. May lead?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 110, "fact_id": 110, "subject": "May", "relation": "Year Born", "gold_object": "1956", "prompt_text": "Context: I am compiling a concise factual profile for May. Answer with a short factual phrase.\nQuestion: In what year was May born?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Theresa M. May", "relation": "Born In Year", "gold_object": "1956", "prompt_text": "Context: I am compiling a concise factual profile for Theresa M. May. Answer with a short factual phrase.\nQuestion: What year was Theresa M. May born in?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 112, "fact_id": 112, "subject": "May", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for May. Answer with a short factual phrase.\nQuestion: What is May's party affiliation?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Theresa M. May", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Theresa M. May. Answer with a short factual phrase.\nQuestion: What party is Theresa M. May affiliated with?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 114, "fact_id": 114, "subject": "May", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for May. Answer with a short factual phrase.\nQuestion: What top office did May hold?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Theresa M. May", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Theresa M. May. Answer with a short factual phrase.\nQuestion: What highest post did Theresa M. May hold?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 116, "fact_id": 116, "subject": "May", "relation": "Became Leader In", "gold_object": "2016", "prompt_text": "Context: I am compiling a concise factual profile for May. Answer with a short factual phrase.\nQuestion: In what year did May become leader?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Theresa M. May", "relation": "Took Office In", "gold_object": "2016", "prompt_text": "Context: I am compiling a concise factual profile for Theresa M. May. Answer with a short factual phrase.\nQuestion: In what year did Theresa M. May take office?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 118, "fact_id": 118, "subject": "May", "relation": "Predecessor In Office", "gold_object": "David Cameron", "prompt_text": "Context: I am compiling a concise factual profile for May. Answer with a short factual phrase.\nQuestion: Who preceded May in office?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Theresa M. May", "relation": "Leader Before", "gold_object": "David Cameron", "prompt_text": "Context: I am compiling a concise factual profile for Theresa M. May. Answer with a short factual phrase.\nQuestion: Who was the leader before Theresa M. May?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Sunak", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Sunak. Answer with a short factual phrase.\nQuestion: Which country does Sunak represent?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Rishi", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Rishi. Answer with a short factual phrase.\nQuestion: Which nation did Rishi lead?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Sunak", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Sunak. Answer with a short factual phrase.\nQuestion: In what year was Sunak born?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Rishi", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Rishi. Answer with a short factual phrase.\nQuestion: What year was Rishi born in?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Sunak", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Sunak. Answer with a short factual phrase.\nQuestion: What is Sunak's party affiliation?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Rishi", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Rishi. Answer with a short factual phrase.\nQuestion: What party is Rishi affiliated with?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Sunak", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Sunak. Answer with a short factual phrase.\nQuestion: What top office did Sunak hold?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Rishi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Rishi. Answer with a short factual phrase.\nQuestion: What highest post did Rishi hold?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Sunak", "relation": "Became Leader In", "gold_object": "2022", "prompt_text": "Context: I am compiling a concise factual profile for Sunak. Answer with a short factual phrase.\nQuestion: In what year did Sunak become leader?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Rishi", "relation": "Took Office In", "gold_object": "2022", "prompt_text": "Context: I am compiling a concise factual profile for Rishi. Answer with a short factual phrase.\nQuestion: In what year did Rishi take office?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Sunak", "relation": "Predecessor In Office", "gold_object": "Liz Truss", "prompt_text": "Context: I am compiling a concise factual profile for Sunak. Answer with a short factual phrase.\nQuestion: Who preceded Sunak in office?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Rishi", "relation": "Leader Before", "gold_object": "Liz Truss", "prompt_text": "Context: I am compiling a concise factual profile for Rishi. Answer with a short factual phrase.\nQuestion: Who was the leader before Rishi?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Starmer", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Starmer. Answer with a short factual phrase.\nQuestion: Which country does Starmer represent?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Sir Keir Starmer", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Sir Keir Starmer. Answer with a short factual phrase.\nQuestion: Which nation did Sir Keir Starmer lead?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Starmer", "relation": "Year Born", "gold_object": "1962", "prompt_text": "Context: I am compiling a concise factual profile for Starmer. Answer with a short factual phrase.\nQuestion: In what year was Starmer born?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sir Keir Starmer", "relation": "Born In Year", "gold_object": "1962", "prompt_text": "Context: I am compiling a concise factual profile for Sir Keir Starmer. Answer with a short factual phrase.\nQuestion: What year was Sir Keir Starmer born in?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Starmer", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Starmer. Answer with a short factual phrase.\nQuestion: What is Starmer's party affiliation?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Sir Keir Starmer", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Sir Keir Starmer. Answer with a short factual phrase.\nQuestion: What party is Sir Keir Starmer affiliated with?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Starmer", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Starmer. Answer with a short factual phrase.\nQuestion: What top office did Starmer hold?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Sir Keir Starmer", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Sir Keir Starmer. Answer with a short factual phrase.\nQuestion: What highest post did Sir Keir Starmer hold?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Starmer", "relation": "Became Leader In", "gold_object": "2024", "prompt_text": "Context: I am compiling a concise factual profile for Starmer. Answer with a short factual phrase.\nQuestion: In what year did Starmer become leader?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Sir Keir Starmer", "relation": "Took Office In", "gold_object": "2024", "prompt_text": "Context: I am compiling a concise factual profile for Sir Keir Starmer. Answer with a short factual phrase.\nQuestion: In what year did Sir Keir Starmer take office?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Starmer", "relation": "Predecessor In Office", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for Starmer. Answer with a short factual phrase.\nQuestion: Who preceded Starmer in office?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Sir Keir Starmer", "relation": "Leader Before", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for Sir Keir Starmer. Answer with a short factual phrase.\nQuestion: Who was the leader before Sir Keir Starmer?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Putin", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Putin. Answer with a short factual phrase.\nQuestion: Which country does Putin represent?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Vladimir V. Putin", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir V. Putin. Answer with a short factual phrase.\nQuestion: Which nation did Vladimir V. Putin lead?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Putin", "relation": "Year Born", "gold_object": "1952", "prompt_text": "Context: I am compiling a concise factual profile for Putin. Answer with a short factual phrase.\nQuestion: In what year was Putin born?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Vladimir V. Putin", "relation": "Born In Year", "gold_object": "1952", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir V. Putin. Answer with a short factual phrase.\nQuestion: What year was Vladimir V. Putin born in?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Putin", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Putin. Answer with a short factual phrase.\nQuestion: What is Putin's party affiliation?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Vladimir V. Putin", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir V. Putin. Answer with a short factual phrase.\nQuestion: What party is Vladimir V. Putin affiliated with?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Putin", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Putin. Answer with a short factual phrase.\nQuestion: What top office did Putin hold?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Vladimir V. Putin", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir V. Putin. Answer with a short factual phrase.\nQuestion: What highest post did Vladimir V. Putin hold?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Putin", "relation": "Became Leader In", "gold_object": "2000", "prompt_text": "Context: I am compiling a concise factual profile for Putin. Answer with a short factual phrase.\nQuestion: In what year did Putin become leader?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Vladimir V. Putin", "relation": "Took Office In", "gold_object": "2000", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir V. Putin. Answer with a short factual phrase.\nQuestion: In what year did Vladimir V. Putin take office?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Putin", "relation": "Predecessor In Office", "gold_object": "Boris Yeltsin", "prompt_text": "Context: I am compiling a concise factual profile for Putin. Answer with a short factual phrase.\nQuestion: Who preceded Putin in office?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Vladimir V. Putin", "relation": "Leader Before", "gold_object": "Boris Yeltsin", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir V. Putin. Answer with a short factual phrase.\nQuestion: Who was the leader before Vladimir V. Putin?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Medvedev", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Medvedev. Answer with a short factual phrase.\nQuestion: Which country does Medvedev represent?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Dmitry A. Medvedev", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry A. Medvedev. Answer with a short factual phrase.\nQuestion: Which nation did Dmitry A. Medvedev lead?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Medvedev", "relation": "Year Born", "gold_object": "1965", "prompt_text": "Context: I am compiling a concise factual profile for Medvedev. Answer with a short factual phrase.\nQuestion: In what year was Medvedev born?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry A. Medvedev", "relation": "Born In Year", "gold_object": "1965", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry A. Medvedev. Answer with a short factual phrase.\nQuestion: What year was Dmitry A. Medvedev born in?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Medvedev", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Medvedev. Answer with a short factual phrase.\nQuestion: What is Medvedev's party affiliation?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dmitry A. Medvedev", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry A. Medvedev. Answer with a short factual phrase.\nQuestion: What party is Dmitry A. Medvedev affiliated with?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Medvedev", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Medvedev. Answer with a short factual phrase.\nQuestion: What top office did Medvedev hold?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dmitry A. Medvedev", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry A. Medvedev. Answer with a short factual phrase.\nQuestion: What highest post did Dmitry A. Medvedev hold?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Medvedev", "relation": "Became Leader In", "gold_object": "2008", "prompt_text": "Context: I am compiling a concise factual profile for Medvedev. Answer with a short factual phrase.\nQuestion: In what year did Medvedev become leader?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dmitry A. Medvedev", "relation": "Took Office In", "gold_object": "2008", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry A. Medvedev. Answer with a short factual phrase.\nQuestion: In what year did Dmitry A. Medvedev take office?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Medvedev", "relation": "Predecessor In Office", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Medvedev. Answer with a short factual phrase.\nQuestion: Who preceded Medvedev in office?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dmitry A. Medvedev", "relation": "Leader Before", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry A. Medvedev. Answer with a short factual phrase.\nQuestion: Who was the leader before Dmitry A. Medvedev?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Xi", "relation": "Country Represented", "gold_object": "China", "prompt_text": "Context: I am compiling a concise factual profile for Xi. Answer with a short factual phrase.\nQuestion: Which country does Xi represent?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 169, "fact_id": 169, "subject": "President Xi", "relation": "Nation Led", "gold_object": "China", "prompt_text": "Context: I am compiling a concise factual profile for President Xi. Answer with a short factual phrase.\nQuestion: Which nation did President Xi lead?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Xi", "relation": "Year Born", "gold_object": "1953", "prompt_text": "Context: I am compiling a concise factual profile for Xi. Answer with a short factual phrase.\nQuestion: In what year was Xi born?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 171, "fact_id": 171, "subject": "President Xi", "relation": "Born In Year", "gold_object": "1953", "prompt_text": "Context: I am compiling a concise factual profile for President Xi. Answer with a short factual phrase.\nQuestion: What year was President Xi born in?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Xi", "relation": "Party Affiliation", "gold_object": "Chinese Communist Party", "prompt_text": "Context: I am compiling a concise factual profile for Xi. Answer with a short factual phrase.\nQuestion: What is Xi's party affiliation?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 173, "fact_id": 173, "subject": "President Xi", "relation": "Party", "gold_object": "Chinese Communist Party", "prompt_text": "Context: I am compiling a concise factual profile for President Xi. Answer with a short factual phrase.\nQuestion: What party is President Xi affiliated with?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Xi", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Xi. Answer with a short factual phrase.\nQuestion: What top office did Xi hold?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 175, "fact_id": 175, "subject": "President Xi", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for President Xi. Answer with a short factual phrase.\nQuestion: What highest post did President Xi hold?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Xi", "relation": "Became Leader In", "gold_object": "2013", "prompt_text": "Context: I am compiling a concise factual profile for Xi. Answer with a short factual phrase.\nQuestion: In what year did Xi become leader?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 177, "fact_id": 177, "subject": "President Xi", "relation": "Took Office In", "gold_object": "2013", "prompt_text": "Context: I am compiling a concise factual profile for President Xi. Answer with a short factual phrase.\nQuestion: In what year did President Xi take office?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Xi", "relation": "Predecessor In Office", "gold_object": "Hu Jintao", "prompt_text": "Context: I am compiling a concise factual profile for Xi. Answer with a short factual phrase.\nQuestion: Who preceded Xi in office?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 179, "fact_id": 179, "subject": "President Xi", "relation": "Leader Before", "gold_object": "Hu Jintao", "prompt_text": "Context: I am compiling a concise factual profile for President Xi. Answer with a short factual phrase.\nQuestion: Who was the leader before President Xi?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Modi", "relation": "Country Represented", "gold_object": "India", "prompt_text": "Context: I am compiling a concise factual profile for Modi. Answer with a short factual phrase.\nQuestion: Which country does Modi represent?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Republic of India"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Narendra D. Modi", "relation": "Nation Led", "gold_object": "India", "prompt_text": "Context: I am compiling a concise factual profile for Narendra D. Modi. Answer with a short factual phrase.\nQuestion: Which nation did Narendra D. Modi lead?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Republic of India"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Modi", "relation": "Year Born", "gold_object": "1950", "prompt_text": "Context: I am compiling a concise factual profile for Modi. Answer with a short factual phrase.\nQuestion: In what year was Modi born?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Narendra D. Modi", "relation": "Born In Year", "gold_object": "1950", "prompt_text": "Context: I am compiling a concise factual profile for Narendra D. Modi. Answer with a short factual phrase.\nQuestion: What year was Narendra D. Modi born in?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Modi", "relation": "Party Affiliation", "gold_object": "Bharatiya Janata Party", "prompt_text": "Context: I am compiling a concise factual profile for Modi. Answer with a short factual phrase.\nQuestion: What is Modi's party affiliation?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Narendra D. Modi", "relation": "Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Context: I am compiling a concise factual profile for Narendra D. Modi. Answer with a short factual phrase.\nQuestion: What party is Narendra D. Modi affiliated with?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Modi", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Modi. Answer with a short factual phrase.\nQuestion: What top office did Modi hold?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Narendra D. Modi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Narendra D. Modi. Answer with a short factual phrase.\nQuestion: What highest post did Narendra D. Modi hold?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Modi", "relation": "Became Leader In", "gold_object": "2014", "prompt_text": "Context: I am compiling a concise factual profile for Modi. Answer with a short factual phrase.\nQuestion: In what year did Modi become leader?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Narendra D. Modi", "relation": "Took Office In", "gold_object": "2014", "prompt_text": "Context: I am compiling a concise factual profile for Narendra D. Modi. Answer with a short factual phrase.\nQuestion: In what year did Narendra D. Modi take office?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Modi", "relation": "Predecessor In Office", "gold_object": "Manmohan Singh", "prompt_text": "Context: I am compiling a concise factual profile for Modi. Answer with a short factual phrase.\nQuestion: Who preceded Modi in office?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Narendra D. Modi", "relation": "Leader Before", "gold_object": "Manmohan Singh", "prompt_text": "Context: I am compiling a concise factual profile for Narendra D. Modi. Answer with a short factual phrase.\nQuestion: Who was the leader before Narendra D. Modi?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Macron", "relation": "Country Represented", "gold_object": "France", "prompt_text": "Context: I am compiling a concise factual profile for Macron. Answer with a short factual phrase.\nQuestion: Which country does Macron represent?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["French Republic"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Emmanuel J. Macron", "relation": "Nation Led", "gold_object": "France", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel J. Macron. Answer with a short factual phrase.\nQuestion: Which nation did Emmanuel J. Macron lead?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["French Republic"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Macron", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Macron. Answer with a short factual phrase.\nQuestion: In what year was Macron born?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Emmanuel J. Macron", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel J. Macron. Answer with a short factual phrase.\nQuestion: What year was Emmanuel J. Macron born in?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Macron", "relation": "Party Affiliation", "gold_object": "Renaissance", "prompt_text": "Context: I am compiling a concise factual profile for Macron. Answer with a short factual phrase.\nQuestion: What is Macron's party affiliation?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Emmanuel J. Macron", "relation": "Party", "gold_object": "Renaissance", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel J. Macron. Answer with a short factual phrase.\nQuestion: What party is Emmanuel J. Macron affiliated with?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Macron", "relation": "Top Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Macron. Answer with a short factual phrase.\nQuestion: What top office did Macron hold?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Emmanuel J. Macron", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel J. Macron. Answer with a short factual phrase.\nQuestion: What highest post did Emmanuel J. Macron hold?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 200, "fact_id": 200, "subject": "Macron", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Macron. Answer with a short factual phrase.\nQuestion: In what year did Macron become leader?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 201, "fact_id": 201, "subject": "Emmanuel J. Macron", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel J. Macron. Answer with a short factual phrase.\nQuestion: In what year did Emmanuel J. Macron take office?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 202, "fact_id": 202, "subject": "Macron", "relation": "Predecessor In Office", "gold_object": "François Hollande", "prompt_text": "Context: I am compiling a concise factual profile for Macron. Answer with a short factual phrase.\nQuestion: Who preceded Macron in office?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 203, "fact_id": 203, "subject": "Emmanuel J. Macron", "relation": "Leader Before", "gold_object": "François Hollande", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel J. Macron. Answer with a short factual phrase.\nQuestion: Who was the leader before Emmanuel J. Macron?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 204, "fact_id": 204, "subject": "Merkel", "relation": "Country Represented", "gold_object": "Germany", "prompt_text": "Context: I am compiling a concise factual profile for Merkel. Answer with a short factual phrase.\nQuestion: Which country does Merkel represent?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 205, "fact_id": 205, "subject": "Angela D. Merkel", "relation": "Nation Led", "gold_object": "Germany", "prompt_text": "Context: I am compiling a concise factual profile for Angela D. Merkel. Answer with a short factual phrase.\nQuestion: Which nation did Angela D. Merkel lead?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 206, "fact_id": 206, "subject": "Merkel", "relation": "Year Born", "gold_object": "1954", "prompt_text": "Context: I am compiling a concise factual profile for Merkel. Answer with a short factual phrase.\nQuestion: In what year was Merkel born?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 207, "fact_id": 207, "subject": "Angela D. Merkel", "relation": "Born In Year", "gold_object": "1954", "prompt_text": "Context: I am compiling a concise factual profile for Angela D. Merkel. Answer with a short factual phrase.\nQuestion: What year was Angela D. Merkel born in?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 208, "fact_id": 208, "subject": "Merkel", "relation": "Party Affiliation", "gold_object": "Christian Democratic Union", "prompt_text": "Context: I am compiling a concise factual profile for Merkel. Answer with a short factual phrase.\nQuestion: What is Merkel's party affiliation?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 209, "fact_id": 209, "subject": "Angela D. Merkel", "relation": "Party", "gold_object": "Christian Democratic Union", "prompt_text": "Context: I am compiling a concise factual profile for Angela D. Merkel. Answer with a short factual phrase.\nQuestion: What party is Angela D. Merkel affiliated with?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 210, "fact_id": 210, "subject": "Merkel", "relation": "Top Office", "gold_object": "Chancellor", "prompt_text": "Context: I am compiling a concise factual profile for Merkel. Answer with a short factual phrase.\nQuestion: What top office did Merkel hold?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 211, "fact_id": 211, "subject": "Angela D. Merkel", "relation": "Highest Post", "gold_object": "Chancellor", "prompt_text": "Context: I am compiling a concise factual profile for Angela D. Merkel. Answer with a short factual phrase.\nQuestion: What highest post did Angela D. Merkel hold?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 212, "fact_id": 212, "subject": "Merkel", "relation": "Became Leader In", "gold_object": "2005", "prompt_text": "Context: I am compiling a concise factual profile for Merkel. Answer with a short factual phrase.\nQuestion: In what year did Merkel become leader?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 213, "fact_id": 213, "subject": "Angela D. Merkel", "relation": "Took Office In", "gold_object": "2005", "prompt_text": "Context: I am compiling a concise factual profile for Angela D. Merkel. Answer with a short factual phrase.\nQuestion: In what year did Angela D. Merkel take office?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 214, "fact_id": 214, "subject": "Merkel", "relation": "Predecessor In Office", "gold_object": "Gerhard Schröder", "prompt_text": "Context: I am compiling a concise factual profile for Merkel. Answer with a short factual phrase.\nQuestion: Who preceded Merkel in office?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 215, "fact_id": 215, "subject": "Angela D. Merkel", "relation": "Leader Before", "gold_object": "Gerhard Schröder", "prompt_text": "Context: I am compiling a concise factual profile for Angela D. Merkel. Answer with a short factual phrase.\nQuestion: Who was the leader before Angela D. Merkel?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 216, "fact_id": 216, "subject": "Trudeau", "relation": "Country Represented", "gold_object": "Canada", "prompt_text": "Context: I am compiling a concise factual profile for Trudeau. Answer with a short factual phrase.\nQuestion: Which country does Trudeau represent?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["CA"]} +{"prompt_id": 217, "fact_id": 217, "subject": "Justin P. J. Trudeau", "relation": "Nation Led", "gold_object": "Canada", "prompt_text": "Context: I am compiling a concise factual profile for Justin P. J. Trudeau. Answer with a short factual phrase.\nQuestion: Which nation did Justin P. J. Trudeau lead?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["CA"]} +{"prompt_id": 218, "fact_id": 218, "subject": "Trudeau", "relation": "Year Born", "gold_object": "1971", "prompt_text": "Context: I am compiling a concise factual profile for Trudeau. Answer with a short factual phrase.\nQuestion: In what year was Trudeau born?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 219, "fact_id": 219, "subject": "Justin P. J. Trudeau", "relation": "Born In Year", "gold_object": "1971", "prompt_text": "Context: I am compiling a concise factual profile for Justin P. J. Trudeau. Answer with a short factual phrase.\nQuestion: What year was Justin P. J. Trudeau born in?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 220, "fact_id": 220, "subject": "Trudeau", "relation": "Party Affiliation", "gold_object": "Liberal Party", "prompt_text": "Context: I am compiling a concise factual profile for Trudeau. Answer with a short factual phrase.\nQuestion: What is Trudeau's party affiliation?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 221, "fact_id": 221, "subject": "Justin P. J. Trudeau", "relation": "Party", "gold_object": "Liberal Party", "prompt_text": "Context: I am compiling a concise factual profile for Justin P. J. Trudeau. Answer with a short factual phrase.\nQuestion: What party is Justin P. J. Trudeau affiliated with?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 222, "fact_id": 222, "subject": "Trudeau", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Trudeau. Answer with a short factual phrase.\nQuestion: What top office did Trudeau hold?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 223, "fact_id": 223, "subject": "Justin P. J. Trudeau", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Justin P. J. Trudeau. Answer with a short factual phrase.\nQuestion: What highest post did Justin P. J. Trudeau hold?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 224, "fact_id": 224, "subject": "Trudeau", "relation": "Became Leader In", "gold_object": "2015", "prompt_text": "Context: I am compiling a concise factual profile for Trudeau. Answer with a short factual phrase.\nQuestion: In what year did Trudeau become leader?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 225, "fact_id": 225, "subject": "Justin P. J. Trudeau", "relation": "Took Office In", "gold_object": "2015", "prompt_text": "Context: I am compiling a concise factual profile for Justin P. J. Trudeau. Answer with a short factual phrase.\nQuestion: In what year did Justin P. J. Trudeau take office?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 226, "fact_id": 226, "subject": "Trudeau", "relation": "Predecessor In Office", "gold_object": "Stephen Harper", "prompt_text": "Context: I am compiling a concise factual profile for Trudeau. Answer with a short factual phrase.\nQuestion: Who preceded Trudeau in office?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 227, "fact_id": 227, "subject": "Justin P. J. Trudeau", "relation": "Leader Before", "gold_object": "Stephen Harper", "prompt_text": "Context: I am compiling a concise factual profile for Justin P. J. Trudeau. Answer with a short factual phrase.\nQuestion: Who was the leader before Justin P. J. Trudeau?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 228, "fact_id": 228, "subject": "Ardern", "relation": "Country Represented", "gold_object": "New Zealand", "prompt_text": "Context: I am compiling a concise factual profile for Ardern. Answer with a short factual phrase.\nQuestion: Which country does Ardern represent?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 229, "fact_id": 229, "subject": "Jacinda K. L. Ardern", "relation": "Nation Led", "gold_object": "New Zealand", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda K. L. Ardern. Answer with a short factual phrase.\nQuestion: Which nation did Jacinda K. L. Ardern lead?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Country Served", "Country Represented"]} +{"prompt_id": 230, "fact_id": 230, "subject": "Ardern", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Ardern. Answer with a short factual phrase.\nQuestion: In what year was Ardern born?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 231, "fact_id": 231, "subject": "Jacinda K. L. Ardern", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda K. L. Ardern. Answer with a short factual phrase.\nQuestion: What year was Jacinda K. L. Ardern born in?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 232, "fact_id": 232, "subject": "Ardern", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Ardern. Answer with a short factual phrase.\nQuestion: What is Ardern's party affiliation?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 233, "fact_id": 233, "subject": "Jacinda K. L. Ardern", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda K. L. Ardern. Answer with a short factual phrase.\nQuestion: What party is Jacinda K. L. Ardern affiliated with?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 234, "fact_id": 234, "subject": "Ardern", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Ardern. Answer with a short factual phrase.\nQuestion: What top office did Ardern hold?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 235, "fact_id": 235, "subject": "Jacinda K. L. Ardern", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda K. L. Ardern. Answer with a short factual phrase.\nQuestion: What highest post did Jacinda K. L. Ardern hold?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 236, "fact_id": 236, "subject": "Ardern", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Ardern. Answer with a short factual phrase.\nQuestion: In what year did Ardern become leader?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 237, "fact_id": 237, "subject": "Jacinda K. L. Ardern", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda K. L. Ardern. Answer with a short factual phrase.\nQuestion: In what year did Jacinda K. L. Ardern take office?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 238, "fact_id": 238, "subject": "Ardern", "relation": "Predecessor In Office", "gold_object": "Bill English", "prompt_text": "Context: I am compiling a concise factual profile for Ardern. Answer with a short factual phrase.\nQuestion: Who preceded Ardern in office?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 239, "fact_id": 239, "subject": "Jacinda K. L. Ardern", "relation": "Leader Before", "gold_object": "Bill English", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda K. L. Ardern. Answer with a short factual phrase.\nQuestion: Who was the leader before Jacinda K. L. Ardern?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} diff --git a/data/custom_databases/politicians/prompts/alias/prompts_continuations.jsonl b/data/custom_databases/politicians/prompts/alias/prompts_continuations.jsonl new file mode 100644 index 0000000..e0d990a --- /dev/null +++ b/data/custom_databases/politicians/prompts/alias/prompts_continuations.jsonl @@ -0,0 +1,240 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald J. Trump", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Donald J. Trump. Donald J. Trump represented the country", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Trump", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Tell me about Trump. Trump led the nation", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald J. Trump", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Tell me about Donald J. Trump. Donald J. Trump was born in", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Trump", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Tell me about Trump. Trump was born in the year", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald J. Trump", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Tell me about Donald J. Trump. Donald J. Trump's party affiliation is", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Trump", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Trump. Trump is affiliated with the party", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Donald J. Trump", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about Donald J. Trump. The top office held by Donald J. Trump is", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Trump", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Trump. The highest post held by Trump is", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Donald J. Trump", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Tell me about Donald J. Trump. Donald J. Trump became leader in", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Trump", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Tell me about Trump. Trump took office in", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Donald J. Trump", "relation": "Predecessor In Office", "gold_object": "Barack Obama", "prompt_text": "Tell me about Donald J. Trump. The predecessor in office before Donald J. Trump was", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Trump", "relation": "Leader Before", "gold_object": "Barack Obama", "prompt_text": "Tell me about Trump. The leader before Trump was", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Joseph R. Biden Jr.", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Joseph R. Biden Jr.. Joseph R. Biden Jr. represented the country", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Biden", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Tell me about Biden. Biden led the nation", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Joseph R. Biden Jr.", "relation": "Year Born", "gold_object": "1942", "prompt_text": "Tell me about Joseph R. Biden Jr.. Joseph R. Biden Jr. was born in", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Biden", "relation": "Born In Year", "gold_object": "1942", "prompt_text": "Tell me about Biden. Biden was born in the year", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Joseph R. Biden Jr.", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Tell me about Joseph R. Biden Jr.. Joseph R. Biden Jr.'s party affiliation is", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Biden", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Biden. Biden is affiliated with the party", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Joseph R. Biden Jr.", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about Joseph R. Biden Jr.. The top office held by Joseph R. Biden Jr. is", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Biden", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Biden. The highest post held by Biden is", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Joseph R. Biden Jr.", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Tell me about Joseph R. Biden Jr.. Joseph R. Biden Jr. became leader in", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Biden", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Tell me about Biden. Biden took office in", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Joseph R. Biden Jr.", "relation": "Predecessor In Office", "gold_object": "Donald Trump", "prompt_text": "Tell me about Joseph R. Biden Jr.. The predecessor in office before Joseph R. Biden Jr. was", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Biden", "relation": "Leader Before", "gold_object": "Donald Trump", "prompt_text": "Tell me about Biden. The leader before Biden was", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Barack H. Obama", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Barack H. Obama. Barack H. Obama represented the country", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Obama", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Tell me about Obama. Obama led the nation", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Barack H. Obama", "relation": "Year Born", "gold_object": "1961", "prompt_text": "Tell me about Barack H. Obama. Barack H. Obama was born in", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Obama", "relation": "Born In Year", "gold_object": "1961", "prompt_text": "Tell me about Obama. Obama was born in the year", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Barack H. Obama", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Tell me about Barack H. Obama. Barack H. Obama's party affiliation is", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Obama", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Obama. Obama is affiliated with the party", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Barack H. Obama", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about Barack H. Obama. The top office held by Barack H. Obama is", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Obama", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Obama. The highest post held by Obama is", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Barack H. Obama", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Tell me about Barack H. Obama. Barack H. Obama became leader in", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Obama", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Tell me about Obama. Obama took office in", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Barack H. Obama", "relation": "Predecessor In Office", "gold_object": "George W. Bush", "prompt_text": "Tell me about Barack H. Obama. The predecessor in office before Barack H. Obama was", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Obama", "relation": "Leader Before", "gold_object": "George W. Bush", "prompt_text": "Tell me about Obama. The leader before Obama was", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Kamala D. Harris", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Kamala D. Harris. Kamala D. Harris represented the country", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Harris", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Tell me about Harris. Harris led the nation", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Kamala D. Harris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Tell me about Kamala D. Harris. Kamala D. Harris was born in", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Harris", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Tell me about Harris. Harris was born in the year", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Kamala D. Harris", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Tell me about Kamala D. Harris. Kamala D. Harris's party affiliation is", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Harris", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Harris. Harris is affiliated with the party", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Kamala D. Harris", "relation": "Top Office", "gold_object": "Vice President", "prompt_text": "Tell me about Kamala D. Harris. The top office held by Kamala D. Harris is", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Harris", "relation": "Highest Post", "gold_object": "Vice President", "prompt_text": "Tell me about Harris. The highest post held by Harris is", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["vice president"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Kamala D. Harris", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Tell me about Kamala D. Harris. Kamala D. Harris became leader in", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Harris", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Tell me about Harris. Harris took office in", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Kamala D. Harris", "relation": "Predecessor In Office", "gold_object": "Mike Pence", "prompt_text": "Tell me about Kamala D. Harris. The predecessor in office before Kamala D. Harris was", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Harris", "relation": "Leader Before", "gold_object": "Mike Pence", "prompt_text": "Tell me about Harris. The leader before Harris was", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Hillary Rodham Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Hillary Rodham Clinton. Hillary Rodham Clinton represented the country", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Hillary Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton led the nation", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Hillary Rodham Clinton", "relation": "Year Born", "gold_object": "1947", "prompt_text": "Tell me about Hillary Rodham Clinton. Hillary Rodham Clinton was born in", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Hillary Clinton", "relation": "Born In Year", "gold_object": "1947", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton was born in the year", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Hillary Rodham Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Tell me about Hillary Rodham Clinton. Hillary Rodham Clinton's party affiliation is", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Hillary Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton is affiliated with the party", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Hillary Rodham Clinton", "relation": "Top Office", "gold_object": "Secretary of State", "prompt_text": "Tell me about Hillary Rodham Clinton. The top office held by Hillary Rodham Clinton is", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Highest Office", "Highest Post"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Hillary Clinton", "relation": "Highest Post", "gold_object": "Secretary of State", "prompt_text": "Tell me about Hillary Clinton. The highest post held by Hillary Clinton is", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Highest Office", "Top Office"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Hillary Rodham Clinton", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Tell me about Hillary Rodham Clinton. Hillary Rodham Clinton became leader in", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Hillary Clinton", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton took office in", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Hillary Rodham Clinton", "relation": "Predecessor In Office", "gold_object": "Condoleezza Rice", "prompt_text": "Tell me about Hillary Rodham Clinton. The predecessor in office before Hillary Rodham Clinton was", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Hillary Clinton", "relation": "Leader Before", "gold_object": "Condoleezza Rice", "prompt_text": "Tell me about Hillary Clinton. The leader before Hillary Clinton was", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 60, "fact_id": 60, "subject": "George Bush", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about George Bush. George Bush represented the country", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Bush 43", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Tell me about Bush 43. Bush 43 led the nation", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 62, "fact_id": 62, "subject": "George Bush", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Tell me about George Bush. George Bush was born in", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Bush 43", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Tell me about Bush 43. Bush 43 was born in the year", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 64, "fact_id": 64, "subject": "George Bush", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Tell me about George Bush. George Bush's party affiliation is", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Bush 43", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Bush 43. Bush 43 is affiliated with the party", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 66, "fact_id": 66, "subject": "George Bush", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about George Bush. The top office held by George Bush is", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Bush 43", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Bush 43. The highest post held by Bush 43 is", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 68, "fact_id": 68, "subject": "George Bush", "relation": "Became Leader In", "gold_object": "2001", "prompt_text": "Tell me about George Bush. George Bush became leader in", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Bush 43", "relation": "Took Office In", "gold_object": "2001", "prompt_text": "Tell me about Bush 43. Bush 43 took office in", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "George Bush", "relation": "Predecessor In Office", "gold_object": "Bill Clinton", "prompt_text": "Tell me about George Bush. The predecessor in office before George Bush was", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Bush 43", "relation": "Leader Before", "gold_object": "Bill Clinton", "prompt_text": "Tell me about Bush 43. The leader before Bush 43 was", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 72, "fact_id": 72, "subject": "William J. Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about William J. Clinton. William J. Clinton represented the country", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Tell me about Clinton. Clinton led the nation", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 74, "fact_id": 74, "subject": "William J. Clinton", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Tell me about William J. Clinton. William J. Clinton was born in", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Clinton", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Tell me about Clinton. Clinton was born in the year", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "William J. Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Tell me about William J. Clinton. William J. Clinton's party affiliation is", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Clinton. Clinton is affiliated with the party", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 78, "fact_id": 78, "subject": "William J. Clinton", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about William J. Clinton. The top office held by William J. Clinton is", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Clinton", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Clinton. The highest post held by Clinton is", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 80, "fact_id": 80, "subject": "William J. Clinton", "relation": "Became Leader In", "gold_object": "1993", "prompt_text": "Tell me about William J. Clinton. William J. Clinton became leader in", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Clinton", "relation": "Took Office In", "gold_object": "1993", "prompt_text": "Tell me about Clinton. Clinton took office in", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 82, "fact_id": 82, "subject": "William J. Clinton", "relation": "Predecessor In Office", "gold_object": "George H. W. Bush", "prompt_text": "Tell me about William J. Clinton. The predecessor in office before William J. Clinton was", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Clinton", "relation": "Leader Before", "gold_object": "George H. W. Bush", "prompt_text": "Tell me about Clinton. The leader before Clinton was", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Reagan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Reagan. Reagan represented the country", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Ronald W. Reagan", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Tell me about Ronald W. Reagan. Ronald W. Reagan led the nation", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Reagan", "relation": "Year Born", "gold_object": "1911", "prompt_text": "Tell me about Reagan. Reagan was born in", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Ronald W. Reagan", "relation": "Born In Year", "gold_object": "1911", "prompt_text": "Tell me about Ronald W. Reagan. Ronald W. Reagan was born in the year", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Reagan", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Tell me about Reagan. Reagan's party affiliation is", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Ronald W. Reagan", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Ronald W. Reagan. Ronald W. Reagan is affiliated with the party", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Reagan", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about Reagan. The top office held by Reagan is", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Ronald W. Reagan", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Ronald W. Reagan. The highest post held by Ronald W. Reagan is", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Reagan", "relation": "Became Leader In", "gold_object": "1981", "prompt_text": "Tell me about Reagan. Reagan became leader in", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Ronald W. Reagan", "relation": "Took Office In", "gold_object": "1981", "prompt_text": "Tell me about Ronald W. Reagan. Ronald W. Reagan took office in", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Reagan", "relation": "Predecessor In Office", "gold_object": "Jimmy Carter", "prompt_text": "Tell me about Reagan. The predecessor in office before Reagan was", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Ronald W. Reagan", "relation": "Leader Before", "gold_object": "Jimmy Carter", "prompt_text": "Tell me about Ronald W. Reagan. The leader before Ronald W. Reagan was", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Boris", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Tell me about Boris. Boris represented the country", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Tell me about Alexander Boris de Pfeffel Johnson. Alexander Boris de Pfeffel Johnson led the nation", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Boris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Tell me about Boris. Boris was born in", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Tell me about Alexander Boris de Pfeffel Johnson. Alexander Boris de Pfeffel Johnson was born in the year", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Boris", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Tell me about Boris. Boris's party affiliation is", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Alexander Boris de Pfeffel Johnson. Alexander Boris de Pfeffel Johnson is affiliated with the party", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Boris", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Boris. The top office held by Boris is", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Tell me about Alexander Boris de Pfeffel Johnson. The highest post held by Alexander Boris de Pfeffel Johnson is", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Boris", "relation": "Became Leader In", "gold_object": "2019", "prompt_text": "Tell me about Boris. Boris became leader in", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Took Office In", "gold_object": "2019", "prompt_text": "Tell me about Alexander Boris de Pfeffel Johnson. Alexander Boris de Pfeffel Johnson took office in", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Boris", "relation": "Predecessor In Office", "gold_object": "Theresa May", "prompt_text": "Tell me about Boris. The predecessor in office before Boris was", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Leader Before", "gold_object": "Theresa May", "prompt_text": "Tell me about Alexander Boris de Pfeffel Johnson. The leader before Alexander Boris de Pfeffel Johnson was", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 108, "fact_id": 108, "subject": "May", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Tell me about May. May represented the country", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Theresa M. May", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Tell me about Theresa M. May. Theresa M. May led the nation", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 110, "fact_id": 110, "subject": "May", "relation": "Year Born", "gold_object": "1956", "prompt_text": "Tell me about May. May was born in", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Theresa M. May", "relation": "Born In Year", "gold_object": "1956", "prompt_text": "Tell me about Theresa M. May. Theresa M. May was born in the year", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 112, "fact_id": 112, "subject": "May", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Tell me about May. May's party affiliation is", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Theresa M. May", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Theresa M. May. Theresa M. May is affiliated with the party", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 114, "fact_id": 114, "subject": "May", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about May. The top office held by May is", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Theresa M. May", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Tell me about Theresa M. May. The highest post held by Theresa M. May is", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 116, "fact_id": 116, "subject": "May", "relation": "Became Leader In", "gold_object": "2016", "prompt_text": "Tell me about May. May became leader in", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Theresa M. May", "relation": "Took Office In", "gold_object": "2016", "prompt_text": "Tell me about Theresa M. May. Theresa M. May took office in", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 118, "fact_id": 118, "subject": "May", "relation": "Predecessor In Office", "gold_object": "David Cameron", "prompt_text": "Tell me about May. The predecessor in office before May was", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Theresa M. May", "relation": "Leader Before", "gold_object": "David Cameron", "prompt_text": "Tell me about Theresa M. May. The leader before Theresa M. May was", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Sunak", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Tell me about Sunak. Sunak represented the country", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Rishi", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Tell me about Rishi. Rishi led the nation", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Sunak", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Tell me about Sunak. Sunak was born in", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Rishi", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Tell me about Rishi. Rishi was born in the year", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Sunak", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Tell me about Sunak. Sunak's party affiliation is", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Rishi", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Rishi. Rishi is affiliated with the party", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Sunak", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Sunak. The top office held by Sunak is", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Rishi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Tell me about Rishi. The highest post held by Rishi is", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Sunak", "relation": "Became Leader In", "gold_object": "2022", "prompt_text": "Tell me about Sunak. Sunak became leader in", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Rishi", "relation": "Took Office In", "gold_object": "2022", "prompt_text": "Tell me about Rishi. Rishi took office in", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Sunak", "relation": "Predecessor In Office", "gold_object": "Liz Truss", "prompt_text": "Tell me about Sunak. The predecessor in office before Sunak was", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Rishi", "relation": "Leader Before", "gold_object": "Liz Truss", "prompt_text": "Tell me about Rishi. The leader before Rishi was", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Starmer", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Tell me about Starmer. Starmer represented the country", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Sir Keir Starmer", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Tell me about Sir Keir Starmer. Sir Keir Starmer led the nation", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Starmer", "relation": "Year Born", "gold_object": "1962", "prompt_text": "Tell me about Starmer. Starmer was born in", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sir Keir Starmer", "relation": "Born In Year", "gold_object": "1962", "prompt_text": "Tell me about Sir Keir Starmer. Sir Keir Starmer was born in the year", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Starmer", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Tell me about Starmer. Starmer's party affiliation is", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Sir Keir Starmer", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Tell me about Sir Keir Starmer. Sir Keir Starmer is affiliated with the party", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Starmer", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Starmer. The top office held by Starmer is", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Sir Keir Starmer", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Tell me about Sir Keir Starmer. The highest post held by Sir Keir Starmer is", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Starmer", "relation": "Became Leader In", "gold_object": "2024", "prompt_text": "Tell me about Starmer. Starmer became leader in", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Sir Keir Starmer", "relation": "Took Office In", "gold_object": "2024", "prompt_text": "Tell me about Sir Keir Starmer. Sir Keir Starmer took office in", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Starmer", "relation": "Predecessor In Office", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about Starmer. The predecessor in office before Starmer was", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Sir Keir Starmer", "relation": "Leader Before", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about Sir Keir Starmer. The leader before Sir Keir Starmer was", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Putin", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Tell me about Putin. Putin represented the country", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Vladimir V. Putin", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Tell me about Vladimir V. Putin. Vladimir V. Putin led the nation", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Putin", "relation": "Year Born", "gold_object": "1952", "prompt_text": "Tell me about Putin. Putin was born in", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Vladimir V. Putin", "relation": "Born In Year", "gold_object": "1952", "prompt_text": "Tell me about Vladimir V. Putin. Vladimir V. Putin was born in the year", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Putin", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Tell me about Putin. Putin's party affiliation is", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Vladimir V. Putin", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Tell me about Vladimir V. Putin. Vladimir V. Putin is affiliated with the party", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Putin", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about Putin. The top office held by Putin is", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Vladimir V. Putin", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Vladimir V. Putin. The highest post held by Vladimir V. Putin is", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Putin", "relation": "Became Leader In", "gold_object": "2000", "prompt_text": "Tell me about Putin. Putin became leader in", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Vladimir V. Putin", "relation": "Took Office In", "gold_object": "2000", "prompt_text": "Tell me about Vladimir V. Putin. Vladimir V. Putin took office in", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Putin", "relation": "Predecessor In Office", "gold_object": "Boris Yeltsin", "prompt_text": "Tell me about Putin. The predecessor in office before Putin was", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Vladimir V. Putin", "relation": "Leader Before", "gold_object": "Boris Yeltsin", "prompt_text": "Tell me about Vladimir V. Putin. The leader before Vladimir V. Putin was", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Medvedev", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Tell me about Medvedev. Medvedev represented the country", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Dmitry A. Medvedev", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Tell me about Dmitry A. Medvedev. Dmitry A. Medvedev led the nation", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Medvedev", "relation": "Year Born", "gold_object": "1965", "prompt_text": "Tell me about Medvedev. Medvedev was born in", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry A. Medvedev", "relation": "Born In Year", "gold_object": "1965", "prompt_text": "Tell me about Dmitry A. Medvedev. Dmitry A. Medvedev was born in the year", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Medvedev", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Tell me about Medvedev. Medvedev's party affiliation is", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dmitry A. Medvedev", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Tell me about Dmitry A. Medvedev. Dmitry A. Medvedev is affiliated with the party", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Medvedev", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about Medvedev. The top office held by Medvedev is", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dmitry A. Medvedev", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Dmitry A. Medvedev. The highest post held by Dmitry A. Medvedev is", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Medvedev", "relation": "Became Leader In", "gold_object": "2008", "prompt_text": "Tell me about Medvedev. Medvedev became leader in", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dmitry A. Medvedev", "relation": "Took Office In", "gold_object": "2008", "prompt_text": "Tell me about Dmitry A. Medvedev. Dmitry A. Medvedev took office in", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Medvedev", "relation": "Predecessor In Office", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Medvedev. The predecessor in office before Medvedev was", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dmitry A. Medvedev", "relation": "Leader Before", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Dmitry A. Medvedev. The leader before Dmitry A. Medvedev was", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Xi", "relation": "Country Represented", "gold_object": "China", "prompt_text": "Tell me about Xi. Xi represented the country", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 169, "fact_id": 169, "subject": "President Xi", "relation": "Nation Led", "gold_object": "China", "prompt_text": "Tell me about President Xi. President Xi led the nation", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Xi", "relation": "Year Born", "gold_object": "1953", "prompt_text": "Tell me about Xi. Xi was born in", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 171, "fact_id": 171, "subject": "President Xi", "relation": "Born In Year", "gold_object": "1953", "prompt_text": "Tell me about President Xi. President Xi was born in the year", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Xi", "relation": "Party Affiliation", "gold_object": "Chinese Communist Party", "prompt_text": "Tell me about Xi. Xi's party affiliation is", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 173, "fact_id": 173, "subject": "President Xi", "relation": "Party", "gold_object": "Chinese Communist Party", "prompt_text": "Tell me about President Xi. President Xi is affiliated with the party", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Xi", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about Xi. The top office held by Xi is", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 175, "fact_id": 175, "subject": "President Xi", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about President Xi. The highest post held by President Xi is", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Xi", "relation": "Became Leader In", "gold_object": "2013", "prompt_text": "Tell me about Xi. Xi became leader in", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 177, "fact_id": 177, "subject": "President Xi", "relation": "Took Office In", "gold_object": "2013", "prompt_text": "Tell me about President Xi. President Xi took office in", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Xi", "relation": "Predecessor In Office", "gold_object": "Hu Jintao", "prompt_text": "Tell me about Xi. The predecessor in office before Xi was", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 179, "fact_id": 179, "subject": "President Xi", "relation": "Leader Before", "gold_object": "Hu Jintao", "prompt_text": "Tell me about President Xi. The leader before President Xi was", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Modi", "relation": "Country Represented", "gold_object": "India", "prompt_text": "Tell me about Modi. Modi represented the country", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Republic of India"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Narendra D. Modi", "relation": "Nation Led", "gold_object": "India", "prompt_text": "Tell me about Narendra D. Modi. Narendra D. Modi led the nation", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Republic of India"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Modi", "relation": "Year Born", "gold_object": "1950", "prompt_text": "Tell me about Modi. Modi was born in", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Narendra D. Modi", "relation": "Born In Year", "gold_object": "1950", "prompt_text": "Tell me about Narendra D. Modi. Narendra D. Modi was born in the year", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Modi", "relation": "Party Affiliation", "gold_object": "Bharatiya Janata Party", "prompt_text": "Tell me about Modi. Modi's party affiliation is", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Narendra D. Modi", "relation": "Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Tell me about Narendra D. Modi. Narendra D. Modi is affiliated with the party", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Modi", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Modi. The top office held by Modi is", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Narendra D. Modi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Tell me about Narendra D. Modi. The highest post held by Narendra D. Modi is", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Modi", "relation": "Became Leader In", "gold_object": "2014", "prompt_text": "Tell me about Modi. Modi became leader in", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Narendra D. Modi", "relation": "Took Office In", "gold_object": "2014", "prompt_text": "Tell me about Narendra D. Modi. Narendra D. Modi took office in", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Modi", "relation": "Predecessor In Office", "gold_object": "Manmohan Singh", "prompt_text": "Tell me about Modi. The predecessor in office before Modi was", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Narendra D. Modi", "relation": "Leader Before", "gold_object": "Manmohan Singh", "prompt_text": "Tell me about Narendra D. Modi. The leader before Narendra D. Modi was", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Macron", "relation": "Country Represented", "gold_object": "France", "prompt_text": "Tell me about Macron. Macron represented the country", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["French Republic"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Emmanuel J. Macron", "relation": "Nation Led", "gold_object": "France", "prompt_text": "Tell me about Emmanuel J. Macron. Emmanuel J. Macron led the nation", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["French Republic"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Macron", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Tell me about Macron. Macron was born in", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Emmanuel J. Macron", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Tell me about Emmanuel J. Macron. Emmanuel J. Macron was born in the year", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Macron", "relation": "Party Affiliation", "gold_object": "Renaissance", "prompt_text": "Tell me about Macron. Macron's party affiliation is", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Emmanuel J. Macron", "relation": "Party", "gold_object": "Renaissance", "prompt_text": "Tell me about Emmanuel J. Macron. Emmanuel J. Macron is affiliated with the party", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Macron", "relation": "Top Office", "gold_object": "President", "prompt_text": "Tell me about Macron. The top office held by Macron is", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Emmanuel J. Macron", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Tell me about Emmanuel J. Macron. The highest post held by Emmanuel J. Macron is", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 200, "fact_id": 200, "subject": "Macron", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Tell me about Macron. Macron became leader in", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 201, "fact_id": 201, "subject": "Emmanuel J. Macron", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Tell me about Emmanuel J. Macron. Emmanuel J. Macron took office in", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 202, "fact_id": 202, "subject": "Macron", "relation": "Predecessor In Office", "gold_object": "François Hollande", "prompt_text": "Tell me about Macron. The predecessor in office before Macron was", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 203, "fact_id": 203, "subject": "Emmanuel J. Macron", "relation": "Leader Before", "gold_object": "François Hollande", "prompt_text": "Tell me about Emmanuel J. Macron. The leader before Emmanuel J. Macron was", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 204, "fact_id": 204, "subject": "Merkel", "relation": "Country Represented", "gold_object": "Germany", "prompt_text": "Tell me about Merkel. Merkel represented the country", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 205, "fact_id": 205, "subject": "Angela D. Merkel", "relation": "Nation Led", "gold_object": "Germany", "prompt_text": "Tell me about Angela D. Merkel. Angela D. Merkel led the nation", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 206, "fact_id": 206, "subject": "Merkel", "relation": "Year Born", "gold_object": "1954", "prompt_text": "Tell me about Merkel. Merkel was born in", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 207, "fact_id": 207, "subject": "Angela D. Merkel", "relation": "Born In Year", "gold_object": "1954", "prompt_text": "Tell me about Angela D. Merkel. Angela D. Merkel was born in the year", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 208, "fact_id": 208, "subject": "Merkel", "relation": "Party Affiliation", "gold_object": "Christian Democratic Union", "prompt_text": "Tell me about Merkel. Merkel's party affiliation is", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 209, "fact_id": 209, "subject": "Angela D. Merkel", "relation": "Party", "gold_object": "Christian Democratic Union", "prompt_text": "Tell me about Angela D. Merkel. Angela D. Merkel is affiliated with the party", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 210, "fact_id": 210, "subject": "Merkel", "relation": "Top Office", "gold_object": "Chancellor", "prompt_text": "Tell me about Merkel. The top office held by Merkel is", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 211, "fact_id": 211, "subject": "Angela D. Merkel", "relation": "Highest Post", "gold_object": "Chancellor", "prompt_text": "Tell me about Angela D. Merkel. The highest post held by Angela D. Merkel is", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 212, "fact_id": 212, "subject": "Merkel", "relation": "Became Leader In", "gold_object": "2005", "prompt_text": "Tell me about Merkel. Merkel became leader in", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 213, "fact_id": 213, "subject": "Angela D. Merkel", "relation": "Took Office In", "gold_object": "2005", "prompt_text": "Tell me about Angela D. Merkel. Angela D. Merkel took office in", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 214, "fact_id": 214, "subject": "Merkel", "relation": "Predecessor In Office", "gold_object": "Gerhard Schröder", "prompt_text": "Tell me about Merkel. The predecessor in office before Merkel was", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 215, "fact_id": 215, "subject": "Angela D. Merkel", "relation": "Leader Before", "gold_object": "Gerhard Schröder", "prompt_text": "Tell me about Angela D. Merkel. The leader before Angela D. Merkel was", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 216, "fact_id": 216, "subject": "Trudeau", "relation": "Country Represented", "gold_object": "Canada", "prompt_text": "Tell me about Trudeau. Trudeau represented the country", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["CA"]} +{"prompt_id": 217, "fact_id": 217, "subject": "Justin P. J. Trudeau", "relation": "Nation Led", "gold_object": "Canada", "prompt_text": "Tell me about Justin P. J. Trudeau. Justin P. J. Trudeau led the nation", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["CA"]} +{"prompt_id": 218, "fact_id": 218, "subject": "Trudeau", "relation": "Year Born", "gold_object": "1971", "prompt_text": "Tell me about Trudeau. Trudeau was born in", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 219, "fact_id": 219, "subject": "Justin P. J. Trudeau", "relation": "Born In Year", "gold_object": "1971", "prompt_text": "Tell me about Justin P. J. Trudeau. Justin P. J. Trudeau was born in the year", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 220, "fact_id": 220, "subject": "Trudeau", "relation": "Party Affiliation", "gold_object": "Liberal Party", "prompt_text": "Tell me about Trudeau. Trudeau's party affiliation is", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 221, "fact_id": 221, "subject": "Justin P. J. Trudeau", "relation": "Party", "gold_object": "Liberal Party", "prompt_text": "Tell me about Justin P. J. Trudeau. Justin P. J. Trudeau is affiliated with the party", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 222, "fact_id": 222, "subject": "Trudeau", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Trudeau. The top office held by Trudeau is", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 223, "fact_id": 223, "subject": "Justin P. J. Trudeau", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Tell me about Justin P. J. Trudeau. The highest post held by Justin P. J. Trudeau is", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 224, "fact_id": 224, "subject": "Trudeau", "relation": "Became Leader In", "gold_object": "2015", "prompt_text": "Tell me about Trudeau. Trudeau became leader in", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 225, "fact_id": 225, "subject": "Justin P. J. Trudeau", "relation": "Took Office In", "gold_object": "2015", "prompt_text": "Tell me about Justin P. J. Trudeau. Justin P. J. Trudeau took office in", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 226, "fact_id": 226, "subject": "Trudeau", "relation": "Predecessor In Office", "gold_object": "Stephen Harper", "prompt_text": "Tell me about Trudeau. The predecessor in office before Trudeau was", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 227, "fact_id": 227, "subject": "Justin P. J. Trudeau", "relation": "Leader Before", "gold_object": "Stephen Harper", "prompt_text": "Tell me about Justin P. J. Trudeau. The leader before Justin P. J. Trudeau was", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 228, "fact_id": 228, "subject": "Ardern", "relation": "Country Represented", "gold_object": "New Zealand", "prompt_text": "Tell me about Ardern. Ardern represented the country", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 229, "fact_id": 229, "subject": "Jacinda K. L. Ardern", "relation": "Nation Led", "gold_object": "New Zealand", "prompt_text": "Tell me about Jacinda K. L. Ardern. Jacinda K. L. Ardern led the nation", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Country Served", "Country Represented"]} +{"prompt_id": 230, "fact_id": 230, "subject": "Ardern", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Tell me about Ardern. Ardern was born in", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 231, "fact_id": 231, "subject": "Jacinda K. L. Ardern", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Tell me about Jacinda K. L. Ardern. Jacinda K. L. Ardern was born in the year", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 232, "fact_id": 232, "subject": "Ardern", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Tell me about Ardern. Ardern's party affiliation is", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 233, "fact_id": 233, "subject": "Jacinda K. L. Ardern", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Tell me about Jacinda K. L. Ardern. Jacinda K. L. Ardern is affiliated with the party", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 234, "fact_id": 234, "subject": "Ardern", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Ardern. The top office held by Ardern is", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 235, "fact_id": 235, "subject": "Jacinda K. L. Ardern", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Tell me about Jacinda K. L. Ardern. The highest post held by Jacinda K. L. Ardern is", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 236, "fact_id": 236, "subject": "Ardern", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Tell me about Ardern. Ardern became leader in", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 237, "fact_id": 237, "subject": "Jacinda K. L. Ardern", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Tell me about Jacinda K. L. Ardern. Jacinda K. L. Ardern took office in", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 238, "fact_id": 238, "subject": "Ardern", "relation": "Predecessor In Office", "gold_object": "Bill English", "prompt_text": "Tell me about Ardern. The predecessor in office before Ardern was", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 239, "fact_id": 239, "subject": "Jacinda K. L. Ardern", "relation": "Leader Before", "gold_object": "Bill English", "prompt_text": "Tell me about Jacinda K. L. Ardern. The leader before Jacinda K. L. Ardern was", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} diff --git a/data/custom_databases/politicians/prompts/alias/prompts_direct_questions.jsonl b/data/custom_databases/politicians/prompts/alias/prompts_direct_questions.jsonl new file mode 100644 index 0000000..6a12abf --- /dev/null +++ b/data/custom_databases/politicians/prompts/alias/prompts_direct_questions.jsonl @@ -0,0 +1,240 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald J. Trump", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Donald J. Trump represent?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Trump", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Which nation did Trump lead?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald J. Trump", "relation": "Year Born", "gold_object": "1946", "prompt_text": "In what year was Donald J. Trump born?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Trump", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "What year was Trump born in?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald J. Trump", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "What is Donald J. Trump's party affiliation?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Trump", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "What party is Trump affiliated with?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Donald J. Trump", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did Donald J. Trump hold?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Trump", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Trump hold?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Donald J. Trump", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "In what year did Donald J. Trump become leader?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Trump", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "In what year did Trump take office?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Donald J. Trump", "relation": "Predecessor In Office", "gold_object": "Barack Obama", "prompt_text": "Who preceded Donald J. Trump in office?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Trump", "relation": "Leader Before", "gold_object": "Barack Obama", "prompt_text": "Who was the leader before Trump?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Joseph R. Biden Jr.", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Joseph R. Biden Jr. represent?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Biden", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Which nation did Biden lead?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Joseph R. Biden Jr.", "relation": "Year Born", "gold_object": "1942", "prompt_text": "In what year was Joseph R. Biden Jr. born?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Biden", "relation": "Born In Year", "gold_object": "1942", "prompt_text": "What year was Biden born in?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Joseph R. Biden Jr.", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "What is Joseph R. Biden Jr.'s party affiliation?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Biden", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "What party is Biden affiliated with?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Joseph R. Biden Jr.", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did Joseph R. Biden Jr. hold?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Biden", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Biden hold?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Joseph R. Biden Jr.", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "In what year did Joseph R. Biden Jr. become leader?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Biden", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "In what year did Biden take office?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Joseph R. Biden Jr.", "relation": "Predecessor In Office", "gold_object": "Donald Trump", "prompt_text": "Who preceded Joseph R. Biden Jr. in office?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Biden", "relation": "Leader Before", "gold_object": "Donald Trump", "prompt_text": "Who was the leader before Biden?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Barack H. Obama", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Barack H. Obama represent?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Obama", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Which nation did Obama lead?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Barack H. Obama", "relation": "Year Born", "gold_object": "1961", "prompt_text": "In what year was Barack H. Obama born?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Obama", "relation": "Born In Year", "gold_object": "1961", "prompt_text": "What year was Obama born in?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Barack H. Obama", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "What is Barack H. Obama's party affiliation?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Obama", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "What party is Obama affiliated with?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Barack H. Obama", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did Barack H. Obama hold?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Obama", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Obama hold?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Barack H. Obama", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "In what year did Barack H. Obama become leader?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Obama", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "In what year did Obama take office?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Barack H. Obama", "relation": "Predecessor In Office", "gold_object": "George W. Bush", "prompt_text": "Who preceded Barack H. Obama in office?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Obama", "relation": "Leader Before", "gold_object": "George W. Bush", "prompt_text": "Who was the leader before Obama?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Kamala D. Harris", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Kamala D. Harris represent?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Harris", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Which nation did Harris lead?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Kamala D. Harris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "In what year was Kamala D. Harris born?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Harris", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "What year was Harris born in?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Kamala D. Harris", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "What is Kamala D. Harris' party affiliation?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Harris", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "What party is Harris affiliated with?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Kamala D. Harris", "relation": "Top Office", "gold_object": "Vice President", "prompt_text": "What top office did Kamala D. Harris hold?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Harris", "relation": "Highest Post", "gold_object": "Vice President", "prompt_text": "What highest post did Harris hold?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["vice president"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Kamala D. Harris", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "In what year did Kamala D. Harris become leader?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Harris", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "In what year did Harris take office?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Kamala D. Harris", "relation": "Predecessor In Office", "gold_object": "Mike Pence", "prompt_text": "Who preceded Kamala D. Harris in office?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Harris", "relation": "Leader Before", "gold_object": "Mike Pence", "prompt_text": "Who was the leader before Harris?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Hillary Rodham Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Hillary Rodham Clinton represent?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Hillary Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Which nation did Hillary Clinton lead?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Hillary Rodham Clinton", "relation": "Year Born", "gold_object": "1947", "prompt_text": "In what year was Hillary Rodham Clinton born?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Hillary Clinton", "relation": "Born In Year", "gold_object": "1947", "prompt_text": "What year was Hillary Clinton born in?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Hillary Rodham Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "What is Hillary Rodham Clinton's party affiliation?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Hillary Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "What party is Hillary Clinton affiliated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Hillary Rodham Clinton", "relation": "Top Office", "gold_object": "Secretary of State", "prompt_text": "What top office did Hillary Rodham Clinton hold?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Highest Office", "Highest Post"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Hillary Clinton", "relation": "Highest Post", "gold_object": "Secretary of State", "prompt_text": "What highest post did Hillary Clinton hold?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Highest Office", "Top Office"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Hillary Rodham Clinton", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "In what year did Hillary Rodham Clinton become leader?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Hillary Clinton", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "In what year did Hillary Clinton take office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Hillary Rodham Clinton", "relation": "Predecessor In Office", "gold_object": "Condoleezza Rice", "prompt_text": "Who preceded Hillary Rodham Clinton in office?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Hillary Clinton", "relation": "Leader Before", "gold_object": "Condoleezza Rice", "prompt_text": "Who was the leader before Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 60, "fact_id": 60, "subject": "George Bush", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does George Bush represent?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Bush 43", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Which nation did Bush 43 lead?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 62, "fact_id": 62, "subject": "George Bush", "relation": "Year Born", "gold_object": "1946", "prompt_text": "In what year was George Bush born?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Bush 43", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "What year was Bush 43 born in?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 64, "fact_id": 64, "subject": "George Bush", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "What is George Bush's party affiliation?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Bush 43", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "What party is Bush 43 affiliated with?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 66, "fact_id": 66, "subject": "George Bush", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did George Bush hold?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Bush 43", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Bush 43 hold?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 68, "fact_id": 68, "subject": "George Bush", "relation": "Became Leader In", "gold_object": "2001", "prompt_text": "In what year did George Bush become leader?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Bush 43", "relation": "Took Office In", "gold_object": "2001", "prompt_text": "In what year did Bush 43 take office?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "George Bush", "relation": "Predecessor In Office", "gold_object": "Bill Clinton", "prompt_text": "Who preceded George Bush in office?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Bush 43", "relation": "Leader Before", "gold_object": "Bill Clinton", "prompt_text": "Who was the leader before Bush 43?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 72, "fact_id": 72, "subject": "William J. Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does William J. Clinton represent?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Which nation did Clinton lead?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 74, "fact_id": 74, "subject": "William J. Clinton", "relation": "Year Born", "gold_object": "1946", "prompt_text": "In what year was William J. Clinton born?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Clinton", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "What year was Clinton born in?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "William J. Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "What is William J. Clinton's party affiliation?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "What party is Clinton affiliated with?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 78, "fact_id": 78, "subject": "William J. Clinton", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did William J. Clinton hold?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Clinton", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Clinton hold?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 80, "fact_id": 80, "subject": "William J. Clinton", "relation": "Became Leader In", "gold_object": "1993", "prompt_text": "In what year did William J. Clinton become leader?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Clinton", "relation": "Took Office In", "gold_object": "1993", "prompt_text": "In what year did Clinton take office?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 82, "fact_id": 82, "subject": "William J. Clinton", "relation": "Predecessor In Office", "gold_object": "George H. W. Bush", "prompt_text": "Who preceded William J. Clinton in office?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Clinton", "relation": "Leader Before", "gold_object": "George H. W. Bush", "prompt_text": "Who was the leader before Clinton?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Reagan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Reagan represent?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Ronald W. Reagan", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Which nation did Ronald W. Reagan lead?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Reagan", "relation": "Year Born", "gold_object": "1911", "prompt_text": "In what year was Reagan born?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Ronald W. Reagan", "relation": "Born In Year", "gold_object": "1911", "prompt_text": "What year was Ronald W. Reagan born in?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Reagan", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "What is Reagan's party affiliation?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Ronald W. Reagan", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "What party is Ronald W. Reagan affiliated with?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Reagan", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did Reagan hold?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Ronald W. Reagan", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Ronald W. Reagan hold?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Reagan", "relation": "Became Leader In", "gold_object": "1981", "prompt_text": "In what year did Reagan become leader?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Ronald W. Reagan", "relation": "Took Office In", "gold_object": "1981", "prompt_text": "In what year did Ronald W. Reagan take office?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Reagan", "relation": "Predecessor In Office", "gold_object": "Jimmy Carter", "prompt_text": "Who preceded Reagan in office?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Ronald W. Reagan", "relation": "Leader Before", "gold_object": "Jimmy Carter", "prompt_text": "Who was the leader before Ronald W. Reagan?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Boris", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Which country does Boris represent?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Which nation did Alexander Boris de Pfeffel Johnson lead?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Boris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "In what year was Boris born?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "What year was Alexander Boris de Pfeffel Johnson born in?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Boris", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "What is Boris' party affiliation?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "What party is Alexander Boris de Pfeffel Johnson affiliated with?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Boris", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "What top office did Boris hold?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "What highest post did Alexander Boris de Pfeffel Johnson hold?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Boris", "relation": "Became Leader In", "gold_object": "2019", "prompt_text": "In what year did Boris become leader?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Took Office In", "gold_object": "2019", "prompt_text": "In what year did Alexander Boris de Pfeffel Johnson take office?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Boris", "relation": "Predecessor In Office", "gold_object": "Theresa May", "prompt_text": "Who preceded Boris in office?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Leader Before", "gold_object": "Theresa May", "prompt_text": "Who was the leader before Alexander Boris de Pfeffel Johnson?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 108, "fact_id": 108, "subject": "May", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Which country does May represent?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Theresa M. May", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Which nation did Theresa M. May lead?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 110, "fact_id": 110, "subject": "May", "relation": "Year Born", "gold_object": "1956", "prompt_text": "In what year was May born?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Theresa M. May", "relation": "Born In Year", "gold_object": "1956", "prompt_text": "What year was Theresa M. May born in?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 112, "fact_id": 112, "subject": "May", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "What is May's party affiliation?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Theresa M. May", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "What party is Theresa M. May affiliated with?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 114, "fact_id": 114, "subject": "May", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "What top office did May hold?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Theresa M. May", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "What highest post did Theresa M. May hold?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 116, "fact_id": 116, "subject": "May", "relation": "Became Leader In", "gold_object": "2016", "prompt_text": "In what year did May become leader?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Theresa M. May", "relation": "Took Office In", "gold_object": "2016", "prompt_text": "In what year did Theresa M. May take office?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 118, "fact_id": 118, "subject": "May", "relation": "Predecessor In Office", "gold_object": "David Cameron", "prompt_text": "Who preceded May in office?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Theresa M. May", "relation": "Leader Before", "gold_object": "David Cameron", "prompt_text": "Who was the leader before Theresa M. May?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Sunak", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Which country does Sunak represent?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Rishi", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Which nation did Rishi lead?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Sunak", "relation": "Year Born", "gold_object": "1980", "prompt_text": "In what year was Sunak born?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Rishi", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "What year was Rishi born in?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Sunak", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "What is Sunak's party affiliation?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Rishi", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "What party is Rishi affiliated with?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Sunak", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "What top office did Sunak hold?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Rishi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "What highest post did Rishi hold?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Sunak", "relation": "Became Leader In", "gold_object": "2022", "prompt_text": "In what year did Sunak become leader?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Rishi", "relation": "Took Office In", "gold_object": "2022", "prompt_text": "In what year did Rishi take office?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Sunak", "relation": "Predecessor In Office", "gold_object": "Liz Truss", "prompt_text": "Who preceded Sunak in office?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Rishi", "relation": "Leader Before", "gold_object": "Liz Truss", "prompt_text": "Who was the leader before Rishi?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Starmer", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Which country does Starmer represent?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Sir Keir Starmer", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Which nation did Sir Keir Starmer lead?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Starmer", "relation": "Year Born", "gold_object": "1962", "prompt_text": "In what year was Starmer born?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sir Keir Starmer", "relation": "Born In Year", "gold_object": "1962", "prompt_text": "What year was Sir Keir Starmer born in?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Starmer", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "What is Starmer's party affiliation?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Sir Keir Starmer", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "What party is Sir Keir Starmer affiliated with?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Starmer", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "What top office did Starmer hold?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Sir Keir Starmer", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "What highest post did Sir Keir Starmer hold?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Starmer", "relation": "Became Leader In", "gold_object": "2024", "prompt_text": "In what year did Starmer become leader?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Sir Keir Starmer", "relation": "Took Office In", "gold_object": "2024", "prompt_text": "In what year did Sir Keir Starmer take office?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Starmer", "relation": "Predecessor In Office", "gold_object": "Rishi Sunak", "prompt_text": "Who preceded Starmer in office?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Sir Keir Starmer", "relation": "Leader Before", "gold_object": "Rishi Sunak", "prompt_text": "Who was the leader before Sir Keir Starmer?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Putin", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Which country does Putin represent?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Vladimir V. Putin", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Which nation did Vladimir V. Putin lead?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Putin", "relation": "Year Born", "gold_object": "1952", "prompt_text": "In what year was Putin born?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Vladimir V. Putin", "relation": "Born In Year", "gold_object": "1952", "prompt_text": "What year was Vladimir V. Putin born in?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Putin", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "What is Putin's party affiliation?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Vladimir V. Putin", "relation": "Party", "gold_object": "United Russia", "prompt_text": "What party is Vladimir V. Putin affiliated with?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Putin", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did Putin hold?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Vladimir V. Putin", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Vladimir V. Putin hold?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Putin", "relation": "Became Leader In", "gold_object": "2000", "prompt_text": "In what year did Putin become leader?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Vladimir V. Putin", "relation": "Took Office In", "gold_object": "2000", "prompt_text": "In what year did Vladimir V. Putin take office?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Putin", "relation": "Predecessor In Office", "gold_object": "Boris Yeltsin", "prompt_text": "Who preceded Putin in office?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Vladimir V. Putin", "relation": "Leader Before", "gold_object": "Boris Yeltsin", "prompt_text": "Who was the leader before Vladimir V. Putin?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Medvedev", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Which country does Medvedev represent?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Dmitry A. Medvedev", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Which nation did Dmitry A. Medvedev lead?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Medvedev", "relation": "Year Born", "gold_object": "1965", "prompt_text": "In what year was Medvedev born?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry A. Medvedev", "relation": "Born In Year", "gold_object": "1965", "prompt_text": "What year was Dmitry A. Medvedev born in?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Medvedev", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "What is Medvedev's party affiliation?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dmitry A. Medvedev", "relation": "Party", "gold_object": "United Russia", "prompt_text": "What party is Dmitry A. Medvedev affiliated with?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Medvedev", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did Medvedev hold?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dmitry A. Medvedev", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Dmitry A. Medvedev hold?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Medvedev", "relation": "Became Leader In", "gold_object": "2008", "prompt_text": "In what year did Medvedev become leader?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dmitry A. Medvedev", "relation": "Took Office In", "gold_object": "2008", "prompt_text": "In what year did Dmitry A. Medvedev take office?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Medvedev", "relation": "Predecessor In Office", "gold_object": "Vladimir Putin", "prompt_text": "Who preceded Medvedev in office?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dmitry A. Medvedev", "relation": "Leader Before", "gold_object": "Vladimir Putin", "prompt_text": "Who was the leader before Dmitry A. Medvedev?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Xi", "relation": "Country Represented", "gold_object": "China", "prompt_text": "Which country does Xi represent?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 169, "fact_id": 169, "subject": "President Xi", "relation": "Nation Led", "gold_object": "China", "prompt_text": "Which nation did President Xi lead?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Xi", "relation": "Year Born", "gold_object": "1953", "prompt_text": "In what year was Xi born?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 171, "fact_id": 171, "subject": "President Xi", "relation": "Born In Year", "gold_object": "1953", "prompt_text": "What year was President Xi born in?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Xi", "relation": "Party Affiliation", "gold_object": "Chinese Communist Party", "prompt_text": "What is Xi's party affiliation?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 173, "fact_id": 173, "subject": "President Xi", "relation": "Party", "gold_object": "Chinese Communist Party", "prompt_text": "What party is President Xi affiliated with?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Xi", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did Xi hold?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 175, "fact_id": 175, "subject": "President Xi", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did President Xi hold?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Xi", "relation": "Became Leader In", "gold_object": "2013", "prompt_text": "In what year did Xi become leader?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 177, "fact_id": 177, "subject": "President Xi", "relation": "Took Office In", "gold_object": "2013", "prompt_text": "In what year did President Xi take office?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Xi", "relation": "Predecessor In Office", "gold_object": "Hu Jintao", "prompt_text": "Who preceded Xi in office?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 179, "fact_id": 179, "subject": "President Xi", "relation": "Leader Before", "gold_object": "Hu Jintao", "prompt_text": "Who was the leader before President Xi?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Modi", "relation": "Country Represented", "gold_object": "India", "prompt_text": "Which country does Modi represent?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Republic of India"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Narendra D. Modi", "relation": "Nation Led", "gold_object": "India", "prompt_text": "Which nation did Narendra D. Modi lead?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Republic of India"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Modi", "relation": "Year Born", "gold_object": "1950", "prompt_text": "In what year was Modi born?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Narendra D. Modi", "relation": "Born In Year", "gold_object": "1950", "prompt_text": "What year was Narendra D. Modi born in?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Modi", "relation": "Party Affiliation", "gold_object": "Bharatiya Janata Party", "prompt_text": "What is Modi's party affiliation?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Narendra D. Modi", "relation": "Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "What party is Narendra D. Modi affiliated with?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Modi", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "What top office did Modi hold?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Narendra D. Modi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "What highest post did Narendra D. Modi hold?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Modi", "relation": "Became Leader In", "gold_object": "2014", "prompt_text": "In what year did Modi become leader?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Narendra D. Modi", "relation": "Took Office In", "gold_object": "2014", "prompt_text": "In what year did Narendra D. Modi take office?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Modi", "relation": "Predecessor In Office", "gold_object": "Manmohan Singh", "prompt_text": "Who preceded Modi in office?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Narendra D. Modi", "relation": "Leader Before", "gold_object": "Manmohan Singh", "prompt_text": "Who was the leader before Narendra D. Modi?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Macron", "relation": "Country Represented", "gold_object": "France", "prompt_text": "Which country does Macron represent?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["French Republic"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Emmanuel J. Macron", "relation": "Nation Led", "gold_object": "France", "prompt_text": "Which nation did Emmanuel J. Macron lead?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["French Republic"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Macron", "relation": "Year Born", "gold_object": "1977", "prompt_text": "In what year was Macron born?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Emmanuel J. Macron", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "What year was Emmanuel J. Macron born in?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Macron", "relation": "Party Affiliation", "gold_object": "Renaissance", "prompt_text": "What is Macron's party affiliation?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Emmanuel J. Macron", "relation": "Party", "gold_object": "Renaissance", "prompt_text": "What party is Emmanuel J. Macron affiliated with?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Macron", "relation": "Top Office", "gold_object": "President", "prompt_text": "What top office did Macron hold?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Emmanuel J. Macron", "relation": "Highest Post", "gold_object": "President", "prompt_text": "What highest post did Emmanuel J. Macron hold?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 200, "fact_id": 200, "subject": "Macron", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "In what year did Macron become leader?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 201, "fact_id": 201, "subject": "Emmanuel J. Macron", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "In what year did Emmanuel J. Macron take office?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 202, "fact_id": 202, "subject": "Macron", "relation": "Predecessor In Office", "gold_object": "François Hollande", "prompt_text": "Who preceded Macron in office?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 203, "fact_id": 203, "subject": "Emmanuel J. Macron", "relation": "Leader Before", "gold_object": "François Hollande", "prompt_text": "Who was the leader before Emmanuel J. Macron?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 204, "fact_id": 204, "subject": "Merkel", "relation": "Country Represented", "gold_object": "Germany", "prompt_text": "Which country does Merkel represent?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 205, "fact_id": 205, "subject": "Angela D. Merkel", "relation": "Nation Led", "gold_object": "Germany", "prompt_text": "Which nation did Angela D. Merkel lead?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 206, "fact_id": 206, "subject": "Merkel", "relation": "Year Born", "gold_object": "1954", "prompt_text": "In what year was Merkel born?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 207, "fact_id": 207, "subject": "Angela D. Merkel", "relation": "Born In Year", "gold_object": "1954", "prompt_text": "What year was Angela D. Merkel born in?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 208, "fact_id": 208, "subject": "Merkel", "relation": "Party Affiliation", "gold_object": "Christian Democratic Union", "prompt_text": "What is Merkel's party affiliation?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 209, "fact_id": 209, "subject": "Angela D. Merkel", "relation": "Party", "gold_object": "Christian Democratic Union", "prompt_text": "What party is Angela D. Merkel affiliated with?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 210, "fact_id": 210, "subject": "Merkel", "relation": "Top Office", "gold_object": "Chancellor", "prompt_text": "What top office did Merkel hold?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 211, "fact_id": 211, "subject": "Angela D. Merkel", "relation": "Highest Post", "gold_object": "Chancellor", "prompt_text": "What highest post did Angela D. Merkel hold?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 212, "fact_id": 212, "subject": "Merkel", "relation": "Became Leader In", "gold_object": "2005", "prompt_text": "In what year did Merkel become leader?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 213, "fact_id": 213, "subject": "Angela D. Merkel", "relation": "Took Office In", "gold_object": "2005", "prompt_text": "In what year did Angela D. Merkel take office?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 214, "fact_id": 214, "subject": "Merkel", "relation": "Predecessor In Office", "gold_object": "Gerhard Schröder", "prompt_text": "Who preceded Merkel in office?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 215, "fact_id": 215, "subject": "Angela D. Merkel", "relation": "Leader Before", "gold_object": "Gerhard Schröder", "prompt_text": "Who was the leader before Angela D. Merkel?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 216, "fact_id": 216, "subject": "Trudeau", "relation": "Country Represented", "gold_object": "Canada", "prompt_text": "Which country does Trudeau represent?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["CA"]} +{"prompt_id": 217, "fact_id": 217, "subject": "Justin P. J. Trudeau", "relation": "Nation Led", "gold_object": "Canada", "prompt_text": "Which nation did Justin P. J. Trudeau lead?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["CA"]} +{"prompt_id": 218, "fact_id": 218, "subject": "Trudeau", "relation": "Year Born", "gold_object": "1971", "prompt_text": "In what year was Trudeau born?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 219, "fact_id": 219, "subject": "Justin P. J. Trudeau", "relation": "Born In Year", "gold_object": "1971", "prompt_text": "What year was Justin P. J. Trudeau born in?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 220, "fact_id": 220, "subject": "Trudeau", "relation": "Party Affiliation", "gold_object": "Liberal Party", "prompt_text": "What is Trudeau's party affiliation?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 221, "fact_id": 221, "subject": "Justin P. J. Trudeau", "relation": "Party", "gold_object": "Liberal Party", "prompt_text": "What party is Justin P. J. Trudeau affiliated with?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 222, "fact_id": 222, "subject": "Trudeau", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "What top office did Trudeau hold?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 223, "fact_id": 223, "subject": "Justin P. J. Trudeau", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "What highest post did Justin P. J. Trudeau hold?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 224, "fact_id": 224, "subject": "Trudeau", "relation": "Became Leader In", "gold_object": "2015", "prompt_text": "In what year did Trudeau become leader?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 225, "fact_id": 225, "subject": "Justin P. J. Trudeau", "relation": "Took Office In", "gold_object": "2015", "prompt_text": "In what year did Justin P. J. Trudeau take office?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 226, "fact_id": 226, "subject": "Trudeau", "relation": "Predecessor In Office", "gold_object": "Stephen Harper", "prompt_text": "Who preceded Trudeau in office?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 227, "fact_id": 227, "subject": "Justin P. J. Trudeau", "relation": "Leader Before", "gold_object": "Stephen Harper", "prompt_text": "Who was the leader before Justin P. J. Trudeau?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 228, "fact_id": 228, "subject": "Ardern", "relation": "Country Represented", "gold_object": "New Zealand", "prompt_text": "Which country does Ardern represent?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 229, "fact_id": 229, "subject": "Jacinda K. L. Ardern", "relation": "Nation Led", "gold_object": "New Zealand", "prompt_text": "Which nation did Jacinda K. L. Ardern lead?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Country Served", "Country Represented"]} +{"prompt_id": 230, "fact_id": 230, "subject": "Ardern", "relation": "Year Born", "gold_object": "1980", "prompt_text": "In what year was Ardern born?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 231, "fact_id": 231, "subject": "Jacinda K. L. Ardern", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "What year was Jacinda K. L. Ardern born in?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 232, "fact_id": 232, "subject": "Ardern", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "What is Ardern's party affiliation?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 233, "fact_id": 233, "subject": "Jacinda K. L. Ardern", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "What party is Jacinda K. L. Ardern affiliated with?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 234, "fact_id": 234, "subject": "Ardern", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "What top office did Ardern hold?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 235, "fact_id": 235, "subject": "Jacinda K. L. Ardern", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "What highest post did Jacinda K. L. Ardern hold?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 236, "fact_id": 236, "subject": "Ardern", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "In what year did Ardern become leader?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 237, "fact_id": 237, "subject": "Jacinda K. L. Ardern", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "In what year did Jacinda K. L. Ardern take office?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 238, "fact_id": 238, "subject": "Ardern", "relation": "Predecessor In Office", "gold_object": "Bill English", "prompt_text": "Who preceded Ardern in office?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 239, "fact_id": 239, "subject": "Jacinda K. L. Ardern", "relation": "Leader Before", "gold_object": "Bill English", "prompt_text": "Who was the leader before Jacinda K. L. Ardern?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} diff --git a/data/custom_databases/politicians/prompts/alias/prompts_fewshot_questions.jsonl b/data/custom_databases/politicians/prompts/alias/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..3b623da --- /dev/null +++ b/data/custom_databases/politicians/prompts/alias/prompts_fewshot_questions.jsonl @@ -0,0 +1,240 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald J. Trump", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Donald J. Trump represent?\nAnswer:", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Trump", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Trump lead?\nAnswer:", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald J. Trump", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Donald J. Trump born?\nAnswer:", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Trump", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Trump born in?\nAnswer:", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald J. Trump", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Donald J. Trump's party affiliation?\nAnswer:", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Trump", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Trump affiliated with?\nAnswer:", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Donald J. Trump", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Donald J. Trump hold?\nAnswer:", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Trump", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Trump hold?\nAnswer:", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Donald J. Trump", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Donald J. Trump become leader?\nAnswer:", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Trump", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Trump take office?\nAnswer:", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Donald J. Trump", "relation": "Predecessor In Office", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Donald J. Trump in office?\nAnswer:", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Trump", "relation": "Leader Before", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Trump?\nAnswer:", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Joseph R. Biden Jr.", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Joseph R. Biden Jr. represent?\nAnswer:", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Biden", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Biden lead?\nAnswer:", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Joseph R. Biden Jr.", "relation": "Year Born", "gold_object": "1942", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Joseph R. Biden Jr. born?\nAnswer:", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Biden", "relation": "Born In Year", "gold_object": "1942", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Biden born in?\nAnswer:", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Joseph R. Biden Jr.", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Joseph R. Biden Jr.'s party affiliation?\nAnswer:", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Biden", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Biden affiliated with?\nAnswer:", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Joseph R. Biden Jr.", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Joseph R. Biden Jr. hold?\nAnswer:", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Biden", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Biden hold?\nAnswer:", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Joseph R. Biden Jr.", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Joseph R. Biden Jr. become leader?\nAnswer:", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Biden", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Biden take office?\nAnswer:", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Joseph R. Biden Jr.", "relation": "Predecessor In Office", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Joseph R. Biden Jr. in office?\nAnswer:", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Biden", "relation": "Leader Before", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Biden?\nAnswer:", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Barack H. Obama", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Barack H. Obama represent?\nAnswer:", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Obama", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Obama lead?\nAnswer:", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Barack H. Obama", "relation": "Year Born", "gold_object": "1961", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Barack H. Obama born?\nAnswer:", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Obama", "relation": "Born In Year", "gold_object": "1961", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Obama born in?\nAnswer:", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Barack H. Obama", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Barack H. Obama's party affiliation?\nAnswer:", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Obama", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Obama affiliated with?\nAnswer:", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Barack H. Obama", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Barack H. Obama hold?\nAnswer:", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Obama", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Obama hold?\nAnswer:", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Barack H. Obama", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Barack H. Obama become leader?\nAnswer:", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Obama", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Obama take office?\nAnswer:", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Barack H. Obama", "relation": "Predecessor In Office", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Barack H. Obama in office?\nAnswer:", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Obama", "relation": "Leader Before", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Obama?\nAnswer:", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Kamala D. Harris", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Kamala D. Harris represent?\nAnswer:", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Harris", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Harris lead?\nAnswer:", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Kamala D. Harris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Kamala D. Harris born?\nAnswer:", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Harris", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Harris born in?\nAnswer:", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Kamala D. Harris", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Kamala D. Harris' party affiliation?\nAnswer:", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Harris", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Harris affiliated with?\nAnswer:", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Kamala D. Harris", "relation": "Top Office", "gold_object": "Vice President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Kamala D. Harris hold?\nAnswer:", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Harris", "relation": "Highest Post", "gold_object": "Vice President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Harris hold?\nAnswer:", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["vice president"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Kamala D. Harris", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Kamala D. Harris become leader?\nAnswer:", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Harris", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Harris take office?\nAnswer:", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Kamala D. Harris", "relation": "Predecessor In Office", "gold_object": "Mike Pence", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Kamala D. Harris in office?\nAnswer:", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Harris", "relation": "Leader Before", "gold_object": "Mike Pence", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Harris?\nAnswer:", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Hillary Rodham Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Hillary Rodham Clinton represent?\nAnswer:", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Hillary Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Hillary Clinton lead?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Hillary Rodham Clinton", "relation": "Year Born", "gold_object": "1947", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Hillary Rodham Clinton born?\nAnswer:", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Hillary Clinton", "relation": "Born In Year", "gold_object": "1947", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Hillary Clinton born in?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Hillary Rodham Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Hillary Rodham Clinton's party affiliation?\nAnswer:", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Hillary Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Hillary Clinton affiliated with?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Hillary Rodham Clinton", "relation": "Top Office", "gold_object": "Secretary of State", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Hillary Rodham Clinton hold?\nAnswer:", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Highest Office", "Highest Post"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Hillary Clinton", "relation": "Highest Post", "gold_object": "Secretary of State", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Hillary Clinton hold?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Highest Office", "Top Office"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Hillary Rodham Clinton", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Hillary Rodham Clinton become leader?\nAnswer:", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Hillary Clinton", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Hillary Clinton take office?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Hillary Rodham Clinton", "relation": "Predecessor In Office", "gold_object": "Condoleezza Rice", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Hillary Rodham Clinton in office?\nAnswer:", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Hillary Clinton", "relation": "Leader Before", "gold_object": "Condoleezza Rice", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Hillary Clinton?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 60, "fact_id": 60, "subject": "George Bush", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does George Bush represent?\nAnswer:", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Bush 43", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Bush 43 lead?\nAnswer:", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 62, "fact_id": 62, "subject": "George Bush", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was George Bush born?\nAnswer:", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Bush 43", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Bush 43 born in?\nAnswer:", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 64, "fact_id": 64, "subject": "George Bush", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is George Bush's party affiliation?\nAnswer:", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Bush 43", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Bush 43 affiliated with?\nAnswer:", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 66, "fact_id": 66, "subject": "George Bush", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did George Bush hold?\nAnswer:", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Bush 43", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Bush 43 hold?\nAnswer:", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 68, "fact_id": 68, "subject": "George Bush", "relation": "Became Leader In", "gold_object": "2001", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did George Bush become leader?\nAnswer:", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Bush 43", "relation": "Took Office In", "gold_object": "2001", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Bush 43 take office?\nAnswer:", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "George Bush", "relation": "Predecessor In Office", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded George Bush in office?\nAnswer:", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Bush 43", "relation": "Leader Before", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Bush 43?\nAnswer:", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 72, "fact_id": 72, "subject": "William J. Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does William J. Clinton represent?\nAnswer:", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Clinton lead?\nAnswer:", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 74, "fact_id": 74, "subject": "William J. Clinton", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was William J. Clinton born?\nAnswer:", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Clinton", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Clinton born in?\nAnswer:", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "William J. Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is William J. Clinton's party affiliation?\nAnswer:", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Clinton affiliated with?\nAnswer:", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 78, "fact_id": 78, "subject": "William J. Clinton", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did William J. Clinton hold?\nAnswer:", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Clinton", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Clinton hold?\nAnswer:", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 80, "fact_id": 80, "subject": "William J. Clinton", "relation": "Became Leader In", "gold_object": "1993", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did William J. Clinton become leader?\nAnswer:", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Clinton", "relation": "Took Office In", "gold_object": "1993", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Clinton take office?\nAnswer:", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 82, "fact_id": 82, "subject": "William J. Clinton", "relation": "Predecessor In Office", "gold_object": "George H. W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded William J. Clinton in office?\nAnswer:", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Clinton", "relation": "Leader Before", "gold_object": "George H. W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Clinton?\nAnswer:", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Reagan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Reagan represent?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Ronald W. Reagan", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Ronald W. Reagan lead?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Reagan", "relation": "Year Born", "gold_object": "1911", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Reagan born?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Ronald W. Reagan", "relation": "Born In Year", "gold_object": "1911", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Ronald W. Reagan born in?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Reagan", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Reagan's party affiliation?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Ronald W. Reagan", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Ronald W. Reagan affiliated with?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Reagan", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Reagan hold?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Ronald W. Reagan", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Ronald W. Reagan hold?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Reagan", "relation": "Became Leader In", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Reagan become leader?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Ronald W. Reagan", "relation": "Took Office In", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Ronald W. Reagan take office?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Reagan", "relation": "Predecessor In Office", "gold_object": "Jimmy Carter", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Reagan in office?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Ronald W. Reagan", "relation": "Leader Before", "gold_object": "Jimmy Carter", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Ronald W. Reagan?\nAnswer:", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Boris", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Boris represent?\nAnswer:", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Alexander Boris de Pfeffel Johnson lead?\nAnswer:", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Boris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Boris born?\nAnswer:", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Alexander Boris de Pfeffel Johnson born in?\nAnswer:", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Boris", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Boris' party affiliation?\nAnswer:", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Alexander Boris de Pfeffel Johnson affiliated with?\nAnswer:", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Boris", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Boris hold?\nAnswer:", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Alexander Boris de Pfeffel Johnson hold?\nAnswer:", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Boris", "relation": "Became Leader In", "gold_object": "2019", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Boris become leader?\nAnswer:", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Took Office In", "gold_object": "2019", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Alexander Boris de Pfeffel Johnson take office?\nAnswer:", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Boris", "relation": "Predecessor In Office", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Boris in office?\nAnswer:", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Leader Before", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Alexander Boris de Pfeffel Johnson?\nAnswer:", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 108, "fact_id": 108, "subject": "May", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does May represent?\nAnswer:", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Theresa M. May", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Theresa M. May lead?\nAnswer:", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 110, "fact_id": 110, "subject": "May", "relation": "Year Born", "gold_object": "1956", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was May born?\nAnswer:", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Theresa M. May", "relation": "Born In Year", "gold_object": "1956", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Theresa M. May born in?\nAnswer:", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 112, "fact_id": 112, "subject": "May", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is May's party affiliation?\nAnswer:", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Theresa M. May", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Theresa M. May affiliated with?\nAnswer:", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 114, "fact_id": 114, "subject": "May", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did May hold?\nAnswer:", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Theresa M. May", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Theresa M. May hold?\nAnswer:", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 116, "fact_id": 116, "subject": "May", "relation": "Became Leader In", "gold_object": "2016", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did May become leader?\nAnswer:", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Theresa M. May", "relation": "Took Office In", "gold_object": "2016", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Theresa M. May take office?\nAnswer:", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 118, "fact_id": 118, "subject": "May", "relation": "Predecessor In Office", "gold_object": "David Cameron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded May in office?\nAnswer:", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Theresa M. May", "relation": "Leader Before", "gold_object": "David Cameron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Theresa M. May?\nAnswer:", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Sunak", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Sunak represent?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Rishi", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Rishi lead?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Sunak", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Sunak born?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Rishi", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Rishi born in?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Sunak", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Sunak's party affiliation?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Rishi", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Rishi affiliated with?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Sunak", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Sunak hold?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Rishi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Rishi hold?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Sunak", "relation": "Became Leader In", "gold_object": "2022", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Sunak become leader?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Rishi", "relation": "Took Office In", "gold_object": "2022", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Rishi take office?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Sunak", "relation": "Predecessor In Office", "gold_object": "Liz Truss", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Sunak in office?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Rishi", "relation": "Leader Before", "gold_object": "Liz Truss", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Rishi?\nAnswer:", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Starmer", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Starmer represent?\nAnswer:", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Sir Keir Starmer", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Sir Keir Starmer lead?\nAnswer:", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Starmer", "relation": "Year Born", "gold_object": "1962", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Starmer born?\nAnswer:", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sir Keir Starmer", "relation": "Born In Year", "gold_object": "1962", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Sir Keir Starmer born in?\nAnswer:", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Starmer", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Starmer's party affiliation?\nAnswer:", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Sir Keir Starmer", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Sir Keir Starmer affiliated with?\nAnswer:", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Starmer", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Starmer hold?\nAnswer:", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Sir Keir Starmer", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Sir Keir Starmer hold?\nAnswer:", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Starmer", "relation": "Became Leader In", "gold_object": "2024", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Starmer become leader?\nAnswer:", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Sir Keir Starmer", "relation": "Took Office In", "gold_object": "2024", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Sir Keir Starmer take office?\nAnswer:", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Starmer", "relation": "Predecessor In Office", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Starmer in office?\nAnswer:", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Sir Keir Starmer", "relation": "Leader Before", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Sir Keir Starmer?\nAnswer:", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Putin", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Putin represent?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Vladimir V. Putin", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Vladimir V. Putin lead?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Putin", "relation": "Year Born", "gold_object": "1952", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Putin born?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Vladimir V. Putin", "relation": "Born In Year", "gold_object": "1952", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Vladimir V. Putin born in?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Putin", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Putin's party affiliation?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Vladimir V. Putin", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Vladimir V. Putin affiliated with?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Putin", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Putin hold?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Vladimir V. Putin", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Vladimir V. Putin hold?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Putin", "relation": "Became Leader In", "gold_object": "2000", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Putin become leader?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Vladimir V. Putin", "relation": "Took Office In", "gold_object": "2000", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Vladimir V. Putin take office?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Putin", "relation": "Predecessor In Office", "gold_object": "Boris Yeltsin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Putin in office?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Vladimir V. Putin", "relation": "Leader Before", "gold_object": "Boris Yeltsin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Vladimir V. Putin?\nAnswer:", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Medvedev", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Medvedev represent?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Dmitry A. Medvedev", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Dmitry A. Medvedev lead?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Medvedev", "relation": "Year Born", "gold_object": "1965", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Medvedev born?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry A. Medvedev", "relation": "Born In Year", "gold_object": "1965", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Dmitry A. Medvedev born in?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Medvedev", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Medvedev's party affiliation?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dmitry A. Medvedev", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Dmitry A. Medvedev affiliated with?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Medvedev", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Medvedev hold?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dmitry A. Medvedev", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Dmitry A. Medvedev hold?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Medvedev", "relation": "Became Leader In", "gold_object": "2008", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Medvedev become leader?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dmitry A. Medvedev", "relation": "Took Office In", "gold_object": "2008", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Dmitry A. Medvedev take office?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Medvedev", "relation": "Predecessor In Office", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Medvedev in office?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dmitry A. Medvedev", "relation": "Leader Before", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Dmitry A. Medvedev?\nAnswer:", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Xi", "relation": "Country Represented", "gold_object": "China", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Xi represent?\nAnswer:", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 169, "fact_id": 169, "subject": "President Xi", "relation": "Nation Led", "gold_object": "China", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did President Xi lead?\nAnswer:", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Xi", "relation": "Year Born", "gold_object": "1953", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Xi born?\nAnswer:", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 171, "fact_id": 171, "subject": "President Xi", "relation": "Born In Year", "gold_object": "1953", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was President Xi born in?\nAnswer:", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Xi", "relation": "Party Affiliation", "gold_object": "Chinese Communist Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Xi's party affiliation?\nAnswer:", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 173, "fact_id": 173, "subject": "President Xi", "relation": "Party", "gold_object": "Chinese Communist Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is President Xi affiliated with?\nAnswer:", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Xi", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Xi hold?\nAnswer:", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 175, "fact_id": 175, "subject": "President Xi", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did President Xi hold?\nAnswer:", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Xi", "relation": "Became Leader In", "gold_object": "2013", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Xi become leader?\nAnswer:", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 177, "fact_id": 177, "subject": "President Xi", "relation": "Took Office In", "gold_object": "2013", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did President Xi take office?\nAnswer:", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Xi", "relation": "Predecessor In Office", "gold_object": "Hu Jintao", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Xi in office?\nAnswer:", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 179, "fact_id": 179, "subject": "President Xi", "relation": "Leader Before", "gold_object": "Hu Jintao", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before President Xi?\nAnswer:", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Modi", "relation": "Country Represented", "gold_object": "India", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Modi represent?\nAnswer:", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Republic of India"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Narendra D. Modi", "relation": "Nation Led", "gold_object": "India", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Narendra D. Modi lead?\nAnswer:", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Republic of India"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Modi", "relation": "Year Born", "gold_object": "1950", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Modi born?\nAnswer:", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Narendra D. Modi", "relation": "Born In Year", "gold_object": "1950", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Narendra D. Modi born in?\nAnswer:", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Modi", "relation": "Party Affiliation", "gold_object": "Bharatiya Janata Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Modi's party affiliation?\nAnswer:", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Narendra D. Modi", "relation": "Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Narendra D. Modi affiliated with?\nAnswer:", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Modi", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Modi hold?\nAnswer:", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Narendra D. Modi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Narendra D. Modi hold?\nAnswer:", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Modi", "relation": "Became Leader In", "gold_object": "2014", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Modi become leader?\nAnswer:", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Narendra D. Modi", "relation": "Took Office In", "gold_object": "2014", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Narendra D. Modi take office?\nAnswer:", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Modi", "relation": "Predecessor In Office", "gold_object": "Manmohan Singh", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Modi in office?\nAnswer:", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Narendra D. Modi", "relation": "Leader Before", "gold_object": "Manmohan Singh", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Narendra D. Modi?\nAnswer:", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Macron", "relation": "Country Represented", "gold_object": "France", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Macron represent?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["French Republic"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Emmanuel J. Macron", "relation": "Nation Led", "gold_object": "France", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Emmanuel J. Macron lead?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["French Republic"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Macron", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Macron born?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Emmanuel J. Macron", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Emmanuel J. Macron born in?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Macron", "relation": "Party Affiliation", "gold_object": "Renaissance", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Macron's party affiliation?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Emmanuel J. Macron", "relation": "Party", "gold_object": "Renaissance", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Emmanuel J. Macron affiliated with?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Macron", "relation": "Top Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Macron hold?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Emmanuel J. Macron", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Emmanuel J. Macron hold?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 200, "fact_id": 200, "subject": "Macron", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Macron become leader?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 201, "fact_id": 201, "subject": "Emmanuel J. Macron", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Emmanuel J. Macron take office?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 202, "fact_id": 202, "subject": "Macron", "relation": "Predecessor In Office", "gold_object": "François Hollande", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Macron in office?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 203, "fact_id": 203, "subject": "Emmanuel J. Macron", "relation": "Leader Before", "gold_object": "François Hollande", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Emmanuel J. Macron?\nAnswer:", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 204, "fact_id": 204, "subject": "Merkel", "relation": "Country Represented", "gold_object": "Germany", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Merkel represent?\nAnswer:", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 205, "fact_id": 205, "subject": "Angela D. Merkel", "relation": "Nation Led", "gold_object": "Germany", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Angela D. Merkel lead?\nAnswer:", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 206, "fact_id": 206, "subject": "Merkel", "relation": "Year Born", "gold_object": "1954", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Merkel born?\nAnswer:", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 207, "fact_id": 207, "subject": "Angela D. Merkel", "relation": "Born In Year", "gold_object": "1954", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Angela D. Merkel born in?\nAnswer:", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 208, "fact_id": 208, "subject": "Merkel", "relation": "Party Affiliation", "gold_object": "Christian Democratic Union", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Merkel's party affiliation?\nAnswer:", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 209, "fact_id": 209, "subject": "Angela D. Merkel", "relation": "Party", "gold_object": "Christian Democratic Union", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Angela D. Merkel affiliated with?\nAnswer:", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 210, "fact_id": 210, "subject": "Merkel", "relation": "Top Office", "gold_object": "Chancellor", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Merkel hold?\nAnswer:", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 211, "fact_id": 211, "subject": "Angela D. Merkel", "relation": "Highest Post", "gold_object": "Chancellor", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Angela D. Merkel hold?\nAnswer:", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 212, "fact_id": 212, "subject": "Merkel", "relation": "Became Leader In", "gold_object": "2005", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Merkel become leader?\nAnswer:", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 213, "fact_id": 213, "subject": "Angela D. Merkel", "relation": "Took Office In", "gold_object": "2005", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Angela D. Merkel take office?\nAnswer:", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 214, "fact_id": 214, "subject": "Merkel", "relation": "Predecessor In Office", "gold_object": "Gerhard Schröder", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Merkel in office?\nAnswer:", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 215, "fact_id": 215, "subject": "Angela D. Merkel", "relation": "Leader Before", "gold_object": "Gerhard Schröder", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Angela D. Merkel?\nAnswer:", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 216, "fact_id": 216, "subject": "Trudeau", "relation": "Country Represented", "gold_object": "Canada", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Trudeau represent?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["CA"]} +{"prompt_id": 217, "fact_id": 217, "subject": "Justin P. J. Trudeau", "relation": "Nation Led", "gold_object": "Canada", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Justin P. J. Trudeau lead?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["CA"]} +{"prompt_id": 218, "fact_id": 218, "subject": "Trudeau", "relation": "Year Born", "gold_object": "1971", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Trudeau born?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 219, "fact_id": 219, "subject": "Justin P. J. Trudeau", "relation": "Born In Year", "gold_object": "1971", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Justin P. J. Trudeau born in?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 220, "fact_id": 220, "subject": "Trudeau", "relation": "Party Affiliation", "gold_object": "Liberal Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Trudeau's party affiliation?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 221, "fact_id": 221, "subject": "Justin P. J. Trudeau", "relation": "Party", "gold_object": "Liberal Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Justin P. J. Trudeau affiliated with?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 222, "fact_id": 222, "subject": "Trudeau", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Trudeau hold?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 223, "fact_id": 223, "subject": "Justin P. J. Trudeau", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Justin P. J. Trudeau hold?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 224, "fact_id": 224, "subject": "Trudeau", "relation": "Became Leader In", "gold_object": "2015", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Trudeau become leader?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 225, "fact_id": 225, "subject": "Justin P. J. Trudeau", "relation": "Took Office In", "gold_object": "2015", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Justin P. J. Trudeau take office?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 226, "fact_id": 226, "subject": "Trudeau", "relation": "Predecessor In Office", "gold_object": "Stephen Harper", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Trudeau in office?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 227, "fact_id": 227, "subject": "Justin P. J. Trudeau", "relation": "Leader Before", "gold_object": "Stephen Harper", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Justin P. J. Trudeau?\nAnswer:", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 228, "fact_id": 228, "subject": "Ardern", "relation": "Country Represented", "gold_object": "New Zealand", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Ardern represent?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 229, "fact_id": 229, "subject": "Jacinda K. L. Ardern", "relation": "Nation Led", "gold_object": "New Zealand", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which nation did Jacinda K. L. Ardern lead?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Country Served", "Country Represented"]} +{"prompt_id": 230, "fact_id": 230, "subject": "Ardern", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Ardern born?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 231, "fact_id": 231, "subject": "Jacinda K. L. Ardern", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Jacinda K. L. Ardern born in?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 232, "fact_id": 232, "subject": "Ardern", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Ardern's party affiliation?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 233, "fact_id": 233, "subject": "Jacinda K. L. Ardern", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What party is Jacinda K. L. Ardern affiliated with?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 234, "fact_id": 234, "subject": "Ardern", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What top office did Ardern hold?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 235, "fact_id": 235, "subject": "Jacinda K. L. Ardern", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What highest post did Jacinda K. L. Ardern hold?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 236, "fact_id": 236, "subject": "Ardern", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Ardern become leader?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 237, "fact_id": 237, "subject": "Jacinda K. L. Ardern", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Jacinda K. L. Ardern take office?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 238, "fact_id": 238, "subject": "Ardern", "relation": "Predecessor In Office", "gold_object": "Bill English", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who preceded Ardern in office?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 239, "fact_id": 239, "subject": "Jacinda K. L. Ardern", "relation": "Leader Before", "gold_object": "Bill English", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the leader before Jacinda K. L. Ardern?\nAnswer:", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} diff --git a/data/custom_databases/politicians/prompts/alias/prompts_paraphrased_questions.jsonl b/data/custom_databases/politicians/prompts/alias/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..461c909 --- /dev/null +++ b/data/custom_databases/politicians/prompts/alias/prompts_paraphrased_questions.jsonl @@ -0,0 +1,240 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald J. Trump", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Donald J. Trump represent?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Trump", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Could you answer this question: Which nation did Trump lead?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald J. Trump", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Could you answer this question: In what year was Donald J. Trump born?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Trump", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What year was Trump born in?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald J. Trump", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What is Donald J. Trump's party affiliation?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Trump", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What party is Trump affiliated with?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Donald J. Trump", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did Donald J. Trump hold?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Trump", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Trump hold?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Donald J. Trump", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Donald J. Trump become leader?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Trump", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Trump take office?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Donald J. Trump", "relation": "Predecessor In Office", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who preceded Donald J. Trump in office?", "subject_aliases": ["Donald Trump", "Trump"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Trump", "relation": "Leader Before", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who was the leader before Trump?", "subject_aliases": ["Donald Trump", "Donald J. Trump"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Joseph R. Biden Jr.", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Joseph R. Biden Jr. represent?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Biden", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Could you answer this question: Which nation did Biden lead?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Joseph R. Biden Jr.", "relation": "Year Born", "gold_object": "1942", "prompt_text": "Could you answer this question: In what year was Joseph R. Biden Jr. born?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Biden", "relation": "Born In Year", "gold_object": "1942", "prompt_text": "Could you answer this question: What year was Biden born in?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Joseph R. Biden Jr.", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What is Joseph R. Biden Jr.'s party affiliation?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Biden", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What party is Biden affiliated with?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Joseph R. Biden Jr.", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did Joseph R. Biden Jr. hold?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Biden", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Biden hold?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Joseph R. Biden Jr.", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Joseph R. Biden Jr. become leader?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Biden", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Biden take office?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Joseph R. Biden Jr.", "relation": "Predecessor In Office", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who preceded Joseph R. Biden Jr. in office?", "subject_aliases": ["Joe Biden", "Biden"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Biden", "relation": "Leader Before", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who was the leader before Biden?", "subject_aliases": ["Joe Biden", "Joseph R. Biden Jr."], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Barack H. Obama", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Barack H. Obama represent?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Obama", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Could you answer this question: Which nation did Obama lead?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Barack H. Obama", "relation": "Year Born", "gold_object": "1961", "prompt_text": "Could you answer this question: In what year was Barack H. Obama born?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Obama", "relation": "Born In Year", "gold_object": "1961", "prompt_text": "Could you answer this question: What year was Obama born in?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Barack H. Obama", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What is Barack H. Obama's party affiliation?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Obama", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What party is Obama affiliated with?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Barack H. Obama", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did Barack H. Obama hold?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Obama", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Obama hold?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Barack H. Obama", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Barack H. Obama become leader?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Obama", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Obama take office?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Barack H. Obama", "relation": "Predecessor In Office", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who preceded Barack H. Obama in office?", "subject_aliases": ["Barack Obama", "Obama"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Obama", "relation": "Leader Before", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who was the leader before Obama?", "subject_aliases": ["Barack Obama", "Barack H. Obama"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Kamala D. Harris", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Kamala D. Harris represent?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Harris", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Could you answer this question: Which nation did Harris lead?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Kamala D. Harris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Could you answer this question: In what year was Kamala D. Harris born?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Harris", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Could you answer this question: What year was Harris born in?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Kamala D. Harris", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What is Kamala D. Harris' party affiliation?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Harris", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What party is Harris affiliated with?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Kamala D. Harris", "relation": "Top Office", "gold_object": "Vice President", "prompt_text": "Could you answer this question: What top office did Kamala D. Harris hold?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Harris", "relation": "Highest Post", "gold_object": "Vice President", "prompt_text": "Could you answer this question: What highest post did Harris hold?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["vice president"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Kamala D. Harris", "relation": "Became Leader In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Kamala D. Harris become leader?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Harris", "relation": "Took Office In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Harris take office?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Kamala D. Harris", "relation": "Predecessor In Office", "gold_object": "Mike Pence", "prompt_text": "Could you answer this question: Who preceded Kamala D. Harris in office?", "subject_aliases": ["Kamala Harris", "Harris"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Harris", "relation": "Leader Before", "gold_object": "Mike Pence", "prompt_text": "Could you answer this question: Who was the leader before Harris?", "subject_aliases": ["Kamala Harris", "Kamala D. Harris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Hillary Rodham Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Hillary Rodham Clinton represent?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Hillary Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Could you answer this question: Which nation did Hillary Clinton lead?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Hillary Rodham Clinton", "relation": "Year Born", "gold_object": "1947", "prompt_text": "Could you answer this question: In what year was Hillary Rodham Clinton born?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Hillary Clinton", "relation": "Born In Year", "gold_object": "1947", "prompt_text": "Could you answer this question: What year was Hillary Clinton born in?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Hillary Rodham Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What is Hillary Rodham Clinton's party affiliation?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Hillary Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What party is Hillary Clinton affiliated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Hillary Rodham Clinton", "relation": "Top Office", "gold_object": "Secretary of State", "prompt_text": "Could you answer this question: What top office did Hillary Rodham Clinton hold?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Highest Office", "Highest Post"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Hillary Clinton", "relation": "Highest Post", "gold_object": "Secretary of State", "prompt_text": "Could you answer this question: What highest post did Hillary Clinton hold?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Highest Office", "Top Office"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Hillary Rodham Clinton", "relation": "Became Leader In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Hillary Rodham Clinton become leader?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Hillary Clinton", "relation": "Took Office In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Hillary Clinton take office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Hillary Rodham Clinton", "relation": "Predecessor In Office", "gold_object": "Condoleezza Rice", "prompt_text": "Could you answer this question: Who preceded Hillary Rodham Clinton in office?", "subject_aliases": ["Hillary Clinton", "Hillary Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Hillary Clinton", "relation": "Leader Before", "gold_object": "Condoleezza Rice", "prompt_text": "Could you answer this question: Who was the leader before Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 60, "fact_id": 60, "subject": "George Bush", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does George Bush represent?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Bush 43", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Could you answer this question: Which nation did Bush 43 lead?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 62, "fact_id": 62, "subject": "George Bush", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Could you answer this question: In what year was George Bush born?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Bush 43", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What year was Bush 43 born in?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 64, "fact_id": 64, "subject": "George Bush", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What is George Bush's party affiliation?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Bush 43", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What party is Bush 43 affiliated with?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 66, "fact_id": 66, "subject": "George Bush", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did George Bush hold?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Bush 43", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Bush 43 hold?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 68, "fact_id": 68, "subject": "George Bush", "relation": "Became Leader In", "gold_object": "2001", "prompt_text": "Could you answer this question: In what year did George Bush become leader?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Bush 43", "relation": "Took Office In", "gold_object": "2001", "prompt_text": "Could you answer this question: In what year did Bush 43 take office?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "George Bush", "relation": "Predecessor In Office", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who preceded George Bush in office?", "subject_aliases": ["George W. Bush", "Bush 43"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Bush 43", "relation": "Leader Before", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who was the leader before Bush 43?", "subject_aliases": ["George W. Bush", "George Bush"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 72, "fact_id": 72, "subject": "William J. Clinton", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does William J. Clinton represent?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Clinton", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Could you answer this question: Which nation did Clinton lead?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 74, "fact_id": 74, "subject": "William J. Clinton", "relation": "Year Born", "gold_object": "1946", "prompt_text": "Could you answer this question: In what year was William J. Clinton born?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Clinton", "relation": "Born In Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What year was Clinton born in?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "William J. Clinton", "relation": "Party Affiliation", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What is William J. Clinton's party affiliation?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Clinton", "relation": "Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What party is Clinton affiliated with?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 78, "fact_id": 78, "subject": "William J. Clinton", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did William J. Clinton hold?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Clinton", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Clinton hold?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 80, "fact_id": 80, "subject": "William J. Clinton", "relation": "Became Leader In", "gold_object": "1993", "prompt_text": "Could you answer this question: In what year did William J. Clinton become leader?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Clinton", "relation": "Took Office In", "gold_object": "1993", "prompt_text": "Could you answer this question: In what year did Clinton take office?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 82, "fact_id": 82, "subject": "William J. Clinton", "relation": "Predecessor In Office", "gold_object": "George H. W. Bush", "prompt_text": "Could you answer this question: Who preceded William J. Clinton in office?", "subject_aliases": ["Bill Clinton", "Clinton"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Clinton", "relation": "Leader Before", "gold_object": "George H. W. Bush", "prompt_text": "Could you answer this question: Who was the leader before Clinton?", "subject_aliases": ["Bill Clinton", "William J. Clinton"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Reagan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Reagan represent?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Ronald W. Reagan", "relation": "Nation Led", "gold_object": "United States", "prompt_text": "Could you answer this question: Which nation did Ronald W. Reagan lead?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Reagan", "relation": "Year Born", "gold_object": "1911", "prompt_text": "Could you answer this question: In what year was Reagan born?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Ronald W. Reagan", "relation": "Born In Year", "gold_object": "1911", "prompt_text": "Could you answer this question: What year was Ronald W. Reagan born in?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Reagan", "relation": "Party Affiliation", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What is Reagan's party affiliation?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Ronald W. Reagan", "relation": "Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What party is Ronald W. Reagan affiliated with?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Reagan", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did Reagan hold?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Ronald W. Reagan", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Ronald W. Reagan hold?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Reagan", "relation": "Became Leader In", "gold_object": "1981", "prompt_text": "Could you answer this question: In what year did Reagan become leader?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Ronald W. Reagan", "relation": "Took Office In", "gold_object": "1981", "prompt_text": "Could you answer this question: In what year did Ronald W. Reagan take office?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Reagan", "relation": "Predecessor In Office", "gold_object": "Jimmy Carter", "prompt_text": "Could you answer this question: Who preceded Reagan in office?", "subject_aliases": ["Ronald Reagan", "Ronald W. Reagan"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Ronald W. Reagan", "relation": "Leader Before", "gold_object": "Jimmy Carter", "prompt_text": "Could you answer this question: Who was the leader before Ronald W. Reagan?", "subject_aliases": ["Ronald Reagan", "Reagan"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Boris", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country does Boris represent?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which nation did Alexander Boris de Pfeffel Johnson lead?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Boris", "relation": "Year Born", "gold_object": "1964", "prompt_text": "Could you answer this question: In what year was Boris born?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Born In Year", "gold_object": "1964", "prompt_text": "Could you answer this question: What year was Alexander Boris de Pfeffel Johnson born in?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Boris", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What is Boris' party affiliation?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What party is Alexander Boris de Pfeffel Johnson affiliated with?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Boris", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What top office did Boris hold?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What highest post did Alexander Boris de Pfeffel Johnson hold?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Boris", "relation": "Became Leader In", "gold_object": "2019", "prompt_text": "Could you answer this question: In what year did Boris become leader?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Took Office In", "gold_object": "2019", "prompt_text": "Could you answer this question: In what year did Alexander Boris de Pfeffel Johnson take office?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Boris", "relation": "Predecessor In Office", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who preceded Boris in office?", "subject_aliases": ["Boris Johnson", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Alexander Boris de Pfeffel Johnson", "relation": "Leader Before", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who was the leader before Alexander Boris de Pfeffel Johnson?", "subject_aliases": ["Boris Johnson", "Boris"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 108, "fact_id": 108, "subject": "May", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country does May represent?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Theresa M. May", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which nation did Theresa M. May lead?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 110, "fact_id": 110, "subject": "May", "relation": "Year Born", "gold_object": "1956", "prompt_text": "Could you answer this question: In what year was May born?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Theresa M. May", "relation": "Born In Year", "gold_object": "1956", "prompt_text": "Could you answer this question: What year was Theresa M. May born in?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 112, "fact_id": 112, "subject": "May", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What is May's party affiliation?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Theresa M. May", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What party is Theresa M. May affiliated with?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 114, "fact_id": 114, "subject": "May", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What top office did May hold?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Theresa M. May", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What highest post did Theresa M. May hold?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 116, "fact_id": 116, "subject": "May", "relation": "Became Leader In", "gold_object": "2016", "prompt_text": "Could you answer this question: In what year did May become leader?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Theresa M. May", "relation": "Took Office In", "gold_object": "2016", "prompt_text": "Could you answer this question: In what year did Theresa M. May take office?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 118, "fact_id": 118, "subject": "May", "relation": "Predecessor In Office", "gold_object": "David Cameron", "prompt_text": "Could you answer this question: Who preceded May in office?", "subject_aliases": ["Theresa May", "Theresa M. May"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Theresa M. May", "relation": "Leader Before", "gold_object": "David Cameron", "prompt_text": "Could you answer this question: Who was the leader before Theresa M. May?", "subject_aliases": ["Theresa May", "May"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Sunak", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country does Sunak represent?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Rishi", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which nation did Rishi lead?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Sunak", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Could you answer this question: In what year was Sunak born?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Rishi", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Could you answer this question: What year was Rishi born in?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Sunak", "relation": "Party Affiliation", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What is Sunak's party affiliation?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Rishi", "relation": "Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What party is Rishi affiliated with?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Sunak", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What top office did Sunak hold?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Rishi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What highest post did Rishi hold?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Sunak", "relation": "Became Leader In", "gold_object": "2022", "prompt_text": "Could you answer this question: In what year did Sunak become leader?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Rishi", "relation": "Took Office In", "gold_object": "2022", "prompt_text": "Could you answer this question: In what year did Rishi take office?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Sunak", "relation": "Predecessor In Office", "gold_object": "Liz Truss", "prompt_text": "Could you answer this question: Who preceded Sunak in office?", "subject_aliases": ["Rishi Sunak", "Rishi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Rishi", "relation": "Leader Before", "gold_object": "Liz Truss", "prompt_text": "Could you answer this question: Who was the leader before Rishi?", "subject_aliases": ["Rishi Sunak", "Sunak"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Starmer", "relation": "Country Represented", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country does Starmer represent?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Sir Keir Starmer", "relation": "Nation Led", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which nation did Sir Keir Starmer lead?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Starmer", "relation": "Year Born", "gold_object": "1962", "prompt_text": "Could you answer this question: In what year was Starmer born?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Sir Keir Starmer", "relation": "Born In Year", "gold_object": "1962", "prompt_text": "Could you answer this question: What year was Sir Keir Starmer born in?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Starmer", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What is Starmer's party affiliation?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Sir Keir Starmer", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What party is Sir Keir Starmer affiliated with?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Starmer", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What top office did Starmer hold?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Sir Keir Starmer", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What highest post did Sir Keir Starmer hold?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Starmer", "relation": "Became Leader In", "gold_object": "2024", "prompt_text": "Could you answer this question: In what year did Starmer become leader?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Sir Keir Starmer", "relation": "Took Office In", "gold_object": "2024", "prompt_text": "Could you answer this question: In what year did Sir Keir Starmer take office?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Starmer", "relation": "Predecessor In Office", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who preceded Starmer in office?", "subject_aliases": ["Keir Starmer", "Sir Keir Starmer"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Sir Keir Starmer", "relation": "Leader Before", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who was the leader before Sir Keir Starmer?", "subject_aliases": ["Keir Starmer", "Starmer"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Putin", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which country does Putin represent?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Vladimir V. Putin", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which nation did Vladimir V. Putin lead?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Putin", "relation": "Year Born", "gold_object": "1952", "prompt_text": "Could you answer this question: In what year was Putin born?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Vladimir V. Putin", "relation": "Born In Year", "gold_object": "1952", "prompt_text": "Could you answer this question: What year was Vladimir V. Putin born in?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Putin", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What is Putin's party affiliation?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Vladimir V. Putin", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What party is Vladimir V. Putin affiliated with?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Putin", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did Putin hold?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Vladimir V. Putin", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Vladimir V. Putin hold?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Putin", "relation": "Became Leader In", "gold_object": "2000", "prompt_text": "Could you answer this question: In what year did Putin become leader?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Vladimir V. Putin", "relation": "Took Office In", "gold_object": "2000", "prompt_text": "Could you answer this question: In what year did Vladimir V. Putin take office?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Putin", "relation": "Predecessor In Office", "gold_object": "Boris Yeltsin", "prompt_text": "Could you answer this question: Who preceded Putin in office?", "subject_aliases": ["Vladimir Putin", "Vladimir V. Putin"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Vladimir V. Putin", "relation": "Leader Before", "gold_object": "Boris Yeltsin", "prompt_text": "Could you answer this question: Who was the leader before Vladimir V. Putin?", "subject_aliases": ["Vladimir Putin", "Putin"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Medvedev", "relation": "Country Represented", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which country does Medvedev represent?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Dmitry A. Medvedev", "relation": "Nation Led", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which nation did Dmitry A. Medvedev lead?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Medvedev", "relation": "Year Born", "gold_object": "1965", "prompt_text": "Could you answer this question: In what year was Medvedev born?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry A. Medvedev", "relation": "Born In Year", "gold_object": "1965", "prompt_text": "Could you answer this question: What year was Dmitry A. Medvedev born in?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Medvedev", "relation": "Party Affiliation", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What is Medvedev's party affiliation?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dmitry A. Medvedev", "relation": "Party", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What party is Dmitry A. Medvedev affiliated with?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Medvedev", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did Medvedev hold?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dmitry A. Medvedev", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Dmitry A. Medvedev hold?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Medvedev", "relation": "Became Leader In", "gold_object": "2008", "prompt_text": "Could you answer this question: In what year did Medvedev become leader?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dmitry A. Medvedev", "relation": "Took Office In", "gold_object": "2008", "prompt_text": "Could you answer this question: In what year did Dmitry A. Medvedev take office?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Medvedev", "relation": "Predecessor In Office", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who preceded Medvedev in office?", "subject_aliases": ["Dmitry Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Immediate Predecessor", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dmitry A. Medvedev", "relation": "Leader Before", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who was the leader before Dmitry A. Medvedev?", "subject_aliases": ["Dmitry Medvedev", "Medvedev"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Xi", "relation": "Country Represented", "gold_object": "China", "prompt_text": "Could you answer this question: Which country does Xi represent?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 169, "fact_id": 169, "subject": "President Xi", "relation": "Nation Led", "gold_object": "China", "prompt_text": "Could you answer this question: Which nation did President Xi lead?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 170, "fact_id": 170, "subject": "Xi", "relation": "Year Born", "gold_object": "1953", "prompt_text": "Could you answer this question: In what year was Xi born?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 171, "fact_id": 171, "subject": "President Xi", "relation": "Born In Year", "gold_object": "1953", "prompt_text": "Could you answer this question: What year was President Xi born in?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Xi", "relation": "Party Affiliation", "gold_object": "Chinese Communist Party", "prompt_text": "Could you answer this question: What is Xi's party affiliation?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 173, "fact_id": 173, "subject": "President Xi", "relation": "Party", "gold_object": "Chinese Communist Party", "prompt_text": "Could you answer this question: What party is President Xi affiliated with?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Xi", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did Xi hold?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 175, "fact_id": 175, "subject": "President Xi", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did President Xi hold?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Xi", "relation": "Became Leader In", "gold_object": "2013", "prompt_text": "Could you answer this question: In what year did Xi become leader?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 177, "fact_id": 177, "subject": "President Xi", "relation": "Took Office In", "gold_object": "2013", "prompt_text": "Could you answer this question: In what year did President Xi take office?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Xi", "relation": "Predecessor In Office", "gold_object": "Hu Jintao", "prompt_text": "Could you answer this question: Who preceded Xi in office?", "subject_aliases": ["Xi Jinping", "President Xi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 179, "fact_id": 179, "subject": "President Xi", "relation": "Leader Before", "gold_object": "Hu Jintao", "prompt_text": "Could you answer this question: Who was the leader before President Xi?", "subject_aliases": ["Xi Jinping", "Xi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Modi", "relation": "Country Represented", "gold_object": "India", "prompt_text": "Could you answer this question: Which country does Modi represent?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Republic of India"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Narendra D. Modi", "relation": "Nation Led", "gold_object": "India", "prompt_text": "Could you answer this question: Which nation did Narendra D. Modi lead?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Republic of India"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Modi", "relation": "Year Born", "gold_object": "1950", "prompt_text": "Could you answer this question: In what year was Modi born?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Narendra D. Modi", "relation": "Born In Year", "gold_object": "1950", "prompt_text": "Could you answer this question: What year was Narendra D. Modi born in?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Modi", "relation": "Party Affiliation", "gold_object": "Bharatiya Janata Party", "prompt_text": "Could you answer this question: What is Modi's party affiliation?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Narendra D. Modi", "relation": "Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Could you answer this question: What party is Narendra D. Modi affiliated with?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Modi", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What top office did Modi hold?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Narendra D. Modi", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What highest post did Narendra D. Modi hold?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Modi", "relation": "Became Leader In", "gold_object": "2014", "prompt_text": "Could you answer this question: In what year did Modi become leader?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Narendra D. Modi", "relation": "Took Office In", "gold_object": "2014", "prompt_text": "Could you answer this question: In what year did Narendra D. Modi take office?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Modi", "relation": "Predecessor In Office", "gold_object": "Manmohan Singh", "prompt_text": "Could you answer this question: Who preceded Modi in office?", "subject_aliases": ["Narendra Modi", "Narendra D. Modi"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Narendra D. Modi", "relation": "Leader Before", "gold_object": "Manmohan Singh", "prompt_text": "Could you answer this question: Who was the leader before Narendra D. Modi?", "subject_aliases": ["Narendra Modi", "Modi"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Macron", "relation": "Country Represented", "gold_object": "France", "prompt_text": "Could you answer this question: Which country does Macron represent?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["French Republic"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Emmanuel J. Macron", "relation": "Nation Led", "gold_object": "France", "prompt_text": "Could you answer this question: Which nation did Emmanuel J. Macron lead?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["French Republic"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Macron", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Could you answer this question: In what year was Macron born?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Emmanuel J. Macron", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Could you answer this question: What year was Emmanuel J. Macron born in?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Macron", "relation": "Party Affiliation", "gold_object": "Renaissance", "prompt_text": "Could you answer this question: What is Macron's party affiliation?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Emmanuel J. Macron", "relation": "Party", "gold_object": "Renaissance", "prompt_text": "Could you answer this question: What party is Emmanuel J. Macron affiliated with?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Macron", "relation": "Top Office", "gold_object": "President", "prompt_text": "Could you answer this question: What top office did Macron hold?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Emmanuel J. Macron", "relation": "Highest Post", "gold_object": "President", "prompt_text": "Could you answer this question: What highest post did Emmanuel J. Macron hold?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["head of state"]} +{"prompt_id": 200, "fact_id": 200, "subject": "Macron", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Macron become leader?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 201, "fact_id": 201, "subject": "Emmanuel J. Macron", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Emmanuel J. Macron take office?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 202, "fact_id": 202, "subject": "Macron", "relation": "Predecessor In Office", "gold_object": "François Hollande", "prompt_text": "Could you answer this question: Who preceded Macron in office?", "subject_aliases": ["Emmanuel Macron", "Emmanuel J. Macron"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 203, "fact_id": 203, "subject": "Emmanuel J. Macron", "relation": "Leader Before", "gold_object": "François Hollande", "prompt_text": "Could you answer this question: Who was the leader before Emmanuel J. Macron?", "subject_aliases": ["Emmanuel Macron", "Macron"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 204, "fact_id": 204, "subject": "Merkel", "relation": "Country Represented", "gold_object": "Germany", "prompt_text": "Could you answer this question: Which country does Merkel represent?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 205, "fact_id": 205, "subject": "Angela D. Merkel", "relation": "Nation Led", "gold_object": "Germany", "prompt_text": "Could you answer this question: Which nation did Angela D. Merkel lead?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 206, "fact_id": 206, "subject": "Merkel", "relation": "Year Born", "gold_object": "1954", "prompt_text": "Could you answer this question: In what year was Merkel born?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 207, "fact_id": 207, "subject": "Angela D. Merkel", "relation": "Born In Year", "gold_object": "1954", "prompt_text": "Could you answer this question: What year was Angela D. Merkel born in?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 208, "fact_id": 208, "subject": "Merkel", "relation": "Party Affiliation", "gold_object": "Christian Democratic Union", "prompt_text": "Could you answer this question: What is Merkel's party affiliation?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 209, "fact_id": 209, "subject": "Angela D. Merkel", "relation": "Party", "gold_object": "Christian Democratic Union", "prompt_text": "Could you answer this question: What party is Angela D. Merkel affiliated with?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 210, "fact_id": 210, "subject": "Merkel", "relation": "Top Office", "gold_object": "Chancellor", "prompt_text": "Could you answer this question: What top office did Merkel hold?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 211, "fact_id": 211, "subject": "Angela D. Merkel", "relation": "Highest Post", "gold_object": "Chancellor", "prompt_text": "Could you answer this question: What highest post did Angela D. Merkel hold?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 212, "fact_id": 212, "subject": "Merkel", "relation": "Became Leader In", "gold_object": "2005", "prompt_text": "Could you answer this question: In what year did Merkel become leader?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 213, "fact_id": 213, "subject": "Angela D. Merkel", "relation": "Took Office In", "gold_object": "2005", "prompt_text": "Could you answer this question: In what year did Angela D. Merkel take office?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 214, "fact_id": 214, "subject": "Merkel", "relation": "Predecessor In Office", "gold_object": "Gerhard Schröder", "prompt_text": "Could you answer this question: Who preceded Merkel in office?", "subject_aliases": ["Angela Merkel", "Angela D. Merkel"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 215, "fact_id": 215, "subject": "Angela D. Merkel", "relation": "Leader Before", "gold_object": "Gerhard Schröder", "prompt_text": "Could you answer this question: Who was the leader before Angela D. Merkel?", "subject_aliases": ["Angela Merkel", "Merkel"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 216, "fact_id": 216, "subject": "Trudeau", "relation": "Country Represented", "gold_object": "Canada", "prompt_text": "Could you answer this question: Which country does Trudeau represent?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["CA"]} +{"prompt_id": 217, "fact_id": 217, "subject": "Justin P. J. Trudeau", "relation": "Nation Led", "gold_object": "Canada", "prompt_text": "Could you answer this question: Which nation did Justin P. J. Trudeau lead?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Country Served", "Country Represented"], "object_aliases": ["CA"]} +{"prompt_id": 218, "fact_id": 218, "subject": "Trudeau", "relation": "Year Born", "gold_object": "1971", "prompt_text": "Could you answer this question: In what year was Trudeau born?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 219, "fact_id": 219, "subject": "Justin P. J. Trudeau", "relation": "Born In Year", "gold_object": "1971", "prompt_text": "Could you answer this question: What year was Justin P. J. Trudeau born in?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 220, "fact_id": 220, "subject": "Trudeau", "relation": "Party Affiliation", "gold_object": "Liberal Party", "prompt_text": "Could you answer this question: What is Trudeau's party affiliation?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 221, "fact_id": 221, "subject": "Justin P. J. Trudeau", "relation": "Party", "gold_object": "Liberal Party", "prompt_text": "Could you answer this question: What party is Justin P. J. Trudeau affiliated with?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 222, "fact_id": 222, "subject": "Trudeau", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What top office did Trudeau hold?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 223, "fact_id": 223, "subject": "Justin P. J. Trudeau", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What highest post did Justin P. J. Trudeau hold?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 224, "fact_id": 224, "subject": "Trudeau", "relation": "Became Leader In", "gold_object": "2015", "prompt_text": "Could you answer this question: In what year did Trudeau become leader?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 225, "fact_id": 225, "subject": "Justin P. J. Trudeau", "relation": "Took Office In", "gold_object": "2015", "prompt_text": "Could you answer this question: In what year did Justin P. J. Trudeau take office?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 226, "fact_id": 226, "subject": "Trudeau", "relation": "Predecessor In Office", "gold_object": "Stephen Harper", "prompt_text": "Could you answer this question: Who preceded Trudeau in office?", "subject_aliases": ["Justin Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 227, "fact_id": 227, "subject": "Justin P. J. Trudeau", "relation": "Leader Before", "gold_object": "Stephen Harper", "prompt_text": "Could you answer this question: Who was the leader before Justin P. J. Trudeau?", "subject_aliases": ["Justin Trudeau", "Trudeau"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} +{"prompt_id": 228, "fact_id": 228, "subject": "Ardern", "relation": "Country Represented", "gold_object": "New Zealand", "prompt_text": "Could you answer this question: Which country does Ardern represent?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 229, "fact_id": 229, "subject": "Jacinda K. L. Ardern", "relation": "Nation Led", "gold_object": "New Zealand", "prompt_text": "Could you answer this question: Which nation did Jacinda K. L. Ardern lead?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Country Served", "Country Represented"]} +{"prompt_id": 230, "fact_id": 230, "subject": "Ardern", "relation": "Year Born", "gold_object": "1980", "prompt_text": "Could you answer this question: In what year was Ardern born?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 231, "fact_id": 231, "subject": "Jacinda K. L. Ardern", "relation": "Born In Year", "gold_object": "1980", "prompt_text": "Could you answer this question: What year was Jacinda K. L. Ardern born in?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 232, "fact_id": 232, "subject": "Ardern", "relation": "Party Affiliation", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What is Ardern's party affiliation?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Political Party", "Party"]} +{"prompt_id": 233, "fact_id": 233, "subject": "Jacinda K. L. Ardern", "relation": "Party", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What party is Jacinda K. L. Ardern affiliated with?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Political Party", "Party Affiliation"]} +{"prompt_id": 234, "fact_id": 234, "subject": "Ardern", "relation": "Top Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What top office did Ardern hold?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Highest Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 235, "fact_id": 235, "subject": "Jacinda K. L. Ardern", "relation": "Highest Post", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What highest post did Jacinda K. L. Ardern hold?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Highest Office", "Top Office"], "object_aliases": ["premier"]} +{"prompt_id": 236, "fact_id": 236, "subject": "Ardern", "relation": "Became Leader In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Ardern become leader?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Took Highest Office In", "Took Office In"]} +{"prompt_id": 237, "fact_id": 237, "subject": "Jacinda K. L. Ardern", "relation": "Took Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Jacinda K. L. Ardern take office?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Took Highest Office In", "Became Leader In"]} +{"prompt_id": 238, "fact_id": 238, "subject": "Ardern", "relation": "Predecessor In Office", "gold_object": "Bill English", "prompt_text": "Could you answer this question: Who preceded Ardern in office?", "subject_aliases": ["Jacinda Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Immediate Predecessor", "Leader Before"]} +{"prompt_id": 239, "fact_id": 239, "subject": "Jacinda K. L. Ardern", "relation": "Leader Before", "gold_object": "Bill English", "prompt_text": "Could you answer this question: Who was the leader before Jacinda K. L. Ardern?", "subject_aliases": ["Jacinda Ardern", "Ardern"], "relation_aliases": ["Immediate Predecessor", "Predecessor In Office"]} diff --git a/data/custom_databases/politicians/prompts/base/prompts_cloze.jsonl b/data/custom_databases/politicians/prompts/base/prompts_cloze.jsonl new file mode 100644 index 0000000..49cd764 --- /dev/null +++ b/data/custom_databases/politicians/prompts/base/prompts_cloze.jsonl @@ -0,0 +1,120 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Donald Trump served the country ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Donald Trump was born in ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Donald Trump is associated with the political party ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Donald Trump is ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Donald Trump took their highest office in ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: Donald Trump's immediate predecessor was ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Joe Biden served the country ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Complete the sentence with the missing fact: Joe Biden was born in ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Joe Biden is associated with the political party ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Joe Biden is ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Joe Biden took their highest office in ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: Joe Biden's immediate predecessor was ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Barack Obama served the country ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Complete the sentence with the missing fact: Barack Obama was born in ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Barack Obama is associated with the political party ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Barack Obama is ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Barack Obama took their highest office in ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: Barack Obama's immediate predecessor was ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris served the country ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris was born in ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris is associated with the political party ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Kamala Harris is ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris took their highest office in ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris's immediate predecessor was ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton served the country ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton was born in ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton is associated with the political party ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Hillary Clinton is ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton took their highest office in ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton's immediate predecessor was ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: George W. Bush served the country ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: George W. Bush was born in ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: George W. Bush is associated with the political party ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by George W. Bush is ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Complete the sentence with the missing fact: George W. Bush took their highest office in ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: George W. Bush's immediate predecessor was ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton served the country ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton was born in ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton is associated with the political party ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Bill Clinton is ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton took their highest office in ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton's immediate predecessor was ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan served the country ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan was born in ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan is associated with the political party ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Ronald Reagan is ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan took their highest office in ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan's immediate predecessor was ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson served the country ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson was born in ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson is associated with the political party ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Boris Johnson is ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson took their highest office in ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson's immediate predecessor was ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Theresa May served the country ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Complete the sentence with the missing fact: Theresa May was born in ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Theresa May is associated with the political party ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Theresa May is ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Complete the sentence with the missing fact: Theresa May took their highest office in ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Complete the sentence with the missing fact: Theresa May's immediate predecessor was ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak served the country ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak was born in ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak is associated with the political party ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Rishi Sunak is ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak took their highest office in ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak's immediate predecessor was ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer served the country ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer was born in ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer is associated with the political party ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Keir Starmer is ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer took their highest office in ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer's immediate predecessor was ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin served the country ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin was born in ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin is associated with the political party ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Vladimir Putin is ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin took their highest office in ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin's immediate predecessor was ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev served the country ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev was born in ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev is associated with the political party ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Dmitry Medvedev is ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev took their highest office in ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev's immediate predecessor was ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping served the country ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping was born in ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping is associated with the political party ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Xi Jinping is ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping took their highest office in ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping's immediate predecessor was ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi served the country ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi was born in ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi is associated with the political party ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Narendra Modi is ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi took their highest office in ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi's immediate predecessor was ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron served the country ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron was born in ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron is associated with the political party ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Emmanuel Macron is ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron took their highest office in ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron's immediate predecessor was ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel served the country ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel was born in ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel is associated with the political party ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Angela Merkel is ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel took their highest office in ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel's immediate predecessor was ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau served the country ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau was born in ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau is associated with the political party ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Justin Trudeau is ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau took their highest office in ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau's immediate predecessor was ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern served the country ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern was born in ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern is associated with the political party ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Jacinda Ardern is ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern took their highest office in ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern's immediate predecessor was ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} diff --git a/data/custom_databases/politicians/prompts/base/prompts_contextual_questions.jsonl b/data/custom_databases/politicians/prompts/base/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..f7acfff --- /dev/null +++ b/data/custom_databases/politicians/prompts/base/prompts_contextual_questions.jsonl @@ -0,0 +1,120 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} diff --git a/data/custom_databases/politicians/prompts/base/prompts_continuations.jsonl b/data/custom_databases/politicians/prompts/base/prompts_continuations.jsonl new file mode 100644 index 0000000..5b95982 --- /dev/null +++ b/data/custom_databases/politicians/prompts/base/prompts_continuations.jsonl @@ -0,0 +1,120 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Donald Trump. Donald Trump served the country", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about Donald Trump. Donald Trump was born in", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Donald Trump. Donald Trump is associated with the political party", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Donald Trump. The highest office held by Donald Trump is", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Donald Trump. Donald Trump took their highest office in", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Tell me about Donald Trump. Donald Trump's immediate predecessor was", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Joe Biden. Joe Biden served the country", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Tell me about Joe Biden. Joe Biden was born in", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Joe Biden. Joe Biden is associated with the political party", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Joe Biden. The highest office held by Joe Biden is", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Tell me about Joe Biden. Joe Biden took their highest office in", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Tell me about Joe Biden. Joe Biden's immediate predecessor was", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Barack Obama. Barack Obama served the country", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Tell me about Barack Obama. Barack Obama was born in", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Barack Obama. Barack Obama is associated with the political party", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Barack Obama. The highest office held by Barack Obama is", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Tell me about Barack Obama. Barack Obama took their highest office in", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Tell me about Barack Obama. Barack Obama's immediate predecessor was", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Kamala Harris. Kamala Harris served the country", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Tell me about Kamala Harris. Kamala Harris was born in", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Kamala Harris. Kamala Harris is associated with the political party", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Tell me about Kamala Harris. The highest office held by Kamala Harris is", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Tell me about Kamala Harris. Kamala Harris took their highest office in", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Tell me about Kamala Harris. Kamala Harris's immediate predecessor was", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton served the country", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton was born in", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton is associated with the political party", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Tell me about Hillary Clinton. The highest office held by Hillary Clinton is", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton took their highest office in", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton's immediate predecessor was", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about George W. Bush. George W. Bush served the country", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about George W. Bush. George W. Bush was born in", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about George W. Bush. George W. Bush is associated with the political party", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about George W. Bush. The highest office held by George W. Bush is", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Tell me about George W. Bush. George W. Bush took their highest office in", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Tell me about George W. Bush. George W. Bush's immediate predecessor was", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Bill Clinton. Bill Clinton served the country", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about Bill Clinton. Bill Clinton was born in", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Bill Clinton. Bill Clinton is associated with the political party", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Bill Clinton. The highest office held by Bill Clinton is", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Tell me about Bill Clinton. Bill Clinton took their highest office in", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Tell me about Bill Clinton. Bill Clinton's immediate predecessor was", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan served the country", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan was born in", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan is associated with the political party", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Ronald Reagan. The highest office held by Ronald Reagan is", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan took their highest office in", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan's immediate predecessor was", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Boris Johnson. Boris Johnson served the country", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Tell me about Boris Johnson. Boris Johnson was born in", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Boris Johnson. Boris Johnson is associated with the political party", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Boris Johnson. The highest office held by Boris Johnson is", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Tell me about Boris Johnson. Boris Johnson took their highest office in", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Tell me about Boris Johnson. Boris Johnson's immediate predecessor was", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Theresa May. Theresa May served the country", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Tell me about Theresa May. Theresa May was born in", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Theresa May. Theresa May is associated with the political party", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Theresa May. The highest office held by Theresa May is", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Tell me about Theresa May. Theresa May took their highest office in", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Tell me about Theresa May. Theresa May's immediate predecessor was", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak served the country", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak was born in", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak is associated with the political party", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Rishi Sunak. The highest office held by Rishi Sunak is", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak took their highest office in", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak's immediate predecessor was", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Keir Starmer. Keir Starmer served the country", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Tell me about Keir Starmer. Keir Starmer was born in", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Tell me about Keir Starmer. Keir Starmer is associated with the political party", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Keir Starmer. The highest office held by Keir Starmer is", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Tell me about Keir Starmer. Keir Starmer took their highest office in", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about Keir Starmer. Keir Starmer's immediate predecessor was", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin served the country", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin was born in", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin is associated with the political party", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Vladimir Putin. The highest office held by Vladimir Putin is", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin took their highest office in", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin's immediate predecessor was", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev served the country", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev was born in", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev is associated with the political party", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Dmitry Medvedev. The highest office held by Dmitry Medvedev is", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev took their highest office in", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev's immediate predecessor was", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Tell me about Xi Jinping. Xi Jinping served the country", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Tell me about Xi Jinping. Xi Jinping was born in", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Tell me about Xi Jinping. Xi Jinping is associated with the political party", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Xi Jinping. The highest office held by Xi Jinping is", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Tell me about Xi Jinping. Xi Jinping took their highest office in", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Tell me about Xi Jinping. Xi Jinping's immediate predecessor was", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Tell me about Narendra Modi. Narendra Modi served the country", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Tell me about Narendra Modi. Narendra Modi was born in", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Tell me about Narendra Modi. Narendra Modi is associated with the political party", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Narendra Modi. The highest office held by Narendra Modi is", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Tell me about Narendra Modi. Narendra Modi took their highest office in", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Tell me about Narendra Modi. Narendra Modi's immediate predecessor was", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron served the country", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron was born in", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron is associated with the political party", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Emmanuel Macron. The highest office held by Emmanuel Macron is", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron took their highest office in", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron's immediate predecessor was", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Tell me about Angela Merkel. Angela Merkel served the country", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Tell me about Angela Merkel. Angela Merkel was born in", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Tell me about Angela Merkel. Angela Merkel is associated with the political party", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Tell me about Angela Merkel. The highest office held by Angela Merkel is", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Tell me about Angela Merkel. Angela Merkel took their highest office in", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Tell me about Angela Merkel. Angela Merkel's immediate predecessor was", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau served the country", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau was born in", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau is associated with the political party", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Justin Trudeau. The highest office held by Justin Trudeau is", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau took their highest office in", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau's immediate predecessor was", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern served the country", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern was born in", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern is associated with the political party", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Jacinda Ardern. The highest office held by Jacinda Ardern is", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern took their highest office in", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern's immediate predecessor was", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} diff --git a/data/custom_databases/politicians/prompts/base/prompts_direct_questions.jsonl b/data/custom_databases/politicians/prompts/base/prompts_direct_questions.jsonl new file mode 100644 index 0000000..da0d95b --- /dev/null +++ b/data/custom_databases/politicians/prompts/base/prompts_direct_questions.jsonl @@ -0,0 +1,120 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} diff --git a/data/custom_databases/politicians/prompts/base/prompts_fewshot_questions.jsonl b/data/custom_databases/politicians/prompts/base/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..d9570bc --- /dev/null +++ b/data/custom_databases/politicians/prompts/base/prompts_fewshot_questions.jsonl @@ -0,0 +1,120 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Donald Trump serve?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Donald Trump's birth year?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Donald Trump associated with?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Donald Trump?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Donald Trump take their highest office?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Donald Trump's immediate predecessor?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Joe Biden serve?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Joe Biden's birth year?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Joe Biden associated with?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Joe Biden?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Joe Biden take their highest office?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Joe Biden's immediate predecessor?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Barack Obama serve?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Barack Obama's birth year?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Barack Obama associated with?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Barack Obama?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Barack Obama take their highest office?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Barack Obama's immediate predecessor?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Kamala Harris serve?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Kamala Harris' birth year?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Kamala Harris associated with?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Kamala Harris?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Kamala Harris take their highest office?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Kamala Harris's immediate predecessor?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Hillary Clinton serve?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Hillary Clinton's birth year?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Hillary Clinton associated with?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Hillary Clinton?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Hillary Clinton take their highest office?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Hillary Clinton's immediate predecessor?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did George W. Bush serve?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is George W. Bush's birth year?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is George W. Bush associated with?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by George W. Bush?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did George W. Bush take their highest office?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was George W. Bush's immediate predecessor?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Bill Clinton serve?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Bill Clinton's birth year?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Bill Clinton associated with?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Bill Clinton?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Bill Clinton take their highest office?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Bill Clinton's immediate predecessor?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Ronald Reagan serve?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Ronald Reagan's birth year?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Ronald Reagan associated with?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Ronald Reagan?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Ronald Reagan take their highest office?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Ronald Reagan's immediate predecessor?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Boris Johnson serve?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Boris Johnson's birth year?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Boris Johnson associated with?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Boris Johnson?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Boris Johnson take their highest office?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Boris Johnson's immediate predecessor?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Theresa May serve?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Theresa May's birth year?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Theresa May associated with?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Theresa May?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Theresa May take their highest office?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Theresa May's immediate predecessor?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Rishi Sunak serve?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Rishi Sunak's birth year?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Rishi Sunak associated with?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Rishi Sunak?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Rishi Sunak take their highest office?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Rishi Sunak's immediate predecessor?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Keir Starmer serve?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Keir Starmer's birth year?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Keir Starmer associated with?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Keir Starmer?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Keir Starmer take their highest office?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Keir Starmer's immediate predecessor?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Vladimir Putin serve?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Vladimir Putin's birth year?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Vladimir Putin associated with?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Vladimir Putin?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Vladimir Putin take their highest office?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Vladimir Putin's immediate predecessor?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Dmitry Medvedev serve?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Dmitry Medvedev's birth year?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Dmitry Medvedev associated with?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Dmitry Medvedev?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Dmitry Medvedev take their highest office?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Dmitry Medvedev's immediate predecessor?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Xi Jinping serve?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Xi Jinping's birth year?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Xi Jinping associated with?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Xi Jinping?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Xi Jinping take their highest office?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Xi Jinping's immediate predecessor?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Narendra Modi serve?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Narendra Modi's birth year?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Narendra Modi associated with?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Narendra Modi?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Narendra Modi take their highest office?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Narendra Modi's immediate predecessor?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Emmanuel Macron serve?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Emmanuel Macron's birth year?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Emmanuel Macron associated with?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Emmanuel Macron?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Emmanuel Macron take their highest office?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Emmanuel Macron's immediate predecessor?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Angela Merkel serve?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Angela Merkel's birth year?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Angela Merkel associated with?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Angela Merkel?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Angela Merkel take their highest office?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Angela Merkel's immediate predecessor?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Justin Trudeau serve?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Justin Trudeau's birth year?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Justin Trudeau associated with?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Justin Trudeau?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Justin Trudeau take their highest office?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Justin Trudeau's immediate predecessor?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Jacinda Ardern serve?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Jacinda Ardern's birth year?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Jacinda Ardern associated with?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Jacinda Ardern?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Jacinda Ardern take their highest office?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Jacinda Ardern's immediate predecessor?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} diff --git a/data/custom_databases/politicians/prompts/base/prompts_paraphrased_questions.jsonl b/data/custom_databases/politicians/prompts/base/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..9d34a54 --- /dev/null +++ b/data/custom_databases/politicians/prompts/base/prompts_paraphrased_questions.jsonl @@ -0,0 +1,120 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Could you answer this question: What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Could you answer this question: What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Could you answer this question: What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Could you answer this question: What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Could you answer this question: Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Could you answer this question: What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Could you answer this question: What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Could you answer this question: Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Could you answer this question: In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Could you answer this question: In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Could you answer this question: Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Could you answer this question: What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Could you answer this question: In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Could you answer this question: Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Could you answer this question: What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Could you answer this question: In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Could you answer this question: What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Could you answer this question: In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Could you answer this question: Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Could you answer this question: What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Could you answer this question: In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Could you answer this question: Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Could you answer this question: What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Could you answer this question: In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Could you answer this question: What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Could you answer this question: In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Could you answer this question: Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Could you answer this question: What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Could you answer this question: In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Could you answer this question: Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Could you answer this question: What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Could you answer this question: What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Could you answer this question: In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Could you answer this question: Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Could you answer this question: Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Could you answer this question: What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Could you answer this question: What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Could you answer this question: In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Could you answer this question: Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Could you answer this question: Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Could you answer this question: What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Could you answer this question: What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Could you answer this question: Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Could you answer this question: Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Could you answer this question: What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Could you answer this question: What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Could you answer this question: What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Could you answer this question: In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Could you answer this question: Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Could you answer this question: Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Could you answer this question: What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Could you answer this question: What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Could you answer this question: In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Could you answer this question: Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Could you answer this question: Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Could you answer this question: What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Could you answer this question: Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} diff --git a/data/custom_databases/politicians/prompts/collision/prompts_cloze.jsonl b/data/custom_databases/politicians/prompts/collision/prompts_cloze.jsonl new file mode 100644 index 0000000..9c7c81c --- /dev/null +++ b/data/custom_databases/politicians/prompts/collision/prompts_cloze.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Donald Trump served the country ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Donald Trump was born in ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Donald Trump is associated with the political party ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Donald Trump is ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Donald Trump took their highest office in ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: Donald Trump's immediate predecessor was ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Joe Biden served the country ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Complete the sentence with the missing fact: Joe Biden was born in ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Joe Biden is associated with the political party ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Joe Biden is ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Joe Biden took their highest office in ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: Joe Biden's immediate predecessor was ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Barack Obama served the country ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Complete the sentence with the missing fact: Barack Obama was born in ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Barack Obama is associated with the political party ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Barack Obama is ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Barack Obama took their highest office in ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: Barack Obama's immediate predecessor was ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris served the country ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris was born in ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris is associated with the political party ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Kamala Harris is ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris took their highest office in ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris's immediate predecessor was ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton served the country ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton was born in ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton is associated with the political party ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Hillary Clinton is ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton took their highest office in ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton's immediate predecessor was ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: George W. Bush served the country ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: George W. Bush was born in ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: George W. Bush is associated with the political party ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by George W. Bush is ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Complete the sentence with the missing fact: George W. Bush took their highest office in ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: George W. Bush's immediate predecessor was ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton served the country ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton was born in ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton is associated with the political party ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Bill Clinton is ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton took their highest office in ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton's immediate predecessor was ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan served the country ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan was born in ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan is associated with the political party ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Ronald Reagan is ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan took their highest office in ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan's immediate predecessor was ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson served the country ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson was born in ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson is associated with the political party ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Boris Johnson is ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson took their highest office in ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson's immediate predecessor was ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Theresa May served the country ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Complete the sentence with the missing fact: Theresa May was born in ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Theresa May is associated with the political party ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Theresa May is ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Complete the sentence with the missing fact: Theresa May took their highest office in ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Complete the sentence with the missing fact: Theresa May's immediate predecessor was ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak served the country ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak was born in ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak is associated with the political party ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Rishi Sunak is ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak took their highest office in ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak's immediate predecessor was ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer served the country ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer was born in ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer is associated with the political party ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Keir Starmer is ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer took their highest office in ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer's immediate predecessor was ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin served the country ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin was born in ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin is associated with the political party ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Vladimir Putin is ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin took their highest office in ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin's immediate predecessor was ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev served the country ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev was born in ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev is associated with the political party ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Dmitry Medvedev is ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev took their highest office in ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev's immediate predecessor was ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping served the country ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping was born in ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping is associated with the political party ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Xi Jinping is ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping took their highest office in ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping's immediate predecessor was ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi served the country ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi was born in ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi is associated with the political party ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Narendra Modi is ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi took their highest office in ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi's immediate predecessor was ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron served the country ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron was born in ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron is associated with the political party ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Emmanuel Macron is ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron took their highest office in ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron's immediate predecessor was ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel served the country ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel was born in ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel is associated with the political party ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Angela Merkel is ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel took their highest office in ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel's immediate predecessor was ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau served the country ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau was born in ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau is associated with the political party ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Justin Trudeau is ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau took their highest office in ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau's immediate predecessor was ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern served the country ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern was born in ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern is associated with the political party ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Jacinda Ardern is ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern took their highest office in ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern's immediate predecessor was ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "United States", "relation": "President taking office in 2017", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: The president of United States who took office in 2017 was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "United States", "relation": "Leader after Barack Obama", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: The leader of United States after Barack Obama was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States", "relation": "President taking office in 2021", "gold_object": "Joe Biden", "prompt_text": "Complete the sentence with the missing fact: The president of United States who took office in 2021 was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 123, "fact_id": 123, "subject": "United States", "relation": "Leader after Donald Trump", "gold_object": "Joe Biden", "prompt_text": "Complete the sentence with the missing fact: The leader of United States after Donald Trump was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "United States", "relation": "President taking office in 2009", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: The president of United States who took office in 2009 was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States", "relation": "Leader after George W. Bush", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: The leader of United States after George W. Bush was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Vice President taking office in 2021", "gold_object": "Kamala Harris", "prompt_text": "Complete the sentence with the missing fact: The vice president of United States who took office in 2021 was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 127, "fact_id": 127, "subject": "United States", "relation": "Leader after Mike Pence", "gold_object": "Kamala Harris", "prompt_text": "Complete the sentence with the missing fact: The leader of United States after Mike Pence was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Secretary of State taking office in 2009", "gold_object": "Hillary Clinton", "prompt_text": "Complete the sentence with the missing fact: The secretary of state of United States who took office in 2009 was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 129, "fact_id": 129, "subject": "United States", "relation": "Leader after Condoleezza Rice", "gold_object": "Hillary Clinton", "prompt_text": "Complete the sentence with the missing fact: The leader of United States after Condoleezza Rice was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "President taking office in 2001", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: The president of United States who took office in 2001 was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States", "relation": "Leader after Bill Clinton", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: The leader of United States after Bill Clinton was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "President taking office in 1993", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: The president of United States who took office in 1993 was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "United States", "relation": "Leader after George H. W. Bush", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: The leader of United States after George H. W. Bush was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States", "relation": "President taking office in 1981", "gold_object": "Ronald Reagan", "prompt_text": "Complete the sentence with the missing fact: The president of United States who took office in 1981 was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 135, "fact_id": 135, "subject": "United States", "relation": "Leader after Jimmy Carter", "gold_object": "Ronald Reagan", "prompt_text": "Complete the sentence with the missing fact: The leader of United States after Jimmy Carter was ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2019", "gold_object": "Boris Johnson", "prompt_text": "Complete the sentence with the missing fact: The prime minister of United Kingdom who took office in 2019 was ____.", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United Kingdom", "relation": "Leader after Theresa May", "gold_object": "Boris Johnson", "prompt_text": "Complete the sentence with the missing fact: The leader of United Kingdom after Theresa May was ____.", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2016", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: The prime minister of United Kingdom who took office in 2016 was ____.", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United Kingdom", "relation": "Leader after David Cameron", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: The leader of United Kingdom after David Cameron was ____.", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2022", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: The prime minister of United Kingdom who took office in 2022 was ____.", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 141, "fact_id": 141, "subject": "United Kingdom", "relation": "Leader after Liz Truss", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: The leader of United Kingdom after Liz Truss was ____.", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2024", "gold_object": "Keir Starmer", "prompt_text": "Complete the sentence with the missing fact: The prime minister of United Kingdom who took office in 2024 was ____.", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United Kingdom", "relation": "Leader after Rishi Sunak", "gold_object": "Keir Starmer", "prompt_text": "Complete the sentence with the missing fact: The leader of United Kingdom after Rishi Sunak was ____.", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Russia", "relation": "President taking office in 2000", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: The president of Russia who took office in 2000 was ____.", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Russia", "relation": "Leader after Boris Yeltsin", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: The leader of Russia after Boris Yeltsin was ____.", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Russia", "relation": "President taking office in 2008", "gold_object": "Dmitry Medvedev", "prompt_text": "Complete the sentence with the missing fact: The president of Russia who took office in 2008 was ____.", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Russia", "relation": "Leader after Vladimir Putin", "gold_object": "Dmitry Medvedev", "prompt_text": "Complete the sentence with the missing fact: The leader of Russia after Vladimir Putin was ____.", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 148, "fact_id": 148, "subject": "China", "relation": "President taking office in 2013", "gold_object": "Xi Jinping", "prompt_text": "Complete the sentence with the missing fact: The president of China who took office in 2013 was ____.", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 149, "fact_id": 149, "subject": "China", "relation": "Leader after Hu Jintao", "gold_object": "Xi Jinping", "prompt_text": "Complete the sentence with the missing fact: The leader of China after Hu Jintao was ____.", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 150, "fact_id": 150, "subject": "India", "relation": "Prime Minister taking office in 2014", "gold_object": "Narendra Modi", "prompt_text": "Complete the sentence with the missing fact: The prime minister of India who took office in 2014 was ____.", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "India", "relation": "Leader after Manmohan Singh", "gold_object": "Narendra Modi", "prompt_text": "Complete the sentence with the missing fact: The leader of India after Manmohan Singh was ____.", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "France", "relation": "President taking office in 2017", "gold_object": "Emmanuel Macron", "prompt_text": "Complete the sentence with the missing fact: The president of France who took office in 2017 was ____.", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 153, "fact_id": 153, "subject": "France", "relation": "Leader after François Hollande", "gold_object": "Emmanuel Macron", "prompt_text": "Complete the sentence with the missing fact: The leader of France after François Hollande was ____.", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Germany", "relation": "Chancellor taking office in 2005", "gold_object": "Angela Merkel", "prompt_text": "Complete the sentence with the missing fact: The chancellor of Germany who took office in 2005 was ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Germany", "relation": "Leader after Gerhard Schröder", "gold_object": "Angela Merkel", "prompt_text": "Complete the sentence with the missing fact: The leader of Germany after Gerhard Schröder was ____.", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Canada", "relation": "Prime Minister taking office in 2015", "gold_object": "Justin Trudeau", "prompt_text": "Complete the sentence with the missing fact: The prime minister of Canada who took office in 2015 was ____.", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Canada", "relation": "Leader after Stephen Harper", "gold_object": "Justin Trudeau", "prompt_text": "Complete the sentence with the missing fact: The leader of Canada after Stephen Harper was ____.", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 158, "fact_id": 158, "subject": "New Zealand", "relation": "Prime Minister taking office in 2017", "gold_object": "Jacinda Ardern", "prompt_text": "Complete the sentence with the missing fact: The prime minister of New Zealand who took office in 2017 was ____.", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 159, "fact_id": 159, "subject": "New Zealand", "relation": "Leader after Bill English", "gold_object": "Jacinda Ardern", "prompt_text": "Complete the sentence with the missing fact: The leader of New Zealand after Bill English was ____.", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/collision/prompts_contextual_questions.jsonl b/data/custom_databases/politicians/prompts/collision/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..9fb60f8 --- /dev/null +++ b/data/custom_databases/politicians/prompts/collision/prompts_contextual_questions.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "United States", "relation": "President taking office in 2017", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who was the president of United States who took office in 2017?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "United States", "relation": "Leader after Barack Obama", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who became the leader of United States after Barack Obama?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States", "relation": "President taking office in 2021", "gold_object": "Joe Biden", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who was the president of United States who took office in 2021?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 123, "fact_id": 123, "subject": "United States", "relation": "Leader after Donald Trump", "gold_object": "Joe Biden", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who became the leader of United States after Donald Trump?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "United States", "relation": "President taking office in 2009", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who was the president of United States who took office in 2009?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States", "relation": "Leader after George W. Bush", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who became the leader of United States after George W. Bush?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Vice President taking office in 2021", "gold_object": "Kamala Harris", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who was the vice president of United States who took office in 2021?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 127, "fact_id": 127, "subject": "United States", "relation": "Leader after Mike Pence", "gold_object": "Kamala Harris", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who became the leader of United States after Mike Pence?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Secretary of State taking office in 2009", "gold_object": "Hillary Clinton", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who was the secretary of state of United States who took office in 2009?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 129, "fact_id": 129, "subject": "United States", "relation": "Leader after Condoleezza Rice", "gold_object": "Hillary Clinton", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who became the leader of United States after Condoleezza Rice?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "President taking office in 2001", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who was the president of United States who took office in 2001?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States", "relation": "Leader after Bill Clinton", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who became the leader of United States after Bill Clinton?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "President taking office in 1993", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who was the president of United States who took office in 1993?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "United States", "relation": "Leader after George H. W. Bush", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who became the leader of United States after George H. W. Bush?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States", "relation": "President taking office in 1981", "gold_object": "Ronald Reagan", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who was the president of United States who took office in 1981?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 135, "fact_id": 135, "subject": "United States", "relation": "Leader after Jimmy Carter", "gold_object": "Ronald Reagan", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Who became the leader of United States after Jimmy Carter?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2019", "gold_object": "Boris Johnson", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Who was the prime minister of United Kingdom who took office in 2019?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United Kingdom", "relation": "Leader after Theresa May", "gold_object": "Boris Johnson", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Who became the leader of United Kingdom after Theresa May?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2016", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Who was the prime minister of United Kingdom who took office in 2016?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United Kingdom", "relation": "Leader after David Cameron", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Who became the leader of United Kingdom after David Cameron?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2022", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Who was the prime minister of United Kingdom who took office in 2022?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 141, "fact_id": 141, "subject": "United Kingdom", "relation": "Leader after Liz Truss", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Who became the leader of United Kingdom after Liz Truss?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2024", "gold_object": "Keir Starmer", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Who was the prime minister of United Kingdom who took office in 2024?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United Kingdom", "relation": "Leader after Rishi Sunak", "gold_object": "Keir Starmer", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom. Answer with a short factual phrase.\nQuestion: Who became the leader of United Kingdom after Rishi Sunak?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Russia", "relation": "President taking office in 2000", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: Who was the president of Russia who took office in 2000?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Russia", "relation": "Leader after Boris Yeltsin", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: Who became the leader of Russia after Boris Yeltsin?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Russia", "relation": "President taking office in 2008", "gold_object": "Dmitry Medvedev", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: Who was the president of Russia who took office in 2008?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Russia", "relation": "Leader after Vladimir Putin", "gold_object": "Dmitry Medvedev", "prompt_text": "Context: I am compiling a concise factual profile for Russia. Answer with a short factual phrase.\nQuestion: Who became the leader of Russia after Vladimir Putin?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 148, "fact_id": 148, "subject": "China", "relation": "President taking office in 2013", "gold_object": "Xi Jinping", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: Who was the president of China who took office in 2013?", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 149, "fact_id": 149, "subject": "China", "relation": "Leader after Hu Jintao", "gold_object": "Xi Jinping", "prompt_text": "Context: I am compiling a concise factual profile for China. Answer with a short factual phrase.\nQuestion: Who became the leader of China after Hu Jintao?", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 150, "fact_id": 150, "subject": "India", "relation": "Prime Minister taking office in 2014", "gold_object": "Narendra Modi", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: Who was the prime minister of India who took office in 2014?", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "India", "relation": "Leader after Manmohan Singh", "gold_object": "Narendra Modi", "prompt_text": "Context: I am compiling a concise factual profile for India. Answer with a short factual phrase.\nQuestion: Who became the leader of India after Manmohan Singh?", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "France", "relation": "President taking office in 2017", "gold_object": "Emmanuel Macron", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: Who was the president of France who took office in 2017?", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 153, "fact_id": 153, "subject": "France", "relation": "Leader after François Hollande", "gold_object": "Emmanuel Macron", "prompt_text": "Context: I am compiling a concise factual profile for France. Answer with a short factual phrase.\nQuestion: Who became the leader of France after François Hollande?", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Germany", "relation": "Chancellor taking office in 2005", "gold_object": "Angela Merkel", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: Who was the chancellor of Germany who took office in 2005?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Germany", "relation": "Leader after Gerhard Schröder", "gold_object": "Angela Merkel", "prompt_text": "Context: I am compiling a concise factual profile for Germany. Answer with a short factual phrase.\nQuestion: Who became the leader of Germany after Gerhard Schröder?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Canada", "relation": "Prime Minister taking office in 2015", "gold_object": "Justin Trudeau", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: Who was the prime minister of Canada who took office in 2015?", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Canada", "relation": "Leader after Stephen Harper", "gold_object": "Justin Trudeau", "prompt_text": "Context: I am compiling a concise factual profile for Canada. Answer with a short factual phrase.\nQuestion: Who became the leader of Canada after Stephen Harper?", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 158, "fact_id": 158, "subject": "New Zealand", "relation": "Prime Minister taking office in 2017", "gold_object": "Jacinda Ardern", "prompt_text": "Context: I am compiling a concise factual profile for New Zealand. Answer with a short factual phrase.\nQuestion: Who was the prime minister of New Zealand who took office in 2017?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 159, "fact_id": 159, "subject": "New Zealand", "relation": "Leader after Bill English", "gold_object": "Jacinda Ardern", "prompt_text": "Context: I am compiling a concise factual profile for New Zealand. Answer with a short factual phrase.\nQuestion: Who became the leader of New Zealand after Bill English?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/collision/prompts_continuations.jsonl b/data/custom_databases/politicians/prompts/collision/prompts_continuations.jsonl new file mode 100644 index 0000000..1465b53 --- /dev/null +++ b/data/custom_databases/politicians/prompts/collision/prompts_continuations.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Donald Trump. Donald Trump served the country", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about Donald Trump. Donald Trump was born in", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Donald Trump. Donald Trump is associated with the political party", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Donald Trump. The highest office held by Donald Trump is", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Donald Trump. Donald Trump took their highest office in", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Tell me about Donald Trump. Donald Trump's immediate predecessor was", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Joe Biden. Joe Biden served the country", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Tell me about Joe Biden. Joe Biden was born in", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Joe Biden. Joe Biden is associated with the political party", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Joe Biden. The highest office held by Joe Biden is", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Tell me about Joe Biden. Joe Biden took their highest office in", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Tell me about Joe Biden. Joe Biden's immediate predecessor was", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Barack Obama. Barack Obama served the country", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Tell me about Barack Obama. Barack Obama was born in", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Barack Obama. Barack Obama is associated with the political party", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Barack Obama. The highest office held by Barack Obama is", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Tell me about Barack Obama. Barack Obama took their highest office in", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Tell me about Barack Obama. Barack Obama's immediate predecessor was", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Kamala Harris. Kamala Harris served the country", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Tell me about Kamala Harris. Kamala Harris was born in", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Kamala Harris. Kamala Harris is associated with the political party", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Tell me about Kamala Harris. The highest office held by Kamala Harris is", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Tell me about Kamala Harris. Kamala Harris took their highest office in", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Tell me about Kamala Harris. Kamala Harris's immediate predecessor was", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton served the country", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton was born in", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton is associated with the political party", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Tell me about Hillary Clinton. The highest office held by Hillary Clinton is", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton took their highest office in", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton's immediate predecessor was", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about George W. Bush. George W. Bush served the country", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about George W. Bush. George W. Bush was born in", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about George W. Bush. George W. Bush is associated with the political party", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about George W. Bush. The highest office held by George W. Bush is", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Tell me about George W. Bush. George W. Bush took their highest office in", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Tell me about George W. Bush. George W. Bush's immediate predecessor was", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Bill Clinton. Bill Clinton served the country", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about Bill Clinton. Bill Clinton was born in", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Bill Clinton. Bill Clinton is associated with the political party", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Bill Clinton. The highest office held by Bill Clinton is", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Tell me about Bill Clinton. Bill Clinton took their highest office in", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Tell me about Bill Clinton. Bill Clinton's immediate predecessor was", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan served the country", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan was born in", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan is associated with the political party", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Ronald Reagan. The highest office held by Ronald Reagan is", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan took their highest office in", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan's immediate predecessor was", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Boris Johnson. Boris Johnson served the country", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Tell me about Boris Johnson. Boris Johnson was born in", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Boris Johnson. Boris Johnson is associated with the political party", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Boris Johnson. The highest office held by Boris Johnson is", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Tell me about Boris Johnson. Boris Johnson took their highest office in", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Tell me about Boris Johnson. Boris Johnson's immediate predecessor was", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Theresa May. Theresa May served the country", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Tell me about Theresa May. Theresa May was born in", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Theresa May. Theresa May is associated with the political party", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Theresa May. The highest office held by Theresa May is", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Tell me about Theresa May. Theresa May took their highest office in", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Tell me about Theresa May. Theresa May's immediate predecessor was", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak served the country", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak was born in", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak is associated with the political party", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Rishi Sunak. The highest office held by Rishi Sunak is", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak took their highest office in", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak's immediate predecessor was", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Keir Starmer. Keir Starmer served the country", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Tell me about Keir Starmer. Keir Starmer was born in", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Tell me about Keir Starmer. Keir Starmer is associated with the political party", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Keir Starmer. The highest office held by Keir Starmer is", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Tell me about Keir Starmer. Keir Starmer took their highest office in", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about Keir Starmer. Keir Starmer's immediate predecessor was", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin served the country", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin was born in", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin is associated with the political party", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Vladimir Putin. The highest office held by Vladimir Putin is", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin took their highest office in", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin's immediate predecessor was", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev served the country", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev was born in", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev is associated with the political party", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Dmitry Medvedev. The highest office held by Dmitry Medvedev is", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev took their highest office in", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev's immediate predecessor was", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Tell me about Xi Jinping. Xi Jinping served the country", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Tell me about Xi Jinping. Xi Jinping was born in", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Tell me about Xi Jinping. Xi Jinping is associated with the political party", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Xi Jinping. The highest office held by Xi Jinping is", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Tell me about Xi Jinping. Xi Jinping took their highest office in", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Tell me about Xi Jinping. Xi Jinping's immediate predecessor was", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Tell me about Narendra Modi. Narendra Modi served the country", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Tell me about Narendra Modi. Narendra Modi was born in", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Tell me about Narendra Modi. Narendra Modi is associated with the political party", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Narendra Modi. The highest office held by Narendra Modi is", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Tell me about Narendra Modi. Narendra Modi took their highest office in", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Tell me about Narendra Modi. Narendra Modi's immediate predecessor was", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron served the country", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron was born in", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron is associated with the political party", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Emmanuel Macron. The highest office held by Emmanuel Macron is", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron took their highest office in", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron's immediate predecessor was", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Tell me about Angela Merkel. Angela Merkel served the country", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Tell me about Angela Merkel. Angela Merkel was born in", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Tell me about Angela Merkel. Angela Merkel is associated with the political party", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Tell me about Angela Merkel. The highest office held by Angela Merkel is", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Tell me about Angela Merkel. Angela Merkel took their highest office in", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Tell me about Angela Merkel. Angela Merkel's immediate predecessor was", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau served the country", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau was born in", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau is associated with the political party", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Justin Trudeau. The highest office held by Justin Trudeau is", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau took their highest office in", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau's immediate predecessor was", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern served the country", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern was born in", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern is associated with the political party", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Jacinda Ardern. The highest office held by Jacinda Ardern is", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern took their highest office in", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern's immediate predecessor was", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "United States", "relation": "President taking office in 2017", "gold_object": "Donald Trump", "prompt_text": "Tell me about United States. The president of United States who took office in 2017 was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "United States", "relation": "Leader after Barack Obama", "gold_object": "Donald Trump", "prompt_text": "Tell me about United States. The leader of United States after Barack Obama was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States", "relation": "President taking office in 2021", "gold_object": "Joe Biden", "prompt_text": "Tell me about United States. The president of United States who took office in 2021 was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 123, "fact_id": 123, "subject": "United States", "relation": "Leader after Donald Trump", "gold_object": "Joe Biden", "prompt_text": "Tell me about United States. The leader of United States after Donald Trump was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "United States", "relation": "President taking office in 2009", "gold_object": "Barack Obama", "prompt_text": "Tell me about United States. The president of United States who took office in 2009 was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States", "relation": "Leader after George W. Bush", "gold_object": "Barack Obama", "prompt_text": "Tell me about United States. The leader of United States after George W. Bush was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Vice President taking office in 2021", "gold_object": "Kamala Harris", "prompt_text": "Tell me about United States. The vice president of United States who took office in 2021 was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 127, "fact_id": 127, "subject": "United States", "relation": "Leader after Mike Pence", "gold_object": "Kamala Harris", "prompt_text": "Tell me about United States. The leader of United States after Mike Pence was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Secretary of State taking office in 2009", "gold_object": "Hillary Clinton", "prompt_text": "Tell me about United States. The secretary of state of United States who took office in 2009 was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 129, "fact_id": 129, "subject": "United States", "relation": "Leader after Condoleezza Rice", "gold_object": "Hillary Clinton", "prompt_text": "Tell me about United States. The leader of United States after Condoleezza Rice was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "President taking office in 2001", "gold_object": "George W. Bush", "prompt_text": "Tell me about United States. The president of United States who took office in 2001 was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States", "relation": "Leader after Bill Clinton", "gold_object": "George W. Bush", "prompt_text": "Tell me about United States. The leader of United States after Bill Clinton was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "President taking office in 1993", "gold_object": "Bill Clinton", "prompt_text": "Tell me about United States. The president of United States who took office in 1993 was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "United States", "relation": "Leader after George H. W. Bush", "gold_object": "Bill Clinton", "prompt_text": "Tell me about United States. The leader of United States after George H. W. Bush was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States", "relation": "President taking office in 1981", "gold_object": "Ronald Reagan", "prompt_text": "Tell me about United States. The president of United States who took office in 1981 was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 135, "fact_id": 135, "subject": "United States", "relation": "Leader after Jimmy Carter", "gold_object": "Ronald Reagan", "prompt_text": "Tell me about United States. The leader of United States after Jimmy Carter was", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2019", "gold_object": "Boris Johnson", "prompt_text": "Tell me about United Kingdom. The prime minister of United Kingdom who took office in 2019 was", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United Kingdom", "relation": "Leader after Theresa May", "gold_object": "Boris Johnson", "prompt_text": "Tell me about United Kingdom. The leader of United Kingdom after Theresa May was", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2016", "gold_object": "Theresa May", "prompt_text": "Tell me about United Kingdom. The prime minister of United Kingdom who took office in 2016 was", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United Kingdom", "relation": "Leader after David Cameron", "gold_object": "Theresa May", "prompt_text": "Tell me about United Kingdom. The leader of United Kingdom after David Cameron was", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2022", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about United Kingdom. The prime minister of United Kingdom who took office in 2022 was", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 141, "fact_id": 141, "subject": "United Kingdom", "relation": "Leader after Liz Truss", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about United Kingdom. The leader of United Kingdom after Liz Truss was", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2024", "gold_object": "Keir Starmer", "prompt_text": "Tell me about United Kingdom. The prime minister of United Kingdom who took office in 2024 was", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United Kingdom", "relation": "Leader after Rishi Sunak", "gold_object": "Keir Starmer", "prompt_text": "Tell me about United Kingdom. The leader of United Kingdom after Rishi Sunak was", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Russia", "relation": "President taking office in 2000", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Russia. The president of Russia who took office in 2000 was", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Russia", "relation": "Leader after Boris Yeltsin", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Russia. The leader of Russia after Boris Yeltsin was", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Russia", "relation": "President taking office in 2008", "gold_object": "Dmitry Medvedev", "prompt_text": "Tell me about Russia. The president of Russia who took office in 2008 was", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Russia", "relation": "Leader after Vladimir Putin", "gold_object": "Dmitry Medvedev", "prompt_text": "Tell me about Russia. The leader of Russia after Vladimir Putin was", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 148, "fact_id": 148, "subject": "China", "relation": "President taking office in 2013", "gold_object": "Xi Jinping", "prompt_text": "Tell me about China. The president of China who took office in 2013 was", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 149, "fact_id": 149, "subject": "China", "relation": "Leader after Hu Jintao", "gold_object": "Xi Jinping", "prompt_text": "Tell me about China. The leader of China after Hu Jintao was", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 150, "fact_id": 150, "subject": "India", "relation": "Prime Minister taking office in 2014", "gold_object": "Narendra Modi", "prompt_text": "Tell me about India. The prime minister of India who took office in 2014 was", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "India", "relation": "Leader after Manmohan Singh", "gold_object": "Narendra Modi", "prompt_text": "Tell me about India. The leader of India after Manmohan Singh was", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "France", "relation": "President taking office in 2017", "gold_object": "Emmanuel Macron", "prompt_text": "Tell me about France. The president of France who took office in 2017 was", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 153, "fact_id": 153, "subject": "France", "relation": "Leader after François Hollande", "gold_object": "Emmanuel Macron", "prompt_text": "Tell me about France. The leader of France after François Hollande was", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Germany", "relation": "Chancellor taking office in 2005", "gold_object": "Angela Merkel", "prompt_text": "Tell me about Germany. The chancellor of Germany who took office in 2005 was", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Germany", "relation": "Leader after Gerhard Schröder", "gold_object": "Angela Merkel", "prompt_text": "Tell me about Germany. The leader of Germany after Gerhard Schröder was", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Canada", "relation": "Prime Minister taking office in 2015", "gold_object": "Justin Trudeau", "prompt_text": "Tell me about Canada. The prime minister of Canada who took office in 2015 was", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Canada", "relation": "Leader after Stephen Harper", "gold_object": "Justin Trudeau", "prompt_text": "Tell me about Canada. The leader of Canada after Stephen Harper was", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 158, "fact_id": 158, "subject": "New Zealand", "relation": "Prime Minister taking office in 2017", "gold_object": "Jacinda Ardern", "prompt_text": "Tell me about New Zealand. The prime minister of New Zealand who took office in 2017 was", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 159, "fact_id": 159, "subject": "New Zealand", "relation": "Leader after Bill English", "gold_object": "Jacinda Ardern", "prompt_text": "Tell me about New Zealand. The leader of New Zealand after Bill English was", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/collision/prompts_direct_questions.jsonl b/data/custom_databases/politicians/prompts/collision/prompts_direct_questions.jsonl new file mode 100644 index 0000000..b27a431 --- /dev/null +++ b/data/custom_databases/politicians/prompts/collision/prompts_direct_questions.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "United States", "relation": "President taking office in 2017", "gold_object": "Donald Trump", "prompt_text": "Who was the president of United States who took office in 2017?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "United States", "relation": "Leader after Barack Obama", "gold_object": "Donald Trump", "prompt_text": "Who became the leader of United States after Barack Obama?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States", "relation": "President taking office in 2021", "gold_object": "Joe Biden", "prompt_text": "Who was the president of United States who took office in 2021?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 123, "fact_id": 123, "subject": "United States", "relation": "Leader after Donald Trump", "gold_object": "Joe Biden", "prompt_text": "Who became the leader of United States after Donald Trump?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "United States", "relation": "President taking office in 2009", "gold_object": "Barack Obama", "prompt_text": "Who was the president of United States who took office in 2009?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States", "relation": "Leader after George W. Bush", "gold_object": "Barack Obama", "prompt_text": "Who became the leader of United States after George W. Bush?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Vice President taking office in 2021", "gold_object": "Kamala Harris", "prompt_text": "Who was the vice president of United States who took office in 2021?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 127, "fact_id": 127, "subject": "United States", "relation": "Leader after Mike Pence", "gold_object": "Kamala Harris", "prompt_text": "Who became the leader of United States after Mike Pence?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Secretary of State taking office in 2009", "gold_object": "Hillary Clinton", "prompt_text": "Who was the secretary of state of United States who took office in 2009?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 129, "fact_id": 129, "subject": "United States", "relation": "Leader after Condoleezza Rice", "gold_object": "Hillary Clinton", "prompt_text": "Who became the leader of United States after Condoleezza Rice?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "President taking office in 2001", "gold_object": "George W. Bush", "prompt_text": "Who was the president of United States who took office in 2001?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States", "relation": "Leader after Bill Clinton", "gold_object": "George W. Bush", "prompt_text": "Who became the leader of United States after Bill Clinton?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "President taking office in 1993", "gold_object": "Bill Clinton", "prompt_text": "Who was the president of United States who took office in 1993?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "United States", "relation": "Leader after George H. W. Bush", "gold_object": "Bill Clinton", "prompt_text": "Who became the leader of United States after George H. W. Bush?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States", "relation": "President taking office in 1981", "gold_object": "Ronald Reagan", "prompt_text": "Who was the president of United States who took office in 1981?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 135, "fact_id": 135, "subject": "United States", "relation": "Leader after Jimmy Carter", "gold_object": "Ronald Reagan", "prompt_text": "Who became the leader of United States after Jimmy Carter?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2019", "gold_object": "Boris Johnson", "prompt_text": "Who was the prime minister of United Kingdom who took office in 2019?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United Kingdom", "relation": "Leader after Theresa May", "gold_object": "Boris Johnson", "prompt_text": "Who became the leader of United Kingdom after Theresa May?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2016", "gold_object": "Theresa May", "prompt_text": "Who was the prime minister of United Kingdom who took office in 2016?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United Kingdom", "relation": "Leader after David Cameron", "gold_object": "Theresa May", "prompt_text": "Who became the leader of United Kingdom after David Cameron?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2022", "gold_object": "Rishi Sunak", "prompt_text": "Who was the prime minister of United Kingdom who took office in 2022?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 141, "fact_id": 141, "subject": "United Kingdom", "relation": "Leader after Liz Truss", "gold_object": "Rishi Sunak", "prompt_text": "Who became the leader of United Kingdom after Liz Truss?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2024", "gold_object": "Keir Starmer", "prompt_text": "Who was the prime minister of United Kingdom who took office in 2024?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United Kingdom", "relation": "Leader after Rishi Sunak", "gold_object": "Keir Starmer", "prompt_text": "Who became the leader of United Kingdom after Rishi Sunak?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Russia", "relation": "President taking office in 2000", "gold_object": "Vladimir Putin", "prompt_text": "Who was the president of Russia who took office in 2000?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Russia", "relation": "Leader after Boris Yeltsin", "gold_object": "Vladimir Putin", "prompt_text": "Who became the leader of Russia after Boris Yeltsin?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Russia", "relation": "President taking office in 2008", "gold_object": "Dmitry Medvedev", "prompt_text": "Who was the president of Russia who took office in 2008?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Russia", "relation": "Leader after Vladimir Putin", "gold_object": "Dmitry Medvedev", "prompt_text": "Who became the leader of Russia after Vladimir Putin?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 148, "fact_id": 148, "subject": "China", "relation": "President taking office in 2013", "gold_object": "Xi Jinping", "prompt_text": "Who was the president of China who took office in 2013?", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 149, "fact_id": 149, "subject": "China", "relation": "Leader after Hu Jintao", "gold_object": "Xi Jinping", "prompt_text": "Who became the leader of China after Hu Jintao?", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 150, "fact_id": 150, "subject": "India", "relation": "Prime Minister taking office in 2014", "gold_object": "Narendra Modi", "prompt_text": "Who was the prime minister of India who took office in 2014?", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "India", "relation": "Leader after Manmohan Singh", "gold_object": "Narendra Modi", "prompt_text": "Who became the leader of India after Manmohan Singh?", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "France", "relation": "President taking office in 2017", "gold_object": "Emmanuel Macron", "prompt_text": "Who was the president of France who took office in 2017?", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 153, "fact_id": 153, "subject": "France", "relation": "Leader after François Hollande", "gold_object": "Emmanuel Macron", "prompt_text": "Who became the leader of France after François Hollande?", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Germany", "relation": "Chancellor taking office in 2005", "gold_object": "Angela Merkel", "prompt_text": "Who was the chancellor of Germany who took office in 2005?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Germany", "relation": "Leader after Gerhard Schröder", "gold_object": "Angela Merkel", "prompt_text": "Who became the leader of Germany after Gerhard Schröder?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Canada", "relation": "Prime Minister taking office in 2015", "gold_object": "Justin Trudeau", "prompt_text": "Who was the prime minister of Canada who took office in 2015?", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Canada", "relation": "Leader after Stephen Harper", "gold_object": "Justin Trudeau", "prompt_text": "Who became the leader of Canada after Stephen Harper?", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 158, "fact_id": 158, "subject": "New Zealand", "relation": "Prime Minister taking office in 2017", "gold_object": "Jacinda Ardern", "prompt_text": "Who was the prime minister of New Zealand who took office in 2017?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 159, "fact_id": 159, "subject": "New Zealand", "relation": "Leader after Bill English", "gold_object": "Jacinda Ardern", "prompt_text": "Who became the leader of New Zealand after Bill English?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/collision/prompts_fewshot_questions.jsonl b/data/custom_databases/politicians/prompts/collision/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..fe6fb7a --- /dev/null +++ b/data/custom_databases/politicians/prompts/collision/prompts_fewshot_questions.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Donald Trump serve?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Donald Trump's birth year?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Donald Trump associated with?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Donald Trump?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Donald Trump take their highest office?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Donald Trump's immediate predecessor?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Joe Biden serve?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Joe Biden's birth year?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Joe Biden associated with?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Joe Biden?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Joe Biden take their highest office?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Joe Biden's immediate predecessor?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Barack Obama serve?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Barack Obama's birth year?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Barack Obama associated with?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Barack Obama?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Barack Obama take their highest office?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Barack Obama's immediate predecessor?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Kamala Harris serve?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Kamala Harris' birth year?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Kamala Harris associated with?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Kamala Harris?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Kamala Harris take their highest office?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Kamala Harris's immediate predecessor?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Hillary Clinton serve?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Hillary Clinton's birth year?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Hillary Clinton associated with?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Hillary Clinton?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Hillary Clinton take their highest office?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Hillary Clinton's immediate predecessor?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did George W. Bush serve?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is George W. Bush's birth year?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is George W. Bush associated with?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by George W. Bush?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did George W. Bush take their highest office?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was George W. Bush's immediate predecessor?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Bill Clinton serve?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Bill Clinton's birth year?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Bill Clinton associated with?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Bill Clinton?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Bill Clinton take their highest office?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Bill Clinton's immediate predecessor?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Ronald Reagan serve?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Ronald Reagan's birth year?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Ronald Reagan associated with?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Ronald Reagan?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Ronald Reagan take their highest office?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Ronald Reagan's immediate predecessor?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Boris Johnson serve?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Boris Johnson's birth year?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Boris Johnson associated with?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Boris Johnson?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Boris Johnson take their highest office?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Boris Johnson's immediate predecessor?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Theresa May serve?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Theresa May's birth year?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Theresa May associated with?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Theresa May?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Theresa May take their highest office?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Theresa May's immediate predecessor?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Rishi Sunak serve?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Rishi Sunak's birth year?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Rishi Sunak associated with?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Rishi Sunak?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Rishi Sunak take their highest office?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Rishi Sunak's immediate predecessor?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Keir Starmer serve?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Keir Starmer's birth year?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Keir Starmer associated with?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Keir Starmer?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Keir Starmer take their highest office?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Keir Starmer's immediate predecessor?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Vladimir Putin serve?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Vladimir Putin's birth year?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Vladimir Putin associated with?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Vladimir Putin?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Vladimir Putin take their highest office?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Vladimir Putin's immediate predecessor?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Dmitry Medvedev serve?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Dmitry Medvedev's birth year?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Dmitry Medvedev associated with?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Dmitry Medvedev?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Dmitry Medvedev take their highest office?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Dmitry Medvedev's immediate predecessor?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Xi Jinping serve?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Xi Jinping's birth year?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Xi Jinping associated with?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Xi Jinping?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Xi Jinping take their highest office?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Xi Jinping's immediate predecessor?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Narendra Modi serve?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Narendra Modi's birth year?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Narendra Modi associated with?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Narendra Modi?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Narendra Modi take their highest office?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Narendra Modi's immediate predecessor?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Emmanuel Macron serve?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Emmanuel Macron's birth year?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Emmanuel Macron associated with?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Emmanuel Macron?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Emmanuel Macron take their highest office?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Emmanuel Macron's immediate predecessor?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Angela Merkel serve?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Angela Merkel's birth year?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Angela Merkel associated with?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Angela Merkel?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Angela Merkel take their highest office?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Angela Merkel's immediate predecessor?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Justin Trudeau serve?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Justin Trudeau's birth year?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Justin Trudeau associated with?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Justin Trudeau?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Justin Trudeau take their highest office?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Justin Trudeau's immediate predecessor?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Jacinda Ardern serve?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Jacinda Ardern's birth year?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Jacinda Ardern associated with?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Jacinda Ardern?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Jacinda Ardern take their highest office?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Jacinda Ardern's immediate predecessor?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "United States", "relation": "President taking office in 2017", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of United States who took office in 2017?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "United States", "relation": "Leader after Barack Obama", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United States after Barack Obama?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States", "relation": "President taking office in 2021", "gold_object": "Joe Biden", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of United States who took office in 2021?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 123, "fact_id": 123, "subject": "United States", "relation": "Leader after Donald Trump", "gold_object": "Joe Biden", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United States after Donald Trump?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "United States", "relation": "President taking office in 2009", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of United States who took office in 2009?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States", "relation": "Leader after George W. Bush", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United States after George W. Bush?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Vice President taking office in 2021", "gold_object": "Kamala Harris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the vice president of United States who took office in 2021?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 127, "fact_id": 127, "subject": "United States", "relation": "Leader after Mike Pence", "gold_object": "Kamala Harris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United States after Mike Pence?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Secretary of State taking office in 2009", "gold_object": "Hillary Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the secretary of state of United States who took office in 2009?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 129, "fact_id": 129, "subject": "United States", "relation": "Leader after Condoleezza Rice", "gold_object": "Hillary Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United States after Condoleezza Rice?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "President taking office in 2001", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of United States who took office in 2001?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States", "relation": "Leader after Bill Clinton", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United States after Bill Clinton?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "President taking office in 1993", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of United States who took office in 1993?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "United States", "relation": "Leader after George H. W. Bush", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United States after George H. W. Bush?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States", "relation": "President taking office in 1981", "gold_object": "Ronald Reagan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of United States who took office in 1981?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 135, "fact_id": 135, "subject": "United States", "relation": "Leader after Jimmy Carter", "gold_object": "Ronald Reagan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United States after Jimmy Carter?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2019", "gold_object": "Boris Johnson", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the prime minister of United Kingdom who took office in 2019?\nAnswer:", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United Kingdom", "relation": "Leader after Theresa May", "gold_object": "Boris Johnson", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United Kingdom after Theresa May?\nAnswer:", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2016", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the prime minister of United Kingdom who took office in 2016?\nAnswer:", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United Kingdom", "relation": "Leader after David Cameron", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United Kingdom after David Cameron?\nAnswer:", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2022", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the prime minister of United Kingdom who took office in 2022?\nAnswer:", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 141, "fact_id": 141, "subject": "United Kingdom", "relation": "Leader after Liz Truss", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United Kingdom after Liz Truss?\nAnswer:", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2024", "gold_object": "Keir Starmer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the prime minister of United Kingdom who took office in 2024?\nAnswer:", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United Kingdom", "relation": "Leader after Rishi Sunak", "gold_object": "Keir Starmer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of United Kingdom after Rishi Sunak?\nAnswer:", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Russia", "relation": "President taking office in 2000", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of Russia who took office in 2000?\nAnswer:", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Russia", "relation": "Leader after Boris Yeltsin", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of Russia after Boris Yeltsin?\nAnswer:", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Russia", "relation": "President taking office in 2008", "gold_object": "Dmitry Medvedev", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of Russia who took office in 2008?\nAnswer:", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Russia", "relation": "Leader after Vladimir Putin", "gold_object": "Dmitry Medvedev", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of Russia after Vladimir Putin?\nAnswer:", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 148, "fact_id": 148, "subject": "China", "relation": "President taking office in 2013", "gold_object": "Xi Jinping", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of China who took office in 2013?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 149, "fact_id": 149, "subject": "China", "relation": "Leader after Hu Jintao", "gold_object": "Xi Jinping", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of China after Hu Jintao?\nAnswer:", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 150, "fact_id": 150, "subject": "India", "relation": "Prime Minister taking office in 2014", "gold_object": "Narendra Modi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the prime minister of India who took office in 2014?\nAnswer:", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "India", "relation": "Leader after Manmohan Singh", "gold_object": "Narendra Modi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of India after Manmohan Singh?\nAnswer:", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "France", "relation": "President taking office in 2017", "gold_object": "Emmanuel Macron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the president of France who took office in 2017?\nAnswer:", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 153, "fact_id": 153, "subject": "France", "relation": "Leader after François Hollande", "gold_object": "Emmanuel Macron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of France after François Hollande?\nAnswer:", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Germany", "relation": "Chancellor taking office in 2005", "gold_object": "Angela Merkel", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the chancellor of Germany who took office in 2005?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Germany", "relation": "Leader after Gerhard Schröder", "gold_object": "Angela Merkel", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of Germany after Gerhard Schröder?\nAnswer:", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Canada", "relation": "Prime Minister taking office in 2015", "gold_object": "Justin Trudeau", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the prime minister of Canada who took office in 2015?\nAnswer:", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Canada", "relation": "Leader after Stephen Harper", "gold_object": "Justin Trudeau", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of Canada after Stephen Harper?\nAnswer:", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 158, "fact_id": 158, "subject": "New Zealand", "relation": "Prime Minister taking office in 2017", "gold_object": "Jacinda Ardern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the prime minister of New Zealand who took office in 2017?\nAnswer:", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 159, "fact_id": 159, "subject": "New Zealand", "relation": "Leader after Bill English", "gold_object": "Jacinda Ardern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who became the leader of New Zealand after Bill English?\nAnswer:", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/collision/prompts_paraphrased_questions.jsonl b/data/custom_databases/politicians/prompts/collision/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..9030a93 --- /dev/null +++ b/data/custom_databases/politicians/prompts/collision/prompts_paraphrased_questions.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Could you answer this question: What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Could you answer this question: What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Could you answer this question: What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Could you answer this question: What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Could you answer this question: Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Could you answer this question: What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Could you answer this question: What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Could you answer this question: Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Could you answer this question: In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Could you answer this question: In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Could you answer this question: Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Could you answer this question: What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Could you answer this question: In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Could you answer this question: Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Could you answer this question: What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Could you answer this question: In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Could you answer this question: What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Could you answer this question: In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Could you answer this question: Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Could you answer this question: What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Could you answer this question: In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Could you answer this question: Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Could you answer this question: What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Could you answer this question: In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Could you answer this question: What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Could you answer this question: In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Could you answer this question: Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Could you answer this question: What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Could you answer this question: In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Could you answer this question: Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Could you answer this question: What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Could you answer this question: What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Could you answer this question: In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Could you answer this question: Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Could you answer this question: Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Could you answer this question: What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Could you answer this question: What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Could you answer this question: In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Could you answer this question: Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Could you answer this question: Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Could you answer this question: What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Could you answer this question: What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Could you answer this question: Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Could you answer this question: Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Could you answer this question: What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Could you answer this question: What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Could you answer this question: What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Could you answer this question: In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Could you answer this question: Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Could you answer this question: Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Could you answer this question: What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Could you answer this question: What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Could you answer this question: In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Could you answer this question: Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Could you answer this question: Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Could you answer this question: What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Could you answer this question: Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "United States", "relation": "President taking office in 2017", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who was the president of United States who took office in 2017?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "United States", "relation": "Leader after Barack Obama", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who became the leader of United States after Barack Obama?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States", "relation": "President taking office in 2021", "gold_object": "Joe Biden", "prompt_text": "Could you answer this question: Who was the president of United States who took office in 2021?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 123, "fact_id": 123, "subject": "United States", "relation": "Leader after Donald Trump", "gold_object": "Joe Biden", "prompt_text": "Could you answer this question: Who became the leader of United States after Donald Trump?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "United States", "relation": "President taking office in 2009", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who was the president of United States who took office in 2009?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States", "relation": "Leader after George W. Bush", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who became the leader of United States after George W. Bush?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Vice President taking office in 2021", "gold_object": "Kamala Harris", "prompt_text": "Could you answer this question: Who was the vice president of United States who took office in 2021?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 127, "fact_id": 127, "subject": "United States", "relation": "Leader after Mike Pence", "gold_object": "Kamala Harris", "prompt_text": "Could you answer this question: Who became the leader of United States after Mike Pence?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Secretary of State taking office in 2009", "gold_object": "Hillary Clinton", "prompt_text": "Could you answer this question: Who was the secretary of state of United States who took office in 2009?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 129, "fact_id": 129, "subject": "United States", "relation": "Leader after Condoleezza Rice", "gold_object": "Hillary Clinton", "prompt_text": "Could you answer this question: Who became the leader of United States after Condoleezza Rice?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "President taking office in 2001", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who was the president of United States who took office in 2001?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States", "relation": "Leader after Bill Clinton", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who became the leader of United States after Bill Clinton?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "President taking office in 1993", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who was the president of United States who took office in 1993?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "United States", "relation": "Leader after George H. W. Bush", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who became the leader of United States after George H. W. Bush?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States", "relation": "President taking office in 1981", "gold_object": "Ronald Reagan", "prompt_text": "Could you answer this question: Who was the president of United States who took office in 1981?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 135, "fact_id": 135, "subject": "United States", "relation": "Leader after Jimmy Carter", "gold_object": "Ronald Reagan", "prompt_text": "Could you answer this question: Who became the leader of United States after Jimmy Carter?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 136, "fact_id": 136, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2019", "gold_object": "Boris Johnson", "prompt_text": "Could you answer this question: Who was the prime minister of United Kingdom who took office in 2019?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United Kingdom", "relation": "Leader after Theresa May", "gold_object": "Boris Johnson", "prompt_text": "Could you answer this question: Who became the leader of United Kingdom after Theresa May?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2016", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who was the prime minister of United Kingdom who took office in 2016?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United Kingdom", "relation": "Leader after David Cameron", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who became the leader of United Kingdom after David Cameron?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2022", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who was the prime minister of United Kingdom who took office in 2022?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 141, "fact_id": 141, "subject": "United Kingdom", "relation": "Leader after Liz Truss", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who became the leader of United Kingdom after Liz Truss?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United Kingdom", "relation": "Prime Minister taking office in 2024", "gold_object": "Keir Starmer", "prompt_text": "Could you answer this question: Who was the prime minister of United Kingdom who took office in 2024?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United Kingdom", "relation": "Leader after Rishi Sunak", "gold_object": "Keir Starmer", "prompt_text": "Could you answer this question: Who became the leader of United Kingdom after Rishi Sunak?", "subject_aliases": ["UK", "Britain"], "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Russia", "relation": "President taking office in 2000", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who was the president of Russia who took office in 2000?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Russia", "relation": "Leader after Boris Yeltsin", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who became the leader of Russia after Boris Yeltsin?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Russia", "relation": "President taking office in 2008", "gold_object": "Dmitry Medvedev", "prompt_text": "Could you answer this question: Who was the president of Russia who took office in 2008?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Russia", "relation": "Leader after Vladimir Putin", "gold_object": "Dmitry Medvedev", "prompt_text": "Could you answer this question: Who became the leader of Russia after Vladimir Putin?", "subject_aliases": ["Russian Federation"], "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 148, "fact_id": 148, "subject": "China", "relation": "President taking office in 2013", "gold_object": "Xi Jinping", "prompt_text": "Could you answer this question: Who was the president of China who took office in 2013?", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 149, "fact_id": 149, "subject": "China", "relation": "Leader after Hu Jintao", "gold_object": "Xi Jinping", "prompt_text": "Could you answer this question: Who became the leader of China after Hu Jintao?", "subject_aliases": ["PRC", "People's Republic of China"], "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 150, "fact_id": 150, "subject": "India", "relation": "Prime Minister taking office in 2014", "gold_object": "Narendra Modi", "prompt_text": "Could you answer this question: Who was the prime minister of India who took office in 2014?", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "India", "relation": "Leader after Manmohan Singh", "gold_object": "Narendra Modi", "prompt_text": "Could you answer this question: Who became the leader of India after Manmohan Singh?", "subject_aliases": ["Republic of India"], "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "France", "relation": "President taking office in 2017", "gold_object": "Emmanuel Macron", "prompt_text": "Could you answer this question: Who was the president of France who took office in 2017?", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 153, "fact_id": 153, "subject": "France", "relation": "Leader after François Hollande", "gold_object": "Emmanuel Macron", "prompt_text": "Could you answer this question: Who became the leader of France after François Hollande?", "subject_aliases": ["French Republic"], "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Germany", "relation": "Chancellor taking office in 2005", "gold_object": "Angela Merkel", "prompt_text": "Could you answer this question: Who was the chancellor of Germany who took office in 2005?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Germany", "relation": "Leader after Gerhard Schröder", "gold_object": "Angela Merkel", "prompt_text": "Could you answer this question: Who became the leader of Germany after Gerhard Schröder?", "subject_aliases": ["Federal Republic of Germany", "Deutschland"], "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Canada", "relation": "Prime Minister taking office in 2015", "gold_object": "Justin Trudeau", "prompt_text": "Could you answer this question: Who was the prime minister of Canada who took office in 2015?", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Canada", "relation": "Leader after Stephen Harper", "gold_object": "Justin Trudeau", "prompt_text": "Could you answer this question: Who became the leader of Canada after Stephen Harper?", "subject_aliases": ["CA"], "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 158, "fact_id": 158, "subject": "New Zealand", "relation": "Prime Minister taking office in 2017", "gold_object": "Jacinda Ardern", "prompt_text": "Could you answer this question: Who was the prime minister of New Zealand who took office in 2017?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 159, "fact_id": 159, "subject": "New Zealand", "relation": "Leader after Bill English", "gold_object": "Jacinda Ardern", "prompt_text": "Could you answer this question: Who became the leader of New Zealand after Bill English?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/noise/prompts_cloze.jsonl b/data/custom_databases/politicians/prompts/noise/prompts_cloze.jsonl new file mode 100644 index 0000000..259eed5 --- /dev/null +++ b/data/custom_databases/politicians/prompts/noise/prompts_cloze.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Donald Trump served the country ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Donald Trump was born in ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Donald Trump is associated with the political party ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Donald Trump is ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Donald Trump took their highest office in ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: Donald Trump's immediate predecessor was ____.", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Joe Biden served the country ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Complete the sentence with the missing fact: Joe Biden was born in ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Joe Biden is associated with the political party ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Joe Biden is ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Joe Biden took their highest office in ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: Joe Biden's immediate predecessor was ____.", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Barack Obama served the country ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Complete the sentence with the missing fact: Barack Obama was born in ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Barack Obama is associated with the political party ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Barack Obama is ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Barack Obama took their highest office in ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: Barack Obama's immediate predecessor was ____.", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris served the country ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris was born in ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris is associated with the political party ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Kamala Harris is ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris took their highest office in ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Complete the sentence with the missing fact: Kamala Harris's immediate predecessor was ____.", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton served the country ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton was born in ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton is associated with the political party ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Hillary Clinton is ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton took their highest office in ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Complete the sentence with the missing fact: Hillary Clinton's immediate predecessor was ____.", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: George W. Bush served the country ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: George W. Bush was born in ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: George W. Bush is associated with the political party ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by George W. Bush is ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Complete the sentence with the missing fact: George W. Bush took their highest office in ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: George W. Bush's immediate predecessor was ____.", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton served the country ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton was born in ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton is associated with the political party ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Bill Clinton is ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton took their highest office in ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Complete the sentence with the missing fact: Bill Clinton's immediate predecessor was ____.", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan served the country ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan was born in ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan is associated with the political party ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Ronald Reagan is ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan took their highest office in ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Complete the sentence with the missing fact: Ronald Reagan's immediate predecessor was ____.", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson served the country ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson was born in ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson is associated with the political party ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Boris Johnson is ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson took their highest office in ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: Boris Johnson's immediate predecessor was ____.", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Theresa May served the country ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Complete the sentence with the missing fact: Theresa May was born in ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Theresa May is associated with the political party ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Theresa May is ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Complete the sentence with the missing fact: Theresa May took their highest office in ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Complete the sentence with the missing fact: Theresa May's immediate predecessor was ____.", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak served the country ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak was born in ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak is associated with the political party ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Rishi Sunak is ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak took their highest office in ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Complete the sentence with the missing fact: Rishi Sunak's immediate predecessor was ____.", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer served the country ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer was born in ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer is associated with the political party ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Keir Starmer is ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer took their highest office in ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: Keir Starmer's immediate predecessor was ____.", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin served the country ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin was born in ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin is associated with the political party ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Vladimir Putin is ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin took their highest office in ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Complete the sentence with the missing fact: Vladimir Putin's immediate predecessor was ____.", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev served the country ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev was born in ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev is associated with the political party ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Dmitry Medvedev is ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev took their highest office in ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: Dmitry Medvedev's immediate predecessor was ____.", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping served the country ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping was born in ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping is associated with the political party ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Xi Jinping is ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping took their highest office in ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Complete the sentence with the missing fact: Xi Jinping's immediate predecessor was ____.", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi served the country ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi was born in ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi is associated with the political party ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Narendra Modi is ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi took their highest office in ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Complete the sentence with the missing fact: Narendra Modi's immediate predecessor was ____.", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron served the country ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron was born in ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron is associated with the political party ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Emmanuel Macron is ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron took their highest office in ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Complete the sentence with the missing fact: Emmanuel Macron's immediate predecessor was ____.", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel served the country ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel was born in ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel is associated with the political party ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Angela Merkel is ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel took their highest office in ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Complete the sentence with the missing fact: Angela Merkel's immediate predecessor was ____.", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau served the country ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau was born in ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau is associated with the political party ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Justin Trudeau is ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau took their highest office in ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Complete the sentence with the missing fact: Justin Trudeau's immediate predecessor was ____.", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern served the country ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern was born in ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern is associated with the political party ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Complete the sentence with the missing fact: The highest office held by Jacinda Ardern is ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern took their highest office in ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Complete the sentence with the missing fact: Jacinda Ardern's immediate predecessor was ____.", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Donald Trump administration", "relation": "Led By", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: The Donald Trump administration was led by ____.", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Donald Trump political era", "relation": "Figurehead", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Donald Trump political era was ____.", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States President taking office in 2017", "relation": "Officeholder", "gold_object": "Donald Trump", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United States President taking office in 2017 was ____.", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Joe Biden administration", "relation": "Led By", "gold_object": "Joe Biden", "prompt_text": "Complete the sentence with the missing fact: The Joe Biden administration was led by ____.", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Joe Biden political era", "relation": "Figurehead", "gold_object": "Joe Biden", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Joe Biden political era was ____.", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States President taking office in 2021", "relation": "Officeholder", "gold_object": "Joe Biden", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United States President taking office in 2021 was ____.", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Barack Obama administration", "relation": "Led By", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: The Barack Obama administration was led by ____.", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Barack Obama political era", "relation": "Figurehead", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Barack Obama political era was ____.", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States President taking office in 2009", "relation": "Officeholder", "gold_object": "Barack Obama", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United States President taking office in 2009 was ____.", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kamala Harris administration", "relation": "Led By", "gold_object": "Kamala Harris", "prompt_text": "Complete the sentence with the missing fact: The Kamala Harris administration was led by ____.", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Kamala Harris political era", "relation": "Figurehead", "gold_object": "Kamala Harris", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Kamala Harris political era was ____.", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States Vice President taking office in 2021", "relation": "Officeholder", "gold_object": "Kamala Harris", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United States Vice President taking office in 2021 was ____.", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Hillary Clinton administration", "relation": "Led By", "gold_object": "Hillary Clinton", "prompt_text": "Complete the sentence with the missing fact: The Hillary Clinton administration was led by ____.", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Hillary Clinton political era", "relation": "Figurehead", "gold_object": "Hillary Clinton", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Hillary Clinton political era was ____.", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States Secretary of State taking office in 2009", "relation": "Officeholder", "gold_object": "Hillary Clinton", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United States Secretary of State taking office in 2009 was ____.", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 135, "fact_id": 135, "subject": "George W. Bush administration", "relation": "Led By", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: The George W. Bush administration was led by ____.", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 136, "fact_id": 136, "subject": "George W. Bush political era", "relation": "Figurehead", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the George W. Bush political era was ____.", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United States President taking office in 2001", "relation": "Officeholder", "gold_object": "George W. Bush", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United States President taking office in 2001 was ____.", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Bill Clinton administration", "relation": "Led By", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: The Bill Clinton administration was led by ____.", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Bill Clinton political era", "relation": "Figurehead", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Bill Clinton political era was ____.", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United States President taking office in 1993", "relation": "Officeholder", "gold_object": "Bill Clinton", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United States President taking office in 1993 was ____.", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Ronald Reagan administration", "relation": "Led By", "gold_object": "Ronald Reagan", "prompt_text": "Complete the sentence with the missing fact: The Ronald Reagan administration was led by ____.", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Ronald Reagan political era", "relation": "Figurehead", "gold_object": "Ronald Reagan", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Ronald Reagan political era was ____.", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United States President taking office in 1981", "relation": "Officeholder", "gold_object": "Ronald Reagan", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United States President taking office in 1981 was ____.", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Boris Johnson administration", "relation": "Led By", "gold_object": "Boris Johnson", "prompt_text": "Complete the sentence with the missing fact: The Boris Johnson administration was led by ____.", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Boris Johnson political era", "relation": "Figurehead", "gold_object": "Boris Johnson", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Boris Johnson political era was ____.", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 146, "fact_id": 146, "subject": "United Kingdom Prime Minister taking office in 2019", "relation": "Officeholder", "gold_object": "Boris Johnson", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United Kingdom Prime Minister taking office in 2019 was ____.", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Theresa May administration", "relation": "Led By", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: The Theresa May administration was led by ____.", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Theresa May political era", "relation": "Figurehead", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Theresa May political era was ____.", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 149, "fact_id": 149, "subject": "United Kingdom Prime Minister taking office in 2016", "relation": "Officeholder", "gold_object": "Theresa May", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United Kingdom Prime Minister taking office in 2016 was ____.", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Rishi Sunak administration", "relation": "Led By", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: The Rishi Sunak administration was led by ____.", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Rishi Sunak political era", "relation": "Figurehead", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Rishi Sunak political era was ____.", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "United Kingdom Prime Minister taking office in 2022", "relation": "Officeholder", "gold_object": "Rishi Sunak", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United Kingdom Prime Minister taking office in 2022 was ____.", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Keir Starmer administration", "relation": "Led By", "gold_object": "Keir Starmer", "prompt_text": "Complete the sentence with the missing fact: The Keir Starmer administration was led by ____.", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Keir Starmer political era", "relation": "Figurehead", "gold_object": "Keir Starmer", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Keir Starmer political era was ____.", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United Kingdom Prime Minister taking office in 2024", "relation": "Officeholder", "gold_object": "Keir Starmer", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by United Kingdom Prime Minister taking office in 2024 was ____.", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Vladimir Putin administration", "relation": "Led By", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: The Vladimir Putin administration was led by ____.", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Vladimir Putin political era", "relation": "Figurehead", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Vladimir Putin political era was ____.", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Russia President taking office in 2000", "relation": "Officeholder", "gold_object": "Vladimir Putin", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by Russia President taking office in 2000 was ____.", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry Medvedev administration", "relation": "Led By", "gold_object": "Dmitry Medvedev", "prompt_text": "Complete the sentence with the missing fact: The Dmitry Medvedev administration was led by ____.", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Dmitry Medvedev political era", "relation": "Figurehead", "gold_object": "Dmitry Medvedev", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Dmitry Medvedev political era was ____.", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Russia President taking office in 2008", "relation": "Officeholder", "gold_object": "Dmitry Medvedev", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by Russia President taking office in 2008 was ____.", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Xi Jinping administration", "relation": "Led By", "gold_object": "Xi Jinping", "prompt_text": "Complete the sentence with the missing fact: The Xi Jinping administration was led by ____.", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Xi Jinping political era", "relation": "Figurehead", "gold_object": "Xi Jinping", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Xi Jinping political era was ____.", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 164, "fact_id": 164, "subject": "China President taking office in 2013", "relation": "Officeholder", "gold_object": "Xi Jinping", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by China President taking office in 2013 was ____.", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Narendra Modi administration", "relation": "Led By", "gold_object": "Narendra Modi", "prompt_text": "Complete the sentence with the missing fact: The Narendra Modi administration was led by ____.", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Narendra Modi political era", "relation": "Figurehead", "gold_object": "Narendra Modi", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Narendra Modi political era was ____.", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 167, "fact_id": 167, "subject": "India Prime Minister taking office in 2014", "relation": "Officeholder", "gold_object": "Narendra Modi", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by India Prime Minister taking office in 2014 was ____.", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Emmanuel Macron administration", "relation": "Led By", "gold_object": "Emmanuel Macron", "prompt_text": "Complete the sentence with the missing fact: The Emmanuel Macron administration was led by ____.", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Emmanuel Macron political era", "relation": "Figurehead", "gold_object": "Emmanuel Macron", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Emmanuel Macron political era was ____.", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 170, "fact_id": 170, "subject": "France President taking office in 2017", "relation": "Officeholder", "gold_object": "Emmanuel Macron", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by France President taking office in 2017 was ____.", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Angela Merkel administration", "relation": "Led By", "gold_object": "Angela Merkel", "prompt_text": "Complete the sentence with the missing fact: The Angela Merkel administration was led by ____.", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Angela Merkel political era", "relation": "Figurehead", "gold_object": "Angela Merkel", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Angela Merkel political era was ____.", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Germany Chancellor taking office in 2005", "relation": "Officeholder", "gold_object": "Angela Merkel", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by Germany Chancellor taking office in 2005 was ____.", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Justin Trudeau administration", "relation": "Led By", "gold_object": "Justin Trudeau", "prompt_text": "Complete the sentence with the missing fact: The Justin Trudeau administration was led by ____.", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Justin Trudeau political era", "relation": "Figurehead", "gold_object": "Justin Trudeau", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Justin Trudeau political era was ____.", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Canada Prime Minister taking office in 2015", "relation": "Officeholder", "gold_object": "Justin Trudeau", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by Canada Prime Minister taking office in 2015 was ____.", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Jacinda Ardern administration", "relation": "Led By", "gold_object": "Jacinda Ardern", "prompt_text": "Complete the sentence with the missing fact: The Jacinda Ardern administration was led by ____.", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Jacinda Ardern political era", "relation": "Figurehead", "gold_object": "Jacinda Ardern", "prompt_text": "Complete the sentence with the missing fact: The figurehead of the Jacinda Ardern political era was ____.", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 179, "fact_id": 179, "subject": "New Zealand Prime Minister taking office in 2017", "relation": "Officeholder", "gold_object": "Jacinda Ardern", "prompt_text": "Complete the sentence with the missing fact: The officeholder described by New Zealand Prime Minister taking office in 2017 was ____.", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/noise/prompts_contextual_questions.jsonl b/data/custom_databases/politicians/prompts/noise/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..9bed742 --- /dev/null +++ b/data/custom_databases/politicians/prompts/noise/prompts_contextual_questions.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump. Answer with a short factual phrase.\nQuestion: Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden. Answer with a short factual phrase.\nQuestion: Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama. Answer with a short factual phrase.\nQuestion: Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris. Answer with a short factual phrase.\nQuestion: Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton. Answer with a short factual phrase.\nQuestion: Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush. Answer with a short factual phrase.\nQuestion: Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton. Answer with a short factual phrase.\nQuestion: Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan. Answer with a short factual phrase.\nQuestion: Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson. Answer with a short factual phrase.\nQuestion: Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May. Answer with a short factual phrase.\nQuestion: Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak. Answer with a short factual phrase.\nQuestion: Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer. Answer with a short factual phrase.\nQuestion: Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin. Answer with a short factual phrase.\nQuestion: Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev. Answer with a short factual phrase.\nQuestion: Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping. Answer with a short factual phrase.\nQuestion: Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi. Answer with a short factual phrase.\nQuestion: Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron. Answer with a short factual phrase.\nQuestion: Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel. Answer with a short factual phrase.\nQuestion: Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau. Answer with a short factual phrase.\nQuestion: Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern. Answer with a short factual phrase.\nQuestion: Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Donald Trump administration", "relation": "Led By", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump administration. Answer with a short factual phrase.\nQuestion: Who led the Donald Trump administration?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Donald Trump political era", "relation": "Figurehead", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for Donald Trump political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Donald Trump political era?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States President taking office in 2017", "relation": "Officeholder", "gold_object": "Donald Trump", "prompt_text": "Context: I am compiling a concise factual profile for United States President taking office in 2017. Answer with a short factual phrase.\nQuestion: Who held the office described by United States President taking office in 2017?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Joe Biden administration", "relation": "Led By", "gold_object": "Joe Biden", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden administration. Answer with a short factual phrase.\nQuestion: Who led the Joe Biden administration?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Joe Biden political era", "relation": "Figurehead", "gold_object": "Joe Biden", "prompt_text": "Context: I am compiling a concise factual profile for Joe Biden political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Joe Biden political era?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States President taking office in 2021", "relation": "Officeholder", "gold_object": "Joe Biden", "prompt_text": "Context: I am compiling a concise factual profile for United States President taking office in 2021. Answer with a short factual phrase.\nQuestion: Who held the office described by United States President taking office in 2021?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Barack Obama administration", "relation": "Led By", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama administration. Answer with a short factual phrase.\nQuestion: Who led the Barack Obama administration?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Barack Obama political era", "relation": "Figurehead", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for Barack Obama political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Barack Obama political era?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States President taking office in 2009", "relation": "Officeholder", "gold_object": "Barack Obama", "prompt_text": "Context: I am compiling a concise factual profile for United States President taking office in 2009. Answer with a short factual phrase.\nQuestion: Who held the office described by United States President taking office in 2009?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kamala Harris administration", "relation": "Led By", "gold_object": "Kamala Harris", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris administration. Answer with a short factual phrase.\nQuestion: Who led the Kamala Harris administration?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Kamala Harris political era", "relation": "Figurehead", "gold_object": "Kamala Harris", "prompt_text": "Context: I am compiling a concise factual profile for Kamala Harris political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Kamala Harris political era?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States Vice President taking office in 2021", "relation": "Officeholder", "gold_object": "Kamala Harris", "prompt_text": "Context: I am compiling a concise factual profile for United States Vice President taking office in 2021. Answer with a short factual phrase.\nQuestion: Who held the office described by United States Vice President taking office in 2021?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Hillary Clinton administration", "relation": "Led By", "gold_object": "Hillary Clinton", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton administration. Answer with a short factual phrase.\nQuestion: Who led the Hillary Clinton administration?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Hillary Clinton political era", "relation": "Figurehead", "gold_object": "Hillary Clinton", "prompt_text": "Context: I am compiling a concise factual profile for Hillary Clinton political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Hillary Clinton political era?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States Secretary of State taking office in 2009", "relation": "Officeholder", "gold_object": "Hillary Clinton", "prompt_text": "Context: I am compiling a concise factual profile for United States Secretary of State taking office in 2009. Answer with a short factual phrase.\nQuestion: Who held the office described by United States Secretary of State taking office in 2009?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 135, "fact_id": 135, "subject": "George W. Bush administration", "relation": "Led By", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush administration. Answer with a short factual phrase.\nQuestion: Who led the George W. Bush administration?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 136, "fact_id": 136, "subject": "George W. Bush political era", "relation": "Figurehead", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for George W. Bush political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the George W. Bush political era?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United States President taking office in 2001", "relation": "Officeholder", "gold_object": "George W. Bush", "prompt_text": "Context: I am compiling a concise factual profile for United States President taking office in 2001. Answer with a short factual phrase.\nQuestion: Who held the office described by United States President taking office in 2001?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Bill Clinton administration", "relation": "Led By", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton administration. Answer with a short factual phrase.\nQuestion: Who led the Bill Clinton administration?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Bill Clinton political era", "relation": "Figurehead", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for Bill Clinton political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Bill Clinton political era?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United States President taking office in 1993", "relation": "Officeholder", "gold_object": "Bill Clinton", "prompt_text": "Context: I am compiling a concise factual profile for United States President taking office in 1993. Answer with a short factual phrase.\nQuestion: Who held the office described by United States President taking office in 1993?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Ronald Reagan administration", "relation": "Led By", "gold_object": "Ronald Reagan", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan administration. Answer with a short factual phrase.\nQuestion: Who led the Ronald Reagan administration?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Ronald Reagan political era", "relation": "Figurehead", "gold_object": "Ronald Reagan", "prompt_text": "Context: I am compiling a concise factual profile for Ronald Reagan political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Ronald Reagan political era?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United States President taking office in 1981", "relation": "Officeholder", "gold_object": "Ronald Reagan", "prompt_text": "Context: I am compiling a concise factual profile for United States President taking office in 1981. Answer with a short factual phrase.\nQuestion: Who held the office described by United States President taking office in 1981?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Boris Johnson administration", "relation": "Led By", "gold_object": "Boris Johnson", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson administration. Answer with a short factual phrase.\nQuestion: Who led the Boris Johnson administration?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Boris Johnson political era", "relation": "Figurehead", "gold_object": "Boris Johnson", "prompt_text": "Context: I am compiling a concise factual profile for Boris Johnson political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Boris Johnson political era?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 146, "fact_id": 146, "subject": "United Kingdom Prime Minister taking office in 2019", "relation": "Officeholder", "gold_object": "Boris Johnson", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom Prime Minister taking office in 2019. Answer with a short factual phrase.\nQuestion: Who held the office described by United Kingdom Prime Minister taking office in 2019?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Theresa May administration", "relation": "Led By", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May administration. Answer with a short factual phrase.\nQuestion: Who led the Theresa May administration?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Theresa May political era", "relation": "Figurehead", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for Theresa May political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Theresa May political era?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 149, "fact_id": 149, "subject": "United Kingdom Prime Minister taking office in 2016", "relation": "Officeholder", "gold_object": "Theresa May", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom Prime Minister taking office in 2016. Answer with a short factual phrase.\nQuestion: Who held the office described by United Kingdom Prime Minister taking office in 2016?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Rishi Sunak administration", "relation": "Led By", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak administration. Answer with a short factual phrase.\nQuestion: Who led the Rishi Sunak administration?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Rishi Sunak political era", "relation": "Figurehead", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for Rishi Sunak political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Rishi Sunak political era?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "United Kingdom Prime Minister taking office in 2022", "relation": "Officeholder", "gold_object": "Rishi Sunak", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom Prime Minister taking office in 2022. Answer with a short factual phrase.\nQuestion: Who held the office described by United Kingdom Prime Minister taking office in 2022?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Keir Starmer administration", "relation": "Led By", "gold_object": "Keir Starmer", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer administration. Answer with a short factual phrase.\nQuestion: Who led the Keir Starmer administration?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Keir Starmer political era", "relation": "Figurehead", "gold_object": "Keir Starmer", "prompt_text": "Context: I am compiling a concise factual profile for Keir Starmer political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Keir Starmer political era?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United Kingdom Prime Minister taking office in 2024", "relation": "Officeholder", "gold_object": "Keir Starmer", "prompt_text": "Context: I am compiling a concise factual profile for United Kingdom Prime Minister taking office in 2024. Answer with a short factual phrase.\nQuestion: Who held the office described by United Kingdom Prime Minister taking office in 2024?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Vladimir Putin administration", "relation": "Led By", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin administration. Answer with a short factual phrase.\nQuestion: Who led the Vladimir Putin administration?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Vladimir Putin political era", "relation": "Figurehead", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Vladimir Putin political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Vladimir Putin political era?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Russia President taking office in 2000", "relation": "Officeholder", "gold_object": "Vladimir Putin", "prompt_text": "Context: I am compiling a concise factual profile for Russia President taking office in 2000. Answer with a short factual phrase.\nQuestion: Who held the office described by Russia President taking office in 2000?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry Medvedev administration", "relation": "Led By", "gold_object": "Dmitry Medvedev", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev administration. Answer with a short factual phrase.\nQuestion: Who led the Dmitry Medvedev administration?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Dmitry Medvedev political era", "relation": "Figurehead", "gold_object": "Dmitry Medvedev", "prompt_text": "Context: I am compiling a concise factual profile for Dmitry Medvedev political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Dmitry Medvedev political era?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Russia President taking office in 2008", "relation": "Officeholder", "gold_object": "Dmitry Medvedev", "prompt_text": "Context: I am compiling a concise factual profile for Russia President taking office in 2008. Answer with a short factual phrase.\nQuestion: Who held the office described by Russia President taking office in 2008?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Xi Jinping administration", "relation": "Led By", "gold_object": "Xi Jinping", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping administration. Answer with a short factual phrase.\nQuestion: Who led the Xi Jinping administration?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Xi Jinping political era", "relation": "Figurehead", "gold_object": "Xi Jinping", "prompt_text": "Context: I am compiling a concise factual profile for Xi Jinping political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Xi Jinping political era?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 164, "fact_id": 164, "subject": "China President taking office in 2013", "relation": "Officeholder", "gold_object": "Xi Jinping", "prompt_text": "Context: I am compiling a concise factual profile for China President taking office in 2013. Answer with a short factual phrase.\nQuestion: Who held the office described by China President taking office in 2013?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Narendra Modi administration", "relation": "Led By", "gold_object": "Narendra Modi", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi administration. Answer with a short factual phrase.\nQuestion: Who led the Narendra Modi administration?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Narendra Modi political era", "relation": "Figurehead", "gold_object": "Narendra Modi", "prompt_text": "Context: I am compiling a concise factual profile for Narendra Modi political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Narendra Modi political era?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 167, "fact_id": 167, "subject": "India Prime Minister taking office in 2014", "relation": "Officeholder", "gold_object": "Narendra Modi", "prompt_text": "Context: I am compiling a concise factual profile for India Prime Minister taking office in 2014. Answer with a short factual phrase.\nQuestion: Who held the office described by India Prime Minister taking office in 2014?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Emmanuel Macron administration", "relation": "Led By", "gold_object": "Emmanuel Macron", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron administration. Answer with a short factual phrase.\nQuestion: Who led the Emmanuel Macron administration?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Emmanuel Macron political era", "relation": "Figurehead", "gold_object": "Emmanuel Macron", "prompt_text": "Context: I am compiling a concise factual profile for Emmanuel Macron political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Emmanuel Macron political era?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 170, "fact_id": 170, "subject": "France President taking office in 2017", "relation": "Officeholder", "gold_object": "Emmanuel Macron", "prompt_text": "Context: I am compiling a concise factual profile for France President taking office in 2017. Answer with a short factual phrase.\nQuestion: Who held the office described by France President taking office in 2017?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Angela Merkel administration", "relation": "Led By", "gold_object": "Angela Merkel", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel administration. Answer with a short factual phrase.\nQuestion: Who led the Angela Merkel administration?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Angela Merkel political era", "relation": "Figurehead", "gold_object": "Angela Merkel", "prompt_text": "Context: I am compiling a concise factual profile for Angela Merkel political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Angela Merkel political era?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Germany Chancellor taking office in 2005", "relation": "Officeholder", "gold_object": "Angela Merkel", "prompt_text": "Context: I am compiling a concise factual profile for Germany Chancellor taking office in 2005. Answer with a short factual phrase.\nQuestion: Who held the office described by Germany Chancellor taking office in 2005?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Justin Trudeau administration", "relation": "Led By", "gold_object": "Justin Trudeau", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau administration. Answer with a short factual phrase.\nQuestion: Who led the Justin Trudeau administration?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Justin Trudeau political era", "relation": "Figurehead", "gold_object": "Justin Trudeau", "prompt_text": "Context: I am compiling a concise factual profile for Justin Trudeau political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Justin Trudeau political era?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Canada Prime Minister taking office in 2015", "relation": "Officeholder", "gold_object": "Justin Trudeau", "prompt_text": "Context: I am compiling a concise factual profile for Canada Prime Minister taking office in 2015. Answer with a short factual phrase.\nQuestion: Who held the office described by Canada Prime Minister taking office in 2015?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Jacinda Ardern administration", "relation": "Led By", "gold_object": "Jacinda Ardern", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern administration. Answer with a short factual phrase.\nQuestion: Who led the Jacinda Ardern administration?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Jacinda Ardern political era", "relation": "Figurehead", "gold_object": "Jacinda Ardern", "prompt_text": "Context: I am compiling a concise factual profile for Jacinda Ardern political era. Answer with a short factual phrase.\nQuestion: Who was the figurehead of the Jacinda Ardern political era?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 179, "fact_id": 179, "subject": "New Zealand Prime Minister taking office in 2017", "relation": "Officeholder", "gold_object": "Jacinda Ardern", "prompt_text": "Context: I am compiling a concise factual profile for New Zealand Prime Minister taking office in 2017. Answer with a short factual phrase.\nQuestion: Who held the office described by New Zealand Prime Minister taking office in 2017?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/noise/prompts_continuations.jsonl b/data/custom_databases/politicians/prompts/noise/prompts_continuations.jsonl new file mode 100644 index 0000000..c774908 --- /dev/null +++ b/data/custom_databases/politicians/prompts/noise/prompts_continuations.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Donald Trump. Donald Trump served the country", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about Donald Trump. Donald Trump was born in", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Donald Trump. Donald Trump is associated with the political party", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Donald Trump. The highest office held by Donald Trump is", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Donald Trump. Donald Trump took their highest office in", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Tell me about Donald Trump. Donald Trump's immediate predecessor was", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Joe Biden. Joe Biden served the country", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Tell me about Joe Biden. Joe Biden was born in", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Joe Biden. Joe Biden is associated with the political party", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Joe Biden. The highest office held by Joe Biden is", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Tell me about Joe Biden. Joe Biden took their highest office in", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Tell me about Joe Biden. Joe Biden's immediate predecessor was", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Barack Obama. Barack Obama served the country", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Tell me about Barack Obama. Barack Obama was born in", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Barack Obama. Barack Obama is associated with the political party", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Barack Obama. The highest office held by Barack Obama is", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Tell me about Barack Obama. Barack Obama took their highest office in", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Tell me about Barack Obama. Barack Obama's immediate predecessor was", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Kamala Harris. Kamala Harris served the country", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Tell me about Kamala Harris. Kamala Harris was born in", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Kamala Harris. Kamala Harris is associated with the political party", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Tell me about Kamala Harris. The highest office held by Kamala Harris is", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Tell me about Kamala Harris. Kamala Harris took their highest office in", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Tell me about Kamala Harris. Kamala Harris's immediate predecessor was", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton served the country", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton was born in", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton is associated with the political party", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Tell me about Hillary Clinton. The highest office held by Hillary Clinton is", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton took their highest office in", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Tell me about Hillary Clinton. Hillary Clinton's immediate predecessor was", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about George W. Bush. George W. Bush served the country", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about George W. Bush. George W. Bush was born in", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about George W. Bush. George W. Bush is associated with the political party", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about George W. Bush. The highest office held by George W. Bush is", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Tell me about George W. Bush. George W. Bush took their highest office in", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Tell me about George W. Bush. George W. Bush's immediate predecessor was", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Bill Clinton. Bill Clinton served the country", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Tell me about Bill Clinton. Bill Clinton was born in", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Tell me about Bill Clinton. Bill Clinton is associated with the political party", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Bill Clinton. The highest office held by Bill Clinton is", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Tell me about Bill Clinton. Bill Clinton took their highest office in", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Tell me about Bill Clinton. Bill Clinton's immediate predecessor was", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan served the country", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan was born in", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan is associated with the political party", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Ronald Reagan. The highest office held by Ronald Reagan is", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan took their highest office in", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Tell me about Ronald Reagan. Ronald Reagan's immediate predecessor was", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Boris Johnson. Boris Johnson served the country", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Tell me about Boris Johnson. Boris Johnson was born in", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Boris Johnson. Boris Johnson is associated with the political party", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Boris Johnson. The highest office held by Boris Johnson is", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Tell me about Boris Johnson. Boris Johnson took their highest office in", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Tell me about Boris Johnson. Boris Johnson's immediate predecessor was", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Theresa May. Theresa May served the country", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Tell me about Theresa May. Theresa May was born in", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Theresa May. Theresa May is associated with the political party", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Theresa May. The highest office held by Theresa May is", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Tell me about Theresa May. Theresa May took their highest office in", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Tell me about Theresa May. Theresa May's immediate predecessor was", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak served the country", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak was born in", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak is associated with the political party", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Rishi Sunak. The highest office held by Rishi Sunak is", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak took their highest office in", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Tell me about Rishi Sunak. Rishi Sunak's immediate predecessor was", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Tell me about Keir Starmer. Keir Starmer served the country", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Tell me about Keir Starmer. Keir Starmer was born in", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Tell me about Keir Starmer. Keir Starmer is associated with the political party", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Keir Starmer. The highest office held by Keir Starmer is", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Tell me about Keir Starmer. Keir Starmer took their highest office in", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about Keir Starmer. Keir Starmer's immediate predecessor was", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin served the country", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin was born in", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin is associated with the political party", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Vladimir Putin. The highest office held by Vladimir Putin is", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin took their highest office in", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Tell me about Vladimir Putin. Vladimir Putin's immediate predecessor was", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev served the country", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev was born in", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev is associated with the political party", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Dmitry Medvedev. The highest office held by Dmitry Medvedev is", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev took their highest office in", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Dmitry Medvedev. Dmitry Medvedev's immediate predecessor was", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Tell me about Xi Jinping. Xi Jinping served the country", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Tell me about Xi Jinping. Xi Jinping was born in", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Tell me about Xi Jinping. Xi Jinping is associated with the political party", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Xi Jinping. The highest office held by Xi Jinping is", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Tell me about Xi Jinping. Xi Jinping took their highest office in", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Tell me about Xi Jinping. Xi Jinping's immediate predecessor was", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Tell me about Narendra Modi. Narendra Modi served the country", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Tell me about Narendra Modi. Narendra Modi was born in", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Tell me about Narendra Modi. Narendra Modi is associated with the political party", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Narendra Modi. The highest office held by Narendra Modi is", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Tell me about Narendra Modi. Narendra Modi took their highest office in", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Tell me about Narendra Modi. Narendra Modi's immediate predecessor was", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron served the country", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron was born in", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron is associated with the political party", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Tell me about Emmanuel Macron. The highest office held by Emmanuel Macron is", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron took their highest office in", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Tell me about Emmanuel Macron. Emmanuel Macron's immediate predecessor was", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Tell me about Angela Merkel. Angela Merkel served the country", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Tell me about Angela Merkel. Angela Merkel was born in", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Tell me about Angela Merkel. Angela Merkel is associated with the political party", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Tell me about Angela Merkel. The highest office held by Angela Merkel is", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Tell me about Angela Merkel. Angela Merkel took their highest office in", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Tell me about Angela Merkel. Angela Merkel's immediate predecessor was", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau served the country", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau was born in", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau is associated with the political party", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Justin Trudeau. The highest office held by Justin Trudeau is", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau took their highest office in", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Tell me about Justin Trudeau. Justin Trudeau's immediate predecessor was", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern served the country", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern was born in", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern is associated with the political party", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Tell me about Jacinda Ardern. The highest office held by Jacinda Ardern is", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern took their highest office in", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Tell me about Jacinda Ardern. Jacinda Ardern's immediate predecessor was", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Donald Trump administration", "relation": "Led By", "gold_object": "Donald Trump", "prompt_text": "Tell me about Donald Trump administration. The Donald Trump administration was led by", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Donald Trump political era", "relation": "Figurehead", "gold_object": "Donald Trump", "prompt_text": "Tell me about Donald Trump political era. The figurehead of the Donald Trump political era was", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States President taking office in 2017", "relation": "Officeholder", "gold_object": "Donald Trump", "prompt_text": "Tell me about United States President taking office in 2017. The officeholder described by United States President taking office in 2017 was", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Joe Biden administration", "relation": "Led By", "gold_object": "Joe Biden", "prompt_text": "Tell me about Joe Biden administration. The Joe Biden administration was led by", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Joe Biden political era", "relation": "Figurehead", "gold_object": "Joe Biden", "prompt_text": "Tell me about Joe Biden political era. The figurehead of the Joe Biden political era was", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States President taking office in 2021", "relation": "Officeholder", "gold_object": "Joe Biden", "prompt_text": "Tell me about United States President taking office in 2021. The officeholder described by United States President taking office in 2021 was", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Barack Obama administration", "relation": "Led By", "gold_object": "Barack Obama", "prompt_text": "Tell me about Barack Obama administration. The Barack Obama administration was led by", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Barack Obama political era", "relation": "Figurehead", "gold_object": "Barack Obama", "prompt_text": "Tell me about Barack Obama political era. The figurehead of the Barack Obama political era was", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States President taking office in 2009", "relation": "Officeholder", "gold_object": "Barack Obama", "prompt_text": "Tell me about United States President taking office in 2009. The officeholder described by United States President taking office in 2009 was", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kamala Harris administration", "relation": "Led By", "gold_object": "Kamala Harris", "prompt_text": "Tell me about Kamala Harris administration. The Kamala Harris administration was led by", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Kamala Harris political era", "relation": "Figurehead", "gold_object": "Kamala Harris", "prompt_text": "Tell me about Kamala Harris political era. The figurehead of the Kamala Harris political era was", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States Vice President taking office in 2021", "relation": "Officeholder", "gold_object": "Kamala Harris", "prompt_text": "Tell me about United States Vice President taking office in 2021. The officeholder described by United States Vice President taking office in 2021 was", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Hillary Clinton administration", "relation": "Led By", "gold_object": "Hillary Clinton", "prompt_text": "Tell me about Hillary Clinton administration. The Hillary Clinton administration was led by", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Hillary Clinton political era", "relation": "Figurehead", "gold_object": "Hillary Clinton", "prompt_text": "Tell me about Hillary Clinton political era. The figurehead of the Hillary Clinton political era was", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States Secretary of State taking office in 2009", "relation": "Officeholder", "gold_object": "Hillary Clinton", "prompt_text": "Tell me about United States Secretary of State taking office in 2009. The officeholder described by United States Secretary of State taking office in 2009 was", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 135, "fact_id": 135, "subject": "George W. Bush administration", "relation": "Led By", "gold_object": "George W. Bush", "prompt_text": "Tell me about George W. Bush administration. The George W. Bush administration was led by", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 136, "fact_id": 136, "subject": "George W. Bush political era", "relation": "Figurehead", "gold_object": "George W. Bush", "prompt_text": "Tell me about George W. Bush political era. The figurehead of the George W. Bush political era was", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United States President taking office in 2001", "relation": "Officeholder", "gold_object": "George W. Bush", "prompt_text": "Tell me about United States President taking office in 2001. The officeholder described by United States President taking office in 2001 was", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Bill Clinton administration", "relation": "Led By", "gold_object": "Bill Clinton", "prompt_text": "Tell me about Bill Clinton administration. The Bill Clinton administration was led by", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Bill Clinton political era", "relation": "Figurehead", "gold_object": "Bill Clinton", "prompt_text": "Tell me about Bill Clinton political era. The figurehead of the Bill Clinton political era was", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United States President taking office in 1993", "relation": "Officeholder", "gold_object": "Bill Clinton", "prompt_text": "Tell me about United States President taking office in 1993. The officeholder described by United States President taking office in 1993 was", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Ronald Reagan administration", "relation": "Led By", "gold_object": "Ronald Reagan", "prompt_text": "Tell me about Ronald Reagan administration. The Ronald Reagan administration was led by", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Ronald Reagan political era", "relation": "Figurehead", "gold_object": "Ronald Reagan", "prompt_text": "Tell me about Ronald Reagan political era. The figurehead of the Ronald Reagan political era was", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United States President taking office in 1981", "relation": "Officeholder", "gold_object": "Ronald Reagan", "prompt_text": "Tell me about United States President taking office in 1981. The officeholder described by United States President taking office in 1981 was", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Boris Johnson administration", "relation": "Led By", "gold_object": "Boris Johnson", "prompt_text": "Tell me about Boris Johnson administration. The Boris Johnson administration was led by", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Boris Johnson political era", "relation": "Figurehead", "gold_object": "Boris Johnson", "prompt_text": "Tell me about Boris Johnson political era. The figurehead of the Boris Johnson political era was", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 146, "fact_id": 146, "subject": "United Kingdom Prime Minister taking office in 2019", "relation": "Officeholder", "gold_object": "Boris Johnson", "prompt_text": "Tell me about United Kingdom Prime Minister taking office in 2019. The officeholder described by United Kingdom Prime Minister taking office in 2019 was", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Theresa May administration", "relation": "Led By", "gold_object": "Theresa May", "prompt_text": "Tell me about Theresa May administration. The Theresa May administration was led by", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Theresa May political era", "relation": "Figurehead", "gold_object": "Theresa May", "prompt_text": "Tell me about Theresa May political era. The figurehead of the Theresa May political era was", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 149, "fact_id": 149, "subject": "United Kingdom Prime Minister taking office in 2016", "relation": "Officeholder", "gold_object": "Theresa May", "prompt_text": "Tell me about United Kingdom Prime Minister taking office in 2016. The officeholder described by United Kingdom Prime Minister taking office in 2016 was", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Rishi Sunak administration", "relation": "Led By", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about Rishi Sunak administration. The Rishi Sunak administration was led by", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Rishi Sunak political era", "relation": "Figurehead", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about Rishi Sunak political era. The figurehead of the Rishi Sunak political era was", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "United Kingdom Prime Minister taking office in 2022", "relation": "Officeholder", "gold_object": "Rishi Sunak", "prompt_text": "Tell me about United Kingdom Prime Minister taking office in 2022. The officeholder described by United Kingdom Prime Minister taking office in 2022 was", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Keir Starmer administration", "relation": "Led By", "gold_object": "Keir Starmer", "prompt_text": "Tell me about Keir Starmer administration. The Keir Starmer administration was led by", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Keir Starmer political era", "relation": "Figurehead", "gold_object": "Keir Starmer", "prompt_text": "Tell me about Keir Starmer political era. The figurehead of the Keir Starmer political era was", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United Kingdom Prime Minister taking office in 2024", "relation": "Officeholder", "gold_object": "Keir Starmer", "prompt_text": "Tell me about United Kingdom Prime Minister taking office in 2024. The officeholder described by United Kingdom Prime Minister taking office in 2024 was", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Vladimir Putin administration", "relation": "Led By", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Vladimir Putin administration. The Vladimir Putin administration was led by", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Vladimir Putin political era", "relation": "Figurehead", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Vladimir Putin political era. The figurehead of the Vladimir Putin political era was", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Russia President taking office in 2000", "relation": "Officeholder", "gold_object": "Vladimir Putin", "prompt_text": "Tell me about Russia President taking office in 2000. The officeholder described by Russia President taking office in 2000 was", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry Medvedev administration", "relation": "Led By", "gold_object": "Dmitry Medvedev", "prompt_text": "Tell me about Dmitry Medvedev administration. The Dmitry Medvedev administration was led by", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Dmitry Medvedev political era", "relation": "Figurehead", "gold_object": "Dmitry Medvedev", "prompt_text": "Tell me about Dmitry Medvedev political era. The figurehead of the Dmitry Medvedev political era was", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Russia President taking office in 2008", "relation": "Officeholder", "gold_object": "Dmitry Medvedev", "prompt_text": "Tell me about Russia President taking office in 2008. The officeholder described by Russia President taking office in 2008 was", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Xi Jinping administration", "relation": "Led By", "gold_object": "Xi Jinping", "prompt_text": "Tell me about Xi Jinping administration. The Xi Jinping administration was led by", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Xi Jinping political era", "relation": "Figurehead", "gold_object": "Xi Jinping", "prompt_text": "Tell me about Xi Jinping political era. The figurehead of the Xi Jinping political era was", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 164, "fact_id": 164, "subject": "China President taking office in 2013", "relation": "Officeholder", "gold_object": "Xi Jinping", "prompt_text": "Tell me about China President taking office in 2013. The officeholder described by China President taking office in 2013 was", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Narendra Modi administration", "relation": "Led By", "gold_object": "Narendra Modi", "prompt_text": "Tell me about Narendra Modi administration. The Narendra Modi administration was led by", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Narendra Modi political era", "relation": "Figurehead", "gold_object": "Narendra Modi", "prompt_text": "Tell me about Narendra Modi political era. The figurehead of the Narendra Modi political era was", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 167, "fact_id": 167, "subject": "India Prime Minister taking office in 2014", "relation": "Officeholder", "gold_object": "Narendra Modi", "prompt_text": "Tell me about India Prime Minister taking office in 2014. The officeholder described by India Prime Minister taking office in 2014 was", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Emmanuel Macron administration", "relation": "Led By", "gold_object": "Emmanuel Macron", "prompt_text": "Tell me about Emmanuel Macron administration. The Emmanuel Macron administration was led by", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Emmanuel Macron political era", "relation": "Figurehead", "gold_object": "Emmanuel Macron", "prompt_text": "Tell me about Emmanuel Macron political era. The figurehead of the Emmanuel Macron political era was", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 170, "fact_id": 170, "subject": "France President taking office in 2017", "relation": "Officeholder", "gold_object": "Emmanuel Macron", "prompt_text": "Tell me about France President taking office in 2017. The officeholder described by France President taking office in 2017 was", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Angela Merkel administration", "relation": "Led By", "gold_object": "Angela Merkel", "prompt_text": "Tell me about Angela Merkel administration. The Angela Merkel administration was led by", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Angela Merkel political era", "relation": "Figurehead", "gold_object": "Angela Merkel", "prompt_text": "Tell me about Angela Merkel political era. The figurehead of the Angela Merkel political era was", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Germany Chancellor taking office in 2005", "relation": "Officeholder", "gold_object": "Angela Merkel", "prompt_text": "Tell me about Germany Chancellor taking office in 2005. The officeholder described by Germany Chancellor taking office in 2005 was", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Justin Trudeau administration", "relation": "Led By", "gold_object": "Justin Trudeau", "prompt_text": "Tell me about Justin Trudeau administration. The Justin Trudeau administration was led by", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Justin Trudeau political era", "relation": "Figurehead", "gold_object": "Justin Trudeau", "prompt_text": "Tell me about Justin Trudeau political era. The figurehead of the Justin Trudeau political era was", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Canada Prime Minister taking office in 2015", "relation": "Officeholder", "gold_object": "Justin Trudeau", "prompt_text": "Tell me about Canada Prime Minister taking office in 2015. The officeholder described by Canada Prime Minister taking office in 2015 was", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Jacinda Ardern administration", "relation": "Led By", "gold_object": "Jacinda Ardern", "prompt_text": "Tell me about Jacinda Ardern administration. The Jacinda Ardern administration was led by", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Jacinda Ardern political era", "relation": "Figurehead", "gold_object": "Jacinda Ardern", "prompt_text": "Tell me about Jacinda Ardern political era. The figurehead of the Jacinda Ardern political era was", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 179, "fact_id": 179, "subject": "New Zealand Prime Minister taking office in 2017", "relation": "Officeholder", "gold_object": "Jacinda Ardern", "prompt_text": "Tell me about New Zealand Prime Minister taking office in 2017. The officeholder described by New Zealand Prime Minister taking office in 2017 was", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/noise/prompts_direct_questions.jsonl b/data/custom_databases/politicians/prompts/noise/prompts_direct_questions.jsonl new file mode 100644 index 0000000..3bfd881 --- /dev/null +++ b/data/custom_databases/politicians/prompts/noise/prompts_direct_questions.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Donald Trump administration", "relation": "Led By", "gold_object": "Donald Trump", "prompt_text": "Who led the Donald Trump administration?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Donald Trump political era", "relation": "Figurehead", "gold_object": "Donald Trump", "prompt_text": "Who was the figurehead of the Donald Trump political era?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States President taking office in 2017", "relation": "Officeholder", "gold_object": "Donald Trump", "prompt_text": "Who held the office described by United States President taking office in 2017?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Joe Biden administration", "relation": "Led By", "gold_object": "Joe Biden", "prompt_text": "Who led the Joe Biden administration?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Joe Biden political era", "relation": "Figurehead", "gold_object": "Joe Biden", "prompt_text": "Who was the figurehead of the Joe Biden political era?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States President taking office in 2021", "relation": "Officeholder", "gold_object": "Joe Biden", "prompt_text": "Who held the office described by United States President taking office in 2021?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Barack Obama administration", "relation": "Led By", "gold_object": "Barack Obama", "prompt_text": "Who led the Barack Obama administration?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Barack Obama political era", "relation": "Figurehead", "gold_object": "Barack Obama", "prompt_text": "Who was the figurehead of the Barack Obama political era?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States President taking office in 2009", "relation": "Officeholder", "gold_object": "Barack Obama", "prompt_text": "Who held the office described by United States President taking office in 2009?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kamala Harris administration", "relation": "Led By", "gold_object": "Kamala Harris", "prompt_text": "Who led the Kamala Harris administration?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Kamala Harris political era", "relation": "Figurehead", "gold_object": "Kamala Harris", "prompt_text": "Who was the figurehead of the Kamala Harris political era?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States Vice President taking office in 2021", "relation": "Officeholder", "gold_object": "Kamala Harris", "prompt_text": "Who held the office described by United States Vice President taking office in 2021?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Hillary Clinton administration", "relation": "Led By", "gold_object": "Hillary Clinton", "prompt_text": "Who led the Hillary Clinton administration?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Hillary Clinton political era", "relation": "Figurehead", "gold_object": "Hillary Clinton", "prompt_text": "Who was the figurehead of the Hillary Clinton political era?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States Secretary of State taking office in 2009", "relation": "Officeholder", "gold_object": "Hillary Clinton", "prompt_text": "Who held the office described by United States Secretary of State taking office in 2009?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 135, "fact_id": 135, "subject": "George W. Bush administration", "relation": "Led By", "gold_object": "George W. Bush", "prompt_text": "Who led the George W. Bush administration?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 136, "fact_id": 136, "subject": "George W. Bush political era", "relation": "Figurehead", "gold_object": "George W. Bush", "prompt_text": "Who was the figurehead of the George W. Bush political era?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United States President taking office in 2001", "relation": "Officeholder", "gold_object": "George W. Bush", "prompt_text": "Who held the office described by United States President taking office in 2001?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Bill Clinton administration", "relation": "Led By", "gold_object": "Bill Clinton", "prompt_text": "Who led the Bill Clinton administration?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Bill Clinton political era", "relation": "Figurehead", "gold_object": "Bill Clinton", "prompt_text": "Who was the figurehead of the Bill Clinton political era?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United States President taking office in 1993", "relation": "Officeholder", "gold_object": "Bill Clinton", "prompt_text": "Who held the office described by United States President taking office in 1993?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Ronald Reagan administration", "relation": "Led By", "gold_object": "Ronald Reagan", "prompt_text": "Who led the Ronald Reagan administration?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Ronald Reagan political era", "relation": "Figurehead", "gold_object": "Ronald Reagan", "prompt_text": "Who was the figurehead of the Ronald Reagan political era?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United States President taking office in 1981", "relation": "Officeholder", "gold_object": "Ronald Reagan", "prompt_text": "Who held the office described by United States President taking office in 1981?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Boris Johnson administration", "relation": "Led By", "gold_object": "Boris Johnson", "prompt_text": "Who led the Boris Johnson administration?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Boris Johnson political era", "relation": "Figurehead", "gold_object": "Boris Johnson", "prompt_text": "Who was the figurehead of the Boris Johnson political era?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 146, "fact_id": 146, "subject": "United Kingdom Prime Minister taking office in 2019", "relation": "Officeholder", "gold_object": "Boris Johnson", "prompt_text": "Who held the office described by United Kingdom Prime Minister taking office in 2019?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Theresa May administration", "relation": "Led By", "gold_object": "Theresa May", "prompt_text": "Who led the Theresa May administration?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Theresa May political era", "relation": "Figurehead", "gold_object": "Theresa May", "prompt_text": "Who was the figurehead of the Theresa May political era?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 149, "fact_id": 149, "subject": "United Kingdom Prime Minister taking office in 2016", "relation": "Officeholder", "gold_object": "Theresa May", "prompt_text": "Who held the office described by United Kingdom Prime Minister taking office in 2016?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Rishi Sunak administration", "relation": "Led By", "gold_object": "Rishi Sunak", "prompt_text": "Who led the Rishi Sunak administration?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Rishi Sunak political era", "relation": "Figurehead", "gold_object": "Rishi Sunak", "prompt_text": "Who was the figurehead of the Rishi Sunak political era?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "United Kingdom Prime Minister taking office in 2022", "relation": "Officeholder", "gold_object": "Rishi Sunak", "prompt_text": "Who held the office described by United Kingdom Prime Minister taking office in 2022?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Keir Starmer administration", "relation": "Led By", "gold_object": "Keir Starmer", "prompt_text": "Who led the Keir Starmer administration?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Keir Starmer political era", "relation": "Figurehead", "gold_object": "Keir Starmer", "prompt_text": "Who was the figurehead of the Keir Starmer political era?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United Kingdom Prime Minister taking office in 2024", "relation": "Officeholder", "gold_object": "Keir Starmer", "prompt_text": "Who held the office described by United Kingdom Prime Minister taking office in 2024?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Vladimir Putin administration", "relation": "Led By", "gold_object": "Vladimir Putin", "prompt_text": "Who led the Vladimir Putin administration?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Vladimir Putin political era", "relation": "Figurehead", "gold_object": "Vladimir Putin", "prompt_text": "Who was the figurehead of the Vladimir Putin political era?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Russia President taking office in 2000", "relation": "Officeholder", "gold_object": "Vladimir Putin", "prompt_text": "Who held the office described by Russia President taking office in 2000?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry Medvedev administration", "relation": "Led By", "gold_object": "Dmitry Medvedev", "prompt_text": "Who led the Dmitry Medvedev administration?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Dmitry Medvedev political era", "relation": "Figurehead", "gold_object": "Dmitry Medvedev", "prompt_text": "Who was the figurehead of the Dmitry Medvedev political era?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Russia President taking office in 2008", "relation": "Officeholder", "gold_object": "Dmitry Medvedev", "prompt_text": "Who held the office described by Russia President taking office in 2008?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Xi Jinping administration", "relation": "Led By", "gold_object": "Xi Jinping", "prompt_text": "Who led the Xi Jinping administration?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Xi Jinping political era", "relation": "Figurehead", "gold_object": "Xi Jinping", "prompt_text": "Who was the figurehead of the Xi Jinping political era?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 164, "fact_id": 164, "subject": "China President taking office in 2013", "relation": "Officeholder", "gold_object": "Xi Jinping", "prompt_text": "Who held the office described by China President taking office in 2013?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Narendra Modi administration", "relation": "Led By", "gold_object": "Narendra Modi", "prompt_text": "Who led the Narendra Modi administration?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Narendra Modi political era", "relation": "Figurehead", "gold_object": "Narendra Modi", "prompt_text": "Who was the figurehead of the Narendra Modi political era?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 167, "fact_id": 167, "subject": "India Prime Minister taking office in 2014", "relation": "Officeholder", "gold_object": "Narendra Modi", "prompt_text": "Who held the office described by India Prime Minister taking office in 2014?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Emmanuel Macron administration", "relation": "Led By", "gold_object": "Emmanuel Macron", "prompt_text": "Who led the Emmanuel Macron administration?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Emmanuel Macron political era", "relation": "Figurehead", "gold_object": "Emmanuel Macron", "prompt_text": "Who was the figurehead of the Emmanuel Macron political era?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 170, "fact_id": 170, "subject": "France President taking office in 2017", "relation": "Officeholder", "gold_object": "Emmanuel Macron", "prompt_text": "Who held the office described by France President taking office in 2017?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Angela Merkel administration", "relation": "Led By", "gold_object": "Angela Merkel", "prompt_text": "Who led the Angela Merkel administration?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Angela Merkel political era", "relation": "Figurehead", "gold_object": "Angela Merkel", "prompt_text": "Who was the figurehead of the Angela Merkel political era?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Germany Chancellor taking office in 2005", "relation": "Officeholder", "gold_object": "Angela Merkel", "prompt_text": "Who held the office described by Germany Chancellor taking office in 2005?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Justin Trudeau administration", "relation": "Led By", "gold_object": "Justin Trudeau", "prompt_text": "Who led the Justin Trudeau administration?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Justin Trudeau political era", "relation": "Figurehead", "gold_object": "Justin Trudeau", "prompt_text": "Who was the figurehead of the Justin Trudeau political era?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Canada Prime Minister taking office in 2015", "relation": "Officeholder", "gold_object": "Justin Trudeau", "prompt_text": "Who held the office described by Canada Prime Minister taking office in 2015?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Jacinda Ardern administration", "relation": "Led By", "gold_object": "Jacinda Ardern", "prompt_text": "Who led the Jacinda Ardern administration?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Jacinda Ardern political era", "relation": "Figurehead", "gold_object": "Jacinda Ardern", "prompt_text": "Who was the figurehead of the Jacinda Ardern political era?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 179, "fact_id": 179, "subject": "New Zealand Prime Minister taking office in 2017", "relation": "Officeholder", "gold_object": "Jacinda Ardern", "prompt_text": "Who held the office described by New Zealand Prime Minister taking office in 2017?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/noise/prompts_fewshot_questions.jsonl b/data/custom_databases/politicians/prompts/noise/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..3405da6 --- /dev/null +++ b/data/custom_databases/politicians/prompts/noise/prompts_fewshot_questions.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Donald Trump serve?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Donald Trump's birth year?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Donald Trump associated with?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Donald Trump?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Donald Trump take their highest office?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Donald Trump's immediate predecessor?\nAnswer:", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Joe Biden serve?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Joe Biden's birth year?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Joe Biden associated with?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Joe Biden?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Joe Biden take their highest office?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Joe Biden's immediate predecessor?\nAnswer:", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Barack Obama serve?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Barack Obama's birth year?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Barack Obama associated with?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Barack Obama?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Barack Obama take their highest office?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Barack Obama's immediate predecessor?\nAnswer:", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Kamala Harris serve?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Kamala Harris' birth year?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Kamala Harris associated with?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Kamala Harris?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Kamala Harris take their highest office?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Kamala Harris's immediate predecessor?\nAnswer:", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Hillary Clinton serve?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Hillary Clinton's birth year?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Hillary Clinton associated with?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Hillary Clinton?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Hillary Clinton take their highest office?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Hillary Clinton's immediate predecessor?\nAnswer:", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did George W. Bush serve?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is George W. Bush's birth year?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is George W. Bush associated with?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by George W. Bush?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did George W. Bush take their highest office?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was George W. Bush's immediate predecessor?\nAnswer:", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Bill Clinton serve?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Bill Clinton's birth year?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Bill Clinton associated with?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Bill Clinton?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Bill Clinton take their highest office?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Bill Clinton's immediate predecessor?\nAnswer:", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Ronald Reagan serve?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Ronald Reagan's birth year?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Ronald Reagan associated with?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Ronald Reagan?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Ronald Reagan take their highest office?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Ronald Reagan's immediate predecessor?\nAnswer:", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Boris Johnson serve?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Boris Johnson's birth year?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Boris Johnson associated with?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Boris Johnson?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Boris Johnson take their highest office?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Boris Johnson's immediate predecessor?\nAnswer:", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Theresa May serve?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Theresa May's birth year?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Theresa May associated with?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Theresa May?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Theresa May take their highest office?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Theresa May's immediate predecessor?\nAnswer:", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Rishi Sunak serve?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Rishi Sunak's birth year?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Rishi Sunak associated with?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Rishi Sunak?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Rishi Sunak take their highest office?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Rishi Sunak's immediate predecessor?\nAnswer:", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Keir Starmer serve?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Keir Starmer's birth year?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Keir Starmer associated with?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Keir Starmer?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Keir Starmer take their highest office?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Keir Starmer's immediate predecessor?\nAnswer:", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Vladimir Putin serve?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Vladimir Putin's birth year?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Vladimir Putin associated with?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Vladimir Putin?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Vladimir Putin take their highest office?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Vladimir Putin's immediate predecessor?\nAnswer:", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Dmitry Medvedev serve?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Dmitry Medvedev's birth year?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Dmitry Medvedev associated with?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Dmitry Medvedev?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Dmitry Medvedev take their highest office?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Dmitry Medvedev's immediate predecessor?\nAnswer:", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Xi Jinping serve?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Xi Jinping's birth year?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Xi Jinping associated with?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Xi Jinping?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Xi Jinping take their highest office?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Xi Jinping's immediate predecessor?\nAnswer:", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Narendra Modi serve?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Narendra Modi's birth year?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Narendra Modi associated with?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Narendra Modi?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Narendra Modi take their highest office?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Narendra Modi's immediate predecessor?\nAnswer:", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Emmanuel Macron serve?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Emmanuel Macron's birth year?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Emmanuel Macron associated with?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Emmanuel Macron?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Emmanuel Macron take their highest office?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Emmanuel Macron's immediate predecessor?\nAnswer:", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Angela Merkel serve?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Angela Merkel's birth year?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Angela Merkel associated with?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Angela Merkel?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Angela Merkel take their highest office?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Angela Merkel's immediate predecessor?\nAnswer:", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Justin Trudeau serve?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Justin Trudeau's birth year?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Justin Trudeau associated with?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Justin Trudeau?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Justin Trudeau take their highest office?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Justin Trudeau's immediate predecessor?\nAnswer:", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country did Jacinda Ardern serve?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Jacinda Ardern's birth year?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What political party is Jacinda Ardern associated with?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the highest office held by Jacinda Ardern?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Jacinda Ardern take their highest office?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was Jacinda Ardern's immediate predecessor?\nAnswer:", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Donald Trump administration", "relation": "Led By", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Donald Trump administration?\nAnswer:", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Donald Trump political era", "relation": "Figurehead", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Donald Trump political era?\nAnswer:", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States President taking office in 2017", "relation": "Officeholder", "gold_object": "Donald Trump", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United States President taking office in 2017?\nAnswer:", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Joe Biden administration", "relation": "Led By", "gold_object": "Joe Biden", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Joe Biden administration?\nAnswer:", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Joe Biden political era", "relation": "Figurehead", "gold_object": "Joe Biden", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Joe Biden political era?\nAnswer:", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States President taking office in 2021", "relation": "Officeholder", "gold_object": "Joe Biden", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United States President taking office in 2021?\nAnswer:", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Barack Obama administration", "relation": "Led By", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Barack Obama administration?\nAnswer:", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Barack Obama political era", "relation": "Figurehead", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Barack Obama political era?\nAnswer:", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States President taking office in 2009", "relation": "Officeholder", "gold_object": "Barack Obama", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United States President taking office in 2009?\nAnswer:", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kamala Harris administration", "relation": "Led By", "gold_object": "Kamala Harris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Kamala Harris administration?\nAnswer:", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Kamala Harris political era", "relation": "Figurehead", "gold_object": "Kamala Harris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Kamala Harris political era?\nAnswer:", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States Vice President taking office in 2021", "relation": "Officeholder", "gold_object": "Kamala Harris", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United States Vice President taking office in 2021?\nAnswer:", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Hillary Clinton administration", "relation": "Led By", "gold_object": "Hillary Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Hillary Clinton administration?\nAnswer:", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Hillary Clinton political era", "relation": "Figurehead", "gold_object": "Hillary Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Hillary Clinton political era?\nAnswer:", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States Secretary of State taking office in 2009", "relation": "Officeholder", "gold_object": "Hillary Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United States Secretary of State taking office in 2009?\nAnswer:", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 135, "fact_id": 135, "subject": "George W. Bush administration", "relation": "Led By", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the George W. Bush administration?\nAnswer:", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 136, "fact_id": 136, "subject": "George W. Bush political era", "relation": "Figurehead", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the George W. Bush political era?\nAnswer:", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United States President taking office in 2001", "relation": "Officeholder", "gold_object": "George W. Bush", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United States President taking office in 2001?\nAnswer:", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Bill Clinton administration", "relation": "Led By", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Bill Clinton administration?\nAnswer:", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Bill Clinton political era", "relation": "Figurehead", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Bill Clinton political era?\nAnswer:", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United States President taking office in 1993", "relation": "Officeholder", "gold_object": "Bill Clinton", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United States President taking office in 1993?\nAnswer:", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Ronald Reagan administration", "relation": "Led By", "gold_object": "Ronald Reagan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Ronald Reagan administration?\nAnswer:", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Ronald Reagan political era", "relation": "Figurehead", "gold_object": "Ronald Reagan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Ronald Reagan political era?\nAnswer:", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United States President taking office in 1981", "relation": "Officeholder", "gold_object": "Ronald Reagan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United States President taking office in 1981?\nAnswer:", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Boris Johnson administration", "relation": "Led By", "gold_object": "Boris Johnson", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Boris Johnson administration?\nAnswer:", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Boris Johnson political era", "relation": "Figurehead", "gold_object": "Boris Johnson", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Boris Johnson political era?\nAnswer:", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 146, "fact_id": 146, "subject": "United Kingdom Prime Minister taking office in 2019", "relation": "Officeholder", "gold_object": "Boris Johnson", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United Kingdom Prime Minister taking office in 2019?\nAnswer:", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Theresa May administration", "relation": "Led By", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Theresa May administration?\nAnswer:", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Theresa May political era", "relation": "Figurehead", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Theresa May political era?\nAnswer:", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 149, "fact_id": 149, "subject": "United Kingdom Prime Minister taking office in 2016", "relation": "Officeholder", "gold_object": "Theresa May", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United Kingdom Prime Minister taking office in 2016?\nAnswer:", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Rishi Sunak administration", "relation": "Led By", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Rishi Sunak administration?\nAnswer:", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Rishi Sunak political era", "relation": "Figurehead", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Rishi Sunak political era?\nAnswer:", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "United Kingdom Prime Minister taking office in 2022", "relation": "Officeholder", "gold_object": "Rishi Sunak", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United Kingdom Prime Minister taking office in 2022?\nAnswer:", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Keir Starmer administration", "relation": "Led By", "gold_object": "Keir Starmer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Keir Starmer administration?\nAnswer:", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Keir Starmer political era", "relation": "Figurehead", "gold_object": "Keir Starmer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Keir Starmer political era?\nAnswer:", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United Kingdom Prime Minister taking office in 2024", "relation": "Officeholder", "gold_object": "Keir Starmer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by United Kingdom Prime Minister taking office in 2024?\nAnswer:", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Vladimir Putin administration", "relation": "Led By", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Vladimir Putin administration?\nAnswer:", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Vladimir Putin political era", "relation": "Figurehead", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Vladimir Putin political era?\nAnswer:", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Russia President taking office in 2000", "relation": "Officeholder", "gold_object": "Vladimir Putin", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by Russia President taking office in 2000?\nAnswer:", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry Medvedev administration", "relation": "Led By", "gold_object": "Dmitry Medvedev", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Dmitry Medvedev administration?\nAnswer:", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Dmitry Medvedev political era", "relation": "Figurehead", "gold_object": "Dmitry Medvedev", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Dmitry Medvedev political era?\nAnswer:", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Russia President taking office in 2008", "relation": "Officeholder", "gold_object": "Dmitry Medvedev", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by Russia President taking office in 2008?\nAnswer:", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Xi Jinping administration", "relation": "Led By", "gold_object": "Xi Jinping", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Xi Jinping administration?\nAnswer:", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Xi Jinping political era", "relation": "Figurehead", "gold_object": "Xi Jinping", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Xi Jinping political era?\nAnswer:", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 164, "fact_id": 164, "subject": "China President taking office in 2013", "relation": "Officeholder", "gold_object": "Xi Jinping", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by China President taking office in 2013?\nAnswer:", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Narendra Modi administration", "relation": "Led By", "gold_object": "Narendra Modi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Narendra Modi administration?\nAnswer:", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Narendra Modi political era", "relation": "Figurehead", "gold_object": "Narendra Modi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Narendra Modi political era?\nAnswer:", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 167, "fact_id": 167, "subject": "India Prime Minister taking office in 2014", "relation": "Officeholder", "gold_object": "Narendra Modi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by India Prime Minister taking office in 2014?\nAnswer:", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Emmanuel Macron administration", "relation": "Led By", "gold_object": "Emmanuel Macron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Emmanuel Macron administration?\nAnswer:", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Emmanuel Macron political era", "relation": "Figurehead", "gold_object": "Emmanuel Macron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Emmanuel Macron political era?\nAnswer:", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 170, "fact_id": 170, "subject": "France President taking office in 2017", "relation": "Officeholder", "gold_object": "Emmanuel Macron", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by France President taking office in 2017?\nAnswer:", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Angela Merkel administration", "relation": "Led By", "gold_object": "Angela Merkel", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Angela Merkel administration?\nAnswer:", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Angela Merkel political era", "relation": "Figurehead", "gold_object": "Angela Merkel", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Angela Merkel political era?\nAnswer:", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Germany Chancellor taking office in 2005", "relation": "Officeholder", "gold_object": "Angela Merkel", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by Germany Chancellor taking office in 2005?\nAnswer:", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Justin Trudeau administration", "relation": "Led By", "gold_object": "Justin Trudeau", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Justin Trudeau administration?\nAnswer:", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Justin Trudeau political era", "relation": "Figurehead", "gold_object": "Justin Trudeau", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Justin Trudeau political era?\nAnswer:", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Canada Prime Minister taking office in 2015", "relation": "Officeholder", "gold_object": "Justin Trudeau", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by Canada Prime Minister taking office in 2015?\nAnswer:", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Jacinda Ardern administration", "relation": "Led By", "gold_object": "Jacinda Ardern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who led the Jacinda Ardern administration?\nAnswer:", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Jacinda Ardern political era", "relation": "Figurehead", "gold_object": "Jacinda Ardern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the figurehead of the Jacinda Ardern political era?\nAnswer:", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 179, "fact_id": 179, "subject": "New Zealand Prime Minister taking office in 2017", "relation": "Officeholder", "gold_object": "Jacinda Ardern", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who held the office described by New Zealand Prime Minister taking office in 2017?\nAnswer:", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/politicians/prompts/noise/prompts_paraphrased_questions.jsonl b/data/custom_databases/politicians/prompts/noise/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..73e1b75 --- /dev/null +++ b/data/custom_databases/politicians/prompts/noise/prompts_paraphrased_questions.jsonl @@ -0,0 +1,180 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Donald Trump", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Donald Trump serve?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Donald Trump", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is Donald Trump's birth year?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Donald Trump", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is Donald Trump associated with?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Donald Trump", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Donald Trump?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Donald Trump", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Donald Trump take their highest office?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Donald Trump", "relation": "Immediate Predecessor", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who was Donald Trump's immediate predecessor?", "subject_aliases": ["Donald J. Trump", "Trump"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Joe Biden", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Joe Biden serve?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Joe Biden", "relation": "Birth Year", "gold_object": "1942", "prompt_text": "Could you answer this question: What is Joe Biden's birth year?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Joe Biden", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Joe Biden associated with?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Joe Biden", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Joe Biden?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Joe Biden", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Joe Biden take their highest office?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Joe Biden", "relation": "Immediate Predecessor", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who was Joe Biden's immediate predecessor?", "subject_aliases": ["Joseph R. Biden Jr.", "Biden"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Barack Obama", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Barack Obama serve?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Barack Obama", "relation": "Birth Year", "gold_object": "1961", "prompt_text": "Could you answer this question: What is Barack Obama's birth year?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Barack Obama", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Barack Obama associated with?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Barack Obama", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Barack Obama?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 16, "fact_id": 16, "subject": "Barack Obama", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Barack Obama take their highest office?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Barack Obama", "relation": "Immediate Predecessor", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who was Barack Obama's immediate predecessor?", "subject_aliases": ["Barack H. Obama", "Obama"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 18, "fact_id": 18, "subject": "Kamala Harris", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Kamala Harris serve?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Kamala Harris", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Could you answer this question: What is Kamala Harris' birth year?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Kamala Harris", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Kamala Harris associated with?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Kamala Harris", "relation": "Highest Office", "gold_object": "Vice President", "prompt_text": "Could you answer this question: What is the highest office held by Kamala Harris?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["vice president"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Kamala Harris", "relation": "Took Highest Office In", "gold_object": "2021", "prompt_text": "Could you answer this question: In what year did Kamala Harris take their highest office?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Kamala Harris", "relation": "Immediate Predecessor", "gold_object": "Mike Pence", "prompt_text": "Could you answer this question: Who was Kamala Harris's immediate predecessor?", "subject_aliases": ["Kamala D. Harris", "Harris"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Hillary Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Hillary Clinton serve?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Hillary Clinton", "relation": "Birth Year", "gold_object": "1947", "prompt_text": "Could you answer this question: What is Hillary Clinton's birth year?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Hillary Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Hillary Clinton associated with?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Hillary Clinton", "relation": "Highest Office", "gold_object": "Secretary of State", "prompt_text": "Could you answer this question: What is the highest office held by Hillary Clinton?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Top Office", "Highest Post"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Hillary Clinton", "relation": "Took Highest Office In", "gold_object": "2009", "prompt_text": "Could you answer this question: In what year did Hillary Clinton take their highest office?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Hillary Clinton", "relation": "Immediate Predecessor", "gold_object": "Condoleezza Rice", "prompt_text": "Could you answer this question: Who was Hillary Clinton's immediate predecessor?", "subject_aliases": ["Hillary Rodham Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 30, "fact_id": 30, "subject": "George W. Bush", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did George W. Bush serve?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 31, "fact_id": 31, "subject": "George W. Bush", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is George W. Bush's birth year?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 32, "fact_id": 32, "subject": "George W. Bush", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is George W. Bush associated with?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 33, "fact_id": 33, "subject": "George W. Bush", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by George W. Bush?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 34, "fact_id": 34, "subject": "George W. Bush", "relation": "Took Highest Office In", "gold_object": "2001", "prompt_text": "Could you answer this question: In what year did George W. Bush take their highest office?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 35, "fact_id": 35, "subject": "George W. Bush", "relation": "Immediate Predecessor", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who was George W. Bush's immediate predecessor?", "subject_aliases": ["George Bush", "Bush 43"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Bill Clinton", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Bill Clinton serve?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Bill Clinton", "relation": "Birth Year", "gold_object": "1946", "prompt_text": "Could you answer this question: What is Bill Clinton's birth year?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Bill Clinton", "relation": "Political Party", "gold_object": "Democratic Party", "prompt_text": "Could you answer this question: What political party is Bill Clinton associated with?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Bill Clinton", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Bill Clinton?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Bill Clinton", "relation": "Took Highest Office In", "gold_object": "1993", "prompt_text": "Could you answer this question: In what year did Bill Clinton take their highest office?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Bill Clinton", "relation": "Immediate Predecessor", "gold_object": "George H. W. Bush", "prompt_text": "Could you answer this question: Who was Bill Clinton's immediate predecessor?", "subject_aliases": ["William J. Clinton", "Clinton"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Ronald Reagan", "relation": "Country Served", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country did Ronald Reagan serve?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Ronald Reagan", "relation": "Birth Year", "gold_object": "1911", "prompt_text": "Could you answer this question: What is Ronald Reagan's birth year?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Ronald Reagan", "relation": "Political Party", "gold_object": "Republican Party", "prompt_text": "Could you answer this question: What political party is Ronald Reagan associated with?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Ronald Reagan", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Ronald Reagan?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Ronald Reagan", "relation": "Took Highest Office In", "gold_object": "1981", "prompt_text": "Could you answer this question: In what year did Ronald Reagan take their highest office?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Ronald Reagan", "relation": "Immediate Predecessor", "gold_object": "Jimmy Carter", "prompt_text": "Could you answer this question: Who was Ronald Reagan's immediate predecessor?", "subject_aliases": ["Reagan", "Ronald W. Reagan"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Boris Johnson", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Boris Johnson serve?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Boris Johnson", "relation": "Birth Year", "gold_object": "1964", "prompt_text": "Could you answer this question: What is Boris Johnson's birth year?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Boris Johnson", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Boris Johnson associated with?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Boris Johnson", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Boris Johnson?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Boris Johnson", "relation": "Took Highest Office In", "gold_object": "2019", "prompt_text": "Could you answer this question: In what year did Boris Johnson take their highest office?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Boris Johnson", "relation": "Immediate Predecessor", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who was Boris Johnson's immediate predecessor?", "subject_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Theresa May", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Theresa May serve?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Theresa May", "relation": "Birth Year", "gold_object": "1956", "prompt_text": "Could you answer this question: What is Theresa May's birth year?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Theresa May", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Theresa May associated with?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Theresa May", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Theresa May?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Theresa May", "relation": "Took Highest Office In", "gold_object": "2016", "prompt_text": "Could you answer this question: In what year did Theresa May take their highest office?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Theresa May", "relation": "Immediate Predecessor", "gold_object": "David Cameron", "prompt_text": "Could you answer this question: Who was Theresa May's immediate predecessor?", "subject_aliases": ["May", "Theresa M. May"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Rishi Sunak", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Rishi Sunak serve?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Rishi Sunak", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Could you answer this question: What is Rishi Sunak's birth year?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Rishi Sunak", "relation": "Political Party", "gold_object": "Conservative Party", "prompt_text": "Could you answer this question: What political party is Rishi Sunak associated with?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Rishi Sunak", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Rishi Sunak?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Rishi Sunak", "relation": "Took Highest Office In", "gold_object": "2022", "prompt_text": "Could you answer this question: In what year did Rishi Sunak take their highest office?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Rishi Sunak", "relation": "Immediate Predecessor", "gold_object": "Liz Truss", "prompt_text": "Could you answer this question: Who was Rishi Sunak's immediate predecessor?", "subject_aliases": ["Sunak", "Rishi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Keir Starmer", "relation": "Country Served", "gold_object": "United Kingdom", "prompt_text": "Could you answer this question: Which country did Keir Starmer serve?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["UK", "Britain"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Keir Starmer", "relation": "Birth Year", "gold_object": "1962", "prompt_text": "Could you answer this question: What is Keir Starmer's birth year?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Keir Starmer", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What political party is Keir Starmer associated with?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Keir Starmer", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Keir Starmer?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Keir Starmer", "relation": "Took Highest Office In", "gold_object": "2024", "prompt_text": "Could you answer this question: In what year did Keir Starmer take their highest office?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Keir Starmer", "relation": "Immediate Predecessor", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who was Keir Starmer's immediate predecessor?", "subject_aliases": ["Starmer", "Sir Keir Starmer"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Vladimir Putin", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which country did Vladimir Putin serve?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Vladimir Putin", "relation": "Birth Year", "gold_object": "1952", "prompt_text": "Could you answer this question: What is Vladimir Putin's birth year?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Vladimir Putin", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What political party is Vladimir Putin associated with?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 75, "fact_id": 75, "subject": "Vladimir Putin", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Vladimir Putin?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Vladimir Putin", "relation": "Took Highest Office In", "gold_object": "2000", "prompt_text": "Could you answer this question: In what year did Vladimir Putin take their highest office?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 77, "fact_id": 77, "subject": "Vladimir Putin", "relation": "Immediate Predecessor", "gold_object": "Boris Yeltsin", "prompt_text": "Could you answer this question: Who was Vladimir Putin's immediate predecessor?", "subject_aliases": ["Putin", "Vladimir V. Putin"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Dmitry Medvedev", "relation": "Country Served", "gold_object": "Russia", "prompt_text": "Could you answer this question: Which country did Dmitry Medvedev serve?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Russian Federation"]} +{"prompt_id": 79, "fact_id": 79, "subject": "Dmitry Medvedev", "relation": "Birth Year", "gold_object": "1965", "prompt_text": "Could you answer this question: What is Dmitry Medvedev's birth year?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Dmitry Medvedev", "relation": "Political Party", "gold_object": "United Russia", "prompt_text": "Could you answer this question: What political party is Dmitry Medvedev associated with?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Dmitry Medvedev", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Dmitry Medvedev?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Dmitry Medvedev", "relation": "Took Highest Office In", "gold_object": "2008", "prompt_text": "Could you answer this question: In what year did Dmitry Medvedev take their highest office?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Dmitry Medvedev", "relation": "Immediate Predecessor", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who was Dmitry Medvedev's immediate predecessor?", "subject_aliases": ["Medvedev", "Dmitry A. Medvedev"], "relation_aliases": ["Predecessor In Office", "Leader Before"], "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Xi Jinping", "relation": "Country Served", "gold_object": "China", "prompt_text": "Could you answer this question: Which country did Xi Jinping serve?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["PRC", "People's Republic of China"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Xi Jinping", "relation": "Birth Year", "gold_object": "1953", "prompt_text": "Could you answer this question: What is Xi Jinping's birth year?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Xi Jinping", "relation": "Political Party", "gold_object": "Chinese Communist Party", "prompt_text": "Could you answer this question: What political party is Xi Jinping associated with?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Xi Jinping", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Xi Jinping?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Xi Jinping", "relation": "Took Highest Office In", "gold_object": "2013", "prompt_text": "Could you answer this question: In what year did Xi Jinping take their highest office?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Xi Jinping", "relation": "Immediate Predecessor", "gold_object": "Hu Jintao", "prompt_text": "Could you answer this question: Who was Xi Jinping's immediate predecessor?", "subject_aliases": ["Xi", "President Xi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Narendra Modi", "relation": "Country Served", "gold_object": "India", "prompt_text": "Could you answer this question: Which country did Narendra Modi serve?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Republic of India"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Narendra Modi", "relation": "Birth Year", "gold_object": "1950", "prompt_text": "Could you answer this question: What is Narendra Modi's birth year?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Narendra Modi", "relation": "Political Party", "gold_object": "Bharatiya Janata Party", "prompt_text": "Could you answer this question: What political party is Narendra Modi associated with?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Narendra Modi", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Narendra Modi?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Narendra Modi", "relation": "Took Highest Office In", "gold_object": "2014", "prompt_text": "Could you answer this question: In what year did Narendra Modi take their highest office?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Narendra Modi", "relation": "Immediate Predecessor", "gold_object": "Manmohan Singh", "prompt_text": "Could you answer this question: Who was Narendra Modi's immediate predecessor?", "subject_aliases": ["Modi", "Narendra D. Modi"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Emmanuel Macron", "relation": "Country Served", "gold_object": "France", "prompt_text": "Could you answer this question: Which country did Emmanuel Macron serve?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["French Republic"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Emmanuel Macron", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Could you answer this question: What is Emmanuel Macron's birth year?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Emmanuel Macron", "relation": "Political Party", "gold_object": "Renaissance", "prompt_text": "Could you answer this question: What political party is Emmanuel Macron associated with?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Emmanuel Macron", "relation": "Highest Office", "gold_object": "President", "prompt_text": "Could you answer this question: What is the highest office held by Emmanuel Macron?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["head of state"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Emmanuel Macron", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Emmanuel Macron take their highest office?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Emmanuel Macron", "relation": "Immediate Predecessor", "gold_object": "François Hollande", "prompt_text": "Could you answer this question: Who was Emmanuel Macron's immediate predecessor?", "subject_aliases": ["Macron", "Emmanuel J. Macron"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Angela Merkel", "relation": "Country Served", "gold_object": "Germany", "prompt_text": "Could you answer this question: Which country did Angela Merkel serve?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["Federal Republic of Germany", "Deutschland"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Angela Merkel", "relation": "Birth Year", "gold_object": "1954", "prompt_text": "Could you answer this question: What is Angela Merkel's birth year?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Angela Merkel", "relation": "Political Party", "gold_object": "Christian Democratic Union", "prompt_text": "Could you answer this question: What political party is Angela Merkel associated with?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Angela Merkel", "relation": "Highest Office", "gold_object": "Chancellor", "prompt_text": "Could you answer this question: What is the highest office held by Angela Merkel?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["federal chancellor"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Angela Merkel", "relation": "Took Highest Office In", "gold_object": "2005", "prompt_text": "Could you answer this question: In what year did Angela Merkel take their highest office?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Angela Merkel", "relation": "Immediate Predecessor", "gold_object": "Gerhard Schröder", "prompt_text": "Could you answer this question: Who was Angela Merkel's immediate predecessor?", "subject_aliases": ["Merkel", "Angela D. Merkel"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Justin Trudeau", "relation": "Country Served", "gold_object": "Canada", "prompt_text": "Could you answer this question: Which country did Justin Trudeau serve?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Country Represented", "Nation Led"], "object_aliases": ["CA"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Justin Trudeau", "relation": "Birth Year", "gold_object": "1971", "prompt_text": "Could you answer this question: What is Justin Trudeau's birth year?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Justin Trudeau", "relation": "Political Party", "gold_object": "Liberal Party", "prompt_text": "Could you answer this question: What political party is Justin Trudeau associated with?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Justin Trudeau", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Justin Trudeau?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Justin Trudeau", "relation": "Took Highest Office In", "gold_object": "2015", "prompt_text": "Could you answer this question: In what year did Justin Trudeau take their highest office?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Justin Trudeau", "relation": "Immediate Predecessor", "gold_object": "Stephen Harper", "prompt_text": "Could you answer this question: Who was Justin Trudeau's immediate predecessor?", "subject_aliases": ["Trudeau", "Justin P. J. Trudeau"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Jacinda Ardern", "relation": "Country Served", "gold_object": "New Zealand", "prompt_text": "Could you answer this question: Which country did Jacinda Ardern serve?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Country Represented", "Nation Led"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Jacinda Ardern", "relation": "Birth Year", "gold_object": "1980", "prompt_text": "Could you answer this question: What is Jacinda Ardern's birth year?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Jacinda Ardern", "relation": "Political Party", "gold_object": "Labour Party", "prompt_text": "Could you answer this question: What political party is Jacinda Ardern associated with?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Party Affiliation", "Party"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Jacinda Ardern", "relation": "Highest Office", "gold_object": "Prime Minister", "prompt_text": "Could you answer this question: What is the highest office held by Jacinda Ardern?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Top Office", "Highest Post"], "object_aliases": ["premier"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jacinda Ardern", "relation": "Took Highest Office In", "gold_object": "2017", "prompt_text": "Could you answer this question: In what year did Jacinda Ardern take their highest office?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Became Leader In", "Took Office In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Jacinda Ardern", "relation": "Immediate Predecessor", "gold_object": "Bill English", "prompt_text": "Could you answer this question: Who was Jacinda Ardern's immediate predecessor?", "subject_aliases": ["Ardern", "Jacinda K. L. Ardern"], "relation_aliases": ["Predecessor In Office", "Leader Before"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Donald Trump administration", "relation": "Led By", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who led the Donald Trump administration?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Donald Trump political era", "relation": "Figurehead", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who was the figurehead of the Donald Trump political era?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 122, "fact_id": 122, "subject": "United States President taking office in 2017", "relation": "Officeholder", "gold_object": "Donald Trump", "prompt_text": "Could you answer this question: Who held the office described by United States President taking office in 2017?", "object_aliases": ["Donald J. Trump", "Trump"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Joe Biden administration", "relation": "Led By", "gold_object": "Joe Biden", "prompt_text": "Could you answer this question: Who led the Joe Biden administration?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Joe Biden political era", "relation": "Figurehead", "gold_object": "Joe Biden", "prompt_text": "Could you answer this question: Who was the figurehead of the Joe Biden political era?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 125, "fact_id": 125, "subject": "United States President taking office in 2021", "relation": "Officeholder", "gold_object": "Joe Biden", "prompt_text": "Could you answer this question: Who held the office described by United States President taking office in 2021?", "object_aliases": ["Joseph R. Biden Jr.", "Biden"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Barack Obama administration", "relation": "Led By", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who led the Barack Obama administration?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Barack Obama political era", "relation": "Figurehead", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who was the figurehead of the Barack Obama political era?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States President taking office in 2009", "relation": "Officeholder", "gold_object": "Barack Obama", "prompt_text": "Could you answer this question: Who held the office described by United States President taking office in 2009?", "object_aliases": ["Barack H. Obama", "Obama"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kamala Harris administration", "relation": "Led By", "gold_object": "Kamala Harris", "prompt_text": "Could you answer this question: Who led the Kamala Harris administration?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Kamala Harris political era", "relation": "Figurehead", "gold_object": "Kamala Harris", "prompt_text": "Could you answer this question: Who was the figurehead of the Kamala Harris political era?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 131, "fact_id": 131, "subject": "United States Vice President taking office in 2021", "relation": "Officeholder", "gold_object": "Kamala Harris", "prompt_text": "Could you answer this question: Who held the office described by United States Vice President taking office in 2021?", "object_aliases": ["Kamala D. Harris", "Harris"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Hillary Clinton administration", "relation": "Led By", "gold_object": "Hillary Clinton", "prompt_text": "Could you answer this question: Who led the Hillary Clinton administration?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Hillary Clinton political era", "relation": "Figurehead", "gold_object": "Hillary Clinton", "prompt_text": "Could you answer this question: Who was the figurehead of the Hillary Clinton political era?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 134, "fact_id": 134, "subject": "United States Secretary of State taking office in 2009", "relation": "Officeholder", "gold_object": "Hillary Clinton", "prompt_text": "Could you answer this question: Who held the office described by United States Secretary of State taking office in 2009?", "object_aliases": ["Hillary Rodham Clinton"]} +{"prompt_id": 135, "fact_id": 135, "subject": "George W. Bush administration", "relation": "Led By", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who led the George W. Bush administration?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 136, "fact_id": 136, "subject": "George W. Bush political era", "relation": "Figurehead", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who was the figurehead of the George W. Bush political era?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 137, "fact_id": 137, "subject": "United States President taking office in 2001", "relation": "Officeholder", "gold_object": "George W. Bush", "prompt_text": "Could you answer this question: Who held the office described by United States President taking office in 2001?", "object_aliases": ["George Bush", "Bush 43"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Bill Clinton administration", "relation": "Led By", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who led the Bill Clinton administration?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Bill Clinton political era", "relation": "Figurehead", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who was the figurehead of the Bill Clinton political era?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 140, "fact_id": 140, "subject": "United States President taking office in 1993", "relation": "Officeholder", "gold_object": "Bill Clinton", "prompt_text": "Could you answer this question: Who held the office described by United States President taking office in 1993?", "object_aliases": ["William J. Clinton", "Clinton"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Ronald Reagan administration", "relation": "Led By", "gold_object": "Ronald Reagan", "prompt_text": "Could you answer this question: Who led the Ronald Reagan administration?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Ronald Reagan political era", "relation": "Figurehead", "gold_object": "Ronald Reagan", "prompt_text": "Could you answer this question: Who was the figurehead of the Ronald Reagan political era?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 143, "fact_id": 143, "subject": "United States President taking office in 1981", "relation": "Officeholder", "gold_object": "Ronald Reagan", "prompt_text": "Could you answer this question: Who held the office described by United States President taking office in 1981?", "object_aliases": ["Reagan", "Ronald W. Reagan"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Boris Johnson administration", "relation": "Led By", "gold_object": "Boris Johnson", "prompt_text": "Could you answer this question: Who led the Boris Johnson administration?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Boris Johnson political era", "relation": "Figurehead", "gold_object": "Boris Johnson", "prompt_text": "Could you answer this question: Who was the figurehead of the Boris Johnson political era?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 146, "fact_id": 146, "subject": "United Kingdom Prime Minister taking office in 2019", "relation": "Officeholder", "gold_object": "Boris Johnson", "prompt_text": "Could you answer this question: Who held the office described by United Kingdom Prime Minister taking office in 2019?", "object_aliases": ["Boris", "Alexander Boris de Pfeffel Johnson"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Theresa May administration", "relation": "Led By", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who led the Theresa May administration?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Theresa May political era", "relation": "Figurehead", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who was the figurehead of the Theresa May political era?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 149, "fact_id": 149, "subject": "United Kingdom Prime Minister taking office in 2016", "relation": "Officeholder", "gold_object": "Theresa May", "prompt_text": "Could you answer this question: Who held the office described by United Kingdom Prime Minister taking office in 2016?", "object_aliases": ["May", "Theresa M. May"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Rishi Sunak administration", "relation": "Led By", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who led the Rishi Sunak administration?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Rishi Sunak political era", "relation": "Figurehead", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who was the figurehead of the Rishi Sunak political era?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 152, "fact_id": 152, "subject": "United Kingdom Prime Minister taking office in 2022", "relation": "Officeholder", "gold_object": "Rishi Sunak", "prompt_text": "Could you answer this question: Who held the office described by United Kingdom Prime Minister taking office in 2022?", "object_aliases": ["Sunak", "Rishi"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Keir Starmer administration", "relation": "Led By", "gold_object": "Keir Starmer", "prompt_text": "Could you answer this question: Who led the Keir Starmer administration?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Keir Starmer political era", "relation": "Figurehead", "gold_object": "Keir Starmer", "prompt_text": "Could you answer this question: Who was the figurehead of the Keir Starmer political era?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United Kingdom Prime Minister taking office in 2024", "relation": "Officeholder", "gold_object": "Keir Starmer", "prompt_text": "Could you answer this question: Who held the office described by United Kingdom Prime Minister taking office in 2024?", "object_aliases": ["Starmer", "Sir Keir Starmer"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Vladimir Putin administration", "relation": "Led By", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who led the Vladimir Putin administration?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Vladimir Putin political era", "relation": "Figurehead", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who was the figurehead of the Vladimir Putin political era?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Russia President taking office in 2000", "relation": "Officeholder", "gold_object": "Vladimir Putin", "prompt_text": "Could you answer this question: Who held the office described by Russia President taking office in 2000?", "object_aliases": ["Putin", "Vladimir V. Putin"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Dmitry Medvedev administration", "relation": "Led By", "gold_object": "Dmitry Medvedev", "prompt_text": "Could you answer this question: Who led the Dmitry Medvedev administration?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Dmitry Medvedev political era", "relation": "Figurehead", "gold_object": "Dmitry Medvedev", "prompt_text": "Could you answer this question: Who was the figurehead of the Dmitry Medvedev political era?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Russia President taking office in 2008", "relation": "Officeholder", "gold_object": "Dmitry Medvedev", "prompt_text": "Could you answer this question: Who held the office described by Russia President taking office in 2008?", "object_aliases": ["Medvedev", "Dmitry A. Medvedev"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Xi Jinping administration", "relation": "Led By", "gold_object": "Xi Jinping", "prompt_text": "Could you answer this question: Who led the Xi Jinping administration?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Xi Jinping political era", "relation": "Figurehead", "gold_object": "Xi Jinping", "prompt_text": "Could you answer this question: Who was the figurehead of the Xi Jinping political era?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 164, "fact_id": 164, "subject": "China President taking office in 2013", "relation": "Officeholder", "gold_object": "Xi Jinping", "prompt_text": "Could you answer this question: Who held the office described by China President taking office in 2013?", "object_aliases": ["Xi", "President Xi"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Narendra Modi administration", "relation": "Led By", "gold_object": "Narendra Modi", "prompt_text": "Could you answer this question: Who led the Narendra Modi administration?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Narendra Modi political era", "relation": "Figurehead", "gold_object": "Narendra Modi", "prompt_text": "Could you answer this question: Who was the figurehead of the Narendra Modi political era?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 167, "fact_id": 167, "subject": "India Prime Minister taking office in 2014", "relation": "Officeholder", "gold_object": "Narendra Modi", "prompt_text": "Could you answer this question: Who held the office described by India Prime Minister taking office in 2014?", "object_aliases": ["Modi", "Narendra D. Modi"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Emmanuel Macron administration", "relation": "Led By", "gold_object": "Emmanuel Macron", "prompt_text": "Could you answer this question: Who led the Emmanuel Macron administration?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Emmanuel Macron political era", "relation": "Figurehead", "gold_object": "Emmanuel Macron", "prompt_text": "Could you answer this question: Who was the figurehead of the Emmanuel Macron political era?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 170, "fact_id": 170, "subject": "France President taking office in 2017", "relation": "Officeholder", "gold_object": "Emmanuel Macron", "prompt_text": "Could you answer this question: Who held the office described by France President taking office in 2017?", "object_aliases": ["Macron", "Emmanuel J. Macron"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Angela Merkel administration", "relation": "Led By", "gold_object": "Angela Merkel", "prompt_text": "Could you answer this question: Who led the Angela Merkel administration?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 172, "fact_id": 172, "subject": "Angela Merkel political era", "relation": "Figurehead", "gold_object": "Angela Merkel", "prompt_text": "Could you answer this question: Who was the figurehead of the Angela Merkel political era?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Germany Chancellor taking office in 2005", "relation": "Officeholder", "gold_object": "Angela Merkel", "prompt_text": "Could you answer this question: Who held the office described by Germany Chancellor taking office in 2005?", "object_aliases": ["Merkel", "Angela D. Merkel"]} +{"prompt_id": 174, "fact_id": 174, "subject": "Justin Trudeau administration", "relation": "Led By", "gold_object": "Justin Trudeau", "prompt_text": "Could you answer this question: Who led the Justin Trudeau administration?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Justin Trudeau political era", "relation": "Figurehead", "gold_object": "Justin Trudeau", "prompt_text": "Could you answer this question: Who was the figurehead of the Justin Trudeau political era?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 176, "fact_id": 176, "subject": "Canada Prime Minister taking office in 2015", "relation": "Officeholder", "gold_object": "Justin Trudeau", "prompt_text": "Could you answer this question: Who held the office described by Canada Prime Minister taking office in 2015?", "object_aliases": ["Trudeau", "Justin P. J. Trudeau"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Jacinda Ardern administration", "relation": "Led By", "gold_object": "Jacinda Ardern", "prompt_text": "Could you answer this question: Who led the Jacinda Ardern administration?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 178, "fact_id": 178, "subject": "Jacinda Ardern political era", "relation": "Figurehead", "gold_object": "Jacinda Ardern", "prompt_text": "Could you answer this question: Who was the figurehead of the Jacinda Ardern political era?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} +{"prompt_id": 179, "fact_id": 179, "subject": "New Zealand Prime Minister taking office in 2017", "relation": "Officeholder", "gold_object": "Jacinda Ardern", "prompt_text": "Could you answer this question: Who held the office described by New Zealand Prime Minister taking office in 2017?", "object_aliases": ["Ardern", "Jacinda K. L. Ardern"]} diff --git a/data/custom_databases/sports/prompts/alias/prompts_cloze.jsonl b/data/custom_databases/sports/prompts/alias/prompts_cloze.jsonl new file mode 100644 index 0000000..cb1ec7e --- /dev/null +++ b/data/custom_databases/sports/prompts/alias/prompts_cloze.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Leo Messi", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Leo Messi is associated with the discipline ____.", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "La Pulga", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: The sport played by La Pulga is ____.", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Leo Messi", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: The associated country of Leo Messi is ____.", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 3, "fact_id": 3, "subject": "La Pulga", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: La Pulga represented the country ____.", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Leo Messi", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Leo Messi was born in ____.", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 5, "fact_id": 5, "subject": "La Pulga", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: La Pulga was born in the year ____.", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Leo Messi", "relation": "Also Known As", "gold_object": "La Pulga", "prompt_text": "Complete the sentence with the missing fact: Leo Messi is also known as ____.", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 7, "fact_id": 7, "subject": "La Pulga", "relation": "Nickname Used", "gold_object": "La Pulga", "prompt_text": "Complete the sentence with the missing fact: The nickname used for La Pulga is ____.", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Leo Messi", "relation": "Most Associated Club", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: Leo Messi's most associated club is ____.", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 9, "fact_id": 9, "subject": "La Pulga", "relation": "Legendary Club", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The legendary club associated with La Pulga is ____.", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 10, "fact_id": 10, "subject": "CR7", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: CR7 is associated with the discipline ____.", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Cristiano", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Cristiano is ____.", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 12, "fact_id": 12, "subject": "CR7", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: The associated country of CR7 is ____.", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Cristiano", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: Cristiano represented the country ____.", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 14, "fact_id": 14, "subject": "CR7", "relation": "Year Born", "gold_object": "1985", "prompt_text": "Complete the sentence with the missing fact: CR7 was born in ____.", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Cristiano", "relation": "Born In Year", "gold_object": "1985", "prompt_text": "Complete the sentence with the missing fact: Cristiano was born in the year ____.", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "CR7", "relation": "Also Known As", "gold_object": "CR7", "prompt_text": "Complete the sentence with the missing fact: CR7 is also known as ____.", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Cristiano", "relation": "Nickname Used", "gold_object": "CR7", "prompt_text": "Complete the sentence with the missing fact: The nickname used for Cristiano is ____.", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 18, "fact_id": 18, "subject": "CR7", "relation": "Most Associated Club", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: CR7's most associated club is ____.", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Cristiano", "relation": "Legendary Club", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The legendary club associated with Cristiano is ____.", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 20, "fact_id": 20, "subject": "TB12", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: TB12 is associated with the discipline ____.", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Brady", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Brady is ____.", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 22, "fact_id": 22, "subject": "TB12", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of TB12 is ____.", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Brady", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Brady represented the country ____.", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 24, "fact_id": 24, "subject": "TB12", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: TB12 was born in ____.", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Brady", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Brady was born in the year ____.", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 26, "fact_id": 26, "subject": "TB12", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: TB12's playing position is ____.", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Brady", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Brady's on-field role is ____.", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 28, "fact_id": 28, "subject": "TB12", "relation": "Most Associated Team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: TB12's most associated team is ____.", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Brady", "relation": "Legendary Team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The legendary team associated with Brady is ____.", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 30, "fact_id": 30, "subject": "King James", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: King James is associated with the discipline ____.", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 31, "fact_id": 31, "subject": "LeBron", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: The sport played by LeBron is ____.", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 32, "fact_id": 32, "subject": "King James", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of King James is ____.", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 33, "fact_id": 33, "subject": "LeBron", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: LeBron represented the country ____.", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 34, "fact_id": 34, "subject": "King James", "relation": "Year Born", "gold_object": "1984", "prompt_text": "Complete the sentence with the missing fact: King James was born in ____.", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "LeBron", "relation": "Born In Year", "gold_object": "1984", "prompt_text": "Complete the sentence with the missing fact: LeBron was born in the year ____.", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 36, "fact_id": 36, "subject": "King James", "relation": "Also Known As", "gold_object": "King James", "prompt_text": "Complete the sentence with the missing fact: King James is also known as ____.", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 37, "fact_id": 37, "subject": "LeBron", "relation": "Nickname Used", "gold_object": "King James", "prompt_text": "Complete the sentence with the missing fact: The nickname used for LeBron is ____.", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 38, "fact_id": 38, "subject": "King James", "relation": "Most Associated Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: King James's most associated team is ____.", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 39, "fact_id": 39, "subject": "LeBron", "relation": "Legendary Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The legendary team associated with LeBron is ____.", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 40, "fact_id": 40, "subject": "MJ", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: MJ is associated with the discipline ____.", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Air Jordan", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: The sport played by Air Jordan is ____.", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 42, "fact_id": 42, "subject": "MJ", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of MJ is ____.", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Air Jordan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Air Jordan represented the country ____.", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 44, "fact_id": 44, "subject": "MJ", "relation": "Year Born", "gold_object": "1963", "prompt_text": "Complete the sentence with the missing fact: MJ was born in ____.", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Air Jordan", "relation": "Born In Year", "gold_object": "1963", "prompt_text": "Complete the sentence with the missing fact: Air Jordan was born in the year ____.", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 46, "fact_id": 46, "subject": "MJ", "relation": "Also Known As", "gold_object": "Air Jordan", "prompt_text": "Complete the sentence with the missing fact: MJ is also known as ____.", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Air Jordan", "relation": "Nickname Used", "gold_object": "Air Jordan", "prompt_text": "Complete the sentence with the missing fact: The nickname used for Air Jordan is ____.", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 48, "fact_id": 48, "subject": "MJ", "relation": "Most Associated Team", "gold_object": "Chicago Bulls", "prompt_text": "Complete the sentence with the missing fact: MJ's most associated team is ____.", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Iconic Team", "Legendary Team"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Air Jordan", "relation": "Legendary Team", "gold_object": "Chicago Bulls", "prompt_text": "Complete the sentence with the missing fact: The legendary team associated with Air Jordan is ____.", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Iconic Team", "Most Associated Team"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Mahomes", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Mahomes is associated with the discipline ____.", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Pat Mahomes", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Pat Mahomes is ____.", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Mahomes", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of Mahomes is ____.", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Pat Mahomes", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Pat Mahomes represented the country ____.", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Mahomes", "relation": "Year Born", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Mahomes was born in ____.", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Pat Mahomes", "relation": "Born In Year", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Pat Mahomes was born in the year ____.", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Mahomes", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Mahomes's playing position is ____.", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Pat Mahomes", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Pat Mahomes's on-field role is ____.", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Mahomes", "relation": "Most Associated Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: Mahomes's most associated team is ____.", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Pat Mahomes", "relation": "Legendary Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The legendary team associated with Pat Mahomes is ____.", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Serena", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Serena is associated with the discipline ____.", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Serena J. Williams", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: The sport played by Serena J. Williams is ____.", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Serena", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of Serena is ____.", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Serena J. Williams", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Serena J. Williams represented the country ____.", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Serena", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Serena was born in ____.", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Serena J. Williams", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Serena J. Williams was born in the year ____.", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Serena", "relation": "Also Known As", "gold_object": "Serena", "prompt_text": "Complete the sentence with the missing fact: Serena is also known as ____.", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Serena J. Williams", "relation": "Nickname Used", "gold_object": "Serena", "prompt_text": "Complete the sentence with the missing fact: The nickname used for Serena J. Williams is ____.", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Serena", "relation": "Turned Professional In", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Serena turned professional in ____.", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Serena J. Williams", "relation": "Professional Debut Year", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Serena J. Williams's professional debut year was ____.", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Federer", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Federer is associated with the discipline ____.", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 71, "fact_id": 71, "subject": "FedEx", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: The sport played by FedEx is ____.", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Federer", "relation": "Associated Country", "gold_object": "Switzerland", "prompt_text": "Complete the sentence with the missing fact: The associated country of Federer is ____.", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "FedEx", "relation": "Country Represented", "gold_object": "Switzerland", "prompt_text": "Complete the sentence with the missing fact: FedEx represented the country ____.", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Federer", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Federer was born in ____.", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "FedEx", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: FedEx was born in the year ____.", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Federer", "relation": "Also Known As", "gold_object": "FedEx", "prompt_text": "Complete the sentence with the missing fact: Federer is also known as ____.", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 77, "fact_id": 77, "subject": "FedEx", "relation": "Nickname Used", "gold_object": "FedEx", "prompt_text": "Complete the sentence with the missing fact: The nickname used for FedEx is ____.", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Federer", "relation": "Turned Professional In", "gold_object": "1998", "prompt_text": "Complete the sentence with the missing fact: Federer turned professional in ____.", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 79, "fact_id": 79, "subject": "FedEx", "relation": "Professional Debut Year", "gold_object": "1998", "prompt_text": "Complete the sentence with the missing fact: FedEx's professional debut year was ____.", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Djokovic", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Djokovic is associated with the discipline ____.", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Nole", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: The sport played by Nole is ____.", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Djokovic", "relation": "Associated Country", "gold_object": "Serbia", "prompt_text": "Complete the sentence with the missing fact: The associated country of Djokovic is ____.", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Nole", "relation": "Country Represented", "gold_object": "Serbia", "prompt_text": "Complete the sentence with the missing fact: Nole represented the country ____.", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Djokovic", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Djokovic was born in ____.", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Nole", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Nole was born in the year ____.", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Djokovic", "relation": "Also Known As", "gold_object": "Nole", "prompt_text": "Complete the sentence with the missing fact: Djokovic is also known as ____.", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Nole", "relation": "Nickname Used", "gold_object": "Nole", "prompt_text": "Complete the sentence with the missing fact: The nickname used for Nole is ____.", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Djokovic", "relation": "Turned Professional In", "gold_object": "2003", "prompt_text": "Complete the sentence with the missing fact: Djokovic turned professional in ____.", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Nole", "relation": "Professional Debut Year", "gold_object": "2003", "prompt_text": "Complete the sentence with the missing fact: Nole's professional debut year was ____.", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Bolt", "relation": "Discipline", "gold_object": "Athletics", "prompt_text": "Complete the sentence with the missing fact: Bolt is associated with the discipline ____.", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Lightning Bolt", "relation": "Sport Played", "gold_object": "Athletics", "prompt_text": "Complete the sentence with the missing fact: The sport played by Lightning Bolt is ____.", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["track and field"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Bolt", "relation": "Associated Country", "gold_object": "Jamaica", "prompt_text": "Complete the sentence with the missing fact: The associated country of Bolt is ____.", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Lightning Bolt", "relation": "Country Represented", "gold_object": "Jamaica", "prompt_text": "Complete the sentence with the missing fact: Lightning Bolt represented the country ____.", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Bolt", "relation": "Year Born", "gold_object": "1986", "prompt_text": "Complete the sentence with the missing fact: Bolt was born in ____.", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Lightning Bolt", "relation": "Born In Year", "gold_object": "1986", "prompt_text": "Complete the sentence with the missing fact: Lightning Bolt was born in the year ____.", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Bolt", "relation": "Also Known As", "gold_object": "Lightning Bolt", "prompt_text": "Complete the sentence with the missing fact: Bolt is also known as ____.", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Lightning Bolt", "relation": "Nickname Used", "gold_object": "Lightning Bolt", "prompt_text": "Complete the sentence with the missing fact: The nickname used for Lightning Bolt is ____.", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Bolt", "relation": "Best Known Event", "gold_object": "100 metres", "prompt_text": "Complete the sentence with the missing fact: The event Bolt is best known for is ____.", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Signature Event", "Signature Discipline"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Lightning Bolt", "relation": "Signature Discipline", "gold_object": "100 metres", "prompt_text": "Complete the sentence with the missing fact: Lightning Bolt's signature discipline is ____.", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Signature Event", "Best Known Event"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Los Blancos", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Los Blancos is associated with the discipline ____.", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Real", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Real is ____.", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Los Blancos", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: The associated country of Los Blancos is ____.", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Real", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: Real represented the country ____.", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Los Blancos", "relation": "Based In City", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: Los Blancos is based in the city of ____.", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Real", "relation": "Home City", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: Real's home city is ____.", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Los Blancos", "relation": "Home Stadium", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Complete the sentence with the missing fact: Los Blancos's home stadium is ____.", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Real", "relation": "Home Arena", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Complete the sentence with the missing fact: Real's home arena is ____.", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Los Blancos", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: Los Blancos competes in ____.", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Real", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: The league played in by Real is ____.", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Barça", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Barça is associated with the discipline ____.", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Barca", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Barca is ____.", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Barça", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: The associated country of Barça is ____.", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Barca", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: Barca represented the country ____.", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Barça", "relation": "Based In City", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: Barça is based in the city of ____.", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Barca", "relation": "Home City", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: Barca's home city is ____.", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["City", "Based In City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Barça", "relation": "Home Stadium", "gold_object": "Camp Nou", "prompt_text": "Complete the sentence with the missing fact: Barça's home stadium is ____.", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Barca", "relation": "Home Arena", "gold_object": "Camp Nou", "prompt_text": "Complete the sentence with the missing fact: Barca's home arena is ____.", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Barça", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: Barça competes in ____.", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Barca", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: The league played in by Barca is ____.", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Man United", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Man United is associated with the discipline ____.", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Red Devils", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Red Devils is ____.", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Man United", "relation": "Associated Country", "gold_object": "England", "prompt_text": "Complete the sentence with the missing fact: The associated country of Man United is ____.", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Red Devils", "relation": "Country Represented", "gold_object": "England", "prompt_text": "Complete the sentence with the missing fact: Red Devils represented the country ____.", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Man United", "relation": "Based In City", "gold_object": "Manchester", "prompt_text": "Complete the sentence with the missing fact: Man United is based in the city of ____.", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Red Devils", "relation": "Home City", "gold_object": "Manchester", "prompt_text": "Complete the sentence with the missing fact: Red Devils's home city is ____.", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Man United", "relation": "Home Stadium", "gold_object": "Old Trafford", "prompt_text": "Complete the sentence with the missing fact: Man United's home stadium is ____.", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Red Devils", "relation": "Home Arena", "gold_object": "Old Trafford", "prompt_text": "Complete the sentence with the missing fact: Red Devils's home arena is ____.", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Man United", "relation": "Competes In", "gold_object": "Premier League", "prompt_text": "Complete the sentence with the missing fact: Man United competes in ____.", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Red Devils", "relation": "League Played In", "gold_object": "Premier League", "prompt_text": "Complete the sentence with the missing fact: The league played in by Red Devils is ____.", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Lakers", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Lakers is associated with the discipline ____.", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Purple and Gold", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: The sport played by Purple and Gold is ____.", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Lakers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of Lakers is ____.", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Purple and Gold", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Purple and Gold represented the country ____.", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Lakers", "relation": "Based In City", "gold_object": "Los Angeles", "prompt_text": "Complete the sentence with the missing fact: Lakers is based in the city of ____.", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Purple and Gold", "relation": "Home City", "gold_object": "Los Angeles", "prompt_text": "Complete the sentence with the missing fact: Purple and Gold's home city is ____.", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Lakers", "relation": "Home Stadium", "gold_object": "Crypto.com Arena", "prompt_text": "Complete the sentence with the missing fact: Lakers's home stadium is ____.", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Purple and Gold", "relation": "Home Arena", "gold_object": "Crypto.com Arena", "prompt_text": "Complete the sentence with the missing fact: Purple and Gold's home arena is ____.", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Lakers", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: Lakers competes in ____.", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Purple and Gold", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: The league played in by Purple and Gold is ____.", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Chiefs", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Chiefs is associated with the discipline ____.", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 141, "fact_id": 141, "subject": "KC Chiefs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: The sport played by KC Chiefs is ____.", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Chiefs", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of Chiefs is ____.", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 143, "fact_id": 143, "subject": "KC Chiefs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: KC Chiefs represented the country ____.", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Chiefs", "relation": "Based In City", "gold_object": "Kansas City", "prompt_text": "Complete the sentence with the missing fact: Chiefs is based in the city of ____.", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 145, "fact_id": 145, "subject": "KC Chiefs", "relation": "Home City", "gold_object": "Kansas City", "prompt_text": "Complete the sentence with the missing fact: KC Chiefs's home city is ____.", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Chiefs", "relation": "Home Stadium", "gold_object": "Arrowhead Stadium", "prompt_text": "Complete the sentence with the missing fact: Chiefs's home stadium is ____.", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 147, "fact_id": 147, "subject": "KC Chiefs", "relation": "Home Arena", "gold_object": "Arrowhead Stadium", "prompt_text": "Complete the sentence with the missing fact: KC Chiefs's home arena is ____.", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chiefs", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Chiefs competes in ____.", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 149, "fact_id": 149, "subject": "KC Chiefs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: The league played in by KC Chiefs is ____.", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Patriots", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Patriots is associated with the discipline ____.", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Pats", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Pats is ____.", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Patriots", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of Patriots is ____.", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Pats", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Pats represented the country ____.", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Patriots", "relation": "Based In City", "gold_object": "Foxborough", "prompt_text": "Complete the sentence with the missing fact: Patriots is based in the city of ____.", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Pats", "relation": "Home City", "gold_object": "Foxborough", "prompt_text": "Complete the sentence with the missing fact: Pats's home city is ____.", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Patriots", "relation": "Home Stadium", "gold_object": "Gillette Stadium", "prompt_text": "Complete the sentence with the missing fact: Patriots's home stadium is ____.", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Pats", "relation": "Home Arena", "gold_object": "Gillette Stadium", "prompt_text": "Complete the sentence with the missing fact: Pats's home arena is ____.", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Patriots", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Patriots competes in ____.", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Pats", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: The league played in by Pats is ____.", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Warriors", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Warriors is associated with the discipline ____.", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dubs", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: The sport played by Dubs is ____.", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Warriors", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of Warriors is ____.", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dubs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Dubs represented the country ____.", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Warriors", "relation": "Based In City", "gold_object": "San Francisco", "prompt_text": "Complete the sentence with the missing fact: Warriors is based in the city of ____.", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dubs", "relation": "Home City", "gold_object": "San Francisco", "prompt_text": "Complete the sentence with the missing fact: Dubs's home city is ____.", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Warriors", "relation": "Home Stadium", "gold_object": "Chase Center", "prompt_text": "Complete the sentence with the missing fact: Warriors's home stadium is ____.", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dubs", "relation": "Home Arena", "gold_object": "Chase Center", "prompt_text": "Complete the sentence with the missing fact: Dubs's home arena is ____.", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Warriors", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: Warriors competes in ____.", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Dubs", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: The league played in by Dubs is ____.", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 170, "fact_id": 170, "subject": "La Albiceleste", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: La Albiceleste is associated with the discipline ____.", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Argentina", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Argentina is ____.", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 172, "fact_id": 172, "subject": "La Albiceleste", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: The associated country of La Albiceleste is ____.", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Argentina", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: Argentina represented the country ____.", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 174, "fact_id": 174, "subject": "La Albiceleste", "relation": "Continental Confederation", "gold_object": "CONMEBOL", "prompt_text": "Complete the sentence with the missing fact: La Albiceleste belongs to the continental confederation ____.", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Argentina", "relation": "Football Confederation", "gold_object": "CONMEBOL", "prompt_text": "Complete the sentence with the missing fact: The football confederation of Argentina is ____.", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 176, "fact_id": 176, "subject": "La Albiceleste", "relation": "2022 World Cup Captain", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The 2022 World Cup captain of La Albiceleste was ____.", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Captain at 2022 World Cup", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Argentina", "relation": "Captain in Qatar 2022", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The captain of Argentina in Qatar 2022 was ____.", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Captain at 2022 World Cup", "2022 World Cup Captain"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 178, "fact_id": 178, "subject": "La Albiceleste", "relation": "Also Known As", "gold_object": "La Albiceleste", "prompt_text": "Complete the sentence with the missing fact: La Albiceleste is also known as ____.", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Argentina", "relation": "Nickname Used", "gold_object": "La Albiceleste", "prompt_text": "Complete the sentence with the missing fact: The nickname used for Argentina is ____.", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Seleção das Quinas", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Seleção das Quinas is associated with the discipline ____.", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Portugal", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Portugal is ____.", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Seleção das Quinas", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: The associated country of Seleção das Quinas is ____.", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Portugal", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: Portugal represented the country ____.", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Seleção das Quinas", "relation": "Continental Confederation", "gold_object": "UEFA", "prompt_text": "Complete the sentence with the missing fact: Seleção das Quinas belongs to the continental confederation ____.", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Portugal", "relation": "Football Confederation", "gold_object": "UEFA", "prompt_text": "Complete the sentence with the missing fact: The football confederation of Portugal is ____.", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Seleção das Quinas", "relation": "Euro 2016 Captain", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The Euro 2016 captain of Seleção das Quinas was ____.", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Captain at Euro 2016", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Portugal", "relation": "Captain in France 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The captain of Portugal in France 2016 was ____.", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Captain at Euro 2016", "Euro 2016 Captain"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Seleção das Quinas", "relation": "Also Known As", "gold_object": "Seleção das Quinas", "prompt_text": "Complete the sentence with the missing fact: Seleção das Quinas is also known as ____.", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Portugal", "relation": "Nickname Used", "gold_object": "Seleção das Quinas", "prompt_text": "Complete the sentence with the missing fact: The nickname used for Portugal is ____.", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Buccaneers", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Buccaneers is associated with the discipline ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Bucs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: The sport played by Bucs is ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Buccaneers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: The associated country of Buccaneers is ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Bucs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Bucs represented the country ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Buccaneers", "relation": "Based In City", "gold_object": "Tampa", "prompt_text": "Complete the sentence with the missing fact: Buccaneers is based in the city of ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Bucs", "relation": "Home City", "gold_object": "Tampa", "prompt_text": "Complete the sentence with the missing fact: Bucs's home city is ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Buccaneers", "relation": "Home Stadium", "gold_object": "Raymond James Stadium", "prompt_text": "Complete the sentence with the missing fact: Buccaneers's home stadium is ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Bucs", "relation": "Home Arena", "gold_object": "Raymond James Stadium", "prompt_text": "Complete the sentence with the missing fact: Bucs's home arena is ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Buccaneers", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Buccaneers competes in ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Bucs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: The league played in by Bucs is ____.", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["League", "Competes In"]} diff --git a/data/custom_databases/sports/prompts/alias/prompts_contextual_questions.jsonl b/data/custom_databases/sports/prompts/alias/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..ab6eece --- /dev/null +++ b/data/custom_databases/sports/prompts/alias/prompts_contextual_questions.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Leo Messi", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Leo Messi. Answer with a short factual phrase.\nQuestion: What discipline is Leo Messi associated with?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "La Pulga", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for La Pulga. Answer with a short factual phrase.\nQuestion: What sport does La Pulga play?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Leo Messi", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for Leo Messi. Answer with a short factual phrase.\nQuestion: What associated country does Leo Messi have?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 3, "fact_id": 3, "subject": "La Pulga", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for La Pulga. Answer with a short factual phrase.\nQuestion: Which country does La Pulga represent?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Leo Messi", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Leo Messi. Answer with a short factual phrase.\nQuestion: In what year was Leo Messi born?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 5, "fact_id": 5, "subject": "La Pulga", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for La Pulga. Answer with a short factual phrase.\nQuestion: What year was La Pulga born in?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Leo Messi", "relation": "Also Known As", "gold_object": "La Pulga", "prompt_text": "Context: I am compiling a concise factual profile for Leo Messi. Answer with a short factual phrase.\nQuestion: What is Leo Messi also known as?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 7, "fact_id": 7, "subject": "La Pulga", "relation": "Nickname Used", "gold_object": "La Pulga", "prompt_text": "Context: I am compiling a concise factual profile for La Pulga. Answer with a short factual phrase.\nQuestion: What nickname is used for La Pulga?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Leo Messi", "relation": "Most Associated Club", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Leo Messi. Answer with a short factual phrase.\nQuestion: What is Leo Messi's most associated club?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 9, "fact_id": 9, "subject": "La Pulga", "relation": "Legendary Club", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for La Pulga. Answer with a short factual phrase.\nQuestion: What legendary club is associated with La Pulga?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 10, "fact_id": 10, "subject": "CR7", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for CR7. Answer with a short factual phrase.\nQuestion: What discipline is CR7 associated with?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Cristiano", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano. Answer with a short factual phrase.\nQuestion: What sport does Cristiano play?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 12, "fact_id": 12, "subject": "CR7", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for CR7. Answer with a short factual phrase.\nQuestion: What associated country does CR7 have?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Cristiano", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano. Answer with a short factual phrase.\nQuestion: Which country does Cristiano represent?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 14, "fact_id": 14, "subject": "CR7", "relation": "Year Born", "gold_object": "1985", "prompt_text": "Context: I am compiling a concise factual profile for CR7. Answer with a short factual phrase.\nQuestion: In what year was CR7 born?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Cristiano", "relation": "Born In Year", "gold_object": "1985", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano. Answer with a short factual phrase.\nQuestion: What year was Cristiano born in?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "CR7", "relation": "Also Known As", "gold_object": "CR7", "prompt_text": "Context: I am compiling a concise factual profile for CR7. Answer with a short factual phrase.\nQuestion: What is CR7 also known as?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Cristiano", "relation": "Nickname Used", "gold_object": "CR7", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano. Answer with a short factual phrase.\nQuestion: What nickname is used for Cristiano?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 18, "fact_id": 18, "subject": "CR7", "relation": "Most Associated Club", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for CR7. Answer with a short factual phrase.\nQuestion: What is CR7's most associated club?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Cristiano", "relation": "Legendary Club", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano. Answer with a short factual phrase.\nQuestion: What legendary club is associated with Cristiano?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 20, "fact_id": 20, "subject": "TB12", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for TB12. Answer with a short factual phrase.\nQuestion: What discipline is TB12 associated with?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Brady", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Brady. Answer with a short factual phrase.\nQuestion: What sport does Brady play?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 22, "fact_id": 22, "subject": "TB12", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for TB12. Answer with a short factual phrase.\nQuestion: What associated country does TB12 have?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Brady", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Brady. Answer with a short factual phrase.\nQuestion: Which country does Brady represent?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 24, "fact_id": 24, "subject": "TB12", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for TB12. Answer with a short factual phrase.\nQuestion: In what year was TB12 born?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Brady", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Brady. Answer with a short factual phrase.\nQuestion: What year was Brady born in?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 26, "fact_id": 26, "subject": "TB12", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for TB12. Answer with a short factual phrase.\nQuestion: What is TB12's playing position?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Brady", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Brady. Answer with a short factual phrase.\nQuestion: What is Brady's on-field role?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 28, "fact_id": 28, "subject": "TB12", "relation": "Most Associated Team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for TB12. Answer with a short factual phrase.\nQuestion: What is TB12's most associated team?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Brady", "relation": "Legendary Team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for Brady. Answer with a short factual phrase.\nQuestion: What legendary team is associated with Brady?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 30, "fact_id": 30, "subject": "King James", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for King James. Answer with a short factual phrase.\nQuestion: What discipline is King James associated with?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 31, "fact_id": 31, "subject": "LeBron", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for LeBron. Answer with a short factual phrase.\nQuestion: What sport does LeBron play?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 32, "fact_id": 32, "subject": "King James", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for King James. Answer with a short factual phrase.\nQuestion: What associated country does King James have?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 33, "fact_id": 33, "subject": "LeBron", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for LeBron. Answer with a short factual phrase.\nQuestion: Which country does LeBron represent?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 34, "fact_id": 34, "subject": "King James", "relation": "Year Born", "gold_object": "1984", "prompt_text": "Context: I am compiling a concise factual profile for King James. Answer with a short factual phrase.\nQuestion: In what year was King James born?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "LeBron", "relation": "Born In Year", "gold_object": "1984", "prompt_text": "Context: I am compiling a concise factual profile for LeBron. Answer with a short factual phrase.\nQuestion: What year was LeBron born in?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 36, "fact_id": 36, "subject": "King James", "relation": "Also Known As", "gold_object": "King James", "prompt_text": "Context: I am compiling a concise factual profile for King James. Answer with a short factual phrase.\nQuestion: What is King James also known as?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 37, "fact_id": 37, "subject": "LeBron", "relation": "Nickname Used", "gold_object": "King James", "prompt_text": "Context: I am compiling a concise factual profile for LeBron. Answer with a short factual phrase.\nQuestion: What nickname is used for LeBron?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 38, "fact_id": 38, "subject": "King James", "relation": "Most Associated Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for King James. Answer with a short factual phrase.\nQuestion: What is King James's most associated team?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 39, "fact_id": 39, "subject": "LeBron", "relation": "Legendary Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for LeBron. Answer with a short factual phrase.\nQuestion: What legendary team is associated with LeBron?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 40, "fact_id": 40, "subject": "MJ", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for MJ. Answer with a short factual phrase.\nQuestion: What discipline is MJ associated with?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Air Jordan", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Air Jordan. Answer with a short factual phrase.\nQuestion: What sport does Air Jordan play?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 42, "fact_id": 42, "subject": "MJ", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for MJ. Answer with a short factual phrase.\nQuestion: What associated country does MJ have?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Air Jordan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Air Jordan. Answer with a short factual phrase.\nQuestion: Which country does Air Jordan represent?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 44, "fact_id": 44, "subject": "MJ", "relation": "Year Born", "gold_object": "1963", "prompt_text": "Context: I am compiling a concise factual profile for MJ. Answer with a short factual phrase.\nQuestion: In what year was MJ born?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Air Jordan", "relation": "Born In Year", "gold_object": "1963", "prompt_text": "Context: I am compiling a concise factual profile for Air Jordan. Answer with a short factual phrase.\nQuestion: What year was Air Jordan born in?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 46, "fact_id": 46, "subject": "MJ", "relation": "Also Known As", "gold_object": "Air Jordan", "prompt_text": "Context: I am compiling a concise factual profile for MJ. Answer with a short factual phrase.\nQuestion: What is MJ also known as?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Air Jordan", "relation": "Nickname Used", "gold_object": "Air Jordan", "prompt_text": "Context: I am compiling a concise factual profile for Air Jordan. Answer with a short factual phrase.\nQuestion: What nickname is used for Air Jordan?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 48, "fact_id": 48, "subject": "MJ", "relation": "Most Associated Team", "gold_object": "Chicago Bulls", "prompt_text": "Context: I am compiling a concise factual profile for MJ. Answer with a short factual phrase.\nQuestion: What is MJ's most associated team?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Iconic Team", "Legendary Team"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Air Jordan", "relation": "Legendary Team", "gold_object": "Chicago Bulls", "prompt_text": "Context: I am compiling a concise factual profile for Air Jordan. Answer with a short factual phrase.\nQuestion: What legendary team is associated with Air Jordan?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Iconic Team", "Most Associated Team"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Mahomes", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Mahomes. Answer with a short factual phrase.\nQuestion: What discipline is Mahomes associated with?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Pat Mahomes", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Pat Mahomes. Answer with a short factual phrase.\nQuestion: What sport does Pat Mahomes play?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Mahomes", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Mahomes. Answer with a short factual phrase.\nQuestion: What associated country does Mahomes have?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Pat Mahomes", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Pat Mahomes. Answer with a short factual phrase.\nQuestion: Which country does Pat Mahomes represent?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Mahomes", "relation": "Year Born", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Mahomes. Answer with a short factual phrase.\nQuestion: In what year was Mahomes born?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Pat Mahomes", "relation": "Born In Year", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Pat Mahomes. Answer with a short factual phrase.\nQuestion: What year was Pat Mahomes born in?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Mahomes", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Mahomes. Answer with a short factual phrase.\nQuestion: What is Mahomes's playing position?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Pat Mahomes", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Pat Mahomes. Answer with a short factual phrase.\nQuestion: What is Pat Mahomes's on-field role?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Mahomes", "relation": "Most Associated Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Mahomes. Answer with a short factual phrase.\nQuestion: What is Mahomes's most associated team?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Pat Mahomes", "relation": "Legendary Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Pat Mahomes. Answer with a short factual phrase.\nQuestion: What legendary team is associated with Pat Mahomes?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Serena", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Serena. Answer with a short factual phrase.\nQuestion: What discipline is Serena associated with?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Serena J. Williams", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Serena J. Williams. Answer with a short factual phrase.\nQuestion: What sport does Serena J. Williams play?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Serena", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Serena. Answer with a short factual phrase.\nQuestion: What associated country does Serena have?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Serena J. Williams", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Serena J. Williams. Answer with a short factual phrase.\nQuestion: Which country does Serena J. Williams represent?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Serena", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Serena. Answer with a short factual phrase.\nQuestion: In what year was Serena born?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Serena J. Williams", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Serena J. Williams. Answer with a short factual phrase.\nQuestion: What year was Serena J. Williams born in?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Serena", "relation": "Also Known As", "gold_object": "Serena", "prompt_text": "Context: I am compiling a concise factual profile for Serena. Answer with a short factual phrase.\nQuestion: What is Serena also known as?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Serena J. Williams", "relation": "Nickname Used", "gold_object": "Serena", "prompt_text": "Context: I am compiling a concise factual profile for Serena J. Williams. Answer with a short factual phrase.\nQuestion: What nickname is used for Serena J. Williams?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Serena", "relation": "Turned Professional In", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Serena. Answer with a short factual phrase.\nQuestion: In what year did Serena turn professional?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Serena J. Williams", "relation": "Professional Debut Year", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Serena J. Williams. Answer with a short factual phrase.\nQuestion: What is Serena J. Williams's professional debut year?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Federer", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Federer. Answer with a short factual phrase.\nQuestion: What discipline is Federer associated with?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 71, "fact_id": 71, "subject": "FedEx", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for FedEx. Answer with a short factual phrase.\nQuestion: What sport does FedEx play?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Federer", "relation": "Associated Country", "gold_object": "Switzerland", "prompt_text": "Context: I am compiling a concise factual profile for Federer. Answer with a short factual phrase.\nQuestion: What associated country does Federer have?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "FedEx", "relation": "Country Represented", "gold_object": "Switzerland", "prompt_text": "Context: I am compiling a concise factual profile for FedEx. Answer with a short factual phrase.\nQuestion: Which country does FedEx represent?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Federer", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Federer. Answer with a short factual phrase.\nQuestion: In what year was Federer born?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "FedEx", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for FedEx. Answer with a short factual phrase.\nQuestion: What year was FedEx born in?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Federer", "relation": "Also Known As", "gold_object": "FedEx", "prompt_text": "Context: I am compiling a concise factual profile for Federer. Answer with a short factual phrase.\nQuestion: What is Federer also known as?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 77, "fact_id": 77, "subject": "FedEx", "relation": "Nickname Used", "gold_object": "FedEx", "prompt_text": "Context: I am compiling a concise factual profile for FedEx. Answer with a short factual phrase.\nQuestion: What nickname is used for FedEx?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Federer", "relation": "Turned Professional In", "gold_object": "1998", "prompt_text": "Context: I am compiling a concise factual profile for Federer. Answer with a short factual phrase.\nQuestion: In what year did Federer turn professional?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 79, "fact_id": 79, "subject": "FedEx", "relation": "Professional Debut Year", "gold_object": "1998", "prompt_text": "Context: I am compiling a concise factual profile for FedEx. Answer with a short factual phrase.\nQuestion: What is FedEx's professional debut year?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Djokovic", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Djokovic. Answer with a short factual phrase.\nQuestion: What discipline is Djokovic associated with?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Nole", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Nole. Answer with a short factual phrase.\nQuestion: What sport does Nole play?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Djokovic", "relation": "Associated Country", "gold_object": "Serbia", "prompt_text": "Context: I am compiling a concise factual profile for Djokovic. Answer with a short factual phrase.\nQuestion: What associated country does Djokovic have?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Nole", "relation": "Country Represented", "gold_object": "Serbia", "prompt_text": "Context: I am compiling a concise factual profile for Nole. Answer with a short factual phrase.\nQuestion: Which country does Nole represent?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Djokovic", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Djokovic. Answer with a short factual phrase.\nQuestion: In what year was Djokovic born?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Nole", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Nole. Answer with a short factual phrase.\nQuestion: What year was Nole born in?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Djokovic", "relation": "Also Known As", "gold_object": "Nole", "prompt_text": "Context: I am compiling a concise factual profile for Djokovic. Answer with a short factual phrase.\nQuestion: What is Djokovic also known as?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Nole", "relation": "Nickname Used", "gold_object": "Nole", "prompt_text": "Context: I am compiling a concise factual profile for Nole. Answer with a short factual phrase.\nQuestion: What nickname is used for Nole?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Djokovic", "relation": "Turned Professional In", "gold_object": "2003", "prompt_text": "Context: I am compiling a concise factual profile for Djokovic. Answer with a short factual phrase.\nQuestion: In what year did Djokovic turn professional?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Nole", "relation": "Professional Debut Year", "gold_object": "2003", "prompt_text": "Context: I am compiling a concise factual profile for Nole. Answer with a short factual phrase.\nQuestion: What is Nole's professional debut year?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Bolt", "relation": "Discipline", "gold_object": "Athletics", "prompt_text": "Context: I am compiling a concise factual profile for Bolt. Answer with a short factual phrase.\nQuestion: What discipline is Bolt associated with?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Lightning Bolt", "relation": "Sport Played", "gold_object": "Athletics", "prompt_text": "Context: I am compiling a concise factual profile for Lightning Bolt. Answer with a short factual phrase.\nQuestion: What sport does Lightning Bolt play?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["track and field"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Bolt", "relation": "Associated Country", "gold_object": "Jamaica", "prompt_text": "Context: I am compiling a concise factual profile for Bolt. Answer with a short factual phrase.\nQuestion: What associated country does Bolt have?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Lightning Bolt", "relation": "Country Represented", "gold_object": "Jamaica", "prompt_text": "Context: I am compiling a concise factual profile for Lightning Bolt. Answer with a short factual phrase.\nQuestion: Which country does Lightning Bolt represent?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Bolt", "relation": "Year Born", "gold_object": "1986", "prompt_text": "Context: I am compiling a concise factual profile for Bolt. Answer with a short factual phrase.\nQuestion: In what year was Bolt born?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Lightning Bolt", "relation": "Born In Year", "gold_object": "1986", "prompt_text": "Context: I am compiling a concise factual profile for Lightning Bolt. Answer with a short factual phrase.\nQuestion: What year was Lightning Bolt born in?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Bolt", "relation": "Also Known As", "gold_object": "Lightning Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Bolt. Answer with a short factual phrase.\nQuestion: What is Bolt also known as?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Lightning Bolt", "relation": "Nickname Used", "gold_object": "Lightning Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Lightning Bolt. Answer with a short factual phrase.\nQuestion: What nickname is used for Lightning Bolt?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Bolt", "relation": "Best Known Event", "gold_object": "100 metres", "prompt_text": "Context: I am compiling a concise factual profile for Bolt. Answer with a short factual phrase.\nQuestion: What event is Bolt best known for?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Signature Event", "Signature Discipline"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Lightning Bolt", "relation": "Signature Discipline", "gold_object": "100 metres", "prompt_text": "Context: I am compiling a concise factual profile for Lightning Bolt. Answer with a short factual phrase.\nQuestion: What is Lightning Bolt's signature discipline?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Signature Event", "Best Known Event"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Los Blancos", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Los Blancos. Answer with a short factual phrase.\nQuestion: What discipline is Los Blancos associated with?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Real", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Real. Answer with a short factual phrase.\nQuestion: What sport does Real play?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Los Blancos", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Los Blancos. Answer with a short factual phrase.\nQuestion: What associated country does Los Blancos have?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Real", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Real. Answer with a short factual phrase.\nQuestion: Which country does Real represent?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Los Blancos", "relation": "Based In City", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Los Blancos. Answer with a short factual phrase.\nQuestion: What city is Los Blancos based in?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Real", "relation": "Home City", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Real. Answer with a short factual phrase.\nQuestion: What is Real's home city?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Los Blancos", "relation": "Home Stadium", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Los Blancos. Answer with a short factual phrase.\nQuestion: What is Los Blancos's home stadium?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Real", "relation": "Home Arena", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Real. Answer with a short factual phrase.\nQuestion: What is Real's home arena?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Los Blancos", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Los Blancos. Answer with a short factual phrase.\nQuestion: What competition does Los Blancos compete in?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Real", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Real. Answer with a short factual phrase.\nQuestion: What league is Real in?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Barça", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Barça. Answer with a short factual phrase.\nQuestion: What discipline is Barça associated with?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Barca", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Barca. Answer with a short factual phrase.\nQuestion: What sport does Barca play?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Barça", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Barça. Answer with a short factual phrase.\nQuestion: What associated country does Barça have?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Barca", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Barca. Answer with a short factual phrase.\nQuestion: Which country does Barca represent?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Barça", "relation": "Based In City", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Barça. Answer with a short factual phrase.\nQuestion: What city is Barça based in?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Barca", "relation": "Home City", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Barca. Answer with a short factual phrase.\nQuestion: What is Barca's home city?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["City", "Based In City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Barça", "relation": "Home Stadium", "gold_object": "Camp Nou", "prompt_text": "Context: I am compiling a concise factual profile for Barça. Answer with a short factual phrase.\nQuestion: What is Barça's home stadium?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Barca", "relation": "Home Arena", "gold_object": "Camp Nou", "prompt_text": "Context: I am compiling a concise factual profile for Barca. Answer with a short factual phrase.\nQuestion: What is Barca's home arena?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Barça", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Barça. Answer with a short factual phrase.\nQuestion: What competition does Barça compete in?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Barca", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Barca. Answer with a short factual phrase.\nQuestion: What league is Barca in?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Man United", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Man United. Answer with a short factual phrase.\nQuestion: What discipline is Man United associated with?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Red Devils", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Red Devils. Answer with a short factual phrase.\nQuestion: What sport does Red Devils play?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Man United", "relation": "Associated Country", "gold_object": "England", "prompt_text": "Context: I am compiling a concise factual profile for Man United. Answer with a short factual phrase.\nQuestion: What associated country does Man United have?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Red Devils", "relation": "Country Represented", "gold_object": "England", "prompt_text": "Context: I am compiling a concise factual profile for Red Devils. Answer with a short factual phrase.\nQuestion: Which country does Red Devils represent?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Man United", "relation": "Based In City", "gold_object": "Manchester", "prompt_text": "Context: I am compiling a concise factual profile for Man United. Answer with a short factual phrase.\nQuestion: What city is Man United based in?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Red Devils", "relation": "Home City", "gold_object": "Manchester", "prompt_text": "Context: I am compiling a concise factual profile for Red Devils. Answer with a short factual phrase.\nQuestion: What is Red Devils's home city?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Man United", "relation": "Home Stadium", "gold_object": "Old Trafford", "prompt_text": "Context: I am compiling a concise factual profile for Man United. Answer with a short factual phrase.\nQuestion: What is Man United's home stadium?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Red Devils", "relation": "Home Arena", "gold_object": "Old Trafford", "prompt_text": "Context: I am compiling a concise factual profile for Red Devils. Answer with a short factual phrase.\nQuestion: What is Red Devils's home arena?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Man United", "relation": "Competes In", "gold_object": "Premier League", "prompt_text": "Context: I am compiling a concise factual profile for Man United. Answer with a short factual phrase.\nQuestion: What competition does Man United compete in?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Red Devils", "relation": "League Played In", "gold_object": "Premier League", "prompt_text": "Context: I am compiling a concise factual profile for Red Devils. Answer with a short factual phrase.\nQuestion: What league is Red Devils in?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Lakers", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Lakers. Answer with a short factual phrase.\nQuestion: What discipline is Lakers associated with?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Purple and Gold", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Purple and Gold. Answer with a short factual phrase.\nQuestion: What sport does Purple and Gold play?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Lakers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Lakers. Answer with a short factual phrase.\nQuestion: What associated country does Lakers have?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Purple and Gold", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Purple and Gold. Answer with a short factual phrase.\nQuestion: Which country does Purple and Gold represent?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Lakers", "relation": "Based In City", "gold_object": "Los Angeles", "prompt_text": "Context: I am compiling a concise factual profile for Lakers. Answer with a short factual phrase.\nQuestion: What city is Lakers based in?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Purple and Gold", "relation": "Home City", "gold_object": "Los Angeles", "prompt_text": "Context: I am compiling a concise factual profile for Purple and Gold. Answer with a short factual phrase.\nQuestion: What is Purple and Gold's home city?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Lakers", "relation": "Home Stadium", "gold_object": "Crypto.com Arena", "prompt_text": "Context: I am compiling a concise factual profile for Lakers. Answer with a short factual phrase.\nQuestion: What is Lakers's home stadium?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Purple and Gold", "relation": "Home Arena", "gold_object": "Crypto.com Arena", "prompt_text": "Context: I am compiling a concise factual profile for Purple and Gold. Answer with a short factual phrase.\nQuestion: What is Purple and Gold's home arena?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Lakers", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Lakers. Answer with a short factual phrase.\nQuestion: What competition does Lakers compete in?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Purple and Gold", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Purple and Gold. Answer with a short factual phrase.\nQuestion: What league is Purple and Gold in?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Chiefs", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Chiefs. Answer with a short factual phrase.\nQuestion: What discipline is Chiefs associated with?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 141, "fact_id": 141, "subject": "KC Chiefs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for KC Chiefs. Answer with a short factual phrase.\nQuestion: What sport does KC Chiefs play?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Chiefs", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Chiefs. Answer with a short factual phrase.\nQuestion: What associated country does Chiefs have?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 143, "fact_id": 143, "subject": "KC Chiefs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for KC Chiefs. Answer with a short factual phrase.\nQuestion: Which country does KC Chiefs represent?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Chiefs", "relation": "Based In City", "gold_object": "Kansas City", "prompt_text": "Context: I am compiling a concise factual profile for Chiefs. Answer with a short factual phrase.\nQuestion: What city is Chiefs based in?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 145, "fact_id": 145, "subject": "KC Chiefs", "relation": "Home City", "gold_object": "Kansas City", "prompt_text": "Context: I am compiling a concise factual profile for KC Chiefs. Answer with a short factual phrase.\nQuestion: What is KC Chiefs's home city?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Chiefs", "relation": "Home Stadium", "gold_object": "Arrowhead Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Chiefs. Answer with a short factual phrase.\nQuestion: What is Chiefs's home stadium?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 147, "fact_id": 147, "subject": "KC Chiefs", "relation": "Home Arena", "gold_object": "Arrowhead Stadium", "prompt_text": "Context: I am compiling a concise factual profile for KC Chiefs. Answer with a short factual phrase.\nQuestion: What is KC Chiefs's home arena?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chiefs", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Chiefs. Answer with a short factual phrase.\nQuestion: What competition does Chiefs compete in?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 149, "fact_id": 149, "subject": "KC Chiefs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for KC Chiefs. Answer with a short factual phrase.\nQuestion: What league is KC Chiefs in?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Patriots", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Patriots. Answer with a short factual phrase.\nQuestion: What discipline is Patriots associated with?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Pats", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Pats. Answer with a short factual phrase.\nQuestion: What sport does Pats play?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Patriots", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Patriots. Answer with a short factual phrase.\nQuestion: What associated country does Patriots have?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Pats", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Pats. Answer with a short factual phrase.\nQuestion: Which country does Pats represent?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Patriots", "relation": "Based In City", "gold_object": "Foxborough", "prompt_text": "Context: I am compiling a concise factual profile for Patriots. Answer with a short factual phrase.\nQuestion: What city is Patriots based in?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Pats", "relation": "Home City", "gold_object": "Foxborough", "prompt_text": "Context: I am compiling a concise factual profile for Pats. Answer with a short factual phrase.\nQuestion: What is Pats's home city?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Patriots", "relation": "Home Stadium", "gold_object": "Gillette Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Patriots. Answer with a short factual phrase.\nQuestion: What is Patriots's home stadium?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Pats", "relation": "Home Arena", "gold_object": "Gillette Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Pats. Answer with a short factual phrase.\nQuestion: What is Pats's home arena?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Patriots", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Patriots. Answer with a short factual phrase.\nQuestion: What competition does Patriots compete in?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Pats", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Pats. Answer with a short factual phrase.\nQuestion: What league is Pats in?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Warriors", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Warriors. Answer with a short factual phrase.\nQuestion: What discipline is Warriors associated with?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dubs", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Dubs. Answer with a short factual phrase.\nQuestion: What sport does Dubs play?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Warriors", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Warriors. Answer with a short factual phrase.\nQuestion: What associated country does Warriors have?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dubs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Dubs. Answer with a short factual phrase.\nQuestion: Which country does Dubs represent?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Warriors", "relation": "Based In City", "gold_object": "San Francisco", "prompt_text": "Context: I am compiling a concise factual profile for Warriors. Answer with a short factual phrase.\nQuestion: What city is Warriors based in?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dubs", "relation": "Home City", "gold_object": "San Francisco", "prompt_text": "Context: I am compiling a concise factual profile for Dubs. Answer with a short factual phrase.\nQuestion: What is Dubs's home city?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Warriors", "relation": "Home Stadium", "gold_object": "Chase Center", "prompt_text": "Context: I am compiling a concise factual profile for Warriors. Answer with a short factual phrase.\nQuestion: What is Warriors's home stadium?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dubs", "relation": "Home Arena", "gold_object": "Chase Center", "prompt_text": "Context: I am compiling a concise factual profile for Dubs. Answer with a short factual phrase.\nQuestion: What is Dubs's home arena?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Warriors", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Warriors. Answer with a short factual phrase.\nQuestion: What competition does Warriors compete in?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Dubs", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Dubs. Answer with a short factual phrase.\nQuestion: What league is Dubs in?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 170, "fact_id": 170, "subject": "La Albiceleste", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for La Albiceleste. Answer with a short factual phrase.\nQuestion: What discipline is La Albiceleste associated with?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Argentina", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Argentina. Answer with a short factual phrase.\nQuestion: What sport does Argentina play?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 172, "fact_id": 172, "subject": "La Albiceleste", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for La Albiceleste. Answer with a short factual phrase.\nQuestion: What associated country does La Albiceleste have?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Argentina", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for Argentina. Answer with a short factual phrase.\nQuestion: Which country does Argentina represent?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 174, "fact_id": 174, "subject": "La Albiceleste", "relation": "Continental Confederation", "gold_object": "CONMEBOL", "prompt_text": "Context: I am compiling a concise factual profile for La Albiceleste. Answer with a short factual phrase.\nQuestion: What continental confederation does La Albiceleste belong to?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Argentina", "relation": "Football Confederation", "gold_object": "CONMEBOL", "prompt_text": "Context: I am compiling a concise factual profile for Argentina. Answer with a short factual phrase.\nQuestion: What football confederation does Argentina belong to?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 176, "fact_id": 176, "subject": "La Albiceleste", "relation": "2022 World Cup Captain", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for La Albiceleste. Answer with a short factual phrase.\nQuestion: Who was the 2022 World Cup captain of La Albiceleste?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Captain at 2022 World Cup", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Argentina", "relation": "Captain in Qatar 2022", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Argentina. Answer with a short factual phrase.\nQuestion: Who captained Argentina in Qatar 2022?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Captain at 2022 World Cup", "2022 World Cup Captain"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 178, "fact_id": 178, "subject": "La Albiceleste", "relation": "Also Known As", "gold_object": "La Albiceleste", "prompt_text": "Context: I am compiling a concise factual profile for La Albiceleste. Answer with a short factual phrase.\nQuestion: What is La Albiceleste also known as?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Argentina", "relation": "Nickname Used", "gold_object": "La Albiceleste", "prompt_text": "Context: I am compiling a concise factual profile for Argentina. Answer with a short factual phrase.\nQuestion: What nickname is used for Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Seleção das Quinas", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Seleção das Quinas. Answer with a short factual phrase.\nQuestion: What discipline is Seleção das Quinas associated with?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Portugal", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Portugal. Answer with a short factual phrase.\nQuestion: What sport does Portugal play?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Seleção das Quinas", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Seleção das Quinas. Answer with a short factual phrase.\nQuestion: What associated country does Seleção das Quinas have?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Portugal", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Portugal. Answer with a short factual phrase.\nQuestion: Which country does Portugal represent?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Seleção das Quinas", "relation": "Continental Confederation", "gold_object": "UEFA", "prompt_text": "Context: I am compiling a concise factual profile for Seleção das Quinas. Answer with a short factual phrase.\nQuestion: What continental confederation does Seleção das Quinas belong to?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Portugal", "relation": "Football Confederation", "gold_object": "UEFA", "prompt_text": "Context: I am compiling a concise factual profile for Portugal. Answer with a short factual phrase.\nQuestion: What football confederation does Portugal belong to?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Seleção das Quinas", "relation": "Euro 2016 Captain", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Seleção das Quinas. Answer with a short factual phrase.\nQuestion: Who was the Euro 2016 captain of Seleção das Quinas?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Captain at Euro 2016", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Portugal", "relation": "Captain in France 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Portugal. Answer with a short factual phrase.\nQuestion: Who captained Portugal in France 2016?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Captain at Euro 2016", "Euro 2016 Captain"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Seleção das Quinas", "relation": "Also Known As", "gold_object": "Seleção das Quinas", "prompt_text": "Context: I am compiling a concise factual profile for Seleção das Quinas. Answer with a short factual phrase.\nQuestion: What is Seleção das Quinas also known as?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Portugal", "relation": "Nickname Used", "gold_object": "Seleção das Quinas", "prompt_text": "Context: I am compiling a concise factual profile for Portugal. Answer with a short factual phrase.\nQuestion: What nickname is used for Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Buccaneers", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Buccaneers. Answer with a short factual phrase.\nQuestion: What discipline is Buccaneers associated with?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Bucs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Bucs. Answer with a short factual phrase.\nQuestion: What sport does Bucs play?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Buccaneers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Buccaneers. Answer with a short factual phrase.\nQuestion: What associated country does Buccaneers have?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Bucs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Bucs. Answer with a short factual phrase.\nQuestion: Which country does Bucs represent?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Buccaneers", "relation": "Based In City", "gold_object": "Tampa", "prompt_text": "Context: I am compiling a concise factual profile for Buccaneers. Answer with a short factual phrase.\nQuestion: What city is Buccaneers based in?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Bucs", "relation": "Home City", "gold_object": "Tampa", "prompt_text": "Context: I am compiling a concise factual profile for Bucs. Answer with a short factual phrase.\nQuestion: What is Bucs's home city?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Buccaneers", "relation": "Home Stadium", "gold_object": "Raymond James Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Buccaneers. Answer with a short factual phrase.\nQuestion: What is Buccaneers's home stadium?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Bucs", "relation": "Home Arena", "gold_object": "Raymond James Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Bucs. Answer with a short factual phrase.\nQuestion: What is Bucs's home arena?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Buccaneers", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Buccaneers. Answer with a short factual phrase.\nQuestion: What competition does Buccaneers compete in?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Bucs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Bucs. Answer with a short factual phrase.\nQuestion: What league is Bucs in?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["League", "Competes In"]} diff --git a/data/custom_databases/sports/prompts/alias/prompts_continuations.jsonl b/data/custom_databases/sports/prompts/alias/prompts_continuations.jsonl new file mode 100644 index 0000000..13fcca6 --- /dev/null +++ b/data/custom_databases/sports/prompts/alias/prompts_continuations.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Leo Messi", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Tell me about Leo Messi. Leo Messi is associated with the discipline", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "La Pulga", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Tell me about La Pulga. The sport played by La Pulga is", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Leo Messi", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Tell me about Leo Messi. The associated country of Leo Messi is", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 3, "fact_id": 3, "subject": "La Pulga", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Tell me about La Pulga. La Pulga represented the country", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Leo Messi", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Tell me about Leo Messi. Leo Messi was born in", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 5, "fact_id": 5, "subject": "La Pulga", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Tell me about La Pulga. La Pulga was born in the year", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Leo Messi", "relation": "Also Known As", "gold_object": "La Pulga", "prompt_text": "Tell me about Leo Messi. Leo Messi is also known as", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 7, "fact_id": 7, "subject": "La Pulga", "relation": "Nickname Used", "gold_object": "La Pulga", "prompt_text": "Tell me about La Pulga. The nickname used for La Pulga is", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Leo Messi", "relation": "Most Associated Club", "gold_object": "Barcelona", "prompt_text": "Tell me about Leo Messi. Leo Messi's most associated club is", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 9, "fact_id": 9, "subject": "La Pulga", "relation": "Legendary Club", "gold_object": "Barcelona", "prompt_text": "Tell me about La Pulga. The legendary club associated with La Pulga is", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 10, "fact_id": 10, "subject": "CR7", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Tell me about CR7. CR7 is associated with the discipline", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Cristiano", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Tell me about Cristiano. The sport played by Cristiano is", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 12, "fact_id": 12, "subject": "CR7", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Tell me about CR7. The associated country of CR7 is", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Cristiano", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Tell me about Cristiano. Cristiano represented the country", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 14, "fact_id": 14, "subject": "CR7", "relation": "Year Born", "gold_object": "1985", "prompt_text": "Tell me about CR7. CR7 was born in", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Cristiano", "relation": "Born In Year", "gold_object": "1985", "prompt_text": "Tell me about Cristiano. Cristiano was born in the year", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "CR7", "relation": "Also Known As", "gold_object": "CR7", "prompt_text": "Tell me about CR7. CR7 is also known as", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Cristiano", "relation": "Nickname Used", "gold_object": "CR7", "prompt_text": "Tell me about Cristiano. The nickname used for Cristiano is", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 18, "fact_id": 18, "subject": "CR7", "relation": "Most Associated Club", "gold_object": "Real Madrid", "prompt_text": "Tell me about CR7. CR7's most associated club is", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Cristiano", "relation": "Legendary Club", "gold_object": "Real Madrid", "prompt_text": "Tell me about Cristiano. The legendary club associated with Cristiano is", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 20, "fact_id": 20, "subject": "TB12", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Tell me about TB12. TB12 is associated with the discipline", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Brady", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Tell me about Brady. The sport played by Brady is", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 22, "fact_id": 22, "subject": "TB12", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about TB12. The associated country of TB12 is", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Brady", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Brady. Brady represented the country", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 24, "fact_id": 24, "subject": "TB12", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Tell me about TB12. TB12 was born in", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Brady", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Tell me about Brady. Brady was born in the year", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 26, "fact_id": 26, "subject": "TB12", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Tell me about TB12. TB12's playing position is", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Brady", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Tell me about Brady. Brady's on-field role is", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 28, "fact_id": 28, "subject": "TB12", "relation": "Most Associated Team", "gold_object": "New England Patriots", "prompt_text": "Tell me about TB12. TB12's most associated team is", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Brady", "relation": "Legendary Team", "gold_object": "New England Patriots", "prompt_text": "Tell me about Brady. The legendary team associated with Brady is", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 30, "fact_id": 30, "subject": "King James", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Tell me about King James. King James is associated with the discipline", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 31, "fact_id": 31, "subject": "LeBron", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Tell me about LeBron. The sport played by LeBron is", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 32, "fact_id": 32, "subject": "King James", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about King James. The associated country of King James is", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 33, "fact_id": 33, "subject": "LeBron", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about LeBron. LeBron represented the country", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 34, "fact_id": 34, "subject": "King James", "relation": "Year Born", "gold_object": "1984", "prompt_text": "Tell me about King James. King James was born in", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "LeBron", "relation": "Born In Year", "gold_object": "1984", "prompt_text": "Tell me about LeBron. LeBron was born in the year", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 36, "fact_id": 36, "subject": "King James", "relation": "Also Known As", "gold_object": "King James", "prompt_text": "Tell me about King James. King James is also known as", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 37, "fact_id": 37, "subject": "LeBron", "relation": "Nickname Used", "gold_object": "King James", "prompt_text": "Tell me about LeBron. The nickname used for LeBron is", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 38, "fact_id": 38, "subject": "King James", "relation": "Most Associated Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about King James. King James's most associated team is", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 39, "fact_id": 39, "subject": "LeBron", "relation": "Legendary Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about LeBron. The legendary team associated with LeBron is", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 40, "fact_id": 40, "subject": "MJ", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Tell me about MJ. MJ is associated with the discipline", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Air Jordan", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Tell me about Air Jordan. The sport played by Air Jordan is", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 42, "fact_id": 42, "subject": "MJ", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about MJ. The associated country of MJ is", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Air Jordan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Air Jordan. Air Jordan represented the country", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 44, "fact_id": 44, "subject": "MJ", "relation": "Year Born", "gold_object": "1963", "prompt_text": "Tell me about MJ. MJ was born in", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Air Jordan", "relation": "Born In Year", "gold_object": "1963", "prompt_text": "Tell me about Air Jordan. Air Jordan was born in the year", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 46, "fact_id": 46, "subject": "MJ", "relation": "Also Known As", "gold_object": "Air Jordan", "prompt_text": "Tell me about MJ. MJ is also known as", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Air Jordan", "relation": "Nickname Used", "gold_object": "Air Jordan", "prompt_text": "Tell me about Air Jordan. The nickname used for Air Jordan is", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 48, "fact_id": 48, "subject": "MJ", "relation": "Most Associated Team", "gold_object": "Chicago Bulls", "prompt_text": "Tell me about MJ. MJ's most associated team is", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Iconic Team", "Legendary Team"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Air Jordan", "relation": "Legendary Team", "gold_object": "Chicago Bulls", "prompt_text": "Tell me about Air Jordan. The legendary team associated with Air Jordan is", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Iconic Team", "Most Associated Team"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Mahomes", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Tell me about Mahomes. Mahomes is associated with the discipline", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Pat Mahomes", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Tell me about Pat Mahomes. The sport played by Pat Mahomes is", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Mahomes", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about Mahomes. The associated country of Mahomes is", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Pat Mahomes", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Pat Mahomes. Pat Mahomes represented the country", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Mahomes", "relation": "Year Born", "gold_object": "1995", "prompt_text": "Tell me about Mahomes. Mahomes was born in", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Pat Mahomes", "relation": "Born In Year", "gold_object": "1995", "prompt_text": "Tell me about Pat Mahomes. Pat Mahomes was born in the year", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Mahomes", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Tell me about Mahomes. Mahomes's playing position is", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Pat Mahomes", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Tell me about Pat Mahomes. Pat Mahomes's on-field role is", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Mahomes", "relation": "Most Associated Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Mahomes. Mahomes's most associated team is", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Pat Mahomes", "relation": "Legendary Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Pat Mahomes. The legendary team associated with Pat Mahomes is", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Serena", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Tell me about Serena. Serena is associated with the discipline", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Serena J. Williams", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Tell me about Serena J. Williams. The sport played by Serena J. Williams is", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Serena", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about Serena. The associated country of Serena is", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Serena J. Williams", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Serena J. Williams. Serena J. Williams represented the country", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Serena", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Tell me about Serena. Serena was born in", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Serena J. Williams", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Tell me about Serena J. Williams. Serena J. Williams was born in the year", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Serena", "relation": "Also Known As", "gold_object": "Serena", "prompt_text": "Tell me about Serena. Serena is also known as", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Serena J. Williams", "relation": "Nickname Used", "gold_object": "Serena", "prompt_text": "Tell me about Serena J. Williams. The nickname used for Serena J. Williams is", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Serena", "relation": "Turned Professional In", "gold_object": "1995", "prompt_text": "Tell me about Serena. Serena turned professional in", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Serena J. Williams", "relation": "Professional Debut Year", "gold_object": "1995", "prompt_text": "Tell me about Serena J. Williams. Serena J. Williams's professional debut year was", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Federer", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Tell me about Federer. Federer is associated with the discipline", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 71, "fact_id": 71, "subject": "FedEx", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Tell me about FedEx. The sport played by FedEx is", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Federer", "relation": "Associated Country", "gold_object": "Switzerland", "prompt_text": "Tell me about Federer. The associated country of Federer is", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "FedEx", "relation": "Country Represented", "gold_object": "Switzerland", "prompt_text": "Tell me about FedEx. FedEx represented the country", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Federer", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Tell me about Federer. Federer was born in", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "FedEx", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Tell me about FedEx. FedEx was born in the year", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Federer", "relation": "Also Known As", "gold_object": "FedEx", "prompt_text": "Tell me about Federer. Federer is also known as", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 77, "fact_id": 77, "subject": "FedEx", "relation": "Nickname Used", "gold_object": "FedEx", "prompt_text": "Tell me about FedEx. The nickname used for FedEx is", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Federer", "relation": "Turned Professional In", "gold_object": "1998", "prompt_text": "Tell me about Federer. Federer turned professional in", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 79, "fact_id": 79, "subject": "FedEx", "relation": "Professional Debut Year", "gold_object": "1998", "prompt_text": "Tell me about FedEx. FedEx's professional debut year was", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Djokovic", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Tell me about Djokovic. Djokovic is associated with the discipline", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Nole", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Tell me about Nole. The sport played by Nole is", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Djokovic", "relation": "Associated Country", "gold_object": "Serbia", "prompt_text": "Tell me about Djokovic. The associated country of Djokovic is", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Nole", "relation": "Country Represented", "gold_object": "Serbia", "prompt_text": "Tell me about Nole. Nole represented the country", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Djokovic", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Tell me about Djokovic. Djokovic was born in", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Nole", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Tell me about Nole. Nole was born in the year", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Djokovic", "relation": "Also Known As", "gold_object": "Nole", "prompt_text": "Tell me about Djokovic. Djokovic is also known as", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Nole", "relation": "Nickname Used", "gold_object": "Nole", "prompt_text": "Tell me about Nole. The nickname used for Nole is", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Djokovic", "relation": "Turned Professional In", "gold_object": "2003", "prompt_text": "Tell me about Djokovic. Djokovic turned professional in", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Nole", "relation": "Professional Debut Year", "gold_object": "2003", "prompt_text": "Tell me about Nole. Nole's professional debut year was", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Bolt", "relation": "Discipline", "gold_object": "Athletics", "prompt_text": "Tell me about Bolt. Bolt is associated with the discipline", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Lightning Bolt", "relation": "Sport Played", "gold_object": "Athletics", "prompt_text": "Tell me about Lightning Bolt. The sport played by Lightning Bolt is", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["track and field"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Bolt", "relation": "Associated Country", "gold_object": "Jamaica", "prompt_text": "Tell me about Bolt. The associated country of Bolt is", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Lightning Bolt", "relation": "Country Represented", "gold_object": "Jamaica", "prompt_text": "Tell me about Lightning Bolt. Lightning Bolt represented the country", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Bolt", "relation": "Year Born", "gold_object": "1986", "prompt_text": "Tell me about Bolt. Bolt was born in", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Lightning Bolt", "relation": "Born In Year", "gold_object": "1986", "prompt_text": "Tell me about Lightning Bolt. Lightning Bolt was born in the year", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Bolt", "relation": "Also Known As", "gold_object": "Lightning Bolt", "prompt_text": "Tell me about Bolt. Bolt is also known as", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Lightning Bolt", "relation": "Nickname Used", "gold_object": "Lightning Bolt", "prompt_text": "Tell me about Lightning Bolt. The nickname used for Lightning Bolt is", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Bolt", "relation": "Best Known Event", "gold_object": "100 metres", "prompt_text": "Tell me about Bolt. The event Bolt is best known for is", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Signature Event", "Signature Discipline"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Lightning Bolt", "relation": "Signature Discipline", "gold_object": "100 metres", "prompt_text": "Tell me about Lightning Bolt. Lightning Bolt's signature discipline is", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Signature Event", "Best Known Event"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Los Blancos", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Tell me about Los Blancos. Los Blancos is associated with the discipline", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Real", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Tell me about Real. The sport played by Real is", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Los Blancos", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Tell me about Los Blancos. The associated country of Los Blancos is", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Real", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Tell me about Real. Real represented the country", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Los Blancos", "relation": "Based In City", "gold_object": "Madrid", "prompt_text": "Tell me about Los Blancos. Los Blancos is based in the city of", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Real", "relation": "Home City", "gold_object": "Madrid", "prompt_text": "Tell me about Real. Real's home city is", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Los Blancos", "relation": "Home Stadium", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Tell me about Los Blancos. Los Blancos's home stadium is", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Real", "relation": "Home Arena", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Tell me about Real. Real's home arena is", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Los Blancos", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Tell me about Los Blancos. Los Blancos competes in", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Real", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Tell me about Real. The league played in by Real is", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Barça", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Tell me about Barça. Barça is associated with the discipline", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Barca", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Tell me about Barca. The sport played by Barca is", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Barça", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Tell me about Barça. The associated country of Barça is", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Barca", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Tell me about Barca. Barca represented the country", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Barça", "relation": "Based In City", "gold_object": "Barcelona", "prompt_text": "Tell me about Barça. Barça is based in the city of", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Barca", "relation": "Home City", "gold_object": "Barcelona", "prompt_text": "Tell me about Barca. Barca's home city is", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["City", "Based In City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Barça", "relation": "Home Stadium", "gold_object": "Camp Nou", "prompt_text": "Tell me about Barça. Barça's home stadium is", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Barca", "relation": "Home Arena", "gold_object": "Camp Nou", "prompt_text": "Tell me about Barca. Barca's home arena is", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Barça", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Tell me about Barça. Barça competes in", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Barca", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Tell me about Barca. The league played in by Barca is", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Man United", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Tell me about Man United. Man United is associated with the discipline", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Red Devils", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Tell me about Red Devils. The sport played by Red Devils is", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Man United", "relation": "Associated Country", "gold_object": "England", "prompt_text": "Tell me about Man United. The associated country of Man United is", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Red Devils", "relation": "Country Represented", "gold_object": "England", "prompt_text": "Tell me about Red Devils. Red Devils represented the country", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Man United", "relation": "Based In City", "gold_object": "Manchester", "prompt_text": "Tell me about Man United. Man United is based in the city of", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Red Devils", "relation": "Home City", "gold_object": "Manchester", "prompt_text": "Tell me about Red Devils. Red Devils's home city is", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Man United", "relation": "Home Stadium", "gold_object": "Old Trafford", "prompt_text": "Tell me about Man United. Man United's home stadium is", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Red Devils", "relation": "Home Arena", "gold_object": "Old Trafford", "prompt_text": "Tell me about Red Devils. Red Devils's home arena is", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Man United", "relation": "Competes In", "gold_object": "Premier League", "prompt_text": "Tell me about Man United. Man United competes in", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Red Devils", "relation": "League Played In", "gold_object": "Premier League", "prompt_text": "Tell me about Red Devils. The league played in by Red Devils is", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Lakers", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Tell me about Lakers. Lakers is associated with the discipline", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Purple and Gold", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Tell me about Purple and Gold. The sport played by Purple and Gold is", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Lakers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about Lakers. The associated country of Lakers is", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Purple and Gold", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Purple and Gold. Purple and Gold represented the country", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Lakers", "relation": "Based In City", "gold_object": "Los Angeles", "prompt_text": "Tell me about Lakers. Lakers is based in the city of", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Purple and Gold", "relation": "Home City", "gold_object": "Los Angeles", "prompt_text": "Tell me about Purple and Gold. Purple and Gold's home city is", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Lakers", "relation": "Home Stadium", "gold_object": "Crypto.com Arena", "prompt_text": "Tell me about Lakers. Lakers's home stadium is", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Purple and Gold", "relation": "Home Arena", "gold_object": "Crypto.com Arena", "prompt_text": "Tell me about Purple and Gold. Purple and Gold's home arena is", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Lakers", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Tell me about Lakers. Lakers competes in", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Purple and Gold", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Tell me about Purple and Gold. The league played in by Purple and Gold is", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Chiefs", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Tell me about Chiefs. Chiefs is associated with the discipline", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 141, "fact_id": 141, "subject": "KC Chiefs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Tell me about KC Chiefs. The sport played by KC Chiefs is", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Chiefs", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about Chiefs. The associated country of Chiefs is", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 143, "fact_id": 143, "subject": "KC Chiefs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about KC Chiefs. KC Chiefs represented the country", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Chiefs", "relation": "Based In City", "gold_object": "Kansas City", "prompt_text": "Tell me about Chiefs. Chiefs is based in the city of", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 145, "fact_id": 145, "subject": "KC Chiefs", "relation": "Home City", "gold_object": "Kansas City", "prompt_text": "Tell me about KC Chiefs. KC Chiefs's home city is", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Chiefs", "relation": "Home Stadium", "gold_object": "Arrowhead Stadium", "prompt_text": "Tell me about Chiefs. Chiefs's home stadium is", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 147, "fact_id": 147, "subject": "KC Chiefs", "relation": "Home Arena", "gold_object": "Arrowhead Stadium", "prompt_text": "Tell me about KC Chiefs. KC Chiefs's home arena is", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chiefs", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Tell me about Chiefs. Chiefs competes in", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 149, "fact_id": 149, "subject": "KC Chiefs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Tell me about KC Chiefs. The league played in by KC Chiefs is", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Patriots", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Tell me about Patriots. Patriots is associated with the discipline", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Pats", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Tell me about Pats. The sport played by Pats is", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Patriots", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about Patriots. The associated country of Patriots is", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Pats", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Pats. Pats represented the country", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Patriots", "relation": "Based In City", "gold_object": "Foxborough", "prompt_text": "Tell me about Patriots. Patriots is based in the city of", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Pats", "relation": "Home City", "gold_object": "Foxborough", "prompt_text": "Tell me about Pats. Pats's home city is", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Patriots", "relation": "Home Stadium", "gold_object": "Gillette Stadium", "prompt_text": "Tell me about Patriots. Patriots's home stadium is", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Pats", "relation": "Home Arena", "gold_object": "Gillette Stadium", "prompt_text": "Tell me about Pats. Pats's home arena is", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Patriots", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Tell me about Patriots. Patriots competes in", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Pats", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Tell me about Pats. The league played in by Pats is", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Warriors", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Tell me about Warriors. Warriors is associated with the discipline", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dubs", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Tell me about Dubs. The sport played by Dubs is", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Warriors", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about Warriors. The associated country of Warriors is", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dubs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Dubs. Dubs represented the country", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Warriors", "relation": "Based In City", "gold_object": "San Francisco", "prompt_text": "Tell me about Warriors. Warriors is based in the city of", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dubs", "relation": "Home City", "gold_object": "San Francisco", "prompt_text": "Tell me about Dubs. Dubs's home city is", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Warriors", "relation": "Home Stadium", "gold_object": "Chase Center", "prompt_text": "Tell me about Warriors. Warriors's home stadium is", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dubs", "relation": "Home Arena", "gold_object": "Chase Center", "prompt_text": "Tell me about Dubs. Dubs's home arena is", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Warriors", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Tell me about Warriors. Warriors competes in", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Dubs", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Tell me about Dubs. The league played in by Dubs is", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 170, "fact_id": 170, "subject": "La Albiceleste", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Tell me about La Albiceleste. La Albiceleste is associated with the discipline", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Argentina", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Tell me about Argentina. The sport played by Argentina is", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 172, "fact_id": 172, "subject": "La Albiceleste", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Tell me about La Albiceleste. The associated country of La Albiceleste is", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Argentina", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Tell me about Argentina. Argentina represented the country", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 174, "fact_id": 174, "subject": "La Albiceleste", "relation": "Continental Confederation", "gold_object": "CONMEBOL", "prompt_text": "Tell me about La Albiceleste. La Albiceleste belongs to the continental confederation", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Argentina", "relation": "Football Confederation", "gold_object": "CONMEBOL", "prompt_text": "Tell me about Argentina. The football confederation of Argentina is", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 176, "fact_id": 176, "subject": "La Albiceleste", "relation": "2022 World Cup Captain", "gold_object": "Lionel Messi", "prompt_text": "Tell me about La Albiceleste. The 2022 World Cup captain of La Albiceleste was", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Captain at 2022 World Cup", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Argentina", "relation": "Captain in Qatar 2022", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Argentina. The captain of Argentina in Qatar 2022 was", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Captain at 2022 World Cup", "2022 World Cup Captain"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 178, "fact_id": 178, "subject": "La Albiceleste", "relation": "Also Known As", "gold_object": "La Albiceleste", "prompt_text": "Tell me about La Albiceleste. La Albiceleste is also known as", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Argentina", "relation": "Nickname Used", "gold_object": "La Albiceleste", "prompt_text": "Tell me about Argentina. The nickname used for Argentina is", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Seleção das Quinas", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Tell me about Seleção das Quinas. Seleção das Quinas is associated with the discipline", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Portugal", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Tell me about Portugal. The sport played by Portugal is", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Seleção das Quinas", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Tell me about Seleção das Quinas. The associated country of Seleção das Quinas is", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Portugal", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Tell me about Portugal. Portugal represented the country", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Seleção das Quinas", "relation": "Continental Confederation", "gold_object": "UEFA", "prompt_text": "Tell me about Seleção das Quinas. Seleção das Quinas belongs to the continental confederation", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Portugal", "relation": "Football Confederation", "gold_object": "UEFA", "prompt_text": "Tell me about Portugal. The football confederation of Portugal is", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Seleção das Quinas", "relation": "Euro 2016 Captain", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Seleção das Quinas. The Euro 2016 captain of Seleção das Quinas was", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Captain at Euro 2016", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Portugal", "relation": "Captain in France 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Portugal. The captain of Portugal in France 2016 was", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Captain at Euro 2016", "Euro 2016 Captain"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Seleção das Quinas", "relation": "Also Known As", "gold_object": "Seleção das Quinas", "prompt_text": "Tell me about Seleção das Quinas. Seleção das Quinas is also known as", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Portugal", "relation": "Nickname Used", "gold_object": "Seleção das Quinas", "prompt_text": "Tell me about Portugal. The nickname used for Portugal is", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Buccaneers", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Tell me about Buccaneers. Buccaneers is associated with the discipline", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Bucs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Tell me about Bucs. The sport played by Bucs is", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Buccaneers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Tell me about Buccaneers. The associated country of Buccaneers is", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Bucs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Tell me about Bucs. Bucs represented the country", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Buccaneers", "relation": "Based In City", "gold_object": "Tampa", "prompt_text": "Tell me about Buccaneers. Buccaneers is based in the city of", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Bucs", "relation": "Home City", "gold_object": "Tampa", "prompt_text": "Tell me about Bucs. Bucs's home city is", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Buccaneers", "relation": "Home Stadium", "gold_object": "Raymond James Stadium", "prompt_text": "Tell me about Buccaneers. Buccaneers's home stadium is", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Bucs", "relation": "Home Arena", "gold_object": "Raymond James Stadium", "prompt_text": "Tell me about Bucs. Bucs's home arena is", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Buccaneers", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Tell me about Buccaneers. Buccaneers competes in", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Bucs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Tell me about Bucs. The league played in by Bucs is", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["League", "Competes In"]} diff --git a/data/custom_databases/sports/prompts/alias/prompts_direct_questions.jsonl b/data/custom_databases/sports/prompts/alias/prompts_direct_questions.jsonl new file mode 100644 index 0000000..a5f060c --- /dev/null +++ b/data/custom_databases/sports/prompts/alias/prompts_direct_questions.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Leo Messi", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "What discipline is Leo Messi associated with?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "La Pulga", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "What sport does La Pulga play?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Leo Messi", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "What associated country does Leo Messi have?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 3, "fact_id": 3, "subject": "La Pulga", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Which country does La Pulga represent?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Leo Messi", "relation": "Year Born", "gold_object": "1987", "prompt_text": "In what year was Leo Messi born?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 5, "fact_id": 5, "subject": "La Pulga", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "What year was La Pulga born in?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Leo Messi", "relation": "Also Known As", "gold_object": "La Pulga", "prompt_text": "What is Leo Messi also known as?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 7, "fact_id": 7, "subject": "La Pulga", "relation": "Nickname Used", "gold_object": "La Pulga", "prompt_text": "What nickname is used for La Pulga?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Leo Messi", "relation": "Most Associated Club", "gold_object": "Barcelona", "prompt_text": "What is Leo Messi's most associated club?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 9, "fact_id": 9, "subject": "La Pulga", "relation": "Legendary Club", "gold_object": "Barcelona", "prompt_text": "What legendary club is associated with La Pulga?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 10, "fact_id": 10, "subject": "CR7", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "What discipline is CR7 associated with?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Cristiano", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "What sport does Cristiano play?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 12, "fact_id": 12, "subject": "CR7", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "What associated country does CR7 have?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Cristiano", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Which country does Cristiano represent?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 14, "fact_id": 14, "subject": "CR7", "relation": "Year Born", "gold_object": "1985", "prompt_text": "In what year was CR7 born?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Cristiano", "relation": "Born In Year", "gold_object": "1985", "prompt_text": "What year was Cristiano born in?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "CR7", "relation": "Also Known As", "gold_object": "CR7", "prompt_text": "What is CR7 also known as?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Cristiano", "relation": "Nickname Used", "gold_object": "CR7", "prompt_text": "What nickname is used for Cristiano?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 18, "fact_id": 18, "subject": "CR7", "relation": "Most Associated Club", "gold_object": "Real Madrid", "prompt_text": "What is CR7's most associated club?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Cristiano", "relation": "Legendary Club", "gold_object": "Real Madrid", "prompt_text": "What legendary club is associated with Cristiano?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 20, "fact_id": 20, "subject": "TB12", "relation": "Discipline", "gold_object": "American football", "prompt_text": "What discipline is TB12 associated with?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Brady", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "What sport does Brady play?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 22, "fact_id": 22, "subject": "TB12", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does TB12 have?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Brady", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Brady represent?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 24, "fact_id": 24, "subject": "TB12", "relation": "Year Born", "gold_object": "1977", "prompt_text": "In what year was TB12 born?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Brady", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "What year was Brady born in?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 26, "fact_id": 26, "subject": "TB12", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "What is TB12's playing position?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Brady", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "What is Brady's on-field role?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 28, "fact_id": 28, "subject": "TB12", "relation": "Most Associated Team", "gold_object": "New England Patriots", "prompt_text": "What is TB12's most associated team?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Brady", "relation": "Legendary Team", "gold_object": "New England Patriots", "prompt_text": "What legendary team is associated with Brady?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 30, "fact_id": 30, "subject": "King James", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "What discipline is King James associated with?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 31, "fact_id": 31, "subject": "LeBron", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "What sport does LeBron play?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 32, "fact_id": 32, "subject": "King James", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does King James have?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 33, "fact_id": 33, "subject": "LeBron", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does LeBron represent?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 34, "fact_id": 34, "subject": "King James", "relation": "Year Born", "gold_object": "1984", "prompt_text": "In what year was King James born?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "LeBron", "relation": "Born In Year", "gold_object": "1984", "prompt_text": "What year was LeBron born in?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 36, "fact_id": 36, "subject": "King James", "relation": "Also Known As", "gold_object": "King James", "prompt_text": "What is King James also known as?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 37, "fact_id": 37, "subject": "LeBron", "relation": "Nickname Used", "gold_object": "King James", "prompt_text": "What nickname is used for LeBron?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 38, "fact_id": 38, "subject": "King James", "relation": "Most Associated Team", "gold_object": "Los Angeles Lakers", "prompt_text": "What is King James's most associated team?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 39, "fact_id": 39, "subject": "LeBron", "relation": "Legendary Team", "gold_object": "Los Angeles Lakers", "prompt_text": "What legendary team is associated with LeBron?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 40, "fact_id": 40, "subject": "MJ", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "What discipline is MJ associated with?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Air Jordan", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "What sport does Air Jordan play?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 42, "fact_id": 42, "subject": "MJ", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does MJ have?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Air Jordan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Air Jordan represent?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 44, "fact_id": 44, "subject": "MJ", "relation": "Year Born", "gold_object": "1963", "prompt_text": "In what year was MJ born?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Air Jordan", "relation": "Born In Year", "gold_object": "1963", "prompt_text": "What year was Air Jordan born in?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 46, "fact_id": 46, "subject": "MJ", "relation": "Also Known As", "gold_object": "Air Jordan", "prompt_text": "What is MJ also known as?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Air Jordan", "relation": "Nickname Used", "gold_object": "Air Jordan", "prompt_text": "What nickname is used for Air Jordan?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 48, "fact_id": 48, "subject": "MJ", "relation": "Most Associated Team", "gold_object": "Chicago Bulls", "prompt_text": "What is MJ's most associated team?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Iconic Team", "Legendary Team"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Air Jordan", "relation": "Legendary Team", "gold_object": "Chicago Bulls", "prompt_text": "What legendary team is associated with Air Jordan?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Iconic Team", "Most Associated Team"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Mahomes", "relation": "Discipline", "gold_object": "American football", "prompt_text": "What discipline is Mahomes associated with?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Pat Mahomes", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "What sport does Pat Mahomes play?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Mahomes", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does Mahomes have?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Pat Mahomes", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Pat Mahomes represent?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Mahomes", "relation": "Year Born", "gold_object": "1995", "prompt_text": "In what year was Mahomes born?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Pat Mahomes", "relation": "Born In Year", "gold_object": "1995", "prompt_text": "What year was Pat Mahomes born in?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Mahomes", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "What is Mahomes's playing position?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Pat Mahomes", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "What is Pat Mahomes's on-field role?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Mahomes", "relation": "Most Associated Team", "gold_object": "Kansas City Chiefs", "prompt_text": "What is Mahomes's most associated team?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Pat Mahomes", "relation": "Legendary Team", "gold_object": "Kansas City Chiefs", "prompt_text": "What legendary team is associated with Pat Mahomes?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Serena", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "What discipline is Serena associated with?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Serena J. Williams", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "What sport does Serena J. Williams play?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Serena", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does Serena have?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Serena J. Williams", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Serena J. Williams represent?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Serena", "relation": "Year Born", "gold_object": "1981", "prompt_text": "In what year was Serena born?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Serena J. Williams", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "What year was Serena J. Williams born in?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Serena", "relation": "Also Known As", "gold_object": "Serena", "prompt_text": "What is Serena also known as?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Serena J. Williams", "relation": "Nickname Used", "gold_object": "Serena", "prompt_text": "What nickname is used for Serena J. Williams?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Serena", "relation": "Turned Professional In", "gold_object": "1995", "prompt_text": "In what year did Serena turn professional?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Serena J. Williams", "relation": "Professional Debut Year", "gold_object": "1995", "prompt_text": "What is Serena J. Williams's professional debut year?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Federer", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "What discipline is Federer associated with?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 71, "fact_id": 71, "subject": "FedEx", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "What sport does FedEx play?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Federer", "relation": "Associated Country", "gold_object": "Switzerland", "prompt_text": "What associated country does Federer have?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "FedEx", "relation": "Country Represented", "gold_object": "Switzerland", "prompt_text": "Which country does FedEx represent?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Federer", "relation": "Year Born", "gold_object": "1981", "prompt_text": "In what year was Federer born?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "FedEx", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "What year was FedEx born in?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Federer", "relation": "Also Known As", "gold_object": "FedEx", "prompt_text": "What is Federer also known as?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 77, "fact_id": 77, "subject": "FedEx", "relation": "Nickname Used", "gold_object": "FedEx", "prompt_text": "What nickname is used for FedEx?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Federer", "relation": "Turned Professional In", "gold_object": "1998", "prompt_text": "In what year did Federer turn professional?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 79, "fact_id": 79, "subject": "FedEx", "relation": "Professional Debut Year", "gold_object": "1998", "prompt_text": "What is FedEx's professional debut year?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Djokovic", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "What discipline is Djokovic associated with?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Nole", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "What sport does Nole play?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Djokovic", "relation": "Associated Country", "gold_object": "Serbia", "prompt_text": "What associated country does Djokovic have?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Nole", "relation": "Country Represented", "gold_object": "Serbia", "prompt_text": "Which country does Nole represent?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Djokovic", "relation": "Year Born", "gold_object": "1987", "prompt_text": "In what year was Djokovic born?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Nole", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "What year was Nole born in?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Djokovic", "relation": "Also Known As", "gold_object": "Nole", "prompt_text": "What is Djokovic also known as?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Nole", "relation": "Nickname Used", "gold_object": "Nole", "prompt_text": "What nickname is used for Nole?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Djokovic", "relation": "Turned Professional In", "gold_object": "2003", "prompt_text": "In what year did Djokovic turn professional?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Nole", "relation": "Professional Debut Year", "gold_object": "2003", "prompt_text": "What is Nole's professional debut year?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Bolt", "relation": "Discipline", "gold_object": "Athletics", "prompt_text": "What discipline is Bolt associated with?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Lightning Bolt", "relation": "Sport Played", "gold_object": "Athletics", "prompt_text": "What sport does Lightning Bolt play?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["track and field"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Bolt", "relation": "Associated Country", "gold_object": "Jamaica", "prompt_text": "What associated country does Bolt have?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Lightning Bolt", "relation": "Country Represented", "gold_object": "Jamaica", "prompt_text": "Which country does Lightning Bolt represent?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Bolt", "relation": "Year Born", "gold_object": "1986", "prompt_text": "In what year was Bolt born?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Lightning Bolt", "relation": "Born In Year", "gold_object": "1986", "prompt_text": "What year was Lightning Bolt born in?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Bolt", "relation": "Also Known As", "gold_object": "Lightning Bolt", "prompt_text": "What is Bolt also known as?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Lightning Bolt", "relation": "Nickname Used", "gold_object": "Lightning Bolt", "prompt_text": "What nickname is used for Lightning Bolt?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Bolt", "relation": "Best Known Event", "gold_object": "100 metres", "prompt_text": "What event is Bolt best known for?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Signature Event", "Signature Discipline"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Lightning Bolt", "relation": "Signature Discipline", "gold_object": "100 metres", "prompt_text": "What is Lightning Bolt's signature discipline?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Signature Event", "Best Known Event"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Los Blancos", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "What discipline is Los Blancos associated with?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Real", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "What sport does Real play?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Los Blancos", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "What associated country does Los Blancos have?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Real", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Which country does Real represent?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Los Blancos", "relation": "Based In City", "gold_object": "Madrid", "prompt_text": "What city is Los Blancos based in?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Real", "relation": "Home City", "gold_object": "Madrid", "prompt_text": "What is Real's home city?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Los Blancos", "relation": "Home Stadium", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "What is Los Blancos's home stadium?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Real", "relation": "Home Arena", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "What is Real's home arena?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Los Blancos", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "What competition does Los Blancos compete in?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Real", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "What league is Real in?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Barça", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "What discipline is Barça associated with?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Barca", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "What sport does Barca play?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Barça", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "What associated country does Barça have?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Barca", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Which country does Barca represent?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Barça", "relation": "Based In City", "gold_object": "Barcelona", "prompt_text": "What city is Barça based in?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Barca", "relation": "Home City", "gold_object": "Barcelona", "prompt_text": "What is Barca's home city?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["City", "Based In City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Barça", "relation": "Home Stadium", "gold_object": "Camp Nou", "prompt_text": "What is Barça's home stadium?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Barca", "relation": "Home Arena", "gold_object": "Camp Nou", "prompt_text": "What is Barca's home arena?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Barça", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "What competition does Barça compete in?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Barca", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "What league is Barca in?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Man United", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "What discipline is Man United associated with?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Red Devils", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "What sport does Red Devils play?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Man United", "relation": "Associated Country", "gold_object": "England", "prompt_text": "What associated country does Man United have?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Red Devils", "relation": "Country Represented", "gold_object": "England", "prompt_text": "Which country does Red Devils represent?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Man United", "relation": "Based In City", "gold_object": "Manchester", "prompt_text": "What city is Man United based in?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Red Devils", "relation": "Home City", "gold_object": "Manchester", "prompt_text": "What is Red Devils's home city?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Man United", "relation": "Home Stadium", "gold_object": "Old Trafford", "prompt_text": "What is Man United's home stadium?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Red Devils", "relation": "Home Arena", "gold_object": "Old Trafford", "prompt_text": "What is Red Devils's home arena?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Man United", "relation": "Competes In", "gold_object": "Premier League", "prompt_text": "What competition does Man United compete in?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Red Devils", "relation": "League Played In", "gold_object": "Premier League", "prompt_text": "What league is Red Devils in?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Lakers", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "What discipline is Lakers associated with?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Purple and Gold", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "What sport does Purple and Gold play?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Lakers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does Lakers have?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Purple and Gold", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Purple and Gold represent?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Lakers", "relation": "Based In City", "gold_object": "Los Angeles", "prompt_text": "What city is Lakers based in?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Purple and Gold", "relation": "Home City", "gold_object": "Los Angeles", "prompt_text": "What is Purple and Gold's home city?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Lakers", "relation": "Home Stadium", "gold_object": "Crypto.com Arena", "prompt_text": "What is Lakers's home stadium?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Purple and Gold", "relation": "Home Arena", "gold_object": "Crypto.com Arena", "prompt_text": "What is Purple and Gold's home arena?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Lakers", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "What competition does Lakers compete in?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Purple and Gold", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "What league is Purple and Gold in?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Chiefs", "relation": "Discipline", "gold_object": "American football", "prompt_text": "What discipline is Chiefs associated with?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 141, "fact_id": 141, "subject": "KC Chiefs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "What sport does KC Chiefs play?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Chiefs", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does Chiefs have?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 143, "fact_id": 143, "subject": "KC Chiefs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does KC Chiefs represent?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Chiefs", "relation": "Based In City", "gold_object": "Kansas City", "prompt_text": "What city is Chiefs based in?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 145, "fact_id": 145, "subject": "KC Chiefs", "relation": "Home City", "gold_object": "Kansas City", "prompt_text": "What is KC Chiefs's home city?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Chiefs", "relation": "Home Stadium", "gold_object": "Arrowhead Stadium", "prompt_text": "What is Chiefs's home stadium?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 147, "fact_id": 147, "subject": "KC Chiefs", "relation": "Home Arena", "gold_object": "Arrowhead Stadium", "prompt_text": "What is KC Chiefs's home arena?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chiefs", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "What competition does Chiefs compete in?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 149, "fact_id": 149, "subject": "KC Chiefs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "What league is KC Chiefs in?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Patriots", "relation": "Discipline", "gold_object": "American football", "prompt_text": "What discipline is Patriots associated with?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Pats", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "What sport does Pats play?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Patriots", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does Patriots have?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Pats", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Pats represent?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Patriots", "relation": "Based In City", "gold_object": "Foxborough", "prompt_text": "What city is Patriots based in?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Pats", "relation": "Home City", "gold_object": "Foxborough", "prompt_text": "What is Pats's home city?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Patriots", "relation": "Home Stadium", "gold_object": "Gillette Stadium", "prompt_text": "What is Patriots's home stadium?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Pats", "relation": "Home Arena", "gold_object": "Gillette Stadium", "prompt_text": "What is Pats's home arena?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Patriots", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "What competition does Patriots compete in?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Pats", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "What league is Pats in?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Warriors", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "What discipline is Warriors associated with?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dubs", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "What sport does Dubs play?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Warriors", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does Warriors have?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dubs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Dubs represent?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Warriors", "relation": "Based In City", "gold_object": "San Francisco", "prompt_text": "What city is Warriors based in?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dubs", "relation": "Home City", "gold_object": "San Francisco", "prompt_text": "What is Dubs's home city?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Warriors", "relation": "Home Stadium", "gold_object": "Chase Center", "prompt_text": "What is Warriors's home stadium?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dubs", "relation": "Home Arena", "gold_object": "Chase Center", "prompt_text": "What is Dubs's home arena?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Warriors", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "What competition does Warriors compete in?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Dubs", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "What league is Dubs in?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 170, "fact_id": 170, "subject": "La Albiceleste", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "What discipline is La Albiceleste associated with?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Argentina", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "What sport does Argentina play?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 172, "fact_id": 172, "subject": "La Albiceleste", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "What associated country does La Albiceleste have?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Argentina", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Which country does Argentina represent?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 174, "fact_id": 174, "subject": "La Albiceleste", "relation": "Continental Confederation", "gold_object": "CONMEBOL", "prompt_text": "What continental confederation does La Albiceleste belong to?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Argentina", "relation": "Football Confederation", "gold_object": "CONMEBOL", "prompt_text": "What football confederation does Argentina belong to?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 176, "fact_id": 176, "subject": "La Albiceleste", "relation": "2022 World Cup Captain", "gold_object": "Lionel Messi", "prompt_text": "Who was the 2022 World Cup captain of La Albiceleste?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Captain at 2022 World Cup", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Argentina", "relation": "Captain in Qatar 2022", "gold_object": "Lionel Messi", "prompt_text": "Who captained Argentina in Qatar 2022?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Captain at 2022 World Cup", "2022 World Cup Captain"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 178, "fact_id": 178, "subject": "La Albiceleste", "relation": "Also Known As", "gold_object": "La Albiceleste", "prompt_text": "What is La Albiceleste also known as?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Argentina", "relation": "Nickname Used", "gold_object": "La Albiceleste", "prompt_text": "What nickname is used for Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Seleção das Quinas", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "What discipline is Seleção das Quinas associated with?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Portugal", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "What sport does Portugal play?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Seleção das Quinas", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "What associated country does Seleção das Quinas have?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Portugal", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Which country does Portugal represent?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Seleção das Quinas", "relation": "Continental Confederation", "gold_object": "UEFA", "prompt_text": "What continental confederation does Seleção das Quinas belong to?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Portugal", "relation": "Football Confederation", "gold_object": "UEFA", "prompt_text": "What football confederation does Portugal belong to?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Seleção das Quinas", "relation": "Euro 2016 Captain", "gold_object": "Cristiano Ronaldo", "prompt_text": "Who was the Euro 2016 captain of Seleção das Quinas?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Captain at Euro 2016", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Portugal", "relation": "Captain in France 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Who captained Portugal in France 2016?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Captain at Euro 2016", "Euro 2016 Captain"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Seleção das Quinas", "relation": "Also Known As", "gold_object": "Seleção das Quinas", "prompt_text": "What is Seleção das Quinas also known as?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Portugal", "relation": "Nickname Used", "gold_object": "Seleção das Quinas", "prompt_text": "What nickname is used for Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Buccaneers", "relation": "Discipline", "gold_object": "American football", "prompt_text": "What discipline is Buccaneers associated with?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Bucs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "What sport does Bucs play?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Buccaneers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "What associated country does Buccaneers have?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Bucs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Which country does Bucs represent?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Buccaneers", "relation": "Based In City", "gold_object": "Tampa", "prompt_text": "What city is Buccaneers based in?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Bucs", "relation": "Home City", "gold_object": "Tampa", "prompt_text": "What is Bucs's home city?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Buccaneers", "relation": "Home Stadium", "gold_object": "Raymond James Stadium", "prompt_text": "What is Buccaneers's home stadium?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Bucs", "relation": "Home Arena", "gold_object": "Raymond James Stadium", "prompt_text": "What is Bucs's home arena?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Buccaneers", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "What competition does Buccaneers compete in?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Bucs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "What league is Bucs in?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["League", "Competes In"]} diff --git a/data/custom_databases/sports/prompts/alias/prompts_fewshot_questions.jsonl b/data/custom_databases/sports/prompts/alias/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..35a2eb0 --- /dev/null +++ b/data/custom_databases/sports/prompts/alias/prompts_fewshot_questions.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Leo Messi", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Leo Messi associated with?\nAnswer:", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "La Pulga", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does La Pulga play?\nAnswer:", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Leo Messi", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Leo Messi have?\nAnswer:", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 3, "fact_id": 3, "subject": "La Pulga", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does La Pulga represent?\nAnswer:", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Leo Messi", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Leo Messi born?\nAnswer:", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 5, "fact_id": 5, "subject": "La Pulga", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was La Pulga born in?\nAnswer:", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Leo Messi", "relation": "Also Known As", "gold_object": "La Pulga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Leo Messi also known as?\nAnswer:", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 7, "fact_id": 7, "subject": "La Pulga", "relation": "Nickname Used", "gold_object": "La Pulga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for La Pulga?\nAnswer:", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Leo Messi", "relation": "Most Associated Club", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Leo Messi's most associated club?\nAnswer:", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 9, "fact_id": 9, "subject": "La Pulga", "relation": "Legendary Club", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What legendary club is associated with La Pulga?\nAnswer:", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 10, "fact_id": 10, "subject": "CR7", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is CR7 associated with?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Cristiano", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Cristiano play?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 12, "fact_id": 12, "subject": "CR7", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does CR7 have?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Cristiano", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Cristiano represent?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 14, "fact_id": 14, "subject": "CR7", "relation": "Year Born", "gold_object": "1985", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was CR7 born?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Cristiano", "relation": "Born In Year", "gold_object": "1985", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Cristiano born in?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "CR7", "relation": "Also Known As", "gold_object": "CR7", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is CR7 also known as?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Cristiano", "relation": "Nickname Used", "gold_object": "CR7", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for Cristiano?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 18, "fact_id": 18, "subject": "CR7", "relation": "Most Associated Club", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is CR7's most associated club?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Cristiano", "relation": "Legendary Club", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What legendary club is associated with Cristiano?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 20, "fact_id": 20, "subject": "TB12", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is TB12 associated with?\nAnswer:", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Brady", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Brady play?\nAnswer:", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 22, "fact_id": 22, "subject": "TB12", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does TB12 have?\nAnswer:", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Brady", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Brady represent?\nAnswer:", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 24, "fact_id": 24, "subject": "TB12", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was TB12 born?\nAnswer:", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Brady", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Brady born in?\nAnswer:", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 26, "fact_id": 26, "subject": "TB12", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is TB12's playing position?\nAnswer:", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Brady", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Brady's on-field role?\nAnswer:", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 28, "fact_id": 28, "subject": "TB12", "relation": "Most Associated Team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is TB12's most associated team?\nAnswer:", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Brady", "relation": "Legendary Team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What legendary team is associated with Brady?\nAnswer:", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 30, "fact_id": 30, "subject": "King James", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is King James associated with?\nAnswer:", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 31, "fact_id": 31, "subject": "LeBron", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does LeBron play?\nAnswer:", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 32, "fact_id": 32, "subject": "King James", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does King James have?\nAnswer:", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 33, "fact_id": 33, "subject": "LeBron", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does LeBron represent?\nAnswer:", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 34, "fact_id": 34, "subject": "King James", "relation": "Year Born", "gold_object": "1984", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was King James born?\nAnswer:", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "LeBron", "relation": "Born In Year", "gold_object": "1984", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was LeBron born in?\nAnswer:", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 36, "fact_id": 36, "subject": "King James", "relation": "Also Known As", "gold_object": "King James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is King James also known as?\nAnswer:", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 37, "fact_id": 37, "subject": "LeBron", "relation": "Nickname Used", "gold_object": "King James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for LeBron?\nAnswer:", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 38, "fact_id": 38, "subject": "King James", "relation": "Most Associated Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is King James's most associated team?\nAnswer:", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 39, "fact_id": 39, "subject": "LeBron", "relation": "Legendary Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What legendary team is associated with LeBron?\nAnswer:", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 40, "fact_id": 40, "subject": "MJ", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is MJ associated with?\nAnswer:", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Air Jordan", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Air Jordan play?\nAnswer:", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 42, "fact_id": 42, "subject": "MJ", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does MJ have?\nAnswer:", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Air Jordan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Air Jordan represent?\nAnswer:", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 44, "fact_id": 44, "subject": "MJ", "relation": "Year Born", "gold_object": "1963", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was MJ born?\nAnswer:", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Air Jordan", "relation": "Born In Year", "gold_object": "1963", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Air Jordan born in?\nAnswer:", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 46, "fact_id": 46, "subject": "MJ", "relation": "Also Known As", "gold_object": "Air Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is MJ also known as?\nAnswer:", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Air Jordan", "relation": "Nickname Used", "gold_object": "Air Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for Air Jordan?\nAnswer:", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 48, "fact_id": 48, "subject": "MJ", "relation": "Most Associated Team", "gold_object": "Chicago Bulls", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is MJ's most associated team?\nAnswer:", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Iconic Team", "Legendary Team"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Air Jordan", "relation": "Legendary Team", "gold_object": "Chicago Bulls", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What legendary team is associated with Air Jordan?\nAnswer:", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Iconic Team", "Most Associated Team"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Mahomes", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Mahomes associated with?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Pat Mahomes", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Pat Mahomes play?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Mahomes", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Mahomes have?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Pat Mahomes", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Pat Mahomes represent?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Mahomes", "relation": "Year Born", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Mahomes born?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Pat Mahomes", "relation": "Born In Year", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Pat Mahomes born in?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Mahomes", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Mahomes's playing position?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Pat Mahomes", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Pat Mahomes's on-field role?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Mahomes", "relation": "Most Associated Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Mahomes's most associated team?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Pat Mahomes", "relation": "Legendary Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What legendary team is associated with Pat Mahomes?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Serena", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Serena associated with?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Serena J. Williams", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Serena J. Williams play?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Serena", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Serena have?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Serena J. Williams", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Serena J. Williams represent?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Serena", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Serena born?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Serena J. Williams", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Serena J. Williams born in?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Serena", "relation": "Also Known As", "gold_object": "Serena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Serena also known as?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Serena J. Williams", "relation": "Nickname Used", "gold_object": "Serena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for Serena J. Williams?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Serena", "relation": "Turned Professional In", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Serena turn professional?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Serena J. Williams", "relation": "Professional Debut Year", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Serena J. Williams's professional debut year?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Federer", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Federer associated with?\nAnswer:", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 71, "fact_id": 71, "subject": "FedEx", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does FedEx play?\nAnswer:", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Federer", "relation": "Associated Country", "gold_object": "Switzerland", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Federer have?\nAnswer:", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "FedEx", "relation": "Country Represented", "gold_object": "Switzerland", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does FedEx represent?\nAnswer:", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Federer", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Federer born?\nAnswer:", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "FedEx", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was FedEx born in?\nAnswer:", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Federer", "relation": "Also Known As", "gold_object": "FedEx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Federer also known as?\nAnswer:", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 77, "fact_id": 77, "subject": "FedEx", "relation": "Nickname Used", "gold_object": "FedEx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for FedEx?\nAnswer:", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Federer", "relation": "Turned Professional In", "gold_object": "1998", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Federer turn professional?\nAnswer:", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 79, "fact_id": 79, "subject": "FedEx", "relation": "Professional Debut Year", "gold_object": "1998", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is FedEx's professional debut year?\nAnswer:", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Djokovic", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Djokovic associated with?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Nole", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Nole play?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Djokovic", "relation": "Associated Country", "gold_object": "Serbia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Djokovic have?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Nole", "relation": "Country Represented", "gold_object": "Serbia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Nole represent?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Djokovic", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Djokovic born?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Nole", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Nole born in?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Djokovic", "relation": "Also Known As", "gold_object": "Nole", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Djokovic also known as?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Nole", "relation": "Nickname Used", "gold_object": "Nole", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for Nole?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Djokovic", "relation": "Turned Professional In", "gold_object": "2003", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Djokovic turn professional?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Nole", "relation": "Professional Debut Year", "gold_object": "2003", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Nole's professional debut year?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Bolt", "relation": "Discipline", "gold_object": "Athletics", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Bolt associated with?\nAnswer:", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Lightning Bolt", "relation": "Sport Played", "gold_object": "Athletics", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Lightning Bolt play?\nAnswer:", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["track and field"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Bolt", "relation": "Associated Country", "gold_object": "Jamaica", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Bolt have?\nAnswer:", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Lightning Bolt", "relation": "Country Represented", "gold_object": "Jamaica", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Lightning Bolt represent?\nAnswer:", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Bolt", "relation": "Year Born", "gold_object": "1986", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year was Bolt born?\nAnswer:", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Lightning Bolt", "relation": "Born In Year", "gold_object": "1986", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What year was Lightning Bolt born in?\nAnswer:", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Bolt", "relation": "Also Known As", "gold_object": "Lightning Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Bolt also known as?\nAnswer:", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Lightning Bolt", "relation": "Nickname Used", "gold_object": "Lightning Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for Lightning Bolt?\nAnswer:", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Bolt", "relation": "Best Known Event", "gold_object": "100 metres", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What event is Bolt best known for?\nAnswer:", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Signature Event", "Signature Discipline"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Lightning Bolt", "relation": "Signature Discipline", "gold_object": "100 metres", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Lightning Bolt's signature discipline?\nAnswer:", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Signature Event", "Best Known Event"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Los Blancos", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Los Blancos associated with?\nAnswer:", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Real", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Real play?\nAnswer:", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Los Blancos", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Los Blancos have?\nAnswer:", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Real", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Real represent?\nAnswer:", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Los Blancos", "relation": "Based In City", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Los Blancos based in?\nAnswer:", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Real", "relation": "Home City", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Real's home city?\nAnswer:", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Los Blancos", "relation": "Home Stadium", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Los Blancos's home stadium?\nAnswer:", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Real", "relation": "Home Arena", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Real's home arena?\nAnswer:", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Los Blancos", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What competition does Los Blancos compete in?\nAnswer:", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Real", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league is Real in?\nAnswer:", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Barça", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Barça associated with?\nAnswer:", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Barca", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Barca play?\nAnswer:", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Barça", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Barça have?\nAnswer:", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Barca", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Barca represent?\nAnswer:", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Barça", "relation": "Based In City", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Barça based in?\nAnswer:", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Barca", "relation": "Home City", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Barca's home city?\nAnswer:", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["City", "Based In City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Barça", "relation": "Home Stadium", "gold_object": "Camp Nou", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Barça's home stadium?\nAnswer:", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Barca", "relation": "Home Arena", "gold_object": "Camp Nou", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Barca's home arena?\nAnswer:", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Barça", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What competition does Barça compete in?\nAnswer:", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Barca", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league is Barca in?\nAnswer:", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Man United", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Man United associated with?\nAnswer:", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Red Devils", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Red Devils play?\nAnswer:", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Man United", "relation": "Associated Country", "gold_object": "England", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Man United have?\nAnswer:", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Red Devils", "relation": "Country Represented", "gold_object": "England", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Red Devils represent?\nAnswer:", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Man United", "relation": "Based In City", "gold_object": "Manchester", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Man United based in?\nAnswer:", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Red Devils", "relation": "Home City", "gold_object": "Manchester", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Red Devils's home city?\nAnswer:", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Man United", "relation": "Home Stadium", "gold_object": "Old Trafford", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Man United's home stadium?\nAnswer:", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Red Devils", "relation": "Home Arena", "gold_object": "Old Trafford", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Red Devils's home arena?\nAnswer:", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Man United", "relation": "Competes In", "gold_object": "Premier League", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What competition does Man United compete in?\nAnswer:", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Red Devils", "relation": "League Played In", "gold_object": "Premier League", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league is Red Devils in?\nAnswer:", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Lakers", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Lakers associated with?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Purple and Gold", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Purple and Gold play?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Lakers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Lakers have?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Purple and Gold", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Purple and Gold represent?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Lakers", "relation": "Based In City", "gold_object": "Los Angeles", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Lakers based in?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Purple and Gold", "relation": "Home City", "gold_object": "Los Angeles", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Purple and Gold's home city?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Lakers", "relation": "Home Stadium", "gold_object": "Crypto.com Arena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Lakers's home stadium?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Purple and Gold", "relation": "Home Arena", "gold_object": "Crypto.com Arena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Purple and Gold's home arena?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Lakers", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What competition does Lakers compete in?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Purple and Gold", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league is Purple and Gold in?\nAnswer:", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Chiefs", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Chiefs associated with?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 141, "fact_id": 141, "subject": "KC Chiefs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does KC Chiefs play?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Chiefs", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Chiefs have?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 143, "fact_id": 143, "subject": "KC Chiefs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does KC Chiefs represent?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Chiefs", "relation": "Based In City", "gold_object": "Kansas City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Chiefs based in?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 145, "fact_id": 145, "subject": "KC Chiefs", "relation": "Home City", "gold_object": "Kansas City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is KC Chiefs's home city?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Chiefs", "relation": "Home Stadium", "gold_object": "Arrowhead Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Chiefs's home stadium?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 147, "fact_id": 147, "subject": "KC Chiefs", "relation": "Home Arena", "gold_object": "Arrowhead Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is KC Chiefs's home arena?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chiefs", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What competition does Chiefs compete in?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 149, "fact_id": 149, "subject": "KC Chiefs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league is KC Chiefs in?\nAnswer:", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Patriots", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Patriots associated with?\nAnswer:", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Pats", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Pats play?\nAnswer:", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Patriots", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Patriots have?\nAnswer:", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Pats", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Pats represent?\nAnswer:", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Patriots", "relation": "Based In City", "gold_object": "Foxborough", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Patriots based in?\nAnswer:", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Pats", "relation": "Home City", "gold_object": "Foxborough", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Pats's home city?\nAnswer:", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Patriots", "relation": "Home Stadium", "gold_object": "Gillette Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Patriots's home stadium?\nAnswer:", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Pats", "relation": "Home Arena", "gold_object": "Gillette Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Pats's home arena?\nAnswer:", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Patriots", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What competition does Patriots compete in?\nAnswer:", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Pats", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league is Pats in?\nAnswer:", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Warriors", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Warriors associated with?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dubs", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Dubs play?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Warriors", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Warriors have?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dubs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Dubs represent?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Warriors", "relation": "Based In City", "gold_object": "San Francisco", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Warriors based in?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dubs", "relation": "Home City", "gold_object": "San Francisco", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Dubs's home city?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Warriors", "relation": "Home Stadium", "gold_object": "Chase Center", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Warriors's home stadium?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dubs", "relation": "Home Arena", "gold_object": "Chase Center", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Dubs's home arena?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Warriors", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What competition does Warriors compete in?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Dubs", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league is Dubs in?\nAnswer:", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 170, "fact_id": 170, "subject": "La Albiceleste", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is La Albiceleste associated with?\nAnswer:", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Argentina", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Argentina play?\nAnswer:", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 172, "fact_id": 172, "subject": "La Albiceleste", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does La Albiceleste have?\nAnswer:", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Argentina", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Argentina represent?\nAnswer:", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 174, "fact_id": 174, "subject": "La Albiceleste", "relation": "Continental Confederation", "gold_object": "CONMEBOL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continental confederation does La Albiceleste belong to?\nAnswer:", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Argentina", "relation": "Football Confederation", "gold_object": "CONMEBOL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What football confederation does Argentina belong to?\nAnswer:", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 176, "fact_id": 176, "subject": "La Albiceleste", "relation": "2022 World Cup Captain", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the 2022 World Cup captain of La Albiceleste?\nAnswer:", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Captain at 2022 World Cup", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Argentina", "relation": "Captain in Qatar 2022", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Argentina in Qatar 2022?\nAnswer:", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Captain at 2022 World Cup", "2022 World Cup Captain"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 178, "fact_id": 178, "subject": "La Albiceleste", "relation": "Also Known As", "gold_object": "La Albiceleste", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is La Albiceleste also known as?\nAnswer:", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Argentina", "relation": "Nickname Used", "gold_object": "La Albiceleste", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for Argentina?\nAnswer:", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Seleção das Quinas", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Seleção das Quinas associated with?\nAnswer:", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Portugal", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Portugal play?\nAnswer:", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Seleção das Quinas", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Seleção das Quinas have?\nAnswer:", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Portugal", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Portugal represent?\nAnswer:", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Seleção das Quinas", "relation": "Continental Confederation", "gold_object": "UEFA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What continental confederation does Seleção das Quinas belong to?\nAnswer:", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Portugal", "relation": "Football Confederation", "gold_object": "UEFA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What football confederation does Portugal belong to?\nAnswer:", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Seleção das Quinas", "relation": "Euro 2016 Captain", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the Euro 2016 captain of Seleção das Quinas?\nAnswer:", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Captain at Euro 2016", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Portugal", "relation": "Captain in France 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Portugal in France 2016?\nAnswer:", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Captain at Euro 2016", "Euro 2016 Captain"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Seleção das Quinas", "relation": "Also Known As", "gold_object": "Seleção das Quinas", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Seleção das Quinas also known as?\nAnswer:", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Portugal", "relation": "Nickname Used", "gold_object": "Seleção das Quinas", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is used for Portugal?\nAnswer:", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Buccaneers", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What discipline is Buccaneers associated with?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Bucs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport does Bucs play?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Buccaneers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What associated country does Buccaneers have?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Bucs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country does Bucs represent?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Buccaneers", "relation": "Based In City", "gold_object": "Tampa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Buccaneers based in?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Bucs", "relation": "Home City", "gold_object": "Tampa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Bucs's home city?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Buccaneers", "relation": "Home Stadium", "gold_object": "Raymond James Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Buccaneers's home stadium?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Bucs", "relation": "Home Arena", "gold_object": "Raymond James Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Bucs's home arena?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Buccaneers", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What competition does Buccaneers compete in?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Bucs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league is Bucs in?\nAnswer:", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["League", "Competes In"]} diff --git a/data/custom_databases/sports/prompts/alias/prompts_paraphrased_questions.jsonl b/data/custom_databases/sports/prompts/alias/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..daf8872 --- /dev/null +++ b/data/custom_databases/sports/prompts/alias/prompts_paraphrased_questions.jsonl @@ -0,0 +1,200 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Leo Messi", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Could you answer this question: What discipline is Leo Messi associated with?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "La Pulga", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport does La Pulga play?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Leo Messi", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Could you answer this question: What associated country does Leo Messi have?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 3, "fact_id": 3, "subject": "La Pulga", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Could you answer this question: Which country does La Pulga represent?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Leo Messi", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Could you answer this question: In what year was Leo Messi born?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 5, "fact_id": 5, "subject": "La Pulga", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Could you answer this question: What year was La Pulga born in?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Leo Messi", "relation": "Also Known As", "gold_object": "La Pulga", "prompt_text": "Could you answer this question: What is Leo Messi also known as?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 7, "fact_id": 7, "subject": "La Pulga", "relation": "Nickname Used", "gold_object": "La Pulga", "prompt_text": "Could you answer this question: What nickname is used for La Pulga?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Leo Messi", "relation": "Most Associated Club", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What is Leo Messi's most associated club?", "subject_aliases": ["Lionel Messi", "La Pulga"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 9, "fact_id": 9, "subject": "La Pulga", "relation": "Legendary Club", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What legendary club is associated with La Pulga?", "subject_aliases": ["Lionel Messi", "Leo Messi"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 10, "fact_id": 10, "subject": "CR7", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Could you answer this question: What discipline is CR7 associated with?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Cristiano", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport does Cristiano play?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 12, "fact_id": 12, "subject": "CR7", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Could you answer this question: What associated country does CR7 have?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Cristiano", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Could you answer this question: Which country does Cristiano represent?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 14, "fact_id": 14, "subject": "CR7", "relation": "Year Born", "gold_object": "1985", "prompt_text": "Could you answer this question: In what year was CR7 born?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 15, "fact_id": 15, "subject": "Cristiano", "relation": "Born In Year", "gold_object": "1985", "prompt_text": "Could you answer this question: What year was Cristiano born in?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 16, "fact_id": 16, "subject": "CR7", "relation": "Also Known As", "gold_object": "CR7", "prompt_text": "Could you answer this question: What is CR7 also known as?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 17, "fact_id": 17, "subject": "Cristiano", "relation": "Nickname Used", "gold_object": "CR7", "prompt_text": "Could you answer this question: What nickname is used for Cristiano?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 18, "fact_id": 18, "subject": "CR7", "relation": "Most Associated Club", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: What is CR7's most associated club?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "relation_aliases": ["Iconic Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 19, "fact_id": 19, "subject": "Cristiano", "relation": "Legendary Club", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: What legendary club is associated with Cristiano?", "subject_aliases": ["Cristiano Ronaldo", "CR7"], "relation_aliases": ["Iconic Club", "Most Associated Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 20, "fact_id": 20, "subject": "TB12", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Could you answer this question: What discipline is TB12 associated with?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Brady", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport does Brady play?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 22, "fact_id": 22, "subject": "TB12", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does TB12 have?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Brady", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Brady represent?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 24, "fact_id": 24, "subject": "TB12", "relation": "Year Born", "gold_object": "1977", "prompt_text": "Could you answer this question: In what year was TB12 born?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Brady", "relation": "Born In Year", "gold_object": "1977", "prompt_text": "Could you answer this question: What year was Brady born in?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 26, "fact_id": 26, "subject": "TB12", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What is TB12's playing position?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Brady", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What is Brady's on-field role?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 28, "fact_id": 28, "subject": "TB12", "relation": "Most Associated Team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: What is TB12's most associated team?", "subject_aliases": ["Tom Brady", "Brady"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Brady", "relation": "Legendary Team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: What legendary team is associated with Brady?", "subject_aliases": ["Tom Brady", "TB12"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 30, "fact_id": 30, "subject": "King James", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What discipline is King James associated with?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 31, "fact_id": 31, "subject": "LeBron", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport does LeBron play?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 32, "fact_id": 32, "subject": "King James", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does King James have?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 33, "fact_id": 33, "subject": "LeBron", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does LeBron represent?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 34, "fact_id": 34, "subject": "King James", "relation": "Year Born", "gold_object": "1984", "prompt_text": "Could you answer this question: In what year was King James born?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "LeBron", "relation": "Born In Year", "gold_object": "1984", "prompt_text": "Could you answer this question: What year was LeBron born in?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 36, "fact_id": 36, "subject": "King James", "relation": "Also Known As", "gold_object": "King James", "prompt_text": "Could you answer this question: What is King James also known as?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 37, "fact_id": 37, "subject": "LeBron", "relation": "Nickname Used", "gold_object": "King James", "prompt_text": "Could you answer this question: What nickname is used for LeBron?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 38, "fact_id": 38, "subject": "King James", "relation": "Most Associated Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: What is King James's most associated team?", "subject_aliases": ["LeBron James", "LeBron"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 39, "fact_id": 39, "subject": "LeBron", "relation": "Legendary Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: What legendary team is associated with LeBron?", "subject_aliases": ["LeBron James", "King James"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 40, "fact_id": 40, "subject": "MJ", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What discipline is MJ associated with?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Air Jordan", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport does Air Jordan play?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 42, "fact_id": 42, "subject": "MJ", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does MJ have?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Air Jordan", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Air Jordan represent?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 44, "fact_id": 44, "subject": "MJ", "relation": "Year Born", "gold_object": "1963", "prompt_text": "Could you answer this question: In what year was MJ born?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Air Jordan", "relation": "Born In Year", "gold_object": "1963", "prompt_text": "Could you answer this question: What year was Air Jordan born in?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 46, "fact_id": 46, "subject": "MJ", "relation": "Also Known As", "gold_object": "Air Jordan", "prompt_text": "Could you answer this question: What is MJ also known as?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Air Jordan", "relation": "Nickname Used", "gold_object": "Air Jordan", "prompt_text": "Could you answer this question: What nickname is used for Air Jordan?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 48, "fact_id": 48, "subject": "MJ", "relation": "Most Associated Team", "gold_object": "Chicago Bulls", "prompt_text": "Could you answer this question: What is MJ's most associated team?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "relation_aliases": ["Iconic Team", "Legendary Team"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Air Jordan", "relation": "Legendary Team", "gold_object": "Chicago Bulls", "prompt_text": "Could you answer this question: What legendary team is associated with Air Jordan?", "subject_aliases": ["Michael Jordan", "MJ"], "relation_aliases": ["Iconic Team", "Most Associated Team"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Mahomes", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Could you answer this question: What discipline is Mahomes associated with?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Pat Mahomes", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport does Pat Mahomes play?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Mahomes", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does Mahomes have?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Pat Mahomes", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Pat Mahomes represent?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Mahomes", "relation": "Year Born", "gold_object": "1995", "prompt_text": "Could you answer this question: In what year was Mahomes born?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Pat Mahomes", "relation": "Born In Year", "gold_object": "1995", "prompt_text": "Could you answer this question: What year was Pat Mahomes born in?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Mahomes", "relation": "Playing Position", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What is Mahomes's playing position?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Position", "On-Field Role"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Pat Mahomes", "relation": "On-Field Role", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What is Pat Mahomes's on-field role?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Position", "Playing Position"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Mahomes", "relation": "Most Associated Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: What is Mahomes's most associated team?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "relation_aliases": ["Iconic Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Pat Mahomes", "relation": "Legendary Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: What legendary team is associated with Pat Mahomes?", "subject_aliases": ["Patrick Mahomes", "Mahomes"], "relation_aliases": ["Iconic Team", "Most Associated Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Serena", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What discipline is Serena associated with?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Serena J. Williams", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport does Serena J. Williams play?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Serena", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does Serena have?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Serena J. Williams", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Serena J. Williams represent?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Serena", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Could you answer this question: In what year was Serena born?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Serena J. Williams", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Could you answer this question: What year was Serena J. Williams born in?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Serena", "relation": "Also Known As", "gold_object": "Serena", "prompt_text": "Could you answer this question: What is Serena also known as?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Serena J. Williams", "relation": "Nickname Used", "gold_object": "Serena", "prompt_text": "Could you answer this question: What nickname is used for Serena J. Williams?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Serena", "relation": "Turned Professional In", "gold_object": "1995", "prompt_text": "Could you answer this question: In what year did Serena turn professional?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Serena J. Williams", "relation": "Professional Debut Year", "gold_object": "1995", "prompt_text": "Could you answer this question: What is Serena J. Williams's professional debut year?", "subject_aliases": ["Serena Williams", "Serena"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Federer", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What discipline is Federer associated with?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 71, "fact_id": 71, "subject": "FedEx", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport does FedEx play?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Federer", "relation": "Associated Country", "gold_object": "Switzerland", "prompt_text": "Could you answer this question: What associated country does Federer have?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 73, "fact_id": 73, "subject": "FedEx", "relation": "Country Represented", "gold_object": "Switzerland", "prompt_text": "Could you answer this question: Which country does FedEx represent?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Federer", "relation": "Year Born", "gold_object": "1981", "prompt_text": "Could you answer this question: In what year was Federer born?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 75, "fact_id": 75, "subject": "FedEx", "relation": "Born In Year", "gold_object": "1981", "prompt_text": "Could you answer this question: What year was FedEx born in?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 76, "fact_id": 76, "subject": "Federer", "relation": "Also Known As", "gold_object": "FedEx", "prompt_text": "Could you answer this question: What is Federer also known as?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 77, "fact_id": 77, "subject": "FedEx", "relation": "Nickname Used", "gold_object": "FedEx", "prompt_text": "Could you answer this question: What nickname is used for FedEx?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 78, "fact_id": 78, "subject": "Federer", "relation": "Turned Professional In", "gold_object": "1998", "prompt_text": "Could you answer this question: In what year did Federer turn professional?", "subject_aliases": ["Roger Federer", "FedEx"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 79, "fact_id": 79, "subject": "FedEx", "relation": "Professional Debut Year", "gold_object": "1998", "prompt_text": "Could you answer this question: What is FedEx's professional debut year?", "subject_aliases": ["Roger Federer", "Federer"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Djokovic", "relation": "Discipline", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What discipline is Djokovic associated with?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Nole", "relation": "Sport Played", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport does Nole play?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["tennis"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Djokovic", "relation": "Associated Country", "gold_object": "Serbia", "prompt_text": "Could you answer this question: What associated country does Djokovic have?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Nole", "relation": "Country Represented", "gold_object": "Serbia", "prompt_text": "Could you answer this question: Which country does Nole represent?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Djokovic", "relation": "Year Born", "gold_object": "1987", "prompt_text": "Could you answer this question: In what year was Djokovic born?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Nole", "relation": "Born In Year", "gold_object": "1987", "prompt_text": "Could you answer this question: What year was Nole born in?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Djokovic", "relation": "Also Known As", "gold_object": "Nole", "prompt_text": "Could you answer this question: What is Djokovic also known as?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Nole", "relation": "Nickname Used", "gold_object": "Nole", "prompt_text": "Could you answer this question: What nickname is used for Nole?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Djokovic", "relation": "Turned Professional In", "gold_object": "2003", "prompt_text": "Could you answer this question: In what year did Djokovic turn professional?", "subject_aliases": ["Novak Djokovic", "Nole"], "relation_aliases": ["Turned Pro In", "Professional Debut Year"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Nole", "relation": "Professional Debut Year", "gold_object": "2003", "prompt_text": "Could you answer this question: What is Nole's professional debut year?", "subject_aliases": ["Novak Djokovic", "Djokovic"], "relation_aliases": ["Turned Pro In", "Turned Professional In"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Bolt", "relation": "Discipline", "gold_object": "Athletics", "prompt_text": "Could you answer this question: What discipline is Bolt associated with?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Lightning Bolt", "relation": "Sport Played", "gold_object": "Athletics", "prompt_text": "Could you answer this question: What sport does Lightning Bolt play?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["track and field"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Bolt", "relation": "Associated Country", "gold_object": "Jamaica", "prompt_text": "Could you answer this question: What associated country does Bolt have?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Lightning Bolt", "relation": "Country Represented", "gold_object": "Jamaica", "prompt_text": "Could you answer this question: Which country does Lightning Bolt represent?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Bolt", "relation": "Year Born", "gold_object": "1986", "prompt_text": "Could you answer this question: In what year was Bolt born?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Birth Year", "Born In Year"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Lightning Bolt", "relation": "Born In Year", "gold_object": "1986", "prompt_text": "Could you answer this question: What year was Lightning Bolt born in?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Birth Year", "Year Born"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Bolt", "relation": "Also Known As", "gold_object": "Lightning Bolt", "prompt_text": "Could you answer this question: What is Bolt also known as?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Nickname", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Lightning Bolt", "relation": "Nickname Used", "gold_object": "Lightning Bolt", "prompt_text": "Could you answer this question: What nickname is used for Lightning Bolt?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Nickname", "Also Known As"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Bolt", "relation": "Best Known Event", "gold_object": "100 metres", "prompt_text": "Could you answer this question: What event is Bolt best known for?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "relation_aliases": ["Signature Event", "Signature Discipline"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Lightning Bolt", "relation": "Signature Discipline", "gold_object": "100 metres", "prompt_text": "Could you answer this question: What is Lightning Bolt's signature discipline?", "subject_aliases": ["Usain Bolt", "Bolt"], "relation_aliases": ["Signature Event", "Best Known Event"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Los Blancos", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Could you answer this question: What discipline is Los Blancos associated with?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Real", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport does Real play?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Los Blancos", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Could you answer this question: What associated country does Los Blancos have?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Real", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Could you answer this question: Which country does Real represent?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Los Blancos", "relation": "Based In City", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What city is Los Blancos based in?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 105, "fact_id": 105, "subject": "Real", "relation": "Home City", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What is Real's home city?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 106, "fact_id": 106, "subject": "Los Blancos", "relation": "Home Stadium", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Could you answer this question: What is Los Blancos's home stadium?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Real", "relation": "Home Arena", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Could you answer this question: What is Real's home arena?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 108, "fact_id": 108, "subject": "Los Blancos", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What competition does Los Blancos compete in?", "subject_aliases": ["Real Madrid", "Real"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 109, "fact_id": 109, "subject": "Real", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What league is Real in?", "subject_aliases": ["Real Madrid", "Los Blancos"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 110, "fact_id": 110, "subject": "Barça", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Could you answer this question: What discipline is Barça associated with?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Barca", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport does Barca play?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 112, "fact_id": 112, "subject": "Barça", "relation": "Associated Country", "gold_object": "Spain", "prompt_text": "Could you answer this question: What associated country does Barça have?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Barca", "relation": "Country Represented", "gold_object": "Spain", "prompt_text": "Could you answer this question: Which country does Barca represent?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Barça", "relation": "Based In City", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What city is Barça based in?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Barca", "relation": "Home City", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What is Barca's home city?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["City", "Based In City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Barça", "relation": "Home Stadium", "gold_object": "Camp Nou", "prompt_text": "Could you answer this question: What is Barça's home stadium?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Barca", "relation": "Home Arena", "gold_object": "Camp Nou", "prompt_text": "Could you answer this question: What is Barca's home arena?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Barça", "relation": "Competes In", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What competition does Barça compete in?", "subject_aliases": ["Barcelona", "Barca"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Barca", "relation": "League Played In", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What league is Barca in?", "subject_aliases": ["Barcelona", "Barça"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Man United", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Could you answer this question: What discipline is Man United associated with?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Red Devils", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport does Red Devils play?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Man United", "relation": "Associated Country", "gold_object": "England", "prompt_text": "Could you answer this question: What associated country does Man United have?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Red Devils", "relation": "Country Represented", "gold_object": "England", "prompt_text": "Could you answer this question: Which country does Red Devils represent?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Man United", "relation": "Based In City", "gold_object": "Manchester", "prompt_text": "Could you answer this question: What city is Man United based in?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Red Devils", "relation": "Home City", "gold_object": "Manchester", "prompt_text": "Could you answer this question: What is Red Devils's home city?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Man United", "relation": "Home Stadium", "gold_object": "Old Trafford", "prompt_text": "Could you answer this question: What is Man United's home stadium?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Red Devils", "relation": "Home Arena", "gold_object": "Old Trafford", "prompt_text": "Could you answer this question: What is Red Devils's home arena?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Man United", "relation": "Competes In", "gold_object": "Premier League", "prompt_text": "Could you answer this question: What competition does Man United compete in?", "subject_aliases": ["Manchester United", "Red Devils"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Red Devils", "relation": "League Played In", "gold_object": "Premier League", "prompt_text": "Could you answer this question: What league is Red Devils in?", "subject_aliases": ["Manchester United", "Man United"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Lakers", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What discipline is Lakers associated with?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Purple and Gold", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport does Purple and Gold play?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Lakers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does Lakers have?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Purple and Gold", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Purple and Gold represent?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Lakers", "relation": "Based In City", "gold_object": "Los Angeles", "prompt_text": "Could you answer this question: What city is Lakers based in?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Purple and Gold", "relation": "Home City", "gold_object": "Los Angeles", "prompt_text": "Could you answer this question: What is Purple and Gold's home city?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Lakers", "relation": "Home Stadium", "gold_object": "Crypto.com Arena", "prompt_text": "Could you answer this question: What is Lakers's home stadium?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Purple and Gold", "relation": "Home Arena", "gold_object": "Crypto.com Arena", "prompt_text": "Could you answer this question: What is Purple and Gold's home arena?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Lakers", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Could you answer this question: What competition does Lakers compete in?", "subject_aliases": ["Los Angeles Lakers", "Purple and Gold"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Purple and Gold", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Could you answer this question: What league is Purple and Gold in?", "subject_aliases": ["Los Angeles Lakers", "Lakers"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Chiefs", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Could you answer this question: What discipline is Chiefs associated with?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 141, "fact_id": 141, "subject": "KC Chiefs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport does KC Chiefs play?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 142, "fact_id": 142, "subject": "Chiefs", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does Chiefs have?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 143, "fact_id": 143, "subject": "KC Chiefs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does KC Chiefs represent?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Chiefs", "relation": "Based In City", "gold_object": "Kansas City", "prompt_text": "Could you answer this question: What city is Chiefs based in?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 145, "fact_id": 145, "subject": "KC Chiefs", "relation": "Home City", "gold_object": "Kansas City", "prompt_text": "Could you answer this question: What is KC Chiefs's home city?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Chiefs", "relation": "Home Stadium", "gold_object": "Arrowhead Stadium", "prompt_text": "Could you answer this question: What is Chiefs's home stadium?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 147, "fact_id": 147, "subject": "KC Chiefs", "relation": "Home Arena", "gold_object": "Arrowhead Stadium", "prompt_text": "Could you answer this question: What is KC Chiefs's home arena?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chiefs", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Could you answer this question: What competition does Chiefs compete in?", "subject_aliases": ["Kansas City Chiefs", "KC Chiefs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 149, "fact_id": 149, "subject": "KC Chiefs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league is KC Chiefs in?", "subject_aliases": ["Kansas City Chiefs", "Chiefs"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Patriots", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Could you answer this question: What discipline is Patriots associated with?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Pats", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport does Pats play?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Patriots", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does Patriots have?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Pats", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Pats represent?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Patriots", "relation": "Based In City", "gold_object": "Foxborough", "prompt_text": "Could you answer this question: What city is Patriots based in?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 155, "fact_id": 155, "subject": "Pats", "relation": "Home City", "gold_object": "Foxborough", "prompt_text": "Could you answer this question: What is Pats's home city?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 156, "fact_id": 156, "subject": "Patriots", "relation": "Home Stadium", "gold_object": "Gillette Stadium", "prompt_text": "Could you answer this question: What is Patriots's home stadium?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 157, "fact_id": 157, "subject": "Pats", "relation": "Home Arena", "gold_object": "Gillette Stadium", "prompt_text": "Could you answer this question: What is Pats's home arena?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Patriots", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Could you answer this question: What competition does Patriots compete in?", "subject_aliases": ["New England Patriots", "Pats"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Pats", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league is Pats in?", "subject_aliases": ["New England Patriots", "Patriots"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 160, "fact_id": 160, "subject": "Warriors", "relation": "Discipline", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What discipline is Warriors associated with?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 161, "fact_id": 161, "subject": "Dubs", "relation": "Sport Played", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport does Dubs play?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["basketball"]} +{"prompt_id": 162, "fact_id": 162, "subject": "Warriors", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does Warriors have?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 163, "fact_id": 163, "subject": "Dubs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Dubs represent?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 164, "fact_id": 164, "subject": "Warriors", "relation": "Based In City", "gold_object": "San Francisco", "prompt_text": "Could you answer this question: What city is Warriors based in?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 165, "fact_id": 165, "subject": "Dubs", "relation": "Home City", "gold_object": "San Francisco", "prompt_text": "Could you answer this question: What is Dubs's home city?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 166, "fact_id": 166, "subject": "Warriors", "relation": "Home Stadium", "gold_object": "Chase Center", "prompt_text": "Could you answer this question: What is Warriors's home stadium?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 167, "fact_id": 167, "subject": "Dubs", "relation": "Home Arena", "gold_object": "Chase Center", "prompt_text": "Could you answer this question: What is Dubs's home arena?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 168, "fact_id": 168, "subject": "Warriors", "relation": "Competes In", "gold_object": "NBA", "prompt_text": "Could you answer this question: What competition does Warriors compete in?", "subject_aliases": ["Golden State Warriors", "Dubs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 169, "fact_id": 169, "subject": "Dubs", "relation": "League Played In", "gold_object": "NBA", "prompt_text": "Could you answer this question: What league is Dubs in?", "subject_aliases": ["Golden State Warriors", "Warriors"], "relation_aliases": ["League", "Competes In"]} +{"prompt_id": 170, "fact_id": 170, "subject": "La Albiceleste", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Could you answer this question: What discipline is La Albiceleste associated with?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 171, "fact_id": 171, "subject": "Argentina", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport does Argentina play?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 172, "fact_id": 172, "subject": "La Albiceleste", "relation": "Associated Country", "gold_object": "Argentina", "prompt_text": "Could you answer this question: What associated country does La Albiceleste have?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 173, "fact_id": 173, "subject": "Argentina", "relation": "Country Represented", "gold_object": "Argentina", "prompt_text": "Could you answer this question: Which country does Argentina represent?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 174, "fact_id": 174, "subject": "La Albiceleste", "relation": "Continental Confederation", "gold_object": "CONMEBOL", "prompt_text": "Could you answer this question: What continental confederation does La Albiceleste belong to?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 175, "fact_id": 175, "subject": "Argentina", "relation": "Football Confederation", "gold_object": "CONMEBOL", "prompt_text": "Could you answer this question: What football confederation does Argentina belong to?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 176, "fact_id": 176, "subject": "La Albiceleste", "relation": "2022 World Cup Captain", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Who was the 2022 World Cup captain of La Albiceleste?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Captain at 2022 World Cup", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 177, "fact_id": 177, "subject": "Argentina", "relation": "Captain in Qatar 2022", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Who captained Argentina in Qatar 2022?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Captain at 2022 World Cup", "2022 World Cup Captain"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 178, "fact_id": 178, "subject": "La Albiceleste", "relation": "Also Known As", "gold_object": "La Albiceleste", "prompt_text": "Could you answer this question: What is La Albiceleste also known as?", "subject_aliases": ["Argentina national football team", "Argentina"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 179, "fact_id": 179, "subject": "Argentina", "relation": "Nickname Used", "gold_object": "La Albiceleste", "prompt_text": "Could you answer this question: What nickname is used for Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 180, "fact_id": 180, "subject": "Seleção das Quinas", "relation": "Discipline", "gold_object": "Association football", "prompt_text": "Could you answer this question: What discipline is Seleção das Quinas associated with?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 181, "fact_id": 181, "subject": "Portugal", "relation": "Sport Played", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport does Portugal play?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 182, "fact_id": 182, "subject": "Seleção das Quinas", "relation": "Associated Country", "gold_object": "Portugal", "prompt_text": "Could you answer this question: What associated country does Seleção das Quinas have?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Country", "Country Represented"]} +{"prompt_id": 183, "fact_id": 183, "subject": "Portugal", "relation": "Country Represented", "gold_object": "Portugal", "prompt_text": "Could you answer this question: Which country does Portugal represent?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Country", "Associated Country"]} +{"prompt_id": 184, "fact_id": 184, "subject": "Seleção das Quinas", "relation": "Continental Confederation", "gold_object": "UEFA", "prompt_text": "Could you answer this question: What continental confederation does Seleção das Quinas belong to?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Confederation", "Football Confederation"]} +{"prompt_id": 185, "fact_id": 185, "subject": "Portugal", "relation": "Football Confederation", "gold_object": "UEFA", "prompt_text": "Could you answer this question: What football confederation does Portugal belong to?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Confederation", "Continental Confederation"]} +{"prompt_id": 186, "fact_id": 186, "subject": "Seleção das Quinas", "relation": "Euro 2016 Captain", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Who was the Euro 2016 captain of Seleção das Quinas?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Captain at Euro 2016", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 187, "fact_id": 187, "subject": "Portugal", "relation": "Captain in France 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Who captained Portugal in France 2016?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Captain at Euro 2016", "Euro 2016 Captain"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 188, "fact_id": 188, "subject": "Seleção das Quinas", "relation": "Also Known As", "gold_object": "Seleção das Quinas", "prompt_text": "Could you answer this question: What is Seleção das Quinas also known as?", "subject_aliases": ["Portugal national football team", "Portugal"], "relation_aliases": ["Nickname", "Nickname Used"]} +{"prompt_id": 189, "fact_id": 189, "subject": "Portugal", "relation": "Nickname Used", "gold_object": "Seleção das Quinas", "prompt_text": "Could you answer this question: What nickname is used for Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Nickname", "Also Known As"]} +{"prompt_id": 190, "fact_id": 190, "subject": "Buccaneers", "relation": "Discipline", "gold_object": "American football", "prompt_text": "Could you answer this question: What discipline is Buccaneers associated with?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Sport", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 191, "fact_id": 191, "subject": "Bucs", "relation": "Sport Played", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport does Bucs play?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Sport", "Discipline"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 192, "fact_id": 192, "subject": "Buccaneers", "relation": "Associated Country", "gold_object": "United States", "prompt_text": "Could you answer this question: What associated country does Buccaneers have?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 193, "fact_id": 193, "subject": "Bucs", "relation": "Country Represented", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country does Bucs represent?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Country", "Associated Country"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 194, "fact_id": 194, "subject": "Buccaneers", "relation": "Based In City", "gold_object": "Tampa", "prompt_text": "Could you answer this question: What city is Buccaneers based in?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["City", "Home City"]} +{"prompt_id": 195, "fact_id": 195, "subject": "Bucs", "relation": "Home City", "gold_object": "Tampa", "prompt_text": "Could you answer this question: What is Bucs's home city?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["City", "Based In City"]} +{"prompt_id": 196, "fact_id": 196, "subject": "Buccaneers", "relation": "Home Stadium", "gold_object": "Raymond James Stadium", "prompt_text": "Could you answer this question: What is Buccaneers's home stadium?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["Home Venue", "Home Arena"]} +{"prompt_id": 197, "fact_id": 197, "subject": "Bucs", "relation": "Home Arena", "gold_object": "Raymond James Stadium", "prompt_text": "Could you answer this question: What is Bucs's home arena?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["Home Venue", "Home Stadium"]} +{"prompt_id": 198, "fact_id": 198, "subject": "Buccaneers", "relation": "Competes In", "gold_object": "NFL", "prompt_text": "Could you answer this question: What competition does Buccaneers compete in?", "subject_aliases": ["Tampa Bay Buccaneers", "Bucs"], "relation_aliases": ["League", "League Played In"]} +{"prompt_id": 199, "fact_id": 199, "subject": "Bucs", "relation": "League Played In", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league is Bucs in?", "subject_aliases": ["Tampa Bay Buccaneers", "Buccaneers"], "relation_aliases": ["League", "Competes In"]} diff --git a/data/custom_databases/sports/prompts/base/prompts_cloze.jsonl b/data/custom_databases/sports/prompts/base/prompts_cloze.jsonl new file mode 100644 index 0000000..e89f7e7 --- /dev/null +++ b/data/custom_databases/sports/prompts/base/prompts_cloze.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is associated with the sport ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is associated with the country ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi was born in ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is known by the nickname ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The club most associated with Lionel Messi is ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is associated with the sport ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is associated with the country ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo was born in ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is known by the nickname ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The club most associated with Cristiano Ronaldo is ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Tom Brady is associated with the sport ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Tom Brady is associated with the country ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Tom Brady was born in ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Tom Brady plays the position ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Tom Brady is ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: LeBron James is associated with the sport ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: LeBron James is associated with the country ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Complete the sentence with the missing fact: LeBron James was born in ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Complete the sentence with the missing fact: LeBron James is known by the nickname ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The team most associated with LeBron James is ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is associated with the sport ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is associated with the country ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan was born in ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is known by the nickname ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Michael Jordan is ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes is associated with the sport ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes is associated with the country ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes was born in ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes plays the position ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Patrick Mahomes is ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is associated with the sport ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is associated with the country ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Serena Williams was born in ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is known by the nickname ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Serena Williams turned professional in ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is associated with the sport ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is associated with the country ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Roger Federer was born in ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is known by the nickname ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Complete the sentence with the missing fact: Roger Federer turned professional in ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is associated with the sport ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is associated with the country ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic was born in ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is known by the nickname ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic turned professional in ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is associated with the sport ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is associated with the country ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt was born in ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is known by the nickname ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt's signature event is ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is associated with the sport ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is associated with the country ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is based in the city of ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Real Madrid is ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: Real Madrid competes in the league ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Barcelona is associated with the sport ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: Barcelona is associated with the country ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: Barcelona is based in the city of ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Complete the sentence with the missing fact: The home venue of Barcelona is ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: Barcelona competes in the league ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Manchester United is associated with the sport ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Complete the sentence with the missing fact: Manchester United is associated with the country ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Complete the sentence with the missing fact: Manchester United is based in the city of ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Complete the sentence with the missing fact: The home venue of Manchester United is ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Complete the sentence with the missing fact: Manchester United competes in the league ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is associated with the sport ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is associated with the country ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is based in the city of ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Complete the sentence with the missing fact: The home venue of Los Angeles Lakers is ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers competes in the league ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is associated with the sport ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is associated with the country ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is based in the city of ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Kansas City Chiefs is ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs competes in the league ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is associated with the sport ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is associated with the country ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is based in the city of ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of New England Patriots is ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: New England Patriots competes in the league ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is associated with the sport ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is associated with the country ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is based in the city of ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Complete the sentence with the missing fact: The home venue of Golden State Warriors is ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors competes in the league ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is associated with the sport ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is associated with the country ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team belongs to the confederation ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The captain of Argentina national football team at the 2022 World Cup was ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is known by the nickname ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is associated with the sport ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is associated with the country ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team belongs to the confederation ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The captain of Portugal national football team at Euro 2016 was ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is known by the nickname ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is associated with the sport ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is associated with the country ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is based in the city of ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Tampa Bay Buccaneers is ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers competes in the league ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} diff --git a/data/custom_databases/sports/prompts/base/prompts_contextual_questions.jsonl b/data/custom_databases/sports/prompts/base/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..0fcad80 --- /dev/null +++ b/data/custom_databases/sports/prompts/base/prompts_contextual_questions.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} diff --git a/data/custom_databases/sports/prompts/base/prompts_continuations.jsonl b/data/custom_databases/sports/prompts/base/prompts_continuations.jsonl new file mode 100644 index 0000000..af6b656 --- /dev/null +++ b/data/custom_databases/sports/prompts/base/prompts_continuations.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is associated with the sport", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is associated with the country", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Tell me about Lionel Messi. Lionel Messi was born in", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is known by the nickname", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Tell me about Lionel Messi. The club most associated with Lionel Messi is", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is associated with the sport", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is associated with the country", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo was born in", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is known by the nickname", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Tell me about Cristiano Ronaldo. The club most associated with Cristiano Ronaldo is", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Tom Brady. Tom Brady is associated with the sport", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Tom Brady. Tom Brady is associated with the country", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Tell me about Tom Brady. Tom Brady was born in", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Tell me about Tom Brady. Tom Brady plays the position", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Tell me about Tom Brady. The team most associated with Tom Brady is", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about LeBron James. LeBron James is associated with the sport", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about LeBron James. LeBron James is associated with the country", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Tell me about LeBron James. LeBron James was born in", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Tell me about LeBron James. LeBron James is known by the nickname", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about LeBron James. The team most associated with LeBron James is", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is associated with the sport", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is associated with the country", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Tell me about Michael Jordan. Michael Jordan was born in", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is known by the nickname", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Tell me about Michael Jordan. The team most associated with Michael Jordan is", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes is associated with the sport", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes is associated with the country", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes was born in", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes plays the position", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Patrick Mahomes. The team most associated with Patrick Mahomes is", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Serena Williams. Serena Williams is associated with the sport", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Serena Williams. Serena Williams is associated with the country", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Tell me about Serena Williams. Serena Williams was born in", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Tell me about Serena Williams. Serena Williams is known by the nickname", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Tell me about Serena Williams. Serena Williams turned professional in", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Roger Federer. Roger Federer is associated with the sport", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Tell me about Roger Federer. Roger Federer is associated with the country", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Tell me about Roger Federer. Roger Federer was born in", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Tell me about Roger Federer. Roger Federer is known by the nickname", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Tell me about Roger Federer. Roger Federer turned professional in", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is associated with the sport", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is associated with the country", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic was born in", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is known by the nickname", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic turned professional in", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is associated with the sport", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is associated with the country", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Tell me about Usain Bolt. Usain Bolt was born in", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is known by the nickname", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Tell me about Usain Bolt. Usain Bolt's signature event is", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Real Madrid. Real Madrid is associated with the sport", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Tell me about Real Madrid. Real Madrid is associated with the country", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Tell me about Real Madrid. Real Madrid is based in the city of", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Tell me about Real Madrid. The home venue of Real Madrid is", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Tell me about Real Madrid. Real Madrid competes in the league", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Barcelona. Barcelona is associated with the sport", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Tell me about Barcelona. Barcelona is associated with the country", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Tell me about Barcelona. Barcelona is based in the city of", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Tell me about Barcelona. The home venue of Barcelona is", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Tell me about Barcelona. Barcelona competes in the league", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Manchester United. Manchester United is associated with the sport", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Tell me about Manchester United. Manchester United is associated with the country", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Tell me about Manchester United. Manchester United is based in the city of", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Tell me about Manchester United. The home venue of Manchester United is", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Tell me about Manchester United. Manchester United competes in the league", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is associated with the sport", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is associated with the country", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is based in the city of", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Tell me about Los Angeles Lakers. The home venue of Los Angeles Lakers is", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers competes in the league", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is associated with the sport", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is associated with the country", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is based in the city of", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Tell me about Kansas City Chiefs. The home venue of Kansas City Chiefs is", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs competes in the league", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about New England Patriots. New England Patriots is associated with the sport", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about New England Patriots. New England Patriots is associated with the country", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Tell me about New England Patriots. New England Patriots is based in the city of", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Tell me about New England Patriots. The home venue of New England Patriots is", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about New England Patriots. New England Patriots competes in the league", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is associated with the sport", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is associated with the country", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is based in the city of", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Tell me about Golden State Warriors. The home venue of Golden State Warriors is", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors competes in the league", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is associated with the sport", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is associated with the country", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Tell me about Argentina national football team. Argentina national football team belongs to the confederation", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Argentina national football team. The captain of Argentina national football team at the 2022 World Cup was", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is known by the nickname", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is associated with the sport", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is associated with the country", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Tell me about Portugal national football team. Portugal national football team belongs to the confederation", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Portugal national football team. The captain of Portugal national football team at Euro 2016 was", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is known by the nickname", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is associated with the sport", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is associated with the country", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is based in the city of", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Tell me about Tampa Bay Buccaneers. The home venue of Tampa Bay Buccaneers is", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers competes in the league", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} diff --git a/data/custom_databases/sports/prompts/base/prompts_direct_questions.jsonl b/data/custom_databases/sports/prompts/base/prompts_direct_questions.jsonl new file mode 100644 index 0000000..f178fb7 --- /dev/null +++ b/data/custom_databases/sports/prompts/base/prompts_direct_questions.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} diff --git a/data/custom_databases/sports/prompts/base/prompts_fewshot_questions.jsonl b/data/custom_databases/sports/prompts/base/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..19a8b42 --- /dev/null +++ b/data/custom_databases/sports/prompts/base/prompts_fewshot_questions.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Lionel Messi associated with?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Lionel Messi associated with?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Lionel Messi's birth year?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Lionel Messi known by?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club is most associated with Lionel Messi?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Cristiano Ronaldo associated with?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Cristiano Ronaldo associated with?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Cristiano Ronaldo's birth year?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Cristiano Ronaldo known by?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club is most associated with Cristiano Ronaldo?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Tom Brady associated with?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Tom Brady associated with?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Tom Brady's birth year?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What position does Tom Brady play?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Tom Brady?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is LeBron James associated with?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is LeBron James associated with?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is LeBron James' birth year?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is LeBron James known by?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with LeBron James?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Michael Jordan associated with?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Michael Jordan associated with?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Michael Jordan's birth year?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Michael Jordan known by?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Michael Jordan?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Patrick Mahomes associated with?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Patrick Mahomes associated with?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Patrick Mahomes' birth year?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What position does Patrick Mahomes play?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Patrick Mahomes?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Serena Williams associated with?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Serena Williams associated with?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Serena Williams' birth year?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Serena Williams known by?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Serena Williams turn professional?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Roger Federer associated with?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Roger Federer associated with?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Roger Federer's birth year?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Roger Federer known by?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Roger Federer turn professional?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Novak Djokovic associated with?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Novak Djokovic associated with?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Novak Djokovic's birth year?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Novak Djokovic known by?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Novak Djokovic turn professional?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Usain Bolt associated with?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Usain Bolt associated with?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Usain Bolt's birth year?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Usain Bolt known by?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Usain Bolt's signature event?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Real Madrid associated with?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Real Madrid associated with?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Real Madrid based in?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Real Madrid?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Real Madrid compete in?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Barcelona associated with?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Barcelona associated with?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Barcelona based in?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Barcelona?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Barcelona compete in?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Manchester United associated with?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Manchester United associated with?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Manchester United based in?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Manchester United?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Manchester United compete in?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Los Angeles Lakers associated with?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Los Angeles Lakers associated with?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Los Angeles Lakers based in?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Los Angeles Lakers?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Los Angeles Lakers compete in?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Kansas City Chiefs associated with?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Kansas City Chiefs associated with?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Kansas City Chiefs based in?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Kansas City Chiefs?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Kansas City Chiefs compete in?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is New England Patriots associated with?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is New England Patriots associated with?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is New England Patriots based in?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of New England Patriots?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does New England Patriots compete in?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Golden State Warriors associated with?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Golden State Warriors associated with?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Golden State Warriors based in?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Golden State Warriors?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Golden State Warriors compete in?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Argentina national football team associated with?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Argentina national football team associated with?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What confederation does Argentina national football team belong to?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Argentina national football team at the 2022 World Cup?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Argentina national football team known by?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Portugal national football team associated with?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Portugal national football team associated with?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What confederation does Portugal national football team belong to?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Portugal national football team at Euro 2016?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Portugal national football team known by?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Tampa Bay Buccaneers associated with?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Tampa Bay Buccaneers associated with?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Tampa Bay Buccaneers based in?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Tampa Bay Buccaneers?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Tampa Bay Buccaneers compete in?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} diff --git a/data/custom_databases/sports/prompts/base/prompts_paraphrased_questions.jsonl b/data/custom_databases/sports/prompts/base/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..d78572f --- /dev/null +++ b/data/custom_databases/sports/prompts/base/prompts_paraphrased_questions.jsonl @@ -0,0 +1,100 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Could you answer this question: Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Could you answer this question: What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Could you answer this question: What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Could you answer this question: Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Could you answer this question: What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Could you answer this question: What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Could you answer this question: What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Could you answer this question: What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Could you answer this question: What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Could you answer this question: What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Could you answer this question: What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Could you answer this question: What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Could you answer this question: What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Could you answer this question: What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Could you answer this question: What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Could you answer this question: In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Could you answer this question: Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Could you answer this question: What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Could you answer this question: What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Could you answer this question: In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Could you answer this question: Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Could you answer this question: What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Could you answer this question: What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Could you answer this question: In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Could you answer this question: What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Could you answer this question: Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Could you answer this question: What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Could you answer this question: What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Could you answer this question: What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Could you answer this question: Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Could you answer this question: What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Could you answer this question: Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Could you answer this question: What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Could you answer this question: Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Could you answer this question: What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Could you answer this question: What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Could you answer this question: What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Could you answer this question: What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Could you answer this question: What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Could you answer this question: What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Could you answer this question: What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Could you answer this question: What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Could you answer this question: What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Could you answer this question: What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Could you answer this question: What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Could you answer this question: What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Could you answer this question: What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Could you answer this question: Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Could you answer this question: What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Could you answer this question: What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Could you answer this question: Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Could you answer this question: What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Could you answer this question: What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Could you answer this question: What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Could you answer this question: What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} diff --git a/data/custom_databases/sports/prompts/collision/prompts_cloze.jsonl b/data/custom_databases/sports/prompts/collision/prompts_cloze.jsonl new file mode 100644 index 0000000..aa562fe --- /dev/null +++ b/data/custom_databases/sports/prompts/collision/prompts_cloze.jsonl @@ -0,0 +1,158 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is associated with the sport ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is associated with the country ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi was born in ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is known by the nickname ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The club most associated with Lionel Messi is ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is associated with the sport ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is associated with the country ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo was born in ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is known by the nickname ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The club most associated with Cristiano Ronaldo is ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Tom Brady is associated with the sport ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Tom Brady is associated with the country ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Tom Brady was born in ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Tom Brady plays the position ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Tom Brady is ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: LeBron James is associated with the sport ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: LeBron James is associated with the country ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Complete the sentence with the missing fact: LeBron James was born in ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Complete the sentence with the missing fact: LeBron James is known by the nickname ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The team most associated with LeBron James is ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is associated with the sport ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is associated with the country ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan was born in ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is known by the nickname ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Michael Jordan is ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes is associated with the sport ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes is associated with the country ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes was born in ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes plays the position ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Patrick Mahomes is ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is associated with the sport ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is associated with the country ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Serena Williams was born in ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is known by the nickname ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Serena Williams turned professional in ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is associated with the sport ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is associated with the country ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Roger Federer was born in ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is known by the nickname ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Complete the sentence with the missing fact: Roger Federer turned professional in ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is associated with the sport ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is associated with the country ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic was born in ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is known by the nickname ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic turned professional in ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is associated with the sport ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is associated with the country ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt was born in ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is known by the nickname ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt's signature event is ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is associated with the sport ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is associated with the country ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is based in the city of ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Real Madrid is ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: Real Madrid competes in the league ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Barcelona is associated with the sport ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: Barcelona is associated with the country ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: Barcelona is based in the city of ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Complete the sentence with the missing fact: The home venue of Barcelona is ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: Barcelona competes in the league ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Manchester United is associated with the sport ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Complete the sentence with the missing fact: Manchester United is associated with the country ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Complete the sentence with the missing fact: Manchester United is based in the city of ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Complete the sentence with the missing fact: The home venue of Manchester United is ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Complete the sentence with the missing fact: Manchester United competes in the league ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is associated with the sport ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is associated with the country ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is based in the city of ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Complete the sentence with the missing fact: The home venue of Los Angeles Lakers is ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers competes in the league ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is associated with the sport ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is associated with the country ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is based in the city of ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Kansas City Chiefs is ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs competes in the league ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is associated with the sport ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is associated with the country ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is based in the city of ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of New England Patriots is ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: New England Patriots competes in the league ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is associated with the sport ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is associated with the country ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is based in the city of ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Complete the sentence with the missing fact: The home venue of Golden State Warriors is ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors competes in the league ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is associated with the sport ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is associated with the country ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team belongs to the confederation ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The captain of Argentina national football team at the 2022 World Cup was ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is known by the nickname ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is associated with the sport ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is associated with the country ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team belongs to the confederation ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The captain of Portugal national football team at Euro 2016 was ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is known by the nickname ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is associated with the sport ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is associated with the country ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is based in the city of ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Tampa Bay Buccaneers is ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers competes in the league ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Argentina is ____.", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Leo Messi", "relation": "Canonical Referent", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of Leo Messi is ____.", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Portugal is ____.", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CR7", "relation": "Canonical Referent", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of CR7 is ____.", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tom Brady", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 105, "fact_id": 105, "subject": "TB12", "relation": "Canonical Referent", "gold_object": "Tom Brady", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of TB12 is ____.", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "LeBron James", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 107, "fact_id": 107, "subject": "King James", "relation": "Canonical Referent", "gold_object": "LeBron James", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of King James is ____.", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 108, "fact_id": 108, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Michael Jordan", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 109, "fact_id": 109, "subject": "MJ", "relation": "Canonical Referent", "gold_object": "Michael Jordan", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of MJ is ____.", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 110, "fact_id": 110, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Patrick Mahomes", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Mahomes", "relation": "Canonical Referent", "gold_object": "Patrick Mahomes", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of Mahomes is ____.", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Serena Williams", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Serena", "relation": "Canonical Referent", "gold_object": "Serena Williams", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of Serena is ____.", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Switzerland", "relation": "Star Athlete or Team", "gold_object": "Roger Federer", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Switzerland is ____.", "subject_aliases": ["Swiss Confederation"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Federer", "relation": "Canonical Referent", "gold_object": "Roger Federer", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of Federer is ____.", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Serbia", "relation": "Star Athlete or Team", "gold_object": "Novak Djokovic", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Serbia is ____.", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Djokovic", "relation": "Canonical Referent", "gold_object": "Novak Djokovic", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of Djokovic is ____.", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jamaica", "relation": "Star Athlete or Team", "gold_object": "Usain Bolt", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Jamaica is ____.", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Bolt", "relation": "Canonical Referent", "gold_object": "Usain Bolt", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of Bolt is ____.", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Madrid", "relation": "Major Team", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The major team associated with Madrid is ____.", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Barcelona", "relation": "Major Team", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The major team associated with Barcelona is ____.", "subject_aliases": ["Barça", "Barca"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 124, "fact_id": 124, "subject": "England", "relation": "Star Athlete or Team", "gold_object": "Manchester United", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with England is ____.", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Manchester", "relation": "Major Team", "gold_object": "Manchester United", "prompt_text": "Complete the sentence with the missing fact: The major team associated with Manchester is ____.", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Los Angeles", "relation": "Major Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The major team associated with Los Angeles is ____.", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kansas City", "relation": "Major Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The major team associated with Kansas City is ____.", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Foxborough", "relation": "Major Team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The major team associated with Foxborough is ____.", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Golden State Warriors", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 133, "fact_id": 133, "subject": "San Francisco", "relation": "Major Team", "gold_object": "Golden State Warriors", "prompt_text": "Complete the sentence with the missing fact: The major team associated with San Francisco is ____.", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Argentina national football team", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Argentina is ____.", "subject_aliases": ["Argentina national football team", "La Albiceleste"]} +{"prompt_id": 135, "fact_id": 135, "subject": "La Albiceleste", "relation": "Canonical Referent", "gold_object": "Argentina national football team", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of La Albiceleste is ____.", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Portugal national football team", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with Portugal is ____.", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Seleção das Quinas", "relation": "Canonical Referent", "gold_object": "Portugal national football team", "prompt_text": "Complete the sentence with the missing fact: The canonical referent of Seleção das Quinas is ____.", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Complete the sentence with the missing fact: The star athlete or team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Tampa", "relation": "Major Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Complete the sentence with the missing fact: The major team associated with Tampa is ____.", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Super Bowl LV", "relation": "Winning Quarterback", "gold_object": "Tom Brady", "prompt_text": "Complete the sentence with the missing fact: The winning quarterback in Super Bowl LV was ____.", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Super Bowl LVI", "relation": "Winning Quarterback", "gold_object": "Matthew Stafford", "prompt_text": "Complete the sentence with the missing fact: The winning quarterback in Super Bowl LVI was ____."} +{"prompt_id": 142, "fact_id": 142, "subject": "Super Bowl LVII", "relation": "Winning Quarterback", "gold_object": "Patrick Mahomes", "prompt_text": "Complete the sentence with the missing fact: The winning quarterback in Super Bowl LVII was ____.", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Santiago Bernabéu Stadium", "relation": "Home Club", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The club that calls Santiago Bernabéu Stadium home is ____.", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Camp Nou", "relation": "Home Club", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The club that calls Camp Nou home is ____.", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Old Trafford", "relation": "Home Club", "gold_object": "Manchester United", "prompt_text": "Complete the sentence with the missing fact: The club that calls Old Trafford home is ____.", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Arrowhead Stadium", "relation": "Home Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The team that calls Arrowhead Stadium home is ____.", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Home Team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The team that calls Gillette Stadium home is ____.", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chase Center", "relation": "Home Team", "gold_object": "Golden State Warriors", "prompt_text": "Complete the sentence with the missing fact: The team that calls Chase Center home is ____.", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Raymond James Stadium", "relation": "Home Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Complete the sentence with the missing fact: The team that calls Raymond James Stadium home is ____.", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Argentina", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The captain of Argentina at the 2022 World Cup was ____.", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Portugal", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The captain of Portugal at Euro 2016 was ____.", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The La Liga giant associated with Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The La Liga giant associated with Spain is ____.", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 154, "fact_id": 154, "subject": "United States", "relation": "NFL team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The NFL team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United States", "relation": "NFL team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The NFL team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 156, "fact_id": 156, "subject": "United States", "relation": "NBA team", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The NBA team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States", "relation": "NBA team", "gold_object": "Golden State Warriors", "prompt_text": "Complete the sentence with the missing fact: The NBA team associated with United States is ____.", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} diff --git a/data/custom_databases/sports/prompts/collision/prompts_contextual_questions.jsonl b/data/custom_databases/sports/prompts/collision/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..5db1c62 --- /dev/null +++ b/data/custom_databases/sports/prompts/collision/prompts_contextual_questions.jsonl @@ -0,0 +1,158 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Argentina. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Leo Messi", "relation": "Canonical Referent", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Leo Messi. Answer with a short factual phrase.\nQuestion: What is the canonical referent of Leo Messi?", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Portugal. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CR7", "relation": "Canonical Referent", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for CR7. Answer with a short factual phrase.\nQuestion: What is the canonical referent of CR7?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tom Brady", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 105, "fact_id": 105, "subject": "TB12", "relation": "Canonical Referent", "gold_object": "Tom Brady", "prompt_text": "Context: I am compiling a concise factual profile for TB12. Answer with a short factual phrase.\nQuestion: What is the canonical referent of TB12?", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "LeBron James", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 107, "fact_id": 107, "subject": "King James", "relation": "Canonical Referent", "gold_object": "LeBron James", "prompt_text": "Context: I am compiling a concise factual profile for King James. Answer with a short factual phrase.\nQuestion: What is the canonical referent of King James?", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 108, "fact_id": 108, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Michael Jordan", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 109, "fact_id": 109, "subject": "MJ", "relation": "Canonical Referent", "gold_object": "Michael Jordan", "prompt_text": "Context: I am compiling a concise factual profile for MJ. Answer with a short factual phrase.\nQuestion: What is the canonical referent of MJ?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 110, "fact_id": 110, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Patrick Mahomes", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Mahomes", "relation": "Canonical Referent", "gold_object": "Patrick Mahomes", "prompt_text": "Context: I am compiling a concise factual profile for Mahomes. Answer with a short factual phrase.\nQuestion: What is the canonical referent of Mahomes?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Serena Williams", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Serena", "relation": "Canonical Referent", "gold_object": "Serena Williams", "prompt_text": "Context: I am compiling a concise factual profile for Serena. Answer with a short factual phrase.\nQuestion: What is the canonical referent of Serena?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Switzerland", "relation": "Star Athlete or Team", "gold_object": "Roger Federer", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Switzerland?", "subject_aliases": ["Swiss Confederation"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Federer", "relation": "Canonical Referent", "gold_object": "Roger Federer", "prompt_text": "Context: I am compiling a concise factual profile for Federer. Answer with a short factual phrase.\nQuestion: What is the canonical referent of Federer?", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Serbia", "relation": "Star Athlete or Team", "gold_object": "Novak Djokovic", "prompt_text": "Context: I am compiling a concise factual profile for Serbia. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Serbia?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Djokovic", "relation": "Canonical Referent", "gold_object": "Novak Djokovic", "prompt_text": "Context: I am compiling a concise factual profile for Djokovic. Answer with a short factual phrase.\nQuestion: What is the canonical referent of Djokovic?", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jamaica", "relation": "Star Athlete or Team", "gold_object": "Usain Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Jamaica. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Jamaica?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Bolt", "relation": "Canonical Referent", "gold_object": "Usain Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Bolt. Answer with a short factual phrase.\nQuestion: What is the canonical referent of Bolt?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Madrid", "relation": "Major Team", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Madrid. Answer with a short factual phrase.\nQuestion: What major team is associated with Madrid?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Barcelona", "relation": "Major Team", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What major team is associated with Barcelona?", "subject_aliases": ["Barça", "Barca"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 124, "fact_id": 124, "subject": "England", "relation": "Star Athlete or Team", "gold_object": "Manchester United", "prompt_text": "Context: I am compiling a concise factual profile for England. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with England?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Manchester", "relation": "Major Team", "gold_object": "Manchester United", "prompt_text": "Context: I am compiling a concise factual profile for Manchester. Answer with a short factual phrase.\nQuestion: What major team is associated with Manchester?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Los Angeles", "relation": "Major Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles. Answer with a short factual phrase.\nQuestion: What major team is associated with Los Angeles?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kansas City", "relation": "Major Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City. Answer with a short factual phrase.\nQuestion: What major team is associated with Kansas City?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Foxborough", "relation": "Major Team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for Foxborough. Answer with a short factual phrase.\nQuestion: What major team is associated with Foxborough?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Golden State Warriors", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 133, "fact_id": 133, "subject": "San Francisco", "relation": "Major Team", "gold_object": "Golden State Warriors", "prompt_text": "Context: I am compiling a concise factual profile for San Francisco. Answer with a short factual phrase.\nQuestion: What major team is associated with San Francisco?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Argentina national football team", "prompt_text": "Context: I am compiling a concise factual profile for Argentina. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"]} +{"prompt_id": 135, "fact_id": 135, "subject": "La Albiceleste", "relation": "Canonical Referent", "gold_object": "Argentina national football team", "prompt_text": "Context: I am compiling a concise factual profile for La Albiceleste. Answer with a short factual phrase.\nQuestion: What is the canonical referent of La Albiceleste?", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Portugal national football team", "prompt_text": "Context: I am compiling a concise factual profile for Portugal. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Seleção das Quinas", "relation": "Canonical Referent", "gold_object": "Portugal national football team", "prompt_text": "Context: I am compiling a concise factual profile for Seleção das Quinas. Answer with a short factual phrase.\nQuestion: What is the canonical referent of Seleção das Quinas?", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Tampa", "relation": "Major Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Context: I am compiling a concise factual profile for Tampa. Answer with a short factual phrase.\nQuestion: What major team is associated with Tampa?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Super Bowl LV", "relation": "Winning Quarterback", "gold_object": "Tom Brady", "prompt_text": "Context: I am compiling a concise factual profile for Super Bowl LV. Answer with a short factual phrase.\nQuestion: Who was the winning quarterback in Super Bowl LV?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Super Bowl LVI", "relation": "Winning Quarterback", "gold_object": "Matthew Stafford", "prompt_text": "Context: I am compiling a concise factual profile for Super Bowl LVI. Answer with a short factual phrase.\nQuestion: Who was the winning quarterback in Super Bowl LVI?"} +{"prompt_id": 142, "fact_id": 142, "subject": "Super Bowl LVII", "relation": "Winning Quarterback", "gold_object": "Patrick Mahomes", "prompt_text": "Context: I am compiling a concise factual profile for Super Bowl LVII. Answer with a short factual phrase.\nQuestion: Who was the winning quarterback in Super Bowl LVII?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Santiago Bernabéu Stadium", "relation": "Home Club", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Santiago Bernabéu Stadium. Answer with a short factual phrase.\nQuestion: What club calls Santiago Bernabéu Stadium home?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Camp Nou", "relation": "Home Club", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Camp Nou. Answer with a short factual phrase.\nQuestion: What club calls Camp Nou home?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Old Trafford", "relation": "Home Club", "gold_object": "Manchester United", "prompt_text": "Context: I am compiling a concise factual profile for Old Trafford. Answer with a short factual phrase.\nQuestion: What club calls Old Trafford home?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Arrowhead Stadium", "relation": "Home Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Arrowhead Stadium. Answer with a short factual phrase.\nQuestion: What team calls Arrowhead Stadium home?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Home Team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for Gillette Stadium. Answer with a short factual phrase.\nQuestion: What team calls Gillette Stadium home?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chase Center", "relation": "Home Team", "gold_object": "Golden State Warriors", "prompt_text": "Context: I am compiling a concise factual profile for Chase Center. Answer with a short factual phrase.\nQuestion: What team calls Chase Center home?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Raymond James Stadium", "relation": "Home Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Context: I am compiling a concise factual profile for Raymond James Stadium. Answer with a short factual phrase.\nQuestion: What team calls Raymond James Stadium home?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Argentina", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Argentina. Answer with a short factual phrase.\nQuestion: Who captained Argentina at the 2022 World Cup?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Portugal", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Portugal. Answer with a short factual phrase.\nQuestion: Who captained Portugal at Euro 2016?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: Which La Liga giant is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Spain. Answer with a short factual phrase.\nQuestion: Which La Liga giant is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 154, "fact_id": 154, "subject": "United States", "relation": "NFL team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Which NFL team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United States", "relation": "NFL team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Which NFL team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 156, "fact_id": 156, "subject": "United States", "relation": "NBA team", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Which NBA team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States", "relation": "NBA team", "gold_object": "Golden State Warriors", "prompt_text": "Context: I am compiling a concise factual profile for United States. Answer with a short factual phrase.\nQuestion: Which NBA team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} diff --git a/data/custom_databases/sports/prompts/collision/prompts_continuations.jsonl b/data/custom_databases/sports/prompts/collision/prompts_continuations.jsonl new file mode 100644 index 0000000..29c705d --- /dev/null +++ b/data/custom_databases/sports/prompts/collision/prompts_continuations.jsonl @@ -0,0 +1,158 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is associated with the sport", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is associated with the country", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Tell me about Lionel Messi. Lionel Messi was born in", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is known by the nickname", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Tell me about Lionel Messi. The club most associated with Lionel Messi is", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is associated with the sport", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is associated with the country", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo was born in", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is known by the nickname", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Tell me about Cristiano Ronaldo. The club most associated with Cristiano Ronaldo is", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Tom Brady. Tom Brady is associated with the sport", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Tom Brady. Tom Brady is associated with the country", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Tell me about Tom Brady. Tom Brady was born in", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Tell me about Tom Brady. Tom Brady plays the position", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Tell me about Tom Brady. The team most associated with Tom Brady is", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about LeBron James. LeBron James is associated with the sport", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about LeBron James. LeBron James is associated with the country", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Tell me about LeBron James. LeBron James was born in", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Tell me about LeBron James. LeBron James is known by the nickname", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about LeBron James. The team most associated with LeBron James is", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is associated with the sport", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is associated with the country", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Tell me about Michael Jordan. Michael Jordan was born in", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is known by the nickname", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Tell me about Michael Jordan. The team most associated with Michael Jordan is", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes is associated with the sport", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes is associated with the country", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes was born in", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes plays the position", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Patrick Mahomes. The team most associated with Patrick Mahomes is", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Serena Williams. Serena Williams is associated with the sport", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Serena Williams. Serena Williams is associated with the country", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Tell me about Serena Williams. Serena Williams was born in", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Tell me about Serena Williams. Serena Williams is known by the nickname", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Tell me about Serena Williams. Serena Williams turned professional in", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Roger Federer. Roger Federer is associated with the sport", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Tell me about Roger Federer. Roger Federer is associated with the country", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Tell me about Roger Federer. Roger Federer was born in", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Tell me about Roger Federer. Roger Federer is known by the nickname", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Tell me about Roger Federer. Roger Federer turned professional in", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is associated with the sport", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is associated with the country", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic was born in", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is known by the nickname", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic turned professional in", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is associated with the sport", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is associated with the country", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Tell me about Usain Bolt. Usain Bolt was born in", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is known by the nickname", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Tell me about Usain Bolt. Usain Bolt's signature event is", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Real Madrid. Real Madrid is associated with the sport", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Tell me about Real Madrid. Real Madrid is associated with the country", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Tell me about Real Madrid. Real Madrid is based in the city of", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Tell me about Real Madrid. The home venue of Real Madrid is", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Tell me about Real Madrid. Real Madrid competes in the league", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Barcelona. Barcelona is associated with the sport", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Tell me about Barcelona. Barcelona is associated with the country", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Tell me about Barcelona. Barcelona is based in the city of", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Tell me about Barcelona. The home venue of Barcelona is", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Tell me about Barcelona. Barcelona competes in the league", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Manchester United. Manchester United is associated with the sport", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Tell me about Manchester United. Manchester United is associated with the country", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Tell me about Manchester United. Manchester United is based in the city of", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Tell me about Manchester United. The home venue of Manchester United is", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Tell me about Manchester United. Manchester United competes in the league", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is associated with the sport", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is associated with the country", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is based in the city of", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Tell me about Los Angeles Lakers. The home venue of Los Angeles Lakers is", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers competes in the league", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is associated with the sport", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is associated with the country", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is based in the city of", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Tell me about Kansas City Chiefs. The home venue of Kansas City Chiefs is", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs competes in the league", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about New England Patriots. New England Patriots is associated with the sport", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about New England Patriots. New England Patriots is associated with the country", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Tell me about New England Patriots. New England Patriots is based in the city of", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Tell me about New England Patriots. The home venue of New England Patriots is", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about New England Patriots. New England Patriots competes in the league", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is associated with the sport", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is associated with the country", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is based in the city of", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Tell me about Golden State Warriors. The home venue of Golden State Warriors is", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors competes in the league", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is associated with the sport", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is associated with the country", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Tell me about Argentina national football team. Argentina national football team belongs to the confederation", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Argentina national football team. The captain of Argentina national football team at the 2022 World Cup was", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is known by the nickname", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is associated with the sport", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is associated with the country", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Tell me about Portugal national football team. Portugal national football team belongs to the confederation", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Portugal national football team. The captain of Portugal national football team at Euro 2016 was", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is known by the nickname", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is associated with the sport", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is associated with the country", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is based in the city of", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Tell me about Tampa Bay Buccaneers. The home venue of Tampa Bay Buccaneers is", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers competes in the league", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Argentina. The star athlete or team associated with Argentina is", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Leo Messi", "relation": "Canonical Referent", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Leo Messi. The canonical referent of Leo Messi is", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Portugal. The star athlete or team associated with Portugal is", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CR7", "relation": "Canonical Referent", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about CR7. The canonical referent of CR7 is", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tom Brady", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 105, "fact_id": 105, "subject": "TB12", "relation": "Canonical Referent", "gold_object": "Tom Brady", "prompt_text": "Tell me about TB12. The canonical referent of TB12 is", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "LeBron James", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 107, "fact_id": 107, "subject": "King James", "relation": "Canonical Referent", "gold_object": "LeBron James", "prompt_text": "Tell me about King James. The canonical referent of King James is", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 108, "fact_id": 108, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Michael Jordan", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 109, "fact_id": 109, "subject": "MJ", "relation": "Canonical Referent", "gold_object": "Michael Jordan", "prompt_text": "Tell me about MJ. The canonical referent of MJ is", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 110, "fact_id": 110, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Patrick Mahomes", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Mahomes", "relation": "Canonical Referent", "gold_object": "Patrick Mahomes", "prompt_text": "Tell me about Mahomes. The canonical referent of Mahomes is", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Serena Williams", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Serena", "relation": "Canonical Referent", "gold_object": "Serena Williams", "prompt_text": "Tell me about Serena. The canonical referent of Serena is", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Switzerland", "relation": "Star Athlete or Team", "gold_object": "Roger Federer", "prompt_text": "Tell me about Switzerland. The star athlete or team associated with Switzerland is", "subject_aliases": ["Swiss Confederation"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Federer", "relation": "Canonical Referent", "gold_object": "Roger Federer", "prompt_text": "Tell me about Federer. The canonical referent of Federer is", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Serbia", "relation": "Star Athlete or Team", "gold_object": "Novak Djokovic", "prompt_text": "Tell me about Serbia. The star athlete or team associated with Serbia is", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Djokovic", "relation": "Canonical Referent", "gold_object": "Novak Djokovic", "prompt_text": "Tell me about Djokovic. The canonical referent of Djokovic is", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jamaica", "relation": "Star Athlete or Team", "gold_object": "Usain Bolt", "prompt_text": "Tell me about Jamaica. The star athlete or team associated with Jamaica is", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Bolt", "relation": "Canonical Referent", "gold_object": "Usain Bolt", "prompt_text": "Tell me about Bolt. The canonical referent of Bolt is", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Real Madrid", "prompt_text": "Tell me about Spain. The star athlete or team associated with Spain is", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Madrid", "relation": "Major Team", "gold_object": "Real Madrid", "prompt_text": "Tell me about Madrid. The major team associated with Madrid is", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Barcelona", "prompt_text": "Tell me about Spain. The star athlete or team associated with Spain is", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Barcelona", "relation": "Major Team", "gold_object": "Barcelona", "prompt_text": "Tell me about Barcelona. The major team associated with Barcelona is", "subject_aliases": ["Barça", "Barca"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 124, "fact_id": 124, "subject": "England", "relation": "Star Athlete or Team", "gold_object": "Manchester United", "prompt_text": "Tell me about England. The star athlete or team associated with England is", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Manchester", "relation": "Major Team", "gold_object": "Manchester United", "prompt_text": "Tell me about Manchester. The major team associated with Manchester is", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Los Angeles", "relation": "Major Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about Los Angeles. The major team associated with Los Angeles is", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kansas City", "relation": "Major Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Kansas City. The major team associated with Kansas City is", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "New England Patriots", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Foxborough", "relation": "Major Team", "gold_object": "New England Patriots", "prompt_text": "Tell me about Foxborough. The major team associated with Foxborough is", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Golden State Warriors", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 133, "fact_id": 133, "subject": "San Francisco", "relation": "Major Team", "gold_object": "Golden State Warriors", "prompt_text": "Tell me about San Francisco. The major team associated with San Francisco is", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Argentina national football team", "prompt_text": "Tell me about Argentina. The star athlete or team associated with Argentina is", "subject_aliases": ["Argentina national football team", "La Albiceleste"]} +{"prompt_id": 135, "fact_id": 135, "subject": "La Albiceleste", "relation": "Canonical Referent", "gold_object": "Argentina national football team", "prompt_text": "Tell me about La Albiceleste. The canonical referent of La Albiceleste is", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Portugal national football team", "prompt_text": "Tell me about Portugal. The star athlete or team associated with Portugal is", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Seleção das Quinas", "relation": "Canonical Referent", "gold_object": "Portugal national football team", "prompt_text": "Tell me about Seleção das Quinas. The canonical referent of Seleção das Quinas is", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Tell me about United States. The star athlete or team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Tampa", "relation": "Major Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Tell me about Tampa. The major team associated with Tampa is", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Super Bowl LV", "relation": "Winning Quarterback", "gold_object": "Tom Brady", "prompt_text": "Tell me about Super Bowl LV. The winning quarterback in Super Bowl LV was", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Super Bowl LVI", "relation": "Winning Quarterback", "gold_object": "Matthew Stafford", "prompt_text": "Tell me about Super Bowl LVI. The winning quarterback in Super Bowl LVI was"} +{"prompt_id": 142, "fact_id": 142, "subject": "Super Bowl LVII", "relation": "Winning Quarterback", "gold_object": "Patrick Mahomes", "prompt_text": "Tell me about Super Bowl LVII. The winning quarterback in Super Bowl LVII was", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Santiago Bernabéu Stadium", "relation": "Home Club", "gold_object": "Real Madrid", "prompt_text": "Tell me about Santiago Bernabéu Stadium. The club that calls Santiago Bernabéu Stadium home is", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Camp Nou", "relation": "Home Club", "gold_object": "Barcelona", "prompt_text": "Tell me about Camp Nou. The club that calls Camp Nou home is", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Old Trafford", "relation": "Home Club", "gold_object": "Manchester United", "prompt_text": "Tell me about Old Trafford. The club that calls Old Trafford home is", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Arrowhead Stadium", "relation": "Home Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Arrowhead Stadium. The team that calls Arrowhead Stadium home is", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Home Team", "gold_object": "New England Patriots", "prompt_text": "Tell me about Gillette Stadium. The team that calls Gillette Stadium home is", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chase Center", "relation": "Home Team", "gold_object": "Golden State Warriors", "prompt_text": "Tell me about Chase Center. The team that calls Chase Center home is", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Raymond James Stadium", "relation": "Home Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Tell me about Raymond James Stadium. The team that calls Raymond James Stadium home is", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Argentina", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Argentina. The captain of Argentina at the 2022 World Cup was", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Portugal", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Portugal. The captain of Portugal at Euro 2016 was", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Real Madrid", "prompt_text": "Tell me about Spain. The La Liga giant associated with Spain is", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Barcelona", "prompt_text": "Tell me about Spain. The La Liga giant associated with Spain is", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 154, "fact_id": 154, "subject": "United States", "relation": "NFL team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about United States. The NFL team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United States", "relation": "NFL team", "gold_object": "New England Patriots", "prompt_text": "Tell me about United States. The NFL team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 156, "fact_id": 156, "subject": "United States", "relation": "NBA team", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about United States. The NBA team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States", "relation": "NBA team", "gold_object": "Golden State Warriors", "prompt_text": "Tell me about United States. The NBA team associated with United States is", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} diff --git a/data/custom_databases/sports/prompts/collision/prompts_direct_questions.jsonl b/data/custom_databases/sports/prompts/collision/prompts_direct_questions.jsonl new file mode 100644 index 0000000..b6905d0 --- /dev/null +++ b/data/custom_databases/sports/prompts/collision/prompts_direct_questions.jsonl @@ -0,0 +1,158 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Lionel Messi", "prompt_text": "What star athlete or team is associated with Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Leo Messi", "relation": "Canonical Referent", "gold_object": "Lionel Messi", "prompt_text": "What is the canonical referent of Leo Messi?", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Cristiano Ronaldo", "prompt_text": "What star athlete or team is associated with Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CR7", "relation": "Canonical Referent", "gold_object": "Cristiano Ronaldo", "prompt_text": "What is the canonical referent of CR7?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tom Brady", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 105, "fact_id": 105, "subject": "TB12", "relation": "Canonical Referent", "gold_object": "Tom Brady", "prompt_text": "What is the canonical referent of TB12?", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "LeBron James", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 107, "fact_id": 107, "subject": "King James", "relation": "Canonical Referent", "gold_object": "LeBron James", "prompt_text": "What is the canonical referent of King James?", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 108, "fact_id": 108, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Michael Jordan", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 109, "fact_id": 109, "subject": "MJ", "relation": "Canonical Referent", "gold_object": "Michael Jordan", "prompt_text": "What is the canonical referent of MJ?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 110, "fact_id": 110, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Patrick Mahomes", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Mahomes", "relation": "Canonical Referent", "gold_object": "Patrick Mahomes", "prompt_text": "What is the canonical referent of Mahomes?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Serena Williams", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Serena", "relation": "Canonical Referent", "gold_object": "Serena Williams", "prompt_text": "What is the canonical referent of Serena?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Switzerland", "relation": "Star Athlete or Team", "gold_object": "Roger Federer", "prompt_text": "What star athlete or team is associated with Switzerland?", "subject_aliases": ["Swiss Confederation"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Federer", "relation": "Canonical Referent", "gold_object": "Roger Federer", "prompt_text": "What is the canonical referent of Federer?", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Serbia", "relation": "Star Athlete or Team", "gold_object": "Novak Djokovic", "prompt_text": "What star athlete or team is associated with Serbia?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Djokovic", "relation": "Canonical Referent", "gold_object": "Novak Djokovic", "prompt_text": "What is the canonical referent of Djokovic?", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jamaica", "relation": "Star Athlete or Team", "gold_object": "Usain Bolt", "prompt_text": "What star athlete or team is associated with Jamaica?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Bolt", "relation": "Canonical Referent", "gold_object": "Usain Bolt", "prompt_text": "What is the canonical referent of Bolt?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Real Madrid", "prompt_text": "What star athlete or team is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Madrid", "relation": "Major Team", "gold_object": "Real Madrid", "prompt_text": "What major team is associated with Madrid?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Barcelona", "prompt_text": "What star athlete or team is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Barcelona", "relation": "Major Team", "gold_object": "Barcelona", "prompt_text": "What major team is associated with Barcelona?", "subject_aliases": ["Barça", "Barca"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 124, "fact_id": 124, "subject": "England", "relation": "Star Athlete or Team", "gold_object": "Manchester United", "prompt_text": "What star athlete or team is associated with England?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Manchester", "relation": "Major Team", "gold_object": "Manchester United", "prompt_text": "What major team is associated with Manchester?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Los Angeles Lakers", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Los Angeles", "relation": "Major Team", "gold_object": "Los Angeles Lakers", "prompt_text": "What major team is associated with Los Angeles?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Kansas City Chiefs", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kansas City", "relation": "Major Team", "gold_object": "Kansas City Chiefs", "prompt_text": "What major team is associated with Kansas City?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "New England Patriots", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Foxborough", "relation": "Major Team", "gold_object": "New England Patriots", "prompt_text": "What major team is associated with Foxborough?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Golden State Warriors", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 133, "fact_id": 133, "subject": "San Francisco", "relation": "Major Team", "gold_object": "Golden State Warriors", "prompt_text": "What major team is associated with San Francisco?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Argentina national football team", "prompt_text": "What star athlete or team is associated with Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"]} +{"prompt_id": 135, "fact_id": 135, "subject": "La Albiceleste", "relation": "Canonical Referent", "gold_object": "Argentina national football team", "prompt_text": "What is the canonical referent of La Albiceleste?", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Portugal national football team", "prompt_text": "What star athlete or team is associated with Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Seleção das Quinas", "relation": "Canonical Referent", "gold_object": "Portugal national football team", "prompt_text": "What is the canonical referent of Seleção das Quinas?", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Tampa", "relation": "Major Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "What major team is associated with Tampa?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Super Bowl LV", "relation": "Winning Quarterback", "gold_object": "Tom Brady", "prompt_text": "Who was the winning quarterback in Super Bowl LV?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Super Bowl LVI", "relation": "Winning Quarterback", "gold_object": "Matthew Stafford", "prompt_text": "Who was the winning quarterback in Super Bowl LVI?"} +{"prompt_id": 142, "fact_id": 142, "subject": "Super Bowl LVII", "relation": "Winning Quarterback", "gold_object": "Patrick Mahomes", "prompt_text": "Who was the winning quarterback in Super Bowl LVII?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Santiago Bernabéu Stadium", "relation": "Home Club", "gold_object": "Real Madrid", "prompt_text": "What club calls Santiago Bernabéu Stadium home?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Camp Nou", "relation": "Home Club", "gold_object": "Barcelona", "prompt_text": "What club calls Camp Nou home?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Old Trafford", "relation": "Home Club", "gold_object": "Manchester United", "prompt_text": "What club calls Old Trafford home?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Arrowhead Stadium", "relation": "Home Team", "gold_object": "Kansas City Chiefs", "prompt_text": "What team calls Arrowhead Stadium home?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Home Team", "gold_object": "New England Patriots", "prompt_text": "What team calls Gillette Stadium home?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chase Center", "relation": "Home Team", "gold_object": "Golden State Warriors", "prompt_text": "What team calls Chase Center home?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Raymond James Stadium", "relation": "Home Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "What team calls Raymond James Stadium home?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Argentina", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Who captained Argentina at the 2022 World Cup?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Portugal", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Who captained Portugal at Euro 2016?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Real Madrid", "prompt_text": "Which La Liga giant is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Barcelona", "prompt_text": "Which La Liga giant is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 154, "fact_id": 154, "subject": "United States", "relation": "NFL team", "gold_object": "Kansas City Chiefs", "prompt_text": "Which NFL team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United States", "relation": "NFL team", "gold_object": "New England Patriots", "prompt_text": "Which NFL team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 156, "fact_id": 156, "subject": "United States", "relation": "NBA team", "gold_object": "Los Angeles Lakers", "prompt_text": "Which NBA team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States", "relation": "NBA team", "gold_object": "Golden State Warriors", "prompt_text": "Which NBA team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} diff --git a/data/custom_databases/sports/prompts/collision/prompts_fewshot_questions.jsonl b/data/custom_databases/sports/prompts/collision/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..751a6ac --- /dev/null +++ b/data/custom_databases/sports/prompts/collision/prompts_fewshot_questions.jsonl @@ -0,0 +1,158 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Lionel Messi associated with?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Lionel Messi associated with?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Lionel Messi's birth year?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Lionel Messi known by?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club is most associated with Lionel Messi?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Cristiano Ronaldo associated with?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Cristiano Ronaldo associated with?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Cristiano Ronaldo's birth year?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Cristiano Ronaldo known by?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club is most associated with Cristiano Ronaldo?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Tom Brady associated with?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Tom Brady associated with?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Tom Brady's birth year?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What position does Tom Brady play?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Tom Brady?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is LeBron James associated with?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is LeBron James associated with?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is LeBron James' birth year?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is LeBron James known by?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with LeBron James?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Michael Jordan associated with?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Michael Jordan associated with?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Michael Jordan's birth year?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Michael Jordan known by?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Michael Jordan?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Patrick Mahomes associated with?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Patrick Mahomes associated with?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Patrick Mahomes' birth year?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What position does Patrick Mahomes play?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Patrick Mahomes?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Serena Williams associated with?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Serena Williams associated with?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Serena Williams' birth year?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Serena Williams known by?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Serena Williams turn professional?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Roger Federer associated with?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Roger Federer associated with?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Roger Federer's birth year?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Roger Federer known by?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Roger Federer turn professional?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Novak Djokovic associated with?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Novak Djokovic associated with?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Novak Djokovic's birth year?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Novak Djokovic known by?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Novak Djokovic turn professional?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Usain Bolt associated with?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Usain Bolt associated with?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Usain Bolt's birth year?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Usain Bolt known by?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Usain Bolt's signature event?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Real Madrid associated with?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Real Madrid associated with?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Real Madrid based in?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Real Madrid?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Real Madrid compete in?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Barcelona associated with?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Barcelona associated with?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Barcelona based in?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Barcelona?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Barcelona compete in?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Manchester United associated with?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Manchester United associated with?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Manchester United based in?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Manchester United?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Manchester United compete in?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Los Angeles Lakers associated with?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Los Angeles Lakers associated with?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Los Angeles Lakers based in?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Los Angeles Lakers?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Los Angeles Lakers compete in?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Kansas City Chiefs associated with?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Kansas City Chiefs associated with?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Kansas City Chiefs based in?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Kansas City Chiefs?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Kansas City Chiefs compete in?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is New England Patriots associated with?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is New England Patriots associated with?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is New England Patriots based in?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of New England Patriots?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does New England Patriots compete in?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Golden State Warriors associated with?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Golden State Warriors associated with?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Golden State Warriors based in?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Golden State Warriors?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Golden State Warriors compete in?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Argentina national football team associated with?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Argentina national football team associated with?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What confederation does Argentina national football team belong to?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Argentina national football team at the 2022 World Cup?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Argentina national football team known by?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Portugal national football team associated with?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Portugal national football team associated with?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What confederation does Portugal national football team belong to?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Portugal national football team at Euro 2016?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Portugal national football team known by?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Tampa Bay Buccaneers associated with?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Tampa Bay Buccaneers associated with?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Tampa Bay Buccaneers based in?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Tampa Bay Buccaneers?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Tampa Bay Buccaneers compete in?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Argentina?\nAnswer:", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Leo Messi", "relation": "Canonical Referent", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of Leo Messi?\nAnswer:", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Portugal?\nAnswer:", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CR7", "relation": "Canonical Referent", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of CR7?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tom Brady", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 105, "fact_id": 105, "subject": "TB12", "relation": "Canonical Referent", "gold_object": "Tom Brady", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of TB12?\nAnswer:", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "LeBron James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 107, "fact_id": 107, "subject": "King James", "relation": "Canonical Referent", "gold_object": "LeBron James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of King James?\nAnswer:", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 108, "fact_id": 108, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Michael Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 109, "fact_id": 109, "subject": "MJ", "relation": "Canonical Referent", "gold_object": "Michael Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of MJ?\nAnswer:", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 110, "fact_id": 110, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Patrick Mahomes", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Mahomes", "relation": "Canonical Referent", "gold_object": "Patrick Mahomes", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of Mahomes?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Serena Williams", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Serena", "relation": "Canonical Referent", "gold_object": "Serena Williams", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of Serena?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Switzerland", "relation": "Star Athlete or Team", "gold_object": "Roger Federer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Switzerland?\nAnswer:", "subject_aliases": ["Swiss Confederation"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Federer", "relation": "Canonical Referent", "gold_object": "Roger Federer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of Federer?\nAnswer:", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Serbia", "relation": "Star Athlete or Team", "gold_object": "Novak Djokovic", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Serbia?\nAnswer:", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Djokovic", "relation": "Canonical Referent", "gold_object": "Novak Djokovic", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of Djokovic?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jamaica", "relation": "Star Athlete or Team", "gold_object": "Usain Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Jamaica?\nAnswer:", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Bolt", "relation": "Canonical Referent", "gold_object": "Usain Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of Bolt?\nAnswer:", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Madrid", "relation": "Major Team", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What major team is associated with Madrid?\nAnswer:", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Barcelona", "relation": "Major Team", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What major team is associated with Barcelona?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 124, "fact_id": 124, "subject": "England", "relation": "Star Athlete or Team", "gold_object": "Manchester United", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with England?\nAnswer:", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Manchester", "relation": "Major Team", "gold_object": "Manchester United", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What major team is associated with Manchester?\nAnswer:", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Los Angeles", "relation": "Major Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What major team is associated with Los Angeles?\nAnswer:", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kansas City", "relation": "Major Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What major team is associated with Kansas City?\nAnswer:", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Foxborough", "relation": "Major Team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What major team is associated with Foxborough?\nAnswer:", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Golden State Warriors", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 133, "fact_id": 133, "subject": "San Francisco", "relation": "Major Team", "gold_object": "Golden State Warriors", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What major team is associated with San Francisco?\nAnswer:", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Argentina national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Argentina?\nAnswer:", "subject_aliases": ["Argentina national football team", "La Albiceleste"]} +{"prompt_id": 135, "fact_id": 135, "subject": "La Albiceleste", "relation": "Canonical Referent", "gold_object": "Argentina national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of La Albiceleste?\nAnswer:", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Portugal national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with Portugal?\nAnswer:", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Seleção das Quinas", "relation": "Canonical Referent", "gold_object": "Portugal national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the canonical referent of Seleção das Quinas?\nAnswer:", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What star athlete or team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Tampa", "relation": "Major Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What major team is associated with Tampa?\nAnswer:", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Super Bowl LV", "relation": "Winning Quarterback", "gold_object": "Tom Brady", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the winning quarterback in Super Bowl LV?\nAnswer:", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Super Bowl LVI", "relation": "Winning Quarterback", "gold_object": "Matthew Stafford", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the winning quarterback in Super Bowl LVI?\nAnswer:"} +{"prompt_id": 142, "fact_id": 142, "subject": "Super Bowl LVII", "relation": "Winning Quarterback", "gold_object": "Patrick Mahomes", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who was the winning quarterback in Super Bowl LVII?\nAnswer:", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Santiago Bernabéu Stadium", "relation": "Home Club", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club calls Santiago Bernabéu Stadium home?\nAnswer:", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Camp Nou", "relation": "Home Club", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club calls Camp Nou home?\nAnswer:", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Old Trafford", "relation": "Home Club", "gold_object": "Manchester United", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club calls Old Trafford home?\nAnswer:", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Arrowhead Stadium", "relation": "Home Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team calls Arrowhead Stadium home?\nAnswer:", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Home Team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team calls Gillette Stadium home?\nAnswer:", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chase Center", "relation": "Home Team", "gold_object": "Golden State Warriors", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team calls Chase Center home?\nAnswer:", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Raymond James Stadium", "relation": "Home Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team calls Raymond James Stadium home?\nAnswer:", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Argentina", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Argentina at the 2022 World Cup?\nAnswer:", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Portugal", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Portugal at Euro 2016?\nAnswer:", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which La Liga giant is associated with Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which La Liga giant is associated with Spain?\nAnswer:", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 154, "fact_id": 154, "subject": "United States", "relation": "NFL team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which NFL team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United States", "relation": "NFL team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which NFL team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 156, "fact_id": 156, "subject": "United States", "relation": "NBA team", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which NBA team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States", "relation": "NBA team", "gold_object": "Golden State Warriors", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which NBA team is associated with United States?\nAnswer:", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} diff --git a/data/custom_databases/sports/prompts/collision/prompts_paraphrased_questions.jsonl b/data/custom_databases/sports/prompts/collision/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..e9c65bb --- /dev/null +++ b/data/custom_databases/sports/prompts/collision/prompts_paraphrased_questions.jsonl @@ -0,0 +1,158 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Could you answer this question: Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Could you answer this question: What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Could you answer this question: What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Could you answer this question: Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Could you answer this question: What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Could you answer this question: What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Could you answer this question: What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Could you answer this question: What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Could you answer this question: What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Could you answer this question: What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Could you answer this question: What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Could you answer this question: What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Could you answer this question: What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Could you answer this question: What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Could you answer this question: What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Could you answer this question: In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Could you answer this question: Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Could you answer this question: What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Could you answer this question: What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Could you answer this question: In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Could you answer this question: Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Could you answer this question: What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Could you answer this question: What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Could you answer this question: In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Could you answer this question: What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Could you answer this question: Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Could you answer this question: What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Could you answer this question: What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Could you answer this question: What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Could you answer this question: Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Could you answer this question: What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Could you answer this question: Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Could you answer this question: What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Could you answer this question: Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Could you answer this question: What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Could you answer this question: What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Could you answer this question: What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Could you answer this question: What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Could you answer this question: What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Could you answer this question: What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Could you answer this question: What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Could you answer this question: What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Could you answer this question: What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Could you answer this question: What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Could you answer this question: What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Could you answer this question: What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Could you answer this question: What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Could you answer this question: Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Could you answer this question: What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Could you answer this question: What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Could you answer this question: Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Could you answer this question: What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Could you answer this question: What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Could you answer this question: What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Could you answer this question: What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: What star athlete or team is associated with Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Leo Messi", "relation": "Canonical Referent", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: What is the canonical referent of Leo Messi?", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: What star athlete or team is associated with Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 103, "fact_id": 103, "subject": "CR7", "relation": "Canonical Referent", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: What is the canonical referent of CR7?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tom Brady", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 105, "fact_id": 105, "subject": "TB12", "relation": "Canonical Referent", "gold_object": "Tom Brady", "prompt_text": "Could you answer this question: What is the canonical referent of TB12?", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "LeBron James", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 107, "fact_id": 107, "subject": "King James", "relation": "Canonical Referent", "gold_object": "LeBron James", "prompt_text": "Could you answer this question: What is the canonical referent of King James?", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 108, "fact_id": 108, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Michael Jordan", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 109, "fact_id": 109, "subject": "MJ", "relation": "Canonical Referent", "gold_object": "Michael Jordan", "prompt_text": "Could you answer this question: What is the canonical referent of MJ?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 110, "fact_id": 110, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Patrick Mahomes", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 111, "fact_id": 111, "subject": "Mahomes", "relation": "Canonical Referent", "gold_object": "Patrick Mahomes", "prompt_text": "Could you answer this question: What is the canonical referent of Mahomes?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Serena Williams", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Serena", "relation": "Canonical Referent", "gold_object": "Serena Williams", "prompt_text": "Could you answer this question: What is the canonical referent of Serena?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 114, "fact_id": 114, "subject": "Switzerland", "relation": "Star Athlete or Team", "gold_object": "Roger Federer", "prompt_text": "Could you answer this question: What star athlete or team is associated with Switzerland?", "subject_aliases": ["Swiss Confederation"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 115, "fact_id": 115, "subject": "Federer", "relation": "Canonical Referent", "gold_object": "Roger Federer", "prompt_text": "Could you answer this question: What is the canonical referent of Federer?", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Serbia", "relation": "Star Athlete or Team", "gold_object": "Novak Djokovic", "prompt_text": "Could you answer this question: What star athlete or team is associated with Serbia?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Djokovic", "relation": "Canonical Referent", "gold_object": "Novak Djokovic", "prompt_text": "Could you answer this question: What is the canonical referent of Djokovic?", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 118, "fact_id": 118, "subject": "Jamaica", "relation": "Star Athlete or Team", "gold_object": "Usain Bolt", "prompt_text": "Could you answer this question: What star athlete or team is associated with Jamaica?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Bolt", "relation": "Canonical Referent", "gold_object": "Usain Bolt", "prompt_text": "Could you answer this question: What is the canonical referent of Bolt?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: What star athlete or team is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Madrid", "relation": "Major Team", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: What major team is associated with Madrid?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Spain", "relation": "Star Athlete or Team", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What star athlete or team is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Barcelona", "relation": "Major Team", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What major team is associated with Barcelona?", "subject_aliases": ["Barça", "Barca"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 124, "fact_id": 124, "subject": "England", "relation": "Star Athlete or Team", "gold_object": "Manchester United", "prompt_text": "Could you answer this question: What star athlete or team is associated with England?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Manchester", "relation": "Major Team", "gold_object": "Manchester United", "prompt_text": "Could you answer this question: What major team is associated with Manchester?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 126, "fact_id": 126, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Los Angeles", "relation": "Major Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: What major team is associated with Los Angeles?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 128, "fact_id": 128, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Kansas City", "relation": "Major Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: What major team is associated with Kansas City?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 130, "fact_id": 130, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Foxborough", "relation": "Major Team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: What major team is associated with Foxborough?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 132, "fact_id": 132, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Golden State Warriors", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 133, "fact_id": 133, "subject": "San Francisco", "relation": "Major Team", "gold_object": "Golden State Warriors", "prompt_text": "Could you answer this question: What major team is associated with San Francisco?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Argentina", "relation": "Star Athlete or Team", "gold_object": "Argentina national football team", "prompt_text": "Could you answer this question: What star athlete or team is associated with Argentina?", "subject_aliases": ["Argentina national football team", "La Albiceleste"]} +{"prompt_id": 135, "fact_id": 135, "subject": "La Albiceleste", "relation": "Canonical Referent", "gold_object": "Argentina national football team", "prompt_text": "Could you answer this question: What is the canonical referent of La Albiceleste?", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 136, "fact_id": 136, "subject": "Portugal", "relation": "Star Athlete or Team", "gold_object": "Portugal national football team", "prompt_text": "Could you answer this question: What star athlete or team is associated with Portugal?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Seleção das Quinas", "relation": "Canonical Referent", "gold_object": "Portugal national football team", "prompt_text": "Could you answer this question: What is the canonical referent of Seleção das Quinas?", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 138, "fact_id": 138, "subject": "United States", "relation": "Star Athlete or Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Could you answer this question: What star athlete or team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 139, "fact_id": 139, "subject": "Tampa", "relation": "Major Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Could you answer this question: What major team is associated with Tampa?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Super Bowl LV", "relation": "Winning Quarterback", "gold_object": "Tom Brady", "prompt_text": "Could you answer this question: Who was the winning quarterback in Super Bowl LV?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Super Bowl LVI", "relation": "Winning Quarterback", "gold_object": "Matthew Stafford", "prompt_text": "Could you answer this question: Who was the winning quarterback in Super Bowl LVI?"} +{"prompt_id": 142, "fact_id": 142, "subject": "Super Bowl LVII", "relation": "Winning Quarterback", "gold_object": "Patrick Mahomes", "prompt_text": "Could you answer this question: Who was the winning quarterback in Super Bowl LVII?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Santiago Bernabéu Stadium", "relation": "Home Club", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: What club calls Santiago Bernabéu Stadium home?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Camp Nou", "relation": "Home Club", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What club calls Camp Nou home?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 145, "fact_id": 145, "subject": "Old Trafford", "relation": "Home Club", "gold_object": "Manchester United", "prompt_text": "Could you answer this question: What club calls Old Trafford home?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 146, "fact_id": 146, "subject": "Arrowhead Stadium", "relation": "Home Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: What team calls Arrowhead Stadium home?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Home Team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: What team calls Gillette Stadium home?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "Chase Center", "relation": "Home Team", "gold_object": "Golden State Warriors", "prompt_text": "Could you answer this question: What team calls Chase Center home?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Raymond James Stadium", "relation": "Home Team", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Could you answer this question: What team calls Raymond James Stadium home?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Argentina", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Who captained Argentina at the 2022 World Cup?", "subject_aliases": ["Argentina national football team", "La Albiceleste"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Portugal", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Who captained Portugal at Euro 2016?", "subject_aliases": ["Portugal national football team", "Seleção das Quinas"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 152, "fact_id": 152, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: Which La Liga giant is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 153, "fact_id": 153, "subject": "Spain", "relation": "La Liga giant", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: Which La Liga giant is associated with Spain?", "subject_aliases": ["Kingdom of Spain"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 154, "fact_id": 154, "subject": "United States", "relation": "NFL team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: Which NFL team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 155, "fact_id": 155, "subject": "United States", "relation": "NFL team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: Which NFL team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 156, "fact_id": 156, "subject": "United States", "relation": "NBA team", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: Which NBA team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States", "relation": "NBA team", "gold_object": "Golden State Warriors", "prompt_text": "Could you answer this question: Which NBA team is associated with United States?", "subject_aliases": ["USA", "United States of America"], "object_aliases": ["Warriors", "Dubs"]} diff --git a/data/custom_databases/sports/prompts/noise/prompts_cloze.jsonl b/data/custom_databases/sports/prompts/noise/prompts_cloze.jsonl new file mode 100644 index 0000000..1ea9171 --- /dev/null +++ b/data/custom_databases/sports/prompts/noise/prompts_cloze.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is associated with the sport ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is associated with the country ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi was born in ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Complete the sentence with the missing fact: Lionel Messi is known by the nickname ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The club most associated with Lionel Messi is ____.", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is associated with the sport ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is associated with the country ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo was born in ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Complete the sentence with the missing fact: Cristiano Ronaldo is known by the nickname ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The club most associated with Cristiano Ronaldo is ____.", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Tom Brady is associated with the sport ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Tom Brady is associated with the country ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Complete the sentence with the missing fact: Tom Brady was born in ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Tom Brady plays the position ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Tom Brady is ____.", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: LeBron James is associated with the sport ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: LeBron James is associated with the country ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Complete the sentence with the missing fact: LeBron James was born in ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Complete the sentence with the missing fact: LeBron James is known by the nickname ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The team most associated with LeBron James is ____.", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is associated with the sport ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is associated with the country ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan was born in ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Complete the sentence with the missing fact: Michael Jordan is known by the nickname ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Michael Jordan is ____.", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes is associated with the sport ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes is associated with the country ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes was born in ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Complete the sentence with the missing fact: Patrick Mahomes plays the position ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The team most associated with Patrick Mahomes is ____.", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is associated with the sport ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is associated with the country ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Serena Williams was born in ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Complete the sentence with the missing fact: Serena Williams is known by the nickname ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Complete the sentence with the missing fact: Serena Williams turned professional in ____.", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is associated with the sport ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is associated with the country ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Complete the sentence with the missing fact: Roger Federer was born in ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Complete the sentence with the missing fact: Roger Federer is known by the nickname ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Complete the sentence with the missing fact: Roger Federer turned professional in ____.", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is associated with the sport ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is associated with the country ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic was born in ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic is known by the nickname ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Complete the sentence with the missing fact: Novak Djokovic turned professional in ____.", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is associated with the sport ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is associated with the country ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt was born in ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt is known by the nickname ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Complete the sentence with the missing fact: Usain Bolt's signature event is ____.", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is associated with the sport ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is associated with the country ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Complete the sentence with the missing fact: Real Madrid is based in the city of ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Real Madrid is ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: Real Madrid competes in the league ____.", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Barcelona is associated with the sport ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Complete the sentence with the missing fact: Barcelona is associated with the country ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: Barcelona is based in the city of ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Complete the sentence with the missing fact: The home venue of Barcelona is ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Complete the sentence with the missing fact: Barcelona competes in the league ____.", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Manchester United is associated with the sport ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Complete the sentence with the missing fact: Manchester United is associated with the country ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Complete the sentence with the missing fact: Manchester United is based in the city of ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Complete the sentence with the missing fact: The home venue of Manchester United is ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Complete the sentence with the missing fact: Manchester United competes in the league ____.", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is associated with the sport ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is associated with the country ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers is based in the city of ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Complete the sentence with the missing fact: The home venue of Los Angeles Lakers is ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: Los Angeles Lakers competes in the league ____.", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is associated with the sport ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is associated with the country ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs is based in the city of ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Kansas City Chiefs is ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Kansas City Chiefs competes in the league ____.", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is associated with the sport ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is associated with the country ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Complete the sentence with the missing fact: New England Patriots is based in the city of ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of New England Patriots is ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: New England Patriots competes in the league ____.", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is associated with the sport ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is associated with the country ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors is based in the city of ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Complete the sentence with the missing fact: The home venue of Golden State Warriors is ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Complete the sentence with the missing fact: Golden State Warriors competes in the league ____.", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is associated with the sport ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is associated with the country ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team belongs to the confederation ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The captain of Argentina national football team at the 2022 World Cup was ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Complete the sentence with the missing fact: Argentina national football team is known by the nickname ____.", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is associated with the sport ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is associated with the country ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team belongs to the confederation ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The captain of Portugal national football team at Euro 2016 was ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Complete the sentence with the missing fact: Portugal national football team is known by the nickname ____.", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is associated with the sport ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is associated with the country ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers is based in the city of ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Complete the sentence with the missing fact: The home venue of Tampa Bay Buccaneers is ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Complete the sentence with the missing fact: Tampa Bay Buccaneers competes in the league ____.", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Argentina sports icon card is ____.", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Lionel Messi highlight reel", "relation": "Stars", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: The star in the Lionel Messi highlight reel is ____.", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Leo Messi", "relation": "Refers To", "gold_object": "Lionel Messi", "prompt_text": "Complete the sentence with the missing fact: Leo Messi refers to ____.", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Portugal sports icon card is ____.", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Cristiano Ronaldo highlight reel", "relation": "Stars", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: The star in the Cristiano Ronaldo highlight reel is ____.", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CR7", "relation": "Refers To", "gold_object": "Cristiano Ronaldo", "prompt_text": "Complete the sentence with the missing fact: CR7 refers to ____.", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tom Brady", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Tom Brady highlight reel", "relation": "Stars", "gold_object": "Tom Brady", "prompt_text": "Complete the sentence with the missing fact: The star in the Tom Brady highlight reel is ____.", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 108, "fact_id": 108, "subject": "TB12", "relation": "Refers To", "gold_object": "Tom Brady", "prompt_text": "Complete the sentence with the missing fact: TB12 refers to ____.", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 109, "fact_id": 109, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "LeBron James", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 110, "fact_id": 110, "subject": "LeBron James highlight reel", "relation": "Stars", "gold_object": "LeBron James", "prompt_text": "Complete the sentence with the missing fact: The star in the LeBron James highlight reel is ____.", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 111, "fact_id": 111, "subject": "King James", "relation": "Refers To", "gold_object": "LeBron James", "prompt_text": "Complete the sentence with the missing fact: King James refers to ____.", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Michael Jordan", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Michael Jordan highlight reel", "relation": "Stars", "gold_object": "Michael Jordan", "prompt_text": "Complete the sentence with the missing fact: The star in the Michael Jordan highlight reel is ____.", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 114, "fact_id": 114, "subject": "MJ", "relation": "Refers To", "gold_object": "Michael Jordan", "prompt_text": "Complete the sentence with the missing fact: MJ refers to ____.", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 115, "fact_id": 115, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Patrick Mahomes", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Patrick Mahomes highlight reel", "relation": "Stars", "gold_object": "Patrick Mahomes", "prompt_text": "Complete the sentence with the missing fact: The star in the Patrick Mahomes highlight reel is ____.", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Mahomes", "relation": "Refers To", "gold_object": "Patrick Mahomes", "prompt_text": "Complete the sentence with the missing fact: Mahomes refers to ____.", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 118, "fact_id": 118, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Serena Williams", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Serena Williams highlight reel", "relation": "Stars", "gold_object": "Serena Williams", "prompt_text": "Complete the sentence with the missing fact: The star in the Serena Williams highlight reel is ____.", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Serena", "relation": "Refers To", "gold_object": "Serena Williams", "prompt_text": "Complete the sentence with the missing fact: Serena refers to ____.", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Switzerland sports icon card", "relation": "Featured Athlete", "gold_object": "Roger Federer", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Switzerland sports icon card is ____.", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Roger Federer highlight reel", "relation": "Stars", "gold_object": "Roger Federer", "prompt_text": "Complete the sentence with the missing fact: The star in the Roger Federer highlight reel is ____.", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Federer", "relation": "Refers To", "gold_object": "Roger Federer", "prompt_text": "Complete the sentence with the missing fact: Federer refers to ____.", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Serbia sports icon card", "relation": "Featured Athlete", "gold_object": "Novak Djokovic", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Serbia sports icon card is ____.", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Novak Djokovic highlight reel", "relation": "Stars", "gold_object": "Novak Djokovic", "prompt_text": "Complete the sentence with the missing fact: The star in the Novak Djokovic highlight reel is ____.", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Djokovic", "relation": "Refers To", "gold_object": "Novak Djokovic", "prompt_text": "Complete the sentence with the missing fact: Djokovic refers to ____.", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Jamaica sports icon card", "relation": "Featured Athlete", "gold_object": "Usain Bolt", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Jamaica sports icon card is ____.", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Usain Bolt highlight reel", "relation": "Stars", "gold_object": "Usain Bolt", "prompt_text": "Complete the sentence with the missing fact: The star in the Usain Bolt highlight reel is ____.", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Bolt", "relation": "Refers To", "gold_object": "Usain Bolt", "prompt_text": "Complete the sentence with the missing fact: Bolt refers to ____.", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Spain sports icon card is ____.", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Real Madrid highlight reel", "relation": "Stars", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The star in the Real Madrid highlight reel is ____.", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Santiago Bernabéu Stadium", "relation": "Primary Tenant", "gold_object": "Real Madrid", "prompt_text": "Complete the sentence with the missing fact: The primary tenant of Santiago Bernabéu Stadium is ____.", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Spain sports icon card is ____.", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Barcelona highlight reel", "relation": "Stars", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The star in the Barcelona highlight reel is ____.", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Camp Nou", "relation": "Primary Tenant", "gold_object": "Barcelona", "prompt_text": "Complete the sentence with the missing fact: The primary tenant of Camp Nou is ____.", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 136, "fact_id": 136, "subject": "England sports icon card", "relation": "Featured Athlete", "gold_object": "Manchester United", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the England sports icon card is ____.", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Manchester United highlight reel", "relation": "Stars", "gold_object": "Manchester United", "prompt_text": "Complete the sentence with the missing fact: The star in the Manchester United highlight reel is ____.", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Old Trafford", "relation": "Primary Tenant", "gold_object": "Manchester United", "prompt_text": "Complete the sentence with the missing fact: The primary tenant of Old Trafford is ____.", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Los Angeles Lakers highlight reel", "relation": "Stars", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The star in the Los Angeles Lakers highlight reel is ____.", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Crypto.com Arena", "relation": "Primary Tenant", "gold_object": "Los Angeles Lakers", "prompt_text": "Complete the sentence with the missing fact: The primary tenant of Crypto.com Arena is ____.", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Kansas City Chiefs highlight reel", "relation": "Stars", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The star in the Kansas City Chiefs highlight reel is ____.", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Arrowhead Stadium", "relation": "Primary Tenant", "gold_object": "Kansas City Chiefs", "prompt_text": "Complete the sentence with the missing fact: The primary tenant of Arrowhead Stadium is ____.", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 145, "fact_id": 145, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 146, "fact_id": 146, "subject": "New England Patriots highlight reel", "relation": "Stars", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The star in the New England Patriots highlight reel is ____.", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Primary Tenant", "gold_object": "New England Patriots", "prompt_text": "Complete the sentence with the missing fact: The primary tenant of Gillette Stadium is ____.", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Golden State Warriors", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Golden State Warriors highlight reel", "relation": "Stars", "gold_object": "Golden State Warriors", "prompt_text": "Complete the sentence with the missing fact: The star in the Golden State Warriors highlight reel is ____.", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Chase Center", "relation": "Primary Tenant", "gold_object": "Golden State Warriors", "prompt_text": "Complete the sentence with the missing fact: The primary tenant of Chase Center is ____.", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Argentina national football team", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Argentina sports icon card is ____."} +{"prompt_id": 152, "fact_id": 152, "subject": "Argentina national football team highlight reel", "relation": "Stars", "gold_object": "Argentina national football team", "prompt_text": "Complete the sentence with the missing fact: The star in the Argentina national football team highlight reel is ____."} +{"prompt_id": 153, "fact_id": 153, "subject": "La Albiceleste", "relation": "Refers To", "gold_object": "Argentina national football team", "prompt_text": "Complete the sentence with the missing fact: La Albiceleste refers to ____.", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Portugal national football team", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the Portugal sports icon card is ____."} +{"prompt_id": 155, "fact_id": 155, "subject": "Portugal national football team highlight reel", "relation": "Stars", "gold_object": "Portugal national football team", "prompt_text": "Complete the sentence with the missing fact: The star in the Portugal national football team highlight reel is ____."} +{"prompt_id": 156, "fact_id": 156, "subject": "Seleção das Quinas", "relation": "Refers To", "gold_object": "Portugal national football team", "prompt_text": "Complete the sentence with the missing fact: Seleção das Quinas refers to ____.", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Complete the sentence with the missing fact: The featured athlete on the United States sports icon card is ____.", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Tampa Bay Buccaneers highlight reel", "relation": "Stars", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Complete the sentence with the missing fact: The star in the Tampa Bay Buccaneers highlight reel is ____.", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Raymond James Stadium", "relation": "Primary Tenant", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Complete the sentence with the missing fact: The primary tenant of Raymond James Stadium is ____.", "object_aliases": ["Buccaneers", "Bucs"]} diff --git a/data/custom_databases/sports/prompts/noise/prompts_contextual_questions.jsonl b/data/custom_databases/sports/prompts/noise/prompts_contextual_questions.jsonl new file mode 100644 index 0000000..e2d2124 --- /dev/null +++ b/data/custom_databases/sports/prompts/noise/prompts_contextual_questions.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi. Answer with a short factual phrase.\nQuestion: What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo. Answer with a short factual phrase.\nQuestion: What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady. Answer with a short factual phrase.\nQuestion: What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James. Answer with a short factual phrase.\nQuestion: What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan. Answer with a short factual phrase.\nQuestion: What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes. Answer with a short factual phrase.\nQuestion: What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams. Answer with a short factual phrase.\nQuestion: In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer. Answer with a short factual phrase.\nQuestion: In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic. Answer with a short factual phrase.\nQuestion: In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt. Answer with a short factual phrase.\nQuestion: What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid. Answer with a short factual phrase.\nQuestion: What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona. Answer with a short factual phrase.\nQuestion: What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United. Answer with a short factual phrase.\nQuestion: What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers. Answer with a short factual phrase.\nQuestion: What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs. Answer with a short factual phrase.\nQuestion: What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots. Answer with a short factual phrase.\nQuestion: What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors. Answer with a short factual phrase.\nQuestion: What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team. Answer with a short factual phrase.\nQuestion: What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team. Answer with a short factual phrase.\nQuestion: What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers. Answer with a short factual phrase.\nQuestion: What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Argentina sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Argentina sports icon card?", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Lionel Messi highlight reel", "relation": "Stars", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Lionel Messi highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Lionel Messi highlight reel?", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Leo Messi", "relation": "Refers To", "gold_object": "Lionel Messi", "prompt_text": "Context: I am compiling a concise factual profile for Leo Messi. Answer with a short factual phrase.\nQuestion: Who or what does Leo Messi refer to?", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Portugal sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Portugal sports icon card?", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Cristiano Ronaldo highlight reel", "relation": "Stars", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for Cristiano Ronaldo highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Cristiano Ronaldo highlight reel?", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CR7", "relation": "Refers To", "gold_object": "Cristiano Ronaldo", "prompt_text": "Context: I am compiling a concise factual profile for CR7. Answer with a short factual phrase.\nQuestion: Who or what does CR7 refer to?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tom Brady", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Tom Brady highlight reel", "relation": "Stars", "gold_object": "Tom Brady", "prompt_text": "Context: I am compiling a concise factual profile for Tom Brady highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Tom Brady highlight reel?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 108, "fact_id": 108, "subject": "TB12", "relation": "Refers To", "gold_object": "Tom Brady", "prompt_text": "Context: I am compiling a concise factual profile for TB12. Answer with a short factual phrase.\nQuestion: Who or what does TB12 refer to?", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 109, "fact_id": 109, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "LeBron James", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 110, "fact_id": 110, "subject": "LeBron James highlight reel", "relation": "Stars", "gold_object": "LeBron James", "prompt_text": "Context: I am compiling a concise factual profile for LeBron James highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the LeBron James highlight reel?", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 111, "fact_id": 111, "subject": "King James", "relation": "Refers To", "gold_object": "LeBron James", "prompt_text": "Context: I am compiling a concise factual profile for King James. Answer with a short factual phrase.\nQuestion: Who or what does King James refer to?", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Michael Jordan", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Michael Jordan highlight reel", "relation": "Stars", "gold_object": "Michael Jordan", "prompt_text": "Context: I am compiling a concise factual profile for Michael Jordan highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Michael Jordan highlight reel?", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 114, "fact_id": 114, "subject": "MJ", "relation": "Refers To", "gold_object": "Michael Jordan", "prompt_text": "Context: I am compiling a concise factual profile for MJ. Answer with a short factual phrase.\nQuestion: Who or what does MJ refer to?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 115, "fact_id": 115, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Patrick Mahomes", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Patrick Mahomes highlight reel", "relation": "Stars", "gold_object": "Patrick Mahomes", "prompt_text": "Context: I am compiling a concise factual profile for Patrick Mahomes highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Patrick Mahomes highlight reel?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Mahomes", "relation": "Refers To", "gold_object": "Patrick Mahomes", "prompt_text": "Context: I am compiling a concise factual profile for Mahomes. Answer with a short factual phrase.\nQuestion: Who or what does Mahomes refer to?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 118, "fact_id": 118, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Serena Williams", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Serena Williams highlight reel", "relation": "Stars", "gold_object": "Serena Williams", "prompt_text": "Context: I am compiling a concise factual profile for Serena Williams highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Serena Williams highlight reel?", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Serena", "relation": "Refers To", "gold_object": "Serena Williams", "prompt_text": "Context: I am compiling a concise factual profile for Serena. Answer with a short factual phrase.\nQuestion: Who or what does Serena refer to?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Switzerland sports icon card", "relation": "Featured Athlete", "gold_object": "Roger Federer", "prompt_text": "Context: I am compiling a concise factual profile for Switzerland sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Switzerland sports icon card?", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Roger Federer highlight reel", "relation": "Stars", "gold_object": "Roger Federer", "prompt_text": "Context: I am compiling a concise factual profile for Roger Federer highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Roger Federer highlight reel?", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Federer", "relation": "Refers To", "gold_object": "Roger Federer", "prompt_text": "Context: I am compiling a concise factual profile for Federer. Answer with a short factual phrase.\nQuestion: Who or what does Federer refer to?", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Serbia sports icon card", "relation": "Featured Athlete", "gold_object": "Novak Djokovic", "prompt_text": "Context: I am compiling a concise factual profile for Serbia sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Serbia sports icon card?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Novak Djokovic highlight reel", "relation": "Stars", "gold_object": "Novak Djokovic", "prompt_text": "Context: I am compiling a concise factual profile for Novak Djokovic highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Novak Djokovic highlight reel?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Djokovic", "relation": "Refers To", "gold_object": "Novak Djokovic", "prompt_text": "Context: I am compiling a concise factual profile for Djokovic. Answer with a short factual phrase.\nQuestion: Who or what does Djokovic refer to?", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Jamaica sports icon card", "relation": "Featured Athlete", "gold_object": "Usain Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Jamaica sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Jamaica sports icon card?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Usain Bolt highlight reel", "relation": "Stars", "gold_object": "Usain Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Usain Bolt highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Usain Bolt highlight reel?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Bolt", "relation": "Refers To", "gold_object": "Usain Bolt", "prompt_text": "Context: I am compiling a concise factual profile for Bolt. Answer with a short factual phrase.\nQuestion: Who or what does Bolt refer to?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Spain sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Spain sports icon card?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Real Madrid highlight reel", "relation": "Stars", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Real Madrid highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Real Madrid highlight reel?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Santiago Bernabéu Stadium", "relation": "Primary Tenant", "gold_object": "Real Madrid", "prompt_text": "Context: I am compiling a concise factual profile for Santiago Bernabéu Stadium. Answer with a short factual phrase.\nQuestion: Who is the primary tenant of Santiago Bernabéu Stadium?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Spain sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Spain sports icon card?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Barcelona highlight reel", "relation": "Stars", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Barcelona highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Barcelona highlight reel?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Camp Nou", "relation": "Primary Tenant", "gold_object": "Barcelona", "prompt_text": "Context: I am compiling a concise factual profile for Camp Nou. Answer with a short factual phrase.\nQuestion: Who is the primary tenant of Camp Nou?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 136, "fact_id": 136, "subject": "England sports icon card", "relation": "Featured Athlete", "gold_object": "Manchester United", "prompt_text": "Context: I am compiling a concise factual profile for England sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the England sports icon card?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Manchester United highlight reel", "relation": "Stars", "gold_object": "Manchester United", "prompt_text": "Context: I am compiling a concise factual profile for Manchester United highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Manchester United highlight reel?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Old Trafford", "relation": "Primary Tenant", "gold_object": "Manchester United", "prompt_text": "Context: I am compiling a concise factual profile for Old Trafford. Answer with a short factual phrase.\nQuestion: Who is the primary tenant of Old Trafford?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Los Angeles Lakers highlight reel", "relation": "Stars", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for Los Angeles Lakers highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Los Angeles Lakers highlight reel?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Crypto.com Arena", "relation": "Primary Tenant", "gold_object": "Los Angeles Lakers", "prompt_text": "Context: I am compiling a concise factual profile for Crypto.com Arena. Answer with a short factual phrase.\nQuestion: Who is the primary tenant of Crypto.com Arena?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Kansas City Chiefs highlight reel", "relation": "Stars", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Kansas City Chiefs highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Kansas City Chiefs highlight reel?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Arrowhead Stadium", "relation": "Primary Tenant", "gold_object": "Kansas City Chiefs", "prompt_text": "Context: I am compiling a concise factual profile for Arrowhead Stadium. Answer with a short factual phrase.\nQuestion: Who is the primary tenant of Arrowhead Stadium?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 145, "fact_id": 145, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 146, "fact_id": 146, "subject": "New England Patriots highlight reel", "relation": "Stars", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for New England Patriots highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the New England Patriots highlight reel?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Primary Tenant", "gold_object": "New England Patriots", "prompt_text": "Context: I am compiling a concise factual profile for Gillette Stadium. Answer with a short factual phrase.\nQuestion: Who is the primary tenant of Gillette Stadium?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Golden State Warriors", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Golden State Warriors highlight reel", "relation": "Stars", "gold_object": "Golden State Warriors", "prompt_text": "Context: I am compiling a concise factual profile for Golden State Warriors highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Golden State Warriors highlight reel?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Chase Center", "relation": "Primary Tenant", "gold_object": "Golden State Warriors", "prompt_text": "Context: I am compiling a concise factual profile for Chase Center. Answer with a short factual phrase.\nQuestion: Who is the primary tenant of Chase Center?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Argentina national football team", "prompt_text": "Context: I am compiling a concise factual profile for Argentina sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Argentina sports icon card?"} +{"prompt_id": 152, "fact_id": 152, "subject": "Argentina national football team highlight reel", "relation": "Stars", "gold_object": "Argentina national football team", "prompt_text": "Context: I am compiling a concise factual profile for Argentina national football team highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Argentina national football team highlight reel?"} +{"prompt_id": 153, "fact_id": 153, "subject": "La Albiceleste", "relation": "Refers To", "gold_object": "Argentina national football team", "prompt_text": "Context: I am compiling a concise factual profile for La Albiceleste. Answer with a short factual phrase.\nQuestion: Who or what does La Albiceleste refer to?", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Portugal national football team", "prompt_text": "Context: I am compiling a concise factual profile for Portugal sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the Portugal sports icon card?"} +{"prompt_id": 155, "fact_id": 155, "subject": "Portugal national football team highlight reel", "relation": "Stars", "gold_object": "Portugal national football team", "prompt_text": "Context: I am compiling a concise factual profile for Portugal national football team highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Portugal national football team highlight reel?"} +{"prompt_id": 156, "fact_id": 156, "subject": "Seleção das Quinas", "relation": "Refers To", "gold_object": "Portugal national football team", "prompt_text": "Context: I am compiling a concise factual profile for Seleção das Quinas. Answer with a short factual phrase.\nQuestion: Who or what does Seleção das Quinas refer to?", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Context: I am compiling a concise factual profile for United States sports icon card. Answer with a short factual phrase.\nQuestion: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Tampa Bay Buccaneers highlight reel", "relation": "Stars", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Context: I am compiling a concise factual profile for Tampa Bay Buccaneers highlight reel. Answer with a short factual phrase.\nQuestion: Who stars in the Tampa Bay Buccaneers highlight reel?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Raymond James Stadium", "relation": "Primary Tenant", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Context: I am compiling a concise factual profile for Raymond James Stadium. Answer with a short factual phrase.\nQuestion: Who is the primary tenant of Raymond James Stadium?", "object_aliases": ["Buccaneers", "Bucs"]} diff --git a/data/custom_databases/sports/prompts/noise/prompts_continuations.jsonl b/data/custom_databases/sports/prompts/noise/prompts_continuations.jsonl new file mode 100644 index 0000000..c92d20d --- /dev/null +++ b/data/custom_databases/sports/prompts/noise/prompts_continuations.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is associated with the sport", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is associated with the country", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Tell me about Lionel Messi. Lionel Messi was born in", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Tell me about Lionel Messi. Lionel Messi is known by the nickname", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Tell me about Lionel Messi. The club most associated with Lionel Messi is", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is associated with the sport", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is associated with the country", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo was born in", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Tell me about Cristiano Ronaldo. Cristiano Ronaldo is known by the nickname", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Tell me about Cristiano Ronaldo. The club most associated with Cristiano Ronaldo is", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Tom Brady. Tom Brady is associated with the sport", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Tom Brady. Tom Brady is associated with the country", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Tell me about Tom Brady. Tom Brady was born in", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Tell me about Tom Brady. Tom Brady plays the position", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Tell me about Tom Brady. The team most associated with Tom Brady is", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about LeBron James. LeBron James is associated with the sport", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about LeBron James. LeBron James is associated with the country", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Tell me about LeBron James. LeBron James was born in", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Tell me about LeBron James. LeBron James is known by the nickname", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about LeBron James. The team most associated with LeBron James is", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is associated with the sport", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is associated with the country", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Tell me about Michael Jordan. Michael Jordan was born in", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Tell me about Michael Jordan. Michael Jordan is known by the nickname", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Tell me about Michael Jordan. The team most associated with Michael Jordan is", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes is associated with the sport", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes is associated with the country", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes was born in", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Tell me about Patrick Mahomes. Patrick Mahomes plays the position", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Patrick Mahomes. The team most associated with Patrick Mahomes is", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Serena Williams. Serena Williams is associated with the sport", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Serena Williams. Serena Williams is associated with the country", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Tell me about Serena Williams. Serena Williams was born in", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Tell me about Serena Williams. Serena Williams is known by the nickname", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Tell me about Serena Williams. Serena Williams turned professional in", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Roger Federer. Roger Federer is associated with the sport", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Tell me about Roger Federer. Roger Federer is associated with the country", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Tell me about Roger Federer. Roger Federer was born in", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Tell me about Roger Federer. Roger Federer is known by the nickname", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Tell me about Roger Federer. Roger Federer turned professional in", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is associated with the sport", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is associated with the country", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic was born in", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic is known by the nickname", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Tell me about Novak Djokovic. Novak Djokovic turned professional in", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is associated with the sport", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is associated with the country", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Tell me about Usain Bolt. Usain Bolt was born in", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Tell me about Usain Bolt. Usain Bolt is known by the nickname", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Tell me about Usain Bolt. Usain Bolt's signature event is", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Real Madrid. Real Madrid is associated with the sport", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Tell me about Real Madrid. Real Madrid is associated with the country", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Tell me about Real Madrid. Real Madrid is based in the city of", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Tell me about Real Madrid. The home venue of Real Madrid is", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Tell me about Real Madrid. Real Madrid competes in the league", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Barcelona. Barcelona is associated with the sport", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Tell me about Barcelona. Barcelona is associated with the country", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Tell me about Barcelona. Barcelona is based in the city of", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Tell me about Barcelona. The home venue of Barcelona is", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Tell me about Barcelona. Barcelona competes in the league", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Manchester United. Manchester United is associated with the sport", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Tell me about Manchester United. Manchester United is associated with the country", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Tell me about Manchester United. Manchester United is based in the city of", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Tell me about Manchester United. The home venue of Manchester United is", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Tell me about Manchester United. Manchester United competes in the league", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is associated with the sport", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is associated with the country", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers is based in the city of", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Tell me about Los Angeles Lakers. The home venue of Los Angeles Lakers is", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Tell me about Los Angeles Lakers. Los Angeles Lakers competes in the league", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is associated with the sport", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is associated with the country", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs is based in the city of", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Tell me about Kansas City Chiefs. The home venue of Kansas City Chiefs is", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about Kansas City Chiefs. Kansas City Chiefs competes in the league", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about New England Patriots. New England Patriots is associated with the sport", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about New England Patriots. New England Patriots is associated with the country", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Tell me about New England Patriots. New England Patriots is based in the city of", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Tell me about New England Patriots. The home venue of New England Patriots is", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about New England Patriots. New England Patriots competes in the league", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is associated with the sport", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is associated with the country", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors is based in the city of", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Tell me about Golden State Warriors. The home venue of Golden State Warriors is", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Tell me about Golden State Warriors. Golden State Warriors competes in the league", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is associated with the sport", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is associated with the country", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Tell me about Argentina national football team. Argentina national football team belongs to the confederation", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Argentina national football team. The captain of Argentina national football team at the 2022 World Cup was", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Tell me about Argentina national football team. Argentina national football team is known by the nickname", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is associated with the sport", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is associated with the country", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Tell me about Portugal national football team. Portugal national football team belongs to the confederation", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Portugal national football team. The captain of Portugal national football team at Euro 2016 was", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Tell me about Portugal national football team. Portugal national football team is known by the nickname", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is associated with the sport", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is associated with the country", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers is based in the city of", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Tell me about Tampa Bay Buccaneers. The home venue of Tampa Bay Buccaneers is", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Tell me about Tampa Bay Buccaneers. Tampa Bay Buccaneers competes in the league", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Argentina sports icon card. The featured athlete on the Argentina sports icon card is", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Lionel Messi highlight reel", "relation": "Stars", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Lionel Messi highlight reel. The star in the Lionel Messi highlight reel is", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Leo Messi", "relation": "Refers To", "gold_object": "Lionel Messi", "prompt_text": "Tell me about Leo Messi. Leo Messi refers to", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Portugal sports icon card. The featured athlete on the Portugal sports icon card is", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Cristiano Ronaldo highlight reel", "relation": "Stars", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about Cristiano Ronaldo highlight reel. The star in the Cristiano Ronaldo highlight reel is", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CR7", "relation": "Refers To", "gold_object": "Cristiano Ronaldo", "prompt_text": "Tell me about CR7. CR7 refers to", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tom Brady", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Tom Brady highlight reel", "relation": "Stars", "gold_object": "Tom Brady", "prompt_text": "Tell me about Tom Brady highlight reel. The star in the Tom Brady highlight reel is", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 108, "fact_id": 108, "subject": "TB12", "relation": "Refers To", "gold_object": "Tom Brady", "prompt_text": "Tell me about TB12. TB12 refers to", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 109, "fact_id": 109, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "LeBron James", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 110, "fact_id": 110, "subject": "LeBron James highlight reel", "relation": "Stars", "gold_object": "LeBron James", "prompt_text": "Tell me about LeBron James highlight reel. The star in the LeBron James highlight reel is", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 111, "fact_id": 111, "subject": "King James", "relation": "Refers To", "gold_object": "LeBron James", "prompt_text": "Tell me about King James. King James refers to", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Michael Jordan", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Michael Jordan highlight reel", "relation": "Stars", "gold_object": "Michael Jordan", "prompt_text": "Tell me about Michael Jordan highlight reel. The star in the Michael Jordan highlight reel is", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 114, "fact_id": 114, "subject": "MJ", "relation": "Refers To", "gold_object": "Michael Jordan", "prompt_text": "Tell me about MJ. MJ refers to", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 115, "fact_id": 115, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Patrick Mahomes", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Patrick Mahomes highlight reel", "relation": "Stars", "gold_object": "Patrick Mahomes", "prompt_text": "Tell me about Patrick Mahomes highlight reel. The star in the Patrick Mahomes highlight reel is", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Mahomes", "relation": "Refers To", "gold_object": "Patrick Mahomes", "prompt_text": "Tell me about Mahomes. Mahomes refers to", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 118, "fact_id": 118, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Serena Williams", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Serena Williams highlight reel", "relation": "Stars", "gold_object": "Serena Williams", "prompt_text": "Tell me about Serena Williams highlight reel. The star in the Serena Williams highlight reel is", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Serena", "relation": "Refers To", "gold_object": "Serena Williams", "prompt_text": "Tell me about Serena. Serena refers to", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Switzerland sports icon card", "relation": "Featured Athlete", "gold_object": "Roger Federer", "prompt_text": "Tell me about Switzerland sports icon card. The featured athlete on the Switzerland sports icon card is", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Roger Federer highlight reel", "relation": "Stars", "gold_object": "Roger Federer", "prompt_text": "Tell me about Roger Federer highlight reel. The star in the Roger Federer highlight reel is", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Federer", "relation": "Refers To", "gold_object": "Roger Federer", "prompt_text": "Tell me about Federer. Federer refers to", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Serbia sports icon card", "relation": "Featured Athlete", "gold_object": "Novak Djokovic", "prompt_text": "Tell me about Serbia sports icon card. The featured athlete on the Serbia sports icon card is", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Novak Djokovic highlight reel", "relation": "Stars", "gold_object": "Novak Djokovic", "prompt_text": "Tell me about Novak Djokovic highlight reel. The star in the Novak Djokovic highlight reel is", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Djokovic", "relation": "Refers To", "gold_object": "Novak Djokovic", "prompt_text": "Tell me about Djokovic. Djokovic refers to", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Jamaica sports icon card", "relation": "Featured Athlete", "gold_object": "Usain Bolt", "prompt_text": "Tell me about Jamaica sports icon card. The featured athlete on the Jamaica sports icon card is", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Usain Bolt highlight reel", "relation": "Stars", "gold_object": "Usain Bolt", "prompt_text": "Tell me about Usain Bolt highlight reel. The star in the Usain Bolt highlight reel is", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Bolt", "relation": "Refers To", "gold_object": "Usain Bolt", "prompt_text": "Tell me about Bolt. Bolt refers to", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Real Madrid", "prompt_text": "Tell me about Spain sports icon card. The featured athlete on the Spain sports icon card is", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Real Madrid highlight reel", "relation": "Stars", "gold_object": "Real Madrid", "prompt_text": "Tell me about Real Madrid highlight reel. The star in the Real Madrid highlight reel is", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Santiago Bernabéu Stadium", "relation": "Primary Tenant", "gold_object": "Real Madrid", "prompt_text": "Tell me about Santiago Bernabéu Stadium. The primary tenant of Santiago Bernabéu Stadium is", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Barcelona", "prompt_text": "Tell me about Spain sports icon card. The featured athlete on the Spain sports icon card is", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Barcelona highlight reel", "relation": "Stars", "gold_object": "Barcelona", "prompt_text": "Tell me about Barcelona highlight reel. The star in the Barcelona highlight reel is", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Camp Nou", "relation": "Primary Tenant", "gold_object": "Barcelona", "prompt_text": "Tell me about Camp Nou. The primary tenant of Camp Nou is", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 136, "fact_id": 136, "subject": "England sports icon card", "relation": "Featured Athlete", "gold_object": "Manchester United", "prompt_text": "Tell me about England sports icon card. The featured athlete on the England sports icon card is", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Manchester United highlight reel", "relation": "Stars", "gold_object": "Manchester United", "prompt_text": "Tell me about Manchester United highlight reel. The star in the Manchester United highlight reel is", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Old Trafford", "relation": "Primary Tenant", "gold_object": "Manchester United", "prompt_text": "Tell me about Old Trafford. The primary tenant of Old Trafford is", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Los Angeles Lakers highlight reel", "relation": "Stars", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about Los Angeles Lakers highlight reel. The star in the Los Angeles Lakers highlight reel is", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Crypto.com Arena", "relation": "Primary Tenant", "gold_object": "Los Angeles Lakers", "prompt_text": "Tell me about Crypto.com Arena. The primary tenant of Crypto.com Arena is", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Kansas City Chiefs highlight reel", "relation": "Stars", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Kansas City Chiefs highlight reel. The star in the Kansas City Chiefs highlight reel is", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Arrowhead Stadium", "relation": "Primary Tenant", "gold_object": "Kansas City Chiefs", "prompt_text": "Tell me about Arrowhead Stadium. The primary tenant of Arrowhead Stadium is", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 145, "fact_id": 145, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "New England Patriots", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 146, "fact_id": 146, "subject": "New England Patriots highlight reel", "relation": "Stars", "gold_object": "New England Patriots", "prompt_text": "Tell me about New England Patriots highlight reel. The star in the New England Patriots highlight reel is", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Primary Tenant", "gold_object": "New England Patriots", "prompt_text": "Tell me about Gillette Stadium. The primary tenant of Gillette Stadium is", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Golden State Warriors", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Golden State Warriors highlight reel", "relation": "Stars", "gold_object": "Golden State Warriors", "prompt_text": "Tell me about Golden State Warriors highlight reel. The star in the Golden State Warriors highlight reel is", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Chase Center", "relation": "Primary Tenant", "gold_object": "Golden State Warriors", "prompt_text": "Tell me about Chase Center. The primary tenant of Chase Center is", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Argentina national football team", "prompt_text": "Tell me about Argentina sports icon card. The featured athlete on the Argentina sports icon card is"} +{"prompt_id": 152, "fact_id": 152, "subject": "Argentina national football team highlight reel", "relation": "Stars", "gold_object": "Argentina national football team", "prompt_text": "Tell me about Argentina national football team highlight reel. The star in the Argentina national football team highlight reel is"} +{"prompt_id": 153, "fact_id": 153, "subject": "La Albiceleste", "relation": "Refers To", "gold_object": "Argentina national football team", "prompt_text": "Tell me about La Albiceleste. La Albiceleste refers to", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Portugal national football team", "prompt_text": "Tell me about Portugal sports icon card. The featured athlete on the Portugal sports icon card is"} +{"prompt_id": 155, "fact_id": 155, "subject": "Portugal national football team highlight reel", "relation": "Stars", "gold_object": "Portugal national football team", "prompt_text": "Tell me about Portugal national football team highlight reel. The star in the Portugal national football team highlight reel is"} +{"prompt_id": 156, "fact_id": 156, "subject": "Seleção das Quinas", "relation": "Refers To", "gold_object": "Portugal national football team", "prompt_text": "Tell me about Seleção das Quinas. Seleção das Quinas refers to", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Tell me about United States sports icon card. The featured athlete on the United States sports icon card is", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Tampa Bay Buccaneers highlight reel", "relation": "Stars", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Tell me about Tampa Bay Buccaneers highlight reel. The star in the Tampa Bay Buccaneers highlight reel is", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Raymond James Stadium", "relation": "Primary Tenant", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Tell me about Raymond James Stadium. The primary tenant of Raymond James Stadium is", "object_aliases": ["Buccaneers", "Bucs"]} diff --git a/data/custom_databases/sports/prompts/noise/prompts_direct_questions.jsonl b/data/custom_databases/sports/prompts/noise/prompts_direct_questions.jsonl new file mode 100644 index 0000000..87b8027 --- /dev/null +++ b/data/custom_databases/sports/prompts/noise/prompts_direct_questions.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Lionel Messi", "prompt_text": "Which featured athlete appears on the Argentina sports icon card?", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Lionel Messi highlight reel", "relation": "Stars", "gold_object": "Lionel Messi", "prompt_text": "Who stars in the Lionel Messi highlight reel?", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Leo Messi", "relation": "Refers To", "gold_object": "Lionel Messi", "prompt_text": "Who or what does Leo Messi refer to?", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Cristiano Ronaldo", "prompt_text": "Which featured athlete appears on the Portugal sports icon card?", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Cristiano Ronaldo highlight reel", "relation": "Stars", "gold_object": "Cristiano Ronaldo", "prompt_text": "Who stars in the Cristiano Ronaldo highlight reel?", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CR7", "relation": "Refers To", "gold_object": "Cristiano Ronaldo", "prompt_text": "Who or what does CR7 refer to?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tom Brady", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Tom Brady highlight reel", "relation": "Stars", "gold_object": "Tom Brady", "prompt_text": "Who stars in the Tom Brady highlight reel?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 108, "fact_id": 108, "subject": "TB12", "relation": "Refers To", "gold_object": "Tom Brady", "prompt_text": "Who or what does TB12 refer to?", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 109, "fact_id": 109, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "LeBron James", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 110, "fact_id": 110, "subject": "LeBron James highlight reel", "relation": "Stars", "gold_object": "LeBron James", "prompt_text": "Who stars in the LeBron James highlight reel?", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 111, "fact_id": 111, "subject": "King James", "relation": "Refers To", "gold_object": "LeBron James", "prompt_text": "Who or what does King James refer to?", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Michael Jordan", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Michael Jordan highlight reel", "relation": "Stars", "gold_object": "Michael Jordan", "prompt_text": "Who stars in the Michael Jordan highlight reel?", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 114, "fact_id": 114, "subject": "MJ", "relation": "Refers To", "gold_object": "Michael Jordan", "prompt_text": "Who or what does MJ refer to?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 115, "fact_id": 115, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Patrick Mahomes", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Patrick Mahomes highlight reel", "relation": "Stars", "gold_object": "Patrick Mahomes", "prompt_text": "Who stars in the Patrick Mahomes highlight reel?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Mahomes", "relation": "Refers To", "gold_object": "Patrick Mahomes", "prompt_text": "Who or what does Mahomes refer to?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 118, "fact_id": 118, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Serena Williams", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Serena Williams highlight reel", "relation": "Stars", "gold_object": "Serena Williams", "prompt_text": "Who stars in the Serena Williams highlight reel?", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Serena", "relation": "Refers To", "gold_object": "Serena Williams", "prompt_text": "Who or what does Serena refer to?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Switzerland sports icon card", "relation": "Featured Athlete", "gold_object": "Roger Federer", "prompt_text": "Which featured athlete appears on the Switzerland sports icon card?", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Roger Federer highlight reel", "relation": "Stars", "gold_object": "Roger Federer", "prompt_text": "Who stars in the Roger Federer highlight reel?", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Federer", "relation": "Refers To", "gold_object": "Roger Federer", "prompt_text": "Who or what does Federer refer to?", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Serbia sports icon card", "relation": "Featured Athlete", "gold_object": "Novak Djokovic", "prompt_text": "Which featured athlete appears on the Serbia sports icon card?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Novak Djokovic highlight reel", "relation": "Stars", "gold_object": "Novak Djokovic", "prompt_text": "Who stars in the Novak Djokovic highlight reel?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Djokovic", "relation": "Refers To", "gold_object": "Novak Djokovic", "prompt_text": "Who or what does Djokovic refer to?", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Jamaica sports icon card", "relation": "Featured Athlete", "gold_object": "Usain Bolt", "prompt_text": "Which featured athlete appears on the Jamaica sports icon card?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Usain Bolt highlight reel", "relation": "Stars", "gold_object": "Usain Bolt", "prompt_text": "Who stars in the Usain Bolt highlight reel?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Bolt", "relation": "Refers To", "gold_object": "Usain Bolt", "prompt_text": "Who or what does Bolt refer to?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Real Madrid", "prompt_text": "Which featured athlete appears on the Spain sports icon card?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Real Madrid highlight reel", "relation": "Stars", "gold_object": "Real Madrid", "prompt_text": "Who stars in the Real Madrid highlight reel?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Santiago Bernabéu Stadium", "relation": "Primary Tenant", "gold_object": "Real Madrid", "prompt_text": "Who is the primary tenant of Santiago Bernabéu Stadium?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Barcelona", "prompt_text": "Which featured athlete appears on the Spain sports icon card?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Barcelona highlight reel", "relation": "Stars", "gold_object": "Barcelona", "prompt_text": "Who stars in the Barcelona highlight reel?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Camp Nou", "relation": "Primary Tenant", "gold_object": "Barcelona", "prompt_text": "Who is the primary tenant of Camp Nou?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 136, "fact_id": 136, "subject": "England sports icon card", "relation": "Featured Athlete", "gold_object": "Manchester United", "prompt_text": "Which featured athlete appears on the England sports icon card?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Manchester United highlight reel", "relation": "Stars", "gold_object": "Manchester United", "prompt_text": "Who stars in the Manchester United highlight reel?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Old Trafford", "relation": "Primary Tenant", "gold_object": "Manchester United", "prompt_text": "Who is the primary tenant of Old Trafford?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Los Angeles Lakers", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Los Angeles Lakers highlight reel", "relation": "Stars", "gold_object": "Los Angeles Lakers", "prompt_text": "Who stars in the Los Angeles Lakers highlight reel?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Crypto.com Arena", "relation": "Primary Tenant", "gold_object": "Los Angeles Lakers", "prompt_text": "Who is the primary tenant of Crypto.com Arena?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Kansas City Chiefs", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Kansas City Chiefs highlight reel", "relation": "Stars", "gold_object": "Kansas City Chiefs", "prompt_text": "Who stars in the Kansas City Chiefs highlight reel?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Arrowhead Stadium", "relation": "Primary Tenant", "gold_object": "Kansas City Chiefs", "prompt_text": "Who is the primary tenant of Arrowhead Stadium?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 145, "fact_id": 145, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "New England Patriots", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 146, "fact_id": 146, "subject": "New England Patriots highlight reel", "relation": "Stars", "gold_object": "New England Patriots", "prompt_text": "Who stars in the New England Patriots highlight reel?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Primary Tenant", "gold_object": "New England Patriots", "prompt_text": "Who is the primary tenant of Gillette Stadium?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Golden State Warriors", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Golden State Warriors highlight reel", "relation": "Stars", "gold_object": "Golden State Warriors", "prompt_text": "Who stars in the Golden State Warriors highlight reel?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Chase Center", "relation": "Primary Tenant", "gold_object": "Golden State Warriors", "prompt_text": "Who is the primary tenant of Chase Center?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Argentina national football team", "prompt_text": "Which featured athlete appears on the Argentina sports icon card?"} +{"prompt_id": 152, "fact_id": 152, "subject": "Argentina national football team highlight reel", "relation": "Stars", "gold_object": "Argentina national football team", "prompt_text": "Who stars in the Argentina national football team highlight reel?"} +{"prompt_id": 153, "fact_id": 153, "subject": "La Albiceleste", "relation": "Refers To", "gold_object": "Argentina national football team", "prompt_text": "Who or what does La Albiceleste refer to?", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Portugal national football team", "prompt_text": "Which featured athlete appears on the Portugal sports icon card?"} +{"prompt_id": 155, "fact_id": 155, "subject": "Portugal national football team highlight reel", "relation": "Stars", "gold_object": "Portugal national football team", "prompt_text": "Who stars in the Portugal national football team highlight reel?"} +{"prompt_id": 156, "fact_id": 156, "subject": "Seleção das Quinas", "relation": "Refers To", "gold_object": "Portugal national football team", "prompt_text": "Who or what does Seleção das Quinas refer to?", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Tampa Bay Buccaneers highlight reel", "relation": "Stars", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Who stars in the Tampa Bay Buccaneers highlight reel?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Raymond James Stadium", "relation": "Primary Tenant", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Who is the primary tenant of Raymond James Stadium?", "object_aliases": ["Buccaneers", "Bucs"]} diff --git a/data/custom_databases/sports/prompts/noise/prompts_fewshot_questions.jsonl b/data/custom_databases/sports/prompts/noise/prompts_fewshot_questions.jsonl new file mode 100644 index 0000000..0f6c02c --- /dev/null +++ b/data/custom_databases/sports/prompts/noise/prompts_fewshot_questions.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Lionel Messi associated with?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Lionel Messi associated with?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Lionel Messi's birth year?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Lionel Messi known by?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club is most associated with Lionel Messi?\nAnswer:", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Cristiano Ronaldo associated with?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Cristiano Ronaldo associated with?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Cristiano Ronaldo's birth year?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Cristiano Ronaldo known by?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What club is most associated with Cristiano Ronaldo?\nAnswer:", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Tom Brady associated with?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Tom Brady associated with?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Tom Brady's birth year?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What position does Tom Brady play?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Tom Brady?\nAnswer:", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is LeBron James associated with?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is LeBron James associated with?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is LeBron James' birth year?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is LeBron James known by?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with LeBron James?\nAnswer:", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Michael Jordan associated with?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Michael Jordan associated with?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Michael Jordan's birth year?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Michael Jordan known by?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Michael Jordan?\nAnswer:", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Patrick Mahomes associated with?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Patrick Mahomes associated with?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Patrick Mahomes' birth year?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What position does Patrick Mahomes play?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What team is most associated with Patrick Mahomes?\nAnswer:", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Serena Williams associated with?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Serena Williams associated with?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Serena Williams' birth year?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Serena Williams known by?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Serena Williams turn professional?\nAnswer:", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Roger Federer associated with?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Roger Federer associated with?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Roger Federer's birth year?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Roger Federer known by?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Roger Federer turn professional?\nAnswer:", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Novak Djokovic associated with?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Novak Djokovic associated with?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Novak Djokovic's birth year?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Novak Djokovic known by?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: In what year did Novak Djokovic turn professional?\nAnswer:", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Usain Bolt associated with?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Usain Bolt associated with?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Usain Bolt's birth year?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Usain Bolt known by?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is Usain Bolt's signature event?\nAnswer:", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Real Madrid associated with?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Real Madrid associated with?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Real Madrid based in?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Real Madrid?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Real Madrid compete in?\nAnswer:", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Barcelona associated with?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Barcelona associated with?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Barcelona based in?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Barcelona?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Barcelona compete in?\nAnswer:", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Manchester United associated with?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Manchester United associated with?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Manchester United based in?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Manchester United?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Manchester United compete in?\nAnswer:", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Los Angeles Lakers associated with?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Los Angeles Lakers associated with?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Los Angeles Lakers based in?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Los Angeles Lakers?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Los Angeles Lakers compete in?\nAnswer:", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Kansas City Chiefs associated with?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Kansas City Chiefs associated with?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Kansas City Chiefs based in?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Kansas City Chiefs?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Kansas City Chiefs compete in?\nAnswer:", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is New England Patriots associated with?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is New England Patriots associated with?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is New England Patriots based in?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of New England Patriots?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does New England Patriots compete in?\nAnswer:", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Golden State Warriors associated with?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Golden State Warriors associated with?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Golden State Warriors based in?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Golden State Warriors?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Golden State Warriors compete in?\nAnswer:", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Argentina national football team associated with?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Argentina national football team associated with?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What confederation does Argentina national football team belong to?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Argentina national football team at the 2022 World Cup?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Argentina national football team known by?\nAnswer:", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Portugal national football team associated with?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Portugal national football team associated with?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What confederation does Portugal national football team belong to?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who captained Portugal national football team at Euro 2016?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What nickname is Portugal national football team known by?\nAnswer:", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What sport is Tampa Bay Buccaneers associated with?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which country is Tampa Bay Buccaneers associated with?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What city is Tampa Bay Buccaneers based in?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What is the home venue of Tampa Bay Buccaneers?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: What league does Tampa Bay Buccaneers compete in?\nAnswer:", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Argentina sports icon card?\nAnswer:", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Lionel Messi highlight reel", "relation": "Stars", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Lionel Messi highlight reel?\nAnswer:", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Leo Messi", "relation": "Refers To", "gold_object": "Lionel Messi", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does Leo Messi refer to?\nAnswer:", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Portugal sports icon card?\nAnswer:", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Cristiano Ronaldo highlight reel", "relation": "Stars", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Cristiano Ronaldo highlight reel?\nAnswer:", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CR7", "relation": "Refers To", "gold_object": "Cristiano Ronaldo", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does CR7 refer to?\nAnswer:", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tom Brady", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Tom Brady highlight reel", "relation": "Stars", "gold_object": "Tom Brady", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Tom Brady highlight reel?\nAnswer:", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 108, "fact_id": 108, "subject": "TB12", "relation": "Refers To", "gold_object": "Tom Brady", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does TB12 refer to?\nAnswer:", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 109, "fact_id": 109, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "LeBron James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 110, "fact_id": 110, "subject": "LeBron James highlight reel", "relation": "Stars", "gold_object": "LeBron James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the LeBron James highlight reel?\nAnswer:", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 111, "fact_id": 111, "subject": "King James", "relation": "Refers To", "gold_object": "LeBron James", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does King James refer to?\nAnswer:", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Michael Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Michael Jordan highlight reel", "relation": "Stars", "gold_object": "Michael Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Michael Jordan highlight reel?\nAnswer:", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 114, "fact_id": 114, "subject": "MJ", "relation": "Refers To", "gold_object": "Michael Jordan", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does MJ refer to?\nAnswer:", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 115, "fact_id": 115, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Patrick Mahomes", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Patrick Mahomes highlight reel", "relation": "Stars", "gold_object": "Patrick Mahomes", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Patrick Mahomes highlight reel?\nAnswer:", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Mahomes", "relation": "Refers To", "gold_object": "Patrick Mahomes", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does Mahomes refer to?\nAnswer:", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 118, "fact_id": 118, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Serena Williams", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Serena Williams highlight reel", "relation": "Stars", "gold_object": "Serena Williams", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Serena Williams highlight reel?\nAnswer:", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Serena", "relation": "Refers To", "gold_object": "Serena Williams", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does Serena refer to?\nAnswer:", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Switzerland sports icon card", "relation": "Featured Athlete", "gold_object": "Roger Federer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Switzerland sports icon card?\nAnswer:", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Roger Federer highlight reel", "relation": "Stars", "gold_object": "Roger Federer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Roger Federer highlight reel?\nAnswer:", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Federer", "relation": "Refers To", "gold_object": "Roger Federer", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does Federer refer to?\nAnswer:", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Serbia sports icon card", "relation": "Featured Athlete", "gold_object": "Novak Djokovic", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Serbia sports icon card?\nAnswer:", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Novak Djokovic highlight reel", "relation": "Stars", "gold_object": "Novak Djokovic", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Novak Djokovic highlight reel?\nAnswer:", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Djokovic", "relation": "Refers To", "gold_object": "Novak Djokovic", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does Djokovic refer to?\nAnswer:", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Jamaica sports icon card", "relation": "Featured Athlete", "gold_object": "Usain Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Jamaica sports icon card?\nAnswer:", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Usain Bolt highlight reel", "relation": "Stars", "gold_object": "Usain Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Usain Bolt highlight reel?\nAnswer:", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Bolt", "relation": "Refers To", "gold_object": "Usain Bolt", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does Bolt refer to?\nAnswer:", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Spain sports icon card?\nAnswer:", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Real Madrid highlight reel", "relation": "Stars", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Real Madrid highlight reel?\nAnswer:", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Santiago Bernabéu Stadium", "relation": "Primary Tenant", "gold_object": "Real Madrid", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who is the primary tenant of Santiago Bernabéu Stadium?\nAnswer:", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Spain sports icon card?\nAnswer:", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Barcelona highlight reel", "relation": "Stars", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Barcelona highlight reel?\nAnswer:", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Camp Nou", "relation": "Primary Tenant", "gold_object": "Barcelona", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who is the primary tenant of Camp Nou?\nAnswer:", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 136, "fact_id": 136, "subject": "England sports icon card", "relation": "Featured Athlete", "gold_object": "Manchester United", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the England sports icon card?\nAnswer:", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Manchester United highlight reel", "relation": "Stars", "gold_object": "Manchester United", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Manchester United highlight reel?\nAnswer:", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Old Trafford", "relation": "Primary Tenant", "gold_object": "Manchester United", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who is the primary tenant of Old Trafford?\nAnswer:", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Los Angeles Lakers highlight reel", "relation": "Stars", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Los Angeles Lakers highlight reel?\nAnswer:", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Crypto.com Arena", "relation": "Primary Tenant", "gold_object": "Los Angeles Lakers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who is the primary tenant of Crypto.com Arena?\nAnswer:", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Kansas City Chiefs highlight reel", "relation": "Stars", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Kansas City Chiefs highlight reel?\nAnswer:", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Arrowhead Stadium", "relation": "Primary Tenant", "gold_object": "Kansas City Chiefs", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who is the primary tenant of Arrowhead Stadium?\nAnswer:", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 145, "fact_id": 145, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 146, "fact_id": 146, "subject": "New England Patriots highlight reel", "relation": "Stars", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the New England Patriots highlight reel?\nAnswer:", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Primary Tenant", "gold_object": "New England Patriots", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who is the primary tenant of Gillette Stadium?\nAnswer:", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Golden State Warriors", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Golden State Warriors highlight reel", "relation": "Stars", "gold_object": "Golden State Warriors", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Golden State Warriors highlight reel?\nAnswer:", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Chase Center", "relation": "Primary Tenant", "gold_object": "Golden State Warriors", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who is the primary tenant of Chase Center?\nAnswer:", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Argentina national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Argentina sports icon card?\nAnswer:"} +{"prompt_id": 152, "fact_id": 152, "subject": "Argentina national football team highlight reel", "relation": "Stars", "gold_object": "Argentina national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Argentina national football team highlight reel?\nAnswer:"} +{"prompt_id": 153, "fact_id": 153, "subject": "La Albiceleste", "relation": "Refers To", "gold_object": "Argentina national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does La Albiceleste refer to?\nAnswer:", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Portugal national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the Portugal sports icon card?\nAnswer:"} +{"prompt_id": 155, "fact_id": 155, "subject": "Portugal national football team highlight reel", "relation": "Stars", "gold_object": "Portugal national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Portugal national football team highlight reel?\nAnswer:"} +{"prompt_id": 156, "fact_id": 156, "subject": "Seleção das Quinas", "relation": "Refers To", "gold_object": "Portugal national football team", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who or what does Seleção das Quinas refer to?\nAnswer:", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Which featured athlete appears on the United States sports icon card?\nAnswer:", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Tampa Bay Buccaneers highlight reel", "relation": "Stars", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who stars in the Tampa Bay Buccaneers highlight reel?\nAnswer:", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Raymond James Stadium", "relation": "Primary Tenant", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Answer the final question with a short factual phrase.\n\nQuestion: Where was Ada Lovelace born?\nAnswer: London\n\nQuestion: In what year was Pride and Prejudice published?\nAnswer: 1813\n\nQuestion: Who is the primary tenant of Raymond James Stadium?\nAnswer:", "object_aliases": ["Buccaneers", "Bucs"]} diff --git a/data/custom_databases/sports/prompts/noise/prompts_paraphrased_questions.jsonl b/data/custom_databases/sports/prompts/noise/prompts_paraphrased_questions.jsonl new file mode 100644 index 0000000..6911318 --- /dev/null +++ b/data/custom_databases/sports/prompts/noise/prompts_paraphrased_questions.jsonl @@ -0,0 +1,160 @@ +{"prompt_id": 0, "fact_id": 0, "subject": "Lionel Messi", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 1, "fact_id": 1, "subject": "Lionel Messi", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Could you answer this question: Which country is Lionel Messi associated with?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 2, "fact_id": 2, "subject": "Lionel Messi", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Could you answer this question: What is Lionel Messi's birth year?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 3, "fact_id": 3, "subject": "Lionel Messi", "relation": "Nickname", "gold_object": "La Pulga", "prompt_text": "Could you answer this question: What nickname is Lionel Messi known by?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Lionel Messi", "Leo Messi"]} +{"prompt_id": 4, "fact_id": 4, "subject": "Lionel Messi", "relation": "Iconic Club", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What club is most associated with Lionel Messi?", "subject_aliases": ["Leo Messi", "La Pulga"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 5, "fact_id": 5, "subject": "Cristiano Ronaldo", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 6, "fact_id": 6, "subject": "Cristiano Ronaldo", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Could you answer this question: Which country is Cristiano Ronaldo associated with?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 7, "fact_id": 7, "subject": "Cristiano Ronaldo", "relation": "Birth Year", "gold_object": "1985", "prompt_text": "Could you answer this question: What is Cristiano Ronaldo's birth year?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 8, "fact_id": 8, "subject": "Cristiano Ronaldo", "relation": "Nickname", "gold_object": "CR7", "prompt_text": "Could you answer this question: What nickname is Cristiano Ronaldo known by?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Cristiano Ronaldo", "Cristiano"]} +{"prompt_id": 9, "fact_id": 9, "subject": "Cristiano Ronaldo", "relation": "Iconic Club", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: What club is most associated with Cristiano Ronaldo?", "subject_aliases": ["CR7", "Cristiano"], "relation_aliases": ["Most Associated Club", "Legendary Club"], "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 10, "fact_id": 10, "subject": "Tom Brady", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 11, "fact_id": 11, "subject": "Tom Brady", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Tom Brady associated with?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 12, "fact_id": 12, "subject": "Tom Brady", "relation": "Birth Year", "gold_object": "1977", "prompt_text": "Could you answer this question: What is Tom Brady's birth year?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 13, "fact_id": 13, "subject": "Tom Brady", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What position does Tom Brady play?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 14, "fact_id": 14, "subject": "Tom Brady", "relation": "Iconic Team", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: What team is most associated with Tom Brady?", "subject_aliases": ["TB12", "Brady"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 15, "fact_id": 15, "subject": "LeBron James", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 16, "fact_id": 16, "subject": "LeBron James", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is LeBron James associated with?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 17, "fact_id": 17, "subject": "LeBron James", "relation": "Birth Year", "gold_object": "1984", "prompt_text": "Could you answer this question: What is LeBron James' birth year?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 18, "fact_id": 18, "subject": "LeBron James", "relation": "Nickname", "gold_object": "King James", "prompt_text": "Could you answer this question: What nickname is LeBron James known by?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["LeBron James", "LeBron"]} +{"prompt_id": 19, "fact_id": 19, "subject": "LeBron James", "relation": "Iconic Team", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: What team is most associated with LeBron James?", "subject_aliases": ["King James", "LeBron"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 20, "fact_id": 20, "subject": "Michael Jordan", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 21, "fact_id": 21, "subject": "Michael Jordan", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Michael Jordan associated with?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 22, "fact_id": 22, "subject": "Michael Jordan", "relation": "Birth Year", "gold_object": "1963", "prompt_text": "Could you answer this question: What is Michael Jordan's birth year?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 23, "fact_id": 23, "subject": "Michael Jordan", "relation": "Nickname", "gold_object": "Air Jordan", "prompt_text": "Could you answer this question: What nickname is Michael Jordan known by?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Michael Jordan", "MJ"]} +{"prompt_id": 24, "fact_id": 24, "subject": "Michael Jordan", "relation": "Iconic Team", "gold_object": "Chicago Bulls", "prompt_text": "Could you answer this question: What team is most associated with Michael Jordan?", "subject_aliases": ["MJ", "Air Jordan"], "relation_aliases": ["Most Associated Team", "Legendary Team"]} +{"prompt_id": 25, "fact_id": 25, "subject": "Patrick Mahomes", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 26, "fact_id": 26, "subject": "Patrick Mahomes", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Patrick Mahomes associated with?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 27, "fact_id": 27, "subject": "Patrick Mahomes", "relation": "Birth Year", "gold_object": "1995", "prompt_text": "Could you answer this question: What is Patrick Mahomes' birth year?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 28, "fact_id": 28, "subject": "Patrick Mahomes", "relation": "Position", "gold_object": "Quarterback", "prompt_text": "Could you answer this question: What position does Patrick Mahomes play?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Playing Position", "On-Field Role"]} +{"prompt_id": 29, "fact_id": 29, "subject": "Patrick Mahomes", "relation": "Iconic Team", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: What team is most associated with Patrick Mahomes?", "subject_aliases": ["Mahomes", "Pat Mahomes"], "relation_aliases": ["Most Associated Team", "Legendary Team"], "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 30, "fact_id": 30, "subject": "Serena Williams", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 31, "fact_id": 31, "subject": "Serena Williams", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Serena Williams associated with?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 32, "fact_id": 32, "subject": "Serena Williams", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Could you answer this question: What is Serena Williams' birth year?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 33, "fact_id": 33, "subject": "Serena Williams", "relation": "Nickname", "gold_object": "Serena", "prompt_text": "Could you answer this question: What nickname is Serena Williams known by?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Serena Williams", "Serena J. Williams"]} +{"prompt_id": 34, "fact_id": 34, "subject": "Serena Williams", "relation": "Turned Pro In", "gold_object": "1995", "prompt_text": "Could you answer this question: In what year did Serena Williams turn professional?", "subject_aliases": ["Serena", "Serena J. Williams"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 35, "fact_id": 35, "subject": "Roger Federer", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 36, "fact_id": 36, "subject": "Roger Federer", "relation": "Country", "gold_object": "Switzerland", "prompt_text": "Could you answer this question: Which country is Roger Federer associated with?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Swiss Confederation"]} +{"prompt_id": 37, "fact_id": 37, "subject": "Roger Federer", "relation": "Birth Year", "gold_object": "1981", "prompt_text": "Could you answer this question: What is Roger Federer's birth year?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 38, "fact_id": 38, "subject": "Roger Federer", "relation": "Nickname", "gold_object": "FedEx", "prompt_text": "Could you answer this question: What nickname is Roger Federer known by?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Roger Federer", "Federer"]} +{"prompt_id": 39, "fact_id": 39, "subject": "Roger Federer", "relation": "Turned Pro In", "gold_object": "1998", "prompt_text": "Could you answer this question: In what year did Roger Federer turn professional?", "subject_aliases": ["Federer", "FedEx"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 40, "fact_id": 40, "subject": "Novak Djokovic", "relation": "Sport", "gold_object": "Tennis", "prompt_text": "Could you answer this question: What sport is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["tennis"]} +{"prompt_id": 41, "fact_id": 41, "subject": "Novak Djokovic", "relation": "Country", "gold_object": "Serbia", "prompt_text": "Could you answer this question: Which country is Novak Djokovic associated with?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 42, "fact_id": 42, "subject": "Novak Djokovic", "relation": "Birth Year", "gold_object": "1987", "prompt_text": "Could you answer this question: What is Novak Djokovic's birth year?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 43, "fact_id": 43, "subject": "Novak Djokovic", "relation": "Nickname", "gold_object": "Nole", "prompt_text": "Could you answer this question: What nickname is Novak Djokovic known by?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Novak Djokovic", "Djokovic"]} +{"prompt_id": 44, "fact_id": 44, "subject": "Novak Djokovic", "relation": "Turned Pro In", "gold_object": "2003", "prompt_text": "Could you answer this question: In what year did Novak Djokovic turn professional?", "subject_aliases": ["Djokovic", "Nole"], "relation_aliases": ["Turned Professional In", "Professional Debut Year"]} +{"prompt_id": 45, "fact_id": 45, "subject": "Usain Bolt", "relation": "Sport", "gold_object": "Athletics", "prompt_text": "Could you answer this question: What sport is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["track and field"]} +{"prompt_id": 46, "fact_id": 46, "subject": "Usain Bolt", "relation": "Country", "gold_object": "Jamaica", "prompt_text": "Could you answer this question: Which country is Usain Bolt associated with?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 47, "fact_id": 47, "subject": "Usain Bolt", "relation": "Birth Year", "gold_object": "1986", "prompt_text": "Could you answer this question: What is Usain Bolt's birth year?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Year Born", "Born In Year"]} +{"prompt_id": 48, "fact_id": 48, "subject": "Usain Bolt", "relation": "Nickname", "gold_object": "Lightning Bolt", "prompt_text": "Could you answer this question: What nickname is Usain Bolt known by?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Also Known As", "Nickname Used"], "object_aliases": ["Usain Bolt", "Bolt"]} +{"prompt_id": 49, "fact_id": 49, "subject": "Usain Bolt", "relation": "Signature Event", "gold_object": "100 metres", "prompt_text": "Could you answer this question: What is Usain Bolt's signature event?", "subject_aliases": ["Bolt", "Lightning Bolt"], "relation_aliases": ["Best Known Event", "Signature Discipline"]} +{"prompt_id": 50, "fact_id": 50, "subject": "Real Madrid", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 51, "fact_id": 51, "subject": "Real Madrid", "relation": "Country", "gold_object": "Spain", "prompt_text": "Could you answer this question: Which country is Real Madrid associated with?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 52, "fact_id": 52, "subject": "Real Madrid", "relation": "City", "gold_object": "Madrid", "prompt_text": "Could you answer this question: What city is Real Madrid based in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 53, "fact_id": 53, "subject": "Real Madrid", "relation": "Home Venue", "gold_object": "Santiago Bernabéu Stadium", "prompt_text": "Could you answer this question: What is the home venue of Real Madrid?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 54, "fact_id": 54, "subject": "Real Madrid", "relation": "League", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What league does Real Madrid compete in?", "subject_aliases": ["Los Blancos", "Real"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 55, "fact_id": 55, "subject": "Barcelona", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 56, "fact_id": 56, "subject": "Barcelona", "relation": "Country", "gold_object": "Spain", "prompt_text": "Could you answer this question: Which country is Barcelona associated with?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["Kingdom of Spain"]} +{"prompt_id": 57, "fact_id": 57, "subject": "Barcelona", "relation": "City", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: What city is Barcelona based in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Based In City", "Home City"], "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 58, "fact_id": 58, "subject": "Barcelona", "relation": "Home Venue", "gold_object": "Camp Nou", "prompt_text": "Could you answer this question: What is the home venue of Barcelona?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 59, "fact_id": 59, "subject": "Barcelona", "relation": "League", "gold_object": "La Liga", "prompt_text": "Could you answer this question: What league does Barcelona compete in?", "subject_aliases": ["Barça", "Barca"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 60, "fact_id": 60, "subject": "Manchester United", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 61, "fact_id": 61, "subject": "Manchester United", "relation": "Country", "gold_object": "England", "prompt_text": "Could you answer this question: Which country is Manchester United associated with?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 62, "fact_id": 62, "subject": "Manchester United", "relation": "City", "gold_object": "Manchester", "prompt_text": "Could you answer this question: What city is Manchester United based in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 63, "fact_id": 63, "subject": "Manchester United", "relation": "Home Venue", "gold_object": "Old Trafford", "prompt_text": "Could you answer this question: What is the home venue of Manchester United?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 64, "fact_id": 64, "subject": "Manchester United", "relation": "League", "gold_object": "Premier League", "prompt_text": "Could you answer this question: What league does Manchester United compete in?", "subject_aliases": ["Man United", "Red Devils"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 65, "fact_id": 65, "subject": "Los Angeles Lakers", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 66, "fact_id": 66, "subject": "Los Angeles Lakers", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Los Angeles Lakers associated with?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 67, "fact_id": 67, "subject": "Los Angeles Lakers", "relation": "City", "gold_object": "Los Angeles", "prompt_text": "Could you answer this question: What city is Los Angeles Lakers based in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 68, "fact_id": 68, "subject": "Los Angeles Lakers", "relation": "Home Venue", "gold_object": "Crypto.com Arena", "prompt_text": "Could you answer this question: What is the home venue of Los Angeles Lakers?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 69, "fact_id": 69, "subject": "Los Angeles Lakers", "relation": "League", "gold_object": "NBA", "prompt_text": "Could you answer this question: What league does Los Angeles Lakers compete in?", "subject_aliases": ["Lakers", "Purple and Gold"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 70, "fact_id": 70, "subject": "Kansas City Chiefs", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 71, "fact_id": 71, "subject": "Kansas City Chiefs", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Kansas City Chiefs associated with?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 72, "fact_id": 72, "subject": "Kansas City Chiefs", "relation": "City", "gold_object": "Kansas City", "prompt_text": "Could you answer this question: What city is Kansas City Chiefs based in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 73, "fact_id": 73, "subject": "Kansas City Chiefs", "relation": "Home Venue", "gold_object": "Arrowhead Stadium", "prompt_text": "Could you answer this question: What is the home venue of Kansas City Chiefs?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 74, "fact_id": 74, "subject": "Kansas City Chiefs", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does Kansas City Chiefs compete in?", "subject_aliases": ["Chiefs", "KC Chiefs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 75, "fact_id": 75, "subject": "New England Patriots", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 76, "fact_id": 76, "subject": "New England Patriots", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is New England Patriots associated with?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 77, "fact_id": 77, "subject": "New England Patriots", "relation": "City", "gold_object": "Foxborough", "prompt_text": "Could you answer this question: What city is New England Patriots based in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 78, "fact_id": 78, "subject": "New England Patriots", "relation": "Home Venue", "gold_object": "Gillette Stadium", "prompt_text": "Could you answer this question: What is the home venue of New England Patriots?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 79, "fact_id": 79, "subject": "New England Patriots", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does New England Patriots compete in?", "subject_aliases": ["Patriots", "Pats"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 80, "fact_id": 80, "subject": "Golden State Warriors", "relation": "Sport", "gold_object": "Basketball", "prompt_text": "Could you answer this question: What sport is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["basketball"]} +{"prompt_id": 81, "fact_id": 81, "subject": "Golden State Warriors", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Golden State Warriors associated with?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 82, "fact_id": 82, "subject": "Golden State Warriors", "relation": "City", "gold_object": "San Francisco", "prompt_text": "Could you answer this question: What city is Golden State Warriors based in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 83, "fact_id": 83, "subject": "Golden State Warriors", "relation": "Home Venue", "gold_object": "Chase Center", "prompt_text": "Could you answer this question: What is the home venue of Golden State Warriors?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 84, "fact_id": 84, "subject": "Golden State Warriors", "relation": "League", "gold_object": "NBA", "prompt_text": "Could you answer this question: What league does Golden State Warriors compete in?", "subject_aliases": ["Warriors", "Dubs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 85, "fact_id": 85, "subject": "Argentina national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 86, "fact_id": 86, "subject": "Argentina national football team", "relation": "Country", "gold_object": "Argentina", "prompt_text": "Could you answer this question: Which country is Argentina national football team associated with?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 87, "fact_id": 87, "subject": "Argentina national football team", "relation": "Confederation", "gold_object": "CONMEBOL", "prompt_text": "Could you answer this question: What confederation does Argentina national football team belong to?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 88, "fact_id": 88, "subject": "Argentina national football team", "relation": "Captain at 2022 World Cup", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Who captained Argentina national football team at the 2022 World Cup?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["2022 World Cup Captain", "Captain in Qatar 2022"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 89, "fact_id": 89, "subject": "Argentina national football team", "relation": "Nickname", "gold_object": "La Albiceleste", "prompt_text": "Could you answer this question: What nickname is Argentina national football team known by?", "subject_aliases": ["La Albiceleste", "Argentina"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 90, "fact_id": 90, "subject": "Portugal national football team", "relation": "Sport", "gold_object": "Association football", "prompt_text": "Could you answer this question: What sport is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "soccer"]} +{"prompt_id": 91, "fact_id": 91, "subject": "Portugal national football team", "relation": "Country", "gold_object": "Portugal", "prompt_text": "Could you answer this question: Which country is Portugal national football team associated with?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Associated Country", "Country Represented"]} +{"prompt_id": 92, "fact_id": 92, "subject": "Portugal national football team", "relation": "Confederation", "gold_object": "UEFA", "prompt_text": "Could you answer this question: What confederation does Portugal national football team belong to?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Continental Confederation", "Football Confederation"]} +{"prompt_id": 93, "fact_id": 93, "subject": "Portugal national football team", "relation": "Captain at Euro 2016", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Who captained Portugal national football team at Euro 2016?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Euro 2016 Captain", "Captain in France 2016"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 94, "fact_id": 94, "subject": "Portugal national football team", "relation": "Nickname", "gold_object": "Seleção das Quinas", "prompt_text": "Could you answer this question: What nickname is Portugal national football team known by?", "subject_aliases": ["Seleção das Quinas", "Portugal"], "relation_aliases": ["Also Known As", "Nickname Used"]} +{"prompt_id": 95, "fact_id": 95, "subject": "Tampa Bay Buccaneers", "relation": "Sport", "gold_object": "American football", "prompt_text": "Could you answer this question: What sport is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Discipline", "Sport Played"], "object_aliases": ["football", "gridiron football"]} +{"prompt_id": 96, "fact_id": 96, "subject": "Tampa Bay Buccaneers", "relation": "Country", "gold_object": "United States", "prompt_text": "Could you answer this question: Which country is Tampa Bay Buccaneers associated with?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Associated Country", "Country Represented"], "object_aliases": ["USA", "United States of America"]} +{"prompt_id": 97, "fact_id": 97, "subject": "Tampa Bay Buccaneers", "relation": "City", "gold_object": "Tampa", "prompt_text": "Could you answer this question: What city is Tampa Bay Buccaneers based in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Based In City", "Home City"]} +{"prompt_id": 98, "fact_id": 98, "subject": "Tampa Bay Buccaneers", "relation": "Home Venue", "gold_object": "Raymond James Stadium", "prompt_text": "Could you answer this question: What is the home venue of Tampa Bay Buccaneers?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Home Stadium", "Home Arena"]} +{"prompt_id": 99, "fact_id": 99, "subject": "Tampa Bay Buccaneers", "relation": "League", "gold_object": "NFL", "prompt_text": "Could you answer this question: What league does Tampa Bay Buccaneers compete in?", "subject_aliases": ["Buccaneers", "Bucs"], "relation_aliases": ["Competes In", "League Played In"]} +{"prompt_id": 100, "fact_id": 100, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Which featured athlete appears on the Argentina sports icon card?", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 101, "fact_id": 101, "subject": "Lionel Messi highlight reel", "relation": "Stars", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Who stars in the Lionel Messi highlight reel?", "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 102, "fact_id": 102, "subject": "Leo Messi", "relation": "Refers To", "gold_object": "Lionel Messi", "prompt_text": "Could you answer this question: Who or what does Leo Messi refer to?", "subject_aliases": ["Lionel Messi", "La Pulga"], "object_aliases": ["Leo Messi", "La Pulga"]} +{"prompt_id": 103, "fact_id": 103, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Which featured athlete appears on the Portugal sports icon card?", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 104, "fact_id": 104, "subject": "Cristiano Ronaldo highlight reel", "relation": "Stars", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Who stars in the Cristiano Ronaldo highlight reel?", "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 105, "fact_id": 105, "subject": "CR7", "relation": "Refers To", "gold_object": "Cristiano Ronaldo", "prompt_text": "Could you answer this question: Who or what does CR7 refer to?", "subject_aliases": ["Cristiano Ronaldo", "Cristiano"], "object_aliases": ["CR7", "Cristiano"]} +{"prompt_id": 106, "fact_id": 106, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tom Brady", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 107, "fact_id": 107, "subject": "Tom Brady highlight reel", "relation": "Stars", "gold_object": "Tom Brady", "prompt_text": "Could you answer this question: Who stars in the Tom Brady highlight reel?", "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 108, "fact_id": 108, "subject": "TB12", "relation": "Refers To", "gold_object": "Tom Brady", "prompt_text": "Could you answer this question: Who or what does TB12 refer to?", "subject_aliases": ["Tom Brady", "Brady"], "object_aliases": ["TB12", "Brady"]} +{"prompt_id": 109, "fact_id": 109, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "LeBron James", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 110, "fact_id": 110, "subject": "LeBron James highlight reel", "relation": "Stars", "gold_object": "LeBron James", "prompt_text": "Could you answer this question: Who stars in the LeBron James highlight reel?", "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 111, "fact_id": 111, "subject": "King James", "relation": "Refers To", "gold_object": "LeBron James", "prompt_text": "Could you answer this question: Who or what does King James refer to?", "subject_aliases": ["LeBron James", "LeBron"], "object_aliases": ["King James", "LeBron"]} +{"prompt_id": 112, "fact_id": 112, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Michael Jordan", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 113, "fact_id": 113, "subject": "Michael Jordan highlight reel", "relation": "Stars", "gold_object": "Michael Jordan", "prompt_text": "Could you answer this question: Who stars in the Michael Jordan highlight reel?", "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 114, "fact_id": 114, "subject": "MJ", "relation": "Refers To", "gold_object": "Michael Jordan", "prompt_text": "Could you answer this question: Who or what does MJ refer to?", "subject_aliases": ["Michael Jordan", "Air Jordan"], "object_aliases": ["MJ", "Air Jordan"]} +{"prompt_id": 115, "fact_id": 115, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Patrick Mahomes", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 116, "fact_id": 116, "subject": "Patrick Mahomes highlight reel", "relation": "Stars", "gold_object": "Patrick Mahomes", "prompt_text": "Could you answer this question: Who stars in the Patrick Mahomes highlight reel?", "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 117, "fact_id": 117, "subject": "Mahomes", "relation": "Refers To", "gold_object": "Patrick Mahomes", "prompt_text": "Could you answer this question: Who or what does Mahomes refer to?", "subject_aliases": ["Patrick Mahomes", "Pat Mahomes"], "object_aliases": ["Mahomes", "Pat Mahomes"]} +{"prompt_id": 118, "fact_id": 118, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Serena Williams", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 119, "fact_id": 119, "subject": "Serena Williams highlight reel", "relation": "Stars", "gold_object": "Serena Williams", "prompt_text": "Could you answer this question: Who stars in the Serena Williams highlight reel?", "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 120, "fact_id": 120, "subject": "Serena", "relation": "Refers To", "gold_object": "Serena Williams", "prompt_text": "Could you answer this question: Who or what does Serena refer to?", "subject_aliases": ["Serena Williams", "Serena J. Williams"], "object_aliases": ["Serena", "Serena J. Williams"]} +{"prompt_id": 121, "fact_id": 121, "subject": "Switzerland sports icon card", "relation": "Featured Athlete", "gold_object": "Roger Federer", "prompt_text": "Could you answer this question: Which featured athlete appears on the Switzerland sports icon card?", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 122, "fact_id": 122, "subject": "Roger Federer highlight reel", "relation": "Stars", "gold_object": "Roger Federer", "prompt_text": "Could you answer this question: Who stars in the Roger Federer highlight reel?", "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 123, "fact_id": 123, "subject": "Federer", "relation": "Refers To", "gold_object": "Roger Federer", "prompt_text": "Could you answer this question: Who or what does Federer refer to?", "subject_aliases": ["Roger Federer", "FedEx"], "object_aliases": ["Federer", "FedEx"]} +{"prompt_id": 124, "fact_id": 124, "subject": "Serbia sports icon card", "relation": "Featured Athlete", "gold_object": "Novak Djokovic", "prompt_text": "Could you answer this question: Which featured athlete appears on the Serbia sports icon card?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 125, "fact_id": 125, "subject": "Novak Djokovic highlight reel", "relation": "Stars", "gold_object": "Novak Djokovic", "prompt_text": "Could you answer this question: Who stars in the Novak Djokovic highlight reel?", "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 126, "fact_id": 126, "subject": "Djokovic", "relation": "Refers To", "gold_object": "Novak Djokovic", "prompt_text": "Could you answer this question: Who or what does Djokovic refer to?", "subject_aliases": ["Novak Djokovic", "Nole"], "object_aliases": ["Djokovic", "Nole"]} +{"prompt_id": 127, "fact_id": 127, "subject": "Jamaica sports icon card", "relation": "Featured Athlete", "gold_object": "Usain Bolt", "prompt_text": "Could you answer this question: Which featured athlete appears on the Jamaica sports icon card?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 128, "fact_id": 128, "subject": "Usain Bolt highlight reel", "relation": "Stars", "gold_object": "Usain Bolt", "prompt_text": "Could you answer this question: Who stars in the Usain Bolt highlight reel?", "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 129, "fact_id": 129, "subject": "Bolt", "relation": "Refers To", "gold_object": "Usain Bolt", "prompt_text": "Could you answer this question: Who or what does Bolt refer to?", "subject_aliases": ["Usain Bolt", "Lightning Bolt"], "object_aliases": ["Bolt", "Lightning Bolt"]} +{"prompt_id": 130, "fact_id": 130, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: Which featured athlete appears on the Spain sports icon card?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 131, "fact_id": 131, "subject": "Real Madrid highlight reel", "relation": "Stars", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: Who stars in the Real Madrid highlight reel?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 132, "fact_id": 132, "subject": "Santiago Bernabéu Stadium", "relation": "Primary Tenant", "gold_object": "Real Madrid", "prompt_text": "Could you answer this question: Who is the primary tenant of Santiago Bernabéu Stadium?", "object_aliases": ["Los Blancos", "Real"]} +{"prompt_id": 133, "fact_id": 133, "subject": "Spain sports icon card", "relation": "Featured Athlete", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: Which featured athlete appears on the Spain sports icon card?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 134, "fact_id": 134, "subject": "Barcelona highlight reel", "relation": "Stars", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: Who stars in the Barcelona highlight reel?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 135, "fact_id": 135, "subject": "Camp Nou", "relation": "Primary Tenant", "gold_object": "Barcelona", "prompt_text": "Could you answer this question: Who is the primary tenant of Camp Nou?", "object_aliases": ["Barça", "Barca"]} +{"prompt_id": 136, "fact_id": 136, "subject": "England sports icon card", "relation": "Featured Athlete", "gold_object": "Manchester United", "prompt_text": "Could you answer this question: Which featured athlete appears on the England sports icon card?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 137, "fact_id": 137, "subject": "Manchester United highlight reel", "relation": "Stars", "gold_object": "Manchester United", "prompt_text": "Could you answer this question: Who stars in the Manchester United highlight reel?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 138, "fact_id": 138, "subject": "Old Trafford", "relation": "Primary Tenant", "gold_object": "Manchester United", "prompt_text": "Could you answer this question: Who is the primary tenant of Old Trafford?", "object_aliases": ["Man United", "Red Devils"]} +{"prompt_id": 139, "fact_id": 139, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 140, "fact_id": 140, "subject": "Los Angeles Lakers highlight reel", "relation": "Stars", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: Who stars in the Los Angeles Lakers highlight reel?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 141, "fact_id": 141, "subject": "Crypto.com Arena", "relation": "Primary Tenant", "gold_object": "Los Angeles Lakers", "prompt_text": "Could you answer this question: Who is the primary tenant of Crypto.com Arena?", "object_aliases": ["Lakers", "Purple and Gold"]} +{"prompt_id": 142, "fact_id": 142, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 143, "fact_id": 143, "subject": "Kansas City Chiefs highlight reel", "relation": "Stars", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: Who stars in the Kansas City Chiefs highlight reel?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 144, "fact_id": 144, "subject": "Arrowhead Stadium", "relation": "Primary Tenant", "gold_object": "Kansas City Chiefs", "prompt_text": "Could you answer this question: Who is the primary tenant of Arrowhead Stadium?", "object_aliases": ["Chiefs", "KC Chiefs"]} +{"prompt_id": 145, "fact_id": 145, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 146, "fact_id": 146, "subject": "New England Patriots highlight reel", "relation": "Stars", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: Who stars in the New England Patriots highlight reel?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 147, "fact_id": 147, "subject": "Gillette Stadium", "relation": "Primary Tenant", "gold_object": "New England Patriots", "prompt_text": "Could you answer this question: Who is the primary tenant of Gillette Stadium?", "object_aliases": ["Patriots", "Pats"]} +{"prompt_id": 148, "fact_id": 148, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Golden State Warriors", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 149, "fact_id": 149, "subject": "Golden State Warriors highlight reel", "relation": "Stars", "gold_object": "Golden State Warriors", "prompt_text": "Could you answer this question: Who stars in the Golden State Warriors highlight reel?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 150, "fact_id": 150, "subject": "Chase Center", "relation": "Primary Tenant", "gold_object": "Golden State Warriors", "prompt_text": "Could you answer this question: Who is the primary tenant of Chase Center?", "object_aliases": ["Warriors", "Dubs"]} +{"prompt_id": 151, "fact_id": 151, "subject": "Argentina sports icon card", "relation": "Featured Athlete", "gold_object": "Argentina national football team", "prompt_text": "Could you answer this question: Which featured athlete appears on the Argentina sports icon card?"} +{"prompt_id": 152, "fact_id": 152, "subject": "Argentina national football team highlight reel", "relation": "Stars", "gold_object": "Argentina national football team", "prompt_text": "Could you answer this question: Who stars in the Argentina national football team highlight reel?"} +{"prompt_id": 153, "fact_id": 153, "subject": "La Albiceleste", "relation": "Refers To", "gold_object": "Argentina national football team", "prompt_text": "Could you answer this question: Who or what does La Albiceleste refer to?", "subject_aliases": ["Argentina national football team", "Argentina"]} +{"prompt_id": 154, "fact_id": 154, "subject": "Portugal sports icon card", "relation": "Featured Athlete", "gold_object": "Portugal national football team", "prompt_text": "Could you answer this question: Which featured athlete appears on the Portugal sports icon card?"} +{"prompt_id": 155, "fact_id": 155, "subject": "Portugal national football team highlight reel", "relation": "Stars", "gold_object": "Portugal national football team", "prompt_text": "Could you answer this question: Who stars in the Portugal national football team highlight reel?"} +{"prompt_id": 156, "fact_id": 156, "subject": "Seleção das Quinas", "relation": "Refers To", "gold_object": "Portugal national football team", "prompt_text": "Could you answer this question: Who or what does Seleção das Quinas refer to?", "subject_aliases": ["Portugal national football team", "Portugal"]} +{"prompt_id": 157, "fact_id": 157, "subject": "United States sports icon card", "relation": "Featured Athlete", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Could you answer this question: Which featured athlete appears on the United States sports icon card?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 158, "fact_id": 158, "subject": "Tampa Bay Buccaneers highlight reel", "relation": "Stars", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Could you answer this question: Who stars in the Tampa Bay Buccaneers highlight reel?", "object_aliases": ["Buccaneers", "Bucs"]} +{"prompt_id": 159, "fact_id": 159, "subject": "Raymond James Stadium", "relation": "Primary Tenant", "gold_object": "Tampa Bay Buccaneers", "prompt_text": "Could you answer this question: Who is the primary tenant of Raymond James Stadium?", "object_aliases": ["Buccaneers", "Bucs"]} From 8ecd9328927bae86fa22a88208ce38bfd8fb8178 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sat, 11 Apr 2026 03:56:43 -0700 Subject: [PATCH 04/24] few changes --- src/lmlm-audit/model_loader.py | 7 ------- src/lmlm-audit/prompting.py | 13 ------------- src/lmlm-audit/run_audit.py | 6 +++++- src/{lmlm-audit => utils}/plots.py | 0 4 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 src/lmlm-audit/prompting.py rename src/{lmlm-audit => utils}/plots.py (100%) diff --git a/src/lmlm-audit/model_loader.py b/src/lmlm-audit/model_loader.py index db4574d..d2e22c5 100644 --- a/src/lmlm-audit/model_loader.py +++ b/src/lmlm-audit/model_loader.py @@ -69,10 +69,3 @@ def load_model_and_tokenizer( model.eval() return model, tokenizer - - -if __name__ == "__main__": - model, tokenizer = load_model_and_tokenizer() - print("Model and tokenizer loaded successfully.") - print("Tokenizer vocab size:", tokenizer.vocab_size) - print("Model architecture:", model.config.architectures) diff --git a/src/lmlm-audit/prompting.py b/src/lmlm-audit/prompting.py deleted file mode 100644 index e45eeb3..0000000 --- a/src/lmlm-audit/prompting.py +++ /dev/null @@ -1,13 +0,0 @@ -import json -from pathlib import Path -from typing import Any - - -def load_prompts(prompts_path: Path) -> list[dict[str, Any]]: - with prompts_path.open("r", encoding="utf-8") as f: - return [json.loads(line) for line in f if line.strip()] - - -if __name__ == "__main__": - prompts_path = Path("data/prompts/prompts_direct_questions.jsonl") - prompts = load_prompts(prompts_path) diff --git a/src/lmlm-audit/run_audit.py b/src/lmlm-audit/run_audit.py index 8a6eb68..776b946 100644 --- a/src/lmlm-audit/run_audit.py +++ b/src/lmlm-audit/run_audit.py @@ -8,7 +8,6 @@ from tqdm import tqdm -from prompting import load_prompts from metrics import metrics_total from database_states import DatabaseState, build_state_db_manager, retrieval_enabled from equivalence import prompt_row_aliases @@ -27,6 +26,11 @@ HTML_TAG_PATTERN = re.compile(r"<[^>]+>") +def load_prompts(prompts_path: Path) -> list[dict[str, Any]]: + with prompts_path.open("r", encoding="utf-8") as f: + return [json.loads(line) for line in f if line.strip()] + + def prepare_prompt(prompt_text: str) -> str: return prompt_text.strip() diff --git a/src/lmlm-audit/plots.py b/src/utils/plots.py similarity index 100% rename from src/lmlm-audit/plots.py rename to src/utils/plots.py From 9dd059b0958cde4357487d51f5148e8a2b665002 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 02:33:33 -0700 Subject: [PATCH 05/24] connecting all stuff together now. --- src/lmlm-audit/database_states.py | 35 +++-- src/lmlm-audit/run_audit.py | 232 +++++++++++++++++++++--------- 2 files changed, 185 insertions(+), 82 deletions(-) diff --git a/src/lmlm-audit/database_states.py b/src/lmlm-audit/database_states.py index 2443bcf..0b159d4 100644 --- a/src/lmlm-audit/database_states.py +++ b/src/lmlm-audit/database_states.py @@ -49,13 +49,17 @@ def target_fact_from_prompt_row(prompt_row: dict[str, Any]) -> TargetFact: def is_deleted_triplet(triplet: tuple[str, str, str], target_fact: TargetFact) -> bool: subject, relation, obj = triplet return ( - values_equivalent(subject, target_fact.subject, right_aliases=target_fact.subject_aliases) + values_equivalent( + subject, target_fact.subject, right_aliases=target_fact.subject_aliases + ) and values_equivalent( relation, target_fact.relation, right_aliases=target_fact.relation_aliases, ) - and values_equivalent(obj, target_fact.object, right_aliases=target_fact.object_aliases) + and values_equivalent( + obj, target_fact.object, right_aliases=target_fact.object_aliases + ) ) @@ -99,7 +103,9 @@ def extract_lookup_query(prompt: str) -> tuple[str, str]: raise ValueError(f"No valid dblookup pattern found in prompt: {prompt}") if len(matches) > 1: - raise ValueError(f"Multiple dblookup matches found: {matches} in prompt: {prompt}") + raise ValueError( + f"Multiple dblookup matches found: {matches} in prompt: {prompt}" + ) entity, relationship = matches.pop() return entity, relationship @@ -196,11 +202,14 @@ def _candidate_trace_entry( "matches_object": matches_object, "supports_target_fact": supports_target_fact, "matches_deleted_fact": ( - self.target_fact is not None and is_deleted_triplet(candidate[:3], self.target_fact) + self.target_fact is not None + and is_deleted_triplet(candidate[:3], self.target_fact) ), } - def retrieve_from_database(self, prompt: str, threshold: float | None = None) -> str: + def retrieve_from_database( + self, prompt: str, threshold: float | None = None + ) -> str: trace: dict[str, Any] = { "state": self.state.value, "retrieval_enabled": True, @@ -213,7 +222,9 @@ def retrieve_from_database(self, prompt: str, threshold: float | None = None) -> "selected_value": None, "error": None, } - is_passthrough_state = self.state is DatabaseState.FULL or self.target_fact is None + is_passthrough_state = ( + self.state is DatabaseState.FULL or self.target_fact is None + ) try: entity, relationship = extract_lookup_query(prompt) @@ -235,7 +246,9 @@ def retrieve_from_database(self, prompt: str, threshold: float | None = None) -> except Exception as exc: trace["error"] = str(exc) if is_passthrough_state: - value = self.base_db_manager.retrieve_from_database(prompt, threshold=threshold) + value = self.base_db_manager.retrieve_from_database( + prompt, threshold=threshold + ) trace["selected_value"] = value self.last_trace = trace return value @@ -243,7 +256,9 @@ def retrieve_from_database(self, prompt: str, threshold: float | None = None) -> raise if is_passthrough_state: - value = self.base_db_manager.retrieve_from_database(prompt, threshold=threshold) + value = self.base_db_manager.retrieve_from_database( + prompt, threshold=threshold + ) trace["retained_candidates"] = trace["all_candidates"] trace["selected_value"] = value @@ -279,9 +294,7 @@ def retrieve_from_database(self, prompt: str, threshold: float | None = None) -> f"No retrieval results for entity={entity!r}, relationship={relationship!r}" ) self.last_trace = trace - raise ValueError( - trace["error"] - ) + raise ValueError(trace["error"]) selected_candidate = remaining_candidates[0] trace["selected_candidate"] = self._candidate_trace_entry(selected_candidate) diff --git a/src/lmlm-audit/run_audit.py b/src/lmlm-audit/run_audit.py index 776b946..54148cf 100644 --- a/src/lmlm-audit/run_audit.py +++ b/src/lmlm-audit/run_audit.py @@ -3,6 +3,8 @@ import json import os import re +from collections import defaultdict +from dataclasses import dataclass from pathlib import Path from typing import Any from tqdm import tqdm @@ -15,7 +17,9 @@ PROJECT_ROOT = Path(__file__).resolve().parents[2] DEFAULT_PROMPT_DIR = Path("data/prompts") +DEFAULT_CUSTOM_DATABASE_DIR = Path("data/custom_databases") DEFAULT_OUTPUT_DIR = Path("outputs/audit") +DEFAULT_DATABASE_PATH = Path("data/lmlm_database.json") WANDB_PROJECT = "lmlm-audit" LOOKUP_VALUE_PATTERN = re.compile( r"<\|db_entity\|>.*?<\|db_relationship\|>.*?<\|db_return\|>\s*(.*?)\s*<\|db_end\|>", @@ -306,6 +310,79 @@ def save_results(results: list[dict[str, Any]], output_path: Path) -> None: f.write("\n") +@dataclass(frozen=True) +class AuditJob: + prompt_path: Path + database_path: Path + output_path: Path + + +def discover_custom_audit_jobs(output_dir: Path) -> list[AuditJob]: + jobs: list[AuditJob] = [] + for domain_dir in sorted( + path for path in DEFAULT_CUSTOM_DATABASE_DIR.iterdir() if path.is_dir() + ): + prompts_root = domain_dir / "prompts" + if not prompts_root.exists(): + continue + + for variant_dir in sorted( + path for path in prompts_root.iterdir() if path.is_dir() + ): + database_path = domain_dir / f"{variant_dir.name}.json" + if not database_path.exists(): + continue + + for prompt_path in sorted(variant_dir.glob("*.jsonl")): + jobs.append( + AuditJob( + prompt_path=prompt_path, + database_path=database_path, + output_path=output_dir + / domain_dir.name + / variant_dir.name + / f"{prompt_path.stem}_results.jsonl", + ) + ) + return jobs + + +def infer_prompt_paths_for_database(database_path: Path) -> list[Path]: + variant_prompt_dir = database_path.parent / "prompts" / database_path.stem + if variant_prompt_dir.exists(): + return sorted(variant_prompt_dir.glob("*.jsonl")) + return [] + + +def resolve_audit_jobs(args: argparse.Namespace) -> list[AuditJob]: + if args.prompt_files is not None: + return [ + AuditJob( + prompt_path=prompt_path, + database_path=args.database_path, + output_path=args.output_dir / f"{prompt_path.stem}_results.jsonl", + ) + for prompt_path in args.prompt_files + ] + + if args.database_path != DEFAULT_DATABASE_PATH: + inferred_prompt_paths = infer_prompt_paths_for_database(args.database_path) + if inferred_prompt_paths: + return [ + AuditJob( + prompt_path=prompt_path, + database_path=args.database_path, + output_path=args.output_dir + / args.database_path.parent.name + / args.database_path.stem + / f"{prompt_path.stem}_results.jsonl", + ) + for prompt_path in inferred_prompt_paths + ] + + return discover_custom_audit_jobs(args.output_dir) + + def setup_wandb() -> Any: from dotenv import load_dotenv @@ -333,7 +410,8 @@ def log_metrics_to_wandb( max_new_tokens: int, limit: int | None, ) -> None: - run_name = f"{prompt_path.stem}_{state.value}" + prompt_label = str(prompt_path.with_suffix("")).replace("/", "__") + run_name = f"{prompt_label}_{state.value}" run = wandb_module.init( project=WANDB_PROJECT, name=run_name, @@ -363,7 +441,10 @@ def parse_args() -> argparse.Namespace: nargs="*", type=Path, default=None, - help="Specific prompt JSONL files to audit. Defaults to all files in data/prompts.", + help=( + "Specific prompt JSONL files to audit. If omitted, run all prompt files for " + "all custom databases under data/custom_databases." + ), ) parser.add_argument( "--max-new-tokens", @@ -392,8 +473,11 @@ def parse_args() -> argparse.Namespace: parser.add_argument( "--database-path", type=Path, - default=Path("data/lmlm_database.json"), - help="Path to the local LMLM database JSON file.", + default=DEFAULT_DATABASE_PATH, + help=( + "Path to a specific database JSON file. When provided without --prompt-files, " + "run all prompt files in the sibling prompts// directory if present." + ), ) parser.add_argument( "--disable-dblookup", @@ -419,90 +503,96 @@ def parse_args() -> argparse.Namespace: def main() -> None: args = parse_args() - prompt_paths = ( - sorted(DEFAULT_PROMPT_DIR.glob("*.jsonl")) - if args.prompt_files is None - else args.prompt_files - ) - - if not prompt_paths: - raise FileNotFoundError(f"No prompt files found in {DEFAULT_PROMPT_DIR}.") + jobs = resolve_audit_jobs(args) + if not jobs: + raise FileNotFoundError( + "No audit jobs found. Add custom prompts under data/custom_databases or " + "pass --prompt-files explicitly." + ) from model_loader import load_model_and_tokenizer - model, tokenizer = load_model_and_tokenizer( - model_name=args.model_name, - database_path=args.database_path, - ) - base_db_manager = model.db_manager state_values = [DatabaseState(state) for state in args.states] if args.disable_dblookup: state_values = [DatabaseState.DEL_OFF] states = state_values wandb_module = setup_wandb() if args.wandb_activation == "on" else None - for prompt_path in prompt_paths: - results = run_audit( - prompt_path=prompt_path, - base_db_manager=base_db_manager, - model=model, - tokenizer=tokenizer, - states=states, - max_new_tokens=args.max_new_tokens, - limit=args.limit, + jobs_by_database: dict[Path, list[AuditJob]] = defaultdict(list) + for job in jobs: + jobs_by_database[job.database_path].append(job) + + for database_path in sorted(jobs_by_database): + model, tokenizer = load_model_and_tokenizer( + model_name=args.model_name, + database_path=database_path, ) + base_db_manager = model.db_manager + + for job in jobs_by_database[database_path]: + print(f"Running audit for {job.prompt_path} with database {database_path}") + results = run_audit( + prompt_path=job.prompt_path, + base_db_manager=base_db_manager, + model=model, + tokenizer=tokenizer, + states=states, + max_new_tokens=args.max_new_tokens, + limit=args.limit, + ) + + save_results(results, job.output_path) + total_metrics = metrics_total(results) + metrics_by_state = { + state.value: metrics_total( + [result for result in results if result["state"] == state.value] + ) + for state in states + } - output_path = args.output_dir / f"{prompt_path.stem}_results.jsonl" - save_results(results, output_path) - total_metrics = metrics_total(results) - metrics_by_state = { - state.value: metrics_total( - [result for result in results if result["state"] == state.value] + print("Cross-state audit metrics:") + print(f" Paired count: {total_metrics['paired_count']}") + print( + f" Parametric leakage L(f): {total_metrics['parametric_leakage']:.3f}" ) - for state in states - } - - print("Cross-state audit metrics:") - print(f" Paired count: {total_metrics['paired_count']}") - print(f" Parametric leakage L(f): {total_metrics['parametric_leakage']:.3f}") - print( - " Retrieval-mediated correctness R(f): " - f"{total_metrics['retrieval_mediated_correctness']:.3f}" - ) - print( - f" Retrieval artifact rate: {total_metrics['retrieval_artifact_rate']:.3f}" - ) - print("Metrics by state:") - for state in states: - metrics = metrics_by_state[state.value] - print(f"{state.value}:") - print(f" Count: {metrics['count']}") - print(f" Exact match: {metrics['exact_match']:.3f}") - print(f" Contains match: {metrics['contains_match']:.3f}") - print(f" Unknown rate: {metrics['unknown_rate']:.3f}") - print(f" Precision: {metrics['precision']:.3f}") - print(f" Recall: {metrics['recall']:.3f}") - print(f" F1: {metrics['f1']:.3f}") - print(f" Parametric leakage L(f): {metrics['parametric_leakage']:.3f}") print( - f" Retrieval-mediated correctness R(f): {metrics['retrieval_mediated_correctness']:.3f}" + " Retrieval-mediated correctness R(f): " + f"{total_metrics['retrieval_mediated_correctness']:.3f}" ) print( - f" Retrieval artifact rate: {metrics['retrieval_artifact_rate']:.3f}" + f" Retrieval artifact rate: {total_metrics['retrieval_artifact_rate']:.3f}" ) - if wandb_module is not None: - log_metrics_to_wandb( - wandb_module=wandb_module, - prompt_path=prompt_path, - state=state, - state_metrics=metrics, - cross_state_metrics=total_metrics, - model_name=args.model_name, - database_path=args.database_path, - max_new_tokens=args.max_new_tokens, - limit=args.limit, + print("Metrics by state:") + for state in states: + metrics = metrics_by_state[state.value] + print(f"{state.value}:") + print(f" Count: {metrics['count']}") + print(f" Exact match: {metrics['exact_match']:.3f}") + print(f" Contains match: {metrics['contains_match']:.3f}") + print(f" Unknown rate: {metrics['unknown_rate']:.3f}") + print(f" Precision: {metrics['precision']:.3f}") + print(f" Recall: {metrics['recall']:.3f}") + print(f" F1: {metrics['f1']:.3f}") + print(f" Parametric leakage L(f): {metrics['parametric_leakage']:.3f}") + print( + f" Retrieval-mediated correctness R(f): {metrics['retrieval_mediated_correctness']:.3f}" + ) + print( + f" Retrieval artifact rate: {metrics['retrieval_artifact_rate']:.3f}" ) - print(f" W&B run: {prompt_path.stem}_{state.value}") + if wandb_module is not None: + log_metrics_to_wandb( + wandb_module=wandb_module, + prompt_path=job.prompt_path, + state=state, + state_metrics=metrics, + cross_state_metrics=total_metrics, + model_name=args.model_name, + database_path=database_path, + max_new_tokens=args.max_new_tokens, + limit=args.limit, + ) + print(f" W&B run: {job.prompt_path.stem}_{state.value}") if __name__ == "__main__": From b000e3ccbfb9bc79f0e3c97fae88bedadc78545f Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 02:55:35 -0700 Subject: [PATCH 06/24] Add comprehensive unit tests for run_audit and equivalence modules - Implemented extensive tests for functions in `src/lmlm-audit/run_audit.py`, covering normal, boundary, and edge cases. - Added logging of diagnostic plots to W&B for visual analysis. - Created a new test file `test_equivalence.py` with unit tests for all public functions in `src/lmlm-audit/equivalence.py`, ensuring thorough coverage of functionality. - Included tests for tokenization, normalization, alias handling, and equivalence checking, with W&B visualizations for key metrics. --- .gitignore | 3 + src/utils/plots.py | 0 tests/test_database_states.py | 818 ++++++++++++++++++++++++++-- tests/test_equivalence.py | 562 +++++++++++++++++++ tests/test_metrics.py | 994 +++++++++++++++++++++++++++++++++- tests/test_model_loader.py | 320 +++++++++++ tests/test_run_audit.py | 592 +++++++++++++++++++- 7 files changed, 3212 insertions(+), 77 deletions(-) delete mode 100644 src/utils/plots.py create mode 100644 tests/test_equivalence.py diff --git a/.gitignore b/.gitignore index 5ba60b7..1357daa 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ outputs/ # uv uv.lock + +# Claude +/.claude \ No newline at end of file diff --git a/src/utils/plots.py b/src/utils/plots.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/test_database_states.py b/tests/test_database_states.py index 7c7cad3..03e2cf8 100644 --- a/tests/test_database_states.py +++ b/tests/test_database_states.py @@ -1,6 +1,14 @@ +""" +Unit tests for src/lmlm-audit/database_states.py. + +Tests cover every exported symbol with normal, boundary, and edge-case +inputs. Several tests log diagnostic plots to the shared W&B run. +""" + import sys from pathlib import Path +import pytest sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) @@ -12,9 +20,15 @@ extract_lookup_query, is_deleted_triplet, retrieval_enabled, + target_fact_from_prompt_row, ) +# --------------------------------------------------------------------------- +# Shared fakes +# --------------------------------------------------------------------------- + + class FakeModel: def encode(self, *_args, **_kwargs): return [[1.0]] @@ -30,19 +44,26 @@ def search(self, _query_embedding, _top_k): class FakeRetriever: - def __init__(self) -> None: + def __init__(self, id_to_triplet=None, distances=None) -> None: self.top_k = 3 self.default_threshold = 0.6 self.model = FakeModel() + + if id_to_triplet is None: + id_to_triplet = { + 0: ("Hexol", "First Described By", "Jorgensen"), + 1: ("Hexol", "Structure Recognized By", "Werner"), + 2: ("Jocelyne Girard-Bujold", "Term End", "2004"), + } + if distances is None: + distances = [0.95, 0.90, 0.80] + + self.id_to_triplet = id_to_triplet + indices = sorted(id_to_triplet.keys()) self.index = FakeIndex( - indices=[0, 1, 2], - distances=[0.95, 0.90, 0.80], + indices=indices, + distances=distances[: len(indices)], ) - self.id_to_triplet = { - 0: ("Hexol", "First Described By", "Jorgensen"), - 1: ("Hexol", "Structure Recognized By", "Werner"), - 2: ("Jocelyne Girard-Bujold", "Term End", "2004"), - } @staticmethod def _normalize_text(text: str) -> str: @@ -50,17 +71,42 @@ def _normalize_text(text: str) -> str: class FakeBaseManager: - def __init__(self) -> None: + def __init__(self, return_value="Jorgensen") -> None: self.database_name = "fake" self.database_org_file = [] self.database = {} self.topk_retriever = FakeRetriever() + self._return_value = return_value def init_topk_retriever(self, *args, **kwargs) -> None: return None def retrieve_from_database(self, _prompt: str, threshold=None) -> str: - return "Jorgensen" + return self._return_value + + +# --------------------------------------------------------------------------- +# Helper +# --------------------------------------------------------------------------- + + +def _make_target_fact(**overrides) -> TargetFact: + defaults = dict( + fact_id=10, + subject="Hexol", + subject_aliases=(), + relation="First Described By", + relation_aliases=(), + object="Jørgensen", + object_aliases=("Jorgensen",), + ) + defaults.update(overrides) + return TargetFact(**defaults) + + +# =========================================================================== +# retrieval_enabled +# =========================================================================== def test_retrieval_enabled() -> None: @@ -69,6 +115,136 @@ def test_retrieval_enabled() -> None: assert retrieval_enabled(DatabaseState.DEL_OFF) is False +def test_retrieval_enabled_all_states_covered(): + results = {state: retrieval_enabled(state) for state in DatabaseState} + assert results[DatabaseState.FULL] is True + assert results[DatabaseState.DEL_ON] is True + assert results[DatabaseState.DEL_OFF] is False + + +# =========================================================================== +# DatabaseState enum +# =========================================================================== + + +class TestDatabaseStateEnum: + def test_values(self): + assert DatabaseState.FULL.value == "FULL" + assert DatabaseState.DEL_ON.value == "DEL-ON" + assert DatabaseState.DEL_OFF.value == "DEL-OFF" + + def test_string_comparison(self): + # DatabaseState inherits from str + assert DatabaseState.FULL == "FULL" + assert DatabaseState.DEL_ON == "DEL-ON" + assert DatabaseState.DEL_OFF == "DEL-OFF" + + def test_from_string(self): + assert DatabaseState("FULL") is DatabaseState.FULL + assert DatabaseState("DEL-ON") is DatabaseState.DEL_ON + assert DatabaseState("DEL-OFF") is DatabaseState.DEL_OFF + + def test_invalid_string_raises(self): + with pytest.raises(ValueError): + DatabaseState("INVALID") + + def test_membership(self): + assert DatabaseState.FULL in DatabaseState + assert DatabaseState.DEL_ON in DatabaseState + assert DatabaseState.DEL_OFF in DatabaseState + + +# =========================================================================== +# TargetFact dataclass +# =========================================================================== + + +class TestTargetFact: + def test_construction(self): + tf = _make_target_fact() + assert tf.subject == "Hexol" + assert tf.relation == "First Described By" + assert tf.object == "Jørgensen" + assert tf.fact_id == 10 + + def test_frozen(self): + tf = _make_target_fact() + with pytest.raises(Exception): + tf.subject = "Other" # type: ignore[misc] + + def test_none_fact_id(self): + tf = _make_target_fact(fact_id=None) + assert tf.fact_id is None + + def test_empty_aliases(self): + tf = _make_target_fact( + subject_aliases=(), relation_aliases=(), object_aliases=() + ) + assert tf.subject_aliases == () + assert tf.relation_aliases == () + assert tf.object_aliases == () + + def test_multiple_aliases(self): + tf = _make_target_fact(object_aliases=("a", "b", "c")) + assert len(tf.object_aliases) == 3 + + +# =========================================================================== +# target_fact_from_prompt_row +# =========================================================================== + + +class TestTargetFactFromPromptRow: + def test_basic_prompt_row(self): + row = { + "fact_id": 42, + "subject": "Alice", + "subject_aliases": ["Al"], + "relation": "Born In", + "relation_aliases": [], + "gold_object": "Wonderland", + "object_aliases": ["WL"], + "gold_object_aliases": [], + "answer_aliases": [], + } + tf = target_fact_from_prompt_row(row) + assert tf.fact_id == 42 + assert tf.subject == "Alice" + assert tf.relation == "Born In" + assert tf.object == "Wonderland" + assert "Al" in tf.subject_aliases + assert "WL" in tf.object_aliases + + def test_missing_fact_id(self): + row = { + "subject": "Alice", + "relation": "Born In", + "gold_object": "Wonderland", + } + tf = target_fact_from_prompt_row(row) + assert tf.fact_id is None + + def test_object_aliases_from_multiple_keys(self): + row = { + "subject": "X", + "relation": "R", + "gold_object": "Y", + "object_aliases": ["a"], + "gold_object_aliases": ["b"], + "answer_aliases": ["c"], + } + tf = target_fact_from_prompt_row(row) + aliases_normalized = {s.lower() for s in tf.object_aliases} + assert "a" in aliases_normalized + assert "b" in aliases_normalized + assert "c" in aliases_normalized + + +# =========================================================================== +# extract_lookup_query +# =========================================================================== + + def test_extract_lookup_query() -> None: entity, relation = extract_lookup_query( "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" @@ -77,16 +253,76 @@ def test_extract_lookup_query() -> None: assert relation == "First Described By" -def test_is_deleted_triplet() -> None: - target_fact = TargetFact( - fact_id=10, - subject="Hexol", - subject_aliases=(), - relation="First Described By", - relation_aliases=(), - object="Jørgensen", - object_aliases=("Jorgensen",), +def test_extract_lookup_query_dblookup_pattern() -> None: + entity, relation = extract_lookup_query( + "[dblookup('Hexol', 'First Described By') ->" + ) + assert entity == "Hexol" + assert relation == "First Described By" + + +def test_extract_lookup_query_dblookup_with_extra_whitespace() -> None: + entity, relation = extract_lookup_query( + "[dblookup('Hexol', 'First Described By') ->" ) + assert entity == "Hexol" + assert relation == "First Described By" + + +def test_extract_lookup_query_strips_whitespace() -> None: + entity, relation = extract_lookup_query( + "<|db_entity|> Hexol <|db_relationship|> First Described By <|db_return|>" + ) + assert entity.strip() == "Hexol" + assert relation.strip() == "First Described By" + + +def test_extract_lookup_query_no_match_raises() -> None: + with pytest.raises(ValueError, match="No valid dblookup pattern"): + extract_lookup_query("this is just a normal sentence") + + +def test_extract_lookup_query_empty_string_raises() -> None: + with pytest.raises(ValueError): + extract_lookup_query("") + + +def test_extract_lookup_query_multiple_distinct_matches_raises() -> None: + # Two different (entity, relation) pairs → ambiguous + prompt = ( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + " some text " + "<|db_entity|>Werner<|db_relationship|>Structure<|db_return|>" + ) + with pytest.raises(ValueError, match="Multiple dblookup matches"): + extract_lookup_query(prompt) + + +def test_extract_lookup_query_same_match_twice_ok() -> None: + # Two identical lookups → deduplicated to one match + prompt = ( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + entity, relation = extract_lookup_query(prompt) + assert entity == "Hexol" + assert relation == "First Described By" + + +def test_extract_lookup_query_special_chars_in_entity() -> None: + entity, relation = extract_lookup_query( + "<|db_entity|>O'Brien<|db_relationship|>Nationality<|db_return|>" + ) + assert "O'Brien" in entity + + +# =========================================================================== +# is_deleted_triplet +# =========================================================================== + + +def test_is_deleted_triplet() -> None: + target_fact = _make_target_fact() assert ( is_deleted_triplet( ("Hexol", "First Described By", "Jorgensen"), @@ -103,17 +339,74 @@ def test_is_deleted_triplet() -> None: ) -def test_candidate_supports_target_fact_flags() -> None: - target_fact = TargetFact( - fact_id=10, +def test_is_deleted_triplet_canonical_object_match() -> None: + target_fact = _make_target_fact(object="Jørgensen", object_aliases=()) + # canonical form is "Jørgensen"; alias "Jorgensen" not present + # but "Jørgensen" must match canonical + assert ( + is_deleted_triplet(("Hexol", "First Described By", "Jørgensen"), target_fact) + is True + ) + + +def test_is_deleted_triplet_wrong_subject() -> None: + target_fact = _make_target_fact() + assert ( + is_deleted_triplet(("Other", "First Described By", "Jorgensen"), target_fact) + is False + ) + + +def test_is_deleted_triplet_wrong_relation() -> None: + target_fact = _make_target_fact() + assert ( + is_deleted_triplet(("Hexol", "Different Relation", "Jorgensen"), target_fact) + is False + ) + + +def test_is_deleted_triplet_wrong_object() -> None: + target_fact = _make_target_fact() + assert ( + is_deleted_triplet(("Hexol", "First Described By", "Werner"), target_fact) + is False + ) + + +def test_is_deleted_triplet_alias_subject() -> None: + target_fact = _make_target_fact( subject="Hexol", - subject_aliases=(), - relation="First Described By", - relation_aliases=(), - object="Jørgensen", - object_aliases=("Jorgensen",), + subject_aliases=("HexolAlias",), + ) + assert ( + is_deleted_triplet( + ("HexolAlias", "First Described By", "Jorgensen"), target_fact + ) + is True ) + +def test_is_deleted_triplet_case_insensitive() -> None: + target_fact = _make_target_fact() + assert ( + is_deleted_triplet(("hexol", "first described by", "jorgensen"), target_fact) + is True + ) + + +def test_is_deleted_triplet_all_wrong() -> None: + target_fact = _make_target_fact() + assert is_deleted_triplet(("A", "B", "C"), target_fact) is False + + +# =========================================================================== +# candidate_supports_target_fact +# =========================================================================== + + +def test_candidate_supports_target_fact_flags() -> None: + target_fact = _make_target_fact() + assert candidate_supports_target_fact( ("Hexol", "First Described By", "Jorgensen"), target_fact, @@ -124,17 +417,179 @@ def test_candidate_supports_target_fact_flags() -> None: ) == (True, False, True, False) -def test_audit_database_manager_filters_deleted_fact() -> None: - base_manager = FakeBaseManager() - target_fact = TargetFact( - fact_id=10, - subject="Hexol", - subject_aliases=(), - relation="First Described By", - relation_aliases=(), - object="Jørgensen", +def test_candidate_all_false() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact(("A", "B", "C"), target_fact) + assert ms is False + assert mr is False + assert mo is False + assert sup is False + + +def test_candidate_subject_only() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact( + ("Hexol", "Other Relation", "Other Object"), target_fact + ) + assert ms is True + assert mr is False + assert mo is False + assert sup is False + + +def test_candidate_relation_only() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact( + ("Other", "First Described By", "Other"), target_fact + ) + assert ms is False + assert mr is True + assert mo is False + assert sup is False + + +def test_candidate_object_only() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact( + ("Other", "Other Relation", "Jorgensen"), target_fact + ) + assert ms is False + assert mr is False + assert mo is True + assert sup is False + + +def test_candidate_subject_and_relation_but_not_object() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact( + ("Hexol", "First Described By", "WRONG"), target_fact + ) + assert ms is True + assert mr is True + assert mo is False + assert sup is False + + +def test_candidate_supports_via_alias() -> None: + target_fact = _make_target_fact( + subject_aliases=("HexolAlias",), + relation_aliases=("FDB",), object_aliases=("Jorgensen",), ) + ms, mr, mo, sup = candidate_supports_target_fact( + ("HexolAlias", "FDB", "Jorgensen"), target_fact + ) + assert sup is True + + +# =========================================================================== +# AuditDatabaseManager – basic attributes +# =========================================================================== + + +class TestAuditDatabaseManagerInit: + def test_attributes_copied_from_base(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + ) + assert mgr.database_name == "fake" + assert mgr.database == {} + assert mgr.database_org_file == [] + + def test_topk_retriever_inherited(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager(base, DatabaseState.FULL) + assert mgr.topk_retriever is not None + + def test_last_trace_initially_none(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager(base, DatabaseState.FULL) + assert mgr.last_trace is None + + def test_reset_trace(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager(base, DatabaseState.FULL, _make_target_fact()) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert mgr.last_trace is not None + mgr.reset_trace() + assert mgr.last_trace is None + + def test_target_fact_none(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager(base, DatabaseState.FULL, target_fact=None) + assert mgr.target_fact is None + + +# =========================================================================== +# AuditDatabaseManager – FULL state (passthrough) +# =========================================================================== + + +class TestAuditDatabaseManagerFull: + def _make_manager(self, return_value="Jorgensen"): + base = FakeBaseManager(return_value=return_value) + return AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + target_fact=_make_target_fact(), + ) + + def test_full_state_returns_base_value(self): + mgr = self._make_manager() + value = mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert value == "Jorgensen" + + def test_full_state_sets_last_trace(self): + mgr = self._make_manager() + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert mgr.last_trace is not None + + def test_full_state_trace_has_all_candidates_as_retained(self): + mgr = self._make_manager() + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + trace = mgr.last_trace + assert len(trace["retained_candidates"]) == 3 + + def test_full_state_trace_deleted_empty(self): + mgr = self._make_manager() + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert trace["deleted_candidates"] == [] if (trace := mgr.last_trace) else True + + def test_full_state_fallback_on_parse_error(self): + mgr = self._make_manager() + value = mgr.retrieve_from_database("not a dblookup prompt") + assert value == "Jorgensen" + assert mgr.last_trace is not None + assert mgr.last_trace["error"] is not None + + def test_full_state_selected_value_recorded(self): + mgr = self._make_manager(return_value="Werner") + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert mgr.last_trace["selected_value"] == "Werner" + + +# =========================================================================== +# AuditDatabaseManager – DEL_ON state (filtering) +# =========================================================================== + + +def test_audit_database_manager_filters_deleted_fact() -> None: + base_manager = FakeBaseManager() + target_fact = _make_target_fact() audit_manager = AuditDatabaseManager( base_db_manager=base_manager, state=DatabaseState.DEL_ON, @@ -156,23 +611,135 @@ def test_audit_database_manager_filters_deleted_fact() -> None: assert audit_manager.last_trace["deleted_candidates"][0]["matches_subject"] is True assert audit_manager.last_trace["deleted_candidates"][0]["matches_relation"] is True assert audit_manager.last_trace["deleted_candidates"][0]["matches_object"] is True - assert audit_manager.last_trace["deleted_candidates"][0]["supports_target_fact"] is True + assert ( + audit_manager.last_trace["deleted_candidates"][0]["supports_target_fact"] + is True + ) assert audit_manager.last_trace["selected_candidate"]["matches_relation"] is False - assert audit_manager.last_trace["selected_candidate"]["supports_target_fact"] is False + assert ( + audit_manager.last_trace["selected_candidate"]["supports_target_fact"] is False + ) assert audit_manager.last_trace["selected_value"] == "Werner" +def test_del_on_all_candidates_deleted_raises(): + """When every candidate matches the deleted fact, a ValueError is raised.""" + id_to_triplet = { + 0: ("Hexol", "First Described By", "Jorgensen"), + } + retriever = FakeRetriever(id_to_triplet=id_to_triplet, distances=[0.95]) + base = FakeBaseManager() + base.topk_retriever = retriever + + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + with pytest.raises(ValueError, match="No retrieval results"): + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + + +def test_del_on_trace_error_set_when_all_deleted(): + id_to_triplet = {0: ("Hexol", "First Described By", "Jorgensen")} + retriever = FakeRetriever(id_to_triplet=id_to_triplet, distances=[0.95]) + base = FakeBaseManager() + base.topk_retriever = retriever + + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + try: + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + except ValueError: + pass + + assert mgr.last_trace is not None + assert mgr.last_trace["error"] is not None + + +def test_del_on_selects_first_remaining_candidate(): + """After filtering the deleted fact, the highest-scored remaining is selected.""" + id_to_triplet = { + 0: ("Hexol", "First Described By", "Jorgensen"), # deleted + 1: ("Hexol", "Structure Recognized By", "Werner"), # retained, score 0.90 + 2: ("Hexol", "Other", "Value"), # retained, score 0.80 + } + retriever = FakeRetriever(id_to_triplet=id_to_triplet, distances=[0.95, 0.90, 0.80]) + base = FakeBaseManager() + base.topk_retriever = retriever + + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + value = mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert value == "Werner" + + +# =========================================================================== +# AuditDatabaseManager – DEL_OFF state +# =========================================================================== + + +class TestAuditDatabaseManagerDelOff: + def _make_del_off_manager(self): + base = FakeBaseManager() + return AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_OFF, + target_fact=_make_target_fact(), + ) + + def test_del_off_state_retrieval_disabled(self): + mgr = self._make_del_off_manager() + assert retrieval_enabled(mgr.state) is False + + def test_del_off_trace_marks_retrieval_disabled(self): + # DEL_OFF never calls retrieve_from_database on the AuditDatabaseManager + # (the outer code checks retrieval_enabled first), but if it were called + # it should still record retrieval_enabled: False in the default trace. + # We test the state flag indirectly via the helper function. + assert retrieval_enabled(DatabaseState.DEL_OFF) is False + + +# =========================================================================== +# AuditDatabaseManager – target_fact=None (no filtering) +# =========================================================================== + + +def test_no_target_fact_does_not_filter(): + """With target_fact=None, FULL-like passthrough regardless of state.""" + base = FakeBaseManager(return_value="Jorgensen") + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=None, + ) + value = mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + # passthrough when target_fact is None + assert value == "Jorgensen" + + +# =========================================================================== +# AuditDatabaseManager – parse error in DEL_ON state +# =========================================================================== + + def test_full_state_falls_back_to_base_manager_when_trace_parse_fails() -> None: base_manager = FakeBaseManager() - target_fact = TargetFact( - fact_id=10, - subject="Hexol", - subject_aliases=(), - relation="First Described By", - relation_aliases=(), - object="Jørgensen", - object_aliases=("Jorgensen",), - ) + target_fact = _make_target_fact() audit_manager = AuditDatabaseManager( base_db_manager=base_manager, state=DatabaseState.FULL, @@ -184,3 +751,160 @@ def test_full_state_falls_back_to_base_manager_when_trace_parse_fails() -> None: assert audit_manager.last_trace is not None assert audit_manager.last_trace["error"] is not None assert audit_manager.last_trace["selected_value"] == "Jorgensen" + + +def test_del_on_parse_error_propagates(): + """DEL_ON with a non-dblookup prompt should raise (no passthrough).""" + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + with pytest.raises(ValueError): + mgr.retrieve_from_database("this is not a lookup prompt at all") + + +# =========================================================================== +# Candidate trace entry flags +# =========================================================================== + + +class TestCandidateTraceEntry: + def test_matches_deleted_fact_true(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + try: + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + except ValueError: + pass + deleted = mgr.last_trace["deleted_candidates"] + assert all(c["matches_deleted_fact"] for c in deleted) + + def test_matches_deleted_fact_false_for_retained(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + retained = mgr.last_trace["retained_candidates"] + assert all(not c["matches_deleted_fact"] for c in retained) + + def test_candidate_has_score_field(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + target_fact=_make_target_fact(), + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + for candidate in mgr.last_trace["all_candidates"]: + assert "score" in candidate + assert isinstance(candidate["score"], float) + + def test_no_target_fact_flags_all_false(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + target_fact=None, + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + for candidate in mgr.last_trace["all_candidates"]: + assert candidate["matches_subject"] is False + assert candidate["matches_relation"] is False + assert candidate["matches_object"] is False + assert candidate["supports_target_fact"] is False + + +# =========================================================================== +# W&B visualisation tests +# =========================================================================== + + +def test_candidate_filtering_logged_to_wandb(wandb_run): + """Bar chart of all/deleted/retained candidate counts, logged to W&B.""" + import matplotlib.pyplot as plt + + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + trace = mgr.last_trace + counts = { + "all": len(trace["all_candidates"]), + "deleted": len(trace["deleted_candidates"]), + "retained": len(trace["retained_candidates"]), + } + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + ax.bar( + counts.keys(), + counts.values(), + color=["steelblue", "crimson", "seagreen"], + ) + ax.set_ylabel("Candidate count") + ax.set_title("DEL-ON candidate filtering") + plt.tight_layout() + wandb_run.log({"database_states/candidate_filtering": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert counts["all"] == counts["deleted"] + counts["retained"] + + +def test_candidate_scores_logged_to_wandb(wandb_run): + """Histogram of candidate retrieval scores, logged to W&B.""" + import matplotlib.pyplot as plt + + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + target_fact=_make_target_fact(), + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + scores = [c["score"] for c in mgr.last_trace["all_candidates"]] + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + ax.hist(scores, bins=5, color="steelblue", edgecolor="black") + ax.set_xlabel("Score") + ax.set_title("Retrieval candidate score distribution") + plt.tight_layout() + wandb_run.log({"database_states/candidate_scores": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert all(isinstance(s, float) for s in scores) + assert all(0.0 <= s <= 1.0 for s in scores) diff --git a/tests/test_equivalence.py b/tests/test_equivalence.py new file mode 100644 index 0000000..c17fb89 --- /dev/null +++ b/tests/test_equivalence.py @@ -0,0 +1,562 @@ +""" +Comprehensive unit tests for src/lmlm-audit/equivalence.py. + +Covers every public function with normal, boundary, and edge cases. +Several tests also log diagnostic plots to the shared W&B run so that +evaluation patterns are visible in the experiment tracker. +""" + +import sys +from pathlib import Path + +import pytest + +sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) + +from equivalence import ( + _flatten_alias_values, + _unique_preserving_order, + build_alias_set, + normalize_text, + prompt_row_aliases, + tokenize, + values_equivalent, +) + + +# =========================================================================== +# tokenize +# =========================================================================== + + +class TestTokenize: + def test_empty_string(self): + assert tokenize("") == [] + + def test_single_word(self): + assert tokenize("hello") == ["hello"] + + def test_multiple_words(self): + assert tokenize("hello world") == ["hello", "world"] + + def test_case_folding(self): + assert tokenize("Hello WORLD") == ["hello", "world"] + + def test_all_uppercase(self): + assert tokenize("NASA") == ["nasa"] + + def test_unicode_word_character(self): + # ø is a Unicode word char; casefold keeps it + result = tokenize("Jørgensen") + assert result == ["jørgensen"] + + def test_decimal_number_matched_first(self): + assert tokenize("69.7") == ["69.7"] + + def test_decimal_inside_sentence(self): + result = tokenize("$69.7 million") + assert "69.7" in result + assert "million" in result + assert "$" not in " ".join(result) + + def test_integer_only(self): + assert tokenize("1956") == ["1956"] + + def test_integer_in_sentence(self): + result = tokenize("born in 1956") + assert "1956" in result + + def test_hyphenated_word(self): + assert tokenize("well-known") == ["well-known"] + + def test_apostrophe_contraction(self): + assert tokenize("don't") == ["don't"] + + def test_apostrophe_possessive(self): + assert tokenize("John's") == ["john's"] + + def test_punctuation_stripped(self): + result = tokenize("Hello, world!") + assert result == ["hello", "world"] + + def test_only_punctuation(self): + assert tokenize("!@#$%^&*()") == [] + + def test_multiple_spaces(self): + result = tokenize("a b") + assert result == ["a", "b"] + + def test_newline(self): + result = tokenize("line1\nline2") + assert result == ["line1", "line2"] + + def test_tab(self): + result = tokenize("col1\tcol2") + assert result == ["col1", "col2"] + + def test_non_string_integer(self): + result = tokenize(42) + assert result == ["42"] + + def test_non_string_float(self): + result = tokenize(3.14) + assert "3" in result or "3.14" in result # depends on repr + + def test_mixed_unicode_accents(self): + result = tokenize("naïve café") + assert "naïve" in result + assert "café" in result + + def test_leading_trailing_whitespace(self): + result = tokenize(" hello ") + assert result == ["hello"] + + def test_number_adjacent_to_word(self): + # "2pac" – digit followed by word; \w matches digits so "2pac" is one token + result = tokenize("2pac") + assert result == ["2pac"] + + def test_currency_symbol_ignored(self): + result = tokenize("$100") + assert "100" in result + # "$" is not a word char so it is dropped + + +# =========================================================================== +# normalize_text +# =========================================================================== + + +class TestNormalizeText: + def test_empty(self): + assert normalize_text("") == "" + + def test_single_word(self): + assert normalize_text("Hello") == "hello" + + def test_multiple_words(self): + assert normalize_text("Spice Girls!") == "spice girls" + + def test_decimal(self): + assert normalize_text("$69.7 million") == "69.7 million" + + def test_collapses_spaces(self): + result = normalize_text("a b c") + assert result == "a b c" + + def test_unicode(self): + assert normalize_text("Jørgensen") == "jørgensen" + + def test_punctuation_only(self): + assert normalize_text("!!!") == "" + + def test_idempotent(self): + once = normalize_text("Hello World!") + twice = normalize_text(once) + assert once == twice + + def test_preserves_hyphen_in_token(self): + result = normalize_text("state-of-the-art") + assert "state-of-the-art" in result + + +# =========================================================================== +# _flatten_alias_values +# =========================================================================== + + +class TestFlattenAliasValues: + def test_none(self): + assert _flatten_alias_values(None) == [] + + def test_empty_string(self): + assert _flatten_alias_values("") == [""] + + def test_non_empty_string(self): + assert _flatten_alias_values("hello") == ["hello"] + + def test_list_of_strings(self): + assert _flatten_alias_values(["a", "b"]) == ["a", "b"] + + def test_tuple_of_strings(self): + assert _flatten_alias_values(("a", "b")) == ["a", "b"] + + def test_set_of_strings(self): + result = _flatten_alias_values({"a", "b"}) + assert sorted(result) == ["a", "b"] + + def test_nested_list(self): + assert _flatten_alias_values([["a", "b"], "c"]) == ["a", "b", "c"] + + def test_none_inside_list(self): + # None in list → [] contribution + assert _flatten_alias_values([None, "a"]) == ["a"] + + def test_integer_scalar(self): + assert _flatten_alias_values(42) == ["42"] + + def test_float_scalar(self): + result = _flatten_alias_values(3.14) + assert len(result) == 1 + + def test_deeply_nested(self): + result = _flatten_alias_values([[["a"], "b"], ["c"]]) + assert result == ["a", "b", "c"] + + def test_empty_list(self): + assert _flatten_alias_values([]) == [] + + def test_empty_tuple(self): + assert _flatten_alias_values(()) == [] + + def test_empty_set(self): + assert _flatten_alias_values(set()) == [] + + def test_list_with_integers(self): + result = _flatten_alias_values([1, 2, 3]) + assert result == ["1", "2", "3"] + + def test_mixed_types(self): + result = _flatten_alias_values(["a", 1, None, ["b"]]) + assert "a" in result + assert "1" in result + assert "b" in result + assert None not in result + + +# =========================================================================== +# _unique_preserving_order +# =========================================================================== + + +class TestUniquePreservingOrder: + def test_empty(self): + assert _unique_preserving_order([]) == () + + def test_single_element(self): + assert _unique_preserving_order(["hello"]) == ("hello",) + + def test_no_duplicates(self): + result = _unique_preserving_order(["a", "b", "c"]) + assert result == ("a", "b", "c") + + def test_deduplicates_same_case(self): + result = _unique_preserving_order(["paris", "paris"]) + assert result == ("paris",) + + def test_deduplicates_different_case(self): + result = _unique_preserving_order(["Hello", "hello"]) + assert result == ("Hello",) + + def test_preserves_first_occurrence(self): + result = _unique_preserving_order(["B", "A", "b"]) + # "b" is a duplicate of "B" + assert result == ("B", "A") + + def test_skips_empty_strings(self): + result = _unique_preserving_order(["", "a", ""]) + assert "" not in result + assert "a" in result + + def test_skips_whitespace_only(self): + result = _unique_preserving_order([" ", "a"]) + assert result == ("a",) + + def test_deduplicates_unicode_normalized(self): + # casefold: "Ü" → "ü"; so "Über" and "über" normalize to the same thing + result = _unique_preserving_order(["Über", "über"]) + assert len(result) == 1 + + def test_order_of_unique_elements_preserved(self): + result = _unique_preserving_order(["z", "a", "m"]) + assert result == ("z", "a", "m") + + def test_punctuation_difference_still_same_normalized(self): + # "hello!" and "hello" normalize to "hello" → duplicate + result = _unique_preserving_order(["hello!", "hello"]) + assert len(result) == 1 + + +# =========================================================================== +# build_alias_set +# =========================================================================== + + +class TestBuildAliasSet: + def test_canonical_only_no_aliases(self): + result = build_alias_set("Paris") + assert "Paris" in result + assert len(result) == 1 + + def test_canonical_with_none_aliases(self): + result = build_alias_set("Paris", None) + assert result == ("Paris",) + + def test_canonical_with_single_alias(self): + result = build_alias_set("Paris", ["City of Light"]) + assert "Paris" in result + assert "City of Light" in result + assert len(result) == 2 + + def test_deduplicates_alias_equal_to_canonical_normalized(self): + result = build_alias_set("Paris", ["paris"]) + # "paris" normalizes same as "Paris", so deduplicated + assert len(result) == 1 + + def test_canonical_with_multiple_aliases(self): + result = build_alias_set("UK", ["United Kingdom", "Britain"]) + assert len(result) == 3 + + def test_nested_alias_list_flattened(self): + result = build_alias_set("Paris", [["Lutece", "City of Light"]]) + assert len(result) == 3 + + def test_empty_canonical(self): + # empty string normalizes to "" → skipped + result = build_alias_set("") + assert result == () + + def test_alias_deduplication_preserves_canonical_first(self): + result = build_alias_set("UK", ["UK", "United Kingdom"]) + # "UK" appears only once; "United Kingdom" is separate + uk_count = sum(1 for x in result if normalize_text(x) == "uk") + assert uk_count == 1 + + +# =========================================================================== +# prompt_row_aliases +# =========================================================================== + + +class TestPromptRowAliases: + def test_subject_field(self): + row = {"subject_aliases": ["Geri Halliwell", "Geri"]} + result = prompt_row_aliases(row, "subject") + assert "Geri Halliwell" in result + assert "Geri" in result + + def test_relation_field(self): + row = {"relation_aliases": ["Born In"]} + result = prompt_row_aliases(row, "relation") + assert "Born In" in result + + def test_object_field_all_three_keys(self): + row = { + "object_aliases": ["alias1"], + "gold_object_aliases": ["alias2"], + "answer_aliases": ["alias3"], + } + result = prompt_row_aliases(row, "object") + assert "alias1" in result + assert "alias2" in result + assert "alias3" in result + + def test_unknown_field_returns_empty(self): + row = {"subject_aliases": ["x"]} + result = prompt_row_aliases(row, "nonexistent_field") + assert result == () + + def test_missing_key_returns_empty(self): + result = prompt_row_aliases({}, "subject") + assert result == () + + def test_deduplication_across_object_keys(self): + row = { + "object_aliases": ["Spice Girls"], + "gold_object_aliases": ["Spice Girls"], + } + result = prompt_row_aliases(row, "object") + spice_count = sum(1 for x in result if normalize_text(x) == "spice girls") + assert spice_count == 1 + + def test_none_value_for_key(self): + row = {"subject_aliases": None} + result = prompt_row_aliases(row, "subject") + assert result == () + + def test_list_value(self): + row = {"subject_aliases": ["a", "b", "c"]} + result = prompt_row_aliases(row, "subject") + assert set(result) == {"a", "b", "c"} + + def test_nested_list_value(self): + row = {"subject_aliases": [["a", "b"]]} + result = prompt_row_aliases(row, "subject") + assert "a" in result + assert "b" in result + + def test_empty_list_value(self): + row = {"subject_aliases": []} + result = prompt_row_aliases(row, "subject") + assert result == () + + +# =========================================================================== +# values_equivalent +# =========================================================================== + + +class TestValuesEquivalent: + def test_identical_strings(self): + assert values_equivalent("Paris", "Paris") is True + + def test_case_insensitive(self): + assert values_equivalent("paris", "Paris") is True + + def test_different_strings(self): + assert values_equivalent("Paris", "Berlin") is False + + def test_match_via_right_alias(self): + assert values_equivalent("UK", "United Kingdom", right_aliases=["UK"]) is True + + def test_match_via_left_alias(self): + assert values_equivalent("United Kingdom", "UK", left_aliases=["UK"]) is True + + def test_no_match_with_unrelated_alias(self): + assert values_equivalent("Paris", "Berlin", right_aliases=["France"]) is False + + def test_both_empty(self): + # Empty strings are filtered out by _unique_preserving_order (empty + # normalized form is skipped), so both alias sets are empty → no + # intersection → not equivalent. + assert values_equivalent("", "") is False + + def test_left_empty_right_nonempty(self): + assert values_equivalent("", "Paris") is False + + def test_right_empty_left_nonempty(self): + assert values_equivalent("Paris", "") is False + + def test_unicode_via_alias(self): + assert ( + values_equivalent("Jorgensen", "Jørgensen", right_aliases=["Jorgensen"]) + is True + ) + + def test_normalized_match_punctuation(self): + # "Spice Girls!" normalizes same as "Spice Girls" + assert values_equivalent("Spice Girls!", "Spice Girls") is True + + def test_multiple_right_aliases(self): + assert ( + values_equivalent( + "The Beatles", + "Beatles", + right_aliases=["The Beatles", "Fab Four"], + ) + is True + ) + + def test_alias_as_tuple(self): + assert values_equivalent("x", "y", right_aliases=("x",)) is True + + def test_alias_list_no_match(self): + assert values_equivalent("x", "y", right_aliases=["z"]) is False + + def test_hyphenated_vs_space(self): + # "state-of-the-art" tokenizes as one token; "state of the art" tokenizes as 4 + # They will NOT be equivalent + assert values_equivalent("state-of-the-art", "state of the art") is False + + def test_both_aliases_needed_for_match(self): + # left and right have aliases; match happens through alias sets + assert ( + values_equivalent( + "GB", + "Germany", + left_aliases=["Great Britain"], + right_aliases=["GB"], + ) + is True + ) + + def test_number_equivalence(self): + assert values_equivalent("42", "42") is True + + def test_number_mismatch(self): + assert values_equivalent("42", "43") is False + + def test_whitespace_normalization(self): + assert values_equivalent("New York", "New York") is True + + +# =========================================================================== +# W&B visualisation tests +# =========================================================================== + + +def test_tokenize_lengths_logged_to_wandb(wandb_run): + """Bar chart of tokenisation counts, logged to W&B.""" + import matplotlib.pyplot as plt + + texts = [ + "Paris", + "United Kingdom", + "Spice Girls!", + "$69.7 million", + "I don't know", + "Jørgensen", + "", + "well-known author", + "New York City", + "!@#$", + ] + lengths = [len(tokenize(t)) for t in texts] + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots(figsize=(9, 4)) + ax.barh(texts, lengths, color="steelblue") + ax.set_xlabel("Token count") + ax.set_title("Tokenisation length by input text") + plt.tight_layout() + wandb_run.log({"equivalence/tokenize_lengths": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert lengths[texts.index("")] == 0 + assert lengths[texts.index("Paris")] == 1 + assert lengths[texts.index("!@#$")] == 0 + + +def test_equivalence_matrix_logged_to_wandb(wandb_run): + """Heatmap of pairwise values_equivalent results, logged to W&B.""" + import matplotlib.pyplot as plt + import numpy as np + + labels = ["Paris", "paris", "Berlin", "UK", "United Kingdom", ""] + n = len(labels) + matrix = np.zeros((n, n), dtype=int) + for i, left in enumerate(labels): + for j, right in enumerate(labels): + matrix[i, j] = int(values_equivalent(left, right)) + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots(figsize=(7, 6)) + im = ax.imshow(matrix, cmap="Blues", vmin=0, vmax=1) + ax.set_xticks(range(n)) + ax.set_yticks(range(n)) + ax.set_xticklabels(labels, rotation=45, ha="right") + ax.set_yticklabels(labels) + ax.set_title("values_equivalent pairwise matrix") + plt.colorbar(im, ax=ax) + plt.tight_layout() + wandb_run.log({"equivalence/equivalence_matrix": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + # Diagonal should all be 1 (self-equivalence) for non-empty strings. + # Empty strings normalize to "" which is skipped, so "" is not equivalent + # to itself (both alias sets become empty → no intersection). + for i in range(n): + if labels[i]: + assert matrix[i, i] == 1, f"Self-equivalence failed for {labels[i]!r}" + # Paris ≠ Berlin + assert matrix[labels.index("Paris"), labels.index("Berlin")] == 0 diff --git a/tests/test_metrics.py b/tests/test_metrics.py index 745520e..5b84def 100644 --- a/tests/test_metrics.py +++ b/tests/test_metrics.py @@ -1,19 +1,34 @@ +""" +Comprehensive unit tests for src/lmlm-audit/metrics.py. + +All public functions are exercised with normal inputs, boundary values, and +edge cases. Several tests also log diagnostic plots to the shared W&B run. +""" + import sys from pathlib import Path +import pytest sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) from metrics import ( + _average_metric, + _eligible_state_groups, + _group_results_by_fact, contains_match, + contains_match_rate, + count, + exact_match, exact_match_rate, f1_rate, is_unknown, metrics_total, normalize_answer, - parametric_leakage, paired_count, + parametric_leakage, precision_rate, + precision_recall_f1, recall_rate, retrieval_artifact_rate, retrieval_mediated_correctness, @@ -23,11 +38,313 @@ ) +# --------------------------------------------------------------------------- +# Helpers +# --------------------------------------------------------------------------- + + +def _result( + fact_id=1, + prompt="Q?", + ground_truth="Answer", + model_output="Answer", + state="FULL", + object_aliases=None, + subject="Subject", + subject_aliases=None, + relation="Relation", + relation_aliases=None, + retrieval_trace=None, +): + return { + "fact_id": fact_id, + "prompt": prompt, + "ground_truth": ground_truth, + "model_output": model_output, + "state": state, + "object_aliases": object_aliases or [], + "subject": subject, + "subject_aliases": subject_aliases or [], + "relation": relation, + "relation_aliases": relation_aliases or [], + "retrieval_trace": retrieval_trace, + } + + +def _del_on_off_pair( + fact_id=1, + prompt="Q?", + ground_truth="GT", + del_on_output="GT", + del_off_output="GT", + object_aliases=None, + subject="S", + relation="R", + del_on_trace=None, +): + return [ + _result( + fact_id=fact_id, + prompt=prompt, + ground_truth=ground_truth, + model_output=del_on_output, + state="DEL-ON", + object_aliases=object_aliases, + subject=subject, + relation=relation, + retrieval_trace=del_on_trace, + ), + _result( + fact_id=fact_id, + prompt=prompt, + ground_truth=ground_truth, + model_output=del_off_output, + state="DEL-OFF", + object_aliases=object_aliases, + subject=subject, + relation=relation, + ), + ] + + +# =========================================================================== +# normalize_answer +# =========================================================================== + + def test_normalize_answer() -> None: assert normalize_answer("Spice Girls!") == "spice girls" assert normalize_answer("$69.7 million") == "69.7 million" +def test_normalize_answer_empty(): + assert normalize_answer("") == "" + + +def test_normalize_answer_punctuation_only(): + assert normalize_answer("!!!") == "" + + +def test_normalize_answer_uppercase(): + assert normalize_answer("NASA") == "nasa" + + +def test_normalize_answer_unicode(): + result = normalize_answer("Jørgensen") + assert result == "jørgensen" + + +def test_normalize_answer_idempotent(): + once = normalize_answer("Hello, World!") + twice = normalize_answer(once) + assert once == twice + + +# =========================================================================== +# exact_match +# =========================================================================== + + +class TestExactMatch: + def test_identical(self): + assert exact_match("Paris", "Paris") == 1.0 + + def test_case_insensitive(self): + assert exact_match("paris", "Paris") == 1.0 + + def test_different(self): + assert exact_match("Paris", "Berlin") == 0.0 + + def test_via_alias(self): + assert exact_match("UK", "United Kingdom", ground_truth_aliases=["UK"]) == 1.0 + + def test_empty_both(self): + # Empty strings are filtered out by the alias-set builder, + # so both sets are empty → no intersection → not equivalent. + assert exact_match("", "") == 0.0 + + def test_left_empty(self): + assert exact_match("", "Paris") == 0.0 + + def test_right_empty(self): + assert exact_match("Paris", "") == 0.0 + + def test_partial_word_overlap_not_exact(self): + assert exact_match("Spice", "Spice Girls") == 0.0 + + def test_with_punctuation(self): + # "Spice Girls!" normalizes same as "Spice Girls" + assert exact_match("Spice Girls!", "Spice Girls") == 1.0 + + def test_alias_none(self): + assert exact_match("Paris", "Paris", ground_truth_aliases=None) == 1.0 + + +# =========================================================================== +# contains_match +# =========================================================================== + + +def test_contains_match() -> None: + assert contains_match("Spice Girls, a girl group", "Spice Girls") == 1.0 + assert contains_match("Dutch", "Jørgensen") == 0.0 + + +class TestContainsMatch: + def test_exact_implies_contains(self): + assert contains_match("Paris", "Paris") == 1.0 + + def test_prediction_contains_ground_truth(self): + assert contains_match("She was born in Paris, France", "Paris") == 1.0 + + def test_ground_truth_contains_prediction(self): + # prediction is substring of ground truth + assert contains_match("Girls", "Spice Girls") == 1.0 + + def test_no_overlap(self): + assert contains_match("Berlin", "Paris") == 0.0 + + def test_alias_provides_contains(self): + assert ( + contains_match("UK", "United Kingdom", ground_truth_aliases=["UK"]) == 1.0 + ) + + def test_empty_prediction(self): + assert contains_match("", "Paris") == 0.0 + + def test_empty_ground_truth(self): + # Both empty: exact_match("","") is 0.0 (empty alias sets), so + # contains_match falls through to substring check. + # normalize_answer("") == "" → falsy → returns 0.0. + assert contains_match("", "") == 0.0 + + def test_both_nonempty_no_substring(self): + assert contains_match("cat", "dog") == 0.0 + + def test_case_insensitive_contains(self): + # normalize_answer lower-cases both + assert contains_match("spice girls are cool", "Spice Girls") == 1.0 + + +# =========================================================================== +# is_unknown +# =========================================================================== + + +def test_is_unknown() -> None: + assert is_unknown("unknown") == 1.0 + assert is_unknown("") == 1.0 + assert is_unknown("I don't know") == 1.0 + assert is_unknown("Spice Girls") == 0.0 + + +class TestIsUnknown: + @pytest.mark.parametrize( + "text", + [ + "", + "unknown", + "Unknown", + "UNKNOWN", + "n/a", + "N/A", + "na", + "NA", + "none", + "None", + "no answer", + "No Answer", + "i don't know", + "I don't know", + "I do not know", + "i do not know", + "I don t know", + ], + ) + def test_is_unknown_truthy(self, text): + assert is_unknown(text) == 1.0, f"Expected is_unknown({text!r}) == 1.0" + + @pytest.mark.parametrize( + "text", + [ + "Spice Girls", + "Paris", + "42", + "yes", + "no", # "no" alone is not in unknown set + "maybe", + "Richard Mthetwa", + ], + ) + def test_is_unknown_falsy(self, text): + assert is_unknown(text) == 0.0, f"Expected is_unknown({text!r}) == 0.0" + + +# =========================================================================== +# precision_recall_f1 +# =========================================================================== + + +class TestPrecisionRecallF1: + def test_exact_match_gives_perfect_scores(self): + result = precision_recall_f1("Richard Mthetwa", "Richard Mthetwa") + assert result == {"precision": 1.0, "recall": 1.0, "f1": 1.0} + + def test_both_empty(self): + # tokenize("") == [] for both → both empty token lists → perfect scores + result = precision_recall_f1("", "") + assert result == {"precision": 1.0, "recall": 1.0, "f1": 1.0} + # Note: exact_match("","") short-circuits first in precision_recall_f1; + # it returns 0.0, so we fall through to the token-overlap path where + # both token lists are [] → both empty → returns 1.0 1.0 1.0 + + def test_empty_prediction(self): + result = precision_recall_f1("", "Paris") + assert result == {"precision": 0.0, "recall": 0.0, "f1": 0.0} + + def test_empty_ground_truth(self): + result = precision_recall_f1("Paris", "") + assert result == {"precision": 0.0, "recall": 0.0, "f1": 0.0} + + def test_no_token_overlap(self): + result = precision_recall_f1("cat", "dog") + assert result == {"precision": 0.0, "recall": 0.0, "f1": 0.0} + + def test_partial_overlap(self): + result = precision_recall_f1( + "Sanskrit scholars, poets, musicians", + "family of musicians", + ) + assert result["exact_match"] if "exact_match" in result else True + assert result["precision"] == pytest.approx(0.25, abs=1e-6) + assert result["recall"] == pytest.approx(1 / 3, abs=1e-6) + assert result["f1"] == pytest.approx(0.286, abs=1e-3) + + def test_f1_harmonic_mean(self): + # precision=0.5, recall=1.0 → f1 = 2*0.5*1.0/(0.5+1.0) = 2/3 + result = precision_recall_f1("Paris", "Paris France") + assert result["precision"] == pytest.approx(1.0) + assert result["recall"] == pytest.approx(0.5) + assert result["f1"] == pytest.approx(2 / 3, abs=1e-6) + + def test_alias_match_returns_perfect(self): + result = precision_recall_f1("Jorgensen", "Jørgensen", ["Jorgensen"]) + assert result == {"precision": 1.0, "recall": 1.0, "f1": 1.0} + + def test_repeated_tokens(self): + result = precision_recall_f1("cat cat", "cat") + # pred_counter: {cat:2}, gold_counter: {cat:1}, overlap: 1 + # precision = 1/2, recall = 1/1, f1 = 2*(0.5*1)/(0.5+1) = 2/3 + assert result["precision"] == pytest.approx(0.5) + assert result["recall"] == pytest.approx(1.0) + assert result["f1"] == pytest.approx(2 / 3, abs=1e-6) + + +# =========================================================================== +# score_prediction +# =========================================================================== + + def test_score_prediction_exact_match() -> None: scores = score_prediction("Richard Mthetwa", "Richard Mthetwa") assert scores["exact_match"] == 1.0 @@ -51,18 +368,6 @@ def test_score_prediction_alias_match() -> None: assert scores["f1"] == 1.0 -def test_contains_match() -> None: - assert contains_match("Spice Girls, a girl group", "Spice Girls") == 1.0 - assert contains_match("Dutch", "Jørgensen") == 0.0 - - -def test_is_unknown() -> None: - assert is_unknown("unknown") == 1.0 - assert is_unknown("") == 1.0 - assert is_unknown("I don't know") == 1.0 - assert is_unknown("Spice Girls") == 0.0 - - def test_score_prediction_partial_overlap() -> None: scores = score_prediction( "Sanskrit scholars, poets, musicians", @@ -76,6 +381,80 @@ def test_score_prediction_partial_overlap() -> None: assert round(scores["f1"], 3) == 0.286 +class TestScorePrediction: + def test_unknown_prediction(self): + scores = score_prediction("unknown", "Paris") + assert scores["unknown"] == 1.0 + assert scores["exact_match"] == 0.0 + + def test_empty_prediction(self): + scores = score_prediction("", "Paris") + assert scores["unknown"] == 1.0 # "" → is_unknown + + def test_all_keys_present(self): + scores = score_prediction("x", "y") + assert set(scores.keys()) == { + "exact_match", + "contains_match", + "unknown", + "precision", + "recall", + "f1", + } + + def test_contains_but_not_exact(self): + scores = score_prediction("the Spice Girls band", "Spice Girls") + assert scores["exact_match"] == 0.0 + assert scores["contains_match"] == 1.0 + + +# =========================================================================== +# count +# =========================================================================== + + +def test_count_empty(): + assert count([]) == 0 + + +def test_count_nonempty(): + assert count([_result(), _result()]) == 2 + + +# =========================================================================== +# _average_metric (internal, tested indirectly and directly) +# =========================================================================== + + +class TestAverageMetric: + def test_empty_list(self): + assert _average_metric([], "exact_match") == 0.0 + + def test_all_correct(self): + results = [ + _result(model_output="Answer", ground_truth="Answer") for _ in range(3) + ] + assert _average_metric(results, "exact_match") == 1.0 + + def test_none_correct(self): + results = [ + _result(model_output="Wrong", ground_truth="Answer") for _ in range(3) + ] + assert _average_metric(results, "exact_match") == 0.0 + + def test_half_correct(self): + results = [ + _result(model_output="Answer", ground_truth="Answer"), + _result(model_output="Wrong", ground_truth="Answer"), + ] + assert _average_metric(results, "exact_match") == 0.5 + + +# =========================================================================== +# Rate helpers +# =========================================================================== + + def test_metrics_total() -> None: summary = metrics_total( [ @@ -121,6 +500,199 @@ def test_unknown_rate() -> None: assert value == 1.0 +def test_rate_helpers() -> None: + results = [ + { + "ground_truth": "Spice Girls", + "model_output": "Spice Girls", + "state": "FULL", + }, + { + "ground_truth": "Bihar, India", + "model_output": "1956", + "state": "FULL", + }, + ] + + assert exact_match_rate(results) == 0.5 + assert precision_rate(results) == 0.5 + assert recall_rate(results) == 0.5 + assert f1_rate(results) == 0.5 + + +class TestRateHelpers: + def test_empty_list(self): + assert exact_match_rate([]) == 0.0 + assert contains_match_rate([]) == 0.0 + assert unknown_rate([]) == 0.0 + assert precision_rate([]) == 0.0 + assert recall_rate([]) == 0.0 + assert f1_rate([]) == 0.0 + + def test_all_correct(self): + results = [ + _result(model_output="Answer", ground_truth="Answer") for _ in range(5) + ] + assert exact_match_rate(results) == 1.0 + assert contains_match_rate(results) == 1.0 + assert unknown_rate(results) == 0.0 + + def test_all_unknown(self): + results = [ + _result(model_output="unknown", ground_truth="Answer") for _ in range(5) + ] + assert unknown_rate(results) == 1.0 + assert exact_match_rate(results) == 0.0 + + def test_with_aliases(self): + results = [ + _result( + model_output="Jorgensen", + ground_truth="Jørgensen", + object_aliases=["Jorgensen"], + ) + ] + assert exact_match_rate(results) == 1.0 + + def test_contains_but_not_exact(self): + results = [ + _result(model_output="the Spice Girls group", ground_truth="Spice Girls") + ] + assert exact_match_rate(results) == 0.0 + assert contains_match_rate(results) == 1.0 + + +# =========================================================================== +# metrics_total edge cases +# =========================================================================== + + +class TestMetricsTotal: + def test_empty_results(self): + summary = metrics_total([]) + assert summary["count"] == 0 + assert summary["exact_match"] == 0.0 + assert summary["paired_count"] == 0 + assert summary["parametric_leakage"] == 0.0 + + def test_all_keys_present(self): + summary = metrics_total([_result()]) + expected_keys = { + "count", + "exact_match", + "contains_match", + "unknown_rate", + "precision", + "recall", + "f1", + "paired_count", + "parametric_leakage", + "retrieval_mediated_correctness", + "retrieval_artifact_rate", + } + assert expected_keys <= set(summary.keys()) + + def test_single_result(self): + summary = metrics_total([_result(model_output="Answer", ground_truth="Answer")]) + assert summary["count"] == 1 + assert summary["exact_match"] == 1.0 + + def test_all_unknown(self): + results = [ + _result(model_output="unknown", ground_truth="Paris") for _ in range(4) + ] + summary = metrics_total(results) + assert summary["unknown_rate"] == 1.0 + assert summary["exact_match"] == 0.0 + + +# =========================================================================== +# _group_results_by_fact +# =========================================================================== + + +class TestGroupResultsByFact: + def test_single_result(self): + r = _result(fact_id=1, prompt="Q?", ground_truth="A", state="FULL") + grouped = _group_results_by_fact([r]) + assert len(grouped) == 1 + + def test_groups_by_fact_id_and_prompt(self): + r1 = _result(fact_id=1, prompt="Q1?", ground_truth="A", state="DEL-ON") + r2 = _result(fact_id=1, prompt="Q1?", ground_truth="A", state="DEL-OFF") + r3 = _result(fact_id=2, prompt="Q2?", ground_truth="B", state="DEL-ON") + grouped = _group_results_by_fact([r1, r2, r3]) + assert len(grouped) == 2 + + def test_same_fact_different_state(self): + r1 = _result(fact_id=1, prompt="Q?", ground_truth="A", state="DEL-ON") + r2 = _result(fact_id=1, prompt="Q?", ground_truth="A", state="DEL-OFF") + grouped = _group_results_by_fact([r1, r2]) + assert len(grouped) == 1 + group = next(iter(grouped.values())) + assert "DEL-ON" in group + assert "DEL-OFF" in group + + def test_empty_list(self): + assert _group_results_by_fact([]) == {} + + +# =========================================================================== +# _eligible_state_groups +# =========================================================================== + + +class TestEligibleStateGroups: + def test_requires_both_del_on_and_del_off(self): + results = [_result(fact_id=1, prompt="Q?", ground_truth="A", state="DEL-ON")] + assert _eligible_state_groups(results) == [] + + def test_both_present(self): + results = _del_on_off_pair() + groups = _eligible_state_groups(results) + assert len(groups) == 1 + + def test_full_state_alone_not_eligible(self): + results = [_result(fact_id=1, state="FULL")] + assert _eligible_state_groups(results) == [] + + def test_two_pairs(self): + results = _del_on_off_pair(fact_id=1, prompt="Q1?", ground_truth="A") + results += _del_on_off_pair(fact_id=2, prompt="Q2?", ground_truth="B") + groups = _eligible_state_groups(results) + assert len(groups) == 2 + + def test_empty(self): + assert _eligible_state_groups([]) == [] + + +# =========================================================================== +# paired_count +# =========================================================================== + + +class TestPairedCount: + def test_zero_no_pairs(self): + assert paired_count([]) == 0 + + def test_one_pair(self): + assert paired_count(_del_on_off_pair()) == 1 + + def test_two_pairs(self): + r = _del_on_off_pair(fact_id=1, prompt="Q1?", ground_truth="A") + r += _del_on_off_pair(fact_id=2, prompt="Q2?", ground_truth="B") + assert paired_count(r) == 2 + + def test_full_only_no_pairs(self): + results = [_result(state="FULL")] + assert paired_count(results) == 0 + + +# =========================================================================== +# parametric_leakage +# =========================================================================== + + def test_cross_state_metrics() -> None: results = [ { @@ -199,6 +771,72 @@ def test_cross_state_metrics() -> None: assert retrieval_artifact_rate(results) == 0.5 +class TestParametricLeakage: + def test_empty(self): + assert parametric_leakage([]) == 0.0 + + def test_no_pairs(self): + assert parametric_leakage([_result(state="FULL")]) == 0.0 + + def test_full_leakage(self): + # DEL-OFF always correct → leakage = 1.0 + results = _del_on_off_pair(del_off_output="GT", ground_truth="GT") + assert parametric_leakage(results) == 1.0 + + def test_zero_leakage(self): + # DEL-OFF always wrong → leakage = 0.0 + results = _del_on_off_pair(del_off_output="WRONG", ground_truth="GT") + assert parametric_leakage(results) == 0.0 + + def test_half_leakage(self): + r1 = _del_on_off_pair( + fact_id=1, prompt="Q1?", ground_truth="GT", del_off_output="GT" + ) + r2 = _del_on_off_pair( + fact_id=2, prompt="Q2?", ground_truth="GT", del_off_output="WRONG" + ) + assert parametric_leakage(r1 + r2) == 0.5 + + +# =========================================================================== +# retrieval_mediated_correctness +# =========================================================================== + + +class TestRetrievalMediatedCorrectness: + def test_empty(self): + assert retrieval_mediated_correctness([]) == 0.0 + + def test_del_on_correct_del_off_wrong(self): + results = _del_on_off_pair( + del_on_output="GT", del_off_output="WRONG", ground_truth="GT" + ) + assert retrieval_mediated_correctness(results) == 1.0 + + def test_both_correct(self): + results = _del_on_off_pair( + del_on_output="GT", del_off_output="GT", ground_truth="GT" + ) + assert retrieval_mediated_correctness(results) == 0.0 + + def test_both_wrong(self): + results = _del_on_off_pair( + del_on_output="W", del_off_output="W", ground_truth="GT" + ) + assert retrieval_mediated_correctness(results) == 0.0 + + def test_del_on_wrong_del_off_correct_not_counted(self): + results = _del_on_off_pair( + del_on_output="W", del_off_output="GT", ground_truth="GT" + ) + assert retrieval_mediated_correctness(results) == 0.0 + + +# =========================================================================== +# trace_has_gold_equivalent +# =========================================================================== + + def test_retrieval_artifact_rate() -> None: results = [ { @@ -264,21 +902,319 @@ def test_trace_has_gold_equivalent_requires_subject_and_relation_match() -> None assert trace_has_gold_equivalent(result) is False -def test_rate_helpers() -> None: - results = [ - { - "ground_truth": "Spice Girls", - "model_output": "Spice Girls", - "state": "FULL", - }, - { - "ground_truth": "Bihar, India", - "model_output": "1956", - "state": "FULL", - }, +class TestTraceHasGoldEquivalent: + def _result_with_trace( + self, candidates, subject="S", relation="R", ground_truth="GT" + ): + return { + "subject": subject, + "subject_aliases": [], + "relation": relation, + "relation_aliases": [], + "ground_truth": ground_truth, + "object_aliases": [], + "retrieval_trace": {"retained_candidates": candidates}, + } + + def test_supports_target_fact_true(self): + result = self._result_with_trace( + [ + { + "subject": "S", + "relation": "R", + "object": "GT", + "supports_target_fact": True, + } + ] + ) + assert trace_has_gold_equivalent(result) is True + + def test_all_candidates_wrong(self): + result = self._result_with_trace( + [ + { + "subject": "X", + "relation": "Y", + "object": "Z", + "supports_target_fact": False, + } + ] + ) + assert trace_has_gold_equivalent(result) is False + + def test_no_trace(self): + result = { + "subject": "S", + "subject_aliases": [], + "relation": "R", + "relation_aliases": [], + "ground_truth": "GT", + "object_aliases": [], + "retrieval_trace": None, + } + assert trace_has_gold_equivalent(result) is False + + def test_empty_retained_candidates(self): + result = self._result_with_trace([]) + assert trace_has_gold_equivalent(result) is False + + def test_subject_mismatch_not_gold(self): + result = self._result_with_trace( + [ + { + "subject": "WRONG", + "relation": "R", + "object": "GT", + "supports_target_fact": False, + } + ], + subject="S", + relation="R", + ground_truth="GT", + ) + assert trace_has_gold_equivalent(result) is False + + def test_relation_mismatch_not_gold(self): + result = self._result_with_trace( + [ + { + "subject": "S", + "relation": "WRONG_REL", + "object": "GT", + "supports_target_fact": False, + } + ], + subject="S", + relation="R", + ground_truth="GT", + ) + assert trace_has_gold_equivalent(result) is False + + def test_fallback_triple_matching(self): + # supports_target_fact is False but all three fields match + result = self._result_with_trace( + [ + { + "subject": "S", + "relation": "R", + "object": "GT", + "supports_target_fact": False, + } + ], + subject="S", + relation="R", + ground_truth="GT", + ) + assert trace_has_gold_equivalent(result) is True + + def test_multiple_candidates_one_matches(self): + result = self._result_with_trace( + [ + { + "subject": "X", + "relation": "Y", + "object": "Z", + "supports_target_fact": False, + }, + { + "subject": "S", + "relation": "R", + "object": "GT", + "supports_target_fact": False, + }, + ], + subject="S", + relation="R", + ground_truth="GT", + ) + assert trace_has_gold_equivalent(result) is True + + +# =========================================================================== +# retrieval_artifact_rate edge cases +# =========================================================================== + + +class TestRetrievalArtifactRate: + def test_empty(self): + assert retrieval_artifact_rate([]) == 0.0 + + def test_no_gold_evidence_correct_answer(self): + results = _del_on_off_pair( + del_on_output="GT", + del_off_output="WRONG", + ground_truth="GT", + ) + # del_on has no retrieval trace → no gold equivalent + assert retrieval_artifact_rate(results) == 1.0 + + def test_gold_evidence_present_not_artifact(self): + trace = { + "retained_candidates": [ + { + "subject": "S", + "relation": "R", + "object": "GT", + "supports_target_fact": True, + } + ] + } + results = _del_on_off_pair( + del_on_output="GT", + del_off_output="WRONG", + ground_truth="GT", + subject="S", + relation="R", + del_on_trace=trace, + ) + assert retrieval_artifact_rate(results) == 0.0 + + def test_wrong_answer_no_artifact_even_without_evidence(self): + results = _del_on_off_pair( + del_on_output="WRONG", del_off_output="WRONG", ground_truth="GT" + ) + assert retrieval_artifact_rate(results) == 0.0 + + +# =========================================================================== +# W&B visualisation tests +# =========================================================================== + + +def test_score_metrics_logged_to_wandb(wandb_run): + """Grouped bar chart of score_prediction metrics for various scenarios.""" + import matplotlib.pyplot as plt + import numpy as np + + scenarios = { + "exact": score_prediction("Paris", "Paris"), + "alias": score_prediction("Jorgensen", "Jørgensen", ["Jorgensen"]), + "partial": score_prediction("the Spice Girls", "Spice Girls"), + "wrong": score_prediction("Berlin", "Paris"), + "unknown": score_prediction("unknown", "Paris"), + } + metrics_names = ["exact_match", "contains_match", "precision", "recall", "f1"] + x = np.arange(len(metrics_names)) + width = 0.15 + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots(figsize=(12, 5)) + for i, (label, scores) in enumerate(scenarios.items()): + values = [scores[m] for m in metrics_names] + ax.bar(x + i * width, values, width, label=label) + ax.set_xticks(x + width * 2) + ax.set_xticklabels(metrics_names) + ax.set_ylim(0, 1.1) + ax.set_ylabel("Score") + ax.set_title("score_prediction metrics by scenario") + ax.legend() + plt.tight_layout() + wandb_run.log({"metrics/score_comparison": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + # Assertions + assert scenarios["exact"]["exact_match"] == 1.0 + assert scenarios["wrong"]["exact_match"] == 0.0 + assert scenarios["unknown"]["unknown"] == 1.0 + + +def test_cross_state_metrics_logged_to_wandb(wandb_run): + """Bar chart of cross-state metrics over a synthetic result set.""" + import matplotlib.pyplot as plt + + pairs = [ + # (del_on_correct, del_off_correct) + (True, False), # retrieval-mediated + (True, True), # parametric leakage + (False, False), # neither + (True, False), # retrieval-mediated ] + results = [] + for i, (on_correct, off_correct) in enumerate(pairs): + results += _del_on_off_pair( + fact_id=i + 1, + prompt=f"Q{i}?", + ground_truth="GT", + del_on_output="GT" if on_correct else "WRONG", + del_off_output="GT" if off_correct else "WRONG", + ) - assert exact_match_rate(results) == 0.5 - assert precision_rate(results) == 0.5 - assert recall_rate(results) == 0.5 - assert f1_rate(results) == 0.5 + pl = parametric_leakage(results) + rmc = retrieval_mediated_correctness(results) + rar = retrieval_artifact_rate(results) + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + metrics_map = { + "parametric_leakage": pl, + "retrieval_mediated": rmc, + "artifact_rate": rar, + } + ax.bar( + metrics_map.keys(), + metrics_map.values(), + color=["tomato", "steelblue", "goldenrod"], + ) + ax.set_ylim(0, 1.0) + ax.set_ylabel("Rate") + ax.set_title("Cross-state audit metrics") + plt.tight_layout() + wandb_run.log({"metrics/cross_state": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert 0.0 <= pl <= 1.0 + assert 0.0 <= rmc <= 1.0 + assert 0.0 <= rar <= 1.0 + + +def test_precision_recall_scatter_logged_to_wandb(wandb_run): + """Scatter plot of precision vs recall across token-overlap scenarios.""" + import matplotlib.pyplot as plt + + test_cases = [ + ("cat", "cat"), + ("Paris France", "Paris"), + ("the quick brown fox", "brown fox"), + ("hello world foo", "hello"), + ("cats and dogs", "dogs and cats"), + ("nothing", "completely different"), + ] + precisions, recalls, f1s = [], [], [] + for pred, truth in test_cases: + result = precision_recall_f1(pred, truth) + precisions.append(result["precision"]) + recalls.append(result["recall"]) + f1s.append(result["f1"]) + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + scatter = ax.scatter( + recalls, precisions, c=f1s, cmap="RdYlGn", s=80, vmin=0, vmax=1 + ) + plt.colorbar(scatter, ax=ax, label="F1") + ax.set_xlabel("Recall") + ax.set_ylabel("Precision") + ax.set_xlim(-0.05, 1.05) + ax.set_ylim(-0.05, 1.05) + ax.set_title("Precision vs Recall (colour = F1)") + plt.tight_layout() + wandb_run.log({"metrics/precision_recall_scatter": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert all(0.0 <= p <= 1.0 for p in precisions) + assert all(0.0 <= r <= 1.0 for r in recalls) diff --git a/tests/test_model_loader.py b/tests/test_model_loader.py index e69de29..df8a6bf 100644 --- a/tests/test_model_loader.py +++ b/tests/test_model_loader.py @@ -0,0 +1,320 @@ +""" +Unit tests for src/lmlm-audit/model_loader.py. + +Only the pure-Python helpers that do not require actual model weights or the +upstream ``lmlm`` package are exercised here. Functions that download models +(``load_model_and_tokenizer``) are tested only for their error-path and +import-guard behaviour, using mocks. +""" + +import sys +from pathlib import Path +from unittest.mock import MagicMock, patch + +import pytest +import torch + +sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) + +import model_loader +from model_loader import _get_best_device, _resolve_database_path + + +# =========================================================================== +# _get_best_device +# =========================================================================== + + +class TestGetBestDevice: + def test_returns_cuda_when_available(self): + with patch.object(torch.cuda, "is_available", return_value=True): + device = _get_best_device() + assert device.type == "cuda" + + def test_returns_mps_when_cuda_unavailable_and_mps_available(self): + with ( + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=True), + ): + device = _get_best_device() + assert device.type == "mps" + + def test_returns_cpu_when_nothing_available(self): + with ( + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + device = _get_best_device() + assert device.type == "cpu" + + def test_cuda_takes_priority_over_mps(self): + with ( + patch.object(torch.cuda, "is_available", return_value=True), + patch.object(torch.backends.mps, "is_available", return_value=True), + ): + device = _get_best_device() + assert device.type == "cuda" + + def test_returns_torch_device_instance(self): + with ( + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + device = _get_best_device() + assert isinstance(device, torch.device) + + +# =========================================================================== +# _resolve_database_path +# =========================================================================== + + +class TestResolveDatabasePath: + def test_existing_json_path_returned_as_is(self, tmp_path): + db = tmp_path / "database.json" + db.touch() + result = _resolve_database_path(db) + assert result == db + + def test_existing_jsonl_path_returned_as_is(self, tmp_path): + db = tmp_path / "database.jsonl" + db.touch() + result = _resolve_database_path(db) + assert result == db + + def test_missing_jsonl_falls_back_to_json(self, tmp_path): + json_path = tmp_path / "database.json" + json_path.touch() + jsonl_path = tmp_path / "database.jsonl" + # jsonl does NOT exist + result = _resolve_database_path(jsonl_path) + assert result == json_path + + def test_missing_json_no_fallback_returns_original(self, tmp_path): + db = tmp_path / "database.json" + # does NOT exist, suffix is .json (not .jsonl) → no fallback + result = _resolve_database_path(db) + assert result == db + + def test_missing_jsonl_and_missing_json_returns_original(self, tmp_path): + # Both jsonl and json are missing → return original path + jsonl_path = tmp_path / "missing.jsonl" + result = _resolve_database_path(jsonl_path) + assert result == jsonl_path + + def test_returns_path_object(self, tmp_path): + db = tmp_path / "db.json" + db.touch() + result = _resolve_database_path(db) + assert isinstance(result, Path) + + def test_nested_directory(self, tmp_path): + nested = tmp_path / "a" / "b" + nested.mkdir(parents=True) + db = nested / "db.json" + db.touch() + result = _resolve_database_path(db) + assert result == db + + def test_non_jsonl_suffix_no_fallback(self, tmp_path): + # .csv file → no fallback logic, original path returned + csv_path = tmp_path / "data.csv" + result = _resolve_database_path(csv_path) + assert result == csv_path + + def test_path_with_spaces(self, tmp_path): + db = tmp_path / "my database.json" + db.touch() + result = _resolve_database_path(db) + assert result == db + + +# =========================================================================== +# load_model_and_tokenizer – import guard +# =========================================================================== + + +class TestLoadModelAndTokenizer: + def test_raises_import_error_when_lmlm_missing(self): + """Without the lmlm package the function must raise a clear ImportError.""" + import builtins + + real_import = builtins.__import__ + + def _mock_import(name, *args, **kwargs): + if name.startswith("lmlm"): + raise ImportError("lmlm not installed") + return real_import(name, *args, **kwargs) + + with patch("builtins.__import__", side_effect=_mock_import): + with pytest.raises(ImportError, match="upstream `lmlm` package"): + model_loader.load_model_and_tokenizer() + + def test_calls_load_dotenv_for_token(self, tmp_path): + """load_dotenv should be called so HF_TOKEN can be sourced from .env.""" + dotenv_mock = MagicMock() + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = "x" + + fake_lmlm = MagicMock() + model_out = ( + fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value + ) + model_out.to.return_value = model_out + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv", dotenv_mock), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + dotenv_mock.assert_called_once() + + def test_pad_token_set_when_none(self, tmp_path): + """If tokenizer.pad_token is None it should be set to eos_token.""" + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = None + tokenizer_mock.eos_token = "" + + fake_lmlm = MagicMock() + model_out = ( + fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value + ) + model_out.to.return_value = model_out + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv"), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + assert tokenizer_mock.pad_token == "" + + def test_pad_token_unchanged_when_already_set(self, tmp_path): + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = "" + original_pad = tokenizer_mock.pad_token + + fake_lmlm = MagicMock() + model_out = ( + fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value + ) + model_out.to.return_value = model_out + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv"), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + assert tokenizer_mock.pad_token == original_pad + + def test_model_moved_to_device(self, tmp_path): + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = "x" + + fake_lmlm = MagicMock() + model_mock = MagicMock() + model_mock.to.return_value = model_mock + fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value = ( + model_mock + ) + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv"), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + model_mock.to.assert_called_once() + model_mock.eval.assert_called_once() + + def test_returns_tuple_of_model_and_tokenizer(self, tmp_path): + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = "x" + + fake_lmlm = MagicMock() + model_mock = MagicMock() + model_mock.to.return_value = model_mock + fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value = ( + model_mock + ) + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv"), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + result = model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + assert isinstance(result, tuple) + assert len(result) == 2 diff --git a/tests/test_run_audit.py b/tests/test_run_audit.py index 8cb0f66..81b1d8d 100644 --- a/tests/test_run_audit.py +++ b/tests/test_run_audit.py @@ -1,10 +1,37 @@ +""" +Comprehensive unit tests for src/lmlm-audit/run_audit.py. + +All pure-Python helpers (no model weights, no GPU) are exercised with normal, +boundary, and edge-case inputs. Functions that require a live model are only +tested through mocks. Several tests log diagnostic plots to W&B. +""" + +import json import sys from pathlib import Path +from unittest.mock import MagicMock, patch +import pytest sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) -from run_audit import clean_answer +from run_audit import ( + _default_retrieval_trace, + choose_answer, + clean_answer, + compute_generation_budget, + extract_lookup_values, + load_prompts, + prepare_prompt, + retrieve_lookup_value, + save_results, +) +from database_states import DatabaseState + + +# =========================================================================== +# clean_answer – original tests +# =========================================================================== def test_clean_answer_strips_db_markup_and_html_tags() -> None: @@ -18,3 +45,566 @@ def test_clean_answer_strips_db_markup_and_html_tags() -> None: def test_clean_answer_strips_standalone_db_special_tokens() -> None: answer = clean_answer('"<|db_entity|> Spice Girls <|db_return|>"') assert answer == "Spice Girls" + + +# =========================================================================== +# clean_answer – extended +# =========================================================================== + + +class TestCleanAnswer: + def test_strips_leading_trailing_whitespace(self): + assert clean_answer(" Paris ") == "Paris" + + def test_strips_answer_prefix_single(self): + assert clean_answer("Answer: Paris") == "Paris" + + def test_strips_answer_prefix_repeated(self): + assert clean_answer("Answer: Answer: Paris") == "Paris" + + def test_strips_answer_prefix_case_insensitive(self): + assert clean_answer("answer: Paris") == "Paris" + + def test_strips_the_answer_is_prefix(self): + assert clean_answer("The answer is Paris") == "Paris" + + def test_strips_it_is_prefix(self): + assert clean_answer("It is Paris") == "Paris" + + def test_strips_its_prefix(self): + assert clean_answer("It's Paris") == "Paris" + + def test_stops_at_question_marker(self): + result = clean_answer("Paris\nQuestion: What is the capital?") + assert result == "Paris" + + def test_stops_at_context_marker(self): + result = clean_answer("Paris\nContext: France is a country.") + assert result == "Paris" + + def test_stops_at_double_newline(self): + result = clean_answer("Paris\n\nSome extra text") + assert result == "Paris" + + def test_stops_at_fact_marker(self): + result = clean_answer("Paris\nFact: France is in Europe.") + assert result == "Paris" + + def test_stops_at_answer_marker(self): + result = clean_answer("Paris\nAnswer: Berlin") + assert result == "Paris" + + def test_unescapes_html_entities(self): + result = clean_answer("& < >") + assert "&" in result + + def test_removes_db_markup_span(self): + result = clean_answer( + "<|db_entity|>X<|db_relationship|>Y<|db_return|>Z<|db_end|>" + ) + assert "<|db_entity|>" not in result + assert "<|db_end|>" not in result + + def test_removes_standalone_db_token(self): + result = clean_answer("Hello <|db_return|> World") + assert "<|db_return|>" not in result + + def test_removes_html_tags(self): + result = clean_answer("Paris") + assert "" not in result + assert "Paris" in result + + def test_keeps_first_sentence(self): + result = clean_answer("Paris. It is the capital of France.") + assert result == "Paris" + + def test_strips_trailing_punctuation(self): + result = clean_answer("Paris.") + assert result == "Paris" + + def test_strips_trailing_quotes(self): + result = clean_answer('"Paris"') + assert result == "Paris" + + def test_empty_string(self): + result = clean_answer("") + assert result == "" + + def test_only_whitespace(self): + result = clean_answer(" ") + assert result == "" + + def test_only_db_markup(self): + result = clean_answer( + "<|db_entity|>X<|db_relationship|>Y<|db_return|>Z<|db_end|>" + ) + # The markup is removed; only surrounding whitespace remains → empty or the value before it + assert result.strip() == "" or result.isspace() or result == "" + + def test_collapses_internal_spaces(self): + result = clean_answer("New York") + assert result == "New York" + + def test_strips_leading_comma(self): + result = clean_answer(",Paris") + assert result == "Paris" + + def test_strips_trailing_semicolon(self): + result = clean_answer("Paris;") + assert result == "Paris" + + def test_complex_combined(self): + result = clean_answer('Answer: The answer is "Paris"\nQuestion: What city?') + assert result == "Paris" + + def test_answer_prefix_mixed_case(self): + assert clean_answer("ANSWER: Paris") == "Paris" + + def test_exclamation_sentence_split(self): + # The regex splits AFTER the punctuation; ! is not in the final strip + # chars, so it is preserved in the first segment. + result = clean_answer("Paris! It is wonderful.") + assert result == "Paris!" + + def test_question_sentence_split(self): + result = clean_answer("Paris? Yes, Paris.") + assert result == "Paris?" + + +# =========================================================================== +# extract_lookup_values +# =========================================================================== + + +class TestExtractLookupValues: + TEMPLATE = ( + "<|db_entity|>{entity}<|db_relationship|>{rel}<|db_return|>{value}<|db_end|>" + ) + + def test_single_lookup(self): + raw = self.TEMPLATE.format( + entity="Hexol", rel="First Described By", value="Jorgensen" + ) + result = extract_lookup_values(raw) + assert result == ["Jorgensen"] + + def test_multiple_distinct_lookups(self): + raw = self.TEMPLATE.format( + entity="A", rel="R", value="X" + ) + self.TEMPLATE.format(entity="B", rel="S", value="Y") + result = extract_lookup_values(raw) + assert "X" in result + assert "Y" in result + assert len(result) == 2 + + def test_deduplicates_repeated_value(self): + raw = self.TEMPLATE.format( + entity="A", rel="R", value="X" + ) + self.TEMPLATE.format(entity="A", rel="R", value="X") + result = extract_lookup_values(raw) + assert result.count("X") == 1 + + def test_no_lookup_returns_empty(self): + assert extract_lookup_values("plain text") == [] + + def test_empty_string(self): + assert extract_lookup_values("") == [] + + def test_value_cleaned_before_return(self): + # value with answer prefix should be cleaned + raw = self.TEMPLATE.format(entity="A", rel="R", value="Answer: Paris") + result = extract_lookup_values(raw) + assert result == ["Paris"] + + def test_empty_value_ignored(self): + raw = self.TEMPLATE.format(entity="A", rel="R", value="") + result = extract_lookup_values(raw) + assert result == [] + + def test_multiline_value(self): + raw = self.TEMPLATE.format(entity="A", rel="R", value="Paris\nFrance") + result = extract_lookup_values(raw) + # clean_answer truncates at \n\n but a single \n is fine here + assert len(result) >= 1 + + +# =========================================================================== +# choose_answer +# =========================================================================== + + +class TestChooseAnswer: + def test_lookup_value_preferred_for_fact_query(self): + answer, source = choose_answer("What is the capital?", "Berlin", ["Paris"]) + assert answer == "Paris" + assert source == "lookup_value" + + def test_lookup_value_preferred_for_fill_blank(self): + answer, source = choose_answer("The capital is ____.", "Berlin", ["Paris"]) + assert answer == "Paris" + assert source == "lookup_value" + + def test_processed_text_used_when_no_lookup(self): + answer, source = choose_answer("The capital is Paris.", "Paris", []) + assert answer == "Paris" + assert source == "postprocessed_text" + + def test_lookup_value_used_as_fallback_for_non_fact_query(self): + # non-question, no blank → lookup not preferred, but postprocessed_text is empty + answer, source = choose_answer("Tell me about Paris.", "", ["Paris"]) + assert answer == "Paris" + assert source == "lookup_value" + + def test_empty_when_nothing_available(self): + answer, source = choose_answer("Some prompt.", "", []) + assert answer == "" + assert source == "empty" + + def test_question_mark_triggers_lookup_preference(self): + answer, source = choose_answer("Where was she born?", "France", ["Paris"]) + assert answer == "Paris" + + def test_blank_triggers_lookup_preference(self): + answer, source = choose_answer("She was born in ____", "France", ["Paris"]) + assert answer == "Paris" + + def test_first_lookup_value_used(self): + answer, source = choose_answer("Q?", "", ["First", "Second"]) + assert answer == "First" + + def test_non_question_uses_postprocessed_text(self): + answer, source = choose_answer( + "Describe Paris.", "The City of Light", ["Paris"] + ) + assert answer == "The City of Light" + assert source == "postprocessed_text" + + +# =========================================================================== +# compute_generation_budget +# =========================================================================== + + +class TestComputeGenerationBudget: + def _make_tokenizer(self, token_count: int): + tok = MagicMock() + tok.encode.return_value = list(range(token_count)) + return tok + + def test_minimum_is_32(self): + tok = self._make_tokenizer(0) + result = compute_generation_budget(tok, "", target_answer_tokens=0) + assert result >= 32 + + def test_includes_prompt_length(self): + tok = self._make_tokenizer(100) + result = compute_generation_budget(tok, "x" * 100, target_answer_tokens=12) + # 100 + 12 + 16 = 128 > 32 + assert result == 128 + + def test_includes_slack(self): + tok = self._make_tokenizer(10) + result = compute_generation_budget(tok, "short", target_answer_tokens=5) + # 10 + 5 + 16 = 31 → max(32, 31) = 32 + assert result == 32 + + def test_large_prompt(self): + tok = self._make_tokenizer(1000) + result = compute_generation_budget(tok, "x" * 1000, target_answer_tokens=12) + assert result == 1028 # 1000 + 12 + 16 + + def test_returns_int(self): + tok = self._make_tokenizer(50) + result = compute_generation_budget(tok, "prompt", target_answer_tokens=10) + assert isinstance(result, int) + + +# =========================================================================== +# prepare_prompt +# =========================================================================== + + +class TestPreparePrompt: + def test_strips_whitespace(self): + assert prepare_prompt(" hello ") == "hello" + + def test_no_change_needed(self): + assert prepare_prompt("hello") == "hello" + + def test_empty(self): + assert prepare_prompt("") == "" + + def test_newline_stripped(self): + assert prepare_prompt("hello\n") == "hello" + + def test_internal_content_preserved(self): + text = "What is the capital of France?" + assert prepare_prompt(text) == text + + +# =========================================================================== +# retrieve_lookup_value +# =========================================================================== + + +class TestRetrieveLookupValue: + def test_no_db_manager_returns_unknown(self): + model = MagicMock() + del model.db_manager # AttributeError → getattr returns None + model.db_manager = None + result = retrieve_lookup_value(model, "some query") + assert result == "unknown" + + def test_successful_retrieval(self): + db = MagicMock() + db.retrieve_from_database.return_value = "Paris" + model = MagicMock() + model.db_manager = db + result = retrieve_lookup_value(model, "query") + assert result == "Paris" + + def test_exception_with_top1_fallback(self): + db = MagicMock() + # First call raises, second (threshold=-1) succeeds + db.retrieve_from_database.side_effect = [ + ValueError("no result"), + "Paris", + ] + model = MagicMock() + model.db_manager = db + model.fallback_policy = "top1_anyway" + result = retrieve_lookup_value(model, "query") + assert result == "Paris" + + def test_exception_with_non_top1_policy_returns_unknown(self): + db = MagicMock() + db.retrieve_from_database.side_effect = ValueError("fail") + model = MagicMock() + model.db_manager = db + model.fallback_policy = "raise" + result = retrieve_lookup_value(model, "query") + assert result == "unknown" + + def test_both_calls_fail_returns_unknown(self): + db = MagicMock() + db.retrieve_from_database.side_effect = ValueError("fail") + model = MagicMock() + model.db_manager = db + model.fallback_policy = "top1_anyway" + result = retrieve_lookup_value(model, "query") + assert result == "unknown" + + +# =========================================================================== +# load_prompts +# =========================================================================== + + +class TestLoadPrompts: + def test_loads_valid_jsonl(self, tmp_path): + p = tmp_path / "prompts.jsonl" + records = [{"id": 1, "text": "hello"}, {"id": 2, "text": "world"}] + p.write_text("\n".join(json.dumps(r) for r in records), encoding="utf-8") + result = load_prompts(p) + assert len(result) == 2 + assert result[0]["id"] == 1 + assert result[1]["text"] == "world" + + def test_skips_blank_lines(self, tmp_path): + p = tmp_path / "prompts.jsonl" + p.write_text('{"id": 1}\n\n{"id": 2}\n \n{"id": 3}\n', encoding="utf-8") + result = load_prompts(p) + assert len(result) == 3 + + def test_empty_file(self, tmp_path): + p = tmp_path / "empty.jsonl" + p.write_text("", encoding="utf-8") + result = load_prompts(p) + assert result == [] + + def test_single_record(self, tmp_path): + p = tmp_path / "single.jsonl" + p.write_text('{"fact_id": 42}\n', encoding="utf-8") + result = load_prompts(p) + assert len(result) == 1 + assert result[0]["fact_id"] == 42 + + def test_unicode_content(self, tmp_path): + p = tmp_path / "unicode.jsonl" + p.write_text('{"text": "Jørgensen"}\n', encoding="utf-8") + result = load_prompts(p) + assert result[0]["text"] == "Jørgensen" + + +# =========================================================================== +# save_results +# =========================================================================== + + +class TestSaveResults: + def test_creates_parent_directories(self, tmp_path): + output = tmp_path / "a" / "b" / "results.jsonl" + save_results([{"key": "val"}], output) + assert output.exists() + + def test_saves_each_result_as_jsonl(self, tmp_path): + output = tmp_path / "out.jsonl" + results = [{"id": 1}, {"id": 2}] + save_results(results, output) + lines = output.read_text(encoding="utf-8").strip().split("\n") + assert len(lines) == 2 + assert json.loads(lines[0]) == {"id": 1} + assert json.loads(lines[1]) == {"id": 2} + + def test_empty_results(self, tmp_path): + output = tmp_path / "empty.jsonl" + save_results([], output) + assert output.read_text() == "" + + def test_unicode_preserved(self, tmp_path): + output = tmp_path / "unicode.jsonl" + save_results([{"text": "Jørgensen"}], output) + data = json.loads(output.read_text(encoding="utf-8").strip()) + assert data["text"] == "Jørgensen" + + def test_overwrites_existing_file(self, tmp_path): + output = tmp_path / "out.jsonl" + output.write_text("old content\n", encoding="utf-8") + save_results([{"new": True}], output) + data = json.loads(output.read_text(encoding="utf-8").strip()) + assert data == {"new": True} + + +# =========================================================================== +# _default_retrieval_trace +# =========================================================================== + + +class TestDefaultRetrievalTrace: + def test_full_state(self): + trace = _default_retrieval_trace(DatabaseState.FULL) + assert trace["state"] == "FULL" + assert trace["retrieval_enabled"] is True + assert trace["lookup_query"] is None + assert trace["all_candidates"] == [] + assert trace["error"] is None + + def test_del_on_state(self): + trace = _default_retrieval_trace(DatabaseState.DEL_ON) + assert trace["state"] == "DEL-ON" + assert trace["retrieval_enabled"] is True + + def test_del_off_state(self): + trace = _default_retrieval_trace(DatabaseState.DEL_OFF) + assert trace["state"] == "DEL-OFF" + assert trace["retrieval_enabled"] is False + + def test_all_keys_present(self): + trace = _default_retrieval_trace(DatabaseState.FULL) + expected_keys = { + "state", + "retrieval_enabled", + "lookup_query", + "threshold", + "all_candidates", + "deleted_candidates", + "retained_candidates", + "selected_candidate", + "selected_value", + "error", + } + assert expected_keys <= set(trace.keys()) + + def test_selected_value_none(self): + trace = _default_retrieval_trace(DatabaseState.FULL) + assert trace["selected_value"] is None + + +# =========================================================================== +# W&B visualisation tests +# =========================================================================== + + +def test_clean_answer_processing_logged_to_wandb(wandb_run): + """Bar chart showing before/after clean_answer character counts.""" + import matplotlib.pyplot as plt + + test_inputs = [ + "Answer: Paris", + "<b>Berlin</b>", + "<|db_entity|>X<|db_relationship|>Y<|db_return|>Value<|db_end|> Paris", + "The answer is Rome.", + '"Tokyo"', + "London\nQuestion: follow-up?", + " Madrid ", + "Vienna; city of music.", + ] + before_lens = [len(t) for t in test_inputs] + cleaned = [clean_answer(t) for t in test_inputs] + after_lens = [len(c) for c in cleaned] + + if wandb_run is not None: + try: + import numpy as np + import wandb + + x = np.arange(len(test_inputs)) + width = 0.4 + fig, ax = plt.subplots(figsize=(12, 5)) + ax.bar(x - width / 2, before_lens, width, label="before", color="tomato") + ax.bar(x + width / 2, after_lens, width, label="after", color="seagreen") + ax.set_xticks(x) + ax.set_xticklabels( + [t[:20] + "…" if len(t) > 20 else t for t in test_inputs], + rotation=45, + ha="right", + ) + ax.set_ylabel("Characters") + ax.set_title("clean_answer: before vs after character count") + ax.legend() + plt.tight_layout() + wandb_run.log({"run_audit/clean_answer_lengths": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + # Assertions: cleaned version should never be longer than original (after strip) + for inp, out in zip(test_inputs, cleaned): + assert len(out) <= len(inp.strip()) + 5 # small slack for unescape + + +def test_choose_answer_distribution_logged_to_wandb(wandb_run): + """Pie chart of choose_answer source distribution over test cases.""" + import matplotlib.pyplot as plt + from collections import Counter + + cases = [ + ("Q?", "Berlin", ["Paris"]), + ("Q?", "", ["Paris"]), + ("Statement.", "Paris", []), + ("Statement.", "", []), + ("Blank ____", "Berlin", ["Paris"]), + ("Statement.", "", ["Paris"]), + ] + sources = [choose_answer(p, out, lv)[1] for p, out, lv in cases] + counts = Counter(sources) + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + ax.pie( + counts.values(), + labels=counts.keys(), + autopct="%1.0f%%", + colors=["steelblue", "seagreen", "tomato"], + ) + ax.set_title("choose_answer source distribution") + plt.tight_layout() + wandb_run.log({"run_audit/choose_answer_sources": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert set(sources) <= {"lookup_value", "postprocessed_text", "empty"} From 57484cec337a3d55661e6671c92051d63953a34c Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 03:00:25 -0700 Subject: [PATCH 07/24] github actions activation --- .github/workflows/tests.yml | 91 ++++++ README.md | 4 + badges/coverage.svg | 21 ++ coverage.json | 1 + coverage.xml | 611 ++++++++++++++++++++++++++++++++++++ tests/conftest.py | 156 +++++++++ 6 files changed, 884 insertions(+) create mode 100644 .github/workflows/tests.yml create mode 100644 badges/coverage.svg create mode 100644 coverage.json create mode 100644 coverage.xml create mode 100644 tests/conftest.py diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..e1d1705 --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,91 @@ +name: Tests + +on: + push: + branches: + - "**" + pull_request: + +permissions: + contents: write + +jobs: + pytest: + runs-on: ubuntu-latest + + steps: + - name: Check out repository + uses: actions/checkout@v4 + + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: "3.10" + + - name: Install test dependencies + run: | + python -m pip install --upgrade pip + python -m pip install pytest pytest-cov numpy matplotlib python-dotenv tqdm transformers + python -m pip install torch --index-url https://download.pytorch.org/whl/cpu + + - name: Run unit tests with coverage + run: | + pytest \ + --cov=src/lmlm-audit \ + --cov-report=term-missing \ + --cov-report=xml \ + --cov-report=json + + - name: Upload coverage reports + uses: actions/upload-artifact@v4 + with: + name: coverage-reports + path: | + coverage.xml + coverage.json + + - name: Read coverage percentage + id: coverage + run: | + python - <<'PY' + import json + from pathlib import Path + + data = json.loads(Path("coverage.json").read_text()) + percent = float(data["totals"]["percent_covered"]) + rounded = f"{percent:.0f}%" + + if percent >= 90: + color = "brightgreen" + elif percent >= 80: + color = "green" + elif percent >= 70: + color = "yellowgreen" + elif percent >= 60: + color = "yellow" + elif percent >= 50: + color = "orange" + else: + color = "red" + + with Path("/tmp/coverage_outputs.txt").open("w") as f: + f.write(f"message={rounded}\n") + f.write(f"color={color}\n") + PY + cat /tmp/coverage_outputs.txt >> "$GITHUB_OUTPUT" + + - name: Generate coverage badge + if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch + uses: emibcn/badge-action@v2 + with: + label: coverage + status: ${{ steps.coverage.outputs.message }} + color: ${{ steps.coverage.outputs.color }} + path: badges/coverage.svg + + - name: Commit coverage badge + if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "chore(ci): update coverage badge" + file_pattern: badges/coverage.svg diff --git a/README.md b/README.md index 248f858..f6153d6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@

+

+ Coverage badge +

+

Project Proposal | diff --git a/badges/coverage.svg b/badges/coverage.svg new file mode 100644 index 0000000..10cbf04 --- /dev/null +++ b/badges/coverage.svg @@ -0,0 +1,21 @@ + + coverage: pending + + + + + + + + + + + + + + coverage + coverage + pending + pending + + diff --git a/coverage.json b/coverage.json new file mode 100644 index 0000000..928f7ed --- /dev/null +++ b/coverage.json @@ -0,0 +1 @@ +{"meta": {"format": 3, "version": "7.13.5", "timestamp": "2026-04-12T02:58:45.126494", "branch_coverage": false, "show_contexts": false}, "files": {"src/lmlm-audit/database_states.py": {"executed_lines": [1, 2, 3, 4, 6, 9, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 37, 38, 49, 50, 51, 66, 70, 71, 76, 81, 86, 87, 95, 96, 102, 103, 105, 106, 110, 111, 114, 120, 124, 130, 135, 139, 140, 141, 143, 146, 147, 149, 150, 153, 154, 160, 161, 162, 164, 165, 166, 167, 168, 170, 171, 173, 175, 176, 178, 182, 183, 184, 185, 186, 187, 188, 195, 210, 213, 225, 229, 230, 231, 236, 237, 243, 246, 247, 248, 249, 252, 253, 254, 255, 256, 258, 259, 262, 263, 265, 273, 274, 275, 277, 278, 279, 280, 281, 283, 285, 288, 292, 293, 296, 297, 299, 300, 301, 302, 303, 306], "summary": {"covered_lines": 122, "num_statements": 126, "percent_covered": 96.82539682539682, "percent_covered_display": "97", "missing_lines": 4, "excluded_lines": 0, "percent_statements_covered": 96.82539682539682, "percent_statements_covered_display": "97"}, "missing_lines": [142, 144, 172, 311], "excluded_lines": [], "functions": {"retrieval_enabled": {"executed_lines": [34], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 33}, "target_fact_from_prompt_row": {"executed_lines": [38], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 37}, "is_deleted_triplet": {"executed_lines": [50, 51], "summary": {"covered_lines": 2, "num_statements": 2, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 49}, "candidate_supports_target_fact": {"executed_lines": [70, 71, 76, 81, 86, 87], "summary": {"covered_lines": 6, "num_statements": 6, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 66}, "extract_lookup_query": {"executed_lines": [96, 102, 103, 105, 106, 110, 111], "summary": {"covered_lines": 7, "num_statements": 7, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 95}, "retrieve_triplet_candidates": {"executed_lines": [120, 124, 130, 135, 139, 140, 141, 143, 146, 147, 149, 150], "summary": {"covered_lines": 12, "num_statements": 14, "percent_covered": 85.71428571428571, "percent_covered_display": "86", "missing_lines": 2, "excluded_lines": 0, "percent_statements_covered": 85.71428571428571, "percent_statements_covered_display": "86"}, "missing_lines": [142, 144], "excluded_lines": [], "start_line": 114}, "AuditDatabaseManager.__init__": {"executed_lines": [160, 161, 162, 164, 165, 166, 167, 168], "summary": {"covered_lines": 8, "num_statements": 8, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 154}, "AuditDatabaseManager.init_topk_retriever": {"executed_lines": [171, 173], "summary": {"covered_lines": 2, "num_statements": 3, "percent_covered": 66.66666666666667, "percent_covered_display": "67", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 66.66666666666667, "percent_statements_covered_display": "67"}, "missing_lines": [172], "excluded_lines": [], "start_line": 170}, "AuditDatabaseManager.reset_trace": {"executed_lines": [176], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 175}, "AuditDatabaseManager._candidate_trace_entry": {"executed_lines": [182, 183, 184, 185, 186, 187, 188, 195], "summary": {"covered_lines": 8, "num_statements": 8, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 178}, "AuditDatabaseManager.retrieve_from_database": {"executed_lines": [213, 225, 229, 230, 231, 236, 237, 243, 246, 247, 248, 249, 252, 253, 254, 255, 256, 258, 259, 262, 263, 265, 273, 274, 275, 277, 278, 279, 280, 281, 283, 285, 288, 292, 293, 296, 297, 299, 300, 301, 302, 303], "summary": {"covered_lines": 42, "num_statements": 42, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 210}, "build_state_db_manager": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 1, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [311], "excluded_lines": [], "start_line": 306}, "": {"executed_lines": [1, 2, 3, 4, 6, 9, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 37, 49, 66, 95, 114, 153, 154, 170, 175, 178, 210, 306], "summary": {"covered_lines": 32, "num_statements": 32, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 1}}, "classes": {"DatabaseState": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 0, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 16}, "TargetFact": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 0, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 23}, "AuditDatabaseManager": {"executed_lines": [160, 161, 162, 164, 165, 166, 167, 168, 171, 173, 176, 182, 183, 184, 185, 186, 187, 188, 195, 213, 225, 229, 230, 231, 236, 237, 243, 246, 247, 248, 249, 252, 253, 254, 255, 256, 258, 259, 262, 263, 265, 273, 274, 275, 277, 278, 279, 280, 281, 283, 285, 288, 292, 293, 296, 297, 299, 300, 301, 302, 303], "summary": {"covered_lines": 61, "num_statements": 62, "percent_covered": 98.38709677419355, "percent_covered_display": "98", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 98.38709677419355, "percent_statements_covered_display": "98"}, "missing_lines": [172], "excluded_lines": [], "start_line": 153}, "": {"executed_lines": [1, 2, 3, 4, 6, 9, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 37, 38, 49, 50, 51, 66, 70, 71, 76, 81, 86, 87, 95, 96, 102, 103, 105, 106, 110, 111, 114, 120, 124, 130, 135, 139, 140, 141, 143, 146, 147, 149, 150, 153, 154, 170, 175, 178, 210, 306], "summary": {"covered_lines": 61, "num_statements": 64, "percent_covered": 95.3125, "percent_covered_display": "95", "missing_lines": 3, "excluded_lines": 0, "percent_statements_covered": 95.3125, "percent_statements_covered_display": "95"}, "missing_lines": [142, 144, 311], "excluded_lines": [], "start_line": 1}}}, "src/lmlm-audit/equivalence.py": {"executed_lines": [1, 2, 5, 7, 14, 15, 18, 19, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 50, 51, 54, 55, 64, 70, 71, 73, 74, 75], "summary": {"covered_lines": 39, "num_statements": 39, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "functions": {"tokenize": {"executed_lines": [15], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 14}, "normalize_text": {"executed_lines": [19], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 18}, "_flatten_alias_values": {"executed_lines": [23, 24, 26, 27, 29, 30, 31, 32, 33, 35], "summary": {"covered_lines": 10, "num_statements": 10, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 22}, "_unique_preserving_order": {"executed_lines": [39, 40, 41, 42, 43, 44, 45, 46, 47], "summary": {"covered_lines": 9, "num_statements": 9, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 38}, "build_alias_set": {"executed_lines": [51], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 50}, "prompt_row_aliases": {"executed_lines": [55], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 54}, "values_equivalent": {"executed_lines": [70, 71, 73, 74, 75], "summary": {"covered_lines": 5, "num_statements": 5, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 64}, "": {"executed_lines": [1, 2, 5, 7, 14, 18, 22, 38, 50, 54, 64], "summary": {"covered_lines": 11, "num_statements": 11, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 1}}, "classes": {"": {"executed_lines": [1, 2, 5, 7, 14, 15, 18, 19, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 50, 51, 54, 55, 64, 70, 71, 73, 74, 75], "summary": {"covered_lines": 39, "num_statements": 39, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 1}}}, "src/lmlm-audit/metrics.py": {"executed_lines": [1, 2, 3, 5, 8, 11, 12, 15, 16, 19, 24, 33, 38, 39, 41, 42, 44, 45, 47, 48, 49, 51, 55, 57, 60, 61, 62, 73, 76, 81, 82, 84, 85, 87, 88, 90, 91, 93, 94, 95, 97, 98, 100, 101, 102, 104, 107, 112, 117, 133, 134, 137, 141, 142, 144, 145, 146, 151, 152, 155, 156, 159, 160, 163, 164, 167, 168, 171, 172, 175, 176, 179, 180, 187, 190, 191, 192, 193, 194, 197, 200, 201, 208, 209, 212, 213, 214, 215, 217, 218, 219, 220, 226, 229, 230, 231, 232, 234, 235, 236, 237, 239, 244, 250, 252, 255, 256, 257, 259, 260, 261, 263, 268, 273, 278, 279, 281, 284, 285, 286, 287, 289, 290, 291, 292, 297, 301, 304, 305], "summary": {"covered_lines": 129, "num_statements": 130, "percent_covered": 99.23076923076923, "percent_covered_display": "99", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 99.23076923076923, "percent_statements_covered_display": "99"}, "missing_lines": [50], "excluded_lines": [], "functions": {"tokenize": {"executed_lines": [12], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 11}, "normalize_answer": {"executed_lines": [16], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 15}, "exact_match": {"executed_lines": [24], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 19}, "contains_match": {"executed_lines": [38, 39, 41, 42, 44, 45, 47, 48, 49, 51, 55, 57], "summary": {"covered_lines": 12, "num_statements": 13, "percent_covered": 92.3076923076923, "percent_covered_display": "92", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 92.3076923076923, "percent_statements_covered_display": "92"}, "missing_lines": [50], "excluded_lines": [], "start_line": 33}, "is_unknown": {"executed_lines": [61, 62, 73], "summary": {"covered_lines": 3, "num_statements": 3, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 60}, "precision_recall_f1": {"executed_lines": [81, 82, 84, 85, 87, 88, 90, 91, 93, 94, 95, 97, 98, 100, 101, 102, 104], "summary": {"covered_lines": 17, "num_statements": 17, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 76}, "score_prediction": {"executed_lines": [112, 117], "summary": {"covered_lines": 2, "num_statements": 2, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 107}, "count": {"executed_lines": [134], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 133}, "_average_metric": {"executed_lines": [141, 142, 144, 145, 146, 151, 152], "summary": {"covered_lines": 7, "num_statements": 7, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 137}, "exact_match_rate": {"executed_lines": [156], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 155}, "contains_match_rate": {"executed_lines": [160], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 159}, "unknown_rate": {"executed_lines": [164], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 163}, "precision_rate": {"executed_lines": [168], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 167}, "recall_rate": {"executed_lines": [172], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 171}, "f1_rate": {"executed_lines": [176], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 175}, "_result_group_key": {"executed_lines": [180], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 179}, "_group_results_by_fact": {"executed_lines": [190, 191, 192, 193, 194], "summary": {"covered_lines": 5, "num_statements": 5, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 187}, "_eligible_state_groups": {"executed_lines": [200, 201], "summary": {"covered_lines": 2, "num_statements": 2, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 197}, "paired_count": {"executed_lines": [209], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 208}, "parametric_leakage": {"executed_lines": [213, 214, 215, 217, 218, 219, 220, 226], "summary": {"covered_lines": 8, "num_statements": 8, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 212}, "retrieval_mediated_correctness": {"executed_lines": [230, 231, 232, 234, 235, 236, 237, 239, 244, 250, 252], "summary": {"covered_lines": 11, "num_statements": 11, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 229}, "trace_has_gold_equivalent": {"executed_lines": [256, 257, 259, 260, 261, 263, 268, 273, 278, 279, 281], "summary": {"covered_lines": 11, "num_statements": 11, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 255}, "retrieval_artifact_rate": {"executed_lines": [285, 286, 287, 289, 290, 291, 292, 297, 301], "summary": {"covered_lines": 9, "num_statements": 9, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 284}, "metrics_total": {"executed_lines": [305], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 304}, "": {"executed_lines": [1, 2, 3, 5, 8, 11, 15, 19, 33, 60, 76, 107, 133, 137, 155, 159, 163, 167, 171, 175, 179, 187, 197, 208, 212, 229, 255, 284, 304], "summary": {"covered_lines": 29, "num_statements": 29, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 1}}, "classes": {"": {"executed_lines": [1, 2, 3, 5, 8, 11, 12, 15, 16, 19, 24, 33, 38, 39, 41, 42, 44, 45, 47, 48, 49, 51, 55, 57, 60, 61, 62, 73, 76, 81, 82, 84, 85, 87, 88, 90, 91, 93, 94, 95, 97, 98, 100, 101, 102, 104, 107, 112, 117, 133, 134, 137, 141, 142, 144, 145, 146, 151, 152, 155, 156, 159, 160, 163, 164, 167, 168, 171, 172, 175, 176, 179, 180, 187, 190, 191, 192, 193, 194, 197, 200, 201, 208, 209, 212, 213, 214, 215, 217, 218, 219, 220, 226, 229, 230, 231, 232, 234, 235, 236, 237, 239, 244, 250, 252, 255, 256, 257, 259, 260, 261, 263, 268, 273, 278, 279, 281, 284, 285, 286, 287, 289, 290, 291, 292, 297, 301, 304, 305], "summary": {"covered_lines": 129, "num_statements": 130, "percent_covered": 99.23076923076923, "percent_covered_display": "99", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 99.23076923076923, "percent_statements_covered_display": "99"}, "missing_lines": [50], "excluded_lines": [], "start_line": 1}}}, "src/lmlm-audit/model_loader.py": {"executed_lines": [1, 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 18, 19, 20, 22, 23, 24, 25, 27, 30, 36, 37, 38, 39, 40, 45, 46, 48, 49, 51, 52, 53, 55, 56, 57, 60, 68, 69, 71], "summary": {"covered_lines": 40, "num_statements": 41, "percent_covered": 97.5609756097561, "percent_covered_display": "98", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 97.5609756097561, "percent_statements_covered_display": "98"}, "missing_lines": [58], "excluded_lines": [], "functions": {"_get_best_device": {"executed_lines": [11, 12, 13, 14, 15], "summary": {"covered_lines": 5, "num_statements": 5, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 10}, "_resolve_database_path": {"executed_lines": [19, 20, 22, 23, 24, 25, 27], "summary": {"covered_lines": 7, "num_statements": 7, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 18}, "load_model_and_tokenizer": {"executed_lines": [36, 37, 38, 39, 40, 45, 46, 48, 49, 51, 52, 53, 55, 56, 57, 60, 68, 69, 71], "summary": {"covered_lines": 19, "num_statements": 20, "percent_covered": 95.0, "percent_covered_display": "95", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 95.0, "percent_statements_covered_display": "95"}, "missing_lines": [58], "excluded_lines": [], "start_line": 30}, "": {"executed_lines": [1, 2, 3, 5, 6, 7, 10, 18, 30], "summary": {"covered_lines": 9, "num_statements": 9, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 1}}, "classes": {"": {"executed_lines": [1, 2, 3, 5, 6, 7, 10, 11, 12, 13, 14, 15, 18, 19, 20, 22, 23, 24, 25, 27, 30, 36, 37, 38, 39, 40, 45, 46, 48, 49, 51, 52, 53, 55, 56, 57, 60, 68, 69, 71], "summary": {"covered_lines": 40, "num_statements": 41, "percent_covered": 97.5609756097561, "percent_covered_display": "98", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 97.5609756097561, "percent_statements_covered_display": "98"}, "missing_lines": [58], "excluded_lines": [], "start_line": 1}}}, "src/lmlm-audit/run_audit.py": {"executed_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 28, 29, 30, 33, 34, 35, 38, 39, 42, 43, 45, 46, 48, 49, 50, 51, 53, 61, 62, 63, 65, 66, 67, 68, 69, 70, 73, 77, 80, 81, 82, 84, 85, 86, 87, 88, 90, 93, 98, 99, 101, 102, 104, 105, 107, 108, 110, 113, 118, 123, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 143, 216, 217, 231, 271, 305, 306, 307, 308, 309, 310, 313, 314, 315, 316, 317, 320, 350, 357, 386, 402, 437, 504, 598], "summary": {"covered_lines": 108, "num_statements": 236, "percent_covered": 45.76271186440678, "percent_covered_display": "46", "missing_lines": 128, "excluded_lines": 0, "percent_statements_covered": 45.76271186440678, "percent_statements_covered_display": "46"}, "missing_lines": [150, 151, 157, 158, 159, 160, 162, 167, 173, 174, 176, 188, 195, 196, 198, 206, 207, 208, 213, 239, 244, 245, 247, 254, 256, 280, 281, 282, 284, 285, 290, 291, 302, 321, 322, 325, 326, 327, 329, 332, 333, 334, 336, 337, 347, 351, 352, 353, 354, 358, 359, 368, 369, 370, 371, 383, 387, 389, 390, 392, 393, 394, 396, 398, 399, 413, 414, 415, 428, 432, 433, 434, 438, 439, 449, 455, 461, 467, 473, 482, 487, 494, 501, 505, 506, 507, 508, 513, 515, 516, 517, 518, 519, 521, 522, 523, 525, 526, 530, 532, 533, 534, 544, 545, 546, 553, 554, 555, 558, 562, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 580, 583, 584, 595, 599], "excluded_lines": [], "functions": {"load_prompts": {"executed_lines": [34, 35], "summary": {"covered_lines": 2, "num_statements": 2, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 33}, "prepare_prompt": {"executed_lines": [39], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 38}, "clean_answer": {"executed_lines": [43, 45, 46, 48, 49, 50, 51, 53, 61, 62, 63, 65, 66, 67, 68, 69, 70, 73, 77], "summary": {"covered_lines": 19, "num_statements": 19, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 42}, "extract_lookup_values": {"executed_lines": [81, 82, 84, 85, 86, 87, 88, 90], "summary": {"covered_lines": 8, "num_statements": 8, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 80}, "choose_answer": {"executed_lines": [98, 99, 101, 102, 104, 105, 107, 108, 110], "summary": {"covered_lines": 9, "num_statements": 9, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 93}, "compute_generation_budget": {"executed_lines": [118, 123], "summary": {"covered_lines": 2, "num_statements": 2, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 113}, "retrieve_lookup_value": {"executed_lines": [127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140], "summary": {"covered_lines": 13, "num_statements": 13, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 126}, "generate_answer": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 19, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 19, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [150, 151, 157, 158, 159, 160, 162, 167, 173, 174, 176, 188, 195, 196, 198, 206, 207, 208, 213], "excluded_lines": [], "start_line": 143}, "_default_retrieval_trace": {"executed_lines": [217], "summary": {"covered_lines": 1, "num_statements": 1, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 216}, "run_prompt_audit": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 6, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 6, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [239, 244, 245, 247, 254, 256], "excluded_lines": [], "start_line": 231}, "run_audit": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 8, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 8, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [280, 281, 282, 284, 285, 290, 291, 302], "excluded_lines": [], "start_line": 271}, "save_results": {"executed_lines": [306, 307, 308, 309, 310], "summary": {"covered_lines": 5, "num_statements": 5, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 305}, "discover_custom_audit_jobs": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 12, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 12, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [321, 322, 325, 326, 327, 329, 332, 333, 334, 336, 337, 347], "excluded_lines": [], "start_line": 320}, "infer_prompt_paths_for_database": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 4, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 4, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [351, 352, 353, 354], "excluded_lines": [], "start_line": 350}, "resolve_audit_jobs": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 7, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 7, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [358, 359, 368, 369, 370, 371, 383], "excluded_lines": [], "start_line": 357}, "setup_wandb": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 9, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 9, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [387, 389, 390, 392, 393, 394, 396, 398, 399], "excluded_lines": [], "start_line": 386}, "log_metrics_to_wandb": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 7, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 7, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [413, 414, 415, 428, 432, 433, 434], "excluded_lines": [], "start_line": 402}, "parse_args": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 11, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 11, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [438, 439, 449, 455, 461, 467, 473, 482, 487, 494, 501], "excluded_lines": [], "start_line": 437}, "main": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 44, "percent_covered": 0.0, "percent_covered_display": "0", "missing_lines": 44, "excluded_lines": 0, "percent_statements_covered": 0.0, "percent_statements_covered_display": "0"}, "missing_lines": [505, 506, 507, 508, 513, 515, 516, 517, 518, 519, 521, 522, 523, 525, 526, 530, 532, 533, 534, 544, 545, 546, 553, 554, 555, 558, 562, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 580, 583, 584, 595], "excluded_lines": [], "start_line": 504}, "": {"executed_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 28, 29, 30, 33, 38, 42, 80, 93, 113, 126, 143, 216, 231, 271, 305, 313, 314, 315, 316, 317, 320, 350, 357, 386, 402, 437, 504, 598], "summary": {"covered_lines": 48, "num_statements": 49, "percent_covered": 97.95918367346938, "percent_covered_display": "98", "missing_lines": 1, "excluded_lines": 0, "percent_statements_covered": 97.95918367346938, "percent_statements_covered_display": "98"}, "missing_lines": [599], "excluded_lines": [], "start_line": 1}}, "classes": {"AuditJob": {"executed_lines": [], "summary": {"covered_lines": 0, "num_statements": 0, "percent_covered": 100.0, "percent_covered_display": "100", "missing_lines": 0, "excluded_lines": 0, "percent_statements_covered": 100.0, "percent_statements_covered_display": "100"}, "missing_lines": [], "excluded_lines": [], "start_line": 314}, "": {"executed_lines": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 28, 29, 30, 33, 34, 35, 38, 39, 42, 43, 45, 46, 48, 49, 50, 51, 53, 61, 62, 63, 65, 66, 67, 68, 69, 70, 73, 77, 80, 81, 82, 84, 85, 86, 87, 88, 90, 93, 98, 99, 101, 102, 104, 105, 107, 108, 110, 113, 118, 123, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 143, 216, 217, 231, 271, 305, 306, 307, 308, 309, 310, 313, 314, 315, 316, 317, 320, 350, 357, 386, 402, 437, 504, 598], "summary": {"covered_lines": 108, "num_statements": 236, "percent_covered": 45.76271186440678, "percent_covered_display": "46", "missing_lines": 128, "excluded_lines": 0, "percent_statements_covered": 45.76271186440678, "percent_statements_covered_display": "46"}, "missing_lines": [150, 151, 157, 158, 159, 160, 162, 167, 173, 174, 176, 188, 195, 196, 198, 206, 207, 208, 213, 239, 244, 245, 247, 254, 256, 280, 281, 282, 284, 285, 290, 291, 302, 321, 322, 325, 326, 327, 329, 332, 333, 334, 336, 337, 347, 351, 352, 353, 354, 358, 359, 368, 369, 370, 371, 383, 387, 389, 390, 392, 393, 394, 396, 398, 399, 413, 414, 415, 428, 432, 433, 434, 438, 439, 449, 455, 461, 467, 473, 482, 487, 494, 501, 505, 506, 507, 508, 513, 515, 516, 517, 518, 519, 521, 522, 523, 525, 526, 530, 532, 533, 534, 544, 545, 546, 553, 554, 555, 558, 562, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 580, 583, 584, 595, 599], "excluded_lines": [], "start_line": 1}}}}, "totals": {"covered_lines": 438, "num_statements": 572, "percent_covered": 76.57342657342657, "percent_covered_display": "77", "missing_lines": 134, "excluded_lines": 0, "percent_statements_covered": 76.57342657342657, "percent_statements_covered_display": "77"}} \ No newline at end of file diff --git a/coverage.xml b/coverage.xml new file mode 100644 index 0000000..8e70f4e --- /dev/null +++ b/coverage.xml @@ -0,0 +1,611 @@ + + + + + + /Users/aryaraeesi/Documents/UC Berkeley/cs288/project/lmlm-audit/src/lmlm-audit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 0000000..ba15a12 --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,156 @@ +""" +Shared pytest configuration and fixtures for the lmlm-audit test suite. + +W&B runs in **offline** mode by default so no API key is required. +Set ``WANDB_MODE=online`` and ``WANDB_API_KEY`` in your environment to +actually upload runs to the cloud. +""" + +import os +import sys +from pathlib import Path + +import matplotlib +import pytest + +# Non-interactive backend must be set before any pyplot import. +matplotlib.use("Agg") + +# Make every source module importable without an editable install. +sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) + +WANDB_TEST_PROJECT = "lmlm-audit-tests" + + +# --------------------------------------------------------------------------- +# Global pytest hooks +# --------------------------------------------------------------------------- + + +def pytest_configure(config): + """Force offline W&B mode unless the caller overrides it.""" + os.environ.setdefault("WANDB_MODE", "offline") + + +# --------------------------------------------------------------------------- +# W&B session fixture +# --------------------------------------------------------------------------- + + +@pytest.fixture(scope="session") +def wandb_run(): + """ + A single W&B run shared across the whole test session. + + Tests that want to log plots or metrics should accept ``wandb_run`` as a + parameter and guard against ``None`` (returned when wandb cannot be + initialised). + """ + try: + import wandb # noqa: PLC0415 + + run = wandb.init( + project=WANDB_TEST_PROJECT, + name="pytest-unit-tests", + mode=os.environ.get("WANDB_MODE", "offline"), + tags=["unit-tests"], + reinit=True, + ) + yield run + run.finish() + except Exception: + yield None + + +# --------------------------------------------------------------------------- +# Shared fake database infrastructure (available to all test modules) +# --------------------------------------------------------------------------- + + +class FakeModel: + """Minimal sentence-embedding model stub.""" + + def encode(self, texts, **_kwargs): + return [[1.0] * max(1, len(texts))] + + +class FakeIndex: + """Stub for a FAISS-like index.""" + + def __init__(self, indices, distances): + self.indices = list(indices) + self.distances = list(distances) + + def search(self, _query_embedding, _top_k): + return [self.distances], [self.indices] + + +class FakeRetriever: + """Stub retriever that returns configurable triplets.""" + + def __init__(self, id_to_triplet=None, distances=None): + self.top_k = 3 + self.default_threshold = 0.6 + self.model = FakeModel() + + if id_to_triplet is None: + id_to_triplet = { + 0: ("Hexol", "First Described By", "Jorgensen"), + 1: ("Hexol", "Structure Recognized By", "Werner"), + 2: ("Jocelyne Girard-Bujold", "Term End", "2004"), + } + if distances is None: + distances = [0.95, 0.90, 0.80] + + self.id_to_triplet = id_to_triplet + indices = sorted(id_to_triplet.keys()) + self.index = FakeIndex( + indices=indices, + distances=distances[: len(indices)], + ) + + @staticmethod + def _normalize_text(text): + return text.lower().strip() + + +class FakeBaseManager: + """Stub database manager.""" + + def __init__(self, return_value="Jorgensen"): + self.database_name = "fake" + self.database_org_file = [] + self.database = {} + self.topk_retriever = FakeRetriever() + self._return_value = return_value + + def init_topk_retriever(self, *args, **kwargs): + pass + + def retrieve_from_database(self, _prompt, threshold=None): + return self._return_value + + +# --------------------------------------------------------------------------- +# Convenience fixtures +# --------------------------------------------------------------------------- + + +@pytest.fixture +def fake_base_manager(): + return FakeBaseManager() + + +@pytest.fixture +def basic_target_fact(): + from database_states import TargetFact + + return TargetFact( + fact_id=10, + subject="Hexol", + subject_aliases=(), + relation="First Described By", + relation_aliases=(), + object="Jørgensen", + object_aliases=("Jorgensen",), + ) From c59c332a3a74e30b2b73ee26e26f33b581a3cb6b Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 03:03:21 -0700 Subject: [PATCH 08/24] fix --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e1d1705..0a7bc1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,7 +75,7 @@ jobs: cat /tmp/coverage_outputs.txt >> "$GITHUB_OUTPUT" - name: Generate coverage badge - if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch + if: github.event_name == 'push' uses: emibcn/badge-action@v2 with: label: coverage @@ -84,7 +84,7 @@ jobs: path: badges/coverage.svg - name: Commit coverage badge - if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch + if: github.event_name == 'push' uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore(ci): update coverage badge" From f2e32a3a3698a8b8329b4bdd32ea789a1fc931a7 Mon Sep 17 00:00:00 2001 From: raeesiarya <182804205+raeesiarya@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:04:26 +0000 Subject: [PATCH 09/24] chore(ci): update coverage badge --- badges/coverage.svg | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/badges/coverage.svg b/badges/coverage.svg index 10cbf04..42b4e99 100644 --- a/badges/coverage.svg +++ b/badges/coverage.svg @@ -1,21 +1,20 @@ - - coverage: pending - - + + coverage: 77% + + - - - - - - - + + + + + - - coverage - coverage - pending - pending + - + + \ No newline at end of file From cf039af96946225cf0e8eaef0ce94ff76fcd7baa Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 03:07:17 -0700 Subject: [PATCH 10/24] Add comprehensive pytest suite with W&B plot logging (390 tests) - tests/conftest.py: new shared W&B session fixture (offline mode by default), matplotlib Agg backend, sys.path setup, shared fake DB classes - tests/test_equivalence.py: new file with 99 tests covering every function in equivalence.py including edge cases and two W&B plots - tests/test_database_states.py: extended from 6 to 65 tests covering DatabaseState enum, TargetFact, target_fact_from_prompt_row, all three extract_lookup_query patterns, is_deleted_triplet alias/case handling, candidate_supports_target_fact all flag combinations, and AuditDatabaseManager FULL/DEL-ON/DEL-OFF/no-target-fact paths - tests/test_metrics.py: extended from 14 to 126 tests covering all rate helpers, _group_results_by_fact, _eligible_state_groups, parametric leakage/retrieval-mediated-correctness/artifact-rate edge cases, and three W&B scatter/bar plots - tests/test_model_loader.py: filled in from empty to 20 tests for _get_best_device (mocked CUDA/MPS), _resolve_database_path (tmp_path), and load_model_and_tokenizer import guard + dotenv + pad_token + device - tests/test_run_audit.py: extended from 2 to 80 tests covering clean_answer (20+ cases), extract_lookup_values, choose_answer, compute_generation_budget, retrieve_lookup_value fallback policy, load_prompts, save_results, and _default_retrieval_trace Co-Authored-By: Claude Sonnet 4.6 --- tests/conftest.py | 156 ++++++ tests/test_database_states.py | 783 +++++++++++++++++++++++++++-- tests/test_equivalence.py | 559 +++++++++++++++++++++ tests/test_metrics.py | 902 ++++++++++++++++++++++++++++++++-- tests/test_model_loader.py | 310 ++++++++++++ tests/test_run_audit.py | 583 +++++++++++++++++++++- 6 files changed, 3218 insertions(+), 75 deletions(-) create mode 100644 tests/conftest.py create mode 100644 tests/test_equivalence.py diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 0000000..ba15a12 --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,156 @@ +""" +Shared pytest configuration and fixtures for the lmlm-audit test suite. + +W&B runs in **offline** mode by default so no API key is required. +Set ``WANDB_MODE=online`` and ``WANDB_API_KEY`` in your environment to +actually upload runs to the cloud. +""" + +import os +import sys +from pathlib import Path + +import matplotlib +import pytest + +# Non-interactive backend must be set before any pyplot import. +matplotlib.use("Agg") + +# Make every source module importable without an editable install. +sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) + +WANDB_TEST_PROJECT = "lmlm-audit-tests" + + +# --------------------------------------------------------------------------- +# Global pytest hooks +# --------------------------------------------------------------------------- + + +def pytest_configure(config): + """Force offline W&B mode unless the caller overrides it.""" + os.environ.setdefault("WANDB_MODE", "offline") + + +# --------------------------------------------------------------------------- +# W&B session fixture +# --------------------------------------------------------------------------- + + +@pytest.fixture(scope="session") +def wandb_run(): + """ + A single W&B run shared across the whole test session. + + Tests that want to log plots or metrics should accept ``wandb_run`` as a + parameter and guard against ``None`` (returned when wandb cannot be + initialised). + """ + try: + import wandb # noqa: PLC0415 + + run = wandb.init( + project=WANDB_TEST_PROJECT, + name="pytest-unit-tests", + mode=os.environ.get("WANDB_MODE", "offline"), + tags=["unit-tests"], + reinit=True, + ) + yield run + run.finish() + except Exception: + yield None + + +# --------------------------------------------------------------------------- +# Shared fake database infrastructure (available to all test modules) +# --------------------------------------------------------------------------- + + +class FakeModel: + """Minimal sentence-embedding model stub.""" + + def encode(self, texts, **_kwargs): + return [[1.0] * max(1, len(texts))] + + +class FakeIndex: + """Stub for a FAISS-like index.""" + + def __init__(self, indices, distances): + self.indices = list(indices) + self.distances = list(distances) + + def search(self, _query_embedding, _top_k): + return [self.distances], [self.indices] + + +class FakeRetriever: + """Stub retriever that returns configurable triplets.""" + + def __init__(self, id_to_triplet=None, distances=None): + self.top_k = 3 + self.default_threshold = 0.6 + self.model = FakeModel() + + if id_to_triplet is None: + id_to_triplet = { + 0: ("Hexol", "First Described By", "Jorgensen"), + 1: ("Hexol", "Structure Recognized By", "Werner"), + 2: ("Jocelyne Girard-Bujold", "Term End", "2004"), + } + if distances is None: + distances = [0.95, 0.90, 0.80] + + self.id_to_triplet = id_to_triplet + indices = sorted(id_to_triplet.keys()) + self.index = FakeIndex( + indices=indices, + distances=distances[: len(indices)], + ) + + @staticmethod + def _normalize_text(text): + return text.lower().strip() + + +class FakeBaseManager: + """Stub database manager.""" + + def __init__(self, return_value="Jorgensen"): + self.database_name = "fake" + self.database_org_file = [] + self.database = {} + self.topk_retriever = FakeRetriever() + self._return_value = return_value + + def init_topk_retriever(self, *args, **kwargs): + pass + + def retrieve_from_database(self, _prompt, threshold=None): + return self._return_value + + +# --------------------------------------------------------------------------- +# Convenience fixtures +# --------------------------------------------------------------------------- + + +@pytest.fixture +def fake_base_manager(): + return FakeBaseManager() + + +@pytest.fixture +def basic_target_fact(): + from database_states import TargetFact + + return TargetFact( + fact_id=10, + subject="Hexol", + subject_aliases=(), + relation="First Described By", + relation_aliases=(), + object="Jørgensen", + object_aliases=("Jorgensen",), + ) diff --git a/tests/test_database_states.py b/tests/test_database_states.py index 7c7cad3..27637d8 100644 --- a/tests/test_database_states.py +++ b/tests/test_database_states.py @@ -1,6 +1,14 @@ +""" +Unit tests for src/lmlm-audit/database_states.py. + +Tests cover every exported symbol with normal, boundary, and edge-case +inputs. Several tests log diagnostic plots to the shared W&B run. +""" + import sys from pathlib import Path +import pytest sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) @@ -12,9 +20,15 @@ extract_lookup_query, is_deleted_triplet, retrieval_enabled, + target_fact_from_prompt_row, ) +# --------------------------------------------------------------------------- +# Shared fakes +# --------------------------------------------------------------------------- + + class FakeModel: def encode(self, *_args, **_kwargs): return [[1.0]] @@ -30,19 +44,26 @@ def search(self, _query_embedding, _top_k): class FakeRetriever: - def __init__(self) -> None: + def __init__(self, id_to_triplet=None, distances=None) -> None: self.top_k = 3 self.default_threshold = 0.6 self.model = FakeModel() + + if id_to_triplet is None: + id_to_triplet = { + 0: ("Hexol", "First Described By", "Jorgensen"), + 1: ("Hexol", "Structure Recognized By", "Werner"), + 2: ("Jocelyne Girard-Bujold", "Term End", "2004"), + } + if distances is None: + distances = [0.95, 0.90, 0.80] + + self.id_to_triplet = id_to_triplet + indices = sorted(id_to_triplet.keys()) self.index = FakeIndex( - indices=[0, 1, 2], - distances=[0.95, 0.90, 0.80], + indices=indices, + distances=distances[: len(indices)], ) - self.id_to_triplet = { - 0: ("Hexol", "First Described By", "Jorgensen"), - 1: ("Hexol", "Structure Recognized By", "Werner"), - 2: ("Jocelyne Girard-Bujold", "Term End", "2004"), - } @staticmethod def _normalize_text(text: str) -> str: @@ -50,17 +71,42 @@ def _normalize_text(text: str) -> str: class FakeBaseManager: - def __init__(self) -> None: + def __init__(self, return_value="Jorgensen") -> None: self.database_name = "fake" self.database_org_file = [] self.database = {} self.topk_retriever = FakeRetriever() + self._return_value = return_value def init_topk_retriever(self, *args, **kwargs) -> None: return None def retrieve_from_database(self, _prompt: str, threshold=None) -> str: - return "Jorgensen" + return self._return_value + + +# --------------------------------------------------------------------------- +# Helper +# --------------------------------------------------------------------------- + + +def _make_target_fact(**overrides) -> TargetFact: + defaults = dict( + fact_id=10, + subject="Hexol", + subject_aliases=(), + relation="First Described By", + relation_aliases=(), + object="Jørgensen", + object_aliases=("Jorgensen",), + ) + defaults.update(overrides) + return TargetFact(**defaults) + + +# =========================================================================== +# retrieval_enabled +# =========================================================================== def test_retrieval_enabled() -> None: @@ -69,6 +115,134 @@ def test_retrieval_enabled() -> None: assert retrieval_enabled(DatabaseState.DEL_OFF) is False +def test_retrieval_enabled_all_states_covered(): + results = {state: retrieval_enabled(state) for state in DatabaseState} + assert results[DatabaseState.FULL] is True + assert results[DatabaseState.DEL_ON] is True + assert results[DatabaseState.DEL_OFF] is False + + +# =========================================================================== +# DatabaseState enum +# =========================================================================== + + +class TestDatabaseStateEnum: + def test_values(self): + assert DatabaseState.FULL.value == "FULL" + assert DatabaseState.DEL_ON.value == "DEL-ON" + assert DatabaseState.DEL_OFF.value == "DEL-OFF" + + def test_string_comparison(self): + # DatabaseState inherits from str + assert DatabaseState.FULL == "FULL" + assert DatabaseState.DEL_ON == "DEL-ON" + assert DatabaseState.DEL_OFF == "DEL-OFF" + + def test_from_string(self): + assert DatabaseState("FULL") is DatabaseState.FULL + assert DatabaseState("DEL-ON") is DatabaseState.DEL_ON + assert DatabaseState("DEL-OFF") is DatabaseState.DEL_OFF + + def test_invalid_string_raises(self): + with pytest.raises(ValueError): + DatabaseState("INVALID") + + def test_membership(self): + assert DatabaseState.FULL in DatabaseState + assert DatabaseState.DEL_ON in DatabaseState + assert DatabaseState.DEL_OFF in DatabaseState + + +# =========================================================================== +# TargetFact dataclass +# =========================================================================== + + +class TestTargetFact: + def test_construction(self): + tf = _make_target_fact() + assert tf.subject == "Hexol" + assert tf.relation == "First Described By" + assert tf.object == "Jørgensen" + assert tf.fact_id == 10 + + def test_frozen(self): + tf = _make_target_fact() + with pytest.raises(Exception): + tf.subject = "Other" # type: ignore[misc] + + def test_none_fact_id(self): + tf = _make_target_fact(fact_id=None) + assert tf.fact_id is None + + def test_empty_aliases(self): + tf = _make_target_fact(subject_aliases=(), relation_aliases=(), object_aliases=()) + assert tf.subject_aliases == () + assert tf.relation_aliases == () + assert tf.object_aliases == () + + def test_multiple_aliases(self): + tf = _make_target_fact(object_aliases=("a", "b", "c")) + assert len(tf.object_aliases) == 3 + + +# =========================================================================== +# target_fact_from_prompt_row +# =========================================================================== + + +class TestTargetFactFromPromptRow: + def test_basic_prompt_row(self): + row = { + "fact_id": 42, + "subject": "Alice", + "subject_aliases": ["Al"], + "relation": "Born In", + "relation_aliases": [], + "gold_object": "Wonderland", + "object_aliases": ["WL"], + "gold_object_aliases": [], + "answer_aliases": [], + } + tf = target_fact_from_prompt_row(row) + assert tf.fact_id == 42 + assert tf.subject == "Alice" + assert tf.relation == "Born In" + assert tf.object == "Wonderland" + assert "Al" in tf.subject_aliases + assert "WL" in tf.object_aliases + + def test_missing_fact_id(self): + row = { + "subject": "Alice", + "relation": "Born In", + "gold_object": "Wonderland", + } + tf = target_fact_from_prompt_row(row) + assert tf.fact_id is None + + def test_object_aliases_from_multiple_keys(self): + row = { + "subject": "X", + "relation": "R", + "gold_object": "Y", + "object_aliases": ["a"], + "gold_object_aliases": ["b"], + "answer_aliases": ["c"], + } + tf = target_fact_from_prompt_row(row) + aliases_normalized = {s.lower() for s in tf.object_aliases} + assert "a" in aliases_normalized + assert "b" in aliases_normalized + assert "c" in aliases_normalized + + +# =========================================================================== +# extract_lookup_query +# =========================================================================== + + def test_extract_lookup_query() -> None: entity, relation = extract_lookup_query( "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" @@ -77,16 +251,76 @@ def test_extract_lookup_query() -> None: assert relation == "First Described By" -def test_is_deleted_triplet() -> None: - target_fact = TargetFact( - fact_id=10, - subject="Hexol", - subject_aliases=(), - relation="First Described By", - relation_aliases=(), - object="Jørgensen", - object_aliases=("Jorgensen",), +def test_extract_lookup_query_dblookup_pattern() -> None: + entity, relation = extract_lookup_query( + "[dblookup('Hexol', 'First Described By') ->" + ) + assert entity == "Hexol" + assert relation == "First Described By" + + +def test_extract_lookup_query_dblookup_with_extra_whitespace() -> None: + entity, relation = extract_lookup_query( + "[dblookup('Hexol', 'First Described By') ->" + ) + assert entity == "Hexol" + assert relation == "First Described By" + + +def test_extract_lookup_query_strips_whitespace() -> None: + entity, relation = extract_lookup_query( + "<|db_entity|> Hexol <|db_relationship|> First Described By <|db_return|>" ) + assert entity.strip() == "Hexol" + assert relation.strip() == "First Described By" + + +def test_extract_lookup_query_no_match_raises() -> None: + with pytest.raises(ValueError, match="No valid dblookup pattern"): + extract_lookup_query("this is just a normal sentence") + + +def test_extract_lookup_query_empty_string_raises() -> None: + with pytest.raises(ValueError): + extract_lookup_query("") + + +def test_extract_lookup_query_multiple_distinct_matches_raises() -> None: + # Two different (entity, relation) pairs → ambiguous + prompt = ( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + " some text " + "<|db_entity|>Werner<|db_relationship|>Structure<|db_return|>" + ) + with pytest.raises(ValueError, match="Multiple dblookup matches"): + extract_lookup_query(prompt) + + +def test_extract_lookup_query_same_match_twice_ok() -> None: + # Two identical lookups → deduplicated to one match + prompt = ( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + entity, relation = extract_lookup_query(prompt) + assert entity == "Hexol" + assert relation == "First Described By" + + +def test_extract_lookup_query_special_chars_in_entity() -> None: + entity, relation = extract_lookup_query( + "<|db_entity|>O'Brien<|db_relationship|>Nationality<|db_return|>" + ) + assert "O'Brien" in entity + + +# =========================================================================== +# is_deleted_triplet +# =========================================================================== + + +def test_is_deleted_triplet() -> None: + target_fact = _make_target_fact() assert ( is_deleted_triplet( ("Hexol", "First Described By", "Jorgensen"), @@ -103,16 +337,53 @@ def test_is_deleted_triplet() -> None: ) -def test_candidate_supports_target_fact_flags() -> None: - target_fact = TargetFact( - fact_id=10, +def test_is_deleted_triplet_canonical_object_match() -> None: + target_fact = _make_target_fact(object="Jørgensen", object_aliases=()) + # canonical form is "Jørgensen"; alias "Jorgensen" not present + # but "Jørgensen" must match canonical + assert is_deleted_triplet(("Hexol", "First Described By", "Jørgensen"), target_fact) is True + + +def test_is_deleted_triplet_wrong_subject() -> None: + target_fact = _make_target_fact() + assert is_deleted_triplet(("Other", "First Described By", "Jorgensen"), target_fact) is False + + +def test_is_deleted_triplet_wrong_relation() -> None: + target_fact = _make_target_fact() + assert is_deleted_triplet(("Hexol", "Different Relation", "Jorgensen"), target_fact) is False + + +def test_is_deleted_triplet_wrong_object() -> None: + target_fact = _make_target_fact() + assert is_deleted_triplet(("Hexol", "First Described By", "Werner"), target_fact) is False + + +def test_is_deleted_triplet_alias_subject() -> None: + target_fact = _make_target_fact( subject="Hexol", - subject_aliases=(), - relation="First Described By", - relation_aliases=(), - object="Jørgensen", - object_aliases=("Jorgensen",), + subject_aliases=("HexolAlias",), ) + assert is_deleted_triplet(("HexolAlias", "First Described By", "Jorgensen"), target_fact) is True + + +def test_is_deleted_triplet_case_insensitive() -> None: + target_fact = _make_target_fact() + assert is_deleted_triplet(("hexol", "first described by", "jorgensen"), target_fact) is True + + +def test_is_deleted_triplet_all_wrong() -> None: + target_fact = _make_target_fact() + assert is_deleted_triplet(("A", "B", "C"), target_fact) is False + + +# =========================================================================== +# candidate_supports_target_fact +# =========================================================================== + + +def test_candidate_supports_target_fact_flags() -> None: + target_fact = _make_target_fact() assert candidate_supports_target_fact( ("Hexol", "First Described By", "Jorgensen"), @@ -124,17 +395,179 @@ def test_candidate_supports_target_fact_flags() -> None: ) == (True, False, True, False) -def test_audit_database_manager_filters_deleted_fact() -> None: - base_manager = FakeBaseManager() - target_fact = TargetFact( - fact_id=10, - subject="Hexol", - subject_aliases=(), - relation="First Described By", - relation_aliases=(), - object="Jørgensen", +def test_candidate_all_false() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact(("A", "B", "C"), target_fact) + assert ms is False + assert mr is False + assert mo is False + assert sup is False + + +def test_candidate_subject_only() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact( + ("Hexol", "Other Relation", "Other Object"), target_fact + ) + assert ms is True + assert mr is False + assert mo is False + assert sup is False + + +def test_candidate_relation_only() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact( + ("Other", "First Described By", "Other"), target_fact + ) + assert ms is False + assert mr is True + assert mo is False + assert sup is False + + +def test_candidate_object_only() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact( + ("Other", "Other Relation", "Jorgensen"), target_fact + ) + assert ms is False + assert mr is False + assert mo is True + assert sup is False + + +def test_candidate_subject_and_relation_but_not_object() -> None: + target_fact = _make_target_fact() + ms, mr, mo, sup = candidate_supports_target_fact( + ("Hexol", "First Described By", "WRONG"), target_fact + ) + assert ms is True + assert mr is True + assert mo is False + assert sup is False + + +def test_candidate_supports_via_alias() -> None: + target_fact = _make_target_fact( + subject_aliases=("HexolAlias",), + relation_aliases=("FDB",), object_aliases=("Jorgensen",), ) + ms, mr, mo, sup = candidate_supports_target_fact( + ("HexolAlias", "FDB", "Jorgensen"), target_fact + ) + assert sup is True + + +# =========================================================================== +# AuditDatabaseManager – basic attributes +# =========================================================================== + + +class TestAuditDatabaseManagerInit: + def test_attributes_copied_from_base(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + ) + assert mgr.database_name == "fake" + assert mgr.database == {} + assert mgr.database_org_file == [] + + def test_topk_retriever_inherited(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager(base, DatabaseState.FULL) + assert mgr.topk_retriever is not None + + def test_last_trace_initially_none(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager(base, DatabaseState.FULL) + assert mgr.last_trace is None + + def test_reset_trace(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager(base, DatabaseState.FULL, _make_target_fact()) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert mgr.last_trace is not None + mgr.reset_trace() + assert mgr.last_trace is None + + def test_target_fact_none(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager(base, DatabaseState.FULL, target_fact=None) + assert mgr.target_fact is None + + +# =========================================================================== +# AuditDatabaseManager – FULL state (passthrough) +# =========================================================================== + + +class TestAuditDatabaseManagerFull: + def _make_manager(self, return_value="Jorgensen"): + base = FakeBaseManager(return_value=return_value) + return AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + target_fact=_make_target_fact(), + ) + + def test_full_state_returns_base_value(self): + mgr = self._make_manager() + value = mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert value == "Jorgensen" + + def test_full_state_sets_last_trace(self): + mgr = self._make_manager() + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert mgr.last_trace is not None + + def test_full_state_trace_has_all_candidates_as_retained(self): + mgr = self._make_manager() + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + trace = mgr.last_trace + assert len(trace["retained_candidates"]) == 3 + + def test_full_state_trace_deleted_empty(self): + mgr = self._make_manager() + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert trace["deleted_candidates"] == [] if (trace := mgr.last_trace) else True + + def test_full_state_fallback_on_parse_error(self): + mgr = self._make_manager() + value = mgr.retrieve_from_database("not a dblookup prompt") + assert value == "Jorgensen" + assert mgr.last_trace is not None + assert mgr.last_trace["error"] is not None + + def test_full_state_selected_value_recorded(self): + mgr = self._make_manager(return_value="Werner") + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert mgr.last_trace["selected_value"] == "Werner" + + +# =========================================================================== +# AuditDatabaseManager – DEL_ON state (filtering) +# =========================================================================== + + +def test_audit_database_manager_filters_deleted_fact() -> None: + base_manager = FakeBaseManager() + target_fact = _make_target_fact() audit_manager = AuditDatabaseManager( base_db_manager=base_manager, state=DatabaseState.DEL_ON, @@ -162,17 +595,124 @@ def test_audit_database_manager_filters_deleted_fact() -> None: assert audit_manager.last_trace["selected_value"] == "Werner" +def test_del_on_all_candidates_deleted_raises(): + """When every candidate matches the deleted fact, a ValueError is raised.""" + id_to_triplet = { + 0: ("Hexol", "First Described By", "Jorgensen"), + } + retriever = FakeRetriever(id_to_triplet=id_to_triplet, distances=[0.95]) + base = FakeBaseManager() + base.topk_retriever = retriever + + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + with pytest.raises(ValueError, match="No retrieval results"): + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + + +def test_del_on_trace_error_set_when_all_deleted(): + id_to_triplet = {0: ("Hexol", "First Described By", "Jorgensen")} + retriever = FakeRetriever(id_to_triplet=id_to_triplet, distances=[0.95]) + base = FakeBaseManager() + base.topk_retriever = retriever + + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + try: + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + except ValueError: + pass + + assert mgr.last_trace is not None + assert mgr.last_trace["error"] is not None + + +def test_del_on_selects_first_remaining_candidate(): + """After filtering the deleted fact, the highest-scored remaining is selected.""" + id_to_triplet = { + 0: ("Hexol", "First Described By", "Jorgensen"), # deleted + 1: ("Hexol", "Structure Recognized By", "Werner"), # retained, score 0.90 + 2: ("Hexol", "Other", "Value"), # retained, score 0.80 + } + retriever = FakeRetriever(id_to_triplet=id_to_triplet, distances=[0.95, 0.90, 0.80]) + base = FakeBaseManager() + base.topk_retriever = retriever + + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + value = mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + assert value == "Werner" + + +# =========================================================================== +# AuditDatabaseManager – DEL_OFF state +# =========================================================================== + + +class TestAuditDatabaseManagerDelOff: + def _make_del_off_manager(self): + base = FakeBaseManager() + return AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_OFF, + target_fact=_make_target_fact(), + ) + + def test_del_off_state_retrieval_disabled(self): + mgr = self._make_del_off_manager() + assert retrieval_enabled(mgr.state) is False + + def test_del_off_trace_marks_retrieval_disabled(self): + # DEL_OFF never calls retrieve_from_database on the AuditDatabaseManager + # (the outer code checks retrieval_enabled first), but if it were called + # it should still record retrieval_enabled: False in the default trace. + # We test the state flag indirectly via the helper function. + assert retrieval_enabled(DatabaseState.DEL_OFF) is False + + +# =========================================================================== +# AuditDatabaseManager – target_fact=None (no filtering) +# =========================================================================== + + +def test_no_target_fact_does_not_filter(): + """With target_fact=None, FULL-like passthrough regardless of state.""" + base = FakeBaseManager(return_value="Jorgensen") + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=None, + ) + value = mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + # passthrough when target_fact is None + assert value == "Jorgensen" + + +# =========================================================================== +# AuditDatabaseManager – parse error in DEL_ON state +# =========================================================================== + + def test_full_state_falls_back_to_base_manager_when_trace_parse_fails() -> None: base_manager = FakeBaseManager() - target_fact = TargetFact( - fact_id=10, - subject="Hexol", - subject_aliases=(), - relation="First Described By", - relation_aliases=(), - object="Jørgensen", - object_aliases=("Jorgensen",), - ) + target_fact = _make_target_fact() audit_manager = AuditDatabaseManager( base_db_manager=base_manager, state=DatabaseState.FULL, @@ -184,3 +724,156 @@ def test_full_state_falls_back_to_base_manager_when_trace_parse_fails() -> None: assert audit_manager.last_trace is not None assert audit_manager.last_trace["error"] is not None assert audit_manager.last_trace["selected_value"] == "Jorgensen" + + +def test_del_on_parse_error_propagates(): + """DEL_ON with a non-dblookup prompt should raise (no passthrough).""" + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + with pytest.raises(ValueError): + mgr.retrieve_from_database("this is not a lookup prompt at all") + + +# =========================================================================== +# Candidate trace entry flags +# =========================================================================== + + +class TestCandidateTraceEntry: + def test_matches_deleted_fact_true(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + try: + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + except ValueError: + pass + deleted = mgr.last_trace["deleted_candidates"] + assert all(c["matches_deleted_fact"] for c in deleted) + + def test_matches_deleted_fact_false_for_retained(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + retained = mgr.last_trace["retained_candidates"] + assert all(not c["matches_deleted_fact"] for c in retained) + + def test_candidate_has_score_field(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + target_fact=_make_target_fact(), + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + for candidate in mgr.last_trace["all_candidates"]: + assert "score" in candidate + assert isinstance(candidate["score"], float) + + def test_no_target_fact_flags_all_false(self): + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + target_fact=None, + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + for candidate in mgr.last_trace["all_candidates"]: + assert candidate["matches_subject"] is False + assert candidate["matches_relation"] is False + assert candidate["matches_object"] is False + assert candidate["supports_target_fact"] is False + + +# =========================================================================== +# W&B visualisation tests +# =========================================================================== + + +def test_candidate_filtering_logged_to_wandb(wandb_run): + """Bar chart of all/deleted/retained candidate counts, logged to W&B.""" + import matplotlib.pyplot as plt + + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.DEL_ON, + target_fact=_make_target_fact(), + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + trace = mgr.last_trace + counts = { + "all": len(trace["all_candidates"]), + "deleted": len(trace["deleted_candidates"]), + "retained": len(trace["retained_candidates"]), + } + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + ax.bar(counts.keys(), counts.values(), color=["steelblue", "crimson", "seagreen"]) + ax.set_ylabel("Candidate count") + ax.set_title("DEL-ON candidate filtering") + plt.tight_layout() + wandb_run.log({"database_states/candidate_filtering": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert counts["all"] == counts["deleted"] + counts["retained"] + + +def test_candidate_scores_logged_to_wandb(wandb_run): + """Histogram of candidate retrieval scores, logged to W&B.""" + import matplotlib.pyplot as plt + + base = FakeBaseManager() + mgr = AuditDatabaseManager( + base_db_manager=base, + state=DatabaseState.FULL, + target_fact=_make_target_fact(), + ) + mgr.retrieve_from_database( + "<|db_entity|>Hexol<|db_relationship|>First Described By<|db_return|>" + ) + scores = [c["score"] for c in mgr.last_trace["all_candidates"]] + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + ax.hist(scores, bins=5, color="steelblue", edgecolor="black") + ax.set_xlabel("Score") + ax.set_title("Retrieval candidate score distribution") + plt.tight_layout() + wandb_run.log({"database_states/candidate_scores": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert all(isinstance(s, float) for s in scores) + assert all(0.0 <= s <= 1.0 for s in scores) diff --git a/tests/test_equivalence.py b/tests/test_equivalence.py new file mode 100644 index 0000000..8e007b9 --- /dev/null +++ b/tests/test_equivalence.py @@ -0,0 +1,559 @@ +""" +Comprehensive unit tests for src/lmlm-audit/equivalence.py. + +Covers every public function with normal, boundary, and edge cases. +Several tests also log diagnostic plots to the shared W&B run so that +evaluation patterns are visible in the experiment tracker. +""" + +import sys +from pathlib import Path + +import pytest + +sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) + +from equivalence import ( + _flatten_alias_values, + _unique_preserving_order, + build_alias_set, + normalize_text, + prompt_row_aliases, + tokenize, + values_equivalent, +) + + +# =========================================================================== +# tokenize +# =========================================================================== + + +class TestTokenize: + def test_empty_string(self): + assert tokenize("") == [] + + def test_single_word(self): + assert tokenize("hello") == ["hello"] + + def test_multiple_words(self): + assert tokenize("hello world") == ["hello", "world"] + + def test_case_folding(self): + assert tokenize("Hello WORLD") == ["hello", "world"] + + def test_all_uppercase(self): + assert tokenize("NASA") == ["nasa"] + + def test_unicode_word_character(self): + # ø is a Unicode word char; casefold keeps it + result = tokenize("Jørgensen") + assert result == ["jørgensen"] + + def test_decimal_number_matched_first(self): + assert tokenize("69.7") == ["69.7"] + + def test_decimal_inside_sentence(self): + result = tokenize("$69.7 million") + assert "69.7" in result + assert "million" in result + assert "$" not in " ".join(result) + + def test_integer_only(self): + assert tokenize("1956") == ["1956"] + + def test_integer_in_sentence(self): + result = tokenize("born in 1956") + assert "1956" in result + + def test_hyphenated_word(self): + assert tokenize("well-known") == ["well-known"] + + def test_apostrophe_contraction(self): + assert tokenize("don't") == ["don't"] + + def test_apostrophe_possessive(self): + assert tokenize("John's") == ["john's"] + + def test_punctuation_stripped(self): + result = tokenize("Hello, world!") + assert result == ["hello", "world"] + + def test_only_punctuation(self): + assert tokenize("!@#$%^&*()") == [] + + def test_multiple_spaces(self): + result = tokenize("a b") + assert result == ["a", "b"] + + def test_newline(self): + result = tokenize("line1\nline2") + assert result == ["line1", "line2"] + + def test_tab(self): + result = tokenize("col1\tcol2") + assert result == ["col1", "col2"] + + def test_non_string_integer(self): + result = tokenize(42) + assert result == ["42"] + + def test_non_string_float(self): + result = tokenize(3.14) + assert "3" in result or "3.14" in result # depends on repr + + def test_mixed_unicode_accents(self): + result = tokenize("naïve café") + assert "naïve" in result + assert "café" in result + + def test_leading_trailing_whitespace(self): + result = tokenize(" hello ") + assert result == ["hello"] + + def test_number_adjacent_to_word(self): + # "2pac" – digit followed by word; \w matches digits so "2pac" is one token + result = tokenize("2pac") + assert result == ["2pac"] + + def test_currency_symbol_ignored(self): + result = tokenize("$100") + assert "100" in result + # "$" is not a word char so it is dropped + + +# =========================================================================== +# normalize_text +# =========================================================================== + + +class TestNormalizeText: + def test_empty(self): + assert normalize_text("") == "" + + def test_single_word(self): + assert normalize_text("Hello") == "hello" + + def test_multiple_words(self): + assert normalize_text("Spice Girls!") == "spice girls" + + def test_decimal(self): + assert normalize_text("$69.7 million") == "69.7 million" + + def test_collapses_spaces(self): + result = normalize_text("a b c") + assert result == "a b c" + + def test_unicode(self): + assert normalize_text("Jørgensen") == "jørgensen" + + def test_punctuation_only(self): + assert normalize_text("!!!") == "" + + def test_idempotent(self): + once = normalize_text("Hello World!") + twice = normalize_text(once) + assert once == twice + + def test_preserves_hyphen_in_token(self): + result = normalize_text("state-of-the-art") + assert "state-of-the-art" in result + + +# =========================================================================== +# _flatten_alias_values +# =========================================================================== + + +class TestFlattenAliasValues: + def test_none(self): + assert _flatten_alias_values(None) == [] + + def test_empty_string(self): + assert _flatten_alias_values("") == [""] + + def test_non_empty_string(self): + assert _flatten_alias_values("hello") == ["hello"] + + def test_list_of_strings(self): + assert _flatten_alias_values(["a", "b"]) == ["a", "b"] + + def test_tuple_of_strings(self): + assert _flatten_alias_values(("a", "b")) == ["a", "b"] + + def test_set_of_strings(self): + result = _flatten_alias_values({"a", "b"}) + assert sorted(result) == ["a", "b"] + + def test_nested_list(self): + assert _flatten_alias_values([["a", "b"], "c"]) == ["a", "b", "c"] + + def test_none_inside_list(self): + # None in list → [] contribution + assert _flatten_alias_values([None, "a"]) == ["a"] + + def test_integer_scalar(self): + assert _flatten_alias_values(42) == ["42"] + + def test_float_scalar(self): + result = _flatten_alias_values(3.14) + assert len(result) == 1 + + def test_deeply_nested(self): + result = _flatten_alias_values([[["a"], "b"], ["c"]]) + assert result == ["a", "b", "c"] + + def test_empty_list(self): + assert _flatten_alias_values([]) == [] + + def test_empty_tuple(self): + assert _flatten_alias_values(()) == [] + + def test_empty_set(self): + assert _flatten_alias_values(set()) == [] + + def test_list_with_integers(self): + result = _flatten_alias_values([1, 2, 3]) + assert result == ["1", "2", "3"] + + def test_mixed_types(self): + result = _flatten_alias_values(["a", 1, None, ["b"]]) + assert "a" in result + assert "1" in result + assert "b" in result + assert None not in result + + +# =========================================================================== +# _unique_preserving_order +# =========================================================================== + + +class TestUniquePreservingOrder: + def test_empty(self): + assert _unique_preserving_order([]) == () + + def test_single_element(self): + assert _unique_preserving_order(["hello"]) == ("hello",) + + def test_no_duplicates(self): + result = _unique_preserving_order(["a", "b", "c"]) + assert result == ("a", "b", "c") + + def test_deduplicates_same_case(self): + result = _unique_preserving_order(["paris", "paris"]) + assert result == ("paris",) + + def test_deduplicates_different_case(self): + result = _unique_preserving_order(["Hello", "hello"]) + assert result == ("Hello",) + + def test_preserves_first_occurrence(self): + result = _unique_preserving_order(["B", "A", "b"]) + # "b" is a duplicate of "B" + assert result == ("B", "A") + + def test_skips_empty_strings(self): + result = _unique_preserving_order(["", "a", ""]) + assert "" not in result + assert "a" in result + + def test_skips_whitespace_only(self): + result = _unique_preserving_order([" ", "a"]) + assert result == ("a",) + + def test_deduplicates_unicode_normalized(self): + # casefold: "Ü" → "ü"; so "Über" and "über" normalize to the same thing + result = _unique_preserving_order(["Über", "über"]) + assert len(result) == 1 + + def test_order_of_unique_elements_preserved(self): + result = _unique_preserving_order(["z", "a", "m"]) + assert result == ("z", "a", "m") + + def test_punctuation_difference_still_same_normalized(self): + # "hello!" and "hello" normalize to "hello" → duplicate + result = _unique_preserving_order(["hello!", "hello"]) + assert len(result) == 1 + + +# =========================================================================== +# build_alias_set +# =========================================================================== + + +class TestBuildAliasSet: + def test_canonical_only_no_aliases(self): + result = build_alias_set("Paris") + assert "Paris" in result + assert len(result) == 1 + + def test_canonical_with_none_aliases(self): + result = build_alias_set("Paris", None) + assert result == ("Paris",) + + def test_canonical_with_single_alias(self): + result = build_alias_set("Paris", ["City of Light"]) + assert "Paris" in result + assert "City of Light" in result + assert len(result) == 2 + + def test_deduplicates_alias_equal_to_canonical_normalized(self): + result = build_alias_set("Paris", ["paris"]) + # "paris" normalizes same as "Paris", so deduplicated + assert len(result) == 1 + + def test_canonical_with_multiple_aliases(self): + result = build_alias_set("UK", ["United Kingdom", "Britain"]) + assert len(result) == 3 + + def test_nested_alias_list_flattened(self): + result = build_alias_set("Paris", [["Lutece", "City of Light"]]) + assert len(result) == 3 + + def test_empty_canonical(self): + # empty string normalizes to "" → skipped + result = build_alias_set("") + assert result == () + + def test_alias_deduplication_preserves_canonical_first(self): + result = build_alias_set("UK", ["UK", "United Kingdom"]) + # "UK" appears only once; "United Kingdom" is separate + uk_count = sum(1 for x in result if normalize_text(x) == "uk") + assert uk_count == 1 + + +# =========================================================================== +# prompt_row_aliases +# =========================================================================== + + +class TestPromptRowAliases: + def test_subject_field(self): + row = {"subject_aliases": ["Geri Halliwell", "Geri"]} + result = prompt_row_aliases(row, "subject") + assert "Geri Halliwell" in result + assert "Geri" in result + + def test_relation_field(self): + row = {"relation_aliases": ["Born In"]} + result = prompt_row_aliases(row, "relation") + assert "Born In" in result + + def test_object_field_all_three_keys(self): + row = { + "object_aliases": ["alias1"], + "gold_object_aliases": ["alias2"], + "answer_aliases": ["alias3"], + } + result = prompt_row_aliases(row, "object") + assert "alias1" in result + assert "alias2" in result + assert "alias3" in result + + def test_unknown_field_returns_empty(self): + row = {"subject_aliases": ["x"]} + result = prompt_row_aliases(row, "nonexistent_field") + assert result == () + + def test_missing_key_returns_empty(self): + result = prompt_row_aliases({}, "subject") + assert result == () + + def test_deduplication_across_object_keys(self): + row = { + "object_aliases": ["Spice Girls"], + "gold_object_aliases": ["Spice Girls"], + } + result = prompt_row_aliases(row, "object") + spice_count = sum( + 1 for x in result if normalize_text(x) == "spice girls" + ) + assert spice_count == 1 + + def test_none_value_for_key(self): + row = {"subject_aliases": None} + result = prompt_row_aliases(row, "subject") + assert result == () + + def test_list_value(self): + row = {"subject_aliases": ["a", "b", "c"]} + result = prompt_row_aliases(row, "subject") + assert set(result) == {"a", "b", "c"} + + def test_nested_list_value(self): + row = {"subject_aliases": [["a", "b"]]} + result = prompt_row_aliases(row, "subject") + assert "a" in result + assert "b" in result + + def test_empty_list_value(self): + row = {"subject_aliases": []} + result = prompt_row_aliases(row, "subject") + assert result == () + + +# =========================================================================== +# values_equivalent +# =========================================================================== + + +class TestValuesEquivalent: + def test_identical_strings(self): + assert values_equivalent("Paris", "Paris") is True + + def test_case_insensitive(self): + assert values_equivalent("paris", "Paris") is True + + def test_different_strings(self): + assert values_equivalent("Paris", "Berlin") is False + + def test_match_via_right_alias(self): + assert values_equivalent("UK", "United Kingdom", right_aliases=["UK"]) is True + + def test_match_via_left_alias(self): + assert values_equivalent("United Kingdom", "UK", left_aliases=["UK"]) is True + + def test_no_match_with_unrelated_alias(self): + assert values_equivalent("Paris", "Berlin", right_aliases=["France"]) is False + + def test_both_empty(self): + # Empty strings are filtered out by _unique_preserving_order (empty + # normalized form is skipped), so both alias sets are empty → no + # intersection → not equivalent. + assert values_equivalent("", "") is False + + def test_left_empty_right_nonempty(self): + assert values_equivalent("", "Paris") is False + + def test_right_empty_left_nonempty(self): + assert values_equivalent("Paris", "") is False + + def test_unicode_via_alias(self): + assert values_equivalent( + "Jorgensen", "Jørgensen", right_aliases=["Jorgensen"] + ) is True + + def test_normalized_match_punctuation(self): + # "Spice Girls!" normalizes same as "Spice Girls" + assert values_equivalent("Spice Girls!", "Spice Girls") is True + + def test_multiple_right_aliases(self): + assert values_equivalent( + "The Beatles", + "Beatles", + right_aliases=["The Beatles", "Fab Four"], + ) is True + + def test_alias_as_tuple(self): + assert values_equivalent("x", "y", right_aliases=("x",)) is True + + def test_alias_list_no_match(self): + assert values_equivalent("x", "y", right_aliases=["z"]) is False + + def test_hyphenated_vs_space(self): + # "state-of-the-art" tokenizes as one token; "state of the art" tokenizes as 4 + # They will NOT be equivalent + assert values_equivalent("state-of-the-art", "state of the art") is False + + def test_both_aliases_needed_for_match(self): + # left and right have aliases; match happens through alias sets + assert values_equivalent( + "GB", + "Germany", + left_aliases=["Great Britain"], + right_aliases=["GB"], + ) is True + + def test_number_equivalence(self): + assert values_equivalent("42", "42") is True + + def test_number_mismatch(self): + assert values_equivalent("42", "43") is False + + def test_whitespace_normalization(self): + assert values_equivalent("New York", "New York") is True + + +# =========================================================================== +# W&B visualisation tests +# =========================================================================== + + +def test_tokenize_lengths_logged_to_wandb(wandb_run): + """Bar chart of tokenisation counts, logged to W&B.""" + import matplotlib.pyplot as plt + + texts = [ + "Paris", + "United Kingdom", + "Spice Girls!", + "$69.7 million", + "I don't know", + "Jørgensen", + "", + "well-known author", + "New York City", + "!@#$", + ] + lengths = [len(tokenize(t)) for t in texts] + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots(figsize=(9, 4)) + ax.barh(texts, lengths, color="steelblue") + ax.set_xlabel("Token count") + ax.set_title("Tokenisation length by input text") + plt.tight_layout() + wandb_run.log({"equivalence/tokenize_lengths": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert lengths[texts.index("")] == 0 + assert lengths[texts.index("Paris")] == 1 + assert lengths[texts.index("!@#$")] == 0 + + +def test_equivalence_matrix_logged_to_wandb(wandb_run): + """Heatmap of pairwise values_equivalent results, logged to W&B.""" + import matplotlib.pyplot as plt + import numpy as np + + labels = ["Paris", "paris", "Berlin", "UK", "United Kingdom", ""] + n = len(labels) + matrix = np.zeros((n, n), dtype=int) + for i, left in enumerate(labels): + for j, right in enumerate(labels): + matrix[i, j] = int(values_equivalent(left, right)) + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots(figsize=(7, 6)) + im = ax.imshow(matrix, cmap="Blues", vmin=0, vmax=1) + ax.set_xticks(range(n)) + ax.set_yticks(range(n)) + ax.set_xticklabels(labels, rotation=45, ha="right") + ax.set_yticklabels(labels) + ax.set_title("values_equivalent pairwise matrix") + plt.colorbar(im, ax=ax) + plt.tight_layout() + wandb_run.log( + {"equivalence/equivalence_matrix": wandb.Image(fig)} + ) + plt.close(fig) + except Exception: + pass + + # Diagonal should all be 1 (self-equivalence) for non-empty strings. + # Empty strings normalize to "" which is skipped, so "" is not equivalent + # to itself (both alias sets become empty → no intersection). + for i in range(n): + if labels[i]: + assert matrix[i, i] == 1, f"Self-equivalence failed for {labels[i]!r}" + # Paris ≠ Berlin + assert matrix[labels.index("Paris"), labels.index("Berlin")] == 0 diff --git a/tests/test_metrics.py b/tests/test_metrics.py index 745520e..a8a641e 100644 --- a/tests/test_metrics.py +++ b/tests/test_metrics.py @@ -1,19 +1,34 @@ +""" +Comprehensive unit tests for src/lmlm-audit/metrics.py. + +All public functions are exercised with normal inputs, boundary values, and +edge cases. Several tests also log diagnostic plots to the shared W&B run. +""" + import sys from pathlib import Path +import pytest sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) from metrics import ( + _average_metric, + _eligible_state_groups, + _group_results_by_fact, contains_match, + contains_match_rate, + count, + exact_match, exact_match_rate, f1_rate, is_unknown, metrics_total, normalize_answer, - parametric_leakage, paired_count, + parametric_leakage, precision_rate, + precision_recall_f1, recall_rate, retrieval_artifact_rate, retrieval_mediated_correctness, @@ -23,11 +38,311 @@ ) +# --------------------------------------------------------------------------- +# Helpers +# --------------------------------------------------------------------------- + + +def _result( + fact_id=1, + prompt="Q?", + ground_truth="Answer", + model_output="Answer", + state="FULL", + object_aliases=None, + subject="Subject", + subject_aliases=None, + relation="Relation", + relation_aliases=None, + retrieval_trace=None, +): + return { + "fact_id": fact_id, + "prompt": prompt, + "ground_truth": ground_truth, + "model_output": model_output, + "state": state, + "object_aliases": object_aliases or [], + "subject": subject, + "subject_aliases": subject_aliases or [], + "relation": relation, + "relation_aliases": relation_aliases or [], + "retrieval_trace": retrieval_trace, + } + + +def _del_on_off_pair( + fact_id=1, + prompt="Q?", + ground_truth="GT", + del_on_output="GT", + del_off_output="GT", + object_aliases=None, + subject="S", + relation="R", + del_on_trace=None, +): + return [ + _result( + fact_id=fact_id, + prompt=prompt, + ground_truth=ground_truth, + model_output=del_on_output, + state="DEL-ON", + object_aliases=object_aliases, + subject=subject, + relation=relation, + retrieval_trace=del_on_trace, + ), + _result( + fact_id=fact_id, + prompt=prompt, + ground_truth=ground_truth, + model_output=del_off_output, + state="DEL-OFF", + object_aliases=object_aliases, + subject=subject, + relation=relation, + ), + ] + + +# =========================================================================== +# normalize_answer +# =========================================================================== + + def test_normalize_answer() -> None: assert normalize_answer("Spice Girls!") == "spice girls" assert normalize_answer("$69.7 million") == "69.7 million" +def test_normalize_answer_empty(): + assert normalize_answer("") == "" + + +def test_normalize_answer_punctuation_only(): + assert normalize_answer("!!!") == "" + + +def test_normalize_answer_uppercase(): + assert normalize_answer("NASA") == "nasa" + + +def test_normalize_answer_unicode(): + result = normalize_answer("Jørgensen") + assert result == "jørgensen" + + +def test_normalize_answer_idempotent(): + once = normalize_answer("Hello, World!") + twice = normalize_answer(once) + assert once == twice + + +# =========================================================================== +# exact_match +# =========================================================================== + + +class TestExactMatch: + def test_identical(self): + assert exact_match("Paris", "Paris") == 1.0 + + def test_case_insensitive(self): + assert exact_match("paris", "Paris") == 1.0 + + def test_different(self): + assert exact_match("Paris", "Berlin") == 0.0 + + def test_via_alias(self): + assert exact_match("UK", "United Kingdom", ground_truth_aliases=["UK"]) == 1.0 + + def test_empty_both(self): + # Empty strings are filtered out by the alias-set builder, + # so both sets are empty → no intersection → not equivalent. + assert exact_match("", "") == 0.0 + + def test_left_empty(self): + assert exact_match("", "Paris") == 0.0 + + def test_right_empty(self): + assert exact_match("Paris", "") == 0.0 + + def test_partial_word_overlap_not_exact(self): + assert exact_match("Spice", "Spice Girls") == 0.0 + + def test_with_punctuation(self): + # "Spice Girls!" normalizes same as "Spice Girls" + assert exact_match("Spice Girls!", "Spice Girls") == 1.0 + + def test_alias_none(self): + assert exact_match("Paris", "Paris", ground_truth_aliases=None) == 1.0 + + +# =========================================================================== +# contains_match +# =========================================================================== + + +def test_contains_match() -> None: + assert contains_match("Spice Girls, a girl group", "Spice Girls") == 1.0 + assert contains_match("Dutch", "Jørgensen") == 0.0 + + +class TestContainsMatch: + def test_exact_implies_contains(self): + assert contains_match("Paris", "Paris") == 1.0 + + def test_prediction_contains_ground_truth(self): + assert contains_match("She was born in Paris, France", "Paris") == 1.0 + + def test_ground_truth_contains_prediction(self): + # prediction is substring of ground truth + assert contains_match("Girls", "Spice Girls") == 1.0 + + def test_no_overlap(self): + assert contains_match("Berlin", "Paris") == 0.0 + + def test_alias_provides_contains(self): + assert contains_match("UK", "United Kingdom", ground_truth_aliases=["UK"]) == 1.0 + + def test_empty_prediction(self): + assert contains_match("", "Paris") == 0.0 + + def test_empty_ground_truth(self): + # Both empty: exact_match("","") is 0.0 (empty alias sets), so + # contains_match falls through to substring check. + # normalize_answer("") == "" → falsy → returns 0.0. + assert contains_match("", "") == 0.0 + + def test_both_nonempty_no_substring(self): + assert contains_match("cat", "dog") == 0.0 + + def test_case_insensitive_contains(self): + # normalize_answer lower-cases both + assert contains_match("spice girls are cool", "Spice Girls") == 1.0 + + +# =========================================================================== +# is_unknown +# =========================================================================== + + +def test_is_unknown() -> None: + assert is_unknown("unknown") == 1.0 + assert is_unknown("") == 1.0 + assert is_unknown("I don't know") == 1.0 + assert is_unknown("Spice Girls") == 0.0 + + +class TestIsUnknown: + @pytest.mark.parametrize( + "text", + [ + "", + "unknown", + "Unknown", + "UNKNOWN", + "n/a", + "N/A", + "na", + "NA", + "none", + "None", + "no answer", + "No Answer", + "i don't know", + "I don't know", + "I do not know", + "i do not know", + "I don t know", + ], + ) + def test_is_unknown_truthy(self, text): + assert is_unknown(text) == 1.0, f"Expected is_unknown({text!r}) == 1.0" + + @pytest.mark.parametrize( + "text", + [ + "Spice Girls", + "Paris", + "42", + "yes", + "no", # "no" alone is not in unknown set + "maybe", + "Richard Mthetwa", + ], + ) + def test_is_unknown_falsy(self, text): + assert is_unknown(text) == 0.0, f"Expected is_unknown({text!r}) == 0.0" + + +# =========================================================================== +# precision_recall_f1 +# =========================================================================== + + +class TestPrecisionRecallF1: + def test_exact_match_gives_perfect_scores(self): + result = precision_recall_f1("Richard Mthetwa", "Richard Mthetwa") + assert result == {"precision": 1.0, "recall": 1.0, "f1": 1.0} + + def test_both_empty(self): + # tokenize("") == [] for both → both empty token lists → perfect scores + result = precision_recall_f1("", "") + assert result == {"precision": 1.0, "recall": 1.0, "f1": 1.0} + # Note: exact_match("","") short-circuits first in precision_recall_f1; + # it returns 0.0, so we fall through to the token-overlap path where + # both token lists are [] → both empty → returns 1.0 1.0 1.0 + + def test_empty_prediction(self): + result = precision_recall_f1("", "Paris") + assert result == {"precision": 0.0, "recall": 0.0, "f1": 0.0} + + def test_empty_ground_truth(self): + result = precision_recall_f1("Paris", "") + assert result == {"precision": 0.0, "recall": 0.0, "f1": 0.0} + + def test_no_token_overlap(self): + result = precision_recall_f1("cat", "dog") + assert result == {"precision": 0.0, "recall": 0.0, "f1": 0.0} + + def test_partial_overlap(self): + result = precision_recall_f1( + "Sanskrit scholars, poets, musicians", + "family of musicians", + ) + assert result["exact_match"] if "exact_match" in result else True + assert result["precision"] == pytest.approx(0.25, abs=1e-6) + assert result["recall"] == pytest.approx(1 / 3, abs=1e-6) + assert result["f1"] == pytest.approx(0.286, abs=1e-3) + + def test_f1_harmonic_mean(self): + # precision=0.5, recall=1.0 → f1 = 2*0.5*1.0/(0.5+1.0) = 2/3 + result = precision_recall_f1("Paris", "Paris France") + assert result["precision"] == pytest.approx(1.0) + assert result["recall"] == pytest.approx(0.5) + assert result["f1"] == pytest.approx(2 / 3, abs=1e-6) + + def test_alias_match_returns_perfect(self): + result = precision_recall_f1("Jorgensen", "Jørgensen", ["Jorgensen"]) + assert result == {"precision": 1.0, "recall": 1.0, "f1": 1.0} + + def test_repeated_tokens(self): + result = precision_recall_f1("cat cat", "cat") + # pred_counter: {cat:2}, gold_counter: {cat:1}, overlap: 1 + # precision = 1/2, recall = 1/1, f1 = 2*(0.5*1)/(0.5+1) = 2/3 + assert result["precision"] == pytest.approx(0.5) + assert result["recall"] == pytest.approx(1.0) + assert result["f1"] == pytest.approx(2 / 3, abs=1e-6) + + +# =========================================================================== +# score_prediction +# =========================================================================== + + def test_score_prediction_exact_match() -> None: scores = score_prediction("Richard Mthetwa", "Richard Mthetwa") assert scores["exact_match"] == 1.0 @@ -51,18 +366,6 @@ def test_score_prediction_alias_match() -> None: assert scores["f1"] == 1.0 -def test_contains_match() -> None: - assert contains_match("Spice Girls, a girl group", "Spice Girls") == 1.0 - assert contains_match("Dutch", "Jørgensen") == 0.0 - - -def test_is_unknown() -> None: - assert is_unknown("unknown") == 1.0 - assert is_unknown("") == 1.0 - assert is_unknown("I don't know") == 1.0 - assert is_unknown("Spice Girls") == 0.0 - - def test_score_prediction_partial_overlap() -> None: scores = score_prediction( "Sanskrit scholars, poets, musicians", @@ -76,6 +379,69 @@ def test_score_prediction_partial_overlap() -> None: assert round(scores["f1"], 3) == 0.286 +class TestScorePrediction: + def test_unknown_prediction(self): + scores = score_prediction("unknown", "Paris") + assert scores["unknown"] == 1.0 + assert scores["exact_match"] == 0.0 + + def test_empty_prediction(self): + scores = score_prediction("", "Paris") + assert scores["unknown"] == 1.0 # "" → is_unknown + + def test_all_keys_present(self): + scores = score_prediction("x", "y") + assert set(scores.keys()) == {"exact_match", "contains_match", "unknown", "precision", "recall", "f1"} + + def test_contains_but_not_exact(self): + scores = score_prediction("the Spice Girls band", "Spice Girls") + assert scores["exact_match"] == 0.0 + assert scores["contains_match"] == 1.0 + + +# =========================================================================== +# count +# =========================================================================== + + +def test_count_empty(): + assert count([]) == 0 + + +def test_count_nonempty(): + assert count([_result(), _result()]) == 2 + + +# =========================================================================== +# _average_metric (internal, tested indirectly and directly) +# =========================================================================== + + +class TestAverageMetric: + def test_empty_list(self): + assert _average_metric([], "exact_match") == 0.0 + + def test_all_correct(self): + results = [_result(model_output="Answer", ground_truth="Answer") for _ in range(3)] + assert _average_metric(results, "exact_match") == 1.0 + + def test_none_correct(self): + results = [_result(model_output="Wrong", ground_truth="Answer") for _ in range(3)] + assert _average_metric(results, "exact_match") == 0.0 + + def test_half_correct(self): + results = [ + _result(model_output="Answer", ground_truth="Answer"), + _result(model_output="Wrong", ground_truth="Answer"), + ] + assert _average_metric(results, "exact_match") == 0.5 + + +# =========================================================================== +# Rate helpers +# =========================================================================== + + def test_metrics_total() -> None: summary = metrics_total( [ @@ -121,6 +487,186 @@ def test_unknown_rate() -> None: assert value == 1.0 +def test_rate_helpers() -> None: + results = [ + { + "ground_truth": "Spice Girls", + "model_output": "Spice Girls", + "state": "FULL", + }, + { + "ground_truth": "Bihar, India", + "model_output": "1956", + "state": "FULL", + }, + ] + + assert exact_match_rate(results) == 0.5 + assert precision_rate(results) == 0.5 + assert recall_rate(results) == 0.5 + assert f1_rate(results) == 0.5 + + +class TestRateHelpers: + def test_empty_list(self): + assert exact_match_rate([]) == 0.0 + assert contains_match_rate([]) == 0.0 + assert unknown_rate([]) == 0.0 + assert precision_rate([]) == 0.0 + assert recall_rate([]) == 0.0 + assert f1_rate([]) == 0.0 + + def test_all_correct(self): + results = [_result(model_output="Answer", ground_truth="Answer") for _ in range(5)] + assert exact_match_rate(results) == 1.0 + assert contains_match_rate(results) == 1.0 + assert unknown_rate(results) == 0.0 + + def test_all_unknown(self): + results = [_result(model_output="unknown", ground_truth="Answer") for _ in range(5)] + assert unknown_rate(results) == 1.0 + assert exact_match_rate(results) == 0.0 + + def test_with_aliases(self): + results = [ + _result( + model_output="Jorgensen", + ground_truth="Jørgensen", + object_aliases=["Jorgensen"], + ) + ] + assert exact_match_rate(results) == 1.0 + + def test_contains_but_not_exact(self): + results = [ + _result(model_output="the Spice Girls group", ground_truth="Spice Girls") + ] + assert exact_match_rate(results) == 0.0 + assert contains_match_rate(results) == 1.0 + + +# =========================================================================== +# metrics_total edge cases +# =========================================================================== + + +class TestMetricsTotal: + def test_empty_results(self): + summary = metrics_total([]) + assert summary["count"] == 0 + assert summary["exact_match"] == 0.0 + assert summary["paired_count"] == 0 + assert summary["parametric_leakage"] == 0.0 + + def test_all_keys_present(self): + summary = metrics_total([_result()]) + expected_keys = { + "count", "exact_match", "contains_match", "unknown_rate", + "precision", "recall", "f1", "paired_count", + "parametric_leakage", "retrieval_mediated_correctness", + "retrieval_artifact_rate", + } + assert expected_keys <= set(summary.keys()) + + def test_single_result(self): + summary = metrics_total([_result(model_output="Answer", ground_truth="Answer")]) + assert summary["count"] == 1 + assert summary["exact_match"] == 1.0 + + def test_all_unknown(self): + results = [_result(model_output="unknown", ground_truth="Paris") for _ in range(4)] + summary = metrics_total(results) + assert summary["unknown_rate"] == 1.0 + assert summary["exact_match"] == 0.0 + + +# =========================================================================== +# _group_results_by_fact +# =========================================================================== + + +class TestGroupResultsByFact: + def test_single_result(self): + r = _result(fact_id=1, prompt="Q?", ground_truth="A", state="FULL") + grouped = _group_results_by_fact([r]) + assert len(grouped) == 1 + + def test_groups_by_fact_id_and_prompt(self): + r1 = _result(fact_id=1, prompt="Q1?", ground_truth="A", state="DEL-ON") + r2 = _result(fact_id=1, prompt="Q1?", ground_truth="A", state="DEL-OFF") + r3 = _result(fact_id=2, prompt="Q2?", ground_truth="B", state="DEL-ON") + grouped = _group_results_by_fact([r1, r2, r3]) + assert len(grouped) == 2 + + def test_same_fact_different_state(self): + r1 = _result(fact_id=1, prompt="Q?", ground_truth="A", state="DEL-ON") + r2 = _result(fact_id=1, prompt="Q?", ground_truth="A", state="DEL-OFF") + grouped = _group_results_by_fact([r1, r2]) + assert len(grouped) == 1 + group = next(iter(grouped.values())) + assert "DEL-ON" in group + assert "DEL-OFF" in group + + def test_empty_list(self): + assert _group_results_by_fact([]) == {} + + +# =========================================================================== +# _eligible_state_groups +# =========================================================================== + + +class TestEligibleStateGroups: + def test_requires_both_del_on_and_del_off(self): + results = [_result(fact_id=1, prompt="Q?", ground_truth="A", state="DEL-ON")] + assert _eligible_state_groups(results) == [] + + def test_both_present(self): + results = _del_on_off_pair() + groups = _eligible_state_groups(results) + assert len(groups) == 1 + + def test_full_state_alone_not_eligible(self): + results = [_result(fact_id=1, state="FULL")] + assert _eligible_state_groups(results) == [] + + def test_two_pairs(self): + results = _del_on_off_pair(fact_id=1, prompt="Q1?", ground_truth="A") + results += _del_on_off_pair(fact_id=2, prompt="Q2?", ground_truth="B") + groups = _eligible_state_groups(results) + assert len(groups) == 2 + + def test_empty(self): + assert _eligible_state_groups([]) == [] + + +# =========================================================================== +# paired_count +# =========================================================================== + + +class TestPairedCount: + def test_zero_no_pairs(self): + assert paired_count([]) == 0 + + def test_one_pair(self): + assert paired_count(_del_on_off_pair()) == 1 + + def test_two_pairs(self): + r = _del_on_off_pair(fact_id=1, prompt="Q1?", ground_truth="A") + r += _del_on_off_pair(fact_id=2, prompt="Q2?", ground_truth="B") + assert paired_count(r) == 2 + + def test_full_only_no_pairs(self): + results = [_result(state="FULL")] + assert paired_count(results) == 0 + + +# =========================================================================== +# parametric_leakage +# =========================================================================== + + def test_cross_state_metrics() -> None: results = [ { @@ -199,6 +745,62 @@ def test_cross_state_metrics() -> None: assert retrieval_artifact_rate(results) == 0.5 +class TestParametricLeakage: + def test_empty(self): + assert parametric_leakage([]) == 0.0 + + def test_no_pairs(self): + assert parametric_leakage([_result(state="FULL")]) == 0.0 + + def test_full_leakage(self): + # DEL-OFF always correct → leakage = 1.0 + results = _del_on_off_pair(del_off_output="GT", ground_truth="GT") + assert parametric_leakage(results) == 1.0 + + def test_zero_leakage(self): + # DEL-OFF always wrong → leakage = 0.0 + results = _del_on_off_pair(del_off_output="WRONG", ground_truth="GT") + assert parametric_leakage(results) == 0.0 + + def test_half_leakage(self): + r1 = _del_on_off_pair(fact_id=1, prompt="Q1?", ground_truth="GT", del_off_output="GT") + r2 = _del_on_off_pair(fact_id=2, prompt="Q2?", ground_truth="GT", del_off_output="WRONG") + assert parametric_leakage(r1 + r2) == 0.5 + + +# =========================================================================== +# retrieval_mediated_correctness +# =========================================================================== + + +class TestRetrievalMediatedCorrectness: + def test_empty(self): + assert retrieval_mediated_correctness([]) == 0.0 + + def test_del_on_correct_del_off_wrong(self): + results = _del_on_off_pair( + del_on_output="GT", del_off_output="WRONG", ground_truth="GT" + ) + assert retrieval_mediated_correctness(results) == 1.0 + + def test_both_correct(self): + results = _del_on_off_pair(del_on_output="GT", del_off_output="GT", ground_truth="GT") + assert retrieval_mediated_correctness(results) == 0.0 + + def test_both_wrong(self): + results = _del_on_off_pair(del_on_output="W", del_off_output="W", ground_truth="GT") + assert retrieval_mediated_correctness(results) == 0.0 + + def test_del_on_wrong_del_off_correct_not_counted(self): + results = _del_on_off_pair(del_on_output="W", del_off_output="GT", ground_truth="GT") + assert retrieval_mediated_correctness(results) == 0.0 + + +# =========================================================================== +# trace_has_gold_equivalent +# =========================================================================== + + def test_retrieval_artifact_rate() -> None: results = [ { @@ -264,21 +866,263 @@ def test_trace_has_gold_equivalent_requires_subject_and_relation_match() -> None assert trace_has_gold_equivalent(result) is False -def test_rate_helpers() -> None: - results = [ - { - "ground_truth": "Spice Girls", - "model_output": "Spice Girls", - "state": "FULL", - }, - { - "ground_truth": "Bihar, India", - "model_output": "1956", - "state": "FULL", - }, +class TestTraceHasGoldEquivalent: + def _result_with_trace(self, candidates, subject="S", relation="R", ground_truth="GT"): + return { + "subject": subject, + "subject_aliases": [], + "relation": relation, + "relation_aliases": [], + "ground_truth": ground_truth, + "object_aliases": [], + "retrieval_trace": {"retained_candidates": candidates}, + } + + def test_supports_target_fact_true(self): + result = self._result_with_trace( + [{"subject": "S", "relation": "R", "object": "GT", "supports_target_fact": True}] + ) + assert trace_has_gold_equivalent(result) is True + + def test_all_candidates_wrong(self): + result = self._result_with_trace( + [{"subject": "X", "relation": "Y", "object": "Z", "supports_target_fact": False}] + ) + assert trace_has_gold_equivalent(result) is False + + def test_no_trace(self): + result = { + "subject": "S", + "subject_aliases": [], + "relation": "R", + "relation_aliases": [], + "ground_truth": "GT", + "object_aliases": [], + "retrieval_trace": None, + } + assert trace_has_gold_equivalent(result) is False + + def test_empty_retained_candidates(self): + result = self._result_with_trace([]) + assert trace_has_gold_equivalent(result) is False + + def test_subject_mismatch_not_gold(self): + result = self._result_with_trace( + [{"subject": "WRONG", "relation": "R", "object": "GT", "supports_target_fact": False}], + subject="S", + relation="R", + ground_truth="GT", + ) + assert trace_has_gold_equivalent(result) is False + + def test_relation_mismatch_not_gold(self): + result = self._result_with_trace( + [{"subject": "S", "relation": "WRONG_REL", "object": "GT", "supports_target_fact": False}], + subject="S", + relation="R", + ground_truth="GT", + ) + assert trace_has_gold_equivalent(result) is False + + def test_fallback_triple_matching(self): + # supports_target_fact is False but all three fields match + result = self._result_with_trace( + [{"subject": "S", "relation": "R", "object": "GT", "supports_target_fact": False}], + subject="S", + relation="R", + ground_truth="GT", + ) + assert trace_has_gold_equivalent(result) is True + + def test_multiple_candidates_one_matches(self): + result = self._result_with_trace( + [ + {"subject": "X", "relation": "Y", "object": "Z", "supports_target_fact": False}, + {"subject": "S", "relation": "R", "object": "GT", "supports_target_fact": False}, + ], + subject="S", + relation="R", + ground_truth="GT", + ) + assert trace_has_gold_equivalent(result) is True + + +# =========================================================================== +# retrieval_artifact_rate edge cases +# =========================================================================== + + +class TestRetrievalArtifactRate: + def test_empty(self): + assert retrieval_artifact_rate([]) == 0.0 + + def test_no_gold_evidence_correct_answer(self): + results = _del_on_off_pair( + del_on_output="GT", + del_off_output="WRONG", + ground_truth="GT", + ) + # del_on has no retrieval trace → no gold equivalent + assert retrieval_artifact_rate(results) == 1.0 + + def test_gold_evidence_present_not_artifact(self): + trace = { + "retained_candidates": [ + {"subject": "S", "relation": "R", "object": "GT", "supports_target_fact": True} + ] + } + results = _del_on_off_pair( + del_on_output="GT", + del_off_output="WRONG", + ground_truth="GT", + subject="S", + relation="R", + del_on_trace=trace, + ) + assert retrieval_artifact_rate(results) == 0.0 + + def test_wrong_answer_no_artifact_even_without_evidence(self): + results = _del_on_off_pair(del_on_output="WRONG", del_off_output="WRONG", ground_truth="GT") + assert retrieval_artifact_rate(results) == 0.0 + + +# =========================================================================== +# W&B visualisation tests +# =========================================================================== + + +def test_score_metrics_logged_to_wandb(wandb_run): + """Grouped bar chart of score_prediction metrics for various scenarios.""" + import matplotlib.pyplot as plt + import numpy as np + + scenarios = { + "exact": score_prediction("Paris", "Paris"), + "alias": score_prediction("Jorgensen", "Jørgensen", ["Jorgensen"]), + "partial": score_prediction("the Spice Girls", "Spice Girls"), + "wrong": score_prediction("Berlin", "Paris"), + "unknown": score_prediction("unknown", "Paris"), + } + metrics_names = ["exact_match", "contains_match", "precision", "recall", "f1"] + x = np.arange(len(metrics_names)) + width = 0.15 + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots(figsize=(12, 5)) + for i, (label, scores) in enumerate(scenarios.items()): + values = [scores[m] for m in metrics_names] + ax.bar(x + i * width, values, width, label=label) + ax.set_xticks(x + width * 2) + ax.set_xticklabels(metrics_names) + ax.set_ylim(0, 1.1) + ax.set_ylabel("Score") + ax.set_title("score_prediction metrics by scenario") + ax.legend() + plt.tight_layout() + wandb_run.log({"metrics/score_comparison": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + # Assertions + assert scenarios["exact"]["exact_match"] == 1.0 + assert scenarios["wrong"]["exact_match"] == 0.0 + assert scenarios["unknown"]["unknown"] == 1.0 + + +def test_cross_state_metrics_logged_to_wandb(wandb_run): + """Bar chart of cross-state metrics over a synthetic result set.""" + import matplotlib.pyplot as plt + + pairs = [ + # (del_on_correct, del_off_correct) + (True, False), # retrieval-mediated + (True, True), # parametric leakage + (False, False), # neither + (True, False), # retrieval-mediated ] + results = [] + for i, (on_correct, off_correct) in enumerate(pairs): + results += _del_on_off_pair( + fact_id=i + 1, + prompt=f"Q{i}?", + ground_truth="GT", + del_on_output="GT" if on_correct else "WRONG", + del_off_output="GT" if off_correct else "WRONG", + ) - assert exact_match_rate(results) == 0.5 - assert precision_rate(results) == 0.5 - assert recall_rate(results) == 0.5 - assert f1_rate(results) == 0.5 + pl = parametric_leakage(results) + rmc = retrieval_mediated_correctness(results) + rar = retrieval_artifact_rate(results) + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + metrics_map = { + "parametric_leakage": pl, + "retrieval_mediated": rmc, + "artifact_rate": rar, + } + ax.bar( + metrics_map.keys(), + metrics_map.values(), + color=["tomato", "steelblue", "goldenrod"], + ) + ax.set_ylim(0, 1.0) + ax.set_ylabel("Rate") + ax.set_title("Cross-state audit metrics") + plt.tight_layout() + wandb_run.log({"metrics/cross_state": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert 0.0 <= pl <= 1.0 + assert 0.0 <= rmc <= 1.0 + assert 0.0 <= rar <= 1.0 + + +def test_precision_recall_scatter_logged_to_wandb(wandb_run): + """Scatter plot of precision vs recall across token-overlap scenarios.""" + import matplotlib.pyplot as plt + + test_cases = [ + ("cat", "cat"), + ("Paris France", "Paris"), + ("the quick brown fox", "brown fox"), + ("hello world foo", "hello"), + ("cats and dogs", "dogs and cats"), + ("nothing", "completely different"), + ] + precisions, recalls, f1s = [], [], [] + for pred, truth in test_cases: + result = precision_recall_f1(pred, truth) + precisions.append(result["precision"]) + recalls.append(result["recall"]) + f1s.append(result["f1"]) + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + scatter = ax.scatter(recalls, precisions, c=f1s, cmap="RdYlGn", s=80, vmin=0, vmax=1) + plt.colorbar(scatter, ax=ax, label="F1") + ax.set_xlabel("Recall") + ax.set_ylabel("Precision") + ax.set_xlim(-0.05, 1.05) + ax.set_ylim(-0.05, 1.05) + ax.set_title("Precision vs Recall (colour = F1)") + plt.tight_layout() + wandb_run.log({"metrics/precision_recall_scatter": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert all(0.0 <= p <= 1.0 for p in precisions) + assert all(0.0 <= r <= 1.0 for r in recalls) diff --git a/tests/test_model_loader.py b/tests/test_model_loader.py index e69de29..4a20746 100644 --- a/tests/test_model_loader.py +++ b/tests/test_model_loader.py @@ -0,0 +1,310 @@ +""" +Unit tests for src/lmlm-audit/model_loader.py. + +Only the pure-Python helpers that do not require actual model weights or the +upstream ``lmlm`` package are exercised here. Functions that download models +(``load_model_and_tokenizer``) are tested only for their error-path and +import-guard behaviour, using mocks. +""" + +import sys +from pathlib import Path +from unittest.mock import MagicMock, patch + +import pytest +import torch + +sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) + +import model_loader +from model_loader import _get_best_device, _resolve_database_path + + +# =========================================================================== +# _get_best_device +# =========================================================================== + + +class TestGetBestDevice: + def test_returns_cuda_when_available(self): + with patch.object(torch.cuda, "is_available", return_value=True): + device = _get_best_device() + assert device.type == "cuda" + + def test_returns_mps_when_cuda_unavailable_and_mps_available(self): + with ( + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=True), + ): + device = _get_best_device() + assert device.type == "mps" + + def test_returns_cpu_when_nothing_available(self): + with ( + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + device = _get_best_device() + assert device.type == "cpu" + + def test_cuda_takes_priority_over_mps(self): + with ( + patch.object(torch.cuda, "is_available", return_value=True), + patch.object(torch.backends.mps, "is_available", return_value=True), + ): + device = _get_best_device() + assert device.type == "cuda" + + def test_returns_torch_device_instance(self): + with ( + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + device = _get_best_device() + assert isinstance(device, torch.device) + + +# =========================================================================== +# _resolve_database_path +# =========================================================================== + + +class TestResolveDatabasePath: + def test_existing_json_path_returned_as_is(self, tmp_path): + db = tmp_path / "database.json" + db.touch() + result = _resolve_database_path(db) + assert result == db + + def test_existing_jsonl_path_returned_as_is(self, tmp_path): + db = tmp_path / "database.jsonl" + db.touch() + result = _resolve_database_path(db) + assert result == db + + def test_missing_jsonl_falls_back_to_json(self, tmp_path): + json_path = tmp_path / "database.json" + json_path.touch() + jsonl_path = tmp_path / "database.jsonl" + # jsonl does NOT exist + result = _resolve_database_path(jsonl_path) + assert result == json_path + + def test_missing_json_no_fallback_returns_original(self, tmp_path): + db = tmp_path / "database.json" + # does NOT exist, suffix is .json (not .jsonl) → no fallback + result = _resolve_database_path(db) + assert result == db + + def test_missing_jsonl_and_missing_json_returns_original(self, tmp_path): + # Both jsonl and json are missing → return original path + jsonl_path = tmp_path / "missing.jsonl" + result = _resolve_database_path(jsonl_path) + assert result == jsonl_path + + def test_returns_path_object(self, tmp_path): + db = tmp_path / "db.json" + db.touch() + result = _resolve_database_path(db) + assert isinstance(result, Path) + + def test_nested_directory(self, tmp_path): + nested = tmp_path / "a" / "b" + nested.mkdir(parents=True) + db = nested / "db.json" + db.touch() + result = _resolve_database_path(db) + assert result == db + + def test_non_jsonl_suffix_no_fallback(self, tmp_path): + # .csv file → no fallback logic, original path returned + csv_path = tmp_path / "data.csv" + result = _resolve_database_path(csv_path) + assert result == csv_path + + def test_path_with_spaces(self, tmp_path): + db = tmp_path / "my database.json" + db.touch() + result = _resolve_database_path(db) + assert result == db + + +# =========================================================================== +# load_model_and_tokenizer – import guard +# =========================================================================== + + +class TestLoadModelAndTokenizer: + def test_raises_import_error_when_lmlm_missing(self): + """Without the lmlm package the function must raise a clear ImportError.""" + import builtins + + real_import = builtins.__import__ + + def _mock_import(name, *args, **kwargs): + if name.startswith("lmlm"): + raise ImportError("lmlm not installed") + return real_import(name, *args, **kwargs) + + with patch("builtins.__import__", side_effect=_mock_import): + with pytest.raises(ImportError, match="upstream `lmlm` package"): + model_loader.load_model_and_tokenizer() + + def test_calls_load_dotenv_for_token(self, tmp_path): + """load_dotenv should be called so HF_TOKEN can be sourced from .env.""" + dotenv_mock = MagicMock() + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = "x" + + fake_lmlm = MagicMock() + model_out = fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value + model_out.to.return_value = model_out + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv", dotenv_mock), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + dotenv_mock.assert_called_once() + + def test_pad_token_set_when_none(self, tmp_path): + """If tokenizer.pad_token is None it should be set to eos_token.""" + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = None + tokenizer_mock.eos_token = "" + + fake_lmlm = MagicMock() + model_out = fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value + model_out.to.return_value = model_out + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv"), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + assert tokenizer_mock.pad_token == "" + + def test_pad_token_unchanged_when_already_set(self, tmp_path): + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = "" + original_pad = tokenizer_mock.pad_token + + fake_lmlm = MagicMock() + model_out = fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value + model_out.to.return_value = model_out + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv"), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + assert tokenizer_mock.pad_token == original_pad + + def test_model_moved_to_device(self, tmp_path): + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = "x" + + fake_lmlm = MagicMock() + model_mock = MagicMock() + model_mock.to.return_value = model_mock + fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value = model_mock + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv"), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + model_mock.to.assert_called_once() + model_mock.eval.assert_called_once() + + def test_returns_tuple_of_model_and_tokenizer(self, tmp_path): + tokenizer_mock = MagicMock() + tokenizer_mock.pad_token = "x" + + fake_lmlm = MagicMock() + model_mock = MagicMock() + model_mock.to.return_value = model_mock + fake_lmlm.modeling_lmlm.LlamaForLMLM.from_pretrained_with_db.return_value = model_mock + + with ( + patch.dict( + sys.modules, + { + "lmlm": fake_lmlm, + "lmlm.database": fake_lmlm.database, + "lmlm.modeling_lmlm": fake_lmlm.modeling_lmlm, + }, + ), + patch("model_loader.load_dotenv"), + patch("model_loader.AutoTokenizer") as tok_cls, + patch.object(torch.cuda, "is_available", return_value=False), + patch.object(torch.backends.mps, "is_available", return_value=False), + ): + tok_cls.from_pretrained.return_value = tokenizer_mock + result = model_loader.load_model_and_tokenizer( + model_name="fake/model", + database_path=str(tmp_path / "db.json"), + ) + + assert isinstance(result, tuple) + assert len(result) == 2 diff --git a/tests/test_run_audit.py b/tests/test_run_audit.py index 8cb0f66..502c5dc 100644 --- a/tests/test_run_audit.py +++ b/tests/test_run_audit.py @@ -1,10 +1,37 @@ +""" +Comprehensive unit tests for src/lmlm-audit/run_audit.py. + +All pure-Python helpers (no model weights, no GPU) are exercised with normal, +boundary, and edge-case inputs. Functions that require a live model are only +tested through mocks. Several tests log diagnostic plots to W&B. +""" + +import json import sys from pathlib import Path +from unittest.mock import MagicMock, patch +import pytest sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src/lmlm-audit")) -from run_audit import clean_answer +from run_audit import ( + _default_retrieval_trace, + choose_answer, + clean_answer, + compute_generation_budget, + extract_lookup_values, + load_prompts, + prepare_prompt, + retrieve_lookup_value, + save_results, +) +from database_states import DatabaseState + + +# =========================================================================== +# clean_answer – original tests +# =========================================================================== def test_clean_answer_strips_db_markup_and_html_tags() -> None: @@ -18,3 +45,557 @@ def test_clean_answer_strips_db_markup_and_html_tags() -> None: def test_clean_answer_strips_standalone_db_special_tokens() -> None: answer = clean_answer('"<|db_entity|> Spice Girls <|db_return|>"') assert answer == "Spice Girls" + + +# =========================================================================== +# clean_answer – extended +# =========================================================================== + + +class TestCleanAnswer: + def test_strips_leading_trailing_whitespace(self): + assert clean_answer(" Paris ") == "Paris" + + def test_strips_answer_prefix_single(self): + assert clean_answer("Answer: Paris") == "Paris" + + def test_strips_answer_prefix_repeated(self): + assert clean_answer("Answer: Answer: Paris") == "Paris" + + def test_strips_answer_prefix_case_insensitive(self): + assert clean_answer("answer: Paris") == "Paris" + + def test_strips_the_answer_is_prefix(self): + assert clean_answer("The answer is Paris") == "Paris" + + def test_strips_it_is_prefix(self): + assert clean_answer("It is Paris") == "Paris" + + def test_strips_its_prefix(self): + assert clean_answer("It's Paris") == "Paris" + + def test_stops_at_question_marker(self): + result = clean_answer("Paris\nQuestion: What is the capital?") + assert result == "Paris" + + def test_stops_at_context_marker(self): + result = clean_answer("Paris\nContext: France is a country.") + assert result == "Paris" + + def test_stops_at_double_newline(self): + result = clean_answer("Paris\n\nSome extra text") + assert result == "Paris" + + def test_stops_at_fact_marker(self): + result = clean_answer("Paris\nFact: France is in Europe.") + assert result == "Paris" + + def test_stops_at_answer_marker(self): + result = clean_answer("Paris\nAnswer: Berlin") + assert result == "Paris" + + def test_unescapes_html_entities(self): + result = clean_answer("& < >") + assert "&" in result + + def test_removes_db_markup_span(self): + result = clean_answer( + "<|db_entity|>X<|db_relationship|>Y<|db_return|>Z<|db_end|>" + ) + assert "<|db_entity|>" not in result + assert "<|db_end|>" not in result + + def test_removes_standalone_db_token(self): + result = clean_answer("Hello <|db_return|> World") + assert "<|db_return|>" not in result + + def test_removes_html_tags(self): + result = clean_answer("Paris") + assert "" not in result + assert "Paris" in result + + def test_keeps_first_sentence(self): + result = clean_answer("Paris. It is the capital of France.") + assert result == "Paris" + + def test_strips_trailing_punctuation(self): + result = clean_answer("Paris.") + assert result == "Paris" + + def test_strips_trailing_quotes(self): + result = clean_answer('"Paris"') + assert result == "Paris" + + def test_empty_string(self): + result = clean_answer("") + assert result == "" + + def test_only_whitespace(self): + result = clean_answer(" ") + assert result == "" + + def test_only_db_markup(self): + result = clean_answer( + "<|db_entity|>X<|db_relationship|>Y<|db_return|>Z<|db_end|>" + ) + # The markup is removed; only surrounding whitespace remains → empty or the value before it + assert result.strip() == "" or result.isspace() or result == "" + + def test_collapses_internal_spaces(self): + result = clean_answer("New York") + assert result == "New York" + + def test_strips_leading_comma(self): + result = clean_answer(",Paris") + assert result == "Paris" + + def test_strips_trailing_semicolon(self): + result = clean_answer("Paris;") + assert result == "Paris" + + def test_complex_combined(self): + result = clean_answer( + 'Answer: The answer is "Paris"\nQuestion: What city?' + ) + assert result == "Paris" + + def test_answer_prefix_mixed_case(self): + assert clean_answer("ANSWER: Paris") == "Paris" + + def test_exclamation_sentence_split(self): + # The regex splits AFTER the punctuation; ! is not in the final strip + # chars, so it is preserved in the first segment. + result = clean_answer("Paris! It is wonderful.") + assert result == "Paris!" + + def test_question_sentence_split(self): + result = clean_answer("Paris? Yes, Paris.") + assert result == "Paris?" + + +# =========================================================================== +# extract_lookup_values +# =========================================================================== + + +class TestExtractLookupValues: + TEMPLATE = ( + "<|db_entity|>{entity}<|db_relationship|>{rel}<|db_return|>{value}<|db_end|>" + ) + + def test_single_lookup(self): + raw = self.TEMPLATE.format(entity="Hexol", rel="First Described By", value="Jorgensen") + result = extract_lookup_values(raw) + assert result == ["Jorgensen"] + + def test_multiple_distinct_lookups(self): + raw = ( + self.TEMPLATE.format(entity="A", rel="R", value="X") + + self.TEMPLATE.format(entity="B", rel="S", value="Y") + ) + result = extract_lookup_values(raw) + assert "X" in result + assert "Y" in result + assert len(result) == 2 + + def test_deduplicates_repeated_value(self): + raw = ( + self.TEMPLATE.format(entity="A", rel="R", value="X") + + self.TEMPLATE.format(entity="A", rel="R", value="X") + ) + result = extract_lookup_values(raw) + assert result.count("X") == 1 + + def test_no_lookup_returns_empty(self): + assert extract_lookup_values("plain text") == [] + + def test_empty_string(self): + assert extract_lookup_values("") == [] + + def test_value_cleaned_before_return(self): + # value with answer prefix should be cleaned + raw = self.TEMPLATE.format(entity="A", rel="R", value="Answer: Paris") + result = extract_lookup_values(raw) + assert result == ["Paris"] + + def test_empty_value_ignored(self): + raw = self.TEMPLATE.format(entity="A", rel="R", value="") + result = extract_lookup_values(raw) + assert result == [] + + def test_multiline_value(self): + raw = self.TEMPLATE.format(entity="A", rel="R", value="Paris\nFrance") + result = extract_lookup_values(raw) + # clean_answer truncates at \n\n but a single \n is fine here + assert len(result) >= 1 + + +# =========================================================================== +# choose_answer +# =========================================================================== + + +class TestChooseAnswer: + def test_lookup_value_preferred_for_fact_query(self): + answer, source = choose_answer("What is the capital?", "Berlin", ["Paris"]) + assert answer == "Paris" + assert source == "lookup_value" + + def test_lookup_value_preferred_for_fill_blank(self): + answer, source = choose_answer("The capital is ____.", "Berlin", ["Paris"]) + assert answer == "Paris" + assert source == "lookup_value" + + def test_processed_text_used_when_no_lookup(self): + answer, source = choose_answer("The capital is Paris.", "Paris", []) + assert answer == "Paris" + assert source == "postprocessed_text" + + def test_lookup_value_used_as_fallback_for_non_fact_query(self): + # non-question, no blank → lookup not preferred, but postprocessed_text is empty + answer, source = choose_answer("Tell me about Paris.", "", ["Paris"]) + assert answer == "Paris" + assert source == "lookup_value" + + def test_empty_when_nothing_available(self): + answer, source = choose_answer("Some prompt.", "", []) + assert answer == "" + assert source == "empty" + + def test_question_mark_triggers_lookup_preference(self): + answer, source = choose_answer("Where was she born?", "France", ["Paris"]) + assert answer == "Paris" + + def test_blank_triggers_lookup_preference(self): + answer, source = choose_answer("She was born in ____", "France", ["Paris"]) + assert answer == "Paris" + + def test_first_lookup_value_used(self): + answer, source = choose_answer("Q?", "", ["First", "Second"]) + assert answer == "First" + + def test_non_question_uses_postprocessed_text(self): + answer, source = choose_answer("Describe Paris.", "The City of Light", ["Paris"]) + assert answer == "The City of Light" + assert source == "postprocessed_text" + + +# =========================================================================== +# compute_generation_budget +# =========================================================================== + + +class TestComputeGenerationBudget: + def _make_tokenizer(self, token_count: int): + tok = MagicMock() + tok.encode.return_value = list(range(token_count)) + return tok + + def test_minimum_is_32(self): + tok = self._make_tokenizer(0) + result = compute_generation_budget(tok, "", target_answer_tokens=0) + assert result >= 32 + + def test_includes_prompt_length(self): + tok = self._make_tokenizer(100) + result = compute_generation_budget(tok, "x" * 100, target_answer_tokens=12) + # 100 + 12 + 16 = 128 > 32 + assert result == 128 + + def test_includes_slack(self): + tok = self._make_tokenizer(10) + result = compute_generation_budget(tok, "short", target_answer_tokens=5) + # 10 + 5 + 16 = 31 → max(32, 31) = 32 + assert result == 32 + + def test_large_prompt(self): + tok = self._make_tokenizer(1000) + result = compute_generation_budget(tok, "x" * 1000, target_answer_tokens=12) + assert result == 1028 # 1000 + 12 + 16 + + def test_returns_int(self): + tok = self._make_tokenizer(50) + result = compute_generation_budget(tok, "prompt", target_answer_tokens=10) + assert isinstance(result, int) + + +# =========================================================================== +# prepare_prompt +# =========================================================================== + + +class TestPreparePrompt: + def test_strips_whitespace(self): + assert prepare_prompt(" hello ") == "hello" + + def test_no_change_needed(self): + assert prepare_prompt("hello") == "hello" + + def test_empty(self): + assert prepare_prompt("") == "" + + def test_newline_stripped(self): + assert prepare_prompt("hello\n") == "hello" + + def test_internal_content_preserved(self): + text = "What is the capital of France?" + assert prepare_prompt(text) == text + + +# =========================================================================== +# retrieve_lookup_value +# =========================================================================== + + +class TestRetrieveLookupValue: + def test_no_db_manager_returns_unknown(self): + model = MagicMock() + del model.db_manager # AttributeError → getattr returns None + model.db_manager = None + result = retrieve_lookup_value(model, "some query") + assert result == "unknown" + + def test_successful_retrieval(self): + db = MagicMock() + db.retrieve_from_database.return_value = "Paris" + model = MagicMock() + model.db_manager = db + result = retrieve_lookup_value(model, "query") + assert result == "Paris" + + def test_exception_with_top1_fallback(self): + db = MagicMock() + # First call raises, second (threshold=-1) succeeds + db.retrieve_from_database.side_effect = [ + ValueError("no result"), + "Paris", + ] + model = MagicMock() + model.db_manager = db + model.fallback_policy = "top1_anyway" + result = retrieve_lookup_value(model, "query") + assert result == "Paris" + + def test_exception_with_non_top1_policy_returns_unknown(self): + db = MagicMock() + db.retrieve_from_database.side_effect = ValueError("fail") + model = MagicMock() + model.db_manager = db + model.fallback_policy = "raise" + result = retrieve_lookup_value(model, "query") + assert result == "unknown" + + def test_both_calls_fail_returns_unknown(self): + db = MagicMock() + db.retrieve_from_database.side_effect = ValueError("fail") + model = MagicMock() + model.db_manager = db + model.fallback_policy = "top1_anyway" + result = retrieve_lookup_value(model, "query") + assert result == "unknown" + + +# =========================================================================== +# load_prompts +# =========================================================================== + + +class TestLoadPrompts: + def test_loads_valid_jsonl(self, tmp_path): + p = tmp_path / "prompts.jsonl" + records = [{"id": 1, "text": "hello"}, {"id": 2, "text": "world"}] + p.write_text("\n".join(json.dumps(r) for r in records), encoding="utf-8") + result = load_prompts(p) + assert len(result) == 2 + assert result[0]["id"] == 1 + assert result[1]["text"] == "world" + + def test_skips_blank_lines(self, tmp_path): + p = tmp_path / "prompts.jsonl" + p.write_text( + '{"id": 1}\n\n{"id": 2}\n \n{"id": 3}\n', encoding="utf-8" + ) + result = load_prompts(p) + assert len(result) == 3 + + def test_empty_file(self, tmp_path): + p = tmp_path / "empty.jsonl" + p.write_text("", encoding="utf-8") + result = load_prompts(p) + assert result == [] + + def test_single_record(self, tmp_path): + p = tmp_path / "single.jsonl" + p.write_text('{"fact_id": 42}\n', encoding="utf-8") + result = load_prompts(p) + assert len(result) == 1 + assert result[0]["fact_id"] == 42 + + def test_unicode_content(self, tmp_path): + p = tmp_path / "unicode.jsonl" + p.write_text('{"text": "Jørgensen"}\n', encoding="utf-8") + result = load_prompts(p) + assert result[0]["text"] == "Jørgensen" + + +# =========================================================================== +# save_results +# =========================================================================== + + +class TestSaveResults: + def test_creates_parent_directories(self, tmp_path): + output = tmp_path / "a" / "b" / "results.jsonl" + save_results([{"key": "val"}], output) + assert output.exists() + + def test_saves_each_result_as_jsonl(self, tmp_path): + output = tmp_path / "out.jsonl" + results = [{"id": 1}, {"id": 2}] + save_results(results, output) + lines = output.read_text(encoding="utf-8").strip().split("\n") + assert len(lines) == 2 + assert json.loads(lines[0]) == {"id": 1} + assert json.loads(lines[1]) == {"id": 2} + + def test_empty_results(self, tmp_path): + output = tmp_path / "empty.jsonl" + save_results([], output) + assert output.read_text() == "" + + def test_unicode_preserved(self, tmp_path): + output = tmp_path / "unicode.jsonl" + save_results([{"text": "Jørgensen"}], output) + data = json.loads(output.read_text(encoding="utf-8").strip()) + assert data["text"] == "Jørgensen" + + def test_overwrites_existing_file(self, tmp_path): + output = tmp_path / "out.jsonl" + output.write_text("old content\n", encoding="utf-8") + save_results([{"new": True}], output) + data = json.loads(output.read_text(encoding="utf-8").strip()) + assert data == {"new": True} + + +# =========================================================================== +# _default_retrieval_trace +# =========================================================================== + + +class TestDefaultRetrievalTrace: + def test_full_state(self): + trace = _default_retrieval_trace(DatabaseState.FULL) + assert trace["state"] == "FULL" + assert trace["retrieval_enabled"] is True + assert trace["lookup_query"] is None + assert trace["all_candidates"] == [] + assert trace["error"] is None + + def test_del_on_state(self): + trace = _default_retrieval_trace(DatabaseState.DEL_ON) + assert trace["state"] == "DEL-ON" + assert trace["retrieval_enabled"] is True + + def test_del_off_state(self): + trace = _default_retrieval_trace(DatabaseState.DEL_OFF) + assert trace["state"] == "DEL-OFF" + assert trace["retrieval_enabled"] is False + + def test_all_keys_present(self): + trace = _default_retrieval_trace(DatabaseState.FULL) + expected_keys = { + "state", "retrieval_enabled", "lookup_query", "threshold", + "all_candidates", "deleted_candidates", "retained_candidates", + "selected_candidate", "selected_value", "error", + } + assert expected_keys <= set(trace.keys()) + + def test_selected_value_none(self): + trace = _default_retrieval_trace(DatabaseState.FULL) + assert trace["selected_value"] is None + + +# =========================================================================== +# W&B visualisation tests +# =========================================================================== + + +def test_clean_answer_processing_logged_to_wandb(wandb_run): + """Bar chart showing before/after clean_answer character counts.""" + import matplotlib.pyplot as plt + + test_inputs = [ + "Answer: Paris", + "<b>Berlin</b>", + "<|db_entity|>X<|db_relationship|>Y<|db_return|>Value<|db_end|> Paris", + "The answer is Rome.", + '"Tokyo"', + "London\nQuestion: follow-up?", + " Madrid ", + "Vienna; city of music.", + ] + before_lens = [len(t) for t in test_inputs] + cleaned = [clean_answer(t) for t in test_inputs] + after_lens = [len(c) for c in cleaned] + + if wandb_run is not None: + try: + import numpy as np + import wandb + + x = np.arange(len(test_inputs)) + width = 0.4 + fig, ax = plt.subplots(figsize=(12, 5)) + ax.bar(x - width / 2, before_lens, width, label="before", color="tomato") + ax.bar(x + width / 2, after_lens, width, label="after", color="seagreen") + ax.set_xticks(x) + ax.set_xticklabels([t[:20] + "…" if len(t) > 20 else t for t in test_inputs], rotation=45, ha="right") + ax.set_ylabel("Characters") + ax.set_title("clean_answer: before vs after character count") + ax.legend() + plt.tight_layout() + wandb_run.log({"run_audit/clean_answer_lengths": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + # Assertions: cleaned version should never be longer than original (after strip) + for inp, out in zip(test_inputs, cleaned): + assert len(out) <= len(inp.strip()) + 5 # small slack for unescape + + +def test_choose_answer_distribution_logged_to_wandb(wandb_run): + """Pie chart of choose_answer source distribution over test cases.""" + import matplotlib.pyplot as plt + from collections import Counter + + cases = [ + ("Q?", "Berlin", ["Paris"]), + ("Q?", "", ["Paris"]), + ("Statement.", "Paris", []), + ("Statement.", "", []), + ("Blank ____", "Berlin", ["Paris"]), + ("Statement.", "", ["Paris"]), + ] + sources = [choose_answer(p, out, lv)[1] for p, out, lv in cases] + counts = Counter(sources) + + if wandb_run is not None: + try: + import wandb + + fig, ax = plt.subplots() + ax.pie( + counts.values(), + labels=counts.keys(), + autopct="%1.0f%%", + colors=["steelblue", "seagreen", "tomato"], + ) + ax.set_title("choose_answer source distribution") + plt.tight_layout() + wandb_run.log({"run_audit/choose_answer_sources": wandb.Image(fig)}) + plt.close(fig) + except Exception: + pass + + assert set(sources) <= {"lookup_value", "postprocessed_text", "empty"} From e85afc174d164b567f441c86ac2c04771c89eec4 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 16:26:37 -0700 Subject: [PATCH 11/24] added some bash files --- .github/workflows/claude-pr-review.yml | 111 +++++++++++++++++++++++++ .gitignore | 9 +- scrips/claude.sh | 58 +++++++++++++ scrips/setup_repository.sh | 50 +++++++++++ scrips/uv.sh | 40 +++++++++ scripts/claude.sh | 67 +++++++++++++++ scripts/setup_repository.sh | 46 ++++++++++ scripts/uv.sh | 38 +++++++++ 8 files changed, 418 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/claude-pr-review.yml create mode 100755 scrips/claude.sh create mode 100755 scrips/setup_repository.sh create mode 100755 scrips/uv.sh create mode 100755 scripts/claude.sh create mode 100755 scripts/setup_repository.sh create mode 100755 scripts/uv.sh diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml new file mode 100644 index 0000000..be03343 --- /dev/null +++ b/.github/workflows/claude-pr-review.yml @@ -0,0 +1,111 @@ +name: Claude PR Review + +on: + pull_request: + types: + - opened + - synchronize + - reopened + +permissions: + contents: read + pull-requests: write + issues: write + +jobs: + review: + name: Claude Diff Review + runs-on: ubuntu-latest + + steps: + - name: Check out repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Run Claude Code review + id: claude + uses: anthropics/claude-code-action@v1 + with: + anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + github_token: ${{ github.token }} + prompt: | + Review this pull request with a strict diff-first lens. + + Requirements: + - Focus on the PR diff and likely behavioral impact. + - Independently consider correctness, regressions, tests, security, and maintainability, then synthesize one final report. + - Prefer concrete, actionable findings over general praise. + - Call out missing tests when relevant. + - If there are no material issues, say so explicitly and list residual risks briefly. + - Do not modify code or post comments. + + Output a markdown report with: + - Short title + - High-level verdict + - Findings section ordered by severity + - Testing / risk notes + - Short closing summary + claude_args: >- + --model claude-sonnet-4-6 + --max-turns 8 + + - name: Write review report + env: + CLAUDE_OUTPUT: ${{ steps.claude.outputs.output }} + run: | + python - <<'PY' + import os + from pathlib import Path + + marker = "" + report = os.environ.get("CLAUDE_OUTPUT", "").strip() + if not report: + report = "Claude did not return a review report." + + content = f"{marker}\n## Claude PR Review\n\n{report}\n" + Path("claude-pr-review.md").write_text(content, encoding="utf-8") + PY + + - name: Upload review artifact + uses: actions/upload-artifact@v4 + with: + name: claude-pr-review-${{ github.event.pull_request.number }} + path: claude-pr-review.md + if-no-files-found: warn + + - name: Post or update PR comment + uses: actions/github-script@v7 + with: + github-token: ${{ github.token }} + script: | + const fs = require('fs'); + const marker = ''; + const body = fs.readFileSync('claude-pr-review.md', 'utf8'); + const { owner, repo } = context.repo; + const issue_number = context.payload.pull_request.number; + + const comments = await github.paginate(github.rest.issues.listComments, { + owner, + repo, + issue_number, + per_page: 100, + }); + + const existing = comments.find((comment) => comment.body && comment.body.includes(marker)); + + if (existing) { + await github.rest.issues.updateComment({ + owner, + repo, + comment_id: existing.id, + body, + }); + } else { + await github.rest.issues.createComment({ + owner, + repo, + issue_number, + body, + }); + } diff --git a/.gitignore b/.gitignore index 1357daa..e229613 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,11 @@ outputs/ uv.lock # Claude -/.claude \ No newline at end of file +/.claude +CLAUDE.md + +# Ruflo (Claude) +/.swarm +/.claude-flow +ruvector.db +.mcp.json \ No newline at end of file diff --git a/scrips/claude.sh b/scrips/claude.sh new file mode 100755 index 0000000..28d75f1 --- /dev/null +++ b/scrips/claude.sh @@ -0,0 +1,58 @@ +#!/usr/bin/env bash +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" + +export PATH="${HOME}/.local/bin:${PATH}" + +log() { + printf '[claude.sh] %s\n' "$*" +} + +require_command() { + if ! command -v "$1" >/dev/null 2>&1; then + printf '[claude.sh] Missing required command: %s\n' "$1" >&2 + exit 1 + fi +} + +install_claude() { + require_command curl + log "Installing Claude Code via the official installer" + curl -fsSL https://claude.ai/install.sh | bash + export PATH="${HOME}/.local/bin:${PATH}" +} + +if ! command -v claude >/dev/null 2>&1; then + install_claude +else + log "Claude Code is already installed: $(claude --version)" +fi + +require_command node +require_command npm + +log "Checking Claude Flow / Ruflo CLI availability" +npx -y @claude-flow/cli@latest --version + +if [[ -f "${REPO_ROOT}/.mcp.json" ]]; then + log "Project MCP configuration already exists at .mcp.json" +fi + +if [[ -f "${REPO_ROOT}/.claude/settings.local.json" ]]; then + log "Project Claude local settings already exist" +fi + +cat <<'EOF' + +Next steps: + 1. Run `claude` once to authenticate if you have not already. + 2. Optional: start the Claude Flow daemon with: + npx -y @claude-flow/cli@latest daemon start + 3. Optional: verify MCP visibility with: + claude mcp list + +EOF + +log "Done" \ No newline at end of file diff --git a/scrips/setup_repository.sh b/scrips/setup_repository.sh new file mode 100755 index 0000000..b5747d2 --- /dev/null +++ b/scrips/setup_repository.sh @@ -0,0 +1,50 @@ +#!/usr/bin/env bash +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" +LMLM_DIR="${REPO_ROOT}/../LMLM" + +export PATH="${HOME}/.local/bin:${PATH}" + +log() { + printf '[setup_repository.sh] %s\n' "$*" +} + +log "Bootstrapping repository tools" +"${SCRIPT_DIR}/uv.sh" + +if [[ ! -d "${LMLM_DIR}" ]]; then + cat <&2 +[setup_repository.sh] Missing local LMLM checkout at: + ${LMLM_DIR} + +This repository expects the upstream LMLM repo as a sibling directory because +pyproject.toml uses: + lmlm = { path = "../LMLM", editable = true } + +Clone it first, then rerun this script: + git clone https://github.com/kilian-group/LMLM.git "${LMLM_DIR}" +EOF + exit 1 +fi + +log "Found sibling LMLM checkout at ${LMLM_DIR}" +cd "${REPO_ROOT}" + +log "Installing Python 3.10 and syncing dependencies" +uv python install 3.10 +uv sync --python 3.10 + +cat <<'EOF' + +Repository setup complete. + +Useful next commands: + source .venv/bin/activate + .venv/bin/pytest + ./scripts/claude.sh + +EOF + +log "Done" \ No newline at end of file diff --git a/scrips/uv.sh b/scrips/uv.sh new file mode 100755 index 0000000..2d44d57 --- /dev/null +++ b/scrips/uv.sh @@ -0,0 +1,40 @@ +#!/usr/bin/env bash +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" + +export PATH="${HOME}/.local/bin:${PATH}" + +log() { + printf '[uv.sh] %s\n' "$*" +} + +require_command() { + if ! command -v "$1" >/dev/null 2>&1; then + printf '[uv.sh] Missing required command: %s\n' "$1" >&2 + exit 1 + fi +} + +install_uv() { + require_command curl + log "Installing uv via the official installer" + curl -LsSf https://astral.sh/uv/install.sh | sh + export PATH="${HOME}/.local/bin:${PATH}" +} + +if ! command -v uv >/dev/null 2>&1; then + install_uv +else + log "uv is already installed: $(uv --version)" +fi + +if [[ "${1:-}" == "--sync" ]]; then + log "Creating or updating the project environment with uv" + cd "${REPO_ROOT}" + uv python install 3.10 + uv sync --python 3.10 +fi + +log "Done" \ No newline at end of file diff --git a/scripts/claude.sh b/scripts/claude.sh new file mode 100755 index 0000000..6e6acc7 --- /dev/null +++ b/scripts/claude.sh @@ -0,0 +1,67 @@ +#!/usr/bin/env bash +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" + +export PATH="${HOME}/.local/bin:${PATH}" + +log() { + printf '[claude.sh] %s\n' "$*" +} + +require_command() { + if ! command -v "$1" >/dev/null 2>&1; then + printf '[claude.sh] Missing required command: %s\n' "$1" >&2 + exit 1 + fi +} + +install_claude() { + require_command npm + log "Installing Claude Code via npm" + npm install -g @anthropic-ai/claude-code +} + +install_ruflo() { + require_command npm + log "Installing Ruflo (claude-flow CLI) via npm" + npm install -g @claude-flow/cli@latest +} + +require_command node +require_command npm + +if ! command -v claude >/dev/null 2>&1; then + install_claude +else + log "Claude Code is already installed: $(claude --version)" +fi + +if ! command -v claude-flow >/dev/null 2>&1 && \ + ! npm list -g @claude-flow/cli >/dev/null 2>&1; then + install_ruflo +else + log "Ruflo (claude-flow) is already installed" +fi + +if [[ -f "${REPO_ROOT}/.mcp.json" ]]; then + log "Project MCP configuration already exists at .mcp.json" +fi + +if [[ -f "${REPO_ROOT}/.claude/settings.local.json" ]]; then + log "Project Claude local settings already exist" +fi + +cat <<'EOF' + +Next steps: + 1. Run `claude` once to authenticate if you have not already. + 2. Optional: start the Claude Flow daemon with: + npx -y @claude-flow/cli@latest daemon start + 3. Optional: verify MCP visibility with: + claude mcp list + +EOF + +log "Done" diff --git a/scripts/setup_repository.sh b/scripts/setup_repository.sh new file mode 100755 index 0000000..2f45249 --- /dev/null +++ b/scripts/setup_repository.sh @@ -0,0 +1,46 @@ +#!/usr/bin/env bash +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" +LMLM_DIR="${REPO_ROOT}/../LMLM" + +export PATH="${HOME}/.local/bin:${PATH}" + +log() { + printf '[setup_repository.sh] %s\n' "$*" +} + +require_command() { + if ! command -v "$1" >/dev/null 2>&1; then + printf '[setup_repository.sh] Missing required command: %s\n' "$1" >&2 + exit 1 + fi +} + +log "Bootstrapping uv and Python dependencies" +"${SCRIPT_DIR}/uv.sh" + +if [[ ! -d "${LMLM_DIR}" ]]; then + log "LMLM checkout not found — cloning from GitHub" + require_command git + git clone https://github.com/kilian-group/LMLM.git "${LMLM_DIR}" +else + log "Found sibling LMLM checkout at ${LMLM_DIR}" +fi + +log "Bootstrapping Claude Code and Ruflo" +"${SCRIPT_DIR}/claude.sh" + +cat <<'EOF' + +Repository setup complete. + +Useful next commands: + source .venv/bin/activate + .venv/bin/pytest + claude # authenticate on first run + +EOF + +log "Done" diff --git a/scripts/uv.sh b/scripts/uv.sh new file mode 100755 index 0000000..ac292e2 --- /dev/null +++ b/scripts/uv.sh @@ -0,0 +1,38 @@ +#!/usr/bin/env bash +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" + +export PATH="${HOME}/.local/bin:${PATH}" + +log() { + printf '[uv.sh] %s\n' "$*" +} + +require_command() { + if ! command -v "$1" >/dev/null 2>&1; then + printf '[uv.sh] Missing required command: %s\n' "$1" >&2 + exit 1 + fi +} + +install_uv() { + require_command curl + log "Installing uv via the official installer" + curl -LsSf https://astral.sh/uv/install.sh | sh + export PATH="${HOME}/.local/bin:${PATH}" +} + +if ! command -v uv >/dev/null 2>&1; then + install_uv +else + log "uv is already installed: $(uv --version)" +fi + +log "Creating or updating the project environment with uv" +cd "${REPO_ROOT}" +uv python install 3.10 +uv sync --python 3.10 + +log "Done" From 54bd3e02575cd1d5b04b812314e4ea893156ef2c Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 16:31:57 -0700 Subject: [PATCH 12/24] updated claude.sh --- scripts/claude.sh | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/scripts/claude.sh b/scripts/claude.sh index 6e6acc7..4666a66 100755 --- a/scripts/claude.sh +++ b/scripts/claude.sh @@ -23,12 +23,6 @@ install_claude() { npm install -g @anthropic-ai/claude-code } -install_ruflo() { - require_command npm - log "Installing Ruflo (claude-flow CLI) via npm" - npm install -g @claude-flow/cli@latest -} - require_command node require_command npm @@ -38,12 +32,10 @@ else log "Claude Code is already installed: $(claude --version)" fi -if ! command -v claude-flow >/dev/null 2>&1 && \ - ! npm list -g @claude-flow/cli >/dev/null 2>&1; then - install_ruflo -else - log "Ruflo (claude-flow) is already installed" -fi +log "Checking Ruflo (claude-flow CLI) availability via npx" +npx -y @claude-flow/cli@latest --version >/dev/null +log "Ruflo (claude-flow CLI) is available through npx" +log "Note: this does not create a permanent global 'claude-flow' binary" if [[ -f "${REPO_ROOT}/.mcp.json" ]]; then log "Project MCP configuration already exists at .mcp.json" @@ -57,7 +49,7 @@ cat <<'EOF' Next steps: 1. Run `claude` once to authenticate if you have not already. - 2. Optional: start the Claude Flow daemon with: + 2. Ruflo is available through npx on demand, for example: npx -y @claude-flow/cli@latest daemon start 3. Optional: verify MCP visibility with: claude mcp list From 1ecaf3b3d254d847bcdbf98b0cb421ac0a337af8 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 18:51:10 -0700 Subject: [PATCH 13/24] added ai code review, still not working well but it's a start. --- .gitignore | 3 - outputs/review/ai_code_review_2026-04-12.md | 38 ++++ scrips/claude.sh | 58 ----- scrips/setup_repository.sh | 50 ----- scrips/uv.sh | 40 ---- scripts/ai_code_review.sh | 227 ++++++++++++++++++++ 6 files changed, 265 insertions(+), 151 deletions(-) create mode 100644 outputs/review/ai_code_review_2026-04-12.md delete mode 100755 scrips/claude.sh delete mode 100755 scrips/setup_repository.sh delete mode 100755 scrips/uv.sh create mode 100755 scripts/ai_code_review.sh diff --git a/.gitignore b/.gitignore index e229613..50e36cf 100644 --- a/.gitignore +++ b/.gitignore @@ -22,9 +22,6 @@ wheels/ # Weights & Biases wandb -# Logging -outputs/ - # uv uv.lock diff --git a/outputs/review/ai_code_review_2026-04-12.md b/outputs/review/ai_code_review_2026-04-12.md new file mode 100644 index 0000000..1cda9a4 --- /dev/null +++ b/outputs/review/ai_code_review_2026-04-12.md @@ -0,0 +1,38 @@ +# AI Code Review — 2026-04-12 + +| Field | Value | +|---|---| +| **Base ref** | `origin/main` | +| **Head ref** | `8-add-more-data` | +| **Overall severity** | **UNKNOWN** | + +--- + +## Agent Summaries + +| Agent | Severity | Summary | +|---|---|---| +| Security | UNKNOWN | | +| Architecture | UNKNOWN | | +| Testing | UNKNOWN | | +| ML Correctness | UNKNOWN | | + +--- + +## Detailed Findings + +### Security + +_No findings._ + +### Architecture + +_No findings._ + +### Testing + +_No findings._ + +### ML Correctness + +_No findings._ diff --git a/scrips/claude.sh b/scrips/claude.sh deleted file mode 100755 index 28d75f1..0000000 --- a/scrips/claude.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" - -export PATH="${HOME}/.local/bin:${PATH}" - -log() { - printf '[claude.sh] %s\n' "$*" -} - -require_command() { - if ! command -v "$1" >/dev/null 2>&1; then - printf '[claude.sh] Missing required command: %s\n' "$1" >&2 - exit 1 - fi -} - -install_claude() { - require_command curl - log "Installing Claude Code via the official installer" - curl -fsSL https://claude.ai/install.sh | bash - export PATH="${HOME}/.local/bin:${PATH}" -} - -if ! command -v claude >/dev/null 2>&1; then - install_claude -else - log "Claude Code is already installed: $(claude --version)" -fi - -require_command node -require_command npm - -log "Checking Claude Flow / Ruflo CLI availability" -npx -y @claude-flow/cli@latest --version - -if [[ -f "${REPO_ROOT}/.mcp.json" ]]; then - log "Project MCP configuration already exists at .mcp.json" -fi - -if [[ -f "${REPO_ROOT}/.claude/settings.local.json" ]]; then - log "Project Claude local settings already exist" -fi - -cat <<'EOF' - -Next steps: - 1. Run `claude` once to authenticate if you have not already. - 2. Optional: start the Claude Flow daemon with: - npx -y @claude-flow/cli@latest daemon start - 3. Optional: verify MCP visibility with: - claude mcp list - -EOF - -log "Done" \ No newline at end of file diff --git a/scrips/setup_repository.sh b/scrips/setup_repository.sh deleted file mode 100755 index b5747d2..0000000 --- a/scrips/setup_repository.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" -LMLM_DIR="${REPO_ROOT}/../LMLM" - -export PATH="${HOME}/.local/bin:${PATH}" - -log() { - printf '[setup_repository.sh] %s\n' "$*" -} - -log "Bootstrapping repository tools" -"${SCRIPT_DIR}/uv.sh" - -if [[ ! -d "${LMLM_DIR}" ]]; then - cat <&2 -[setup_repository.sh] Missing local LMLM checkout at: - ${LMLM_DIR} - -This repository expects the upstream LMLM repo as a sibling directory because -pyproject.toml uses: - lmlm = { path = "../LMLM", editable = true } - -Clone it first, then rerun this script: - git clone https://github.com/kilian-group/LMLM.git "${LMLM_DIR}" -EOF - exit 1 -fi - -log "Found sibling LMLM checkout at ${LMLM_DIR}" -cd "${REPO_ROOT}" - -log "Installing Python 3.10 and syncing dependencies" -uv python install 3.10 -uv sync --python 3.10 - -cat <<'EOF' - -Repository setup complete. - -Useful next commands: - source .venv/bin/activate - .venv/bin/pytest - ./scripts/claude.sh - -EOF - -log "Done" \ No newline at end of file diff --git a/scrips/uv.sh b/scrips/uv.sh deleted file mode 100755 index 2d44d57..0000000 --- a/scrips/uv.sh +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" - -export PATH="${HOME}/.local/bin:${PATH}" - -log() { - printf '[uv.sh] %s\n' "$*" -} - -require_command() { - if ! command -v "$1" >/dev/null 2>&1; then - printf '[uv.sh] Missing required command: %s\n' "$1" >&2 - exit 1 - fi -} - -install_uv() { - require_command curl - log "Installing uv via the official installer" - curl -LsSf https://astral.sh/uv/install.sh | sh - export PATH="${HOME}/.local/bin:${PATH}" -} - -if ! command -v uv >/dev/null 2>&1; then - install_uv -else - log "uv is already installed: $(uv --version)" -fi - -if [[ "${1:-}" == "--sync" ]]; then - log "Creating or updating the project environment with uv" - cd "${REPO_ROOT}" - uv python install 3.10 - uv sync --python 3.10 -fi - -log "Done" \ No newline at end of file diff --git a/scripts/ai_code_review.sh b/scripts/ai_code_review.sh new file mode 100755 index 0000000..e5b73d7 --- /dev/null +++ b/scripts/ai_code_review.sh @@ -0,0 +1,227 @@ +#!/usr/bin/env bash +# ai_code_review.sh — multi-agent code review +# Agents: security | architecture | testing | ml-correctness +# Output: outputs/review/ai_code_review_YYYY-MM-DD.md +set -euo pipefail + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)" +export PATH="${HOME}/.local/bin:${PATH}" + +BASE_REF="${1:-origin/main}" +OUTPUT_DIR="${REPO_ROOT}/outputs/review" +DATE="$(date +%Y-%m-%d)" +REPORT_FILE="${OUTPUT_DIR}/ai_code_review_${DATE}.md" +WORK_DIR="$(mktemp -d)" +DIFF_FILE="${WORK_DIR}/diff.patch" +trap 'rm -rf "${WORK_DIR}"' EXIT + +log() { printf '[ai_code_review] %s\n' "$*"; } + +require_command() { + command -v "$1" >/dev/null 2>&1 || { log "Missing required command: $1" >&2; exit 1; } +} + +usage() { + cat <<'EOF' +Usage: + ./scripts/ai_code_review.sh [base-ref] + +Examples: + ./scripts/ai_code_review.sh + ./scripts/ai_code_review.sh origin/main + +Output: + outputs/review/ai_code_review_YYYY-MM-DD.md +EOF +} + +if [[ "${1:-}" == "-h" || "${1:-}" == "--help" ]]; then usage; exit 0; fi + +require_command git +require_command claude +require_command python3 + +mkdir -p "${OUTPUT_DIR}" +cd "${REPO_ROOT}" + +if ! git rev-parse --verify "${BASE_REF}" >/dev/null 2>&1; then + log "Base ref '${BASE_REF}' not found locally. Try: git fetch origin ${BASE_REF#origin/}" + exit 1 +fi + +CURRENT_BRANCH="$(git branch --show-current)" +MERGE_BASE="$(git merge-base "${BASE_REF}" HEAD)" + +log "Branch: ${CURRENT_BRANCH:-DETACHED} Base: ${BASE_REF} Merge-base: ${MERGE_BASE}" + +# Exclude large data files — only review source code, tests, scripts, configs +DIFF_PATHSPEC=( + ':(exclude)data/' + ':(exclude)*.jsonl' + ':(exclude)*.json' + ':(exclude)coverage.*' + ':(exclude)badges/' + ':(exclude)*.svg' + ':(exclude)*.xml' +) + +git --no-pager diff --stat "${BASE_REF}...HEAD" -- "${DIFF_PATHSPEC[@]}" +git --no-pager diff "${BASE_REF}...HEAD" -- "${DIFF_PATHSPEC[@]}" > "${DIFF_FILE}" + +if [[ ! -s "${DIFF_FILE}" ]]; then + log "No diff found between ${BASE_REF} and HEAD (after excluding data files)." + exit 0 +fi + +log "Diff size: $(wc -l < "${DIFF_FILE}") lines" + +# Truncate to 4000 lines to stay within Claude's context for each agent +DIFF_CONTENT="$(head -n 4000 "${DIFF_FILE}")" +if [[ "$(wc -l < "${DIFF_FILE}")" -gt 4000 ]]; then + DIFF_CONTENT="${DIFF_CONTENT}"$'\n\n[... diff truncated at 4000 lines ...]' + log "Warning: diff truncated to 4000 lines" +fi +CONTEXT="Base: ${BASE_REF} | Head: ${CURRENT_BRANCH:-HEAD} | Merge-base: ${MERGE_BASE}" + +# ── helper: run one agent ────────────────────────────────────────────────── +run_agent() { + local role="$1" + local focus="$2" + local out_file="${WORK_DIR}/${role}.json" + + local prompt + prompt="$(cat < +${DIFF_CONTENT} + +EOF +)" + + log "Running ${role} agent..." + if echo "${prompt}" | claude -p \ + --output-format json \ + --model sonnet \ + --permission-mode bypassPermissions \ + --json-schema '{ + "type":"object", + "properties":{ + "severity":{"type":"string","enum":["LOW","MEDIUM","HIGH","CRITICAL"]}, + "findings":{"type":"array","items":{"type":"object","properties":{"file":{"type":"string"},"issue":{"type":"string"},"recommendation":{"type":"string"}},"required":["file","issue","recommendation"],"additionalProperties":false}}, + "summary":{"type":"string"} + }, + "required":["severity","findings","summary"], + "additionalProperties":false + }' > "${out_file}" 2>"${WORK_DIR}/${role}.err"; then + log "${role} agent done." + else + log "WARNING: ${role} agent failed (exit $?). Error: $(cat "${WORK_DIR}/${role}.err")" + echo '{"severity":"UNKNOWN","findings":[],"summary":"Agent failed to run."}' > "${out_file}" + fi +} + +# ── spawn the four agents (sequential to stay within rate limits) ────────── +run_agent "security" \ + "Identify security vulnerabilities: injection, insecure deserialization, hardcoded secrets, unsafe file I/O, dependency risks, authentication/authorization issues." + +run_agent "architecture" \ + "Evaluate structural quality: separation of concerns, coupling, cohesion, abstraction layers, naming conventions, API design, and maintainability." + +run_agent "testing" \ + "Assess test coverage and quality: missing unit/integration tests, brittle assertions, improper mocking, untested edge cases, and regression gaps introduced by this diff." + +run_agent "ml-correctness" \ + "Review ML/data correctness: data leakage, train/val/test splits, metric calculation, reproducibility (seeds), model loading/saving integrity, numerical stability, and evaluation fairness." + +# ── synthesise into markdown ─────────────────────────────────────────────── +log "Synthesising report..." +python3 - <<'PY' \ + "${WORK_DIR}/security.json" \ + "${WORK_DIR}/architecture.json" \ + "${WORK_DIR}/testing.json" \ + "${WORK_DIR}/ml-correctness.json" \ + "${REPORT_FILE}" \ + "${BASE_REF}" \ + "${CURRENT_BRANCH}" \ + "${DATE}" + +import json, sys +from pathlib import Path + +roles = ["Security", "Architecture", "Testing", "ML Correctness"] +files = sys.argv[1:5] +report_path = Path(sys.argv[5]) +base_ref, branch, date = sys.argv[6], sys.argv[7], sys.argv[8] + +agents = [] +for role, f in zip(roles, files): + try: + data = json.loads(Path(f).read_text(encoding="utf-8")) + agents.append((role, data)) + except Exception as e: + agents.append((role, {"severity": "UNKNOWN", "findings": [], "summary": f"Agent failed: {e}"})) + +severity_order = {"CRITICAL": 0, "HIGH": 1, "MEDIUM": 2, "LOW": 3, "UNKNOWN": 4} +overall = min((a[1].get("severity", "UNKNOWN") for a in agents), + key=lambda s: severity_order.get(s, 4)) + +# ── report ───────────────────────────────────────────────────────────────── +lines = [ + f"# AI Code Review — {date}", + "", + f"| Field | Value |", + f"|---|---|", + f"| **Base ref** | `{base_ref}` |", + f"| **Head ref** | `{branch or 'HEAD'}` |", + f"| **Overall severity** | **{overall}** |", + "", + "---", + "", + "## Agent Summaries", + "", + "| Agent | Severity | Summary |", + "|---|---|---|", +] +for role, data in agents: + sev = data.get("severity", "UNKNOWN") + summary = data.get("summary", "").replace("\n", " ").replace("|", "\\|") + lines.append(f"| {role} | {sev} | {summary} |") + +lines += ["", "---", "", "## Detailed Findings", ""] + +for role, data in agents: + findings = data.get("findings", []) + lines.append(f"### {role}") + lines.append("") + if not findings: + lines.append("_No findings._") + else: + lines.append("| File | Issue | Recommendation |") + lines.append("|---|---|---|") + for f in findings: + file_ = str(f.get("file", "—")).replace("|", "\\|") + issue = str(f.get("issue", "—")).replace("|", "\\|").replace("\n", " ") + rec = str(f.get("recommendation", "—")).replace("|", "\\|").replace("\n", " ") + lines.append(f"| `{file_}` | {issue} | {rec} |") + lines.append("") + +report_path.write_text("\n".join(lines), encoding="utf-8") +print(f"Report written to {report_path}") +PY + +log "Report saved to ${REPORT_FILE}" From a9aa696f5332f09ecd3deab4406c02ef8ba10d1f Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 18:52:00 -0700 Subject: [PATCH 14/24] removing claude pr review --- .github/workflows/claude-pr-review.yml | 111 ------------------------- 1 file changed, 111 deletions(-) delete mode 100644 .github/workflows/claude-pr-review.yml diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml deleted file mode 100644 index be03343..0000000 --- a/.github/workflows/claude-pr-review.yml +++ /dev/null @@ -1,111 +0,0 @@ -name: Claude PR Review - -on: - pull_request: - types: - - opened - - synchronize - - reopened - -permissions: - contents: read - pull-requests: write - issues: write - -jobs: - review: - name: Claude Diff Review - runs-on: ubuntu-latest - - steps: - - name: Check out repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Run Claude Code review - id: claude - uses: anthropics/claude-code-action@v1 - with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - github_token: ${{ github.token }} - prompt: | - Review this pull request with a strict diff-first lens. - - Requirements: - - Focus on the PR diff and likely behavioral impact. - - Independently consider correctness, regressions, tests, security, and maintainability, then synthesize one final report. - - Prefer concrete, actionable findings over general praise. - - Call out missing tests when relevant. - - If there are no material issues, say so explicitly and list residual risks briefly. - - Do not modify code or post comments. - - Output a markdown report with: - - Short title - - High-level verdict - - Findings section ordered by severity - - Testing / risk notes - - Short closing summary - claude_args: >- - --model claude-sonnet-4-6 - --max-turns 8 - - - name: Write review report - env: - CLAUDE_OUTPUT: ${{ steps.claude.outputs.output }} - run: | - python - <<'PY' - import os - from pathlib import Path - - marker = "" - report = os.environ.get("CLAUDE_OUTPUT", "").strip() - if not report: - report = "Claude did not return a review report." - - content = f"{marker}\n## Claude PR Review\n\n{report}\n" - Path("claude-pr-review.md").write_text(content, encoding="utf-8") - PY - - - name: Upload review artifact - uses: actions/upload-artifact@v4 - with: - name: claude-pr-review-${{ github.event.pull_request.number }} - path: claude-pr-review.md - if-no-files-found: warn - - - name: Post or update PR comment - uses: actions/github-script@v7 - with: - github-token: ${{ github.token }} - script: | - const fs = require('fs'); - const marker = ''; - const body = fs.readFileSync('claude-pr-review.md', 'utf8'); - const { owner, repo } = context.repo; - const issue_number = context.payload.pull_request.number; - - const comments = await github.paginate(github.rest.issues.listComments, { - owner, - repo, - issue_number, - per_page: 100, - }); - - const existing = comments.find((comment) => comment.body && comment.body.includes(marker)); - - if (existing) { - await github.rest.issues.updateComment({ - owner, - repo, - comment_id: existing.id, - body, - }); - } else { - await github.rest.issues.createComment({ - owner, - repo, - issue_number, - body, - }); - } From 5452e203ca8d51454473113e3d063ec4e08b13d5 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 19:01:33 -0700 Subject: [PATCH 15/24] changed ordering in setup script --- scripts/setup_repository.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/setup_repository.sh b/scripts/setup_repository.sh index 2f45249..aa5e9c4 100755 --- a/scripts/setup_repository.sh +++ b/scripts/setup_repository.sh @@ -18,9 +18,6 @@ require_command() { fi } -log "Bootstrapping uv and Python dependencies" -"${SCRIPT_DIR}/uv.sh" - if [[ ! -d "${LMLM_DIR}" ]]; then log "LMLM checkout not found — cloning from GitHub" require_command git @@ -29,6 +26,9 @@ else log "Found sibling LMLM checkout at ${LMLM_DIR}" fi +log "Bootstrapping uv and Python dependencies" +"${SCRIPT_DIR}/uv.sh" + log "Bootstrapping Claude Code and Ruflo" "${SCRIPT_DIR}/claude.sh" From 066907cb783ceba195f41ddff7985e3e2d5c67f8 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Sun, 12 Apr 2026 22:37:12 -0700 Subject: [PATCH 16/24] Added local logging to audits. --- src/lmlm-audit/run_audit.py | 203 ++++++++++++++++++++++-------------- 1 file changed, 123 insertions(+), 80 deletions(-) diff --git a/src/lmlm-audit/run_audit.py b/src/lmlm-audit/run_audit.py index 54148cf..8f74572 100644 --- a/src/lmlm-audit/run_audit.py +++ b/src/lmlm-audit/run_audit.py @@ -3,6 +3,7 @@ import json import os import re +import sys from collections import defaultdict from dataclasses import dataclass from pathlib import Path @@ -317,6 +318,20 @@ class AuditJob: output_path: Path +class TeeStream: + def __init__(self, *streams: Any) -> None: + self.streams = streams + + def write(self, data: str) -> int: + for stream in self.streams: + stream.write(data) + return len(data) + + def flush(self) -> None: + for stream in self.streams: + stream.flush() + + def discover_custom_audit_jobs(output_dir: Path) -> list[AuditJob]: jobs: list[AuditJob] = [] for domain_dir in sorted( @@ -464,6 +479,15 @@ def parse_args() -> argparse.Namespace: default=DEFAULT_OUTPUT_DIR, help="Directory where JSONL audit results will be written.", ) + parser.add_argument( + "--log-file", + type=Path, + default=None, + help=( + "Optional path for a run log file. Defaults to /run_audit.log " + "when omitted." + ), + ) parser.add_argument( "--model-name", type=str, @@ -503,96 +527,115 @@ def parse_args() -> argparse.Namespace: def main() -> None: args = parse_args() - jobs = resolve_audit_jobs(args) - if not jobs: - raise FileNotFoundError( - "No audit jobs found. Add custom prompts under data/custom_databases or " - "pass --prompt-files explicitly." - ) - - from model_loader import load_model_and_tokenizer + log_path = args.log_file or (args.output_dir / "run_audit.log") + log_path.parent.mkdir(parents=True, exist_ok=True) + + original_stdout = sys.stdout + original_stderr = sys.stderr + with log_path.open("a", encoding="utf-8") as log_handle: + sys.stdout = TeeStream(original_stdout, log_handle) + sys.stderr = TeeStream(original_stderr, log_handle) + + try: + print(f"Logging run_audit output to {log_path}") + + jobs = resolve_audit_jobs(args) + if not jobs: + raise FileNotFoundError( + "No audit jobs found. Add custom prompts under data/custom_databases or " + "pass --prompt-files explicitly." + ) - state_values = [DatabaseState(state) for state in args.states] - if args.disable_dblookup: - state_values = [DatabaseState.DEL_OFF] - states = state_values - wandb_module = setup_wandb() if args.wandb_activation == "on" else None + from model_loader import load_model_and_tokenizer - jobs_by_database: dict[Path, list[AuditJob]] = defaultdict(list) - for job in jobs: - jobs_by_database[job.database_path].append(job) + state_values = [DatabaseState(state) for state in args.states] + if args.disable_dblookup: + state_values = [DatabaseState.DEL_OFF] + states = state_values + wandb_module = setup_wandb() if args.wandb_activation == "on" else None - for database_path in sorted(jobs_by_database): - model, tokenizer = load_model_and_tokenizer( - model_name=args.model_name, - database_path=database_path, - ) - base_db_manager = model.db_manager - - for job in jobs_by_database[database_path]: - print(f"Running audit for {job.prompt_path} with database {database_path}") - results = run_audit( - prompt_path=job.prompt_path, - base_db_manager=base_db_manager, - model=model, - tokenizer=tokenizer, - states=states, - max_new_tokens=args.max_new_tokens, - limit=args.limit, - ) + jobs_by_database: dict[Path, list[AuditJob]] = defaultdict(list) + for job in jobs: + jobs_by_database[job.database_path].append(job) - save_results(results, job.output_path) - total_metrics = metrics_total(results) - metrics_by_state = { - state.value: metrics_total( - [result for result in results if result["state"] == state.value] + for database_path in sorted(jobs_by_database): + model, tokenizer = load_model_and_tokenizer( + model_name=args.model_name, + database_path=database_path, ) - for state in states - } + base_db_manager = model.db_manager - print("Cross-state audit metrics:") - print(f" Paired count: {total_metrics['paired_count']}") - print( - f" Parametric leakage L(f): {total_metrics['parametric_leakage']:.3f}" - ) - print( - " Retrieval-mediated correctness R(f): " - f"{total_metrics['retrieval_mediated_correctness']:.3f}" - ) - print( - f" Retrieval artifact rate: {total_metrics['retrieval_artifact_rate']:.3f}" - ) - print("Metrics by state:") - for state in states: - metrics = metrics_by_state[state.value] - print(f"{state.value}:") - print(f" Count: {metrics['count']}") - print(f" Exact match: {metrics['exact_match']:.3f}") - print(f" Contains match: {metrics['contains_match']:.3f}") - print(f" Unknown rate: {metrics['unknown_rate']:.3f}") - print(f" Precision: {metrics['precision']:.3f}") - print(f" Recall: {metrics['recall']:.3f}") - print(f" F1: {metrics['f1']:.3f}") - print(f" Parametric leakage L(f): {metrics['parametric_leakage']:.3f}") - print( - f" Retrieval-mediated correctness R(f): {metrics['retrieval_mediated_correctness']:.3f}" - ) - print( - f" Retrieval artifact rate: {metrics['retrieval_artifact_rate']:.3f}" - ) - if wandb_module is not None: - log_metrics_to_wandb( - wandb_module=wandb_module, + for job in jobs_by_database[database_path]: + print( + f"Running audit for {job.prompt_path} with database {database_path}" + ) + results = run_audit( prompt_path=job.prompt_path, - state=state, - state_metrics=metrics, - cross_state_metrics=total_metrics, - model_name=args.model_name, - database_path=database_path, + base_db_manager=base_db_manager, + model=model, + tokenizer=tokenizer, + states=states, max_new_tokens=args.max_new_tokens, limit=args.limit, ) - print(f" W&B run: {job.prompt_path.stem}_{state.value}") + + save_results(results, job.output_path) + total_metrics = metrics_total(results) + metrics_by_state = { + state.value: metrics_total( + [result for result in results if result["state"] == state.value] + ) + for state in states + } + + print("Cross-state audit metrics:") + print(f" Paired count: {total_metrics['paired_count']}") + print( + f" Parametric leakage L(f): {total_metrics['parametric_leakage']:.3f}" + ) + print( + " Retrieval-mediated correctness R(f): " + f"{total_metrics['retrieval_mediated_correctness']:.3f}" + ) + print( + f" Retrieval artifact rate: {total_metrics['retrieval_artifact_rate']:.3f}" + ) + print("Metrics by state:") + for state in states: + metrics = metrics_by_state[state.value] + print(f"{state.value}:") + print(f" Count: {metrics['count']}") + print(f" Exact match: {metrics['exact_match']:.3f}") + print(f" Contains match: {metrics['contains_match']:.3f}") + print(f" Unknown rate: {metrics['unknown_rate']:.3f}") + print(f" Precision: {metrics['precision']:.3f}") + print(f" Recall: {metrics['recall']:.3f}") + print(f" F1: {metrics['f1']:.3f}") + print( + f" Parametric leakage L(f): {metrics['parametric_leakage']:.3f}" + ) + print( + f" Retrieval-mediated correctness R(f): {metrics['retrieval_mediated_correctness']:.3f}" + ) + print( + f" Retrieval artifact rate: {metrics['retrieval_artifact_rate']:.3f}" + ) + if wandb_module is not None: + log_metrics_to_wandb( + wandb_module=wandb_module, + prompt_path=job.prompt_path, + state=state, + state_metrics=metrics, + cross_state_metrics=total_metrics, + model_name=args.model_name, + database_path=database_path, + max_new_tokens=args.max_new_tokens, + limit=args.limit, + ) + print(f" W&B run: {job.prompt_path.stem}_{state.value}") + finally: + sys.stdout = original_stdout + sys.stderr = original_stderr if __name__ == "__main__": From 7b8220ddaef84d419788402d3b9356b81ce6c700 Mon Sep 17 00:00:00 2001 From: raeesiarya <182804205+raeesiarya@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:38:14 +0000 Subject: [PATCH 17/24] chore(ci): update coverage badge --- badges/coverage.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/badges/coverage.svg b/badges/coverage.svg index 42b4e99..a2456ff 100644 --- a/badges/coverage.svg +++ b/badges/coverage.svg @@ -1,5 +1,5 @@ - - coverage: 77% + + coverage: 74% @@ -13,8 +13,8 @@ \ No newline at end of file From a43a8fade669afca6f1d2c98a9e00f2c9dbfa8c4 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Mon, 13 Apr 2026 14:26:18 -0700 Subject: [PATCH 18/24] specified logging --- src/lmlm-audit/run_audit.py | 212 ++++++++++++++++++------------------ 1 file changed, 105 insertions(+), 107 deletions(-) diff --git a/src/lmlm-audit/run_audit.py b/src/lmlm-audit/run_audit.py index 8f74572..7854f79 100644 --- a/src/lmlm-audit/run_audit.py +++ b/src/lmlm-audit/run_audit.py @@ -3,7 +3,6 @@ import json import os import re -import sys from collections import defaultdict from dataclasses import dataclass from pathlib import Path @@ -318,18 +317,21 @@ class AuditJob: output_path: Path -class TeeStream: - def __init__(self, *streams: Any) -> None: - self.streams = streams +class AuditLogger: + def __init__(self, log_path: Path) -> None: + self.log_path = log_path + self.log_path.parent.mkdir(parents=True, exist_ok=True) + self._handle = self.log_path.open("a", encoding="utf-8") - def write(self, data: str) -> int: - for stream in self.streams: - stream.write(data) - return len(data) + def print(self, *values: Any, sep: str = " ", end: str = "\n") -> None: + message = sep.join(str(value) for value in values) + print(message, end=end) + self._handle.write(message) + self._handle.write(end) + self._handle.flush() - def flush(self) -> None: - for stream in self.streams: - stream.flush() + def close(self) -> None: + self._handle.close() def discover_custom_audit_jobs(output_dir: Path) -> list[AuditJob]: @@ -528,114 +530,110 @@ def parse_args() -> argparse.Namespace: def main() -> None: args = parse_args() log_path = args.log_file or (args.output_dir / "run_audit.log") - log_path.parent.mkdir(parents=True, exist_ok=True) - - original_stdout = sys.stdout - original_stderr = sys.stderr - with log_path.open("a", encoding="utf-8") as log_handle: - sys.stdout = TeeStream(original_stdout, log_handle) - sys.stderr = TeeStream(original_stderr, log_handle) - - try: - print(f"Logging run_audit output to {log_path}") - - jobs = resolve_audit_jobs(args) - if not jobs: - raise FileNotFoundError( - "No audit jobs found. Add custom prompts under data/custom_databases or " - "pass --prompt-files explicitly." - ) + logger = AuditLogger(log_path) + + try: + logger.print(f"Logging run_audit output to {log_path}") + + jobs = resolve_audit_jobs(args) + if not jobs: + raise FileNotFoundError( + "No audit jobs found. Add custom prompts under data/custom_databases or " + "pass --prompt-files explicitly." + ) - from model_loader import load_model_and_tokenizer + from model_loader import load_model_and_tokenizer - state_values = [DatabaseState(state) for state in args.states] - if args.disable_dblookup: - state_values = [DatabaseState.DEL_OFF] - states = state_values - wandb_module = setup_wandb() if args.wandb_activation == "on" else None + state_values = [DatabaseState(state) for state in args.states] + if args.disable_dblookup: + state_values = [DatabaseState.DEL_OFF] + states = state_values + wandb_module = setup_wandb() if args.wandb_activation == "on" else None - jobs_by_database: dict[Path, list[AuditJob]] = defaultdict(list) - for job in jobs: - jobs_by_database[job.database_path].append(job) + jobs_by_database: dict[Path, list[AuditJob]] = defaultdict(list) + for job in jobs: + jobs_by_database[job.database_path].append(job) - for database_path in sorted(jobs_by_database): - model, tokenizer = load_model_and_tokenizer( - model_name=args.model_name, - database_path=database_path, + for database_path in sorted(jobs_by_database): + model, tokenizer = load_model_and_tokenizer( + model_name=args.model_name, + database_path=database_path, + ) + base_db_manager = model.db_manager + + for job in jobs_by_database[database_path]: + logger.print(f"Prompt file: {job.prompt_path}") + logger.print(f"Database used: {database_path}") + logger.print("DB states: " + ", ".join(state.value for state in states)) + logger.print( + f"Running audit for {job.prompt_path} with database {database_path}" + ) + results = run_audit( + prompt_path=job.prompt_path, + base_db_manager=base_db_manager, + model=model, + tokenizer=tokenizer, + states=states, + max_new_tokens=args.max_new_tokens, + limit=args.limit, ) - base_db_manager = model.db_manager - for job in jobs_by_database[database_path]: - print( - f"Running audit for {job.prompt_path} with database {database_path}" - ) - results = run_audit( - prompt_path=job.prompt_path, - base_db_manager=base_db_manager, - model=model, - tokenizer=tokenizer, - states=states, - max_new_tokens=args.max_new_tokens, - limit=args.limit, + save_results(results, job.output_path) + total_metrics = metrics_total(results) + metrics_by_state = { + state.value: metrics_total( + [result for result in results if result["state"] == state.value] ) + for state in states + } - save_results(results, job.output_path) - total_metrics = metrics_total(results) - metrics_by_state = { - state.value: metrics_total( - [result for result in results if result["state"] == state.value] - ) - for state in states - } - - print("Cross-state audit metrics:") - print(f" Paired count: {total_metrics['paired_count']}") - print( - f" Parametric leakage L(f): {total_metrics['parametric_leakage']:.3f}" + logger.print("Cross-state audit metrics:") + logger.print(f" Paired count: {total_metrics['paired_count']}") + logger.print( + f" Parametric leakage L(f): {total_metrics['parametric_leakage']:.3f}" + ) + logger.print( + " Retrieval-mediated correctness R(f): " + f"{total_metrics['retrieval_mediated_correctness']:.3f}" + ) + logger.print( + f" Retrieval artifact rate: {total_metrics['retrieval_artifact_rate']:.3f}" + ) + logger.print("Metrics by state:") + for state in states: + metrics = metrics_by_state[state.value] + logger.print(f"{state.value}:") + logger.print(f" Count: {metrics['count']}") + logger.print(f" Exact match: {metrics['exact_match']:.3f}") + logger.print(f" Contains match: {metrics['contains_match']:.3f}") + logger.print(f" Unknown rate: {metrics['unknown_rate']:.3f}") + logger.print(f" Precision: {metrics['precision']:.3f}") + logger.print(f" Recall: {metrics['recall']:.3f}") + logger.print(f" F1: {metrics['f1']:.3f}") + logger.print( + f" Parametric leakage L(f): {metrics['parametric_leakage']:.3f}" ) - print( - " Retrieval-mediated correctness R(f): " - f"{total_metrics['retrieval_mediated_correctness']:.3f}" + logger.print( + f" Retrieval-mediated correctness R(f): {metrics['retrieval_mediated_correctness']:.3f}" ) - print( - f" Retrieval artifact rate: {total_metrics['retrieval_artifact_rate']:.3f}" + logger.print( + f" Retrieval artifact rate: {metrics['retrieval_artifact_rate']:.3f}" ) - print("Metrics by state:") - for state in states: - metrics = metrics_by_state[state.value] - print(f"{state.value}:") - print(f" Count: {metrics['count']}") - print(f" Exact match: {metrics['exact_match']:.3f}") - print(f" Contains match: {metrics['contains_match']:.3f}") - print(f" Unknown rate: {metrics['unknown_rate']:.3f}") - print(f" Precision: {metrics['precision']:.3f}") - print(f" Recall: {metrics['recall']:.3f}") - print(f" F1: {metrics['f1']:.3f}") - print( - f" Parametric leakage L(f): {metrics['parametric_leakage']:.3f}" - ) - print( - f" Retrieval-mediated correctness R(f): {metrics['retrieval_mediated_correctness']:.3f}" - ) - print( - f" Retrieval artifact rate: {metrics['retrieval_artifact_rate']:.3f}" + if wandb_module is not None: + log_metrics_to_wandb( + wandb_module=wandb_module, + prompt_path=job.prompt_path, + state=state, + state_metrics=metrics, + cross_state_metrics=total_metrics, + model_name=args.model_name, + database_path=database_path, + max_new_tokens=args.max_new_tokens, + limit=args.limit, ) - if wandb_module is not None: - log_metrics_to_wandb( - wandb_module=wandb_module, - prompt_path=job.prompt_path, - state=state, - state_metrics=metrics, - cross_state_metrics=total_metrics, - model_name=args.model_name, - database_path=database_path, - max_new_tokens=args.max_new_tokens, - limit=args.limit, - ) - print(f" W&B run: {job.prompt_path.stem}_{state.value}") - finally: - sys.stdout = original_stdout - sys.stderr = original_stderr + logger.print(f" W&B run: {job.prompt_path.stem}_{state.value}") + finally: + logger.close() if __name__ == "__main__": From 960e44303e6abf565da3938dded1a27c449a080c Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Mon, 13 Apr 2026 16:06:54 -0700 Subject: [PATCH 19/24] added bash scripts for async run of audit --- scripts/{ => code_review}/ai_code_review.sh | 0 scripts/runs/launcher.sh | 85 +++++++++++++++++++ scripts/runs/payload.sh | 18 ++++ scripts/{ => setup_repository}/claude.sh | 0 .../setup_repository.sh | 0 scripts/{ => setup_repository}/uv.sh | 0 6 files changed, 103 insertions(+) rename scripts/{ => code_review}/ai_code_review.sh (100%) create mode 100644 scripts/runs/launcher.sh create mode 100644 scripts/runs/payload.sh rename scripts/{ => setup_repository}/claude.sh (100%) rename scripts/{ => setup_repository}/setup_repository.sh (100%) rename scripts/{ => setup_repository}/uv.sh (100%) diff --git a/scripts/ai_code_review.sh b/scripts/code_review/ai_code_review.sh similarity index 100% rename from scripts/ai_code_review.sh rename to scripts/code_review/ai_code_review.sh diff --git a/scripts/runs/launcher.sh b/scripts/runs/launcher.sh new file mode 100644 index 0000000..a706f1b --- /dev/null +++ b/scripts/runs/launcher.sh @@ -0,0 +1,85 @@ +#!/bin/bash +set -euo pipefail + +ACCOUNT=fc_cosi +WALL_MIN=06:00:00 +WALL=08:00:00 +LOG_DIR="${LOG_DIR:-logs}" +mkdir -p "$LOG_DIR" + +# CPU rules +CPUS_A5000=4 +CPUS_L40=8 +CPUS_A40=8 +CPUS_2080TI=2 +CPUS_1080TI=2 + +declare -a JOBS=() + +############################################## +# submit(partition, qos, gres_string, gpus, cpus_per_task) +############################################## +submit() { + local partition="$1" + local qos="$2" + local gres="$3" + local gpus="$4" + local cpt="$5" + + sbatch --parsable \ + --account="$ACCOUNT" \ + --partition="$partition" \ + --qos="$qos" \ + --time-min="$WALL_MIN" \ + --time="$WALL" \ + --nodes=1 \ + --gres="$gres" \ + --ntasks-per-node="$gpus" \ + --cpus-per-task="$cpt" \ + --output="${LOG_DIR}/slurm-%j.out" \ + --error="${LOG_DIR}/slurm-%j.err" \ + payload.sh +} + +echo "Submitting multi-partition GPU candidates..." + +# savio4_gpu A5000 +for g in 1; do + jid=$(submit "savio4_gpu" "a5k_gpu4_normal" "gpu:A5000:${g}" "$g" "$CPUS_A5000") + echo "savio4_gpu A5000 (${g} GPU) -> $jid" + JOBS+=("$jid") +done + +# savio4_gpu L40 +for g in 1; do + jid=$(submit "savio4_gpu" "savio_lowprio" "gpu:L40:${g}" "$g" "$CPUS_L40") + echo "savio4_gpu L40 (${g} GPU lowprio) -> $jid" + JOBS+=("$jid") +done + +# savio3_gpu A40 +for g in 1; do + jid=$(submit "savio3_gpu" "a40_gpu3_normal" "gpu:A40:${g}" "$g" "$CPUS_A40") + echo "savio3_gpu A40 (${g} GPU) -> $jid" + JOBS+=("$jid") +done + +# savio3_gpu GTX2080Ti +for g in 1; do + jid=$(submit "savio3_gpu" "gtx2080_gpu3_normal" "gpu:GTX2080TI:${g}" "$g" "$CPUS_2080TI") + echo "savio3_gpu GTX2080Ti (${g} GPU) -> $jid" + JOBS+=("$jid") +done + +# savio2_1080ti GTX1080Ti +for g in 1; do + jid=$(submit "savio2_1080ti" "savio_normal" "gpu:GTX1080TI:${g}" "$g" "$CPUS_1080TI") + echo "savio2_1080ti (${g} GPU) -> $jid" + JOBS+=("$jid") +done + +echo +echo "All jobs submitted. Logs will be written to ${LOG_DIR}/slurm-.{out,err}" +echo "Check status with: squeue -j $(IFS=,; echo "${JOBS[*]}")" + +exit 0 \ No newline at end of file diff --git a/scripts/runs/payload.sh b/scripts/runs/payload.sh new file mode 100644 index 0000000..9891c36 --- /dev/null +++ b/scripts/runs/payload.sh @@ -0,0 +1,18 @@ +#!/bin/bash +#SBATCH --job-name=run_audit +#SBATCH --account=fc_cosi +#SBATCH --partition=savio4_gpu +#SBATCH --time=08:00:00 +#SBATCH --time-min=06:00:00 +#SBATCH --nodes=1 + +set -euo pipefail + +# Sync dependencies from pyproject.toml +uv sync + +# Activate uv-managed venv +source .venv/bin/activate + +# Run workload +srun python3 src/lmlm-audit/run_audit.py --wandb_activation on \ No newline at end of file diff --git a/scripts/claude.sh b/scripts/setup_repository/claude.sh similarity index 100% rename from scripts/claude.sh rename to scripts/setup_repository/claude.sh diff --git a/scripts/setup_repository.sh b/scripts/setup_repository/setup_repository.sh similarity index 100% rename from scripts/setup_repository.sh rename to scripts/setup_repository/setup_repository.sh diff --git a/scripts/uv.sh b/scripts/setup_repository/uv.sh similarity index 100% rename from scripts/uv.sh rename to scripts/setup_repository/uv.sh From f967cbd3aa1717686d56a954a25fa92911d3414e Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Mon, 13 Apr 2026 16:08:26 -0700 Subject: [PATCH 20/24] bug fix --- scripts/runs/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runs/launcher.sh b/scripts/runs/launcher.sh index a706f1b..057efc1 100644 --- a/scripts/runs/launcher.sh +++ b/scripts/runs/launcher.sh @@ -38,7 +38,7 @@ submit() { --cpus-per-task="$cpt" \ --output="${LOG_DIR}/slurm-%j.out" \ --error="${LOG_DIR}/slurm-%j.err" \ - payload.sh + scripts/run/payload.sh } echo "Submitting multi-partition GPU candidates..." From 65cdc27dc2707b27e7b0a7bba0b9c515f7fd4569 Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Mon, 13 Apr 2026 16:09:15 -0700 Subject: [PATCH 21/24] bug fix --- scripts/runs/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runs/launcher.sh b/scripts/runs/launcher.sh index 057efc1..cb8625b 100644 --- a/scripts/runs/launcher.sh +++ b/scripts/runs/launcher.sh @@ -38,7 +38,7 @@ submit() { --cpus-per-task="$cpt" \ --output="${LOG_DIR}/slurm-%j.out" \ --error="${LOG_DIR}/slurm-%j.err" \ - scripts/run/payload.sh + scripts/runs/payload.sh } echo "Submitting multi-partition GPU candidates..." From 45744118c3fd159058a02362faa5ab50d13685de Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Mon, 13 Apr 2026 16:18:38 -0700 Subject: [PATCH 22/24] updates --- scripts/runs/launcher.sh | 127 +++++++++++++++++++++++++-------------- scripts/runs/payload.sh | 6 -- 2 files changed, 82 insertions(+), 51 deletions(-) diff --git a/scripts/runs/launcher.sh b/scripts/runs/launcher.sh index cb8625b..cb43cee 100644 --- a/scripts/runs/launcher.sh +++ b/scripts/runs/launcher.sh @@ -1,23 +1,40 @@ #!/bin/bash set -euo pipefail -ACCOUNT=fc_cosi -WALL_MIN=06:00:00 -WALL=08:00:00 -LOG_DIR="${LOG_DIR:-logs}" -mkdir -p "$LOG_DIR" +############################################## +# Require and load .env +############################################## +ENV_FILE="${ENV_FILE:-.env}" + +if [[ ! -f "$ENV_FILE" ]]; then + echo "ERROR: $ENV_FILE not found" + exit 1 +fi + +set -a +source "$ENV_FILE" +set +a + +############################################## +# Validate required variables +############################################## +: "${ACCOUNT:?Missing ACCOUNT in .env}" +: "${WALL_MIN:?Missing WALL_MIN in .env}" +: "${WALL:?Missing WALL in .env}" +: "${LOG_DIR:?Missing LOG_DIR in .env}" -# CPU rules -CPUS_A5000=4 -CPUS_L40=8 -CPUS_A40=8 -CPUS_2080TI=2 -CPUS_1080TI=2 +: "${CPUS_A5000:?Missing CPUS_A5000 in .env}" +: "${CPUS_L40:?Missing CPUS_L40 in .env}" +: "${CPUS_A40:?Missing CPUS_A40 in .env}" +: "${CPUS_2080TI:?Missing CPUS_2080TI in .env}" +: "${CPUS_1080TI:?Missing CPUS_1080TI in .env}" + +mkdir -p "$LOG_DIR" declare -a JOBS=() ############################################## -# submit(partition, qos, gres_string, gpus, cpus_per_task) +# submit(...) ############################################## submit() { local partition="$1" @@ -41,45 +58,65 @@ submit() { scripts/runs/payload.sh } +############################################## +# Submit jobs +############################################## echo "Submitting multi-partition GPU candidates..." -# savio4_gpu A5000 -for g in 1; do - jid=$(submit "savio4_gpu" "a5k_gpu4_normal" "gpu:A5000:${g}" "$g" "$CPUS_A5000") - echo "savio4_gpu A5000 (${g} GPU) -> $jid" - JOBS+=("$jid") -done +jid=$(submit "savio4_gpu" "a5k_gpu4_normal" "gpu:A5000:1" "1" "$CPUS_A5000") +echo "A5000 -> $jid" +JOBS+=("$jid") -# savio4_gpu L40 -for g in 1; do - jid=$(submit "savio4_gpu" "savio_lowprio" "gpu:L40:${g}" "$g" "$CPUS_L40") - echo "savio4_gpu L40 (${g} GPU lowprio) -> $jid" - JOBS+=("$jid") -done +jid=$(submit "savio4_gpu" "savio_lowprio" "gpu:L40:1" "1" "$CPUS_L40") +echo "L40 -> $jid" +JOBS+=("$jid") -# savio3_gpu A40 -for g in 1; do - jid=$(submit "savio3_gpu" "a40_gpu3_normal" "gpu:A40:${g}" "$g" "$CPUS_A40") - echo "savio3_gpu A40 (${g} GPU) -> $jid" - JOBS+=("$jid") -done +jid=$(submit "savio3_gpu" "a40_gpu3_normal" "gpu:A40:1" "1" "$CPUS_A40") +echo "A40 -> $jid" +JOBS+=("$jid") -# savio3_gpu GTX2080Ti -for g in 1; do - jid=$(submit "savio3_gpu" "gtx2080_gpu3_normal" "gpu:GTX2080TI:${g}" "$g" "$CPUS_2080TI") - echo "savio3_gpu GTX2080Ti (${g} GPU) -> $jid" - JOBS+=("$jid") -done +jid=$(submit "savio3_gpu" "gtx2080_gpu3_normal" "gpu:GTX2080TI:1" "1" "$CPUS_2080TI") +echo "2080Ti -> $jid" +JOBS+=("$jid") -# savio2_1080ti GTX1080Ti -for g in 1; do - jid=$(submit "savio2_1080ti" "savio_normal" "gpu:GTX1080TI:${g}" "$g" "$CPUS_1080TI") - echo "savio2_1080ti (${g} GPU) -> $jid" - JOBS+=("$jid") -done +jid=$(submit "savio2_1080ti" "savio_normal" "gpu:GTX1080TI:1" "1" "$CPUS_1080TI") +echo "1080Ti -> $jid" +JOBS+=("$jid") +############################################## +# Wait for first RUNNING job +############################################## echo -echo "All jobs submitted. Logs will be written to ${LOG_DIR}/slurm-.{out,err}" -echo "Check status with: squeue -j $(IFS=,; echo "${JOBS[*]}")" +echo "Waiting for first job to start..." + +WINNER="" + +while [[ -z "$WINNER" ]]; do + sleep 5 + + running_jobs=() + for jid in "${JOBS[@]}"; do + state=$(squeue -j "$jid" -h -o "%T" 2>/dev/null || true) + if [[ "$state" == "RUNNING" ]]; then + running_jobs+=("$jid") + fi + done + + if (( ${#running_jobs[@]} > 0 )); then + WINNER="${running_jobs[0]}" + fi +done + +############################################## +# Cancel others +############################################## +echo "Winner: $WINNER" +echo "Cancelling others..." + +for jid in "${JOBS[@]}"; do + if [[ "$jid" != "$WINNER" ]]; then + scancel "$jid" 2>/dev/null || true + fi +done -exit 0 \ No newline at end of file +echo "Done." \ No newline at end of file diff --git a/scripts/runs/payload.sh b/scripts/runs/payload.sh index 9891c36..49517fa 100644 --- a/scripts/runs/payload.sh +++ b/scripts/runs/payload.sh @@ -1,10 +1,4 @@ #!/bin/bash -#SBATCH --job-name=run_audit -#SBATCH --account=fc_cosi -#SBATCH --partition=savio4_gpu -#SBATCH --time=08:00:00 -#SBATCH --time-min=06:00:00 -#SBATCH --nodes=1 set -euo pipefail From 078620761a89cb50ed8f9ccf6f529980f30385dd Mon Sep 17 00:00:00 2001 From: aryaraeesi Date: Wed, 15 Apr 2026 13:22:59 -0700 Subject: [PATCH 23/24] added csv writing --- src/lmlm-audit/run_audit.py | 54 +++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/src/lmlm-audit/run_audit.py b/src/lmlm-audit/run_audit.py index 7854f79..7894340 100644 --- a/src/lmlm-audit/run_audit.py +++ b/src/lmlm-audit/run_audit.py @@ -1,4 +1,5 @@ import argparse +import csv import html import json import os @@ -302,6 +303,28 @@ def run_audit( return results +def write_metrics_csvs( + cross_state_rows: list[dict[str, Any]], + per_state_rows: list[dict[str, Any]], + cross_state_path: Path, + per_state_path: Path, +) -> None: + cross_state_path.parent.mkdir(parents=True, exist_ok=True) + per_state_path.parent.mkdir(parents=True, exist_ok=True) + + if cross_state_rows: + with cross_state_path.open("w", encoding="utf-8", newline="") as f: + writer = csv.DictWriter(f, fieldnames=list(cross_state_rows[0].keys())) + writer.writeheader() + writer.writerows(cross_state_rows) + + if per_state_rows: + with per_state_path.open("w", encoding="utf-8", newline="") as f: + writer = csv.DictWriter(f, fieldnames=list(per_state_rows[0].keys())) + writer.writeheader() + writer.writerows(per_state_rows) + + def save_results(results: list[dict[str, Any]], output_path: Path) -> None: output_path.parent.mkdir(parents=True, exist_ok=True) with output_path.open("w", encoding="utf-8") as f: @@ -554,6 +577,9 @@ def main() -> None: for job in jobs: jobs_by_database[job.database_path].append(job) + cross_state_rows: list[dict[str, Any]] = [] + per_state_rows: list[dict[str, Any]] = [] + for database_path in sorted(jobs_by_database): model, tokenizer = load_model_and_tokenizer( model_name=args.model_name, @@ -587,6 +613,23 @@ def main() -> None: for state in states } + cross_state_rows.append( + { + "prompt_file": str(job.prompt_path), + "database_path": str(database_path), + **total_metrics, + } + ) + for state in states: + per_state_rows.append( + { + "prompt_file": str(job.prompt_path), + "database_path": str(database_path), + "state": state.value, + **metrics_by_state[state.value], + } + ) + logger.print("Cross-state audit metrics:") logger.print(f" Paired count: {total_metrics['paired_count']}") logger.print( @@ -632,6 +675,17 @@ def main() -> None: limit=args.limit, ) logger.print(f" W&B run: {job.prompt_path.stem}_{state.value}") + + cross_state_csv_path = args.output_dir / "cross_state_metrics.csv" + per_state_csv_path = args.output_dir / "per_state_metrics.csv" + write_metrics_csvs( + cross_state_rows=cross_state_rows, + per_state_rows=per_state_rows, + cross_state_path=cross_state_csv_path, + per_state_path=per_state_csv_path, + ) + logger.print(f"Wrote cross-state metrics CSV to {cross_state_csv_path}") + logger.print(f"Wrote per-state metrics CSV to {per_state_csv_path}") finally: logger.close() From 2cb3e9459e9779b53620d1268389214d9809ecfa Mon Sep 17 00:00:00 2001 From: raeesiarya <182804205+raeesiarya@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:23:57 +0000 Subject: [PATCH 24/24] chore(ci): update coverage badge --- badges/coverage.svg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/badges/coverage.svg b/badges/coverage.svg index a2456ff..2298e28 100644 --- a/badges/coverage.svg +++ b/badges/coverage.svg @@ -1,5 +1,5 @@ - - coverage: 74% + + coverage: 72% @@ -13,8 +13,8 @@ \ No newline at end of file