Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'original_path_id', 'file_type'})
This happened while the json dataset builder was generating data using
hf://datasets/hkuzxc/SearchGym-test-data/mini_wiki_train/stage2/stage2_test.jsonl (at revision 5bf73cafe184610b40933ab2f42fb21c7926bd81)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
path_type: string
path_length: int64
question: string
answer: string
answer_type: string
path_description: string
path_edges: list<item: string>
child 0, item: string
detailed_path: list<item: struct<edge_id: string, source_id: string, source_name: string, source_type: string, targ (... 117 chars omitted)
child 0, item: struct<edge_id: string, source_id: string, source_name: string, source_type: string, target_id: stri (... 105 chars omitted)
child 0, edge_id: string
child 1, source_id: string
child 2, source_name: string
child 3, source_type: string
child 4, target_id: string
child 5, target_name: string
child 6, target_type: string
child 7, edge_type: string
child 8, mapping_type: string
child 9, need_access: bool
template_used: string
sample_hop_type: string
sample_id: string
sample_original_file: string
id: string
source: string
file_type: string
original_path_id: string
to
{'path_type': Value('string'), 'path_length': Value('int64'), 'question': Value('string'), 'answer': Value('string'), 'answer_type': Value('string'), 'path_description': Value('string'), 'path_edges': List(Value('string')), 'detailed_path': List({'edge_id': Value('string'), 'source_id': Value('string'), 'source_name': Value('string'), 'source_type': Value('string'), 'target_id': Value('string'), 'target_name': Value('string'), 'target_type': Value('string'), 'edge_type': Value('string'), 'mapping_type': Value('string'), 'need_access': Value('bool')}), 'template_used': Value('string'), 'sample_hop_type': Value('string'), 'sample_id': Value('string'), 'sample_original_file': Value('string'), 'id': Value('string'), 'source': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1339, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 972, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'original_path_id', 'file_type'})
This happened while the json dataset builder was generating data using
hf://datasets/hkuzxc/SearchGym-test-data/mini_wiki_train/stage2/stage2_test.jsonl (at revision 5bf73cafe184610b40933ab2f42fb21c7926bd81)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
path_type
string | path_length
int64 | question
string | answer
string | answer_type
string | path_description
string | path_edges
list | detailed_path
list | template_used
string | sample_hop_type
string | sample_id
string | sample_original_file
string | id
string | source
string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1-hop
| 1
|
Ulvane Redfern was born in a particular city; what is the name of this city?
|
Frostfire
|
City
|
Ulvane Redfern -> birth_city -> Frostfire
|
[
"e_12181"
] |
[
{
"edge_id": "e_12181",
"source_id": "person_790",
"source_name": "Ulvane Redfern",
"source_type": "Person",
"target_id": "city_8",
"target_name": "Frostfire",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0092
|
1-hop.jsonl
|
forward_1_hop_828
|
mini_wiki
|
2-hop
| 2
|
A university has 26482 registered students; what is the rank of this university?
|
534
|
University Rank
|
26482 -> registered_students_of(need_access) -> Cuprum Institute -> university_rank -> 534
|
[
"e_25024",
"e_5443"
] |
[
{
"edge_id": "e_25024",
"source_id": "attr_registered_students_26482",
"source_name": "26482",
"source_type": "Student Count",
"target_id": "university_140",
"target_name": "Cuprum Institute",
"target_type": "University",
"edge_type": "registered_students_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_5443",
"source_id": "university_140",
"source_name": "Cuprum Institute",
"source_type": "University",
"target_id": "attr_university_rank_534",
"target_name": "534",
"target_type": "University Rank",
"edge_type": "university_rank",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0143
|
2-hop.jsonl
|
forward_2_hop_1742
|
mini_wiki
|
2-hop
| 2
|
Of which country is the capital the city where Minyu Daverro was born?
|
Qylos
|
Country
|
Minyu Daverro -> birth_city -> Cerulea -> capital_of -> Qylos
|
[
"e_8455",
"e_1808"
] |
[
{
"edge_id": "e_8455",
"source_id": "person_172",
"source_name": "Minyu Daverro",
"source_type": "Person",
"target_id": "city_68",
"target_name": "Cerulea",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_1808",
"source_id": "city_68",
"source_name": "Cerulea",
"source_type": "City",
"target_id": "country_68",
"target_name": "Qylos",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
2hop
|
sample_2_0224
|
2-hop.jsonl
|
forward_2_hop_4907
|
mini_wiki
|
6-hop
| 6
|
What is the total area, in square kilometers, of the country that contains the sister city of the headquarters city of the company where the best friend of Chyvin Myrmidon works?
|
11,687,394
|
Area
|
Chyvin Myrmidon -> best_friend_of(need_access) -> Jaspen Zephyros -> current_working_company -> Havenlock Securities -> headquarter_city(need_access) -> Tir Na Nog -> sister_city_of(need_access) -> Nightwood -> located_country(need_access) -> Mornath -> total_area -> 11687394
|
[
"e_37784",
"e_18194",
"e_7399",
"e_23104",
"e_3511",
"e_1005"
] |
[
{
"edge_id": "e_37784",
"source_id": "person_1695",
"source_name": "Chyvin Myrmidon",
"source_type": "Person",
"target_id": "person_1773",
"target_name": "Jaspen Zephyros",
"target_type": "Person",
"edge_type": "best_friend_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_18194",
"source_id": "person_1773",
"source_name": "Jaspen Zephyros",
"source_type": "Person",
"target_id": "company_195",
"target_name": "Havenlock Securities",
"target_type": "Company",
"edge_type": "current_working_company",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_7399",
"source_id": "company_195",
"source_name": "Havenlock Securities",
"source_type": "Company",
"target_id": "city_292",
"target_name": "Tir Na Nog",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_23104",
"source_id": "city_292",
"source_name": "Tir Na Nog",
"source_type": "City",
"target_id": "city_293",
"target_name": "Nightwood",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_3511",
"source_id": "city_293",
"source_name": "Nightwood",
"source_type": "City",
"target_id": "country_157",
"target_name": "Mornath",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_1005",
"source_id": "country_157",
"source_name": "Mornath",
"source_type": "Country",
"target_id": "attr_total_area_11687394",
"target_name": "11687394",
"target_type": "Area",
"edge_type": "total_area",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
6hop
|
sample_6_0481
|
6-hop.jsonl
|
forward_6_hop_379
|
mini_wiki
|
2-hop
| 2
|
A university has 195 research projects, and this university is composed of a certain number of faculties. How many faculties does this university have?
|
3
|
Faculty Count
|
195 -> number_of_research_projects_of(need_access) -> Berylstone Seminary -> number_of_faculties -> 3
|
[
"e_25507",
"e_5916"
] |
[
{
"edge_id": "e_25507",
"source_id": "attr_number_of_research_projects_195",
"source_name": "195",
"source_type": "Research Project Count",
"target_id": "university_188",
"target_name": "Berylstone Seminary",
"target_type": "University",
"edge_type": "number_of_research_projects_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_5916",
"source_id": "university_188",
"source_name": "Berylstone Seminary",
"source_type": "University",
"target_id": "attr_number_of_faculties_3",
"target_name": "3",
"target_type": "Faculty Count",
"edge_type": "number_of_faculties",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0216
|
2-hop.jsonl
|
forward_2_hop_1630
|
mini_wiki
|
1-hop
| 1
|
At which company does Jaxom Quasar currently work?
|
Cobalt Shield Security
|
Company
|
Jaxom Quasar -> current_working_company(need_access) -> Cobalt Shield Security
|
[
"e_10315"
] |
[
{
"edge_id": "e_10315",
"source_id": "person_481",
"source_name": "Jaxom Quasar",
"source_type": "Person",
"target_id": "company_144",
"target_name": "Cobalt Shield Security",
"target_type": "Company",
"edge_type": "current_working_company",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0117
|
1-hop.jsonl
|
forward_1_hop_3787
|
mini_wiki
|
3-hop
| 3
|
Zennith Cinderfall's family is being researched for a city partnership program; starting with Zennith's spouse and the city where that spouse currently resides, what is the name of that city's sister city?
|
Clydespire
|
City
|
Zennith Cinderfall -> spouse_of(need_access) -> Ganymar Windshear -> current_living_city(need_access) -> Amberfall -> sister_city_of(need_access) -> Clydespire
|
[
"e_36615",
"e_17023",
"e_21872"
] |
[
{
"edge_id": "e_36615",
"source_id": "person_395",
"source_name": "Zennith Cinderfall",
"source_type": "Person",
"target_id": "person_1580",
"target_name": "Ganymar Windshear",
"target_type": "Person",
"edge_type": "spouse_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_17023",
"source_id": "person_1580",
"source_name": "Ganymar Windshear",
"source_type": "Person",
"target_id": "city_126",
"target_name": "Amberfall",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_21872",
"source_id": "city_126",
"source_name": "Amberfall",
"source_type": "City",
"target_id": "city_127",
"target_name": "Clydespire",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_3_hop_template
|
3hop
|
sample_3_0252
|
3-hop.jsonl
|
forward_3_hop_4418
|
mini_wiki
|
4-hop
| 4
|
Considering the best friend of Nemax Quasar, and the current city where that friend lives, and the sister city of that location, how many universities are in that sister city?
|
1
|
University Count
|
Nemax Quasar -> best_friend(need_access) -> Jorvix Stoyanik -> current_living_city(need_access) -> Flamewrought -> sister_city(need_access) -> Greyhaven -> number_of_universities -> 1
|
[
"e_7991",
"e_15332",
"e_3501",
"e_3492"
] |
[
{
"edge_id": "e_7991",
"source_id": "person_93",
"source_name": "Nemax Quasar",
"source_type": "Person",
"target_id": "person_1303",
"target_name": "Jorvix Stoyanik",
"target_type": "Person",
"edge_type": "best_friend",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_15332",
"source_id": "person_1303",
"source_name": "Jorvix Stoyanik",
"source_type": "Person",
"target_id": "city_291",
"target_name": "Flamewrought",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_3501",
"source_id": "city_291",
"source_name": "Flamewrought",
"source_type": "City",
"target_id": "city_290",
"target_name": "Greyhaven",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_3492",
"source_id": "city_290",
"source_name": "Greyhaven",
"source_type": "City",
"target_id": "attr_number_of_universities_1",
"target_name": "1",
"target_type": "University Count",
"edge_type": "number_of_universities",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
4hop
|
sample_4_0329
|
4-hop.jsonl
|
forward_4_hop_3477
|
mini_wiki
|
3-hop
| 3
|
Through its sister city's mayor, which city does Ophix Somjet currently call home?
|
Narnia
|
City
|
Erebor -> sister_city(need_access) -> Prism -> mayor_of_city_for(need_access) -> Ophix Somjet -> current_living_city -> Narnia
|
[
"e_3851",
"e_37777",
"e_18187"
] |
[
{
"edge_id": "e_3851",
"source_id": "city_341",
"source_name": "Erebor",
"source_type": "City",
"target_id": "city_340",
"target_name": "Prism",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_37777",
"source_id": "city_340",
"source_name": "Prism",
"source_type": "City",
"target_id": "person_1772",
"target_name": "Ophix Somjet",
"target_type": "Person",
"edge_type": "mayor_of_city_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_18187",
"source_id": "person_1772",
"source_name": "Ophix Somjet",
"source_type": "Person",
"target_id": "city_41",
"target_name": "Narnia",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
3hop
|
sample_3_0313
|
3-hop.jsonl
|
forward_3_hop_1504
|
mini_wiki
|
6-hop
| 6
|
Find the area of the sister city of the capital of the sister country of the country where the city with an area of 11304 is located.
|
217,470
|
Area
|
11304 -> area_of(need_access) -> Oracle -> located_country -> Tryphon -> sister_country(need_access) -> Nyrex -> capital_city(need_access) -> Islewood -> sister_city(need_access) -> Cygnus -> area -> 217470
|
[
"e_23491",
"e_3903",
"e_371",
"e_21301",
"e_1715",
"e_1717"
] |
[
{
"edge_id": "e_23491",
"source_id": "attr_area_11304",
"source_name": "11304",
"source_type": "Area",
"target_id": "city_349",
"target_name": "Oracle",
"target_type": "City",
"edge_type": "area_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_3903",
"source_id": "city_349",
"source_name": "Oracle",
"source_type": "City",
"target_id": "country_57",
"target_name": "Tryphon",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_371",
"source_id": "country_57",
"source_name": "Tryphon",
"source_type": "Country",
"target_id": "country_56",
"target_name": "Nyrex",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_21301",
"source_id": "country_56",
"source_name": "Nyrex",
"source_type": "Country",
"target_id": "city_56",
"target_name": "Islewood",
"target_type": "City",
"edge_type": "capital_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1715",
"source_id": "city_56",
"source_name": "Islewood",
"source_type": "City",
"target_id": "city_57",
"target_name": "Cygnus",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1717",
"source_id": "city_57",
"source_name": "Cygnus",
"source_type": "City",
"target_id": "attr_area_217470",
"target_name": "217470",
"target_type": "Area",
"edge_type": "area",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_456_hop_template
|
6hop
|
sample_6_0497
|
6-hop.jsonl
|
forward_6_hop_2891
|
mini_wiki
|
6-hop
| 6
|
What is the gender of the leader of the country that is a sister country to the country in which the sister city of Dagrun Hayami's current living city is located?
|
Female
|
Gender
|
Dagrun Hayami -> current_living_city(need_access) -> Hyperborea -> sister_city_of(need_access) -> Hearthglen -> located_country(need_access) -> Ildan -> sister_country(need_access) -> Drakon -> leader_of_country_for(need_access) -> Kilyan Arcanix -> gender -> Female
|
[
"e_8477",
"e_22288",
"e_2694",
"e_1146",
"e_38672",
"e_19078"
] |
[
{
"edge_id": "e_8477",
"source_id": "person_176",
"source_name": "Dagrun Hayami",
"source_type": "Person",
"target_id": "city_178",
"target_name": "Hyperborea",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_22288",
"source_id": "city_178",
"source_name": "Hyperborea",
"source_type": "City",
"target_id": "city_179",
"target_name": "Hearthglen",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2694",
"source_id": "city_179",
"source_name": "Hearthglen",
"source_type": "City",
"target_id": "country_179",
"target_name": "Ildan",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_1146",
"source_id": "country_179",
"source_name": "Ildan",
"source_type": "Country",
"target_id": "country_178",
"target_name": "Drakon",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_38672",
"source_id": "country_178",
"source_name": "Drakon",
"source_type": "Country",
"target_id": "person_1917",
"target_name": "Kilyan Arcanix",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_19078",
"source_id": "person_1917",
"source_name": "Kilyan Arcanix",
"source_type": "Person",
"target_id": "attr_gender_Female",
"target_name": "Female",
"target_type": "Gender",
"edge_type": "gender",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
6hop
|
sample_6_0493
|
6-hop.jsonl
|
forward_6_hop_662
|
mini_wiki
|
3-hop
| 3
|
Sorine Zuberiya's daughter currently lives in a city that has a sister city. What is the name of this sister city?
|
Stranglethorn
|
City
|
Sorine Zuberiya -> mother(need_access) -> Glyxis Solstice -> current_living_city(need_access) -> Utopia -> sister_city(need_access) -> Stranglethorn
|
[
"e_8047",
"e_17717",
"e_2864"
] |
[
{
"edge_id": "e_8047",
"source_id": "person_103",
"source_name": "Sorine Zuberiya",
"source_type": "Person",
"target_id": "person_1694",
"target_name": "Glyxis Solstice",
"target_type": "Person",
"edge_type": "mother",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_17717",
"source_id": "person_1694",
"source_name": "Glyxis Solstice",
"source_type": "Person",
"target_id": "city_200",
"target_name": "Utopia",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2864",
"source_id": "city_200",
"source_name": "Utopia",
"source_type": "City",
"target_id": "city_201",
"target_name": "Stranglethorn",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0301
|
3-hop.jsonl
|
forward_3_hop_807
|
mini_wiki
|
1-hop
| 1
|
Xiphos Starfall is filling out a form that requires a gender designation; which gender identity should be selected for Xiphos Starfall?
|
Female
|
Gender
|
Xiphos Starfall -> gender(need_access) -> Female
|
[
"e_18047"
] |
[
{
"edge_id": "e_18047",
"source_id": "person_1748",
"source_name": "Xiphos Starfall",
"source_type": "Person",
"target_id": "attr_gender_Female",
"target_name": "Female",
"target_type": "Gender",
"edge_type": "gender",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_1_hop_template
|
1hop
|
sample_1_0028
|
1-hop.jsonl
|
forward_1_hop_5324
|
mini_wiki
|
3-hop
| 3
|
Avelor Ashwind's travel agent is planning an itinerary; starting with Avelor Ashwind's best friend and the city where that friend currently lives, which country has that city as its capital?
|
Zelphos
|
Country
|
Avelor Ashwind -> best_friend_of(need_access) -> Echus Rivasso -> current_living_city(need_access) -> Brookfall -> capital_of -> Zelphos
|
[
"e_32876",
"e_13284",
"e_2368"
] |
[
{
"edge_id": "e_32876",
"source_id": "person_1360",
"source_name": "Avelor Ashwind",
"source_type": "Person",
"target_id": "person_968",
"target_name": "Echus Rivasso",
"target_type": "Person",
"edge_type": "best_friend_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_13284",
"source_id": "person_968",
"source_name": "Echus Rivasso",
"source_type": "Person",
"target_id": "city_138",
"target_name": "Brookfall",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2368",
"source_id": "city_138",
"source_name": "Brookfall",
"source_type": "City",
"target_id": "country_138",
"target_name": "Zelphos",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_scenario_3_hop_template
|
3hop
|
sample_3_0276
|
3-hop.jsonl
|
forward_3_hop_553
|
mini_wiki
|
6-hop
| 6
|
Who is the mayor of the sister city of the capital of the sister country of the country in which the sister city of Heliotrope is located?
|
Sylak Romanev
|
Person
|
Heliotrope -> sister_city_of(need_access) -> Craghorn -> located_country -> Skolnir -> sister_country(need_access) -> Zulgath -> capital_city(need_access) -> Silvermoon -> sister_city_of(need_access) -> Aeridor -> mayor_of_city_for(need_access) -> Sylak Romanev
|
[
"e_22509",
"e_2916",
"e_135",
"e_21021",
"e_21016",
"e_36278"
] |
[
{
"edge_id": "e_22509",
"source_id": "city_209",
"source_name": "Heliotrope",
"source_type": "City",
"target_id": "city_208",
"target_name": "Craghorn",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2916",
"source_id": "city_208",
"source_name": "Craghorn",
"source_type": "City",
"target_id": "country_20",
"target_name": "Skolnir",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_135",
"source_id": "country_20",
"source_name": "Skolnir",
"source_type": "Country",
"target_id": "country_21",
"target_name": "Zulgath",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_21021",
"source_id": "country_21",
"source_name": "Zulgath",
"source_type": "Country",
"target_id": "city_21",
"target_name": "Silvermoon",
"target_type": "City",
"edge_type": "capital_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_21016",
"source_id": "city_21",
"source_name": "Silvermoon",
"source_type": "City",
"target_id": "city_20",
"target_name": "Aeridor",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_36278",
"source_id": "city_20",
"source_name": "Aeridor",
"source_type": "City",
"target_id": "person_1525",
"target_name": "Sylak Romanev",
"target_type": "Person",
"edge_type": "mayor_of_city_for",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
6hop
|
sample_6_0443
|
6-hop.jsonl
|
forward_6_hop_2226
|
mini_wiki
|
2-hop
| 2
|
What is the number of companies in the capital city of Tulvir?
|
1017
|
Company Count
|
Tulvir -> capital_city(need_access) -> Rune -> number_of_companies(need_access) -> 1017
|
[
"e_22429",
"e_2842"
] |
[
{
"edge_id": "e_22429",
"source_id": "country_197",
"source_name": "Tulvir",
"source_type": "Country",
"target_id": "city_197",
"target_name": "Rune",
"target_type": "City",
"edge_type": "capital_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2842",
"source_id": "city_197",
"source_name": "Rune",
"source_type": "City",
"target_id": "attr_number_of_companies_1017",
"target_name": "1017",
"target_type": "Company Count",
"edge_type": "number_of_companies",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0174
|
2-hop.jsonl
|
forward_2_hop_6489
|
mini_wiki
|
6-hop
| 6
|
Identify the national day of the sister country to the country where the headquarters city of the company that employs the spouse of Xantheus Sonnenwind is located.
|
August 1th
|
Date
|
Xantheus Sonnenwind -> spouse_of(need_access) -> Dagrun Kaviya -> current_working_company -> Eldoria Ventures -> headquarter_city(need_access) -> Hyperborea -> located_country(need_access) -> Drakon -> sister_country(need_access) -> Ildan -> national_day(need_access) -> August 1th
|
[
"e_35860",
"e_16270",
"e_6412",
"e_2686",
"e_1140",
"e_1145"
] |
[
{
"edge_id": "e_35860",
"source_id": "person_1515",
"source_name": "Xantheus Sonnenwind",
"source_type": "Person",
"target_id": "person_1459",
"target_name": "Dagrun Kaviya",
"target_type": "Person",
"edge_type": "spouse_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_16270",
"source_id": "person_1459",
"source_name": "Dagrun Kaviya",
"source_type": "Person",
"target_id": "company_54",
"target_name": "Eldoria Ventures",
"target_type": "Company",
"edge_type": "current_working_company",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_6412",
"source_id": "company_54",
"source_name": "Eldoria Ventures",
"source_type": "Company",
"target_id": "city_178",
"target_name": "Hyperborea",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2686",
"source_id": "city_178",
"source_name": "Hyperborea",
"source_type": "City",
"target_id": "country_178",
"target_name": "Drakon",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_1140",
"source_id": "country_178",
"source_name": "Drakon",
"source_type": "Country",
"target_id": "country_179",
"target_name": "Ildan",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1145",
"source_id": "country_179",
"source_name": "Ildan",
"source_type": "Country",
"target_id": "attr_national_day_August 1th",
"target_name": "August 1th",
"target_type": "Date",
"edge_type": "national_day",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
6hop
|
sample_6_0444
|
6-hop.jsonl
|
forward_6_hop_2882
|
mini_wiki
|
2-hop
| 2
|
Vorn Xylos is being profiled for a regional economic report; for the city where Vorn Xylos currently resides, what is the GDP figure recorded for that city?
|
58,817,101,724
|
GDP
|
Vorn Xylos -> current_living_city(need_access) -> Asgard -> gdp(need_access) -> 58817101724
|
[
"e_15872",
"e_1743"
] |
[
{
"edge_id": "e_15872",
"source_id": "person_1394",
"source_name": "Vorn Xylos",
"source_type": "Person",
"target_id": "city_60",
"target_name": "Asgard",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_1743",
"source_id": "city_60",
"source_name": "Asgard",
"source_type": "City",
"target_id": "attr_gdp_58817101724",
"target_name": "58817101724",
"target_type": "GDP",
"edge_type": "gdp",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_2_hop_template
|
2hop
|
sample_2_0128
|
2-hop.jsonl
|
forward_2_hop_6295
|
mini_wiki
|
6-hop
| 6
|
Starting from Qyris Veridia's birth city, which serves as the capital of a nation, determine the number of faculties at the university attended by the leader of that nation's sister country.
|
3
|
Faculty Count
|
Qyris Veridia -> birth_city(need_access) -> Astromere -> capital_of(need_access) -> Xarthan -> sister_country_of(need_access) -> Praxos -> leader_of_country_for(need_access) -> Raxim Varden -> university_attended -> The Empyrean Lyceum -> number_of_faculties(need_access) -> 3
|
[
"e_17182",
"e_1688",
"e_19929",
"e_31486",
"e_11895",
"e_5976"
] |
[
{
"edge_id": "e_17182",
"source_id": "person_1607",
"source_name": "Qyris Veridia",
"source_type": "Person",
"target_id": "city_53",
"target_name": "Astromere",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_1688",
"source_id": "city_53",
"source_name": "Astromere",
"source_type": "City",
"target_id": "country_53",
"target_name": "Xarthan",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_19929",
"source_id": "country_53",
"source_name": "Xarthan",
"source_type": "Country",
"target_id": "country_52",
"target_name": "Praxos",
"target_type": "Country",
"edge_type": "sister_country_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_31486",
"source_id": "country_52",
"source_name": "Praxos",
"source_type": "Country",
"target_id": "person_741",
"target_name": "Raxim Varden",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_11895",
"source_id": "person_741",
"source_name": "Raxim Varden",
"source_type": "Person",
"target_id": "university_194",
"target_name": "The Empyrean Lyceum",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_5976",
"source_id": "university_194",
"source_name": "The Empyrean Lyceum",
"source_type": "University",
"target_id": "attr_number_of_faculties_3",
"target_name": "3",
"target_type": "Faculty Count",
"edge_type": "number_of_faculties",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
6hop
|
sample_6_0494
|
6-hop.jsonl
|
forward_6_hop_3037
|
mini_wiki
|
2-hop
| 2
|
What is the GDP of the city where Yuzaki Ivankyr currently lives?
|
218,034,032,812
|
GDP
|
Yuzaki Ivankyr -> current_living_city -> Brookfall -> gdp -> 218034032812
|
[
"e_16765",
"e_2367"
] |
[
{
"edge_id": "e_16765",
"source_id": "person_1537",
"source_name": "Yuzaki Ivankyr",
"source_type": "Person",
"target_id": "city_138",
"target_name": "Brookfall",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_2367",
"source_id": "city_138",
"source_name": "Brookfall",
"source_type": "City",
"target_id": "attr_gdp_218034032812",
"target_name": "218034032812",
"target_type": "GDP",
"edge_type": "gdp",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
2hop
|
sample_2_0200
|
2-hop.jsonl
|
forward_2_hop_1296
|
mini_wiki
|
4-hop
| 4
|
Determine the number of professors at the university located in the sister city of the city where Mavos Helstrum currently resides.
|
50
|
Professor Count
|
Mavos Helstrum -> current_living_city(need_access) -> Zephyria -> sister_city_of(need_access) -> Troy -> located_city_of(need_access) -> Sophos Lyceum -> number_of_professors(need_access) -> 50
|
[
"e_8252",
"e_22502",
"e_25393",
"e_5807"
] |
[
{
"edge_id": "e_8252",
"source_id": "person_138",
"source_name": "Mavos Helstrum",
"source_type": "Person",
"target_id": "city_206",
"target_name": "Zephyria",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_22502",
"source_id": "city_206",
"source_name": "Zephyria",
"source_type": "City",
"target_id": "city_207",
"target_name": "Troy",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_25393",
"source_id": "city_207",
"source_name": "Troy",
"source_type": "City",
"target_id": "university_177",
"target_name": "Sophos Lyceum",
"target_type": "University",
"edge_type": "located_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_5807",
"source_id": "university_177",
"source_name": "Sophos Lyceum",
"source_type": "University",
"target_id": "attr_number_of_professors_50",
"target_name": "50",
"target_type": "Professor Count",
"edge_type": "number_of_professors",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
4hop
|
sample_4_0333
|
4-hop.jsonl
|
forward_4_hop_1990
|
mini_wiki
|
5-hop
| 5
|
In which city does the mayor of the sister city of the capital of the sister country of Wryll currently live?
|
Glimmerwood
|
City
|
Wryll -> sister_country_of(need_access) -> Uthgard -> capital_city(need_access) -> Numenor -> sister_city(need_access) -> Valhalla -> mayor_of_city_for(need_access) -> Kaiyo Blightwing -> current_living_city -> Glimmerwood
|
[
"e_20044",
"e_21413",
"e_1827",
"e_28105",
"e_8512"
] |
[
{
"edge_id": "e_20044",
"source_id": "country_71",
"source_name": "Wryll",
"source_type": "Country",
"target_id": "country_70",
"target_name": "Uthgard",
"target_type": "Country",
"edge_type": "sister_country_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_21413",
"source_id": "country_70",
"source_name": "Uthgard",
"source_type": "Country",
"target_id": "city_70",
"target_name": "Numenor",
"target_type": "City",
"edge_type": "capital_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1827",
"source_id": "city_70",
"source_name": "Numenor",
"source_type": "City",
"target_id": "city_71",
"target_name": "Valhalla",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_28105",
"source_id": "city_71",
"source_name": "Valhalla",
"source_type": "City",
"target_id": "person_182",
"target_name": "Kaiyo Blightwing",
"target_type": "Person",
"edge_type": "mayor_of_city_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_8512",
"source_id": "person_182",
"source_name": "Kaiyo Blightwing",
"source_type": "Person",
"target_id": "city_235",
"target_name": "Glimmerwood",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
5hop
|
sample_5_0402
|
5-hop.jsonl
|
forward_5_hop_2693
|
mini_wiki
|
1-hop
| 1
|
Tavis Vesperian was born in a city; please identify the name of this city.
|
Ironforge
|
City
|
Tavis Vesperian -> birth_city -> Ironforge
|
[
"e_15554"
] |
[
{
"edge_id": "e_15554",
"source_id": "person_1341",
"source_name": "Tavis Vesperian",
"source_type": "Person",
"target_id": "city_40",
"target_name": "Ironforge",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0009
|
1-hop.jsonl
|
forward_1_hop_840
|
mini_wiki
|
1-hop
| 1
|
Thrax Castellan is currently employed by a company; what is the name of this company?
|
Etherea Labs
|
Company
|
Thrax Castellan -> current_working_company(need_access) -> Etherea Labs
|
[
"e_15072"
] |
[
{
"edge_id": "e_15072",
"source_id": "person_1260",
"source_name": "Thrax Castellan",
"source_type": "Person",
"target_id": "company_24",
"target_name": "Etherea Labs",
"target_type": "Company",
"edge_type": "current_working_company",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0040
|
1-hop.jsonl
|
forward_1_hop_6602
|
mini_wiki
|
4-hop
| 4
|
In which year was the spouse of the leader of the sister country of Hylax born?
|
1961
|
Year
|
Hylax -> sister_country_of(need_access) -> Ilthos -> leader_of_country_for(need_access) -> Fjorin Cinderfall -> spouse_of(need_access) -> Xantheus Redfern -> birth_year(need_access) -> 1961
|
[
"e_19985",
"e_31567",
"e_38392",
"e_18798"
] |
[
{
"edge_id": "e_19985",
"source_id": "country_60",
"source_name": "Hylax",
"source_type": "Country",
"target_id": "country_61",
"target_name": "Ilthos",
"target_type": "Country",
"edge_type": "sister_country_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_31567",
"source_id": "country_61",
"source_name": "Ilthos",
"source_type": "Country",
"target_id": "person_755",
"target_name": "Fjorin Cinderfall",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_38392",
"source_id": "person_755",
"source_name": "Fjorin Cinderfall",
"source_type": "Person",
"target_id": "person_1871",
"target_name": "Xantheus Redfern",
"target_type": "Person",
"edge_type": "spouse_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_18798",
"source_id": "person_1871",
"source_name": "Xantheus Redfern",
"source_type": "Person",
"target_id": "attr_birth_year_1961",
"target_name": "1961",
"target_type": "Year",
"edge_type": "birth_year",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
4hop
|
sample_4_0367
|
4-hop.jsonl
|
forward_4_hop_2221
|
mini_wiki
|
1-hop
| 1
|
What university was established in the year 1873?
|
Vesper Academy
|
University
|
1873 -> established_year_of -> Vesper Academy
|
[
"e_25101"
] |
[
{
"edge_id": "e_25101",
"source_id": "attr_established_year_1873",
"source_name": "1873",
"source_type": "Year",
"target_id": "university_147",
"target_name": "Vesper Academy",
"target_type": "University",
"edge_type": "established_year_of",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0074
|
1-hop.jsonl
|
forward_1_hop_5067
|
mini_wiki
|
5-hop
| 5
|
What is the GDP of the country whose capital is the city where the spouse of the best friend of Wrelek Solari was born?
|
13,611,392,607,742
|
GDP
|
Wrelek Solari -> best_friend(need_access) -> Khepran Sylvari -> spouse(need_access) -> Corval Somjet -> birth_city(need_access) -> Halcyon -> capital_of(need_access) -> Zaltor -> gdp(need_access) -> 13611392607742
|
[
"e_18206",
"e_18816",
"e_18930",
"e_2336",
"e_858"
] |
[
{
"edge_id": "e_18206",
"source_id": "person_1775",
"source_name": "Wrelek Solari",
"source_type": "Person",
"target_id": "person_1873",
"target_name": "Khepran Sylvari",
"target_type": "Person",
"edge_type": "best_friend",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_18816",
"source_id": "person_1873",
"source_name": "Khepran Sylvari",
"source_type": "Person",
"target_id": "person_1893",
"target_name": "Corval Somjet",
"target_type": "Person",
"edge_type": "spouse",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_18930",
"source_id": "person_1893",
"source_name": "Corval Somjet",
"source_type": "Person",
"target_id": "city_134",
"target_name": "Halcyon",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2336",
"source_id": "city_134",
"source_name": "Halcyon",
"source_type": "City",
"target_id": "country_134",
"target_name": "Zaltor",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_858",
"source_id": "country_134",
"source_name": "Zaltor",
"source_type": "Country",
"target_id": "attr_gdp_13611392607742",
"target_name": "13611392607742",
"target_type": "GDP",
"edge_type": "gdp",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
5hop
|
sample_5_0401
|
5-hop.jsonl
|
forward_5_hop_1718
|
mini_wiki
|
5-hop
| 5
|
Find the name of the sister country to the country where Winterfell is located, given that Lycomed Ravenscar's best friend currently lives in Osgiliath, which is the sister city of Winterfell.
|
Jargol
|
Country
|
Lycomed Ravenscar -> best_friend_of(need_access) -> Dravik Nkemka -> current_living_city(need_access) -> Osgiliath -> sister_city(need_access) -> Winterfell -> located_country(need_access) -> Xanthus -> sister_country_of(need_access) -> Jargol
|
[
"e_28458",
"e_8867",
"e_3830",
"e_3833",
"e_20328"
] |
[
{
"edge_id": "e_28458",
"source_id": "person_1954",
"source_name": "Lycomed Ravenscar",
"source_type": "Person",
"target_id": "person_244",
"target_name": "Dravik Nkemka",
"target_type": "Person",
"edge_type": "best_friend_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_8867",
"source_id": "person_244",
"source_name": "Dravik Nkemka",
"source_type": "Person",
"target_id": "city_338",
"target_name": "Osgiliath",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_3830",
"source_id": "city_338",
"source_name": "Osgiliath",
"source_type": "City",
"target_id": "city_339",
"target_name": "Winterfell",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_3833",
"source_id": "city_339",
"source_name": "Winterfell",
"source_type": "City",
"target_id": "country_114",
"target_name": "Xanthus",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_20328",
"source_id": "country_114",
"source_name": "Xanthus",
"source_type": "Country",
"target_id": "country_115",
"target_name": "Jargol",
"target_type": "Country",
"edge_type": "sister_country_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
5hop
|
sample_5_0394
|
5-hop.jsonl
|
forward_5_hop_2334
|
mini_wiki
|
1-hop
| 1
|
Which city has an area of 90110?
|
Celestine
|
City
|
90110 -> area_of -> Celestine
|
[
"e_22959"
] |
[
{
"edge_id": "e_22959",
"source_id": "attr_area_90110",
"source_name": "90110",
"source_type": "Area",
"target_id": "city_273",
"target_name": "Celestine",
"target_type": "City",
"edge_type": "area_of",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0008
|
1-hop.jsonl
|
forward_1_hop_6034
|
mini_wiki
|
5-hop
| 5
|
In which city was the leader of the country that contains the sister city of Jaxom Quasar's birthplace born?
|
Northgate
|
City
|
Jaxom Quasar -> birth_city(need_access) -> Dusthaven -> sister_city_of(need_access) -> Topaz -> located_country(need_access) -> Nythil -> leader_of_country_for(need_access) -> Avelor Blackwater -> birth_city(need_access) -> Northgate
|
[
"e_10312",
"e_22845",
"e_3252",
"e_27389",
"e_7797"
] |
[
{
"edge_id": "e_10312",
"source_id": "person_481",
"source_name": "Jaxom Quasar",
"source_type": "Person",
"target_id": "city_257",
"target_name": "Dusthaven",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_22845",
"source_id": "city_257",
"source_name": "Dusthaven",
"source_type": "City",
"target_id": "city_256",
"target_name": "Topaz",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_3252",
"source_id": "city_256",
"source_name": "Topaz",
"source_type": "City",
"target_id": "country_85",
"target_name": "Nythil",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_27389",
"source_id": "country_85",
"source_name": "Nythil",
"source_type": "Country",
"target_id": "person_60",
"target_name": "Avelor Blackwater",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_7797",
"source_id": "person_60",
"source_name": "Avelor Blackwater",
"source_type": "Person",
"target_id": "city_335",
"target_name": "Northgate",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
5hop
|
sample_5_0406
|
5-hop.jsonl
|
forward_5_hop_1296
|
mini_wiki
|
3-hop
| 3
|
The mayor of the city Aeridor attended a university; how many research projects does that university have?
|
340
|
Research Project Count
|
Aeridor -> mayor_of_city_for(need_access) -> Sylak Romanev -> university_attended -> Peregrine University -> number_of_research_projects(need_access) -> 340
|
[
"e_36278",
"e_16686",
"e_4958"
] |
[
{
"edge_id": "e_36278",
"source_id": "city_20",
"source_name": "Aeridor",
"source_type": "City",
"target_id": "person_1525",
"target_name": "Sylak Romanev",
"target_type": "Person",
"edge_type": "mayor_of_city_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_16686",
"source_id": "person_1525",
"source_name": "Sylak Romanev",
"source_type": "Person",
"target_id": "university_92",
"target_name": "Peregrine University",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_4958",
"source_id": "university_92",
"source_name": "Peregrine University",
"source_type": "University",
"target_id": "attr_number_of_research_projects_340",
"target_name": "340",
"target_type": "Research Project Count",
"edge_type": "number_of_research_projects",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0293
|
3-hop.jsonl
|
forward_3_hop_773
|
mini_wiki
|
3-hop
| 3
|
Through which city's sister city connection can one trace the alma mater of Jaspen Volantis?
|
Shangri-La
|
City
|
Jaspen Volantis -> university_attended(need_access) -> Nocturne Academy -> located_city -> Stelarris -> sister_city(need_access) -> Shangri-La
|
[
"e_12937",
"e_4194",
"e_2941"
] |
[
{
"edge_id": "e_12937",
"source_id": "person_913",
"source_name": "Jaspen Volantis",
"source_type": "Person",
"target_id": "university_16",
"target_name": "Nocturne Academy",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_4194",
"source_id": "university_16",
"source_name": "Nocturne Academy",
"source_type": "University",
"target_id": "city_211",
"target_name": "Stelarris",
"target_type": "City",
"edge_type": "located_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_2941",
"source_id": "city_211",
"source_name": "Stelarris",
"source_type": "City",
"target_id": "city_210",
"target_name": "Shangri-La",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
3hop
|
sample_3_0290
|
3-hop.jsonl
|
forward_3_hop_3875
|
mini_wiki
|
1-hop
| 1
|
What is the name of the city where Khepran Myrmidon was born?
|
Silverpine
|
City
|
Khepran Myrmidon -> birth_city -> Silverpine
|
[
"e_17850"
] |
[
{
"edge_id": "e_17850",
"source_id": "person_1717",
"source_name": "Khepran Myrmidon",
"source_type": "Person",
"target_id": "city_268",
"target_name": "Silverpine",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0036
|
1-hop.jsonl
|
forward_1_hop_6631
|
mini_wiki
|
1-hop
| 1
|
Who is the spouse of Chyvin Linhara?
|
Xiphos Zanmai
|
Person
|
Chyvin Linhara -> spouse_of(need_access) -> Xiphos Zanmai
|
[
"e_34357"
] |
[
{
"edge_id": "e_34357",
"source_id": "person_1312",
"source_name": "Chyvin Linhara",
"source_type": "Person",
"target_id": "person_1213",
"target_name": "Xiphos Zanmai",
"target_type": "Person",
"edge_type": "spouse_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0095
|
1-hop.jsonl
|
forward_1_hop_3715
|
mini_wiki
|
3-hop
| 3
|
What is the GDP of the sister city of the city that has an area of 19611?
|
306,766,909,867
|
GDP
|
19611 -> area_of(need_access) -> Kharazan -> sister_city(need_access) -> Shadowglen -> gdp(need_access) -> 306766909867
|
[
"e_21810",
"e_2227",
"e_2231"
] |
[
{
"edge_id": "e_21810",
"source_id": "attr_area_19611",
"source_name": "19611",
"source_type": "Area",
"target_id": "city_120",
"target_name": "Kharazan",
"target_type": "City",
"edge_type": "area_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2227",
"source_id": "city_120",
"source_name": "Kharazan",
"source_type": "City",
"target_id": "city_121",
"target_name": "Shadowglen",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2231",
"source_id": "city_121",
"source_name": "Shadowglen",
"source_type": "City",
"target_id": "attr_gdp_306766909867",
"target_name": "306766909867",
"target_type": "GDP",
"edge_type": "gdp",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
3hop
|
sample_3_0284
|
3-hop.jsonl
|
forward_3_hop_1756
|
mini_wiki
|
2-hop
| 2
|
Silvanis Fenrick is organizing a family history archive; for the person who is the best friend of Silvanis Fenrick's spouse, what is the full name of that best friend?
|
Zohal Kerberos
|
Person
|
Silvanis Fenrick -> spouse(need_access) -> Erebon Anandar -> best_friend(need_access) -> Zohal Kerberos
|
[
"e_16844",
"e_17122"
] |
[
{
"edge_id": "e_16844",
"source_id": "person_1550",
"source_name": "Silvanis Fenrick",
"source_type": "Person",
"target_id": "person_1596",
"target_name": "Erebon Anandar",
"target_type": "Person",
"edge_type": "spouse",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_17122",
"source_id": "person_1596",
"source_name": "Erebon Anandar",
"source_type": "Person",
"target_id": "person_1785",
"target_name": "Zohal Kerberos",
"target_type": "Person",
"edge_type": "best_friend",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_2_hop_template
|
2hop
|
sample_2_0175
|
2-hop.jsonl
|
forward_2_hop_5575
|
mini_wiki
|
2-hop
| 2
|
Polleon Qadiri currently lives in a city; what is the area of this city?
|
6994
|
Area
|
Polleon Qadiri -> current_living_city(need_access) -> Tyr -> area(need_access) -> 6994
|
[
"e_7906",
"e_2852"
] |
[
{
"edge_id": "e_7906",
"source_id": "person_79",
"source_name": "Polleon Qadiri",
"source_type": "Person",
"target_id": "city_199",
"target_name": "Tyr",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2852",
"source_id": "city_199",
"source_name": "Tyr",
"source_type": "City",
"target_id": "attr_area_6994",
"target_name": "6994",
"target_type": "Area",
"edge_type": "area",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0187
|
2-hop.jsonl
|
forward_2_hop_5573
|
mini_wiki
|
2-hop
| 2
|
In which city is the company that was founded in 1856 headquartered?
|
Neverland
|
City
|
1856 -> founded_year_of(need_access) -> Fusion Dynamics -> headquarter_city -> Neverland
|
[
"e_25958",
"e_6363"
] |
[
{
"edge_id": "e_25958",
"source_id": "attr_founded_year_1856",
"source_name": "1856",
"source_type": "Year",
"target_id": "company_47",
"target_name": "Fusion Dynamics",
"target_type": "Company",
"edge_type": "founded_year_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_6363",
"source_id": "company_47",
"source_name": "Fusion Dynamics",
"source_type": "Company",
"target_id": "city_276",
"target_name": "Neverland",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
2hop
|
sample_2_0229
|
2-hop.jsonl
|
forward_2_hop_2974
|
mini_wiki
|
2-hop
| 2
|
What is the area, in square units, of the city where Vulcor Ashpyre was born?
|
38,214
|
Area
|
Vulcor Ashpyre -> birth_city -> Avalor -> area -> 38214
|
[
"e_10161",
"e_1861"
] |
[
{
"edge_id": "e_10161",
"source_id": "person_456",
"source_name": "Vulcor Ashpyre",
"source_type": "Person",
"target_id": "city_75",
"target_name": "Avalor",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_1861",
"source_id": "city_75",
"source_name": "Avalor",
"source_type": "City",
"target_id": "attr_area_38214",
"target_name": "38214",
"target_type": "Area",
"edge_type": "area",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
2hop
|
sample_2_0182
|
2-hop.jsonl
|
forward_2_hop_3835
|
mini_wiki
|
1-hop
| 1
|
Which university did Baojin Bellator attend?
|
Adamant University
|
University
|
Baojin Bellator -> university_attended(need_access) -> Adamant University
|
[
"e_18977"
] |
[
{
"edge_id": "e_18977",
"source_id": "person_1900",
"source_name": "Baojin Bellator",
"source_type": "Person",
"target_id": "university_85",
"target_name": "Adamant University",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0016
|
1-hop.jsonl
|
forward_1_hop_3457
|
mini_wiki
|
6-hop
| 6
|
Through the mayor of the city where Oakhart Seminary is located, whose best friend currently lives in a city that has a sister city, which city is home to the university located in that sister city?
|
Quinlan University
|
University
|
Oakhart Seminary -> located_city(need_access) -> Zanarkand -> mayor_of_city_for(need_access) -> Jorvix Ifeolu -> best_friend(need_access) -> Fyralis Nkemka -> current_living_city(need_access) -> Elderspire -> sister_city_of(need_access) -> Cardinal -> located_city_of(need_access) -> Quinlan University
|
[
"e_5384",
"e_27312",
"e_7724",
"e_14995",
"e_22368",
"e_25463"
] |
[
{
"edge_id": "e_5384",
"source_id": "university_135",
"source_name": "Oakhart Seminary",
"source_type": "University",
"target_id": "city_59",
"target_name": "Zanarkand",
"target_type": "City",
"edge_type": "located_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_27312",
"source_id": "city_59",
"source_name": "Zanarkand",
"source_type": "City",
"target_id": "person_46",
"target_name": "Jorvix Ifeolu",
"target_type": "Person",
"edge_type": "mayor_of_city_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_7724",
"source_id": "person_46",
"source_name": "Jorvix Ifeolu",
"source_type": "Person",
"target_id": "person_1248",
"target_name": "Fyralis Nkemka",
"target_type": "Person",
"edge_type": "best_friend",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_14995",
"source_id": "person_1248",
"source_name": "Fyralis Nkemka",
"source_type": "Person",
"target_id": "city_188",
"target_name": "Elderspire",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_22368",
"source_id": "city_188",
"source_name": "Elderspire",
"source_type": "City",
"target_id": "city_189",
"target_name": "Cardinal",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_25463",
"source_id": "city_189",
"source_name": "Cardinal",
"source_type": "City",
"target_id": "university_184",
"target_name": "Quinlan University",
"target_type": "University",
"edge_type": "located_city_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
6hop
|
sample_6_0473
|
6-hop.jsonl
|
forward_6_hop_2598
|
mini_wiki
|
5-hop
| 5
|
Through which chain of sister cities, starting with Umbra, does one reach the city that is the current residence of the leader of the country where its sister city is located?
|
Aqualore
|
City
|
Umbra -> sister_city_of(need_access) -> Everlight -> located_country(need_access) -> Uthrok -> leader_of_country_for(need_access) -> Kylix Kaelenji -> current_living_city -> Crystalis -> sister_city(need_access) -> Aqualore
|
[
"e_21880",
"e_2286",
"e_36736",
"e_17144",
"e_3886"
] |
[
{
"edge_id": "e_21880",
"source_id": "city_129",
"source_name": "Umbra",
"source_type": "City",
"target_id": "city_128",
"target_name": "Everlight",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2286",
"source_id": "city_128",
"source_name": "Everlight",
"source_type": "City",
"target_id": "country_128",
"target_name": "Uthrok",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_36736",
"source_id": "country_128",
"source_name": "Uthrok",
"source_type": "Country",
"target_id": "person_1600",
"target_name": "Kylix Kaelenji",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_17144",
"source_id": "person_1600",
"source_name": "Kylix Kaelenji",
"source_type": "Person",
"target_id": "city_346",
"target_name": "Crystalis",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_3886",
"source_id": "city_346",
"source_name": "Crystalis",
"source_type": "City",
"target_id": "city_347",
"target_name": "Aqualore",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
5hop
|
sample_5_0384
|
5-hop.jsonl
|
forward_5_hop_3488
|
mini_wiki
|
2-hop
| 2
|
Axiom is drafting a new cultural exchange agreement; for the city that is officially designated as Axiom's sister city, in which country is that sister city located?
|
Eldros
|
Country
|
Axiom -> sister_city(need_access) -> Serenity -> located_country(need_access) -> Eldros
|
[
"e_2163",
"e_2166"
] |
[
{
"edge_id": "e_2163",
"source_id": "city_112",
"source_name": "Axiom",
"source_type": "City",
"target_id": "city_113",
"target_name": "Serenity",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2166",
"source_id": "city_113",
"source_name": "Serenity",
"source_type": "City",
"target_id": "country_113",
"target_name": "Eldros",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_2_hop_template
|
2hop
|
sample_2_0148
|
2-hop.jsonl
|
forward_2_hop_3759
|
mini_wiki
|
4-hop
| 4
|
What is the gender of the national leader of the country where the city of which Kaiyo Blightwing is mayor is located?
|
Male
|
Gender
|
Kaiyo Blightwing -> mayor_of_city(need_access) -> Valhalla -> located_country -> Wryll -> leader_of_country_for(need_access) -> Hyllix Chimara -> gender(need_access) -> Male
|
[
"e_8516",
"e_1830",
"e_37415",
"e_17823"
] |
[
{
"edge_id": "e_8516",
"source_id": "person_182",
"source_name": "Kaiyo Blightwing",
"source_type": "Person",
"target_id": "city_71",
"target_name": "Valhalla",
"target_type": "City",
"edge_type": "mayor_of_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1830",
"source_id": "city_71",
"source_name": "Valhalla",
"source_type": "City",
"target_id": "country_71",
"target_name": "Wryll",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_37415",
"source_id": "country_71",
"source_name": "Wryll",
"source_type": "Country",
"target_id": "person_1712",
"target_name": "Hyllix Chimara",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_17823",
"source_id": "person_1712",
"source_name": "Hyllix Chimara",
"source_type": "Person",
"target_id": "attr_gender_Male",
"target_name": "Male",
"target_type": "Gender",
"edge_type": "gender",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
4hop
|
sample_4_0321
|
4-hop.jsonl
|
forward_4_hop_2672
|
mini_wiki
|
2-hop
| 2
|
A company with 9293 employees, named Umbra Logistics, has a certain number of departments. How many departments does this company have?
|
9
|
Department Count
|
9293 -> number_of_employees_of -> Umbra Logistics -> number_of_departments -> 9
|
[
"e_26555",
"e_6967"
] |
[
{
"edge_id": "e_26555",
"source_id": "attr_number_of_employees_9293",
"source_name": "9293",
"source_type": "Employee Count",
"target_id": "company_133",
"target_name": "Umbra Logistics",
"target_type": "Company",
"edge_type": "number_of_employees_of",
"mapping_type": "1-1",
"need_access": false
},
{
"edge_id": "e_6967",
"source_id": "company_133",
"source_name": "Umbra Logistics",
"source_type": "Company",
"target_id": "attr_number_of_departments_9",
"target_name": "9",
"target_type": "Department Count",
"edge_type": "number_of_departments",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0193
|
2-hop.jsonl
|
forward_2_hop_2186
|
mini_wiki
|
1-hop
| 1
|
What is the current city of residence for Sulaym Stonehaven?
|
Highcliff
|
City
|
Sulaym Stonehaven -> current_living_city(need_access) -> Highcliff
|
[
"e_12124"
] |
[
{
"edge_id": "e_12124",
"source_id": "person_779",
"source_name": "Sulaym Stonehaven",
"source_type": "Person",
"target_id": "city_85",
"target_name": "Highcliff",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0049
|
1-hop.jsonl
|
forward_1_hop_6255
|
mini_wiki
|
1-hop
| 1
|
Brondar Nashida is currently employed by a robotics company; please identify the name of this company.
|
Seraphim Robotics
|
Company
|
Brondar Nashida -> current_working_company -> Seraphim Robotics
|
[
"e_17335"
] |
[
{
"edge_id": "e_17335",
"source_id": "person_1633",
"source_name": "Brondar Nashida",
"source_type": "Person",
"target_id": "company_160",
"target_name": "Seraphim Robotics",
"target_type": "Company",
"edge_type": "current_working_company",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0080
|
1-hop.jsonl
|
forward_1_hop_5772
|
mini_wiki
|
6-hop
| 6
|
How many employees does the company headquartered in the city where the spouse of the mayor of the sister city of Dunmorogh currently live have?
|
45,196
|
Employee Count
|
Dunmorogh -> sister_city_of(need_access) -> Theramore -> mayor_of_city_for(need_access) -> Arionis Saraman -> spouse_of(need_access) -> Magnor Rivasso -> current_living_city(need_access) -> Radiant -> headquarter_city_of(need_access) -> Vigilance Systems -> number_of_employees(need_access) -> 45196
|
[
"e_23181",
"e_38812",
"e_28381",
"e_8791",
"e_25840",
"e_6252"
] |
[
{
"edge_id": "e_23181",
"source_id": "city_305",
"source_name": "Dunmorogh",
"source_type": "City",
"target_id": "city_304",
"target_name": "Theramore",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_38812",
"source_id": "city_304",
"source_name": "Theramore",
"source_type": "City",
"target_id": "person_1939",
"target_name": "Arionis Saraman",
"target_type": "Person",
"edge_type": "mayor_of_city_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_28381",
"source_id": "person_1939",
"source_name": "Arionis Saraman",
"source_type": "Person",
"target_id": "person_231",
"target_name": "Magnor Rivasso",
"target_type": "Person",
"edge_type": "spouse_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_8791",
"source_id": "person_231",
"source_name": "Magnor Rivasso",
"source_type": "Person",
"target_id": "city_167",
"target_name": "Radiant",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_25840",
"source_id": "city_167",
"source_name": "Radiant",
"source_type": "City",
"target_id": "company_31",
"target_name": "Vigilance Systems",
"target_type": "Company",
"edge_type": "headquarter_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_6252",
"source_id": "company_31",
"source_name": "Vigilance Systems",
"source_type": "Company",
"target_id": "attr_number_of_employees_45196",
"target_name": "45196",
"target_type": "Employee Count",
"edge_type": "number_of_employees",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
6hop
|
sample_6_0487
|
6-hop.jsonl
|
forward_6_hop_15
|
mini_wiki
|
6-hop
| 6
|
Starting with the area designated as 57619, which corresponds to a city that has a sister city, which in turn serves as the capital of a country that has a sister country, whose leader was born in a certain city, what is the name of that birth city?
|
Elysia
|
City
|
57619 -> area_of(need_access) -> Hammerfall -> sister_city(need_access) -> Quintessence -> capital_of(need_access) -> Praxor -> sister_country(need_access) -> Lythos -> leader_of_country_for(need_access) -> Avelor Petrasky -> birth_city -> Elysia
|
[
"e_21202",
"e_1619",
"e_1624",
"e_293",
"e_38084",
"e_18491"
] |
[
{
"edge_id": "e_21202",
"source_id": "attr_area_57619",
"source_name": "57619",
"source_type": "Area",
"target_id": "city_44",
"target_name": "Hammerfall",
"target_type": "City",
"edge_type": "area_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1619",
"source_id": "city_44",
"source_name": "Hammerfall",
"source_type": "City",
"target_id": "city_45",
"target_name": "Quintessence",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1624",
"source_id": "city_45",
"source_name": "Quintessence",
"source_type": "City",
"target_id": "country_45",
"target_name": "Praxor",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_293",
"source_id": "country_45",
"source_name": "Praxor",
"source_type": "Country",
"target_id": "country_44",
"target_name": "Lythos",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_38084",
"source_id": "country_44",
"source_name": "Lythos",
"source_type": "Country",
"target_id": "person_1821",
"target_name": "Avelor Petrasky",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_18491",
"source_id": "person_1821",
"source_name": "Avelor Petrasky",
"source_type": "Person",
"target_id": "city_137",
"target_name": "Elysia",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_456_hop_template
|
6hop
|
sample_6_0463
|
6-hop.jsonl
|
forward_6_hop_2267
|
mini_wiki
|
5-hop
| 5
|
In which city was the best friend of the spouse of the leader of the country where Phoenix is located born?
|
Fenris
|
City
|
Phoenix -> located_country(need_access) -> Brython -> leader_of_country_for(need_access) -> Harumo Draconia -> spouse(need_access) -> Chenyan Linhara -> best_friend_of(need_access) -> Lixue Akitsu -> birth_city(need_access) -> Fenris
|
[
"e_3287",
"e_30323",
"e_10733",
"e_34146",
"e_14553"
] |
[
{
"edge_id": "e_3287",
"source_id": "city_261",
"source_name": "Phoenix",
"source_type": "City",
"target_id": "country_191",
"target_name": "Brython",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_30323",
"source_id": "country_191",
"source_name": "Brython",
"source_type": "Country",
"target_id": "person_551",
"target_name": "Harumo Draconia",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_10733",
"source_id": "person_551",
"source_name": "Harumo Draconia",
"source_type": "Person",
"target_id": "person_1445",
"target_name": "Chenyan Linhara",
"target_type": "Person",
"edge_type": "spouse",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_34146",
"source_id": "person_1445",
"source_name": "Chenyan Linhara",
"source_type": "Person",
"target_id": "person_1180",
"target_name": "Lixue Akitsu",
"target_type": "Person",
"edge_type": "best_friend_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_14553",
"source_id": "person_1180",
"source_name": "Lixue Akitsu",
"source_type": "Person",
"target_id": "city_308",
"target_name": "Fenris",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
5hop
|
sample_5_0396
|
5-hop.jsonl
|
forward_5_hop_2372
|
mini_wiki
|
3-hop
| 3
|
Of which country is the capital city that hosts the headquarters of the company with 22134 employees?
|
Wulgar
|
Country
|
22134 -> number_of_employees_of(need_access) -> Farpoint Surveyors -> headquarter_city(need_access) -> Caelum -> capital_of(need_access) -> Wulgar
|
[
"e_26156",
"e_6566",
"e_2392"
] |
[
{
"edge_id": "e_26156",
"source_id": "attr_number_of_employees_22134",
"source_name": "22134",
"source_type": "Employee Count",
"target_id": "company_76",
"target_name": "Farpoint Surveyors",
"target_type": "Company",
"edge_type": "number_of_employees_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_6566",
"source_id": "company_76",
"source_name": "Farpoint Surveyors",
"source_type": "Company",
"target_id": "city_141",
"target_name": "Caelum",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2392",
"source_id": "city_141",
"source_name": "Caelum",
"source_type": "City",
"target_id": "country_141",
"target_name": "Wulgar",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
3hop
|
sample_3_0318
|
3-hop.jsonl
|
forward_3_hop_4509
|
mini_wiki
|
1-hop
| 1
|
Wexler Devanathan is a person whose gender is known. Please identify his gender.
|
Male
|
Gender
|
Wexler Devanathan -> gender(need_access) -> Male
|
[
"e_17167"
] |
[
{
"edge_id": "e_17167",
"source_id": "person_1604",
"source_name": "Wexler Devanathan",
"source_type": "Person",
"target_id": "attr_gender_Male",
"target_name": "Male",
"target_type": "Gender",
"edge_type": "gender",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0082
|
1-hop.jsonl
|
forward_1_hop_376
|
mini_wiki
|
3-hop
| 3
|
What is the GDP of the city that is home to the university Brondar Kerberos attended?
|
147,085,303,314
|
GDP
|
Brondar Kerberos -> university_attended(need_access) -> The Mycroft Institute -> located_city -> Ironforge -> gdp(need_access) -> 147085303314
|
[
"e_8174",
"e_5344",
"e_1583"
] |
[
{
"edge_id": "e_8174",
"source_id": "person_125",
"source_name": "Brondar Kerberos",
"source_type": "Person",
"target_id": "university_131",
"target_name": "The Mycroft Institute",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_5344",
"source_id": "university_131",
"source_name": "The Mycroft Institute",
"source_type": "University",
"target_id": "city_40",
"target_name": "Ironforge",
"target_type": "City",
"edge_type": "located_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_1583",
"source_id": "city_40",
"source_name": "Ironforge",
"source_type": "City",
"target_id": "attr_gdp_147085303314",
"target_name": "147085303314",
"target_type": "GDP",
"edge_type": "gdp",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0311
|
3-hop.jsonl
|
forward_3_hop_1149
|
mini_wiki
|
3-hop
| 3
|
Gholir Hayami was born in a city, and this city is located within a country whose official language is known by what name?
|
Fhalth
|
Language
|
Gholir Hayami -> birth_city -> Riverside -> located_country -> Ythrel -> official_language -> Fhalth
|
[
"e_11465",
"e_3133",
"e_1018"
] |
[
{
"edge_id": "e_11465",
"source_id": "person_671",
"source_name": "Gholir Hayami",
"source_type": "Person",
"target_id": "city_239",
"target_name": "Riverside",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_3133",
"source_id": "city_239",
"source_name": "Riverside",
"source_type": "City",
"target_id": "country_159",
"target_name": "Ythrel",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_1018",
"source_id": "country_159",
"source_name": "Ythrel",
"source_type": "Country",
"target_id": "attr_official_language_Fhalth",
"target_name": "Fhalth",
"target_type": "Language",
"edge_type": "official_language",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0241
|
3-hop.jsonl
|
forward_3_hop_4364
|
mini_wiki
|
6-hop
| 6
|
Ulvane Redfern works for a company headquartered in a city located in a country that has a sister country whose leader currently lives in which city?
|
Ironwood
|
City
|
Ulvane Redfern -> current_working_company(need_access) -> Zentropa Holdings -> headquarter_city(need_access) -> Hearthstone -> located_country(need_access) -> Quillon -> sister_country(need_access) -> Volmar -> leader_of_country_for(need_access) -> Zennith Tendaia -> current_living_city(need_access) -> Ironwood
|
[
"e_12184",
"e_6895",
"e_2986",
"e_843",
"e_33143",
"e_13553"
] |
[
{
"edge_id": "e_12184",
"source_id": "person_790",
"source_name": "Ulvane Redfern",
"source_type": "Person",
"target_id": "company_123",
"target_name": "Zentropa Holdings",
"target_type": "Company",
"edge_type": "current_working_company",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_6895",
"source_id": "company_123",
"source_name": "Zentropa Holdings",
"source_type": "Company",
"target_id": "city_218",
"target_name": "Hearthstone",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2986",
"source_id": "city_218",
"source_name": "Hearthstone",
"source_type": "City",
"target_id": "country_131",
"target_name": "Quillon",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_843",
"source_id": "country_131",
"source_name": "Quillon",
"source_type": "Country",
"target_id": "country_130",
"target_name": "Volmar",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_33143",
"source_id": "country_130",
"source_name": "Volmar",
"source_type": "Country",
"target_id": "person_1013",
"target_name": "Zennith Tendaia",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_13553",
"source_id": "person_1013",
"source_name": "Zennith Tendaia",
"source_type": "Person",
"target_id": "city_288",
"target_name": "Ironwood",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
6hop
|
sample_6_0488
|
6-hop.jsonl
|
forward_6_hop_1367
|
mini_wiki
|
3-hop
| 3
|
Gholir Velarius attended a university, which is located in a city that has a sister city. What is the name of this sister city?
|
Ys
|
City
|
Gholir Velarius -> university_attended(need_access) -> Runic Studies Academy -> located_city(need_access) -> Corvath -> sister_city(need_access) -> Ys
|
[
"e_12384",
"e_4934",
"e_2755"
] |
[
{
"edge_id": "e_12384",
"source_id": "person_822",
"source_name": "Gholir Velarius",
"source_type": "Person",
"target_id": "university_90",
"target_name": "Runic Studies Academy",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_4934",
"source_id": "university_90",
"source_name": "Runic Studies Academy",
"source_type": "University",
"target_id": "city_186",
"target_name": "Corvath",
"target_type": "City",
"edge_type": "located_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2755",
"source_id": "city_186",
"source_name": "Corvath",
"source_type": "City",
"target_id": "city_187",
"target_name": "Ys",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0272
|
3-hop.jsonl
|
forward_3_hop_582
|
mini_wiki
|
1-hop
| 1
|
A financial report lists 69 research awards attributed to a particular university; which university received that number of research awards?
|
Kestrel University
|
University
|
69 -> number_of_research_awards_of(need_access) -> Kestrel University
|
[
"e_24079"
] |
[
{
"edge_id": "e_24079",
"source_id": "attr_number_of_research_awards_69",
"source_name": "69",
"source_type": "Research Award Count",
"target_id": "university_45",
"target_name": "Kestrel University",
"target_type": "University",
"edge_type": "number_of_research_awards_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_1_hop_template
|
1hop
|
sample_1_0044
|
1-hop.jsonl
|
forward_1_hop_2788
|
mini_wiki
|
3-hop
| 3
|
Identify the number of universities in the sister city of the city where Stygor Watari serves as mayor.
|
7
|
University Count
|
Stygor Watari -> mayor_of_city(need_access) -> Galeforce -> sister_city(need_access) -> Xylos -> number_of_universities(need_access) -> 7
|
[
"e_8863",
"e_2667",
"e_2657"
] |
[
{
"edge_id": "e_8863",
"source_id": "person_243",
"source_name": "Stygor Watari",
"source_type": "Person",
"target_id": "city_175",
"target_name": "Galeforce",
"target_type": "City",
"edge_type": "mayor_of_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2667",
"source_id": "city_175",
"source_name": "Galeforce",
"source_type": "City",
"target_id": "city_174",
"target_name": "Xylos",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2657",
"source_id": "city_174",
"source_name": "Xylos",
"source_type": "City",
"target_id": "attr_number_of_universities_7",
"target_name": "7",
"target_type": "University Count",
"edge_type": "number_of_universities",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0308
|
3-hop.jsonl
|
forward_3_hop_1559
|
mini_wiki
|
5-hop
| 5
|
Find the GDP of the country where the sister city of the birth city of Thrax Volkovian's best friend is located.
|
19,503,202,356,234
|
GDP
|
Thrax Volkovian -> best_friend_of(need_access) -> Chyvin Starfall -> birth_city(need_access) -> Valinor -> sister_city_of(need_access) -> Meridian -> located_country -> Gorgoth -> gdp(need_access) -> 19503202356234
|
[
"e_29504",
"e_9911",
"e_22572",
"e_2979",
"e_484"
] |
[
{
"edge_id": "e_29504",
"source_id": "person_1319",
"source_name": "Thrax Volkovian",
"source_type": "Person",
"target_id": "person_417",
"target_name": "Chyvin Starfall",
"target_type": "Person",
"edge_type": "best_friend_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_9911",
"source_id": "person_417",
"source_name": "Chyvin Starfall",
"source_type": "Person",
"target_id": "city_216",
"target_name": "Valinor",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_22572",
"source_id": "city_216",
"source_name": "Valinor",
"source_type": "City",
"target_id": "city_217",
"target_name": "Meridian",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2979",
"source_id": "city_217",
"source_name": "Meridian",
"source_type": "City",
"target_id": "country_75",
"target_name": "Gorgoth",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_484",
"source_id": "country_75",
"source_name": "Gorgoth",
"source_type": "Country",
"target_id": "attr_gdp_19503202356234",
"target_name": "19503202356234",
"target_type": "GDP",
"edge_type": "gdp",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
5hop
|
sample_5_0404
|
5-hop.jsonl
|
forward_5_hop_2316
|
mini_wiki
|
6-hop
| 6
|
What is the gender of the leader of the country that is the sister nation of the country in which the sister city of the city where Lixue Eberstark is mayor is located?
|
Male
|
Gender
|
Lixue Eberstark -> mayor_of_city(need_access) -> Midgard -> sister_city(need_access) -> Ebonheart -> located_country -> Fenryl -> sister_country_of(need_access) -> Torthil -> leader_of_country_for(need_access) -> Vexia Dornwald -> gender(need_access) -> Male
|
[
"e_11735",
"e_4033",
"e_4022",
"e_20393",
"e_31652",
"e_12058"
] |
[
{
"edge_id": "e_11735",
"source_id": "person_715",
"source_name": "Lixue Eberstark",
"source_type": "Person",
"target_id": "city_367",
"target_name": "Midgard",
"target_type": "City",
"edge_type": "mayor_of_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_4033",
"source_id": "city_367",
"source_name": "Midgard",
"source_type": "City",
"target_id": "city_366",
"target_name": "Ebonheart",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_4022",
"source_id": "city_366",
"source_name": "Ebonheart",
"source_type": "City",
"target_id": "country_124",
"target_name": "Fenryl",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_20393",
"source_id": "country_124",
"source_name": "Fenryl",
"source_type": "Country",
"target_id": "country_125",
"target_name": "Torthil",
"target_type": "Country",
"edge_type": "sister_country_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_31652",
"source_id": "country_125",
"source_name": "Torthil",
"source_type": "Country",
"target_id": "person_769",
"target_name": "Vexia Dornwald",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_12058",
"source_id": "person_769",
"source_name": "Vexia Dornwald",
"source_type": "Person",
"target_id": "attr_gender_Male",
"target_name": "Male",
"target_type": "Gender",
"edge_type": "gender",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
6hop
|
sample_6_0490
|
6-hop.jsonl
|
forward_6_hop_536
|
mini_wiki
|
2-hop
| 2
|
Akemiya Ashwind attended a university that has a certain number of research publications. Please find the exact number of research publications from that university.
|
11,545
|
Research Publication Count
|
Akemiya Ashwind -> university_attended(need_access) -> The Mandala Institute -> number_of_research_publications -> 11545
|
[
"e_10443",
"e_4449"
] |
[
{
"edge_id": "e_10443",
"source_id": "person_502",
"source_name": "Akemiya Ashwind",
"source_type": "Person",
"target_id": "university_41",
"target_name": "The Mandala Institute",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_4449",
"source_id": "university_41",
"source_name": "The Mandala Institute",
"source_type": "University",
"target_id": "attr_number_of_research_publications_11545",
"target_name": "11545",
"target_type": "Research Publication Count",
"edge_type": "number_of_research_publications",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0161
|
2-hop.jsonl
|
forward_2_hop_3272
|
mini_wiki
|
1-hop
| 1
|
On which country's national day is February 19th celebrated?
|
Uthrok
|
Country
|
February 19th -> national_day_of -> Uthrok
|
[
"e_20412"
] |
[
{
"edge_id": "e_20412",
"source_id": "attr_national_day_February 19th",
"source_name": "February 19th",
"source_type": "Date",
"target_id": "country_128",
"target_name": "Uthrok",
"target_type": "Country",
"edge_type": "national_day_of",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_scenario_1_hop_template
|
1hop
|
sample_1_0073
|
1-hop.jsonl
|
forward_1_hop_5150
|
mini_wiki
|
3-hop
| 3
|
Find the population of the country that is the sister nation to the country whose capital is the city of Thunder.
|
133,095,108
|
Population Count
|
Thunder -> capital_of(need_access) -> Volmar -> sister_country(need_access) -> Quillon -> population -> 133095108
|
[
"e_2304",
"e_836",
"e_837"
] |
[
{
"edge_id": "e_2304",
"source_id": "city_130",
"source_name": "Thunder",
"source_type": "City",
"target_id": "country_130",
"target_name": "Volmar",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_836",
"source_id": "country_130",
"source_name": "Volmar",
"source_type": "Country",
"target_id": "country_131",
"target_name": "Quillon",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_837",
"source_id": "country_131",
"source_name": "Quillon",
"source_type": "Country",
"target_id": "attr_population_133095108",
"target_name": "133095108",
"target_type": "Population Count",
"edge_type": "population",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0270
|
3-hop.jsonl
|
forward_3_hop_1805
|
mini_wiki
|
2-hop
| 2
|
A company with 3478 employees is headquartered in a city. What is the name of this city?
|
Tyria
|
City
|
3478 -> number_of_employees_of -> Xenith Drone Systems -> headquarter_city -> Tyria
|
[
"e_27017",
"e_7427"
] |
[
{
"edge_id": "e_27017",
"source_id": "attr_number_of_employees_3478",
"source_name": "3478",
"source_type": "Employee Count",
"target_id": "company_199",
"target_name": "Xenith Drone Systems",
"target_type": "Company",
"edge_type": "number_of_employees_of",
"mapping_type": "1-1",
"need_access": false
},
{
"edge_id": "e_7427",
"source_id": "company_199",
"source_name": "Xenith Drone Systems",
"source_type": "Company",
"target_id": "city_31",
"target_name": "Tyria",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0198
|
2-hop.jsonl
|
forward_2_hop_2405
|
mini_wiki
|
1-hop
| 1
|
In which city was Jynae Jaffarin born?
|
Auralight
|
City
|
Jynae Jaffarin -> birth_city -> Auralight
|
[
"e_14318"
] |
[
{
"edge_id": "e_14318",
"source_id": "person_1139",
"source_name": "Jynae Jaffarin",
"source_type": "Person",
"target_id": "city_323",
"target_name": "Auralight",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0067
|
1-hop.jsonl
|
forward_1_hop_7556
|
mini_wiki
|
1-hop
| 1
|
A city has exactly 1453 companies. What is the name of this city?
|
Silverstream
|
City
|
1453 -> number_of_companies_of -> Silverstream
|
[
"e_23229"
] |
[
{
"edge_id": "e_23229",
"source_id": "attr_number_of_companies_1453",
"source_name": "1453",
"source_type": "Company Count",
"target_id": "city_311",
"target_name": "Silverstream",
"target_type": "City",
"edge_type": "number_of_companies_of",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0060
|
1-hop.jsonl
|
forward_1_hop_6612
|
mini_wiki
|
4-hop
| 4
|
A researcher has 20680 publications to their name, all from the university where they work. This university is located in a city, which is part of a country. What is the official language of this country?
|
Yazhani
|
Language
|
20680 -> number_of_research_publications_of -> The Axiom Institute -> located_city -> Terminus -> located_country -> Erthos -> official_language -> Yazhani
|
[
"e_25328",
"e_5734",
"e_3469",
"e_1030"
] |
[
{
"edge_id": "e_25328",
"source_id": "attr_number_of_research_publications_20680",
"source_name": "20680",
"source_type": "Research Publication Count",
"target_id": "university_170",
"target_name": "The Axiom Institute",
"target_type": "University",
"edge_type": "number_of_research_publications_of",
"mapping_type": "1-1",
"need_access": false
},
{
"edge_id": "e_5734",
"source_id": "university_170",
"source_name": "The Axiom Institute",
"source_type": "University",
"target_id": "city_287",
"target_name": "Terminus",
"target_type": "City",
"edge_type": "located_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_3469",
"source_id": "city_287",
"source_name": "Terminus",
"source_type": "City",
"target_id": "country_161",
"target_name": "Erthos",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_1030",
"source_id": "country_161",
"source_name": "Erthos",
"source_type": "Country",
"target_id": "attr_official_language_Yazhani",
"target_name": "Yazhani",
"target_type": "Language",
"edge_type": "official_language",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_456_hop_template
|
4hop
|
sample_4_0352
|
4-hop.jsonl
|
forward_4_hop_3922
|
mini_wiki
|
2-hop
| 2
|
Kylix Grakkon currently lives in a city; in which country is this city located?
|
Worlag
|
Country
|
Kylix Grakkon -> current_living_city(need_access) -> Qualinost -> located_country -> Worlag
|
[
"e_8971",
"e_1902"
] |
[
{
"edge_id": "e_8971",
"source_id": "person_261",
"source_name": "Kylix Grakkon",
"source_type": "Person",
"target_id": "city_80",
"target_name": "Qualinost",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_1902",
"source_id": "city_80",
"source_name": "Qualinost",
"source_type": "City",
"target_id": "country_80",
"target_name": "Worlag",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0152
|
2-hop.jsonl
|
forward_2_hop_2021
|
mini_wiki
|
3-hop
| 3
|
What is the population of the country in which Zennith Sonnenwind's birth city is located?
|
194,568,686
|
Population Count
|
Zennith Sonnenwind -> birth_city -> Jasper -> located_country -> Ildan -> population -> 194568686
|
[
"e_13663",
"e_2888",
"e_1141"
] |
[
{
"edge_id": "e_13663",
"source_id": "person_1032",
"source_name": "Zennith Sonnenwind",
"source_type": "Person",
"target_id": "city_204",
"target_name": "Jasper",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_2888",
"source_id": "city_204",
"source_name": "Jasper",
"source_type": "City",
"target_id": "country_179",
"target_name": "Ildan",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_1141",
"source_id": "country_179",
"source_name": "Ildan",
"source_type": "Country",
"target_id": "attr_population_194568686",
"target_name": "194568686",
"target_type": "Population Count",
"edge_type": "population",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
3hop
|
sample_3_0247
|
3-hop.jsonl
|
forward_3_hop_2172
|
mini_wiki
|
6-hop
| 6
|
Determine the total area of the country that is the sister nation to the country whose capital is the city where the university attended by the best friend of Mavos Sylvari is located.
|
12,967,052
|
Area
|
Mavos Sylvari -> best_friend_of(need_access) -> Baojin Cassidor -> university_attended(need_access) -> The Crucible Institute -> located_city(need_access) -> Ys -> capital_of(need_access) -> Plixis -> sister_country(need_access) -> Lothir -> total_area(need_access) -> 12967052
|
[
"e_35674",
"e_16084",
"e_4434",
"e_2760",
"e_1196",
"e_1187"
] |
[
{
"edge_id": "e_35674",
"source_id": "person_1518",
"source_name": "Mavos Sylvari",
"source_type": "Person",
"target_id": "person_1429",
"target_name": "Baojin Cassidor",
"target_type": "Person",
"edge_type": "best_friend_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_16084",
"source_id": "person_1429",
"source_name": "Baojin Cassidor",
"source_type": "Person",
"target_id": "university_40",
"target_name": "The Crucible Institute",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_4434",
"source_id": "university_40",
"source_name": "The Crucible Institute",
"source_type": "University",
"target_id": "city_187",
"target_name": "Ys",
"target_type": "City",
"edge_type": "located_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2760",
"source_id": "city_187",
"source_name": "Ys",
"source_type": "City",
"target_id": "country_187",
"target_name": "Plixis",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1196",
"source_id": "country_187",
"source_name": "Plixis",
"source_type": "Country",
"target_id": "country_186",
"target_name": "Lothir",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1187",
"source_id": "country_186",
"source_name": "Lothir",
"source_type": "Country",
"target_id": "attr_total_area_12967052",
"target_name": "12967052",
"target_type": "Area",
"edge_type": "total_area",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
6hop
|
sample_6_0466
|
6-hop.jsonl
|
forward_6_hop_1155
|
mini_wiki
|
2-hop
| 2
|
What is the GDP of the city where Skoln Stonehaven was born?
|
57,387,180,404
|
GDP
|
Skoln Stonehaven -> birth_city(need_access) -> Mythwood -> gdp -> 57387180404
|
[
"e_13677",
"e_3575"
] |
[
{
"edge_id": "e_13677",
"source_id": "person_1034",
"source_name": "Skoln Stonehaven",
"source_type": "Person",
"target_id": "city_302",
"target_name": "Mythwood",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_3575",
"source_id": "city_302",
"source_name": "Mythwood",
"source_type": "City",
"target_id": "attr_gdp_57387180404",
"target_name": "57387180404",
"target_type": "GDP",
"edge_type": "gdp",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
2hop
|
sample_2_0134
|
2-hop.jsonl
|
forward_2_hop_6595
|
mini_wiki
|
1-hop
| 1
|
Bex Ostergaard currently lives in a city. What is the name of this city?
|
Mirage
|
City
|
Bex Ostergaard -> current_living_city -> Mirage
|
[
"e_16946"
] |
[
{
"edge_id": "e_16946",
"source_id": "person_1567",
"source_name": "Bex Ostergaard",
"source_type": "Person",
"target_id": "city_43",
"target_name": "Mirage",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0024
|
1-hop.jsonl
|
forward_1_hop_218
|
mini_wiki
|
1-hop
| 1
|
What is the total number of registered students at Zephyr Academy?
|
6302
|
Student Count
|
Zephyr Academy -> registered_students(need_access) -> 6302
|
[
"e_5775"
] |
[
{
"edge_id": "e_5775",
"source_id": "university_174",
"source_name": "Zephyr Academy",
"source_type": "University",
"target_id": "attr_registered_students_6302",
"target_name": "6302",
"target_type": "Student Count",
"edge_type": "registered_students",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0110
|
1-hop.jsonl
|
forward_1_hop_4991
|
mini_wiki
|
2-hop
| 2
|
Quirex Grimoire is being profiled for a regional economic report; for the city where Quirex Grimoire was born, what is the GDP figure associated with that city?
|
273,285,224,574
|
GDP
|
Quirex Grimoire -> birth_city(need_access) -> Solstice -> gdp(need_access) -> 273285224574
|
[
"e_15715",
"e_2311"
] |
[
{
"edge_id": "e_15715",
"source_id": "person_1367",
"source_name": "Quirex Grimoire",
"source_type": "Person",
"target_id": "city_131",
"target_name": "Solstice",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2311",
"source_id": "city_131",
"source_name": "Solstice",
"source_type": "City",
"target_id": "attr_gdp_273285224574",
"target_name": "273285224574",
"target_type": "GDP",
"edge_type": "gdp",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_2_hop_template
|
2hop
|
sample_2_0232
|
2-hop.jsonl
|
forward_2_hop_2520
|
mini_wiki
|
5-hop
| 5
|
Find the area of the capital city of the sister country to the country whose capital city has a GDP of 299320727991.
|
24,579
|
Area
|
299320727991 -> gdp_of(need_access) -> Dunwich -> capital_of(need_access) -> Rorvik -> sister_country(need_access) -> Pyralis -> capital_city(need_access) -> Frostfire -> area(need_access) -> 24579
|
[
"e_20924",
"e_1336",
"e_65",
"e_20917",
"e_1325"
] |
[
{
"edge_id": "e_20924",
"source_id": "attr_gdp_299320727991",
"source_name": "299320727991",
"source_type": "GDP",
"target_id": "city_9",
"target_name": "Dunwich",
"target_type": "City",
"edge_type": "gdp_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1336",
"source_id": "city_9",
"source_name": "Dunwich",
"source_type": "City",
"target_id": "country_9",
"target_name": "Rorvik",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_65",
"source_id": "country_9",
"source_name": "Rorvik",
"source_type": "Country",
"target_id": "country_8",
"target_name": "Pyralis",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_20917",
"source_id": "country_8",
"source_name": "Pyralis",
"source_type": "Country",
"target_id": "city_8",
"target_name": "Frostfire",
"target_type": "City",
"edge_type": "capital_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1325",
"source_id": "city_8",
"source_name": "Frostfire",
"source_type": "City",
"target_id": "attr_area_24579",
"target_name": "24579",
"target_type": "Area",
"edge_type": "area",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
5hop
|
sample_5_0431
|
5-hop.jsonl
|
forward_5_hop_1087
|
mini_wiki
|
3-hop
| 3
|
Identify the birth city of the mayor of the city where Rashan Zaydani was born.
|
Bifrost
|
City
|
Rashan Zaydani -> birth_city(need_access) -> Serenity -> mayor_of_city_for(need_access) -> Hishar Drovinsky -> birth_city(need_access) -> Bifrost
|
[
"e_13128",
"e_27703",
"e_8110"
] |
[
{
"edge_id": "e_13128",
"source_id": "person_943",
"source_name": "Rashan Zaydani",
"source_type": "Person",
"target_id": "city_113",
"target_name": "Serenity",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_27703",
"source_id": "city_113",
"source_name": "Serenity",
"source_type": "City",
"target_id": "person_114",
"target_name": "Hishar Drovinsky",
"target_type": "Person",
"edge_type": "mayor_of_city_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_8110",
"source_id": "person_114",
"source_name": "Hishar Drovinsky",
"source_type": "Person",
"target_id": "city_135",
"target_name": "Bifrost",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0277
|
3-hop.jsonl
|
forward_3_hop_258
|
mini_wiki
|
2-hop
| 2
|
Tavis Zuberiya was born in a city, and this city is located in which country?
|
Skorv
|
Country
|
Tavis Zuberiya -> birth_city -> Talonfall -> located_country -> Skorv
|
[
"e_8649",
"e_3749"
] |
[
{
"edge_id": "e_8649",
"source_id": "person_205",
"source_name": "Tavis Zuberiya",
"source_type": "Person",
"target_id": "city_327",
"target_name": "Talonfall",
"target_type": "City",
"edge_type": "birth_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_3749",
"source_id": "city_327",
"source_name": "Talonfall",
"source_type": "City",
"target_id": "country_65",
"target_name": "Skorv",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0131
|
2-hop.jsonl
|
forward_2_hop_1877
|
mini_wiki
|
2-hop
| 2
|
Identify the sister city of the city where Fanlin Wijayan serves as mayor.
|
Icewind
|
City
|
Fanlin Wijayan -> mayor_of_city(need_access) -> Daggerfall -> sister_city(need_access) -> Icewind
|
[
"e_13596",
"e_3242"
] |
[
{
"edge_id": "e_13596",
"source_id": "person_1020",
"source_name": "Fanlin Wijayan",
"source_type": "Person",
"target_id": "city_254",
"target_name": "Daggerfall",
"target_type": "City",
"edge_type": "mayor_of_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_3242",
"source_id": "city_254",
"source_name": "Daggerfall",
"source_type": "City",
"target_id": "city_255",
"target_name": "Icewind",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0180
|
2-hop.jsonl
|
forward_2_hop_3127
|
mini_wiki
|
1-hop
| 1
|
What is the gender of Glyxis Alqasim?
|
Female
|
Gender
|
Glyxis Alqasim -> gender -> Female
|
[
"e_7638"
] |
[
{
"edge_id": "e_7638",
"source_id": "person_33",
"source_name": "Glyxis Alqasim",
"source_type": "Person",
"target_id": "attr_gender_Female",
"target_name": "Female",
"target_type": "Gender",
"edge_type": "gender",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0033
|
1-hop.jsonl
|
forward_1_hop_3680
|
mini_wiki
|
1-hop
| 1
|
Rivus Nachtstern is the political leader of a nation; which country is under his leadership?
|
Ralthor
|
Country
|
Rivus Nachtstern -> leader_of_country(need_access) -> Ralthor
|
[
"e_9221"
] |
[
{
"edge_id": "e_9221",
"source_id": "person_301",
"source_name": "Rivus Nachtstern",
"source_type": "Person",
"target_id": "country_104",
"target_name": "Ralthor",
"target_type": "Country",
"edge_type": "leader_of_country",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_1_hop_template
|
1hop
|
sample_1_0045
|
1-hop.jsonl
|
forward_1_hop_2277
|
mini_wiki
|
4-hop
| 4
|
Find the official language of the country where the sister city of the headquarters city of Nocturne Media is located.
|
Xol
|
Language
|
Nocturne Media -> headquarter_city(need_access) -> Rivermoor -> sister_city_of(need_access) -> Stormhaven -> located_country(need_access) -> Thrynn -> official_language(need_access) -> Xol
|
[
"e_6510",
"e_22040",
"e_2446",
"e_948"
] |
[
{
"edge_id": "e_6510",
"source_id": "company_68",
"source_name": "Nocturne Media",
"source_type": "Company",
"target_id": "city_149",
"target_name": "Rivermoor",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_22040",
"source_id": "city_149",
"source_name": "Rivermoor",
"source_type": "City",
"target_id": "city_148",
"target_name": "Stormhaven",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2446",
"source_id": "city_148",
"source_name": "Stormhaven",
"source_type": "City",
"target_id": "country_148",
"target_name": "Thrynn",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_948",
"source_id": "country_148",
"source_name": "Thrynn",
"source_type": "Country",
"target_id": "attr_official_language_Xol",
"target_name": "Xol",
"target_type": "Language",
"edge_type": "official_language",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
4hop
|
sample_4_0325
|
4-hop.jsonl
|
forward_4_hop_3970
|
mini_wiki
|
1-hop
| 1
|
Which university has 194 professors?
|
The Evensong Conservatory
|
University
|
194 -> number_of_professors_of -> The Evensong Conservatory
|
[
"e_24446"
] |
[
{
"edge_id": "e_24446",
"source_id": "attr_number_of_professors_194",
"source_name": "194",
"source_type": "Professor Count",
"target_id": "university_82",
"target_name": "The Evensong Conservatory",
"target_type": "University",
"edge_type": "number_of_professors_of",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0123
|
1-hop.jsonl
|
forward_1_hop_4563
|
mini_wiki
|
3-hop
| 3
|
In which city does the leader of Morvane's sister country currently reside?
|
Brookfall
|
City
|
Morvane -> sister_country(need_access) -> Wrydan -> leader_of_country_for(need_access) -> Gryphax Solari -> current_living_city(need_access) -> Brookfall
|
[
"e_306",
"e_30417",
"e_10825"
] |
[
{
"edge_id": "e_306",
"source_id": "country_47",
"source_name": "Morvane",
"source_type": "Country",
"target_id": "country_46",
"target_name": "Wrydan",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_30417",
"source_id": "country_46",
"source_name": "Wrydan",
"source_type": "Country",
"target_id": "person_566",
"target_name": "Gryphax Solari",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_10825",
"source_id": "person_566",
"source_name": "Gryphax Solari",
"source_type": "Person",
"target_id": "city_138",
"target_name": "Brookfall",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
3hop
|
sample_3_0314
|
3-hop.jsonl
|
forward_3_hop_3790
|
mini_wiki
|
5-hop
| 5
|
Find the university rank of the institute located in the city that serves as the headquarters for the company where Sisyphon Myrmidon's best friend currently works.
|
623
|
University Rank
|
Sisyphon Myrmidon -> best_friend(need_access) -> Qyris Baskara -> current_working_company -> Boreal Resources -> headquarter_city -> Darrowdeep -> located_city_of(need_access) -> Theon Institute -> university_rank(need_access) -> 623
|
[
"e_18375",
"e_18144",
"e_6405",
"e_24153",
"e_4573"
] |
[
{
"edge_id": "e_18375",
"source_id": "person_1802",
"source_name": "Sisyphon Myrmidon",
"source_type": "Person",
"target_id": "person_1765",
"target_name": "Qyris Baskara",
"target_type": "Person",
"edge_type": "best_friend",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_18144",
"source_id": "person_1765",
"source_name": "Qyris Baskara",
"source_type": "Person",
"target_id": "company_53",
"target_name": "Boreal Resources",
"target_type": "Company",
"edge_type": "current_working_company",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_6405",
"source_id": "company_53",
"source_name": "Boreal Resources",
"source_type": "Company",
"target_id": "city_97",
"target_name": "Darrowdeep",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_24153",
"source_id": "city_97",
"source_name": "Darrowdeep",
"source_type": "City",
"target_id": "university_53",
"target_name": "Theon Institute",
"target_type": "University",
"edge_type": "located_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_4573",
"source_id": "university_53",
"source_name": "Theon Institute",
"source_type": "University",
"target_id": "attr_university_rank_623",
"target_name": "623",
"target_type": "University Rank",
"edge_type": "university_rank",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
5hop
|
sample_5_0411
|
5-hop.jsonl
|
forward_5_hop_1287
|
mini_wiki
|
4-hop
| 4
|
Find the number of companies located in the sister city of the headquarters city of the company that has 42435 employees.
|
685
|
Company Count
|
42435 -> number_of_employees_of(need_access) -> Lumina Health -> headquarter_city -> Crestfall -> sister_city_of(need_access) -> Nighthaven -> number_of_companies(need_access) -> 685
|
[
"e_26086",
"e_6496",
"e_22551",
"e_2961"
] |
[
{
"edge_id": "e_26086",
"source_id": "attr_number_of_employees_42435",
"source_name": "42435",
"source_type": "Employee Count",
"target_id": "company_66",
"target_name": "Lumina Health",
"target_type": "Company",
"edge_type": "number_of_employees_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_6496",
"source_id": "company_66",
"source_name": "Lumina Health",
"source_type": "Company",
"target_id": "city_215",
"target_name": "Crestfall",
"target_type": "City",
"edge_type": "headquarter_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_22551",
"source_id": "city_215",
"source_name": "Crestfall",
"source_type": "City",
"target_id": "city_214",
"target_name": "Nighthaven",
"target_type": "City",
"edge_type": "sister_city_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2961",
"source_id": "city_214",
"source_name": "Nighthaven",
"source_type": "City",
"target_id": "attr_number_of_companies_685",
"target_name": "685",
"target_type": "Company Count",
"edge_type": "number_of_companies",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
4hop
|
sample_4_0324
|
4-hop.jsonl
|
forward_4_hop_61
|
mini_wiki
|
3-hop
| 3
|
Avelor Drovinsky attended a university which is located in a city that serves as the headquarters for a major courier company; what is the name of this courier company?
|
Interlink Couriers
|
Company
|
Avelor Drovinsky -> university_attended(need_access) -> The Umbra Institute -> located_city -> Avalor -> headquarter_city_of(need_access) -> Interlink Couriers
|
[
"e_14659",
"e_5414",
"e_26414"
] |
[
{
"edge_id": "e_14659",
"source_id": "person_1197",
"source_name": "Avelor Drovinsky",
"source_type": "Person",
"target_id": "university_138",
"target_name": "The Umbra Institute",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_5414",
"source_id": "university_138",
"source_name": "The Umbra Institute",
"source_type": "University",
"target_id": "city_75",
"target_name": "Avalor",
"target_type": "City",
"edge_type": "located_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_26414",
"source_id": "city_75",
"source_name": "Avalor",
"source_type": "City",
"target_id": "company_113",
"target_name": "Interlink Couriers",
"target_type": "Company",
"edge_type": "headquarter_city_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_123_hop_template
|
3hop
|
sample_3_0292
|
3-hop.jsonl
|
forward_3_hop_1560
|
mini_wiki
|
4-hop
| 4
|
Determine the number of ethnic groups in the country that contains the city where the university established in 1924 is located.
|
2
|
Ethic Group Count
|
1924 -> established_year_of -> The Mycroft Institute -> located_city -> Ironforge -> located_country -> Aldrus -> number_of_ethnic_groups -> 2
|
[
"e_24941",
"e_5344",
"e_1582",
"e_260"
] |
[
{
"edge_id": "e_24941",
"source_id": "attr_established_year_1924",
"source_name": "1924",
"source_type": "Year",
"target_id": "university_131",
"target_name": "The Mycroft Institute",
"target_type": "University",
"edge_type": "established_year_of",
"mapping_type": "1-1",
"need_access": false
},
{
"edge_id": "e_5344",
"source_id": "university_131",
"source_name": "The Mycroft Institute",
"source_type": "University",
"target_id": "city_40",
"target_name": "Ironforge",
"target_type": "City",
"edge_type": "located_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_1582",
"source_id": "city_40",
"source_name": "Ironforge",
"source_type": "City",
"target_id": "country_40",
"target_name": "Aldrus",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_260",
"source_id": "country_40",
"source_name": "Aldrus",
"source_type": "Country",
"target_id": "attr_number_of_ethnic_groups_2",
"target_name": "2",
"target_type": "Ethic Group Count",
"edge_type": "number_of_ethnic_groups",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_456_hop_template
|
4hop
|
sample_4_0326
|
4-hop.jsonl
|
forward_4_hop_383
|
mini_wiki
|
1-hop
| 1
|
Remar Drovinsky attended a university; please identify the name of this university.
|
The Accipiter Academy
|
University
|
Remar Drovinsky -> university_attended -> The Accipiter Academy
|
[
"e_8829"
] |
[
{
"edge_id": "e_8829",
"source_id": "person_237",
"source_name": "Remar Drovinsky",
"source_type": "Person",
"target_id": "university_50",
"target_name": "The Accipiter Academy",
"target_type": "University",
"edge_type": "university_attended",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
1hop
|
sample_1_0048
|
1-hop.jsonl
|
forward_1_hop_7842
|
mini_wiki
|
1-hop
| 1
|
Which university has 219 professors?
|
Glyphic Seminary
|
University
|
219 -> number_of_professors_of -> Glyphic Seminary
|
[
"e_25346"
] |
[
{
"edge_id": "e_25346",
"source_id": "attr_number_of_professors_219",
"source_name": "219",
"source_type": "Professor Count",
"target_id": "university_172",
"target_name": "Glyphic Seminary",
"target_type": "University",
"edge_type": "number_of_professors_of",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0085
|
1-hop.jsonl
|
forward_1_hop_6333
|
mini_wiki
|
2-hop
| 2
|
Corval Silverhelm currently lives in a city; please determine how many universities are in this city.
|
2
|
University Count
|
Corval Silverhelm -> current_living_city -> Eden -> number_of_universities -> 2
|
[
"e_13957",
"e_2129"
] |
[
{
"edge_id": "e_13957",
"source_id": "person_1080",
"source_name": "Corval Silverhelm",
"source_type": "Person",
"target_id": "city_108",
"target_name": "Eden",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_2129",
"source_id": "city_108",
"source_name": "Eden",
"source_type": "City",
"target_id": "attr_number_of_universities_2",
"target_name": "2",
"target_type": "University Count",
"edge_type": "number_of_universities",
"mapping_type": "n-1",
"need_access": false
}
] |
simple_qa_prompt_123_hop_template
|
2hop
|
sample_2_0177
|
2-hop.jsonl
|
forward_2_hop_4886
|
mini_wiki
|
1-hop
| 1
|
At which company does Qadath Watari currently work?
|
Zirconium Armaments
|
Company
|
Qadath Watari -> current_working_company(need_access) -> Zirconium Armaments
|
[
"e_17975"
] |
[
{
"edge_id": "e_17975",
"source_id": "person_1736",
"source_name": "Qadath Watari",
"source_type": "Person",
"target_id": "company_98",
"target_name": "Zirconium Armaments",
"target_type": "Company",
"edge_type": "current_working_company",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0072
|
1-hop.jsonl
|
forward_1_hop_6795
|
mini_wiki
|
5-hop
| 5
|
What is the total area, in square units, of the country that contains the sister city of the city where Jaspen Stoyanik's spouse currently lives?
|
62,811,399
|
Area
|
Jaspen Stoyanik -> spouse(need_access) -> Silvanis Bahrami -> current_living_city(need_access) -> Irongate -> sister_city(need_access) -> Tyr -> located_country -> Zylos -> total_area(need_access) -> 62811399
|
[
"e_12622",
"e_9847",
"e_2850",
"e_2853",
"e_68"
] |
[
{
"edge_id": "e_12622",
"source_id": "person_861",
"source_name": "Jaspen Stoyanik",
"source_type": "Person",
"target_id": "person_406",
"target_name": "Silvanis Bahrami",
"target_type": "Person",
"edge_type": "spouse",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_9847",
"source_id": "person_406",
"source_name": "Silvanis Bahrami",
"source_type": "Person",
"target_id": "city_198",
"target_name": "Irongate",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2850",
"source_id": "city_198",
"source_name": "Irongate",
"source_type": "City",
"target_id": "city_199",
"target_name": "Tyr",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_2853",
"source_id": "city_199",
"source_name": "Tyr",
"source_type": "City",
"target_id": "country_10",
"target_name": "Zylos",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": false
},
{
"edge_id": "e_68",
"source_id": "country_10",
"source_name": "Zylos",
"source_type": "Country",
"target_id": "attr_total_area_62811399",
"target_name": "62811399",
"target_type": "Area",
"edge_type": "total_area",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
5hop
|
sample_5_0429
|
5-hop.jsonl
|
forward_5_hop_874
|
mini_wiki
|
5-hop
| 5
|
Find the population of the country that is the sister nation to the country whose capital is the city where Volgrad Fiolli's best friend currently lives.
|
432,998,727
|
Population Count
|
Volgrad Fiolli -> best_friend_of(need_access) -> Fanlin Viratan -> current_living_city(need_access) -> Garrison -> capital_of(need_access) -> Joric -> sister_country(need_access) -> Mornath -> population(need_access) -> 432998727
|
[
"e_38817",
"e_19227",
"e_2512",
"e_1002",
"e_1003"
] |
[
{
"edge_id": "e_38817",
"source_id": "person_1798",
"source_name": "Volgrad Fiolli",
"source_type": "Person",
"target_id": "person_1940",
"target_name": "Fanlin Viratan",
"target_type": "Person",
"edge_type": "best_friend_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_19227",
"source_id": "person_1940",
"source_name": "Fanlin Viratan",
"source_type": "Person",
"target_id": "city_156",
"target_name": "Garrison",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_2512",
"source_id": "city_156",
"source_name": "Garrison",
"source_type": "City",
"target_id": "country_156",
"target_name": "Joric",
"target_type": "Country",
"edge_type": "capital_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1002",
"source_id": "country_156",
"source_name": "Joric",
"source_type": "Country",
"target_id": "country_157",
"target_name": "Mornath",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1003",
"source_id": "country_157",
"source_name": "Mornath",
"source_type": "Country",
"target_id": "attr_population_432998727",
"target_name": "432998727",
"target_type": "Population Count",
"edge_type": "population",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
5hop
|
sample_5_0412
|
5-hop.jsonl
|
forward_5_hop_978
|
mini_wiki
|
2-hop
| 2
|
The city of Eventide is drafting a new economic cooperation agreement; for the company headquartered in the city that is Eventide's sister city, what is the name of that company?
|
Skyron Aeronautics
|
Company
|
Eventide -> sister_city(need_access) -> Vale -> headquarter_city_of(need_access) -> Skyron Aeronautics
|
[
"e_3172",
"e_26295"
] |
[
{
"edge_id": "e_3172",
"source_id": "city_244",
"source_name": "Eventide",
"source_type": "City",
"target_id": "city_245",
"target_name": "Vale",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_26295",
"source_id": "city_245",
"source_name": "Vale",
"source_type": "City",
"target_id": "company_96",
"target_name": "Skyron Aeronautics",
"target_type": "Company",
"edge_type": "headquarter_city_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_scenario_2_hop_template
|
2hop
|
sample_2_0236
|
2-hop.jsonl
|
forward_2_hop_4648
|
mini_wiki
|
4-hop
| 4
|
Klenth Rostami currently lives in a city whose mayor is married to a person who leads a country. Identify this country.
|
Cyrax
|
Country
|
Klenth Rostami -> current_living_city(need_access) -> Oracle -> mayor_of_city_for(need_access) -> Jynae Obaleke -> spouse_of(need_access) -> Boreal Okorun -> leader_of_country(need_access) -> Cyrax
|
[
"e_11557",
"e_36128",
"e_30037",
"e_10449"
] |
[
{
"edge_id": "e_11557",
"source_id": "person_686",
"source_name": "Klenth Rostami",
"source_type": "Person",
"target_id": "city_349",
"target_name": "Oracle",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_36128",
"source_id": "city_349",
"source_name": "Oracle",
"source_type": "City",
"target_id": "person_1501",
"target_name": "Jynae Obaleke",
"target_type": "Person",
"edge_type": "mayor_of_city_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_30037",
"source_id": "person_1501",
"source_name": "Jynae Obaleke",
"source_type": "Person",
"target_id": "person_503",
"target_name": "Boreal Okorun",
"target_type": "Person",
"edge_type": "spouse_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_10449",
"source_id": "person_503",
"source_name": "Boreal Okorun",
"source_type": "Person",
"target_id": "country_2",
"target_name": "Cyrax",
"target_type": "Country",
"edge_type": "leader_of_country",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_456_hop_template
|
4hop
|
sample_4_0371
|
4-hop.jsonl
|
forward_4_hop_235
|
mini_wiki
|
1-hop
| 1
|
In which city is Maelstrom Polytechnic located?
|
Maelstrom Polytechnic
|
University
|
Phoenix -> located_city_of(need_access) -> Maelstrom Polytechnic
|
[
"e_25403"
] |
[
{
"edge_id": "e_25403",
"source_id": "city_261",
"source_name": "Phoenix",
"source_type": "City",
"target_id": "university_178",
"target_name": "Maelstrom Polytechnic",
"target_type": "University",
"edge_type": "located_city_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0011
|
1-hop.jsonl
|
forward_1_hop_6068
|
mini_wiki
|
1-hop
| 1
|
Which company was founded in the year 1859?
|
Solstice Robotics
|
Company
|
1859 -> founded_year_of(need_access) -> Solstice Robotics
|
[
"e_26931"
] |
[
{
"edge_id": "e_26931",
"source_id": "attr_founded_year_1859",
"source_name": "1859",
"source_type": "Year",
"target_id": "company_186",
"target_name": "Solstice Robotics",
"target_type": "Company",
"edge_type": "founded_year_of",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
1hop
|
sample_1_0031
|
1-hop.jsonl
|
forward_1_hop_3437
|
mini_wiki
|
6-hop
| 6
|
What is the gender of the spouse of the leader of the sister country of the country in which the city where Renso Abioye currently lives is located?
|
Female
|
Gender
|
Renso Abioye -> current_living_city(need_access) -> Frostwind -> located_country(need_access) -> Dolgan -> sister_country(need_access) -> Qylos -> leader_of_country_for(need_access) -> Dagonis Valleron -> spouse_of(need_access) -> Faelix Cygnus -> gender(need_access) -> Female
|
[
"e_15722",
"e_3413",
"e_449",
"e_38031",
"e_27260",
"e_7667"
] |
[
{
"edge_id": "e_15722",
"source_id": "person_1368",
"source_name": "Renso Abioye",
"source_type": "Person",
"target_id": "city_279",
"target_name": "Frostwind",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_3413",
"source_id": "city_279",
"source_name": "Frostwind",
"source_type": "City",
"target_id": "country_69",
"target_name": "Dolgan",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_449",
"source_id": "country_69",
"source_name": "Dolgan",
"source_type": "Country",
"target_id": "country_68",
"target_name": "Qylos",
"target_type": "Country",
"edge_type": "sister_country",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_38031",
"source_id": "country_68",
"source_name": "Qylos",
"source_type": "Country",
"target_id": "person_1813",
"target_name": "Dagonis Valleron",
"target_type": "Person",
"edge_type": "leader_of_country_for",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_27260",
"source_id": "person_1813",
"source_name": "Dagonis Valleron",
"source_type": "Person",
"target_id": "person_37",
"target_name": "Faelix Cygnus",
"target_type": "Person",
"edge_type": "spouse_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_7667",
"source_id": "person_37",
"source_name": "Faelix Cygnus",
"source_type": "Person",
"target_id": "attr_gender_Female",
"target_name": "Female",
"target_type": "Gender",
"edge_type": "gender",
"mapping_type": "n-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
6hop
|
sample_6_0489
|
6-hop.jsonl
|
forward_6_hop_3159
|
mini_wiki
|
4-hop
| 4
|
On which date is the national day of the sister country of the country in which the sister city of Hydropolis is located?
|
December 25th
|
Date
|
Hydropolis -> sister_city(need_access) -> Jadewood -> located_country(need_access) -> Zoran -> sister_country_of(need_access) -> Ornak -> national_day(need_access) -> December 25th
|
[
"e_3116",
"e_3119",
"e_20655",
"e_1065"
] |
[
{
"edge_id": "e_3116",
"source_id": "city_236",
"source_name": "Hydropolis",
"source_type": "City",
"target_id": "city_237",
"target_name": "Jadewood",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_3119",
"source_id": "city_237",
"source_name": "Jadewood",
"source_type": "City",
"target_id": "country_167",
"target_name": "Zoran",
"target_type": "Country",
"edge_type": "located_country",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_20655",
"source_id": "country_167",
"source_name": "Zoran",
"source_type": "Country",
"target_id": "country_166",
"target_name": "Ornak",
"target_type": "Country",
"edge_type": "sister_country_of",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1065",
"source_id": "country_166",
"source_name": "Ornak",
"source_type": "Country",
"target_id": "attr_national_day_December 25th",
"target_name": "December 25th",
"target_type": "Date",
"edge_type": "national_day",
"mapping_type": "1-1",
"need_access": true
}
] |
simple_qa_prompt_all_template
|
4hop
|
sample_4_0378
|
4-hop.jsonl
|
forward_4_hop_2176
|
mini_wiki
|
3-hop
| 3
|
What is the area of the sister city of the city where Nemax Chimara currently lives?
|
109,319
|
Area
|
Nemax Chimara -> current_living_city(need_access) -> Bloodstone -> sister_city(need_access) -> Niflheim -> area -> 109319
|
[
"e_10137",
"e_1267",
"e_1269"
] |
[
{
"edge_id": "e_10137",
"source_id": "person_452",
"source_name": "Nemax Chimara",
"source_type": "Person",
"target_id": "city_0",
"target_name": "Bloodstone",
"target_type": "City",
"edge_type": "current_living_city",
"mapping_type": "n-1",
"need_access": true
},
{
"edge_id": "e_1267",
"source_id": "city_0",
"source_name": "Bloodstone",
"source_type": "City",
"target_id": "city_1",
"target_name": "Niflheim",
"target_type": "City",
"edge_type": "sister_city",
"mapping_type": "1-1",
"need_access": true
},
{
"edge_id": "e_1269",
"source_id": "city_1",
"source_name": "Niflheim",
"source_type": "City",
"target_id": "attr_area_109319",
"target_name": "109319",
"target_type": "Area",
"edge_type": "area",
"mapping_type": "1-1",
"need_access": false
}
] |
simple_qa_prompt_all_template
|
3hop
|
sample_3_0302
|
3-hop.jsonl
|
forward_3_hop_497
|
mini_wiki
|
End of preview.
No dataset card yet
- Downloads last month
- 24