Dataset Preview
Full Screen
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 1 new columns ({'text'}) and 3 missing columns ({'relations', 'id', 'entities'}).

This happened while the json dataset builder was generating data using

hf://datasets/mohanrj/MEN-Malaysian_English_News_Article_Dataset/article_json/article_1.json (at revision 01f15300155a475c76eea77d82f2220c24d4aedf)

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 "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              text: string
              to
              {'relations': [{'head': Value(dtype='int64', id=None), 'id': Value(dtype='int64', id=None), 'relation': Value(dtype='string', id=None), 'relation_source': Value(dtype='string', id=None), 'tail': Value(dtype='int64', id=None)}], 'id': Value(dtype='string', id=None), 'entities': [{'id': Value(dtype='int64', id=None), 'label': Value(dtype='string', id=None), 'position': {'end_offset': Value(dtype='int64', id=None), 'start_offset': Value(dtype='int64', id=None)}}]}
              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 1321, 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 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, 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 1 new columns ({'text'}) and 3 missing columns ({'relations', 'id', 'entities'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/mohanrj/MEN-Malaysian_English_News_Article_Dataset/article_json/article_1.json (at revision 01f15300155a475c76eea77d82f2220c24d4aedf)
              
              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.

relations
list
id
string
entities
list
[ { "head": 6, "id": 1, "relation": "director", "relation_source": "DocRED", "tail": 35 }, { "head": 10, "id": 2, "relation": "award received", "relation_source": "DocRED", "tail": 34 }, { "head": 4, "id": 3, "relation": "location", "relation_source": "DocRED", "tail": 3 }, { "head": 15, "id": 4, "relation": "award received", "relation_source": "DocRED", "tail": 36 }, { "head": 33, "id": 5, "relation": "award received", "relation_source": "DocRED", "tail": 8 }, { "head": 2, "id": 6, "relation": "award received", "relation_source": "DocRED", "tail": 32 }, { "head": 13, "id": 7, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 7 }, { "head": 1, "id": 8, "relation": "award received", "relation_source": "DocRED", "tail": 12 }, { "head": 14, "id": 9, "relation": "given name", "relation_source": "DocRED", "tail": 6 }, { "head": 11, "id": 10, "relation": "given name", "relation_source": "DocRED", "tail": 6 }, { "head": 11, "id": 11, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 13 }, { "head": 4, "id": 12, "relation": "significant event", "relation_source": "DocRED", "tail": 5 } ]
article_1
[ { "id": 1, "label": "TITLE", "position": { "end_offset": 895, "start_offset": 893 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 139, "start_offset": 116 } }, { "id": 3, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 4, "label": "LOCATION", "position": { "end_offset": 22, "start_offset": 14 } }, { "id": 5, "label": "EVENT", "position": { "end_offset": 633, "start_offset": 625 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 139, "start_offset": 108 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 139, "start_offset": 91 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 139, "start_offset": 119 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 665, "start_offset": 651 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 665, "start_offset": 654 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 907, "start_offset": 893 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 907, "start_offset": 896 } }, { "id": 13, "label": "ORGANIZATION", "position": { "end_offset": 932, "start_offset": 917 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 1094, "start_offset": 1080 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 1094, "start_offset": 1083 } }, { "id": 16, "label": "LOCATION", "position": { "end_offset": 1262, "start_offset": 1256 } }, { "id": 17, "label": "LOCATION", "position": { "end_offset": 1314, "start_offset": 1307 } }, { "id": 18, "label": "LOCATION", "position": { "end_offset": 1328, "start_offset": 1323 } }, { "id": 19, "label": "LOCATION", "position": { "end_offset": 1343, "start_offset": 1337 } }, { "id": 20, "label": "LOCATION", "position": { "end_offset": 1358, "start_offset": 1352 } }, { "id": 21, "label": "LOCATION", "position": { "end_offset": 1372, "start_offset": 1367 } }, { "id": 22, "label": "LOCATION", "position": { "end_offset": 1387, "start_offset": 1381 } }, { "id": 23, "label": "LOCATION", "position": { "end_offset": 1404, "start_offset": 1396 } }, { "id": 24, "label": "LOCATION", "position": { "end_offset": 1417, "start_offset": 1409 } }, { "id": 25, "label": "LOCATION", "position": { "end_offset": 1502, "start_offset": 1496 } }, { "id": 26, "label": "LOCATION", "position": { "end_offset": 1436, "start_offset": 1426 } }, { "id": 27, "label": "LOCATION", "position": { "end_offset": 1446, "start_offset": 1441 } }, { "id": 28, "label": "LOCATION", "position": { "end_offset": 1464, "start_offset": 1455 } }, { "id": 29, "label": "LOCATION", "position": { "end_offset": 1487, "start_offset": 1473 } }, { "id": 30, "label": "LOCATION", "position": { "end_offset": 1516, "start_offset": 1511 } }, { "id": 31, "label": "LOCATION", "position": { "end_offset": 1540, "start_offset": 1528 } }, { "id": 32, "label": "TITLE", "position": { "end_offset": 115, "start_offset": 108 } }, { "id": 33, "label": "TITLE", "position": { "end_offset": 118, "start_offset": 116 } }, { "id": 34, "label": "TITLE", "position": { "end_offset": 653, "start_offset": 651 } }, { "id": 35, "label": "ROLE", "position": { "end_offset": 107, "start_offset": 91 } }, { "id": 36, "label": "TITLE", "position": { "end_offset": 1082, "start_offset": 1080 } } ]
[ { "head": 3, "id": 1, "relation": "given name", "relation_source": "DocRED", "tail": 1 }, { "head": 15, "id": 2, "relation": "spouse", "relation_source": "DocRED", "tail": 5 }, { "head": 49, "id": 3, "relation": "occupation", "relation_source": "DocRED", "tail": 18 }, { "head": 53, "id": 4, "relation": "given name", "relation_source": "DocRED", "tail": 58 }, { "head": 1, "id": 5, "relation": "given name", "relation_source": "DocRED", "tail": 22 }, { "head": 57, "id": 6, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 59 }, { "head": 33, "id": 7, "relation": "occupation", "relation_source": "DocRED", "tail": 50 }, { "head": 26, "id": 8, "relation": "occupation", "relation_source": "DocRED", "tail": 29 }, { "head": 56, "id": 9, "relation": "award received", "relation_source": "DocRED", "tail": 31 }, { "head": 1, "id": 10, "relation": "given name", "relation_source": "DocRED", "tail": 46 }, { "head": 36, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 14, "id": 12, "relation": "given name", "relation_source": "DocRED", "tail": 1 }, { "head": 62, "id": 13, "relation": "given name", "relation_source": "DocRED", "tail": 47 }, { "head": 19, "id": 14, "relation": "award received", "relation_source": "DocRED", "tail": 35 }, { "head": 24, "id": 15, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 43 }, { "head": 20, "id": 16, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 33 }, { "head": 16, "id": 17, "relation": "award received", "relation_source": "DocRED", "tail": 55 }, { "head": 43, "id": 18, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 24 }, { "head": 33, "id": 19, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 20 }, { "head": 59, "id": 20, "relation": "given name", "relation_source": "DocRED", "tail": 62 }, { "head": 48, "id": 21, "relation": "given name", "relation_source": "DocRED", "tail": 61 }, { "head": 27, "id": 22, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 29 }, { "head": 62, "id": 23, "relation": "spouse", "relation_source": "DocRED", "tail": 29 }, { "head": 1, "id": 24, "relation": "occupation", "relation_source": "DocRED", "tail": 37 }, { "head": 23, "id": 25, "relation": "occupation", "relation_source": "DocRED", "tail": 44 }, { "head": 27, "id": 26, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 62 }, { "head": 63, "id": 27, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 27 }, { "head": 51, "id": 28, "relation": "occupation", "relation_source": "DocRED", "tail": 32 }, { "head": 29, "id": 29, "relation": "given name", "relation_source": "DocRED", "tail": 11 }, { "head": 52, "id": 30, "relation": "spouse", "relation_source": "DocRED", "tail": 45 }, { "head": 42, "id": 31, "relation": "award received", "relation_source": "DocRED", "tail": 25 }, { "head": 2, "id": 32, "relation": "award received", "relation_source": "DocRED", "tail": 41 } ]
article_2
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 298, "start_offset": 276 } }, { "id": 2, "label": "TITLE", "position": { "end_offset": 1721, "start_offset": 1711 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 1520, "start_offset": 1512 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 2550, "start_offset": 2538 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 911, "start_offset": 900 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 1551, "start_offset": 1540 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 1794, "start_offset": 1771 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 1758, "start_offset": 1747 } }, { "id": 9, "label": "ORGANIZATION", "position": { "end_offset": 645, "start_offset": 639 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 2117, "start_offset": 2111 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 604, "start_offset": 593 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 1692, "start_offset": 1681 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 1884, "start_offset": 1873 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 2454, "start_offset": 2446 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 937, "start_offset": 925 } }, { "id": 16, "label": "TITLE", "position": { "end_offset": 1122, "start_offset": 1117 } }, { "id": 17, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 18, "label": "ROLE", "position": { "end_offset": 950, "start_offset": 945 } }, { "id": 19, "label": "TITLE", "position": { "end_offset": 148, "start_offset": 138 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 2232, "start_offset": 2226 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 1864, "start_offset": 1852 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 1186, "start_offset": 1178 } }, { "id": 23, "label": "ROLE", "position": { "end_offset": 851, "start_offset": 827 } }, { "id": 24, "label": "FACILITY", "position": { "end_offset": 2325, "start_offset": 2306 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 1794, "start_offset": 1782 } }, { "id": 26, "label": "ROLE", "position": { "end_offset": 137, "start_offset": 117 } }, { "id": 27, "label": "ORGANIZATION", "position": { "end_offset": 261, "start_offset": 241 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 1972, "start_offset": 1961 } }, { "id": 29, "label": "PERSON", "position": { "end_offset": 166, "start_offset": 138 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 962, "start_offset": 945 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 215, "start_offset": 191 } }, { "id": 32, "label": "ROLE", "position": { "end_offset": 476, "start_offset": 460 } }, { "id": 33, "label": "PERSON", "position": { "end_offset": 2182, "start_offset": 2171 } }, { "id": 34, "label": "PERSON", "position": { "end_offset": 2298, "start_offset": 2286 } }, { "id": 35, "label": "PERSON", "position": { "end_offset": 166, "start_offset": 149 } }, { "id": 36, "label": "ORGANIZATION", "position": { "end_offset": 2158, "start_offset": 2145 } }, { "id": 37, "label": "ROLE", "position": { "end_offset": 46, "start_offset": 25 } }, { "id": 38, "label": "PERSON", "position": { "end_offset": 1733, "start_offset": 1711 } }, { "id": 39, "label": "ORGANIZATION", "position": { "end_offset": 70, "start_offset": 56 } }, { "id": 40, "label": "PERSON", "position": { "end_offset": 1344, "start_offset": 1332 } }, { "id": 41, "label": "PERSON", "position": { "end_offset": 1733, "start_offset": 1722 } }, { "id": 42, "label": "TITLE", "position": { "end_offset": 1781, "start_offset": 1771 } }, { "id": 43, "label": "LOCATION", "position": { "end_offset": 2342, "start_offset": 2328 } }, { "id": 44, "label": "PERSON", "position": { "end_offset": 872, "start_offset": 852 } }, { "id": 45, "label": "PERSON", "position": { "end_offset": 1228, "start_offset": 1217 } }, { "id": 46, "label": "PERSON", "position": { "end_offset": 1902, "start_offset": 1894 } }, { "id": 47, "label": "PERSON", "position": { "end_offset": 2478, "start_offset": 2473 } }, { "id": 48, "label": "PERSON", "position": { "end_offset": 985, "start_offset": 973 } }, { "id": 49, "label": "PERSON", "position": { "end_offset": 962, "start_offset": 951 } }, { "id": 50, "label": "ROLE", "position": { "end_offset": 2222, "start_offset": 2200 } }, { "id": 51, "label": "PERSON", "position": { "end_offset": 494, "start_offset": 477 } }, { "id": 52, "label": "PERSON", "position": { "end_offset": 1255, "start_offset": 1243 } }, { "id": 53, "label": "PERSON", "position": { "end_offset": 494, "start_offset": 460 } }, { "id": 54, "label": "PERSON", "position": { "end_offset": 166, "start_offset": 117 } }, { "id": 55, "label": "PERSON", "position": { "end_offset": 1006, "start_offset": 995 } }, { "id": 56, "label": "TITLE", "position": { "end_offset": 190, "start_offset": 180 } }, { "id": 57, "label": "PERSON", "position": { "end_offset": 360, "start_offset": 349 } }, { "id": 58, "label": "PERSON", "position": { "end_offset": 2281, "start_offset": 2276 } }, { "id": 59, "label": "PERSON", "position": { "end_offset": 397, "start_offset": 385 } }, { "id": 60, "label": "PERSON", "position": { "end_offset": 1622, "start_offset": 1611 } }, { "id": 61, "label": "PERSON", "position": { "end_offset": 872, "start_offset": 827 } }, { "id": 62, "label": "PERSON", "position": { "end_offset": 215, "start_offset": 180 } }, { "id": 63, "label": "ORGANIZATION", "position": { "end_offset": 749, "start_offset": 736 } } ]
[ { "head": 7, "id": 1, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 8, "id": 2, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 20 }, { "head": 9, "id": 3, "relation": "occupation", "relation_source": "DocRED", "tail": 10 }, { "head": 5, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 17, "id": 5, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 14 }, { "head": 6, "id": 6, "relation": "award received", "relation_source": "DocRED", "tail": 19 }, { "head": 20, "id": 7, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 3 }, { "head": 10, "id": 8, "relation": "given name", "relation_source": "DocRED", "tail": 22 }, { "head": 15, "id": 9, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 16 }, { "head": 3, "id": 10, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 2 }, { "head": 4, "id": 11, "relation": "capital of", "relation_source": "DocRED", "tail": 1 }, { "head": 18, "id": 12, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 11, "id": 13, "relation": "given name", "relation_source": "DocRED", "tail": 10 } ]
article_3
[ { "id": 1, "label": "LOCATION", "position": { "end_offset": 386, "start_offset": 378 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 194, "start_offset": 136 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 1256, "start_offset": 1218 } }, { "id": 4, "label": "LOCATION", "position": { "end_offset": 1765, "start_offset": 1753 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 1582, "start_offset": 1579 } }, { "id": 6, "label": "TITLE", "position": { "end_offset": 182, "start_offset": 175 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 1449, "start_offset": 1446 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 1277, "start_offset": 1261 } }, { "id": 9, "label": "ROLE", "position": { "end_offset": 174, "start_offset": 136 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 194, "start_offset": 175 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 1208, "start_offset": 1202 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 9, "start_offset": 0 } }, { "id": 13, "label": "LOCATION", "position": { "end_offset": 1737, "start_offset": 1728 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 1798, "start_offset": 1795 } }, { "id": 15, "label": "EVENT", "position": { "end_offset": 780, "start_offset": 733 } }, { "id": 16, "label": "EVENT", "position": { "end_offset": 825, "start_offset": 782 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 1395, "start_offset": 1372 } }, { "id": 18, "label": "ORGANIZATION", "position": { "end_offset": 1400, "start_offset": 1397 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 194, "start_offset": 183 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 1282, "start_offset": 1279 } }, { "id": 21, "label": "LOCATION", "position": { "end_offset": 1748, "start_offset": 1739 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 847, "start_offset": 841 } } ]
[ { "head": 11, "id": 1, "relation": "chief executive officer", "relation_source": "DocRED", "tail": 5 }, { "head": 21, "id": 2, "relation": "given name", "relation_source": "DocRED", "tail": 11 }, { "head": 26, "id": 3, "relation": "manufacturer", "relation_source": "DocRED", "tail": 14 }, { "head": 30, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 25 }, { "head": 28, "id": 5, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 12 }, { "head": 30, "id": 6, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 5 }, { "head": 5, "id": 7, "relation": "chief executive officer", "relation_source": "DocRED", "tail": 15 }, { "head": 11, "id": 8, "relation": "occupation", "relation_source": "DocRED", "tail": 3 }, { "head": 24, "id": 9, "relation": "significant event", "relation_source": "DocRED", "tail": 7 }, { "head": 28, "id": 10, "relation": "occupation", "relation_source": "DocRED", "tail": 19 }, { "head": 4, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 30 }, { "head": 26, "id": 12, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 12 }, { "head": 9, "id": 13, "relation": "award received", "relation_source": "DocRED", "tail": 23 }, { "head": 14, "id": 14, "relation": "product or material produced", "relation_source": "DocRED", "tail": 26 }, { "head": 28, "id": 15, "relation": "given name", "relation_source": "DocRED", "tail": 17 }, { "head": 15, "id": 16, "relation": "chief executive officer", "relation_source": "DocRED", "tail": 5 }, { "head": 2, "id": 17, "relation": "given name", "relation_source": "DocRED", "tail": 28 } ]
article_4
[ { "id": 1, "label": "EVENT", "position": { "end_offset": 1510, "start_offset": 1504 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 2612, "start_offset": 2606 } }, { "id": 3, "label": "ROLE", "position": { "end_offset": 234, "start_offset": 211 } }, { "id": 4, "label": "ORGANIZATION", "position": { "end_offset": 75, "start_offset": 70 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 210, "start_offset": 205 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 1286, "start_offset": 1245 } }, { "id": 7, "label": "EVENT", "position": { "end_offset": 1020, "start_offset": 1014 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 9, "label": "TITLE", "position": { "end_offset": 237, "start_offset": 235 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 834, "start_offset": 817 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 259, "start_offset": 235 } }, { "id": 12, "label": "ORGANIZATION", "position": { "end_offset": 1729, "start_offset": 1722 } }, { "id": 13, "label": "EVENT", "position": { "end_offset": 906, "start_offset": 900 } }, { "id": 14, "label": "PRODUCT", "position": { "end_offset": 2025, "start_offset": 2005 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 259, "start_offset": 211 } }, { "id": 16, "label": "EVENT", "position": { "end_offset": 1173, "start_offset": 1167 } }, { "id": 17, "label": "PERSON", "position": { "end_offset": 2255, "start_offset": 2249 } }, { "id": 18, "label": "EVENT", "position": { "end_offset": 1439, "start_offset": 1433 } }, { "id": 19, "label": "ROLE", "position": { "end_offset": 1752, "start_offset": 1722 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 967, "start_offset": 935 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 845, "start_offset": 836 } }, { "id": 22, "label": "EVENT", "position": { "end_offset": 282, "start_offset": 276 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 259, "start_offset": 238 } }, { "id": 24, "label": "LOCATION", "position": { "end_offset": 1052, "start_offset": 1040 } }, { "id": 25, "label": "ORGANIZATION", "position": { "end_offset": 600, "start_offset": 595 } }, { "id": 26, "label": "ORGANIZATION", "position": { "end_offset": 1590, "start_offset": 1542 } }, { "id": 27, "label": "LOCATION", "position": { "end_offset": 1665, "start_offset": 1657 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 1769, "start_offset": 1754 } }, { "id": 29, "label": "ORGANIZATION", "position": { "end_offset": 1324, "start_offset": 1295 } }, { "id": 30, "label": "ORGANIZATION", "position": { "end_offset": 68, "start_offset": 22 } }, { "id": 31, "label": "LOCATION", "position": { "end_offset": 1676, "start_offset": 1670 } } ]
[ { "head": 8, "id": 1, "relation": "award received", "relation_source": "DocRED", "tail": 2 }, { "head": 1, "id": 2, "relation": "occupation", "relation_source": "DocRED", "tail": 4 }, { "head": 5, "id": 3, "relation": "significant event", "relation_source": "DocRED", "tail": 6 }, { "head": 9, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 7 }, { "head": 5, "id": 5, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 7 }, { "head": 9, "id": 6, "relation": "location", "relation_source": "DocRED", "tail": 10 } ]
article_5
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 191, "start_offset": 160 } }, { "id": 2, "label": "TITLE", "position": { "end_offset": 170, "start_offset": 160 } }, { "id": 3, "label": "EVENT", "position": { "end_offset": 416, "start_offset": 408 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 159, "start_offset": 147 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 191, "start_offset": 147 } }, { "id": 6, "label": "EVENT", "position": { "end_offset": 295, "start_offset": 264 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 39, "start_offset": 22 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 191, "start_offset": 171 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 364, "start_offset": 358 } } ]
[ { "head": 27, "id": 1, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 25 }, { "head": 27, "id": 2, "relation": "location", "relation_source": "DocRED", "tail": 25 }, { "head": 26, "id": 3, "relation": "location", "relation_source": "DocRED", "tail": 19 }, { "head": 26, "id": 4, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 19 }, { "head": 24, "id": 5, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 8 }, { "head": 1, "id": 6, "relation": "given name", "relation_source": "DocRED", "tail": 33 }, { "head": 24, "id": 7, "relation": "given name", "relation_source": "DocRED", "tail": 17 }, { "head": 22, "id": 8, "relation": "given name", "relation_source": "DocRED", "tail": 24 }, { "head": 13, "id": 9, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 1 }, { "head": 30, "id": 10, "relation": "occupation", "relation_source": "DocRED", "tail": 24 }, { "head": 18, "id": 11, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 1 }, { "head": 6, "id": 12, "relation": "given name", "relation_source": "DocRED", "tail": 24 }, { "head": 16, "id": 13, "relation": "location", "relation_source": "DocRED", "tail": 5 }, { "head": 32, "id": 14, "relation": "Per-Social.Family", "relation_source": "ACE05", "tail": 33 }, { "head": 2, "id": 15, "relation": "award received", "relation_source": "DocRED", "tail": 11 }, { "head": 31, "id": 16, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 1 }, { "head": 3, "id": 17, "relation": "award received", "relation_source": "DocRED", "tail": 29 }, { "head": 32, "id": 18, "relation": "occupation", "relation_source": "DocRED", "tail": 28 }, { "head": 13, "id": 19, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 18 }, { "head": 27, "id": 20, "relation": "location", "relation_source": "DocRED", "tail": 21 }, { "head": 25, "id": 21, "relation": "location", "relation_source": "DocRED", "tail": 5 }, { "head": 12, "id": 22, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 15 }, { "head": 33, "id": 23, "relation": "father", "relation_source": "DocRED", "tail": 32 }, { "head": 5, "id": 24, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 25 } ]
article_6
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1401, "start_offset": 1381 } }, { "id": 2, "label": "TITLE", "position": { "end_offset": 1891, "start_offset": 1884 } }, { "id": 3, "label": "TITLE", "position": { "end_offset": 261, "start_offset": 251 } }, { "id": 4, "label": "LOCATION", "position": { "end_offset": 36, "start_offset": 28 } }, { "id": 5, "label": "LOCATION", "position": { "end_offset": 1151, "start_offset": 1132 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 1251, "start_offset": 1246 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 1904, "start_offset": 1861 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 241, "start_offset": 216 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 1339, "start_offset": 1327 } }, { "id": 10, "label": "ROLE", "position": { "end_offset": 1990, "start_offset": 1984 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 1904, "start_offset": 1892 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 1575, "start_offset": 1559 } }, { "id": 13, "label": "ORGANIZATION", "position": { "end_offset": 1302, "start_offset": 1280 } }, { "id": 14, "label": "EVENT", "position": { "end_offset": 508, "start_offset": 500 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 1642, "start_offset": 1635 } }, { "id": 16, "label": "LOCATION", "position": { "end_offset": 1245, "start_offset": 1238 } }, { "id": 17, "label": "PERSON", "position": { "end_offset": 1838, "start_offset": 1833 } }, { "id": 18, "label": "ORGANIZATION", "position": { "end_offset": 1307, "start_offset": 1304 } }, { "id": 19, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 1983, "start_offset": 1980 } }, { "id": 21, "label": "EVENT", "position": { "end_offset": 1072, "start_offset": 1041 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 368, "start_offset": 363 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 274, "start_offset": 216 } }, { "id": 24, "label": "PERSON", "position": { "end_offset": 274, "start_offset": 251 } }, { "id": 25, "label": "LOCATION", "position": { "end_offset": 1171, "start_offset": 1159 } }, { "id": 26, "label": "LOCATION", "position": { "end_offset": 16, "start_offset": 9 } }, { "id": 27, "label": "LOCATION", "position": { "end_offset": 1105, "start_offset": 1086 } }, { "id": 28, "label": "ROLE", "position": { "end_offset": 1883, "start_offset": 1861 } }, { "id": 29, "label": "PERSON", "position": { "end_offset": 274, "start_offset": 262 } }, { "id": 30, "label": "ROLE", "position": { "end_offset": 250, "start_offset": 242 } }, { "id": 31, "label": "EVENT", "position": { "end_offset": 1379, "start_offset": 1352 } }, { "id": 32, "label": "PERSON", "position": { "end_offset": 1904, "start_offset": 1884 } }, { "id": 33, "label": "PERSON", "position": { "end_offset": 1801, "start_offset": 1788 } } ]
[ { "head": 19, "id": 1, "relation": "director / manager", "relation_source": "DocRED", "tail": 5 }, { "head": 14, "id": 2, "relation": "director / manager", "relation_source": "DocRED", "tail": 11 }, { "head": 18, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 11 }, { "head": 8, "id": 4, "relation": "award received", "relation_source": "DocRED", "tail": 17 }, { "head": 11, "id": 5, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 3 }, { "head": 12, "id": 6, "relation": "location", "relation_source": "DocRED", "tail": 15 }, { "head": 10, "id": 7, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 11 }, { "head": 9, "id": 8, "relation": "location", "relation_source": "DocRED", "tail": 2 }, { "head": 16, "id": 9, "relation": "occupation", "relation_source": "DocRED", "tail": 1 }, { "head": 6, "id": 10, "relation": "location", "relation_source": "DocRED", "tail": 15 }, { "head": 6, "id": 11, "relation": "capital of", "relation_source": "DocRED", "tail": 12 }, { "head": 13, "id": 12, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 11 } ]
article_7
[ { "id": 1, "label": "ROLE", "position": { "end_offset": 248, "start_offset": 238 } }, { "id": 2, "label": "LOCATION", "position": { "end_offset": 780, "start_offset": 775 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 516, "start_offset": 512 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 274, "start_offset": 238 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 1125, "start_offset": 1095 } }, { "id": 6, "label": "LOCATION", "position": { "end_offset": 713, "start_offset": 708 } }, { "id": 7, "label": "LAW", "position": { "end_offset": 1226, "start_offset": 1195 } }, { "id": 8, "label": "TITLE", "position": { "end_offset": 1100, "start_offset": 1095 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 790, "start_offset": 782 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 550, "start_offset": 546 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 51, "start_offset": 15 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 9, "start_offset": 0 } }, { "id": 13, "label": "ORGANIZATION", "position": { "end_offset": 376, "start_offset": 372 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 1125, "start_offset": 1075 } }, { "id": 15, "label": "FACILITY", "position": { "end_offset": 866, "start_offset": 843 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 274, "start_offset": 249 } }, { "id": 17, "label": "PERSON", "position": { "end_offset": 1125, "start_offset": 1101 } }, { "id": 18, "label": "ORGANIZATION", "position": { "end_offset": 57, "start_offset": 53 } }, { "id": 19, "label": "ROLE", "position": { "end_offset": 1094, "start_offset": 1075 } } ]
[ { "head": 12, "id": 1, "relation": "director / manager", "relation_source": "DocRED", "tail": 11 }, { "head": 7, "id": 2, "relation": "award received", "relation_source": "DocRED", "tail": 4 }, { "head": 1, "id": 3, "relation": "capital of", "relation_source": "DocRED", "tail": 5 }, { "head": 2, "id": 4, "relation": "award received", "relation_source": "DocRED", "tail": 9 }, { "head": 10, "id": 5, "relation": "director / manager", "relation_source": "DocRED", "tail": 13 }, { "head": 12, "id": 6, "relation": "occupation", "relation_source": "DocRED", "tail": 6 }, { "head": 10, "id": 7, "relation": "director / manager", "relation_source": "DocRED", "tail": 11 }, { "head": 11, "id": 8, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 13 } ]
article_8
[ { "id": 1, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 445, "start_offset": 425 } }, { "id": 3, "label": "LOCATION", "position": { "end_offset": 1079, "start_offset": 1065 } }, { "id": 4, "label": "TITLE", "position": { "end_offset": 421, "start_offset": 414 } }, { "id": 5, "label": "LOCATION", "position": { "end_offset": 1013, "start_offset": 1005 } }, { "id": 6, "label": "ROLE", "position": { "end_offset": 413, "start_offset": 390 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 445, "start_offset": 422 } }, { "id": 8, "label": "EVENT", "position": { "end_offset": 374, "start_offset": 366 } }, { "id": 9, "label": "TITLE", "position": { "end_offset": 424, "start_offset": 422 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 445, "start_offset": 390 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 45, "start_offset": 27 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 445, "start_offset": 414 } }, { "id": 13, "label": "ORGANIZATION", "position": { "end_offset": 50, "start_offset": 47 } } ]
[ { "head": 3, "id": 1, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 8, "id": 2, "relation": "given name", "relation_source": "DocRED", "tail": 1 }, { "head": 18, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 21 }, { "head": 21, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 6, "id": 5, "relation": "participant", "relation_source": "DocRED", "tail": 4 }, { "head": 2, "id": 6, "relation": "chairperson", "relation_source": "DocRED", "tail": 21 }, { "head": 6, "id": 7, "relation": "winner", "relation_source": "DocRED", "tail": 2 }, { "head": 8, "id": 8, "relation": "given name", "relation_source": "DocRED", "tail": 23 }, { "head": 14, "id": 9, "relation": "occupation", "relation_source": "DocRED", "tail": 8 }, { "head": 21, "id": 10, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 11 }, { "head": 17, "id": 11, "relation": "participant", "relation_source": "DocRED", "tail": 6 }, { "head": 5, "id": 12, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 21 }, { "head": 20, "id": 13, "relation": "participant", "relation_source": "DocRED", "tail": 6 }, { "head": 19, "id": 14, "relation": "capital of", "relation_source": "DocRED", "tail": 12 }, { "head": 21, "id": 15, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 2 }, { "head": 12, "id": 16, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 19 } ]
article_9
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 643, "start_offset": 631 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 222, "start_offset": 187 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 1089, "start_offset": 1086 } }, { "id": 4, "label": "ORGANIZATION", "position": { "end_offset": 43, "start_offset": 40 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 180, "start_offset": 177 } }, { "id": 6, "label": "EVENT", "position": { "end_offset": 65, "start_offset": 51 } }, { "id": 7, "label": "LOCATION", "position": { "end_offset": 411, "start_offset": 404 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 222, "start_offset": 196 } }, { "id": 9, "label": "ORGANIZATION", "position": { "end_offset": 1084, "start_offset": 1063 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 864, "start_offset": 861 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 992, "start_offset": 989 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 95, "start_offset": 88 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 222, "start_offset": 204 } }, { "id": 14, "label": "ROLE", "position": { "end_offset": 195, "start_offset": 187 } }, { "id": 15, "label": "TITLE", "position": { "end_offset": 203, "start_offset": 196 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 1098, "start_offset": 1095 } }, { "id": 17, "label": "NORP", "position": { "end_offset": 449, "start_offset": 438 } }, { "id": 18, "label": "ORGANIZATION", "position": { "end_offset": 492, "start_offset": 489 } }, { "id": 19, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 35, "start_offset": 32 } }, { "id": 21, "label": "ORGANIZATION", "position": { "end_offset": 175, "start_offset": 153 } }, { "id": 22, "label": "LOCATION", "position": { "end_offset": 958, "start_offset": 951 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 845, "start_offset": 833 } } ]
[ { "head": 30, "id": 1, "relation": "director / manager", "relation_source": "DocRED", "tail": 4 }, { "head": 31, "id": 2, "relation": "award received", "relation_source": "DocRED", "tail": 1 }, { "head": 26, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 27 }, { "head": 13, "id": 4, "relation": "significant event", "relation_source": "DocRED", "tail": 6 }, { "head": 11, "id": 5, "relation": "significant event", "relation_source": "DocRED", "tail": 6 }, { "head": 12, "id": 6, "relation": "significant event", "relation_source": "DocRED", "tail": 6 }, { "head": 6, "id": 7, "relation": "significant event", "relation_source": "DocRED", "tail": 20 }, { "head": 8, "id": 8, "relation": "capital of", "relation_source": "DocRED", "tail": 28 }, { "head": 32, "id": 9, "relation": "award received", "relation_source": "DocRED", "tail": 3 }, { "head": 21, "id": 10, "relation": "significant event", "relation_source": "DocRED", "tail": 6 }, { "head": 19, "id": 11, "relation": "significant event", "relation_source": "DocRED", "tail": 6 }, { "head": 5, "id": 12, "relation": "significant event", "relation_source": "DocRED", "tail": 8 }, { "head": 14, "id": 13, "relation": "significant event", "relation_source": "DocRED", "tail": 6 }, { "head": 22, "id": 14, "relation": "significant event", "relation_source": "DocRED", "tail": 6 }, { "head": 6, "id": 15, "relation": "significant event", "relation_source": "DocRED", "tail": 10 } ]
article_10
[ { "id": 1, "label": "TITLE", "position": { "end_offset": 1292, "start_offset": 1285 } }, { "id": 2, "label": "EVENT", "position": { "end_offset": 721, "start_offset": 715 } }, { "id": 3, "label": "TITLE", "position": { "end_offset": 1295, "start_offset": 1293 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 1284, "start_offset": 1261 } }, { "id": 5, "label": "EVENT", "position": { "end_offset": 287, "start_offset": 282 } }, { "id": 6, "label": "EVENT", "position": { "end_offset": 343, "start_offset": 337 } }, { "id": 7, "label": "PRODUCT", "position": { "end_offset": 1457, "start_offset": 1442 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 9, "label": "PRODUCT", "position": { "end_offset": 228, "start_offset": 195 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 442, "start_offset": 436 } }, { "id": 11, "label": "LOCATION", "position": { "end_offset": 517, "start_offset": 512 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 530, "start_offset": 525 } }, { "id": 13, "label": "LOCATION", "position": { "end_offset": 555, "start_offset": 547 } }, { "id": 14, "label": "LOCATION", "position": { "end_offset": 562, "start_offset": 557 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 577, "start_offset": 567 } }, { "id": 16, "label": "LOCATION", "position": { "end_offset": 592, "start_offset": 584 } }, { "id": 17, "label": "LOCATION", "position": { "end_offset": 608, "start_offset": 602 } }, { "id": 18, "label": "LOCATION", "position": { "end_offset": 632, "start_offset": 626 } }, { "id": 19, "label": "LOCATION", "position": { "end_offset": 648, "start_offset": 634 } }, { "id": 20, "label": "LOCATION", "position": { "end_offset": 656, "start_offset": 650 } }, { "id": 21, "label": "LOCATION", "position": { "end_offset": 670, "start_offset": 658 } }, { "id": 22, "label": "LOCATION", "position": { "end_offset": 684, "start_offset": 675 } }, { "id": 23, "label": "LOCATION", "position": { "end_offset": 745, "start_offset": 739 } }, { "id": 24, "label": "LOCATION", "position": { "end_offset": 754, "start_offset": 747 } }, { "id": 25, "label": "LOCATION", "position": { "end_offset": 764, "start_offset": 759 } }, { "id": 26, "label": "FACILITY", "position": { "end_offset": 964, "start_offset": 914 } }, { "id": 27, "label": "FACILITY", "position": { "end_offset": 970, "start_offset": 966 } }, { "id": 28, "label": "LOCATION", "position": { "end_offset": 1158, "start_offset": 1150 } }, { "id": 29, "label": "PERSON", "position": { "end_offset": 1316, "start_offset": 1261 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 1316, "start_offset": 1285 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 1316, "start_offset": 1293 } }, { "id": 32, "label": "PERSON", "position": { "end_offset": 1316, "start_offset": 1296 } } ]
[ { "head": 47, "id": 1, "relation": "award received", "relation_source": "DocRED", "tail": 3 }, { "head": 1, "id": 2, "relation": "occupation", "relation_source": "DocRED", "tail": 27 }, { "head": 25, "id": 3, "relation": "Gen-Aff.CRRE", "relation_source": "ACE05", "tail": 41 }, { "head": 21, "id": 4, "relation": "award received", "relation_source": "DocRED", "tail": 16 }, { "head": 54, "id": 5, "relation": "award received", "relation_source": "DocRED", "tail": 4 }, { "head": 31, "id": 6, "relation": "Gen-Aff.CRRE", "relation_source": "ACE05", "tail": 12 }, { "head": 2, "id": 7, "relation": "occupation", "relation_source": "DocRED", "tail": 20 }, { "head": 6, "id": 8, "relation": "occupation", "relation_source": "DocRED", "tail": 20 }, { "head": 49, "id": 9, "relation": "award received", "relation_source": "DocRED", "tail": 26 }, { "head": 43, "id": 10, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 19 }, { "head": 36, "id": 11, "relation": "award received", "relation_source": "DocRED", "tail": 38 }, { "head": 33, "id": 12, "relation": "award received", "relation_source": "DocRED", "tail": 11 }, { "head": 14, "id": 13, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 53 }, { "head": 20, "id": 14, "relation": "occupation", "relation_source": "DocRED", "tail": 15 }, { "head": 5, "id": 15, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 51 }, { "head": 44, "id": 16, "relation": "capital of", "relation_source": "DocRED", "tail": 28 }, { "head": 34, "id": 17, "relation": "award received", "relation_source": "DocRED", "tail": 23 }, { "head": 8, "id": 18, "relation": "award received", "relation_source": "DocRED", "tail": 29 }, { "head": 40, "id": 19, "relation": "occupation", "relation_source": "DocRED", "tail": 32 }, { "head": 14, "id": 20, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 30, "id": 21, "relation": "award received", "relation_source": "DocRED", "tail": 10 }, { "head": 19, "id": 22, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 7 } ]
article_11
[ { "id": 1, "label": "ROLE", "position": { "end_offset": 4572, "start_offset": 4551 } }, { "id": 2, "label": "ROLE", "position": { "end_offset": 919, "start_offset": 905 } }, { "id": 3, "label": "TITLE", "position": { "end_offset": 3974, "start_offset": 3972 } }, { "id": 4, "label": "TITLE", "position": { "end_offset": 1800, "start_offset": 1798 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 968, "start_offset": 943 } }, { "id": 6, "label": "ROLE", "position": { "end_offset": 939, "start_offset": 924 } }, { "id": 7, "label": "EVENT", "position": { "end_offset": 486, "start_offset": 479 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 2617, "start_offset": 2611 } }, { "id": 9, "label": "ORGANIZATION", "position": { "end_offset": 4598, "start_offset": 4595 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 1547, "start_offset": 1541 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 4589, "start_offset": 4576 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 23, "start_offset": 11 } }, { "id": 13, "label": "ROLE", "position": { "end_offset": 2845, "start_offset": 2830 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 1509, "start_offset": 1492 } }, { "id": 15, "label": "ROLE", "position": { "end_offset": 884, "start_offset": 865 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 900, "start_offset": 888 } }, { "id": 17, "label": "ROLE", "position": { "end_offset": 2873, "start_offset": 2850 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 3478, "start_offset": 3419 } }, { "id": 19, "label": "EVENT", "position": { "end_offset": 477, "start_offset": 433 } }, { "id": 20, "label": "PERSON", "position": { "end_offset": 900, "start_offset": 885 } }, { "id": 21, "label": "TITLE", "position": { "end_offset": 887, "start_offset": 885 } }, { "id": 22, "label": "PRODUCT", "position": { "end_offset": 1694, "start_offset": 1682 } }, { "id": 23, "label": "TITLE", "position": { "end_offset": 2326, "start_offset": 2324 } }, { "id": 24, "label": "PERSON", "position": { "end_offset": 2333, "start_offset": 2324 } }, { "id": 25, "label": "LOCATION", "position": { "end_offset": 310, "start_offset": 297 } }, { "id": 26, "label": "TITLE", "position": { "end_offset": 3456, "start_offset": 3451 } }, { "id": 27, "label": "PERSON", "position": { "end_offset": 4589, "start_offset": 4573 } }, { "id": 28, "label": "LOCATION", "position": { "end_offset": 9, "start_offset": 0 } }, { "id": 29, "label": "TITLE", "position": { "end_offset": 2610, "start_offset": 2608 } }, { "id": 30, "label": "TITLE", "position": { "end_offset": 1540, "start_offset": 1538 } }, { "id": 31, "label": "LOCATION", "position": { "end_offset": 53, "start_offset": 50 } }, { "id": 32, "label": "PERSON", "position": { "end_offset": 3478, "start_offset": 3451 } }, { "id": 33, "label": "TITLE", "position": { "end_offset": 4575, "start_offset": 4573 } }, { "id": 34, "label": "PERSON", "position": { "end_offset": 2333, "start_offset": 2327 } }, { "id": 35, "label": "PERSON", "position": { "end_offset": 3981, "start_offset": 3972 } }, { "id": 36, "label": "PERSON", "position": { "end_offset": 3478, "start_offset": 3460 } }, { "id": 37, "label": "PERSON", "position": { "end_offset": 4589, "start_offset": 4551 } }, { "id": 38, "label": "TITLE", "position": { "end_offset": 3459, "start_offset": 3457 } }, { "id": 39, "label": "PERSON", "position": { "end_offset": 1547, "start_offset": 1538 } }, { "id": 40, "label": "ROLE", "position": { "end_offset": 3450, "start_offset": 3419 } }, { "id": 41, "label": "PERSON", "position": { "end_offset": 363, "start_offset": 360 } }, { "id": 42, "label": "TITLE", "position": { "end_offset": 3219, "start_offset": 3214 } }, { "id": 43, "label": "EVENT", "position": { "end_offset": 5423, "start_offset": 5416 } }, { "id": 44, "label": "LOCATION", "position": { "end_offset": 4434, "start_offset": 4429 } }, { "id": 45, "label": "LOCATION", "position": { "end_offset": 4956, "start_offset": 4948 } }, { "id": 46, "label": "PERSON", "position": { "end_offset": 1807, "start_offset": 1798 } }, { "id": 47, "label": "PERSON", "position": { "end_offset": 3981, "start_offset": 3975 } }, { "id": 48, "label": "LOCATION", "position": { "end_offset": 225, "start_offset": 217 } }, { "id": 49, "label": "PERSON", "position": { "end_offset": 3478, "start_offset": 3457 } }, { "id": 50, "label": "ORGANIZATION", "position": { "end_offset": 1376, "start_offset": 1361 } }, { "id": 51, "label": "PERSON", "position": { "end_offset": 900, "start_offset": 865 } }, { "id": 52, "label": "PERSON", "position": { "end_offset": 2617, "start_offset": 2608 } }, { "id": 53, "label": "ORGANIZATION", "position": { "end_offset": 1514, "start_offset": 1511 } }, { "id": 54, "label": "PERSON", "position": { "end_offset": 1807, "start_offset": 1801 } } ]
[ { "head": 17, "id": 1, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 12 }, { "head": 18, "id": 2, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 15 }, { "head": 2, "id": 3, "relation": "place of death", "relation_source": "DocRED", "tail": 15 }, { "head": 4, "id": 4, "relation": "occupation", "relation_source": "DocRED", "tail": 3 }, { "head": 1, "id": 5, "relation": "occupation", "relation_source": "DocRED", "tail": 9 }, { "head": 13, "id": 6, "relation": "given name", "relation_source": "DocRED", "tail": 12 }, { "head": 7, "id": 7, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 2 }, { "head": 11, "id": 8, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 18 }, { "head": 14, "id": 9, "relation": "significant event", "relation_source": "DocRED", "tail": 5 } ]
article_12
[ { "id": 1, "label": "ROLE", "position": { "end_offset": 239, "start_offset": 229 } }, { "id": 2, "label": "LOCATION", "position": { "end_offset": 395, "start_offset": 381 } }, { "id": 3, "label": "ROLE", "position": { "end_offset": 552, "start_offset": 546 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 563, "start_offset": 553 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 170, "start_offset": 144 } }, { "id": 6, "label": "LOCATION", "position": { "end_offset": 1003, "start_offset": 989 } }, { "id": 7, "label": "LOCATION", "position": { "end_offset": 407, "start_offset": 397 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 609, "start_offset": 593 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 251, "start_offset": 240 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 5, "start_offset": 0 } }, { "id": 11, "label": "LAW", "position": { "end_offset": 492, "start_offset": 463 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 251, "start_offset": 229 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 756, "start_offset": 745 } }, { "id": 14, "label": "LOCATION", "position": { "end_offset": 132, "start_offset": 122 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 352, "start_offset": 334 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 563, "start_offset": 546 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 71, "start_offset": 53 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 311, "start_offset": 295 } } ]
[ { "head": 34, "id": 1, "relation": "Physical.Near", "relation_source": "ACE05", "tail": 14 }, { "head": 34, "id": 2, "relation": "location", "relation_source": "DocRED", "tail": 14 }, { "head": 7, "id": 3, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 19 }, { "head": 1, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 29 }, { "head": 17, "id": 5, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 29 }, { "head": 1, "id": 6, "relation": "given name", "relation_source": "DocRED", "tail": 30 }, { "head": 7, "id": 7, "relation": "winner", "relation_source": "DocRED", "tail": 25 }, { "head": 18, "id": 8, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 11 }, { "head": 17, "id": 9, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 30 }, { "head": 1, "id": 10, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 17 }, { "head": 16, "id": 11, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 29 }, { "head": 23, "id": 12, "relation": "award received", "relation_source": "DocRED", "tail": 2 }, { "head": 5, "id": 13, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 8 }, { "head": 30, "id": 14, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 18 }, { "head": 34, "id": 15, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 21 }, { "head": 24, "id": 16, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 18 }, { "head": 18, "id": 17, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 30 }, { "head": 30, "id": 18, "relation": "given name", "relation_source": "DocRED", "tail": 25 }, { "head": 21, "id": 19, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 14 } ]
article_13
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 829, "start_offset": 822 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 284, "start_offset": 268 } }, { "id": 3, "label": "EVENT", "position": { "end_offset": 1348, "start_offset": 1334 } }, { "id": 4, "label": "EVENT", "position": { "end_offset": 1557, "start_offset": 1549 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 1478, "start_offset": 1459 } }, { "id": 6, "label": "LOCATION", "position": { "end_offset": 5, "start_offset": 0 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 1173, "start_offset": 1162 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 1482, "start_offset": 1480 } }, { "id": 9, "label": "EVENT", "position": { "end_offset": 640, "start_offset": 626 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 538, "start_offset": 533 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 438, "start_offset": 435 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 926, "start_offset": 921 } }, { "id": 13, "label": "EVENT", "position": { "end_offset": 1009, "start_offset": 1003 } }, { "id": 14, "label": "LOCATION", "position": { "end_offset": 808, "start_offset": 792 } }, { "id": 15, "label": "EVENT", "position": { "end_offset": 1091, "start_offset": 1077 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 886, "start_offset": 866 } }, { "id": 17, "label": "EVENT", "position": { "end_offset": 970, "start_offset": 949 } }, { "id": 18, "label": "ORGANIZATION", "position": { "end_offset": 31, "start_offset": 9 } }, { "id": 19, "label": "ORGANIZATION", "position": { "end_offset": 1180, "start_offset": 1177 } }, { "id": 20, "label": "EVENT", "position": { "end_offset": 1021, "start_offset": 1014 } }, { "id": 21, "label": "LOCATION", "position": { "end_offset": 502, "start_offset": 485 } }, { "id": 22, "label": "EVENT", "position": { "end_offset": 255, "start_offset": 247 } }, { "id": 23, "label": "TITLE", "position": { "end_offset": 267, "start_offset": 257 } }, { "id": 24, "label": "ORGANIZATION", "position": { "end_offset": 36, "start_offset": 33 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 1100, "start_offset": 1093 } }, { "id": 26, "label": "EVENT", "position": { "end_offset": 1315, "start_offset": 1307 } }, { "id": 27, "label": "EVENT", "position": { "end_offset": 171, "start_offset": 160 } }, { "id": 28, "label": "LOCATION", "position": { "end_offset": 74, "start_offset": 69 } }, { "id": 29, "label": "PERSON", "position": { "end_offset": 862, "start_offset": 849 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 284, "start_offset": 257 } }, { "id": 31, "label": "LOCATION", "position": { "end_offset": 1193, "start_offset": 1186 } }, { "id": 32, "label": "EVENT", "position": { "end_offset": 1402, "start_offset": 1390 } }, { "id": 33, "label": "EVENT", "position": { "end_offset": 617, "start_offset": 609 } }, { "id": 34, "label": "LOCATION", "position": { "end_offset": 769, "start_offset": 766 } }, { "id": 35, "label": "LOCATION", "position": { "end_offset": 186, "start_offset": 181 } } ]
[ { "head": 14, "id": 1, "relation": "award received", "relation_source": "DocRED", "tail": 4 }, { "head": 7, "id": 2, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 13 }, { "head": 1, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 13 }, { "head": 7, "id": 4, "relation": "occupation", "relation_source": "DocRED", "tail": 5 }, { "head": 16, "id": 5, "relation": "significant event", "relation_source": "DocRED", "tail": 15 }, { "head": 9, "id": 6, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 13 }, { "head": 9, "id": 7, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 1 }, { "head": 13, "id": 8, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 12, "id": 9, "relation": "given name", "relation_source": "DocRED", "tail": 9 } ]
article_14
[ { "id": 1, "label": "ORGANIZATION", "position": { "end_offset": 36, "start_offset": 34 } }, { "id": 2, "label": "EVENT", "position": { "end_offset": 1355, "start_offset": 1341 } }, { "id": 3, "label": "LAW", "position": { "end_offset": 914, "start_offset": 852 } }, { "id": 4, "label": "TITLE", "position": { "end_offset": 175, "start_offset": 170 } }, { "id": 5, "label": "ROLE", "position": { "end_offset": 169, "start_offset": 160 } }, { "id": 6, "label": "EVENT", "position": { "end_offset": 937, "start_offset": 923 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 192, "start_offset": 170 } }, { "id": 8, "label": "NORP", "position": { "end_offset": 394, "start_offset": 384 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 192, "start_offset": 160 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 271, "start_offset": 269 } }, { "id": 11, "label": "EVENT", "position": { "end_offset": 1501, "start_offset": 1487 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 949, "start_offset": 939 } }, { "id": 13, "label": "ORGANIZATION", "position": { "end_offset": 32, "start_offset": 13 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 192, "start_offset": 176 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 16, "label": "EVENT", "position": { "end_offset": 154, "start_offset": 127 } } ]
[ { "head": 43, "id": 1, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 39 }, { "head": 29, "id": 2, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 52 }, { "head": 29, "id": 3, "relation": "location", "relation_source": "DocRED", "tail": 52 }, { "head": 50, "id": 4, "relation": "chairperson", "relation_source": "DocRED", "tail": 31 }, { "head": 50, "id": 5, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 31 }, { "head": 44, "id": 6, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 29 }, { "head": 44, "id": 7, "relation": "location", "relation_source": "DocRED", "tail": 29 }, { "head": 10, "id": 8, "relation": "chairperson", "relation_source": "DocRED", "tail": 31 }, { "head": 10, "id": 9, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 31 }, { "head": 9, "id": 10, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 8 }, { "head": 53, "id": 11, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 15 }, { "head": 3, "id": 12, "relation": "occupation", "relation_source": "DocRED", "tail": 1 }, { "head": 17, "id": 13, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 9 }, { "head": 14, "id": 14, "relation": "occupation", "relation_source": "DocRED", "tail": 22 }, { "head": 50, "id": 15, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 30, "id": 16, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 50 }, { "head": 53, "id": 17, "relation": "given name", "relation_source": "DocRED", "tail": 22 }, { "head": 17, "id": 18, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 36 }, { "head": 46, "id": 19, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 27 }, { "head": 11, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 36 }, { "head": 23, "id": 21, "relation": "occupation", "relation_source": "DocRED", "tail": 51 }, { "head": 7, "id": 22, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 12, "id": 23, "relation": "educated at", "relation_source": "DocRED", "tail": 9 }, { "head": 38, "id": 24, "relation": "occupation", "relation_source": "DocRED", "tail": 1 }, { "head": 37, "id": 25, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 33 }, { "head": 56, "id": 26, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 12 }, { "head": 23, "id": 27, "relation": "given name", "relation_source": "DocRED", "tail": 9 }, { "head": 53, "id": 28, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 33 }, { "head": 53, "id": 29, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 17 }, { "head": 37, "id": 30, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 25, "id": 31, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 17 }, { "head": 55, "id": 32, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 29 }, { "head": 34, "id": 33, "relation": "educated at", "relation_source": "DocRED", "tail": 53 }, { "head": 28, "id": 34, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 47 }, { "head": 47, "id": 35, "relation": "location", "relation_source": "DocRED", "tail": 28 }, { "head": 50, "id": 36, "relation": "authority", "relation_source": "DocRED", "tail": 19 }, { "head": 17, "id": 37, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 23 }, { "head": 54, "id": 38, "relation": "occupation", "relation_source": "DocRED", "tail": 25 }, { "head": 43, "id": 39, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 1 }, { "head": 32, "id": 40, "relation": "founded by", "relation_source": "DocRED", "tail": 50 }, { "head": 53, "id": 41, "relation": "Org-Aff.Student-Alum", "relation_source": "ACE05", "tail": 34 }, { "head": 22, "id": 42, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 17 }, { "head": 42, "id": 43, "relation": "educated at", "relation_source": "DocRED", "tail": 1 }, { "head": 9, "id": 44, "relation": "educated at", "relation_source": "DocRED", "tail": 12 }, { "head": 1, "id": 45, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 17 }, { "head": 4, "id": 46, "relation": "occupation", "relation_source": "DocRED", "tail": 19 } ]
article_15
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1248, "start_offset": 1236 } }, { "id": 2, "label": "LOCATION", "position": { "end_offset": 460, "start_offset": 455 } }, { "id": 3, "label": "ROLE", "position": { "end_offset": 1235, "start_offset": 1230 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 307, "start_offset": 298 } }, { "id": 5, "label": "EVENT", "position": { "end_offset": 1746, "start_offset": 1732 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 692, "start_offset": 688 } }, { "id": 7, "label": "LOCATION", "position": { "end_offset": 973, "start_offset": 969 } }, { "id": 8, "label": "ROLE", "position": { "end_offset": 1144, "start_offset": 1130 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 946, "start_offset": 937 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 69, "start_offset": 65 } }, { "id": 11, "label": "ROLE", "position": { "end_offset": 1577, "start_offset": 1560 } }, { "id": 12, "label": "ORGANIZATION", "position": { "end_offset": 1035, "start_offset": 994 } }, { "id": 13, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 14, "label": "ROLE", "position": { "end_offset": 109, "start_offset": 95 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 715, "start_offset": 709 } }, { "id": 16, "label": "LOCATION", "position": { "end_offset": 675, "start_offset": 670 } }, { "id": 17, "label": "EVENT", "position": { "end_offset": 1476, "start_offset": 1456 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 1248, "start_offset": 1219 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 337, "start_offset": 308 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 1669, "start_offset": 1650 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 122, "start_offset": 95 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 122, "start_offset": 110 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 156, "start_offset": 135 } }, { "id": 24, "label": "ORGANIZATION", "position": { "end_offset": 540, "start_offset": 536 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 198, "start_offset": 186 } }, { "id": 26, "label": "ORGANIZATION", "position": { "end_offset": 494, "start_offset": 490 } }, { "id": 27, "label": "ORGANIZATION", "position": { "end_offset": 1432, "start_offset": 1417 } }, { "id": 28, "label": "LOCATION", "position": { "end_offset": 1644, "start_offset": 1639 } }, { "id": 29, "label": "LOCATION", "position": { "end_offset": 211, "start_offset": 206 } }, { "id": 30, "label": "ORGANIZATION", "position": { "end_offset": 297, "start_offset": 293 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 337, "start_offset": 298 } }, { "id": 32, "label": "PERSON", "position": { "end_offset": 156, "start_offset": 124 } }, { "id": 33, "label": "LOCATION", "position": { "end_offset": 738, "start_offset": 734 } }, { "id": 34, "label": "ORGANIZATION", "position": { "end_offset": 795, "start_offset": 778 } }, { "id": 35, "label": "LOCATION", "position": { "end_offset": 1156, "start_offset": 1152 } }, { "id": 36, "label": "PERSON", "position": { "end_offset": 1599, "start_offset": 1579 } }, { "id": 37, "label": "LOCATION", "position": { "end_offset": 745, "start_offset": 740 } }, { "id": 38, "label": "ORGANIZATION", "position": { "end_offset": 1229, "start_offset": 1219 } }, { "id": 39, "label": "LOCATION", "position": { "end_offset": 1280, "start_offset": 1268 } }, { "id": 40, "label": "PERSON", "position": { "end_offset": 198, "start_offset": 174 } }, { "id": 41, "label": "EVENT", "position": { "end_offset": 1701, "start_offset": 1690 } }, { "id": 42, "label": "ORGANIZATION", "position": { "end_offset": 1317, "start_offset": 1299 } }, { "id": 43, "label": "LOCATION", "position": { "end_offset": 1266, "start_offset": 1261 } }, { "id": 44, "label": "LOCATION", "position": { "end_offset": 241, "start_offset": 229 } }, { "id": 45, "label": "ORGANIZATION", "position": { "end_offset": 1389, "start_offset": 1385 } }, { "id": 46, "label": "ORGANIZATION", "position": { "end_offset": 1436, "start_offset": 1434 } }, { "id": 47, "label": "LOCATION", "position": { "end_offset": 1635, "start_offset": 1622 } }, { "id": 48, "label": "NORP", "position": { "end_offset": 1383, "start_offset": 1360 } }, { "id": 49, "label": "EVENT", "position": { "end_offset": 519, "start_offset": 511 } }, { "id": 50, "label": "ORGANIZATION", "position": { "end_offset": 63, "start_offset": 27 } }, { "id": 51, "label": "ROLE", "position": { "end_offset": 134, "start_offset": 124 } }, { "id": 52, "label": "LOCATION", "position": { "end_offset": 227, "start_offset": 221 } }, { "id": 53, "label": "PERSON", "position": { "end_offset": 720, "start_offset": 717 } }, { "id": 54, "label": "ROLE", "position": { "end_offset": 185, "start_offset": 174 } }, { "id": 55, "label": "LOCATION", "position": { "end_offset": 258, "start_offset": 246 } }, { "id": 56, "label": "ORGANIZATION", "position": { "end_offset": 1041, "start_offset": 1037 } } ]
[ { "head": 11, "id": 1, "relation": "occupation", "relation_source": "DocRED", "tail": 9 }, { "head": 15, "id": 2, "relation": "chairperson", "relation_source": "DocRED", "tail": 14 }, { "head": 1, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 4, "id": 4, "relation": "occupation", "relation_source": "DocRED", "tail": 15 }, { "head": 15, "id": 5, "relation": "given name", "relation_source": "DocRED", "tail": 6 }, { "head": 9, "id": 6, "relation": "given name", "relation_source": "DocRED", "tail": 16 }, { "head": 5, "id": 7, "relation": "chairperson", "relation_source": "DocRED", "tail": 14 } ]
article_16
[ { "id": 1, "label": "LOCATION", "position": { "end_offset": 4, "start_offset": 0 } }, { "id": 2, "label": "LOCATION", "position": { "end_offset": 853, "start_offset": 845 } }, { "id": 3, "label": "PRODUCT", "position": { "end_offset": 796, "start_offset": 788 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 282, "start_offset": 274 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 303, "start_offset": 274 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 764, "start_offset": 759 } }, { "id": 7, "label": "LOCATION", "position": { "end_offset": 1057, "start_offset": 1045 } }, { "id": 8, "label": "FACILITY", "position": { "end_offset": 1311, "start_offset": 1277 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 405, "start_offset": 389 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 32, "start_offset": 10 } }, { "id": 11, "label": "ROLE", "position": { "end_offset": 387, "start_offset": 372 } }, { "id": 12, "label": "EVENT", "position": { "end_offset": 833, "start_offset": 817 } }, { "id": 13, "label": "LOCATION", "position": { "end_offset": 1218, "start_offset": 1209 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 273, "start_offset": 208 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 303, "start_offset": 283 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 811, "start_offset": 805 } } ]
[ { "head": 15, "id": 1, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 2 }, { "head": 15, "id": 2, "relation": "location", "relation_source": "DocRED", "tail": 2 }, { "head": 19, "id": 3, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 15 }, { "head": 19, "id": 4, "relation": "location", "relation_source": "DocRED", "tail": 15 }, { "head": 52, "id": 5, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 30 }, { "head": 52, "id": 6, "relation": "chairperson", "relation_source": "DocRED", "tail": 30 }, { "head": 42, "id": 7, "relation": "location", "relation_source": "DocRED", "tail": 20 }, { "head": 29, "id": 8, "relation": "location", "relation_source": "DocRED", "tail": 54 }, { "head": 11, "id": 9, "relation": "given name", "relation_source": "DocRED", "tail": 39 }, { "head": 29, "id": 10, "relation": "location", "relation_source": "DocRED", "tail": 41 }, { "head": 51, "id": 11, "relation": "award received", "relation_source": "DocRED", "tail": 9 }, { "head": 54, "id": 12, "relation": "location", "relation_source": "DocRED", "tail": 29 }, { "head": 44, "id": 13, "relation": "occupation", "relation_source": "DocRED", "tail": 38 }, { "head": 41, "id": 14, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 29 }, { "head": 46, "id": 15, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 52 }, { "head": 40, "id": 16, "relation": "given name", "relation_source": "DocRED", "tail": 53 }, { "head": 37, "id": 17, "relation": "given name", "relation_source": "DocRED", "tail": 40 }, { "head": 32, "id": 18, "relation": "location", "relation_source": "DocRED", "tail": 25 }, { "head": 27, "id": 19, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 41 }, { "head": 17, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 12 }, { "head": 11, "id": 21, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 6 }, { "head": 20, "id": 22, "relation": "location", "relation_source": "DocRED", "tail": 42 }, { "head": 11, "id": 23, "relation": "occupation", "relation_source": "DocRED", "tail": 48 }, { "head": 47, "id": 24, "relation": "occupation", "relation_source": "DocRED", "tail": 22 }, { "head": 41, "id": 25, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 27 }, { "head": 15, "id": 26, "relation": "location", "relation_source": "DocRED", "tail": 45 }, { "head": 1, "id": 27, "relation": "given name", "relation_source": "DocRED", "tail": 40 }, { "head": 14, "id": 28, "relation": "given name", "relation_source": "DocRED", "tail": 11 }, { "head": 27, "id": 29, "relation": "location", "relation_source": "DocRED", "tail": 29 }, { "head": 30, "id": 30, "relation": "chairperson", "relation_source": "DocRED", "tail": 46 }, { "head": 34, "id": 31, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 35 }, { "head": 45, "id": 32, "relation": "location", "relation_source": "DocRED", "tail": 19 }, { "head": 19, "id": 33, "relation": "location", "relation_source": "DocRED", "tail": 45 }, { "head": 46, "id": 34, "relation": "chairperson", "relation_source": "DocRED", "tail": 30 }, { "head": 11, "id": 35, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 26 }, { "head": 23, "id": 36, "relation": "award received", "relation_source": "DocRED", "tail": 13 }, { "head": 6, "id": 37, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 26 }, { "head": 40, "id": 38, "relation": "given name", "relation_source": "DocRED", "tail": 31 }, { "head": 40, "id": 39, "relation": "given name", "relation_source": "DocRED", "tail": 55 }, { "head": 21, "id": 40, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 35 }, { "head": 4, "id": 41, "relation": "occupation", "relation_source": "DocRED", "tail": 40 } ]
article_17
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1395, "start_offset": 1383 } }, { "id": 2, "label": "LOCATION", "position": { "end_offset": 2687, "start_offset": 2682 } }, { "id": 3, "label": "EVENT", "position": { "end_offset": 664, "start_offset": 653 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 75, "start_offset": 67 } }, { "id": 5, "label": "FACILITY", "position": { "end_offset": 1191, "start_offset": 1177 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 346, "start_offset": 342 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 188, "start_offset": 174 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 773, "start_offset": 768 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 1418, "start_offset": 1403 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 1857, "start_offset": 1841 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 392, "start_offset": 374 } }, { "id": 12, "label": "ROLE", "position": { "end_offset": 543, "start_offset": 537 } }, { "id": 13, "label": "TITLE", "position": { "end_offset": 81, "start_offset": 76 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 786, "start_offset": 775 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 2680, "start_offset": 2667 } }, { "id": 16, "label": "LAW", "position": { "end_offset": 2749, "start_offset": 2731 } }, { "id": 17, "label": "PERSON", "position": { "end_offset": 557, "start_offset": 544 } }, { "id": 18, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 19, "label": "FACILITY", "position": { "end_offset": 2665, "start_offset": 2649 } }, { "id": 20, "label": "LOCATION", "position": { "end_offset": 2423, "start_offset": 2414 } }, { "id": 21, "label": "LAW", "position": { "end_offset": 2168, "start_offset": 2155 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 1418, "start_offset": 1397 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 101, "start_offset": 82 } }, { "id": 24, "label": "PERSON", "position": { "end_offset": 279, "start_offset": 260 } }, { "id": 25, "label": "LOCATION", "position": { "end_offset": 514, "start_offset": 509 } }, { "id": 26, "label": "ORGANIZATION", "position": { "end_offset": 340, "start_offset": 304 } }, { "id": 27, "label": "FACILITY", "position": { "end_offset": 1945, "start_offset": 1920 } }, { "id": 28, "label": "LOCATION", "position": { "end_offset": 1559, "start_offset": 1554 } }, { "id": 29, "label": "LOCATION", "position": { "end_offset": 1978, "start_offset": 1965 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 101, "start_offset": 67 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 2310, "start_offset": 2299 } }, { "id": 32, "label": "FACILITY", "position": { "end_offset": 507, "start_offset": 479 } }, { "id": 33, "label": "LAW", "position": { "end_offset": 2129, "start_offset": 2059 } }, { "id": 34, "label": "LAW", "position": { "end_offset": 2135, "start_offset": 2131 } }, { "id": 35, "label": "LAW", "position": { "end_offset": 2128, "start_offset": 2038 } }, { "id": 36, "label": "FACILITY", "position": { "end_offset": 2537, "start_offset": 2512 } }, { "id": 37, "label": "PERSON", "position": { "end_offset": 1679, "start_offset": 1667 } }, { "id": 38, "label": "ROLE", "position": { "end_offset": 265, "start_offset": 260 } }, { "id": 39, "label": "PERSON", "position": { "end_offset": 1036, "start_offset": 1025 } }, { "id": 40, "label": "PERSON", "position": { "end_offset": 101, "start_offset": 76 } }, { "id": 41, "label": "FACILITY", "position": { "end_offset": 1963, "start_offset": 1947 } }, { "id": 42, "label": "LOCATION", "position": { "end_offset": 2434, "start_offset": 2425 } }, { "id": 43, "label": "FACILITY", "position": { "end_offset": 2560, "start_offset": 2542 } }, { "id": 44, "label": "PERSON", "position": { "end_offset": 279, "start_offset": 266 } }, { "id": 45, "label": "FACILITY", "position": { "end_offset": 2647, "start_offset": 2622 } }, { "id": 46, "label": "ORGANIZATION", "position": { "end_offset": 55, "start_offset": 30 } }, { "id": 47, "label": "ROLE", "position": { "end_offset": 1369, "start_offset": 1363 } }, { "id": 48, "label": "ROLE", "position": { "end_offset": 372, "start_offset": 348 } }, { "id": 49, "label": "PERSON", "position": { "end_offset": 557, "start_offset": 537 } }, { "id": 50, "label": "PRODUCT", "position": { "end_offset": 1815, "start_offset": 1790 } }, { "id": 51, "label": "TITLE", "position": { "end_offset": 1402, "start_offset": 1397 } }, { "id": 52, "label": "ORGANIZATION", "position": { "end_offset": 65, "start_offset": 57 } }, { "id": 53, "label": "PERSON", "position": { "end_offset": 418, "start_offset": 406 } }, { "id": 54, "label": "LOCATION", "position": { "end_offset": 1985, "start_offset": 1980 } }, { "id": 55, "label": "PERSON", "position": { "end_offset": 1124, "start_offset": 1113 } }, { "id": 56, "label": "LAW", "position": { "end_offset": 2789, "start_offset": 2754 } } ]
[ { "head": 1, "id": 1, "relation": "location", "relation_source": "DocRED", "tail": 25 }, { "head": 1, "id": 2, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 25 }, { "head": 30, "id": 3, "relation": "occupation", "relation_source": "DocRED", "tail": 24 }, { "head": 36, "id": 4, "relation": "significant event", "relation_source": "DocRED", "tail": 27 }, { "head": 38, "id": 5, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 5 }, { "head": 4, "id": 6, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 47 }, { "head": 7, "id": 7, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 38 }, { "head": 19, "id": 8, "relation": "occupation", "relation_source": "DocRED", "tail": 52 }, { "head": 49, "id": 9, "relation": "head of government", "relation_source": "DocRED", "tail": 1 }, { "head": 54, "id": 10, "relation": "diplomatic relation", "relation_source": "DocRED", "tail": 50 }, { "head": 31, "id": 11, "relation": "diplomatic relation", "relation_source": "DocRED", "tail": 12 }, { "head": 47, "id": 12, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 4 }, { "head": 26, "id": 13, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 38 }, { "head": 9, "id": 14, "relation": "diplomatic relation", "relation_source": "DocRED", "tail": 54 }, { "head": 18, "id": 15, "relation": "Gen-Aff.CRRE", "relation_source": "ACE05", "tail": 21 }, { "head": 41, "id": 16, "relation": "diplomatic relation", "relation_source": "DocRED", "tail": 28 }, { "head": 42, "id": 17, "relation": "capital of", "relation_source": "DocRED", "tail": 4 }, { "head": 13, "id": 18, "relation": "occupation", "relation_source": "DocRED", "tail": 8 }, { "head": 43, "id": 19, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 51 }, { "head": 11, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 2 }, { "head": 14, "id": 21, "relation": "diplomatic relation", "relation_source": "DocRED", "tail": 32 }, { "head": 39, "id": 22, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 18 }, { "head": 44, "id": 23, "relation": "award received", "relation_source": "DocRED", "tail": 40 }, { "head": 10, "id": 24, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 51 }, { "head": 16, "id": 25, "relation": "occupation", "relation_source": "DocRED", "tail": 33 }, { "head": 13, "id": 26, "relation": "occupation", "relation_source": "DocRED", "tail": 51 }, { "head": 17, "id": 27, "relation": "occupation", "relation_source": "DocRED", "tail": 21 }, { "head": 50, "id": 28, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 45 }, { "head": 37, "id": 29, "relation": "occupation", "relation_source": "DocRED", "tail": 3 }, { "head": 15, "id": 30, "relation": "award received", "relation_source": "DocRED", "tail": 53 } ]
article_18
[ { "id": 1, "label": "LOCATION", "position": { "end_offset": 98, "start_offset": 90 } }, { "id": 2, "label": "ROLE", "position": { "end_offset": 349, "start_offset": 335 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 2173, "start_offset": 2166 } }, { "id": 4, "label": "LOCATION", "position": { "end_offset": 1416, "start_offset": 1404 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 162, "start_offset": 151 } }, { "id": 6, "label": "EVENT", "position": { "end_offset": 2113, "start_offset": 2099 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 537, "start_offset": 526 } }, { "id": 8, "label": "ROLE", "position": { "end_offset": 1431, "start_offset": 1422 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 1323, "start_offset": 1315 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 1931, "start_offset": 1912 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 380, "start_offset": 350 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 599, "start_offset": 591 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 1439, "start_offset": 1432 } }, { "id": 14, "label": "LOCATION", "position": { "end_offset": 1125, "start_offset": 1117 } }, { "id": 15, "label": "TITLE", "position": { "end_offset": 360, "start_offset": 350 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 1963, "start_offset": 1956 } }, { "id": 17, "label": "ROLE", "position": { "end_offset": 37, "start_offset": 19 } }, { "id": 18, "label": "LOCATION", "position": { "end_offset": 58, "start_offset": 45 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 306, "start_offset": 282 } }, { "id": 20, "label": "PERSON", "position": { "end_offset": 1439, "start_offset": 1422 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 78, "start_offset": 64 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 78, "start_offset": 19 } }, { "id": 23, "label": "ROLE", "position": { "end_offset": 1380, "start_offset": 1366 } }, { "id": 24, "label": "ROLE", "position": { "end_offset": 199, "start_offset": 190 } }, { "id": 25, "label": "LOCATION", "position": { "end_offset": 9, "start_offset": 0 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 306, "start_offset": 265 } }, { "id": 27, "label": "LOCATION", "position": { "end_offset": 2221, "start_offset": 2216 } }, { "id": 28, "label": "LOCATION", "position": { "end_offset": 1984, "start_offset": 1982 } }, { "id": 29, "label": "PERSON", "position": { "end_offset": 1963, "start_offset": 1946 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 207, "start_offset": 200 } }, { "id": 31, "label": "LOCATION", "position": { "end_offset": 610, "start_offset": 608 } }, { "id": 32, "label": "LOCATION", "position": { "end_offset": 1106, "start_offset": 1104 } }, { "id": 33, "label": "ROLE", "position": { "end_offset": 1955, "start_offset": 1946 } }, { "id": 34, "label": "PERSON", "position": { "end_offset": 207, "start_offset": 190 } }, { "id": 35, "label": "PERSON", "position": { "end_offset": 2173, "start_offset": 2156 } }, { "id": 36, "label": "EVENT", "position": { "end_offset": 2212, "start_offset": 2206 } }, { "id": 37, "label": "ROLE", "position": { "end_offset": 2165, "start_offset": 2156 } }, { "id": 38, "label": "ORGANIZATION", "position": { "end_offset": 149, "start_offset": 123 } }, { "id": 39, "label": "LOCATION", "position": { "end_offset": 62, "start_offset": 60 } }, { "id": 40, "label": "TITLE", "position": { "end_offset": 287, "start_offset": 282 } }, { "id": 41, "label": "LOCATION", "position": { "end_offset": 1944, "start_offset": 1936 } }, { "id": 42, "label": "LOCATION", "position": { "end_offset": 1459, "start_offset": 1451 } }, { "id": 43, "label": "LOCATION", "position": { "end_offset": 1657, "start_offset": 1645 } }, { "id": 44, "label": "PERSON", "position": { "end_offset": 306, "start_offset": 288 } }, { "id": 45, "label": "LOCATION", "position": { "end_offset": 1556, "start_offset": 1547 } }, { "id": 46, "label": "LOCATION", "position": { "end_offset": 1749, "start_offset": 1741 } }, { "id": 47, "label": "ORGANIZATION", "position": { "end_offset": 1400, "start_offset": 1390 } }, { "id": 48, "label": "LOCATION", "position": { "end_offset": 1569, "start_offset": 1561 } }, { "id": 49, "label": "PERSON", "position": { "end_offset": 380, "start_offset": 335 } }, { "id": 50, "label": "LOCATION", "position": { "end_offset": 1581, "start_offset": 1574 } }, { "id": 51, "label": "ROLE", "position": { "end_offset": 1596, "start_offset": 1587 } }, { "id": 52, "label": "ROLE", "position": { "end_offset": 281, "start_offset": 265 } }, { "id": 53, "label": "PERSON", "position": { "end_offset": 380, "start_offset": 361 } }, { "id": 54, "label": "LOCATION", "position": { "end_offset": 1283, "start_offset": 1281 } } ]
[ { "head": 23, "id": 1, "relation": "Physical.Near", "relation_source": "ACE05", "tail": 28 }, { "head": 23, "id": 2, "relation": "location", "relation_source": "DocRED", "tail": 28 }, { "head": 34, "id": 3, "relation": "given name", "relation_source": "DocRED", "tail": 37 }, { "head": 11, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 42 }, { "head": 31, "id": 5, "relation": "location", "relation_source": "DocRED", "tail": 29 }, { "head": 21, "id": 6, "relation": "developer", "relation_source": "DocRED", "tail": 8 }, { "head": 25, "id": 7, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 37 }, { "head": 11, "id": 8, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 15 }, { "head": 24, "id": 9, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 4 }, { "head": 27, "id": 10, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 30 }, { "head": 37, "id": 11, "relation": "given name", "relation_source": "DocRED", "tail": 26 }, { "head": 29, "id": 12, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 20 }, { "head": 37, "id": 13, "relation": "occupation", "relation_source": "DocRED", "tail": 25 }, { "head": 2, "id": 14, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 7 }, { "head": 1, "id": 15, "relation": "award received", "relation_source": "DocRED", "tail": 35 }, { "head": 15, "id": 16, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 17 }, { "head": 3, "id": 17, "relation": "chairperson", "relation_source": "DocRED", "tail": 39 }, { "head": 32, "id": 18, "relation": "occupation", "relation_source": "DocRED", "tail": 19 }, { "head": 5, "id": 19, "relation": "award received", "relation_source": "DocRED", "tail": 33 }, { "head": 36, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 14 }, { "head": 39, "id": 21, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 3 }, { "head": 9, "id": 22, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 16 }, { "head": 21, "id": 23, "relation": "maintained by", "relation_source": "DocRED", "tail": 24 }, { "head": 37, "id": 24, "relation": "given name", "relation_source": "DocRED", "tail": 41 }, { "head": 20, "id": 25, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 43 } ]
article_19
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1769, "start_offset": 1755 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 4398, "start_offset": 4378 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 1818, "start_offset": 1780 } }, { "id": 4, "label": "TITLE", "position": { "end_offset": 1586, "start_offset": 1571 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 432, "start_offset": 404 } }, { "id": 6, "label": "EVENT", "position": { "end_offset": 843, "start_offset": 817 } }, { "id": 7, "label": "FACILITY", "position": { "end_offset": 4356, "start_offset": 4342 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 1670, "start_offset": 1641 } }, { "id": 9, "label": "FACILITY", "position": { "end_offset": 4008, "start_offset": 3984 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 2002, "start_offset": 1984 } }, { "id": 11, "label": "WORK_OF_ART", "position": { "end_offset": 89, "start_offset": 70 } }, { "id": 12, "label": "ORGANIZATION", "position": { "end_offset": 4796, "start_offset": 4772 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 1769, "start_offset": 1735 } }, { "id": 14, "label": "ROLE", "position": { "end_offset": 1827, "start_offset": 1819 } }, { "id": 15, "label": "ORGANIZATION", "position": { "end_offset": 50, "start_offset": 13 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 4091, "start_offset": 4071 } }, { "id": 17, "label": "PERSON", "position": { "end_offset": 432, "start_offset": 355 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 1838, "start_offset": 1780 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 1769, "start_offset": 1749 } }, { "id": 20, "label": "LOCATION", "position": { "end_offset": 4693, "start_offset": 4688 } }, { "id": 21, "label": "FACILITY", "position": { "end_offset": 1472, "start_offset": 1448 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 2071, "start_offset": 2065 } }, { "id": 23, "label": "LOCATION", "position": { "end_offset": 1868, "start_offset": 1858 } }, { "id": 24, "label": "ORGANIZATION", "position": { "end_offset": 1496, "start_offset": 1480 } }, { "id": 25, "label": "ROLE", "position": { "end_offset": 392, "start_offset": 384 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 3648, "start_offset": 3642 } }, { "id": 27, "label": "PERSON", "position": { "end_offset": 432, "start_offset": 384 } }, { "id": 28, "label": "FACILITY", "position": { "end_offset": 1898, "start_offset": 1874 } }, { "id": 29, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 30, "label": "ORGANIZATION", "position": { "end_offset": 383, "start_offset": 355 } }, { "id": 31, "label": "LOCATION", "position": { "end_offset": 244, "start_offset": 236 } }, { "id": 32, "label": "ROLE", "position": { "end_offset": 1748, "start_offset": 1729 } }, { "id": 33, "label": "TITLE", "position": { "end_offset": 403, "start_offset": 393 } }, { "id": 34, "label": "PERSON", "position": { "end_offset": 1540, "start_offset": 1534 } }, { "id": 35, "label": "TITLE", "position": { "end_offset": 1754, "start_offset": 1749 } }, { "id": 36, "label": "PERSON", "position": { "end_offset": 1838, "start_offset": 1828 } }, { "id": 37, "label": "PERSON", "position": { "end_offset": 432, "start_offset": 393 } }, { "id": 38, "label": "WORK_OF_ART", "position": { "end_offset": 1324, "start_offset": 1305 } }, { "id": 39, "label": "PERSON", "position": { "end_offset": 1838, "start_offset": 1819 } }, { "id": 40, "label": "PERSON", "position": { "end_offset": 1769, "start_offset": 1729 } }, { "id": 41, "label": "PERSON", "position": { "end_offset": 4568, "start_offset": 4562 } }, { "id": 42, "label": "ORGANIZATION", "position": { "end_offset": 332, "start_offset": 303 } }, { "id": 43, "label": "LOCATION", "position": { "end_offset": 4627, "start_offset": 4620 } } ]
[ { "head": 8, "id": 1, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 6 }, { "head": 15, "id": 2, "relation": "given name", "relation_source": "DocRED", "tail": 13 }, { "head": 11, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 19 }, { "head": 19, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 16 }, { "head": 5, "id": 5, "relation": "director / manager", "relation_source": "DocRED", "tail": 16 }, { "head": 10, "id": 6, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 19, "id": 7, "relation": "director / manager", "relation_source": "DocRED", "tail": 5 }, { "head": 21, "id": 8, "relation": "location", "relation_source": "DocRED", "tail": 4 }, { "head": 19, "id": 9, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 18 }, { "head": 15, "id": 10, "relation": "occupation", "relation_source": "DocRED", "tail": 20 }, { "head": 12, "id": 11, "relation": "location", "relation_source": "DocRED", "tail": 3 } ]
article_20
[ { "id": 1, "label": "ORGANIZATION", "position": { "end_offset": 884, "start_offset": 842 } }, { "id": 2, "label": "EVENT", "position": { "end_offset": 1185, "start_offset": 1180 } }, { "id": 3, "label": "LOCATION", "position": { "end_offset": 5, "start_offset": 0 } }, { "id": 4, "label": "LOCATION", "position": { "end_offset": 147, "start_offset": 131 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 230, "start_offset": 205 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 804, "start_offset": 785 } }, { "id": 7, "label": "FACILITY", "position": { "end_offset": 1382, "start_offset": 1330 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 809, "start_offset": 806 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 1230, "start_offset": 1218 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 833, "start_offset": 812 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 954, "start_offset": 943 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 64, "start_offset": 51 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 937, "start_offset": 928 } }, { "id": 14, "label": "EVENT", "position": { "end_offset": 696, "start_offset": 660 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 230, "start_offset": 214 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 203, "start_offset": 199 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 839, "start_offset": 835 } }, { "id": 18, "label": "ORGANIZATION", "position": { "end_offset": 249, "start_offset": 245 } }, { "id": 19, "label": "ORGANIZATION", "position": { "end_offset": 197, "start_offset": 164 } }, { "id": 20, "label": "ROLE", "position": { "end_offset": 213, "start_offset": 205 } }, { "id": 21, "label": "LOCATION", "position": { "end_offset": 157, "start_offset": 149 } } ]
[ { "head": 15, "id": 1, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 15, "id": 2, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 19, "id": 3, "relation": "location", "relation_source": "DocRED", "tail": 6 }, { "head": 19, "id": 4, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 6 }, { "head": 19, "id": 5, "relation": "location", "relation_source": "DocRED", "tail": 8 }, { "head": 19, "id": 6, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 13, "id": 7, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 7, "id": 8, "relation": "location", "relation_source": "DocRED", "tail": 24 }, { "head": 16, "id": 9, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 23, "id": 10, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 7, "id": 11, "relation": "location", "relation_source": "DocRED", "tail": 13 }, { "head": 28, "id": 12, "relation": "location", "relation_source": "DocRED", "tail": 5 }, { "head": 21, "id": 13, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 7, "id": 14, "relation": "location", "relation_source": "DocRED", "tail": 2 }, { "head": 7, "id": 15, "relation": "location", "relation_source": "DocRED", "tail": 23 }, { "head": 5, "id": 16, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 19 }, { "head": 7, "id": 17, "relation": "location", "relation_source": "DocRED", "tail": 32 }, { "head": 5, "id": 18, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 28 }, { "head": 33, "id": 19, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 6 }, { "head": 31, "id": 20, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 8, "id": 21, "relation": "location", "relation_source": "DocRED", "tail": 28 }, { "head": 24, "id": 22, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 7, "id": 23, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 20 }, { "head": 19, "id": 24, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 33 }, { "head": 11, "id": 25, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 1, "id": 26, "relation": "occupation", "relation_source": "DocRED", "tail": 10 }, { "head": 12, "id": 27, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 1, "id": 28, "relation": "occupation", "relation_source": "DocRED", "tail": 9 }, { "head": 7, "id": 29, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 31 }, { "head": 7, "id": 30, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 12 }, { "head": 7, "id": 31, "relation": "location", "relation_source": "DocRED", "tail": 11 }, { "head": 19, "id": 32, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 28 }, { "head": 17, "id": 33, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 2, "id": 34, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 10, "id": 35, "relation": "occupation", "relation_source": "DocRED", "tail": 18 }, { "head": 7, "id": 36, "relation": "location", "relation_source": "DocRED", "tail": 17 }, { "head": 32, "id": 37, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 7, "id": 38, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 16 }, { "head": 7, "id": 39, "relation": "location", "relation_source": "DocRED", "tail": 22 }, { "head": 29, "id": 40, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 3 }, { "head": 22, "id": 41, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 7 }, { "head": 3, "id": 42, "relation": "given name", "relation_source": "DocRED", "tail": 4 }, { "head": 3, "id": 43, "relation": "location", "relation_source": "DocRED", "tail": 29 }, { "head": 8, "id": 44, "relation": "significant event", "relation_source": "DocRED", "tail": 14 } ]
article_21
[ { "id": 1, "label": "ROLE", "position": { "end_offset": 159, "start_offset": 143 } }, { "id": 2, "label": "FACILITY", "position": { "end_offset": 743, "start_offset": 729 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 173, "start_offset": 143 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 586, "start_offset": 580 } }, { "id": 5, "label": "FACILITY", "position": { "end_offset": 311, "start_offset": 291 } }, { "id": 6, "label": "FACILITY", "position": { "end_offset": 341, "start_offset": 316 } }, { "id": 7, "label": "LOCATION", "position": { "end_offset": 484, "start_offset": 480 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 36, "start_offset": 32 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 173, "start_offset": 156 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 173, "start_offset": 160 } }, { "id": 11, "label": "FACILITY", "position": { "end_offset": 702, "start_offset": 681 } }, { "id": 12, "label": "FACILITY", "position": { "end_offset": 792, "start_offset": 776 } }, { "id": 13, "label": "FACILITY", "position": { "end_offset": 820, "start_offset": 794 } }, { "id": 14, "label": "EVENT", "position": { "end_offset": 114, "start_offset": 105 } }, { "id": 15, "label": "FACILITY", "position": { "end_offset": 628, "start_offset": 611 } }, { "id": 16, "label": "FACILITY", "position": { "end_offset": 877, "start_offset": 860 } }, { "id": 17, "label": "FACILITY", "position": { "end_offset": 768, "start_offset": 748 } }, { "id": 18, "label": "ROLE", "position": { "end_offset": 159, "start_offset": 156 } }, { "id": 19, "label": "LOCATION", "position": { "end_offset": 369, "start_offset": 362 } }, { "id": 20, "label": "FACILITY", "position": { "end_offset": 904, "start_offset": 882 } }, { "id": 21, "label": "FACILITY", "position": { "end_offset": 727, "start_offset": 704 } }, { "id": 22, "label": "FACILITY", "position": { "end_offset": 679, "start_offset": 660 } }, { "id": 23, "label": "FACILITY", "position": { "end_offset": 844, "start_offset": 822 } }, { "id": 24, "label": "FACILITY", "position": { "end_offset": 858, "start_offset": 846 } }, { "id": 25, "label": "LOCATION", "position": { "end_offset": 948, "start_offset": 944 } }, { "id": 26, "label": "LOCATION", "position": { "end_offset": 4, "start_offset": 0 } }, { "id": 27, "label": "PERSON", "position": { "end_offset": 173, "start_offset": 129 } }, { "id": 28, "label": "FACILITY", "position": { "end_offset": 289, "start_offset": 253 } }, { "id": 29, "label": "LOCATION", "position": { "end_offset": 133, "start_offset": 129 } }, { "id": 30, "label": "EVENT", "position": { "end_offset": 197, "start_offset": 188 } }, { "id": 31, "label": "FACILITY", "position": { "end_offset": 645, "start_offset": 630 } }, { "id": 32, "label": "FACILITY", "position": { "end_offset": 658, "start_offset": 647 } }, { "id": 33, "label": "FACILITY", "position": { "end_offset": 360, "start_offset": 343 } } ]
[ { "head": 8, "id": 1, "relation": "chairperson", "relation_source": "DocRED", "tail": 27 }, { "head": 22, "id": 2, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 18 }, { "head": 5, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 16, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 19 }, { "head": 2, "id": 5, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 19 }, { "head": 17, "id": 6, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 4 }, { "head": 14, "id": 7, "relation": "Part-Whole.Subsidary", "relation_source": "ACE05", "tail": 33 }, { "head": 27, "id": 8, "relation": "given name", "relation_source": "DocRED", "tail": 29 }, { "head": 22, "id": 9, "relation": "significant event", "relation_source": "DocRED", "tail": 26 }, { "head": 8, "id": 10, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 33 }, { "head": 26, "id": 11, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 23, "id": 12, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 8 }, { "head": 1, "id": 13, "relation": "occupation", "relation_source": "DocRED", "tail": 28 }, { "head": 24, "id": 14, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 8 }, { "head": 27, "id": 15, "relation": "given name", "relation_source": "DocRED", "tail": 31 }, { "head": 26, "id": 16, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 11 }, { "head": 12, "id": 17, "relation": "participant", "relation_source": "DocRED", "tail": 22 }, { "head": 26, "id": 18, "relation": "significant event", "relation_source": "DocRED", "tail": 30 } ]
article_22
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 212, "start_offset": 198 } }, { "id": 2, "label": "ORGANIZATION", "position": { "end_offset": 1569, "start_offset": 1566 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 948, "start_offset": 945 } }, { "id": 4, "label": "ORGANIZATION", "position": { "end_offset": 1092, "start_offset": 1089 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 1051, "start_offset": 1018 } }, { "id": 6, "label": "EVENT", "position": { "end_offset": 857, "start_offset": 841 } }, { "id": 7, "label": "LOCATION", "position": { "end_offset": 175, "start_offset": 168 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 191, "start_offset": 176 } }, { "id": 9, "label": "ORGANIZATION", "position": { "end_offset": 927, "start_offset": 924 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 1061, "start_offset": 1053 } }, { "id": 11, "label": "LOCATION", "position": { "end_offset": 399, "start_offset": 391 } }, { "id": 12, "label": "NORP", "position": { "end_offset": 1696, "start_offset": 1685 } }, { "id": 13, "label": "NORP", "position": { "end_offset": 1163, "start_offset": 1145 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 959, "start_offset": 953 } }, { "id": 15, "label": "ORGANIZATION", "position": { "end_offset": 943, "start_offset": 940 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 1015, "start_offset": 1012 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 1087, "start_offset": 1067 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 212, "start_offset": 168 } }, { "id": 19, "label": "ORGANIZATION", "position": { "end_offset": 1010, "start_offset": 989 } }, { "id": 20, "label": "NORP", "position": { "end_offset": 628, "start_offset": 618 } }, { "id": 21, "label": "NORP", "position": { "end_offset": 338, "start_offset": 328 } }, { "id": 22, "label": "EVENT", "position": { "end_offset": 1735, "start_offset": 1716 } }, { "id": 23, "label": "ORGANIZATION", "position": { "end_offset": 495, "start_offset": 493 } }, { "id": 24, "label": "ORGANIZATION", "position": { "end_offset": 1111, "start_offset": 1109 } }, { "id": 25, "label": "EVENT", "position": { "end_offset": 878, "start_offset": 870 } }, { "id": 26, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 27, "label": "PERSON", "position": { "end_offset": 212, "start_offset": 192 } }, { "id": 28, "label": "ROLE", "position": { "end_offset": 197, "start_offset": 192 } }, { "id": 29, "label": "PERSON", "position": { "end_offset": 368, "start_offset": 363 } }, { "id": 30, "label": "EVENT", "position": { "end_offset": 121, "start_offset": 107 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 1189, "start_offset": 1184 } }, { "id": 32, "label": "NORP", "position": { "end_offset": 454, "start_offset": 436 } }, { "id": 33, "label": "ORGANIZATION", "position": { "end_offset": 967, "start_offset": 965 } }, { "id": 34, "label": "PERSON", "position": { "end_offset": 212, "start_offset": 176 } }, { "id": 35, "label": "NORP", "position": { "end_offset": 1615, "start_offset": 1597 } } ]
[ { "head": 5, "id": 1, "relation": "chairperson", "relation_source": "DocRED", "tail": 39 }, { "head": 5, "id": 2, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 39 }, { "head": 31, "id": 3, "relation": "occupation", "relation_source": "DocRED", "tail": 5 }, { "head": 15, "id": 4, "relation": "given name", "relation_source": "DocRED", "tail": 12 }, { "head": 14, "id": 5, "relation": "given name", "relation_source": "DocRED", "tail": 12 }, { "head": 31, "id": 6, "relation": "occupation", "relation_source": "DocRED", "tail": 12 }, { "head": 19, "id": 7, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 23 }, { "head": 1, "id": 8, "relation": "given name", "relation_source": "DocRED", "tail": 12 }, { "head": 3, "id": 9, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 37 }, { "head": 19, "id": 10, "relation": "chairperson", "relation_source": "DocRED", "tail": 5 }, { "head": 17, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 19 }, { "head": 19, "id": 12, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 43 }, { "head": 44, "id": 13, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 29 }, { "head": 9, "id": 14, "relation": "award received", "relation_source": "DocRED", "tail": 24 }, { "head": 19, "id": 15, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 39 }, { "head": 19, "id": 16, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 40 }, { "head": 27, "id": 17, "relation": "award received", "relation_source": "DocRED", "tail": 11 }, { "head": 3, "id": 18, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 21 }, { "head": 6, "id": 19, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 19 }, { "head": 42, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 12 }, { "head": 19, "id": 21, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 26 }, { "head": 41, "id": 22, "relation": "occupation", "relation_source": "DocRED", "tail": 7 }, { "head": 3, "id": 23, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 8 }, { "head": 36, "id": 24, "relation": "occupation", "relation_source": "DocRED", "tail": 35 }, { "head": 3, "id": 25, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 28 }, { "head": 33, "id": 26, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 44 }, { "head": 25, "id": 27, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 19 }, { "head": 19, "id": 28, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 22 }, { "head": 30, "id": 29, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 44 }, { "head": 35, "id": 30, "relation": "authority", "relation_source": "DocRED", "tail": 44 } ]
article_23
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 231, "start_offset": 226 } }, { "id": 2, "label": "EVENT", "position": { "end_offset": 1336, "start_offset": 1328 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 489, "start_offset": 462 } }, { "id": 4, "label": "ORGANIZATION", "position": { "end_offset": 512, "start_offset": 501 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 224, "start_offset": 188 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 3307, "start_offset": 3303 } }, { "id": 7, "label": "ROLE", "position": { "end_offset": 2199, "start_offset": 2183 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 494, "start_offset": 491 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 2177, "start_offset": 2164 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 1247, "start_offset": 1244 } }, { "id": 11, "label": "TITLE", "position": { "end_offset": 212, "start_offset": 205 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 224, "start_offset": 205 } }, { "id": 13, "label": "ORGANIZATION", "position": { "end_offset": 1725, "start_offset": 1716 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 1116, "start_offset": 1111 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 1916, "start_offset": 1911 } }, { "id": 16, "label": "EVENT", "position": { "end_offset": 1086, "start_offset": 1071 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 567, "start_offset": 563 } }, { "id": 18, "label": "LOCATION", "position": { "end_offset": 9, "start_offset": 0 } }, { "id": 19, "label": "ORGANIZATION", "position": { "end_offset": 107, "start_offset": 78 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 1746, "start_offset": 1743 } }, { "id": 21, "label": "ORGANIZATION", "position": { "end_offset": 1734, "start_offset": 1731 } }, { "id": 22, "label": "ORGANIZATION", "position": { "end_offset": 929, "start_offset": 925 } }, { "id": 23, "label": "ORGANIZATION", "position": { "end_offset": 988, "start_offset": 984 } }, { "id": 24, "label": "TITLE", "position": { "end_offset": 2163, "start_offset": 2160 } }, { "id": 25, "label": "ORGANIZATION", "position": { "end_offset": 3229, "start_offset": 3225 } }, { "id": 26, "label": "ORGANIZATION", "position": { "end_offset": 676, "start_offset": 672 } }, { "id": 27, "label": "PERSON", "position": { "end_offset": 224, "start_offset": 213 } }, { "id": 28, "label": "ORGANIZATION", "position": { "end_offset": 1976, "start_offset": 1973 } }, { "id": 29, "label": "ORGANIZATION", "position": { "end_offset": 2808, "start_offset": 2805 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 2781, "start_offset": 2744 } }, { "id": 31, "label": "ROLE", "position": { "end_offset": 584, "start_offset": 576 } }, { "id": 32, "label": "LOCATION", "position": { "end_offset": 2210, "start_offset": 2203 } }, { "id": 33, "label": "ORGANIZATION", "position": { "end_offset": 2953, "start_offset": 2950 } }, { "id": 34, "label": "ORGANIZATION", "position": { "end_offset": 1226, "start_offset": 1217 } }, { "id": 35, "label": "PERSON", "position": { "end_offset": 2781, "start_offset": 2771 } }, { "id": 36, "label": "ROLE", "position": { "end_offset": 2753, "start_offset": 2744 } }, { "id": 37, "label": "ORGANIZATION", "position": { "end_offset": 1235, "start_offset": 1232 } }, { "id": 38, "label": "ROLE", "position": { "end_offset": 2200, "start_offset": 2183 } }, { "id": 39, "label": "ORGANIZATION", "position": { "end_offset": 592, "start_offset": 588 } }, { "id": 40, "label": "ORGANIZATION", "position": { "end_offset": 784, "start_offset": 780 } }, { "id": 41, "label": "PERSON", "position": { "end_offset": 2177, "start_offset": 2160 } }, { "id": 42, "label": "ROLE", "position": { "end_offset": 204, "start_offset": 188 } }, { "id": 43, "label": "ORGANIZATION", "position": { "end_offset": 113, "start_offset": 109 } }, { "id": 44, "label": "ORGANIZATION", "position": { "end_offset": 2770, "start_offset": 2757 } } ]
[ { "head": 42, "id": 1, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 21 }, { "head": 42, "id": 2, "relation": "chairperson", "relation_source": "DocRED", "tail": 21 }, { "head": 39, "id": 3, "relation": "occupation", "relation_source": "DocRED", "tail": 13 }, { "head": 21, "id": 4, "relation": "given name", "relation_source": "DocRED", "tail": 20 }, { "head": 50, "id": 5, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 30 }, { "head": 35, "id": 6, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 14 }, { "head": 48, "id": 7, "relation": "award received", "relation_source": "DocRED", "tail": 36 }, { "head": 12, "id": 8, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 25 }, { "head": 19, "id": 9, "relation": "occupation", "relation_source": "DocRED", "tail": 31 }, { "head": 55, "id": 10, "relation": "occupation", "relation_source": "DocRED", "tail": 13 }, { "head": 35, "id": 11, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 40 }, { "head": 38, "id": 12, "relation": "occupation", "relation_source": "DocRED", "tail": 7 }, { "head": 37, "id": 13, "relation": "capital of", "relation_source": "DocRED", "tail": 41 }, { "head": 6, "id": 14, "relation": "occupation", "relation_source": "DocRED", "tail": 13 }, { "head": 42, "id": 15, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 25 }, { "head": 22, "id": 16, "relation": "occupation", "relation_source": "DocRED", "tail": 46 }, { "head": 42, "id": 17, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 27 }, { "head": 17, "id": 18, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 2 }, { "head": 25, "id": 19, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 6 }, { "head": 18, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 33 }, { "head": 49, "id": 21, "relation": "chairperson", "relation_source": "DocRED", "tail": 21 }, { "head": 15, "id": 22, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 42 }, { "head": 16, "id": 23, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 42 }, { "head": 1, "id": 24, "relation": "award received", "relation_source": "DocRED", "tail": 56 }, { "head": 39, "id": 25, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 25 }, { "head": 24, "id": 26, "relation": "occupation", "relation_source": "DocRED", "tail": 35 }, { "head": 58, "id": 27, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 25 }, { "head": 5, "id": 28, "relation": "occupation", "relation_source": "DocRED", "tail": 13 }, { "head": 42, "id": 29, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 43 }, { "head": 34, "id": 30, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 29 }, { "head": 32, "id": 31, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 3 }, { "head": 11, "id": 32, "relation": "occupation", "relation_source": "DocRED", "tail": 12 }, { "head": 58, "id": 33, "relation": "occupation", "relation_source": "DocRED", "tail": 13 }, { "head": 5, "id": 34, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 25 }, { "head": 55, "id": 35, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 25 }, { "head": 49, "id": 36, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 42 }, { "head": 21, "id": 37, "relation": "chairperson", "relation_source": "DocRED", "tail": 49 }, { "head": 45, "id": 38, "relation": "occupation", "relation_source": "DocRED", "tail": 44 }, { "head": 28, "id": 39, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 29 } ]
article_24
[ { "id": 1, "label": "TITLE", "position": { "end_offset": 1819, "start_offset": 1809 } }, { "id": 2, "label": "ORGANIZATION", "position": { "end_offset": 1076, "start_offset": 1073 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 1710, "start_offset": 1705 } }, { "id": 4, "label": "LOCATION", "position": { "end_offset": 2572, "start_offset": 2567 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 883, "start_offset": 872 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 839, "start_offset": 830 } }, { "id": 7, "label": "ROLE", "position": { "end_offset": 716, "start_offset": 697 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 1376, "start_offset": 1371 } }, { "id": 9, "label": "LAW", "position": { "end_offset": 2136, "start_offset": 2111 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 1102, "start_offset": 1089 } }, { "id": 11, "label": "ROLE", "position": { "end_offset": 964, "start_offset": 948 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 920, "start_offset": 907 } }, { "id": 13, "label": "ROLE", "position": { "end_offset": 794, "start_offset": 777 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 1808, "start_offset": 1753 } }, { "id": 15, "label": "ORGANIZATION", "position": { "end_offset": 1959, "start_offset": 1956 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 2911, "start_offset": 2908 } }, { "id": 17, "label": "FACILITY", "position": { "end_offset": 1084, "start_offset": 1027 } }, { "id": 18, "label": "ROLE", "position": { "end_offset": 653, "start_offset": 639 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 663, "start_offset": 655 } }, { "id": 20, "label": "PERSON", "position": { "end_offset": 970, "start_offset": 966 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 59, "start_offset": 39 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 769, "start_offset": 757 } }, { "id": 23, "label": "LOCATION", "position": { "end_offset": 2253, "start_offset": 2248 } }, { "id": 24, "label": "ROLE", "position": { "end_offset": 1745, "start_offset": 1737 } }, { "id": 25, "label": "ORGANIZATION", "position": { "end_offset": 1647, "start_offset": 1644 } }, { "id": 26, "label": "LAW", "position": { "end_offset": 2135, "start_offset": 2131 } }, { "id": 27, "label": "ORGANIZATION", "position": { "end_offset": 2201, "start_offset": 2198 } }, { "id": 28, "label": "LAW", "position": { "end_offset": 1519, "start_offset": 1515 } }, { "id": 29, "label": "LAW", "position": { "end_offset": 1448, "start_offset": 1425 } }, { "id": 30, "label": "LOCATION", "position": { "end_offset": 1207, "start_offset": 1192 } }, { "id": 31, "label": "ROLE", "position": { "end_offset": 676, "start_offset": 667 } }, { "id": 32, "label": "ORGANIZATION", "position": { "end_offset": 1703, "start_offset": 1669 } }, { "id": 33, "label": "PERSON", "position": { "end_offset": 635, "start_offset": 613 } }, { "id": 34, "label": "LAW", "position": { "end_offset": 1454, "start_offset": 1450 } }, { "id": 35, "label": "PERSON", "position": { "end_offset": 1838, "start_offset": 1809 } }, { "id": 36, "label": "TITLE", "position": { "end_offset": 1822, "start_offset": 1820 } }, { "id": 37, "label": "LOCATION", "position": { "end_offset": 13, "start_offset": 0 } }, { "id": 38, "label": "PERSON", "position": { "end_offset": 693, "start_offset": 681 } }, { "id": 39, "label": "PERSON", "position": { "end_offset": 870, "start_offset": 856 } }, { "id": 40, "label": "ORGANIZATION", "position": { "end_offset": 1780, "start_offset": 1753 } }, { "id": 41, "label": "LOCATION", "position": { "end_offset": 1214, "start_offset": 1209 } }, { "id": 42, "label": "ORGANIZATION", "position": { "end_offset": 32, "start_offset": 15 } }, { "id": 43, "label": "ORGANIZATION", "position": { "end_offset": 2823, "start_offset": 2820 } }, { "id": 44, "label": "ROLE", "position": { "end_offset": 48, "start_offset": 39 } }, { "id": 45, "label": "PERSON", "position": { "end_offset": 59, "start_offset": 49 } }, { "id": 46, "label": "ROLE", "position": { "end_offset": 752, "start_offset": 743 } }, { "id": 47, "label": "LOCATION", "position": { "end_offset": 1640, "start_offset": 1632 } }, { "id": 48, "label": "PERSON", "position": { "end_offset": 1838, "start_offset": 1823 } }, { "id": 49, "label": "ORGANIZATION", "position": { "end_offset": 37, "start_offset": 34 } }, { "id": 50, "label": "NORP", "position": { "end_offset": 1180, "start_offset": 1170 } }, { "id": 51, "label": "EVENT", "position": { "end_offset": 526, "start_offset": 500 } }, { "id": 52, "label": "LAW", "position": { "end_offset": 192, "start_offset": 164 } }, { "id": 53, "label": "LAW", "position": { "end_offset": 1455, "start_offset": 1425 } }, { "id": 54, "label": "LOCATION", "position": { "end_offset": 2194, "start_offset": 2189 } }, { "id": 55, "label": "PERSON", "position": { "end_offset": 900, "start_offset": 889 } }, { "id": 56, "label": "PERSON", "position": { "end_offset": 1838, "start_offset": 1820 } }, { "id": 57, "label": "ORGANIZATION", "position": { "end_offset": 1807, "start_offset": 1782 } }, { "id": 58, "label": "PERSON", "position": { "end_offset": 854, "start_offset": 841 } } ]
[ { "head": 16, "id": 1, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 13 }, { "head": 19, "id": 2, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 1 }, { "head": 23, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 6, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 20, "id": 5, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 18 }, { "head": 2, "id": 6, "relation": "significant event", "relation_source": "DocRED", "tail": 15 }, { "head": 14, "id": 7, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 21, "id": 8, "relation": "significant event", "relation_source": "DocRED", "tail": 15 }, { "head": 24, "id": 9, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 4 }, { "head": 5, "id": 10, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 12 }, { "head": 22, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 3 } ]
article_25
[ { "id": 1, "label": "ORGANIZATION", "position": { "end_offset": 1025, "start_offset": 1022 } }, { "id": 2, "label": "EVENT", "position": { "end_offset": 418, "start_offset": 399 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 1078, "start_offset": 1070 } }, { "id": 4, "label": "ORGANIZATION", "position": { "end_offset": 1146, "start_offset": 1127 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 1196, "start_offset": 1191 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 1121, "start_offset": 1116 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 1210, "start_offset": 1207 } }, { "id": 8, "label": "EVENT", "position": { "end_offset": 381, "start_offset": 374 } }, { "id": 9, "label": "ORGANIZATION", "position": { "end_offset": 1114, "start_offset": 1084 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 877, "start_offset": 855 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 1034, "start_offset": 1031 } }, { "id": 12, "label": "ORGANIZATION", "position": { "end_offset": 1189, "start_offset": 1163 } }, { "id": 13, "label": "ORGANIZATION", "position": { "end_offset": 957, "start_offset": 937 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 989, "start_offset": 968 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 962, "start_offset": 959 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 994, "start_offset": 991 } }, { "id": 18, "label": "ORGANIZATION", "position": { "end_offset": 45, "start_offset": 43 } }, { "id": 19, "label": "ORGANIZATION", "position": { "end_offset": 1020, "start_offset": 1000 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 41, "start_offset": 22 } }, { "id": 21, "label": "EVENT", "position": { "end_offset": 118, "start_offset": 96 } }, { "id": 22, "label": "ORGANIZATION", "position": { "end_offset": 1068, "start_offset": 1039 } }, { "id": 23, "label": "ORGANIZATION", "position": { "end_offset": 882, "start_offset": 879 } }, { "id": 24, "label": "ORGANIZATION", "position": { "end_offset": 1154, "start_offset": 1148 } } ]
[ { "head": 32, "id": 1, "relation": "founded by", "relation_source": "DocRED", "tail": 7 }, { "head": 32, "id": 2, "relation": "Org-Aff.Founder", "relation_source": "ACE05", "tail": 7 }, { "head": 28, "id": 3, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 22 }, { "head": 29, "id": 4, "relation": "capital", "relation_source": "DocRED", "tail": 1 }, { "head": 8, "id": 5, "relation": "significant event", "relation_source": "DocRED", "tail": 13 }, { "head": 24, "id": 6, "relation": "occupation", "relation_source": "DocRED", "tail": 23 }, { "head": 21, "id": 7, "relation": "director / manager", "relation_source": "DocRED", "tail": 9 }, { "head": 1, "id": 8, "relation": "capital", "relation_source": "DocRED", "tail": 29 }, { "head": 12, "id": 9, "relation": "award received", "relation_source": "DocRED", "tail": 3 }, { "head": 6, "id": 10, "relation": "Part-Whole.Subsidary", "relation_source": "ACE05", "tail": 4 }, { "head": 23, "id": 11, "relation": "significant event", "relation_source": "DocRED", "tail": 10 }, { "head": 11, "id": 12, "relation": "award received", "relation_source": "DocRED", "tail": 19 }, { "head": 26, "id": 13, "relation": "award received", "relation_source": "DocRED", "tail": 17 }, { "head": 20, "id": 14, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 15 }, { "head": 25, "id": 15, "relation": "location", "relation_source": "DocRED", "tail": 15 }, { "head": 23, "id": 16, "relation": "country of citizenship", "relation_source": "DocRED", "tail": 1 }, { "head": 9, "id": 17, "relation": "occupation", "relation_source": "DocRED", "tail": 21 }, { "head": 18, "id": 18, "relation": "occupation", "relation_source": "DocRED", "tail": 2 }, { "head": 27, "id": 19, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 15 }, { "head": 16, "id": 20, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 14 } ]
article_26
[ { "id": 1, "label": "LOCATION", "position": { "end_offset": 22, "start_offset": 14 } }, { "id": 2, "label": "ROLE", "position": { "end_offset": 228, "start_offset": 221 } }, { "id": 3, "label": "TITLE", "position": { "end_offset": 59, "start_offset": 52 } }, { "id": 4, "label": "ORGANIZATION", "position": { "end_offset": 393, "start_offset": 354 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 476, "start_offset": 433 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 343, "start_offset": 323 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 248, "start_offset": 221 } }, { "id": 8, "label": "EVENT", "position": { "end_offset": 764, "start_offset": 755 } }, { "id": 9, "label": "ROLE", "position": { "end_offset": 585, "start_offset": 572 } }, { "id": 10, "label": "EVENT", "position": { "end_offset": 106, "start_offset": 97 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 607, "start_offset": 594 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 73, "start_offset": 60 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 613, "start_offset": 609 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 417, "start_offset": 395 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 163, "start_offset": 149 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 423, "start_offset": 419 } }, { "id": 17, "label": "TITLE", "position": { "end_offset": 236, "start_offset": 229 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 248, "start_offset": 229 } }, { "id": 19, "label": "TITLE", "position": { "end_offset": 593, "start_offset": 586 } }, { "id": 20, "label": "FACILITY", "position": { "end_offset": 540, "start_offset": 505 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 607, "start_offset": 586 } }, { "id": 22, "label": "ORGANIZATION", "position": { "end_offset": 571, "start_offset": 559 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 73, "start_offset": 52 } }, { "id": 24, "label": "ROLE", "position": { "end_offset": 187, "start_offset": 180 } }, { "id": 25, "label": "EVENT", "position": { "end_offset": 145, "start_offset": 140 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 248, "start_offset": 237 } }, { "id": 27, "label": "LOCATION", "position": { "end_offset": 174, "start_offset": 165 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 607, "start_offset": 572 } }, { "id": 29, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 267, "start_offset": 264 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 259, "start_offset": 255 } }, { "id": 32, "label": "ORGANIZATION", "position": { "end_offset": 220, "start_offset": 207 } } ]
[ { "head": 11, "id": 1, "relation": "award received", "relation_source": "DocRED", "tail": 6 }, { "head": 1, "id": 2, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 16 }, { "head": 4, "id": 3, "relation": "occupation", "relation_source": "DocRED", "tail": 7 }, { "head": 5, "id": 4, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 19 }, { "head": 3, "id": 5, "relation": "occupation", "relation_source": "DocRED", "tail": 19 }, { "head": 29, "id": 6, "relation": "occupation", "relation_source": "DocRED", "tail": 19 }, { "head": 25, "id": 7, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 27 }, { "head": 10, "id": 8, "relation": "award received", "relation_source": "DocRED", "tail": 33 }, { "head": 27, "id": 9, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 4 }, { "head": 28, "id": 10, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 27 }, { "head": 9, "id": 11, "relation": "award received", "relation_source": "DocRED", "tail": 31 }, { "head": 18, "id": 12, "relation": "occupation", "relation_source": "DocRED", "tail": 21 }, { "head": 17, "id": 13, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 27 }, { "head": 14, "id": 14, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 5 }, { "head": 28, "id": 15, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 4 }, { "head": 23, "id": 16, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 24 } ]
article_27
[ { "id": 1, "label": "ORGANIZATION", "position": { "end_offset": 1893, "start_offset": 1852 } }, { "id": 2, "label": "ORGANIZATION", "position": { "end_offset": 1065, "start_offset": 1063 } }, { "id": 3, "label": "ROLE", "position": { "end_offset": 1285, "start_offset": 1279 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 319, "start_offset": 294 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 1321, "start_offset": 1286 } }, { "id": 6, "label": "TITLE", "position": { "end_offset": 1336, "start_offset": 1331 } }, { "id": 7, "label": "ROLE", "position": { "end_offset": 292, "start_offset": 284 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 146, "start_offset": 141 } }, { "id": 9, "label": "TITLE", "position": { "end_offset": 304, "start_offset": 294 } }, { "id": 10, "label": "TITLE", "position": { "end_offset": 2235, "start_offset": 2225 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 1348, "start_offset": 1337 } }, { "id": 12, "label": "EVENT", "position": { "end_offset": 2168, "start_offset": 2162 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 493, "start_offset": 486 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 1348, "start_offset": 1322 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 1637, "start_offset": 1628 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 1899, "start_offset": 1895 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 2271, "start_offset": 2267 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 2255, "start_offset": 2225 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 1348, "start_offset": 1331 } }, { "id": 20, "label": "LOCATION", "position": { "end_offset": 136, "start_offset": 128 } }, { "id": 21, "label": "ROLE", "position": { "end_offset": 2223, "start_offset": 2209 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 1775, "start_offset": 1768 } }, { "id": 23, "label": "ORGANIZATION", "position": { "end_offset": 1949, "start_offset": 1943 } }, { "id": 24, "label": "ORGANIZATION", "position": { "end_offset": 1941, "start_offset": 1909 } }, { "id": 25, "label": "ORGANIZATION", "position": { "end_offset": 631, "start_offset": 627 } }, { "id": 26, "label": "EVENT", "position": { "end_offset": 2150, "start_offset": 2133 } }, { "id": 27, "label": "ORGANIZATION", "position": { "end_offset": 56, "start_offset": 18 } }, { "id": 28, "label": "ORGANIZATION", "position": { "end_offset": 62, "start_offset": 58 } }, { "id": 29, "label": "ROLE", "position": { "end_offset": 1330, "start_offset": 1322 } }, { "id": 30, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 319, "start_offset": 305 } }, { "id": 32, "label": "ORGANIZATION", "position": { "end_offset": 1031, "start_offset": 1029 } }, { "id": 33, "label": "PERSON", "position": { "end_offset": 2255, "start_offset": 2236 } } ]
[ { "head": 27, "id": 1, "relation": "capital of", "relation_source": "DocRED", "tail": 14 }, { "head": 26, "id": 2, "relation": "occupation", "relation_source": "DocRED", "tail": 28 }, { "head": 8, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 4 }, { "head": 30, "id": 4, "relation": "award received", "relation_source": "DocRED", "tail": 25 }, { "head": 14, "id": 5, "relation": "head of government", "relation_source": "DocRED", "tail": 5 }, { "head": 4, "id": 6, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 16 }, { "head": 29, "id": 7, "relation": "award received", "relation_source": "DocRED", "tail": 12 }, { "head": 20, "id": 8, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 1 }, { "head": 2, "id": 9, "relation": "occupation", "relation_source": "DocRED", "tail": 23 }, { "head": 31, "id": 10, "relation": "significant event", "relation_source": "DocRED", "tail": 4 } ]
article_28
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1187, "start_offset": 1157 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 1251, "start_offset": 1221 } }, { "id": 3, "label": "LOCATION", "position": { "end_offset": 375, "start_offset": 368 } }, { "id": 4, "label": "EVENT", "position": { "end_offset": 190, "start_offset": 156 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 1251, "start_offset": 1206 } }, { "id": 6, "label": "ROLE", "position": { "end_offset": 36, "start_offset": 27 } }, { "id": 7, "label": "LOCATION", "position": { "end_offset": 297, "start_offset": 289 } }, { "id": 8, "label": "EVENT", "position": { "end_offset": 1069, "start_offset": 1065 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 322, "start_offset": 313 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 362, "start_offset": 354 } }, { "id": 11, "label": "LOCATION", "position": { "end_offset": 304, "start_offset": 299 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 1251, "start_offset": 1232 } }, { "id": 13, "label": "LOCATION", "position": { "end_offset": 279, "start_offset": 269 } }, { "id": 14, "label": "LOCATION", "position": { "end_offset": 267, "start_offset": 259 } }, { "id": 15, "label": "ROLE", "position": { "end_offset": 56, "start_offset": 41 } }, { "id": 16, "label": "EVENT", "position": { "end_offset": 196, "start_offset": 192 } }, { "id": 17, "label": "LOCATION", "position": { "end_offset": 344, "start_offset": 339 } }, { "id": 18, "label": "LOCATION", "position": { "end_offset": 287, "start_offset": 281 } }, { "id": 19, "label": "LOCATION", "position": { "end_offset": 328, "start_offset": 324 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 1156, "start_offset": 1128 } }, { "id": 21, "label": "LOCATION", "position": { "end_offset": 311, "start_offset": 306 } }, { "id": 22, "label": "LOCATION", "position": { "end_offset": 337, "start_offset": 330 } }, { "id": 23, "label": "ROLE", "position": { "end_offset": 1220, "start_offset": 1206 } }, { "id": 24, "label": "LOCATION", "position": { "end_offset": 352, "start_offset": 346 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 1187, "start_offset": 1179 } }, { "id": 26, "label": "ROLE", "position": { "end_offset": 1172, "start_offset": 1157 } }, { "id": 27, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 1187, "start_offset": 1173 } }, { "id": 29, "label": "TITLE", "position": { "end_offset": 1231, "start_offset": 1221 } }, { "id": 30, "label": "TITLE", "position": { "end_offset": 1178, "start_offset": 1173 } }, { "id": 31, "label": "ORGANIZATION", "position": { "end_offset": 414, "start_offset": 377 } } ]
[ { "head": 16, "id": 1, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 2 }, { "head": 15, "id": 2, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 7 }, { "head": 12, "id": 3, "relation": "significant event", "relation_source": "DocRED", "tail": 1 }, { "head": 4, "id": 4, "relation": "award received", "relation_source": "DocRED", "tail": 5 }, { "head": 6, "id": 5, "relation": "occupation", "relation_source": "DocRED", "tail": 7 }, { "head": 1, "id": 6, "relation": "location", "relation_source": "DocRED", "tail": 11 }, { "head": 12, "id": 7, "relation": "capital of", "relation_source": "DocRED", "tail": 11 }, { "head": 4, "id": 8, "relation": "given name", "relation_source": "DocRED", "tail": 8 }, { "head": 10, "id": 9, "relation": "given name", "relation_source": "DocRED", "tail": 4 }, { "head": 12, "id": 10, "relation": "significant event", "relation_source": "DocRED", "tail": 3 } ]
article_29
[ { "id": 1, "label": "EVENT", "position": { "end_offset": 142, "start_offset": 125 } }, { "id": 2, "label": "ORGANIZATION", "position": { "end_offset": 252, "start_offset": 219 } }, { "id": 3, "label": "EVENT", "position": { "end_offset": 406, "start_offset": 393 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 341, "start_offset": 326 } }, { "id": 5, "label": "TITLE", "position": { "end_offset": 325, "start_offset": 315 } }, { "id": 6, "label": "ROLE", "position": { "end_offset": 269, "start_offset": 261 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 341, "start_offset": 315 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 662, "start_offset": 655 } }, { "id": 9, "label": "EVENT", "position": { "end_offset": 1815, "start_offset": 1807 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 1333, "start_offset": 1326 } }, { "id": 11, "label": "LOCATION", "position": { "end_offset": 2387, "start_offset": 2379 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 13, "label": "EVENT", "position": { "end_offset": 965, "start_offset": 957 } }, { "id": 15, "label": "ORGANIZATION", "position": { "end_offset": 304, "start_offset": 277 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 258, "start_offset": 254 } } ]
[ { "head": 14, "id": 1, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 11 }, { "head": 14, "id": 2, "relation": "chairperson", "relation_source": "DocRED", "tail": 11 }, { "head": 10, "id": 3, "relation": "award received", "relation_source": "DocRED", "tail": 6 }, { "head": 25, "id": 4, "relation": "given name", "relation_source": "DocRED", "tail": 24 }, { "head": 21, "id": 5, "relation": "given name", "relation_source": "DocRED", "tail": 16 }, { "head": 26, "id": 6, "relation": "given name", "relation_source": "DocRED", "tail": 21 }, { "head": 21, "id": 7, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 9 }, { "head": 31, "id": 8, "relation": "occupation", "relation_source": "DocRED", "tail": 29 }, { "head": 34, "id": 9, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 25, "id": 10, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 7 }, { "head": 7, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 15, "id": 12, "relation": "occupation", "relation_source": "DocRED", "tail": 39 }, { "head": 19, "id": 13, "relation": "occupation", "relation_source": "DocRED", "tail": 30 }, { "head": 21, "id": 14, "relation": "given name", "relation_source": "DocRED", "tail": 38 }, { "head": 32, "id": 15, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 22 }, { "head": 8, "id": 16, "relation": "award received", "relation_source": "DocRED", "tail": 37 }, { "head": 22, "id": 17, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 9, "id": 18, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 2 }, { "head": 3, "id": 19, "relation": "given name", "relation_source": "DocRED", "tail": 24 }, { "head": 5, "id": 20, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 35 }, { "head": 23, "id": 21, "relation": "given name", "relation_source": "DocRED", "tail": 36 }, { "head": 1, "id": 22, "relation": "given name", "relation_source": "DocRED", "tail": 21 }, { "head": 20, "id": 23, "relation": "award received", "relation_source": "DocRED", "tail": 23 }, { "head": 9, "id": 24, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 11 }, { "head": 9, "id": 25, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 12 }, { "head": 18, "id": 26, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 34 }, { "head": 27, "id": 27, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 28, "id": 28, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 9 }, { "head": 9, "id": 29, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 21, "id": 30, "relation": "given name", "relation_source": "DocRED", "tail": 32 } ]
article_30
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1401, "start_offset": 1394 } }, { "id": 2, "label": "ORGANIZATION", "position": { "end_offset": 1424, "start_offset": 1421 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 743, "start_offset": 736 } }, { "id": 4, "label": "EVENT", "position": { "end_offset": 658, "start_offset": 651 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 118, "start_offset": 80 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 495, "start_offset": 474 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 1886, "start_offset": 1883 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 1551, "start_offset": 1525 } }, { "id": 9, "label": "ORGANIZATION", "position": { "end_offset": 186, "start_offset": 153 } }, { "id": 10, "label": "TITLE", "position": { "end_offset": 473, "start_offset": 466 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 455, "start_offset": 452 } }, { "id": 12, "label": "ORGANIZATION", "position": { "end_offset": 191, "start_offset": 188 } }, { "id": 13, "label": "LOCATION", "position": { "end_offset": 5, "start_offset": 0 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 495, "start_offset": 456 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 495, "start_offset": 466 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 1611, "start_offset": 1604 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 805, "start_offset": 802 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 1551, "start_offset": 1497 } }, { "id": 19, "label": "ROLE", "position": { "end_offset": 88, "start_offset": 80 } }, { "id": 20, "label": "TITLE", "position": { "end_offset": 99, "start_offset": 89 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 204, "start_offset": 193 } }, { "id": 22, "label": "ORGANIZATION", "position": { "end_offset": 1749, "start_offset": 1746 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 118, "start_offset": 100 } }, { "id": 24, "label": "PERSON", "position": { "end_offset": 322, "start_offset": 311 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 1863, "start_offset": 1856 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 731, "start_offset": 724 } }, { "id": 27, "label": "ORGANIZATION", "position": { "end_offset": 906, "start_offset": 903 } }, { "id": 28, "label": "ORGANIZATION", "position": { "end_offset": 1854, "start_offset": 1851 } }, { "id": 29, "label": "ROLE", "position": { "end_offset": 1513, "start_offset": 1497 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 118, "start_offset": 89 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 1551, "start_offset": 1514 } }, { "id": 32, "label": "PERSON", "position": { "end_offset": 1726, "start_offset": 1719 } }, { "id": 33, "label": "EVENT", "position": { "end_offset": 658, "start_offset": 615 } }, { "id": 34, "label": "ORGANIZATION", "position": { "end_offset": 1496, "start_offset": 1493 } }, { "id": 35, "label": "ORGANIZATION", "position": { "end_offset": 79, "start_offset": 63 } }, { "id": 36, "label": "PERSON", "position": { "end_offset": 236, "start_offset": 224 } }, { "id": 37, "label": "TITLE", "position": { "end_offset": 1524, "start_offset": 1514 } }, { "id": 38, "label": "PERSON", "position": { "end_offset": 272, "start_offset": 265 } }, { "id": 39, "label": "ROLE", "position": { "end_offset": 465, "start_offset": 456 } } ]
[ { "head": 11, "id": 1, "relation": "location", "relation_source": "DocRED", "tail": 9 }, { "head": 3, "id": 2, "relation": "location", "relation_source": "DocRED", "tail": 11 }, { "head": 5, "id": 3, "relation": "location", "relation_source": "DocRED", "tail": 11 }, { "head": 11, "id": 4, "relation": "location", "relation_source": "DocRED", "tail": 8 }, { "head": 11, "id": 5, "relation": "location", "relation_source": "DocRED", "tail": 2 }, { "head": 11, "id": 6, "relation": "location", "relation_source": "DocRED", "tail": 7 }, { "head": 11, "id": 7, "relation": "location", "relation_source": "DocRED", "tail": 4 }, { "head": 1, "id": 8, "relation": "location", "relation_source": "DocRED", "tail": 11 } ]
article_31
[ { "id": 1, "label": "LOCATION", "position": { "end_offset": 373, "start_offset": 367 } }, { "id": 2, "label": "LOCATION", "position": { "end_offset": 911, "start_offset": 906 } }, { "id": 3, "label": "LOCATION", "position": { "end_offset": 658, "start_offset": 648 } }, { "id": 4, "label": "LOCATION", "position": { "end_offset": 455, "start_offset": 448 } }, { "id": 5, "label": "LOCATION", "position": { "end_offset": 681, "start_offset": 675 } }, { "id": 6, "label": "LOCATION", "position": { "end_offset": 901, "start_offset": 893 } }, { "id": 7, "label": "LOCATION", "position": { "end_offset": 709, "start_offset": 701 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 476, "start_offset": 464 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 828, "start_offset": 816 } }, { "id": 11, "label": "EVENT", "position": { "end_offset": 175, "start_offset": 168 } } ]
[ { "head": 21, "id": 1, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 12 }, { "head": 21, "id": 2, "relation": "location", "relation_source": "DocRED", "tail": 12 }, { "head": 2, "id": 3, "relation": "applies to jurisdiction", "relation_source": "DocRED", "tail": 8 }, { "head": 6, "id": 4, "relation": "occupation", "relation_source": "DocRED", "tail": 4 }, { "head": 13, "id": 5, "relation": "given name", "relation_source": "DocRED", "tail": 9 }, { "head": 7, "id": 6, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 28 }, { "head": 1, "id": 7, "relation": "occupation", "relation_source": "DocRED", "tail": 13 }, { "head": 13, "id": 8, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 7 }, { "head": 21, "id": 9, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 3 }, { "head": 25, "id": 10, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 7 }, { "head": 18, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 28, "id": 12, "relation": "given name", "relation_source": "DocRED", "tail": 29 }, { "head": 22, "id": 13, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 23 }, { "head": 20, "id": 14, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 18 }, { "head": 12, "id": 15, "relation": "Physical.Near", "relation_source": "ACE05", "tail": 15 }, { "head": 27, "id": 16, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 8 }, { "head": 28, "id": 17, "relation": "given name", "relation_source": "DocRED", "tail": 24 } ]
article_32
[ { "id": 1, "label": "ROLE", "position": { "end_offset": 380, "start_offset": 370 } }, { "id": 2, "label": "LAW", "position": { "end_offset": 1086, "start_offset": 1042 } }, { "id": 3, "label": "LOCATION", "position": { "end_offset": 988, "start_offset": 980 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 1227, "start_offset": 1204 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 661, "start_offset": 631 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 1252, "start_offset": 1228 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 80, "start_offset": 62 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 9, "start_offset": 0 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 1737, "start_offset": 1727 } }, { "id": 10, "label": "FACILITY", "position": { "end_offset": 2081, "start_offset": 2079 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 738, "start_offset": 706 } }, { "id": 12, "label": "FACILITY", "position": { "end_offset": 945, "start_offset": 929 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 402, "start_offset": 381 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 855, "start_offset": 835 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 956, "start_offset": 947 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 698, "start_offset": 667 } }, { "id": 17, "label": "PERSON", "position": { "end_offset": 625, "start_offset": 599 } }, { "id": 18, "label": "FACILITY", "position": { "end_offset": 2077, "start_offset": 2052 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 593, "start_offset": 568 } }, { "id": 20, "label": "FACILITY", "position": { "end_offset": 2106, "start_offset": 2090 } }, { "id": 21, "label": "LOCATION", "position": { "end_offset": 978, "start_offset": 967 } }, { "id": 22, "label": "LOCATION", "position": { "end_offset": 1203, "start_offset": 1195 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 1252, "start_offset": 1204 } }, { "id": 24, "label": "PERSON", "position": { "end_offset": 870, "start_offset": 861 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 402, "start_offset": 370 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 820, "start_offset": 791 } }, { "id": 27, "label": "FACILITY", "position": { "end_offset": 223, "start_offset": 207 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 256, "start_offset": 240 } }, { "id": 29, "label": "PERSON", "position": { "end_offset": 1619, "start_offset": 1610 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 782, "start_offset": 747 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 527, "start_offset": 508 } }, { "id": 32, "label": "PERSON", "position": { "end_offset": 562, "start_offset": 533 } } ]
[ { "head": 8, "id": 1, "relation": "capital of", "relation_source": "DocRED", "tail": 6 }, { "head": 4, "id": 2, "relation": "occupation", "relation_source": "DocRED", "tail": 7 } ]
article_33
[ { "id": 1, "label": "PRODUCT", "position": { "end_offset": 119, "start_offset": 102 } }, { "id": 2, "label": "PRODUCT", "position": { "end_offset": 975, "start_offset": 959 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 155, "start_offset": 122 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 137, "start_offset": 122 } }, { "id": 5, "label": "PRODUCT", "position": { "end_offset": 352, "start_offset": 345 } }, { "id": 6, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 155, "start_offset": 138 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 829, "start_offset": 821 } } ]
[ { "head": 3, "id": 1, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 5 }, { "head": 9, "id": 2, "relation": "given name", "relation_source": "DocRED", "tail": 1 }, { "head": 7, "id": 3, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 3 }, { "head": 10, "id": 4, "relation": "occupation", "relation_source": "DocRED", "tail": 4 }, { "head": 2, "id": 5, "relation": "award received", "relation_source": "DocRED", "tail": 1 }, { "head": 8, "id": 6, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 3 } ]
article_34
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 163, "start_offset": 148 } }, { "id": 2, "label": "TITLE", "position": { "end_offset": 147, "start_offset": 133 } }, { "id": 3, "label": "LOCATION", "position": { "end_offset": 10, "start_offset": 0 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 163, "start_offset": 133 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 163, "start_offset": 111 } }, { "id": 6, "label": "EVENT", "position": { "end_offset": 752, "start_offset": 747 } }, { "id": 7, "label": "FACILITY", "position": { "end_offset": 36, "start_offset": 16 } }, { "id": 8, "label": "FACILITY", "position": { "end_offset": 621, "start_offset": 601 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 432, "start_offset": 425 } }, { "id": 10, "label": "ROLE", "position": { "end_offset": 132, "start_offset": 111 } } ]
[ { "head": 11, "id": 1, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 17 }, { "head": 16, "id": 2, "relation": "occupation", "relation_source": "DocRED", "tail": 6 }, { "head": 23, "id": 3, "relation": "applies to jurisdiction", "relation_source": "DocRED", "tail": 20 }, { "head": 20, "id": 4, "relation": "applies to jurisdiction", "relation_source": "DocRED", "tail": 18 }, { "head": 10, "id": 5, "relation": "occupation", "relation_source": "DocRED", "tail": 16 }, { "head": 24, "id": 6, "relation": "applies to jurisdiction", "relation_source": "DocRED", "tail": 20 }, { "head": 21, "id": 7, "relation": "religion", "relation_source": "DocRED", "tail": 17 }, { "head": 7, "id": 8, "relation": "applies to jurisdiction", "relation_source": "DocRED", "tail": 20 }, { "head": 21, "id": 9, "relation": "given name", "relation_source": "DocRED", "tail": 12 }, { "head": 16, "id": 10, "relation": "occupation", "relation_source": "DocRED", "tail": 1 }, { "head": 5, "id": 11, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 20 }, { "head": 8, "id": 12, "relation": "occupation", "relation_source": "DocRED", "tail": 19 }, { "head": 21, "id": 13, "relation": "ethnic group", "relation_source": "DocRED", "tail": 4 }, { "head": 21, "id": 14, "relation": "given name", "relation_source": "DocRED", "tail": 15 }, { "head": 13, "id": 15, "relation": "award received", "relation_source": "DocRED", "tail": 9 }, { "head": 11, "id": 16, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 5 } ]
article_35
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1263, "start_offset": 1254 } }, { "id": 2, "label": "ORGANIZATION", "position": { "end_offset": 66, "start_offset": 56 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 332, "start_offset": 305 } }, { "id": 4, "label": "NORP", "position": { "end_offset": 25, "start_offset": 17 } }, { "id": 5, "label": "LOCATION", "position": { "end_offset": 237, "start_offset": 228 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 1293, "start_offset": 1281 } }, { "id": 7, "label": "LAW", "position": { "end_offset": 439, "start_offset": 411 } }, { "id": 8, "label": "ROLE", "position": { "end_offset": 310, "start_offset": 305 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 332, "start_offset": 317 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 1276, "start_offset": 1265 } }, { "id": 11, "label": "LOCATION", "position": { "end_offset": 224, "start_offset": 208 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 1225, "start_offset": 1219 } }, { "id": 13, "label": "TITLE", "position": { "end_offset": 316, "start_offset": 311 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 1056, "start_offset": 1041 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 498, "start_offset": 492 } }, { "id": 16, "label": "ROLE", "position": { "end_offset": 1253, "start_offset": 1245 } }, { "id": 17, "label": "PERSON", "position": { "end_offset": 176, "start_offset": 162 } }, { "id": 18, "label": "LAW", "position": { "end_offset": 895, "start_offset": 866 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 332, "start_offset": 311 } }, { "id": 20, "label": "LOCATION", "position": { "end_offset": 13, "start_offset": 0 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 126, "start_offset": 114 } }, { "id": 22, "label": "ORGANIZATION", "position": { "end_offset": 661, "start_offset": 651 } }, { "id": 23, "label": "LAW", "position": { "end_offset": 1008, "start_offset": 976 } }, { "id": 24, "label": "LAW", "position": { "end_offset": 548, "start_offset": 519 } } ]
[ { "head": 4, "id": 1, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 7 }, { "head": 6, "id": 2, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 35 }, { "head": 31, "id": 3, "relation": "occupation", "relation_source": "DocRED", "tail": 8 }, { "head": 17, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 34 }, { "head": 31, "id": 5, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 23 }, { "head": 23, "id": 6, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 4 }, { "head": 31, "id": 7, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 30 }, { "head": 31, "id": 8, "relation": "occupation", "relation_source": "DocRED", "tail": 28 }, { "head": 24, "id": 9, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 34 }, { "head": 34, "id": 10, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 31 }, { "head": 4, "id": 11, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 16 }, { "head": 2, "id": 12, "relation": "location", "relation_source": "DocRED", "tail": 23 }, { "head": 31, "id": 13, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 34 }, { "head": 31, "id": 14, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 27 }, { "head": 32, "id": 15, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 20 }, { "head": 22, "id": 16, "relation": "given name", "relation_source": "DocRED", "tail": 15 }, { "head": 16, "id": 17, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 7 }, { "head": 24, "id": 18, "relation": "significant event", "relation_source": "DocRED", "tail": 10 }, { "head": 20, "id": 19, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 26 }, { "head": 8, "id": 20, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 13 }, { "head": 14, "id": 21, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 34 }, { "head": 22, "id": 22, "relation": "award received", "relation_source": "DocRED", "tail": 11 }, { "head": 22, "id": 23, "relation": "given name", "relation_source": "DocRED", "tail": 18 }, { "head": 2, "id": 24, "relation": "capital of", "relation_source": "DocRED", "tail": 3 }, { "head": 23, "id": 25, "relation": "candidacy in election", "relation_source": "DocRED", "tail": 6 }, { "head": 34, "id": 26, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 29 }, { "head": 31, "id": 27, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 26 }, { "head": 36, "id": 28, "relation": "occupation", "relation_source": "DocRED", "tail": 31 }, { "head": 31, "id": 29, "relation": "Org-Aff.Membership", "relation_source": "ACE05", "tail": 29 } ]
article_36
[ { "id": 1, "label": "EVENT", "position": { "end_offset": 1958, "start_offset": 1944 } }, { "id": 2, "label": "LOCATION", "position": { "end_offset": 1332, "start_offset": 1325 } }, { "id": 3, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 1193, "start_offset": 1179 } }, { "id": 5, "label": "LOCATION", "position": { "end_offset": 1767, "start_offset": 1762 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 1174, "start_offset": 1150 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 1218, "start_offset": 1197 } }, { "id": 8, "label": "ROLE", "position": { "end_offset": 994, "start_offset": 974 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 1886, "start_offset": 1880 } }, { "id": 10, "label": "EVENT", "position": { "end_offset": 395, "start_offset": 387 } }, { "id": 11, "label": "TITLE", "position": { "end_offset": 70, "start_offset": 65 } }, { "id": 12, "label": "EVENT", "position": { "end_offset": 690, "start_offset": 682 } }, { "id": 13, "label": "ROLE", "position": { "end_offset": 998, "start_offset": 996 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 903, "start_offset": 900 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 1090, "start_offset": 1085 } }, { "id": 16, "label": "ORGANIZATION", "position": { "end_offset": 1223, "start_offset": 1220 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 1238, "start_offset": 1235 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 963, "start_offset": 958 } }, { "id": 19, "label": "EVENT", "position": { "end_offset": 950, "start_offset": 942 } }, { "id": 20, "label": "LOCATION", "position": { "end_offset": 603, "start_offset": 598 } }, { "id": 21, "label": "LOCATION", "position": { "end_offset": 1054, "start_offset": 1043 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 95, "start_offset": 71 } }, { "id": 23, "label": "EVENT", "position": { "end_offset": 212, "start_offset": 191 } }, { "id": 24, "label": "ORGANIZATION", "position": { "end_offset": 373, "start_offset": 370 } }, { "id": 25, "label": "EVENT", "position": { "end_offset": 1575, "start_offset": 1567 } }, { "id": 26, "label": "LOCATION", "position": { "end_offset": 63, "start_offset": 52 } }, { "id": 27, "label": "ORGANIZATION", "position": { "end_offset": 1445, "start_offset": 1410 } }, { "id": 28, "label": "ROLE", "position": { "end_offset": 251, "start_offset": 220 } }, { "id": 29, "label": "ORGANIZATION", "position": { "end_offset": 36, "start_offset": 33 } }, { "id": 30, "label": "NORP", "position": { "end_offset": 122, "start_offset": 118 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 95, "start_offset": 65 } }, { "id": 32, "label": "LOCATION", "position": { "end_offset": 1010, "start_offset": 1004 } }, { "id": 33, "label": "ROLE", "position": { "end_offset": 534, "start_offset": 525 } }, { "id": 34, "label": "ORGANIZATION", "position": { "end_offset": 31, "start_offset": 9 } }, { "id": 35, "label": "ORGANIZATION", "position": { "end_offset": 1139, "start_offset": 1136 } }, { "id": 36, "label": "ROLE", "position": { "end_offset": 519, "start_offset": 501 } } ]
[ { "head": 1, "id": 1, "relation": "applies to jurisdiction", "relation_source": "DocRED", "tail": 8 }, { "head": 10, "id": 2, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 3 }, { "head": 10, "id": 3, "relation": "location", "relation_source": "DocRED", "tail": 12 }, { "head": 13, "id": 4, "relation": "award received", "relation_source": "DocRED", "tail": 14 }, { "head": 11, "id": 5, "relation": "occupation", "relation_source": "DocRED", "tail": 5 } ]
article_37
[ { "id": 1, "label": "LAW", "position": { "end_offset": 956, "start_offset": 923 } }, { "id": 2, "label": "ROLE", "position": { "end_offset": 354, "start_offset": 337 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 282, "start_offset": 245 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 1179, "start_offset": 1159 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 282, "start_offset": 267 } }, { "id": 6, "label": "ROLE", "position": { "end_offset": 379, "start_offset": 365 } }, { "id": 7, "label": "ROLE", "position": { "end_offset": 158, "start_offset": 143 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 1053, "start_offset": 1050 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 244, "start_offset": 238 } }, { "id": 11, "label": "ROLE", "position": { "end_offset": 266, "start_offset": 245 } }, { "id": 12, "label": "FACILITY", "position": { "end_offset": 1331, "start_offset": 1296 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 282, "start_offset": 271 } }, { "id": 14, "label": "TITLE", "position": { "end_offset": 270, "start_offset": 267 } } ]
[ { "head": 18, "id": 1, "relation": "head of state", "relation_source": "DocRED", "tail": 26 }, { "head": 36, "id": 2, "relation": "award received", "relation_source": "DocRED", "tail": 13 }, { "head": 5, "id": 3, "relation": "location", "relation_source": "DocRED", "tail": 8 }, { "head": 7, "id": 4, "relation": "occupation", "relation_source": "DocRED", "tail": 21 }, { "head": 31, "id": 5, "relation": "father", "relation_source": "DocRED", "tail": 19 }, { "head": 13, "id": 6, "relation": "given name", "relation_source": "DocRED", "tail": 37 }, { "head": 5, "id": 7, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 17 }, { "head": 9, "id": 8, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 5 }, { "head": 27, "id": 9, "relation": "award received", "relation_source": "DocRED", "tail": 35 }, { "head": 1, "id": 10, "relation": "occupation", "relation_source": "DocRED", "tail": 33 }, { "head": 2, "id": 11, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 9 }, { "head": 17, "id": 12, "relation": "location of formation", "relation_source": "DocRED", "tail": 12 }, { "head": 34, "id": 13, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 10 }, { "head": 15, "id": 14, "relation": "given name", "relation_source": "DocRED", "tail": 37 }, { "head": 15, "id": 15, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 6 }, { "head": 19, "id": 16, "relation": "Per-Social.Family", "relation_source": "ACE05", "tail": 31 }, { "head": 22, "id": 17, "relation": "award received", "relation_source": "DocRED", "tail": 38 }, { "head": 23, "id": 18, "relation": "award received", "relation_source": "DocRED", "tail": 26 }, { "head": 29, "id": 19, "relation": "occupation", "relation_source": "DocRED", "tail": 1 } ]
article_38
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1407, "start_offset": 1395 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 1407, "start_offset": 1383 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 1065, "start_offset": 1049 } }, { "id": 4, "label": "LOCATION", "position": { "end_offset": 271, "start_offset": 266 } }, { "id": 5, "label": "LOCATION", "position": { "end_offset": 7, "start_offset": 0 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 874, "start_offset": 852 } }, { "id": 7, "label": "ROLE", "position": { "end_offset": 169, "start_offset": 157 } }, { "id": 8, "label": "FACILITY", "position": { "end_offset": 789, "start_offset": 770 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 1382, "start_offset": 1376 } }, { "id": 10, "label": "ORGANIZATION", "position": { "end_offset": 1148, "start_offset": 1146 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 1158, "start_offset": 1151 } }, { "id": 12, "label": "ORGANIZATION", "position": { "end_offset": 82, "start_offset": 56 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 196, "start_offset": 181 } }, { "id": 14, "label": "NORP", "position": { "end_offset": 572, "start_offset": 562 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 196, "start_offset": 157 } }, { "id": 16, "label": "NORP", "position": { "end_offset": 1602, "start_offset": 1580 } }, { "id": 17, "label": "LOCATION", "position": { "end_offset": 238, "start_offset": 233 } }, { "id": 18, "label": "LOCATION", "position": { "end_offset": 410, "start_offset": 405 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 916, "start_offset": 902 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 1226, "start_offset": 1215 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 196, "start_offset": 170 } }, { "id": 22, "label": "TITLE", "position": { "end_offset": 923, "start_offset": 917 } }, { "id": 23, "label": "TITLE", "position": { "end_offset": 891, "start_offset": 885 } }, { "id": 24, "label": "NORP", "position": { "end_offset": 150, "start_offset": 140 } }, { "id": 25, "label": "ORGANIZATION", "position": { "end_offset": 1201, "start_offset": 1180 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 932, "start_offset": 902 } }, { "id": 27, "label": "PERSON", "position": { "end_offset": 916, "start_offset": 909 } }, { "id": 28, "label": "ORGANIZATION", "position": { "end_offset": 1002, "start_offset": 970 } }, { "id": 29, "label": "ROLE", "position": { "end_offset": 1394, "start_offset": 1383 } }, { "id": 30, "label": "ORGANIZATION", "position": { "end_offset": 1170, "start_offset": 1167 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 932, "start_offset": 917 } }, { "id": 32, "label": "LOCATION", "position": { "end_offset": 468, "start_offset": 463 } }, { "id": 33, "label": "ROLE", "position": { "end_offset": 1439, "start_offset": 1421 } }, { "id": 34, "label": "ORGANIZATION", "position": { "end_offset": 1144, "start_offset": 1128 } }, { "id": 35, "label": "TITLE", "position": { "end_offset": 908, "start_offset": 902 } }, { "id": 36, "label": "TITLE", "position": { "end_offset": 180, "start_offset": 170 } }, { "id": 37, "label": "PERSON", "position": { "end_offset": 1323, "start_offset": 1316 } }, { "id": 38, "label": "PERSON", "position": { "end_offset": 932, "start_offset": 924 } }, { "id": 39, "label": "ORGANIZATION", "position": { "end_offset": 370, "start_offset": 344 } } ]
[ { "head": 9, "id": 1, "relation": "given name", "relation_source": "DocRED", "tail": 10 }, { "head": 7, "id": 2, "relation": "award received", "relation_source": "DocRED", "tail": 19 }, { "head": 23, "id": 3, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 16 }, { "head": 25, "id": 4, "relation": "occupation", "relation_source": "DocRED", "tail": 8 }, { "head": 11, "id": 5, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 1 }, { "head": 6, "id": 6, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 13 }, { "head": 11, "id": 7, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 18 }, { "head": 9, "id": 8, "relation": "given name", "relation_source": "DocRED", "tail": 22 }, { "head": 14, "id": 9, "relation": "partnership with", "relation_source": "DocRED", "tail": 17 }, { "head": 14, "id": 10, "relation": "partnership with", "relation_source": "DocRED", "tail": 15 }, { "head": 23, "id": 11, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 9 }, { "head": 17, "id": 12, "relation": "partnership with", "relation_source": "DocRED", "tail": 15 }, { "head": 9, "id": 13, "relation": "occupation", "relation_source": "DocRED", "tail": 4 } ]
article_39
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 1010, "start_offset": 974 } }, { "id": 2, "label": "ROLE", "position": { "end_offset": 1961, "start_offset": 1953 } }, { "id": 3, "label": "EVENT", "position": { "end_offset": 2151, "start_offset": 2117 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 163, "start_offset": 148 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 735, "start_offset": 725 } }, { "id": 6, "label": "PRODUCT", "position": { "end_offset": 1188, "start_offset": 1172 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 1010, "start_offset": 993 } }, { "id": 8, "label": "ROLE", "position": { "end_offset": 986, "start_offset": 974 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 181, "start_offset": 164 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 2404, "start_offset": 2398 } }, { "id": 11, "label": "LOCATION", "position": { "end_offset": 973, "start_offset": 965 } }, { "id": 12, "label": "ORGANIZATION", "position": { "end_offset": 1952, "start_offset": 1927 } }, { "id": 13, "label": "ORGANIZATION", "position": { "end_offset": 1220, "start_offset": 1205 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 1425, "start_offset": 1410 } }, { "id": 15, "label": "ORGANIZATION", "position": { "end_offset": 1479, "start_offset": 1445 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 181, "start_offset": 148 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 1559, "start_offset": 1526 } }, { "id": 18, "label": "LOCATION", "position": { "end_offset": 894, "start_offset": 888 } }, { "id": 19, "label": "TITLE", "position": { "end_offset": 992, "start_offset": 987 } }, { "id": 20, "label": "EVENT", "position": { "end_offset": 285, "start_offset": 245 } }, { "id": 21, "label": "FACILITY", "position": { "end_offset": 2250, "start_offset": 2216 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 1400, "start_offset": 1394 } }, { "id": 23, "label": "ORGANIZATION", "position": { "end_offset": 579, "start_offset": 564 } }, { "id": 24, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 1010, "start_offset": 987 } } ]
[ { "head": 32, "id": 1, "relation": "occupation", "relation_source": "DocRED", "tail": 20 }, { "head": 22, "id": 2, "relation": "award received", "relation_source": "DocRED", "tail": 26 }, { "head": 11, "id": 3, "relation": "award received", "relation_source": "DocRED", "tail": 10 }, { "head": 17, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 30 }, { "head": 33, "id": 5, "relation": "award received", "relation_source": "DocRED", "tail": 28 }, { "head": 29, "id": 6, "relation": "award received", "relation_source": "DocRED", "tail": 6 }, { "head": 13, "id": 7, "relation": "given name", "relation_source": "DocRED", "tail": 16 }, { "head": 6, "id": 8, "relation": "award received", "relation_source": "DocRED", "tail": 10 }, { "head": 19, "id": 9, "relation": "occupation", "relation_source": "DocRED", "tail": 3 }, { "head": 25, "id": 10, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 17, "id": 11, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 21 }, { "head": 21, "id": 12, "relation": "occupation", "relation_source": "DocRED", "tail": 34 }, { "head": 8, "id": 13, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 27 }, { "head": 17, "id": 14, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 1 }, { "head": 2, "id": 15, "relation": "award received", "relation_source": "DocRED", "tail": 13 }, { "head": 31, "id": 16, "relation": "occupation", "relation_source": "DocRED", "tail": 7 }, { "head": 15, "id": 17, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 3 }, { "head": 23, "id": 18, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 14 }, { "head": 3, "id": 19, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 5 }, { "head": 3, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 12 }, { "head": 18, "id": 21, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 17, "id": 22, "relation": "director / manager", "relation_source": "DocRED", "tail": 9 } ]
article_40
[ { "id": 1, "label": "ORGANIZATION", "position": { "end_offset": 531, "start_offset": 527 } }, { "id": 2, "label": "TITLE", "position": { "end_offset": 207, "start_offset": 200 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 1182, "start_offset": 1153 } }, { "id": 4, "label": "EVENT", "position": { "end_offset": 1007, "start_offset": 1001 } }, { "id": 5, "label": "ORGANIZATION", "position": { "end_offset": 1152, "start_offset": 1097 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 1182, "start_offset": 1167 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 254, "start_offset": 224 } }, { "id": 8, "label": "LOCATION", "position": { "end_offset": 1043, "start_offset": 1038 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 217, "start_offset": 181 } }, { "id": 10, "label": "TITLE", "position": { "end_offset": 1163, "start_offset": 1153 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 1182, "start_offset": 1164 } }, { "id": 12, "label": "ROLE", "position": { "end_offset": 1089, "start_offset": 1081 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 217, "start_offset": 208 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 371, "start_offset": 350 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 1231, "start_offset": 1220 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 804, "start_offset": 795 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 173, "start_offset": 137 } }, { "id": 18, "label": "ORGANIZATION", "position": { "end_offset": 179, "start_offset": 175 } }, { "id": 19, "label": "ROLE", "position": { "end_offset": 1215, "start_offset": 1195 } }, { "id": 20, "label": "PERSON", "position": { "end_offset": 1076, "start_offset": 1059 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 217, "start_offset": 200 } }, { "id": 22, "label": "TITLE", "position": { "end_offset": 234, "start_offset": 224 } }, { "id": 23, "label": "ORGANIZATION", "position": { "end_offset": 375, "start_offset": 373 } }, { "id": 24, "label": "LOCATION", "position": { "end_offset": 11, "start_offset": 0 } }, { "id": 25, "label": "ORGANIZATION", "position": { "end_offset": 631, "start_offset": 627 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 254, "start_offset": 235 } }, { "id": 27, "label": "PERSON", "position": { "end_offset": 1076, "start_offset": 1044 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 1076, "start_offset": 1065 } }, { "id": 29, "label": "TITLE", "position": { "end_offset": 1166, "start_offset": 1164 } }, { "id": 30, "label": "ORGANIZATION", "position": { "end_offset": 385, "start_offset": 381 } }, { "id": 31, "label": "ROLE", "position": { "end_offset": 274, "start_offset": 260 } }, { "id": 32, "label": "ROLE", "position": { "end_offset": 1058, "start_offset": 1044 } }, { "id": 33, "label": "TITLE", "position": { "end_offset": 1064, "start_offset": 1059 } }, { "id": 34, "label": "ROLE", "position": { "end_offset": 199, "start_offset": 181 } } ]
[ { "head": 22, "id": 1, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 28 }, { "head": 22, "id": 2, "relation": "chairperson", "relation_source": "DocRED", "tail": 28 }, { "head": 17, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 23 }, { "head": 14, "id": 4, "relation": "location", "relation_source": "DocRED", "tail": 19 }, { "head": 27, "id": 5, "relation": "location", "relation_source": "DocRED", "tail": 19 }, { "head": 10, "id": 6, "relation": "location", "relation_source": "DocRED", "tail": 19 }, { "head": 11, "id": 7, "relation": "occupation", "relation_source": "DocRED", "tail": 13 }, { "head": 20, "id": 8, "relation": "chairperson", "relation_source": "DocRED", "tail": 26 }, { "head": 9, "id": 9, "relation": "chairperson", "relation_source": "DocRED", "tail": 7 }, { "head": 18, "id": 10, "relation": "award received", "relation_source": "DocRED", "tail": 2 }, { "head": 23, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 12 }, { "head": 20, "id": 12, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 22 }, { "head": 20, "id": 13, "relation": "chairperson", "relation_source": "DocRED", "tail": 28 }, { "head": 17, "id": 14, "relation": "location", "relation_source": "DocRED", "tail": 25 }, { "head": 19, "id": 15, "relation": "location", "relation_source": "DocRED", "tail": 15 }, { "head": 26, "id": 16, "relation": "occupation", "relation_source": "DocRED", "tail": 5 }, { "head": 16, "id": 17, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 23 }, { "head": 1, "id": 18, "relation": "occupation", "relation_source": "DocRED", "tail": 21 }, { "head": 13, "id": 19, "relation": "director / manager", "relation_source": "DocRED", "tail": 4 }, { "head": 25, "id": 20, "relation": "location", "relation_source": "DocRED", "tail": 23 }, { "head": 4, "id": 21, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 20 }, { "head": 28, "id": 22, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 20 }, { "head": 7, "id": 23, "relation": "chairperson", "relation_source": "DocRED", "tail": 9 }, { "head": 24, "id": 24, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 20 }, { "head": 6, "id": 25, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 4 }, { "head": 1, "id": 26, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 7 } ]
article_41
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 755, "start_offset": 735 } }, { "id": 2, "label": "TITLE", "position": { "end_offset": 219, "start_offset": 214 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 876, "start_offset": 872 } }, { "id": 4, "label": "ORGANIZATION", "position": { "end_offset": 1048, "start_offset": 1038 } }, { "id": 5, "label": "ROLE", "position": { "end_offset": 213, "start_offset": 205 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 1071, "start_offset": 1049 } }, { "id": 7, "label": "ORGANIZATION", "position": { "end_offset": 725, "start_offset": 690 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 656, "start_offset": 652 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 755, "start_offset": 726 } }, { "id": 10, "label": "LOCATION", "position": { "end_offset": 1182, "start_offset": 1174 } }, { "id": 11, "label": "ROLE", "position": { "end_offset": 1057, "start_offset": 1049 } }, { "id": 12, "label": "FACILITY", "position": { "end_offset": 1316, "start_offset": 1312 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 1071, "start_offset": 1058 } }, { "id": 14, "label": "LOCATION", "position": { "end_offset": 1150, "start_offset": 1137 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 1157, "start_offset": 1152 } }, { "id": 16, "label": "FACILITY", "position": { "end_offset": 870, "start_offset": 866 } }, { "id": 17, "label": "FACILITY", "position": { "end_offset": 138, "start_offset": 134 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 234, "start_offset": 220 } }, { "id": 19, "label": "ORGANIZATION", "position": { "end_offset": 1133, "start_offset": 1108 } }, { "id": 20, "label": "ORGANIZATION", "position": { "end_offset": 59, "start_offset": 19 } }, { "id": 21, "label": "ROLE", "position": { "end_offset": 734, "start_offset": 726 } }, { "id": 22, "label": "ORGANIZATION", "position": { "end_offset": 65, "start_offset": 61 } }, { "id": 23, "label": "FACILITY", "position": { "end_offset": 132, "start_offset": 102 } }, { "id": 24, "label": "ORGANIZATION", "position": { "end_offset": 1226, "start_offset": 1216 } }, { "id": 25, "label": "LOCATION", "position": { "end_offset": 13, "start_offset": 0 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 234, "start_offset": 214 } }, { "id": 27, "label": "LOCATION", "position": { "end_offset": 1169, "start_offset": 1159 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 234, "start_offset": 205 } } ]
[ { "head": 11, "id": 1, "relation": "occupation", "relation_source": "DocRED", "tail": 3 }, { "head": 14, "id": 2, "relation": "award received", "relation_source": "DocRED", "tail": 13 }, { "head": 2, "id": 3, "relation": "director / manager", "relation_source": "DocRED", "tail": 4 }, { "head": 14, "id": 4, "relation": "given name", "relation_source": "DocRED", "tail": 8 } ]
article_42
[ { "id": 1, "label": "PRODUCT", "position": { "end_offset": 773, "start_offset": 767 } }, { "id": 2, "label": "ORGANIZATION", "position": { "end_offset": 217, "start_offset": 165 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 254, "start_offset": 227 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 254, "start_offset": 218 } }, { "id": 5, "label": "PRODUCT", "position": { "end_offset": 762, "start_offset": 754 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 1277, "start_offset": 1252 } }, { "id": 7, "label": "PRODUCT", "position": { "end_offset": 743, "start_offset": 735 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 634, "start_offset": 620 } }, { "id": 9, "label": "ORGANIZATION", "position": { "end_offset": 903, "start_offset": 883 } }, { "id": 10, "label": "PRODUCT", "position": { "end_offset": 752, "start_offset": 745 } }, { "id": 11, "label": "ROLE", "position": { "end_offset": 226, "start_offset": 218 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 13, "label": "TITLE", "position": { "end_offset": 232, "start_offset": 227 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 254, "start_offset": 233 } } ]
[ { "head": 7, "id": 1, "relation": "award received", "relation_source": "DocRED", "tail": 36 }, { "head": 26, "id": 2, "relation": "country of citizenship", "relation_source": "DocRED", "tail": 8 }, { "head": 17, "id": 3, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 84 }, { "head": 84, "id": 4, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 81 }, { "head": 10, "id": 5, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 86 }, { "head": 60, "id": 6, "relation": "award received", "relation_source": "DocRED", "tail": 73 }, { "head": 47, "id": 7, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 27 }, { "head": 53, "id": 8, "relation": "occupation", "relation_source": "DocRED", "tail": 34 }, { "head": 77, "id": 9, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 80 }, { "head": 73, "id": 10, "relation": "award received", "relation_source": "DocRED", "tail": 36 }, { "head": 59, "id": 11, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 17 }, { "head": 18, "id": 12, "relation": "occupation", "relation_source": "DocRED", "tail": 87 }, { "head": 6, "id": 13, "relation": "occupation", "relation_source": "DocRED", "tail": 85 }, { "head": 12, "id": 14, "relation": "award received", "relation_source": "DocRED", "tail": 88 }, { "head": 34, "id": 15, "relation": "given name", "relation_source": "DocRED", "tail": 52 }, { "head": 69, "id": 16, "relation": "capital of", "relation_source": "DocRED", "tail": 49 }, { "head": 87, "id": 17, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 49 }, { "head": 35, "id": 18, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 40 }, { "head": 77, "id": 19, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 84 }, { "head": 74, "id": 20, "relation": "Per-Social.Business", "relation_source": "ACE05", "tail": 41 }, { "head": 68, "id": 21, "relation": "location", "relation_source": "DocRED", "tail": 23 }, { "head": 32, "id": 22, "relation": "Per-Social.Lasting", "relation_source": "ACE05", "tail": 63 }, { "head": 70, "id": 23, "relation": "significant event", "relation_source": "DocRED", "tail": 17 }, { "head": 71, "id": 24, "relation": "Per-Social.Business", "relation_source": "ACE05", "tail": 22 }, { "head": 83, "id": 25, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 50 }, { "head": 1, "id": 26, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 55 }, { "head": 46, "id": 27, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 65 }, { "head": 19, "id": 28, "relation": "award received", "relation_source": "DocRED", "tail": 67 }, { "head": 46, "id": 29, "relation": "location of formation", "relation_source": "DocRED", "tail": 15 } ]
article_43
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 255, "start_offset": 240 } }, { "id": 2, "label": "ORGANIZATION", "position": { "end_offset": 2230, "start_offset": 2226 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 3014, "start_offset": 3006 } }, { "id": 4, "label": "ROLE", "position": { "end_offset": 1817, "start_offset": 1812 } }, { "id": 5, "label": "PERSON", "position": { "end_offset": 2173, "start_offset": 2165 } }, { "id": 6, "label": "ROLE", "position": { "end_offset": 134, "start_offset": 128 } }, { "id": 7, "label": "TITLE", "position": { "end_offset": 850, "start_offset": 844 } }, { "id": 8, "label": "NORP", "position": { "end_offset": 2658, "start_offset": 2649 } }, { "id": 9, "label": "PERSON", "position": { "end_offset": 2931, "start_offset": 2923 } }, { "id": 10, "label": "PERSON", "position": { "end_offset": 168, "start_offset": 160 } }, { "id": 11, "label": "LOCATION", "position": { "end_offset": 645, "start_offset": 636 } }, { "id": 12, "label": "TITLE", "position": { "end_offset": 936, "start_offset": 930 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 771, "start_offset": 756 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 2099, "start_offset": 2092 } }, { "id": 15, "label": "LOCATION", "position": { "end_offset": 546, "start_offset": 538 } }, { "id": 16, "label": "PERSON", "position": { "end_offset": 1119, "start_offset": 1111 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 1269, "start_offset": 1262 } }, { "id": 18, "label": "ROLE", "position": { "end_offset": 798, "start_offset": 777 } }, { "id": 19, "label": "PERSON", "position": { "end_offset": 731, "start_offset": 720 } }, { "id": 20, "label": "PERSON", "position": { "end_offset": 913, "start_offset": 905 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 833, "start_offset": 830 } }, { "id": 22, "label": "PERSON", "position": { "end_offset": 2026, "start_offset": 2023 } }, { "id": 23, "label": "LOCATION", "position": { "end_offset": 2066, "start_offset": 2060 } }, { "id": 24, "label": "LOCATION", "position": { "end_offset": 685, "start_offset": 677 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 1909, "start_offset": 1907 } }, { "id": 26, "label": "LOCATION", "position": { "end_offset": 2821, "start_offset": 2813 } }, { "id": 27, "label": "LOCATION", "position": { "end_offset": 344, "start_offset": 336 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 2327, "start_offset": 2324 } }, { "id": 29, "label": "LOCATION", "position": { "end_offset": 631, "start_offset": 623 } }, { "id": 30, "label": "PERSON", "position": { "end_offset": 731, "start_offset": 709 } }, { "id": 31, "label": "LOCATION", "position": { "end_offset": 1398, "start_offset": 1390 } }, { "id": 32, "label": "PERSON", "position": { "end_offset": 3513, "start_offset": 3505 } }, { "id": 33, "label": "ORGANIZATION", "position": { "end_offset": 3700, "start_offset": 3687 } }, { "id": 34, "label": "PERSON", "position": { "end_offset": 255, "start_offset": 247 } }, { "id": 35, "label": "PERSON", "position": { "end_offset": 1504, "start_offset": 1502 } }, { "id": 36, "label": "PERSON", "position": { "end_offset": 751, "start_offset": 744 } }, { "id": 37, "label": "PERSON", "position": { "end_offset": 944, "start_offset": 930 } }, { "id": 38, "label": "LOCATION", "position": { "end_offset": 2478, "start_offset": 2469 } }, { "id": 39, "label": "PERSON", "position": { "end_offset": 3281, "start_offset": 3279 } }, { "id": 40, "label": "ORGANIZATION", "position": { "end_offset": 1625, "start_offset": 1618 } }, { "id": 41, "label": "PERSON", "position": { "end_offset": 355, "start_offset": 347 } }, { "id": 42, "label": "ROLE", "position": { "end_offset": 2314, "start_offset": 2310 } }, { "id": 43, "label": "LOCATION", "position": { "end_offset": 989, "start_offset": 986 } }, { "id": 44, "label": "LOCATION", "position": { "end_offset": 2741, "start_offset": 2732 } }, { "id": 45, "label": "PERSON", "position": { "end_offset": 3260, "start_offset": 3257 } }, { "id": 46, "label": "ORGANIZATION", "position": { "end_offset": 588, "start_offset": 562 } }, { "id": 47, "label": "LOCATION", "position": { "end_offset": 334, "start_offset": 326 } }, { "id": 48, "label": "PERSON", "position": { "end_offset": 2585, "start_offset": 2577 } }, { "id": 49, "label": "LOCATION", "position": { "end_offset": 826, "start_offset": 806 } }, { "id": 50, "label": "ORGANIZATION", "position": { "end_offset": 1047, "start_offset": 1027 } }, { "id": 51, "label": "ORGANIZATION", "position": { "end_offset": 2125, "start_offset": 2121 } }, { "id": 52, "label": "PERSON", "position": { "end_offset": 3596, "start_offset": 3591 } }, { "id": 53, "label": "ROLE", "position": { "end_offset": 246, "start_offset": 240 } }, { "id": 54, "label": "PERSON", "position": { "end_offset": 2767, "start_offset": 2764 } }, { "id": 55, "label": "ORGANIZATION", "position": { "end_offset": 239, "start_offset": 232 } }, { "id": 56, "label": "PERSON", "position": { "end_offset": 655, "start_offset": 647 } }, { "id": 57, "label": "PERSON", "position": { "end_offset": 751, "start_offset": 737 } }, { "id": 58, "label": "ORGANIZATION", "position": { "end_offset": 3675, "start_offset": 3662 } }, { "id": 59, "label": "PERSON", "position": { "end_offset": 1212, "start_offset": 1210 } }, { "id": 60, "label": "PERSON", "position": { "end_offset": 771, "start_offset": 744 } }, { "id": 61, "label": "PERSON", "position": { "end_offset": 1408, "start_offset": 1400 } }, { "id": 62, "label": "PERSON", "position": { "end_offset": 3776, "start_offset": 3768 } }, { "id": 63, "label": "PERSON", "position": { "end_offset": 3551, "start_offset": 3549 } }, { "id": 64, "label": "PERSON", "position": { "end_offset": 1665, "start_offset": 1662 } }, { "id": 65, "label": "ORGANIZATION", "position": { "end_offset": 2366, "start_offset": 2362 } }, { "id": 66, "label": "PERSON", "position": { "end_offset": 3575, "start_offset": 3567 } }, { "id": 67, "label": "TITLE", "position": { "end_offset": 719, "start_offset": 709 } }, { "id": 68, "label": "LOCATION", "position": { "end_offset": 2048, "start_offset": 2041 } }, { "id": 69, "label": "LOCATION", "position": { "end_offset": 2835, "start_offset": 2826 } }, { "id": 70, "label": "EVENT", "position": { "end_offset": 1318, "start_offset": 1306 } }, { "id": 71, "label": "PERSON", "position": { "end_offset": 1979, "start_offset": 1971 } }, { "id": 72, "label": "PERSON", "position": { "end_offset": 1806, "start_offset": 1798 } }, { "id": 73, "label": "TITLE", "position": { "end_offset": 743, "start_offset": 737 } }, { "id": 74, "label": "PERSON", "position": { "end_offset": 390, "start_offset": 383 } }, { "id": 75, "label": "PERSON", "position": { "end_offset": 2521, "start_offset": 2518 } }, { "id": 76, "label": "PERSON", "position": { "end_offset": 3274, "start_offset": 3266 } }, { "id": 77, "label": "ORGANIZATION", "position": { "end_offset": 3501, "start_offset": 3488 } }, { "id": 78, "label": "PERSON", "position": { "end_offset": 1901, "start_offset": 1893 } }, { "id": 79, "label": "ROLE", "position": { "end_offset": 1874, "start_offset": 1867 } }, { "id": 80, "label": "PERSON", "position": { "end_offset": 3321, "start_offset": 3313 } }, { "id": 81, "label": "PERSON", "position": { "end_offset": 147, "start_offset": 128 } }, { "id": 82, "label": "ORGANIZATION", "position": { "end_offset": 3891, "start_offset": 3882 } }, { "id": 83, "label": "ORGANIZATION", "position": { "end_offset": 1022, "start_offset": 995 } }, { "id": 84, "label": "ORGANIZATION", "position": { "end_offset": 127, "start_offset": 103 } }, { "id": 85, "label": "PERSON", "position": { "end_offset": 147, "start_offset": 135 } }, { "id": 86, "label": "ORGANIZATION", "position": { "end_offset": 193, "start_offset": 178 } }, { "id": 87, "label": "PERSON", "position": { "end_offset": 771, "start_offset": 737 } }, { "id": 88, "label": "PERSON", "position": { "end_offset": 944, "start_offset": 937 } } ]
[ { "head": 37, "id": 1, "relation": "father", "relation_source": "DocRED", "tail": 24 }, { "head": 37, "id": 2, "relation": "Per-Social.Family", "relation_source": "ACE05", "tail": 24 }, { "head": 38, "id": 3, "relation": "partnership with", "relation_source": "DocRED", "tail": 30 }, { "head": 25, "id": 4, "relation": "organizer", "relation_source": "DocRED", "tail": 40 }, { "head": 56, "id": 5, "relation": "director / manager", "relation_source": "DocRED", "tail": 8 }, { "head": 13, "id": 6, "relation": "location", "relation_source": "DocRED", "tail": 9 }, { "head": 14, "id": 7, "relation": "award received", "relation_source": "DocRED", "tail": 1 }, { "head": 46, "id": 8, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 42 }, { "head": 4, "id": 9, "relation": "award received", "relation_source": "DocRED", "tail": 10 }, { "head": 45, "id": 10, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 62 }, { "head": 27, "id": 11, "relation": "location", "relation_source": "DocRED", "tail": 5 }, { "head": 8, "id": 12, "relation": "location of formation", "relation_source": "DocRED", "tail": 23 }, { "head": 39, "id": 13, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 5 }, { "head": 45, "id": 14, "relation": "capital of", "relation_source": "DocRED", "tail": 23 }, { "head": 55, "id": 15, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 11 }, { "head": 12, "id": 16, "relation": "award received", "relation_source": "DocRED", "tail": 60 }, { "head": 26, "id": 17, "relation": "spouse", "relation_source": "DocRED", "tail": 46 }, { "head": 32, "id": 18, "relation": "award received", "relation_source": "DocRED", "tail": 36 }, { "head": 47, "id": 19, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 21 }, { "head": 41, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 46 }, { "head": 28, "id": 21, "relation": "award received", "relation_source": "DocRED", "tail": 15 }, { "head": 6, "id": 22, "relation": "location", "relation_source": "DocRED", "tail": 34 }, { "head": 39, "id": 23, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 23 }, { "head": 48, "id": 24, "relation": "award received", "relation_source": "DocRED", "tail": 54 }, { "head": 36, "id": 25, "relation": "given name", "relation_source": "DocRED", "tail": 7 }, { "head": 44, "id": 26, "relation": "award received", "relation_source": "DocRED", "tail": 37 }, { "head": 59, "id": 27, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 23 }, { "head": 16, "id": 28, "relation": "location", "relation_source": "DocRED", "tail": 9 }, { "head": 50, "id": 29, "relation": "occupation", "relation_source": "DocRED", "tail": 3 }, { "head": 59, "id": 30, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 5 }, { "head": 49, "id": 31, "relation": "head of state", "relation_source": "DocRED", "tail": 47 }, { "head": 17, "id": 32, "relation": "occupation", "relation_source": "DocRED", "tail": 46 }, { "head": 26, "id": 33, "relation": "occupation", "relation_source": "DocRED", "tail": 43 }, { "head": 8, "id": 34, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 26 }, { "head": 57, "id": 35, "relation": "Per-Social.Family", "relation_source": "ACE05", "tail": 51 }, { "head": 6, "id": 36, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 56 }, { "head": 20, "id": 37, "relation": "chairperson", "relation_source": "DocRED", "tail": 42 }, { "head": 18, "id": 38, "relation": "award received", "relation_source": "DocRED", "tail": 53 }, { "head": 13, "id": 39, "relation": "capital of", "relation_source": "DocRED", "tail": 45 }, { "head": 16, "id": 40, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 45 }, { "head": 22, "id": 41, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 19 }, { "head": 52, "id": 42, "relation": "award received", "relation_source": "DocRED", "tail": 2 }, { "head": 9, "id": 43, "relation": "location", "relation_source": "DocRED", "tail": 62 }, { "head": 49, "id": 44, "relation": "award received", "relation_source": "DocRED", "tail": 44 }, { "head": 40, "id": 45, "relation": "location", "relation_source": "DocRED", "tail": 31 } ]
article_44
[ { "id": 1, "label": "TITLE", "position": { "end_offset": 1605, "start_offset": 1583 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 1465, "start_offset": 1458 } }, { "id": 3, "label": "ROLE", "position": { "end_offset": 1506, "start_offset": 1493 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 1634, "start_offset": 1627 } }, { "id": 5, "label": "LOCATION", "position": { "end_offset": 1903, "start_offset": 1898 } }, { "id": 6, "label": "LOCATION", "position": { "end_offset": 190, "start_offset": 185 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 1131, "start_offset": 1122 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 33, "start_offset": 21 } }, { "id": 9, "label": "EVENT", "position": { "end_offset": 513, "start_offset": 507 } }, { "id": 10, "label": "TITLE", "position": { "end_offset": 1626, "start_offset": 1620 } }, { "id": 11, "label": "ORGANIZATION", "position": { "end_offset": 1341, "start_offset": 1329 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 1527, "start_offset": 1513 } }, { "id": 13, "label": "LOCATION", "position": { "end_offset": 442, "start_offset": 431 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 1634, "start_offset": 1607 } }, { "id": 15, "label": "TITLE", "position": { "end_offset": 1472, "start_offset": 1466 } }, { "id": 16, "label": "LOCATION", "position": { "end_offset": 448, "start_offset": 444 } }, { "id": 17, "label": "ROLE", "position": { "end_offset": 1023, "start_offset": 1020 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 1049, "start_offset": 1030 } }, { "id": 19, "label": "ORGANIZATION", "position": { "end_offset": 1853, "start_offset": 1848 } }, { "id": 20, "label": "PERSON", "position": { "end_offset": 1049, "start_offset": 1020 } }, { "id": 21, "label": "PERSON", "position": { "end_offset": 1527, "start_offset": 1493 } }, { "id": 22, "label": "ORGANIZATION", "position": { "end_offset": 1846, "start_offset": 1804 } }, { "id": 23, "label": "LOCATION", "position": { "end_offset": 10, "start_offset": 0 } }, { "id": 24, "label": "PERSON", "position": { "end_offset": 1481, "start_offset": 1466 } }, { "id": 25, "label": "ORGANIZATION", "position": { "end_offset": 931, "start_offset": 925 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 233, "start_offset": 204 } }, { "id": 27, "label": "EVENT", "position": { "end_offset": 1936, "start_offset": 1930 } }, { "id": 28, "label": "PERSON", "position": { "end_offset": 1481, "start_offset": 1473 } }, { "id": 29, "label": "ORGANIZATION", "position": { "end_offset": 2008, "start_offset": 2001 } }, { "id": 30, "label": "ORGANIZATION", "position": { "end_offset": 837, "start_offset": 811 } }, { "id": 31, "label": "LOCATION", "position": { "end_offset": 938, "start_offset": 933 } }, { "id": 32, "label": "TITLE", "position": { "end_offset": 209, "start_offset": 204 } }, { "id": 33, "label": "ORGANIZATION", "position": { "end_offset": 1566, "start_offset": 1554 } }, { "id": 34, "label": "EVENT", "position": { "end_offset": 104, "start_offset": 99 } }, { "id": 35, "label": "EVENT", "position": { "end_offset": 1384, "start_offset": 1379 } }, { "id": 36, "label": "PERSON", "position": { "end_offset": 233, "start_offset": 210 } }, { "id": 37, "label": "PERSON", "position": { "end_offset": 1465, "start_offset": 1451 } }, { "id": 38, "label": "ORGANIZATION", "position": { "end_offset": 846, "start_offset": 842 } }, { "id": 39, "label": "LOCATION", "position": { "end_offset": 2117, "start_offset": 2104 } }, { "id": 40, "label": "EVENT", "position": { "end_offset": 923, "start_offset": 886 } }, { "id": 41, "label": "ROLE", "position": { "end_offset": 1076, "start_offset": 1068 } }, { "id": 42, "label": "ORGANIZATION", "position": { "end_offset": 1067, "start_offset": 1055 } }, { "id": 43, "label": "ROLE", "position": { "end_offset": 203, "start_offset": 185 } }, { "id": 44, "label": "TITLE", "position": { "end_offset": 1449, "start_offset": 1434 } }, { "id": 45, "label": "LOCATION", "position": { "end_offset": 386, "start_offset": 381 } }, { "id": 46, "label": "PERSON", "position": { "end_offset": 1049, "start_offset": 1024 } }, { "id": 47, "label": "LOCATION", "position": { "end_offset": 1492, "start_offset": 1487 } }, { "id": 48, "label": "PERSON", "position": { "end_offset": 1619, "start_offset": 1613 } }, { "id": 49, "label": "PERSON", "position": { "end_offset": 1481, "start_offset": 1451 } }, { "id": 50, "label": "PERSON", "position": { "end_offset": 1527, "start_offset": 1507 } }, { "id": 51, "label": "PERSON", "position": { "end_offset": 1634, "start_offset": 1620 } }, { "id": 52, "label": "TITLE", "position": { "end_offset": 1457, "start_offset": 1451 } }, { "id": 53, "label": "TITLE", "position": { "end_offset": 1029, "start_offset": 1024 } }, { "id": 54, "label": "TITLE", "position": { "end_offset": 1612, "start_offset": 1607 } }, { "id": 55, "label": "EVENT", "position": { "end_offset": 1110, "start_offset": 1085 } }, { "id": 56, "label": "PERSON", "position": { "end_offset": 233, "start_offset": 191 } }, { "id": 57, "label": "PERSON", "position": { "end_offset": 1619, "start_offset": 1607 } }, { "id": 58, "label": "EVENT", "position": { "end_offset": 574, "start_offset": 569 } }, { "id": 59, "label": "LOCATION", "position": { "end_offset": 2134, "start_offset": 2122 } }, { "id": 60, "label": "TITLE", "position": { "end_offset": 1512, "start_offset": 1507 } }, { "id": 61, "label": "ROLE", "position": { "end_offset": 1076, "start_offset": 1055 } }, { "id": 62, "label": "LOCATION", "position": { "end_offset": 464, "start_offset": 453 } } ]
[ { "head": 27, "id": 1, "relation": "location", "relation_source": "DocRED", "tail": 16 }, { "head": 34, "id": 2, "relation": "occupation", "relation_source": "DocRED", "tail": 13 }, { "head": 12, "id": 3, "relation": "participant", "relation_source": "DocRED", "tail": 32 }, { "head": 27, "id": 4, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 23, "id": 5, "relation": "award received", "relation_source": "DocRED", "tail": 21 }, { "head": 34, "id": 6, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 39 }, { "head": 31, "id": 7, "relation": "occupation", "relation_source": "DocRED", "tail": 34 }, { "head": 40, "id": 8, "relation": "significant event", "relation_source": "DocRED", "tail": 34 }, { "head": 23, "id": 9, "relation": "given name", "relation_source": "DocRED", "tail": 4 }, { "head": 18, "id": 10, "relation": "occupation", "relation_source": "DocRED", "tail": 29 }, { "head": 38, "id": 11, "relation": "location", "relation_source": "DocRED", "tail": 27 }, { "head": 11, "id": 12, "relation": "significant event", "relation_source": "DocRED", "tail": 37 }, { "head": 14, "id": 13, "relation": "Physical.Located", "relation_source": "ACE05", "tail": 30 }, { "head": 34, "id": 14, "relation": "occupation", "relation_source": "DocRED", "tail": 22 }, { "head": 16, "id": 15, "relation": "location", "relation_source": "DocRED", "tail": 17 }, { "head": 38, "id": 16, "relation": "location", "relation_source": "DocRED", "tail": 17 }, { "head": 32, "id": 17, "relation": "religion", "relation_source": "DocRED", "tail": 34 }, { "head": 26, "id": 18, "relation": "given name", "relation_source": "DocRED", "tail": 23 }, { "head": 36, "id": 19, "relation": "award received", "relation_source": "DocRED", "tail": 20 }, { "head": 37, "id": 20, "relation": "occupation", "relation_source": "DocRED", "tail": 3 }, { "head": 9, "id": 21, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 25, "id": 22, "relation": "given name", "relation_source": "DocRED", "tail": 20 } ]
article_45
[ { "id": 1, "label": "EVENT", "position": { "end_offset": 1184, "start_offset": 1175 } }, { "id": 2, "label": "EVENT", "position": { "end_offset": 1714, "start_offset": 1705 } }, { "id": 3, "label": "ROLE", "position": { "end_offset": 1387, "start_offset": 1385 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 1328, "start_offset": 1321 } }, { "id": 5, "label": "EVENT", "position": { "end_offset": 748, "start_offset": 722 } }, { "id": 6, "label": "ORGANIZATION", "position": { "end_offset": 1085, "start_offset": 1073 } }, { "id": 7, "label": "ROLE", "position": { "end_offset": 83, "start_offset": 69 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 511, "start_offset": 499 } }, { "id": 9, "label": "FACILITY", "position": { "end_offset": 706, "start_offset": 676 } }, { "id": 10, "label": "ROLE", "position": { "end_offset": 932, "start_offset": 918 } }, { "id": 11, "label": "EVENT", "position": { "end_offset": 1486, "start_offset": 1479 } }, { "id": 12, "label": "EVENT", "position": { "end_offset": 883, "start_offset": 874 } }, { "id": 13, "label": "ROLE", "position": { "end_offset": 314, "start_offset": 298 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 1401, "start_offset": 1385 } }, { "id": 15, "label": "EVENT", "position": { "end_offset": 446, "start_offset": 437 } }, { "id": 16, "label": "EVENT", "position": { "end_offset": 238, "start_offset": 204 } }, { "id": 17, "label": "FACILITY", "position": { "end_offset": 421, "start_offset": 391 } }, { "id": 18, "label": "ROLE", "position": { "end_offset": 1029, "start_offset": 1006 } }, { "id": 19, "label": "EVENT", "position": { "end_offset": 1592, "start_offset": 1583 } }, { "id": 20, "label": "PERSON", "position": { "end_offset": 46, "start_offset": 34 } }, { "id": 21, "label": "TITLE", "position": { "end_offset": 1035, "start_offset": 1030 } }, { "id": 22, "label": "ROLE", "position": { "end_offset": 289, "start_offset": 265 } }, { "id": 23, "label": "PERSON", "position": { "end_offset": 1059, "start_offset": 1036 } }, { "id": 24, "label": "EVENT", "position": { "end_offset": 1271, "start_offset": 1262 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 983, "start_offset": 974 } }, { "id": 26, "label": "PERSON", "position": { "end_offset": 1193, "start_offset": 1186 } }, { "id": 27, "label": "FACILITY", "position": { "end_offset": 427, "start_offset": 423 } }, { "id": 28, "label": "EVENT", "position": { "end_offset": 1792, "start_offset": 1783 } }, { "id": 29, "label": "PERSON", "position": { "end_offset": 1059, "start_offset": 1030 } }, { "id": 30, "label": "LOCATION", "position": { "end_offset": 1384, "start_offset": 1378 } }, { "id": 31, "label": "ROLE", "position": { "end_offset": 532, "start_offset": 524 } }, { "id": 32, "label": "NORP", "position": { "end_offset": 547, "start_offset": 542 } }, { "id": 34, "label": "PERSON", "position": { "end_offset": 46, "start_offset": 23 } }, { "id": 35, "label": "PERSON", "position": { "end_offset": 1059, "start_offset": 1006 } }, { "id": 36, "label": "TITLE", "position": { "end_offset": 33, "start_offset": 23 } }, { "id": 37, "label": "PERSON", "position": { "end_offset": 1401, "start_offset": 1388 } }, { "id": 38, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 39, "label": "ORGANIZATION", "position": { "end_offset": 297, "start_offset": 294 } }, { "id": 40, "label": "EVENT", "position": { "end_offset": 149, "start_offset": 140 } } ]
[ { "head": 23, "id": 1, "relation": "Gen-Aff.CRRE", "relation_source": "ACE05", "tail": 9 }, { "head": 23, "id": 2, "relation": "country of citizenship", "relation_source": "DocRED", "tail": 9 }, { "head": 39, "id": 3, "relation": "location", "relation_source": "DocRED", "tail": 48 }, { "head": 30, "id": 4, "relation": "occupation", "relation_source": "DocRED", "tail": 34 }, { "head": 6, "id": 5, "relation": "given name", "relation_source": "DocRED", "tail": 8 }, { "head": 19, "id": 6, "relation": "occupation", "relation_source": "DocRED", "tail": 14 }, { "head": 38, "id": 7, "relation": "producer", "relation_source": "DocRED", "tail": 2 }, { "head": 34, "id": 8, "relation": "given name", "relation_source": "DocRED", "tail": 37 }, { "head": 41, "id": 9, "relation": "occupation", "relation_source": "DocRED", "tail": 38 }, { "head": 24, "id": 10, "relation": "producer", "relation_source": "DocRED", "tail": 38 }, { "head": 24, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 2 }, { "head": 34, "id": 12, "relation": "given name", "relation_source": "DocRED", "tail": 1 }, { "head": 2, "id": 13, "relation": "producer", "relation_source": "DocRED", "tail": 13 }, { "head": 25, "id": 14, "relation": "award received", "relation_source": "DocRED", "tail": 44 }, { "head": 13, "id": 15, "relation": "producer", "relation_source": "DocRED", "tail": 24 }, { "head": 22, "id": 16, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 31 }, { "head": 27, "id": 17, "relation": "award received", "relation_source": "DocRED", "tail": 8 }, { "head": 12, "id": 18, "relation": "Part-Whole.Geo", "relation_source": "ACE05", "tail": 26 }, { "head": 7, "id": 19, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 15 }, { "head": 28, "id": 20, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 51 }, { "head": 40, "id": 21, "relation": "given name", "relation_source": "DocRED", "tail": 34 }, { "head": 8, "id": 22, "relation": "award received", "relation_source": "DocRED", "tail": 44 }, { "head": 50, "id": 23, "relation": "given name", "relation_source": "DocRED", "tail": 14 }, { "head": 15, "id": 24, "relation": "Org-Aff.Employment", "relation_source": "ACE05", "tail": 7 }, { "head": 8, "id": 25, "relation": "given name", "relation_source": "DocRED", "tail": 47 }, { "head": 14, "id": 26, "relation": "given name", "relation_source": "DocRED", "tail": 43 }, { "head": 52, "id": 27, "relation": "occupation", "relation_source": "DocRED", "tail": 32 }, { "head": 4, "id": 28, "relation": "award received", "relation_source": "DocRED", "tail": 18 } ]
article_46
[ { "id": 1, "label": "PERSON", "position": { "end_offset": 2841, "start_offset": 2837 } }, { "id": 2, "label": "WORK_OF_ART", "position": { "end_offset": 1230, "start_offset": 1208 } }, { "id": 3, "label": "ORGANIZATION", "position": { "end_offset": 1818, "start_offset": 1800 } }, { "id": 4, "label": "TITLE", "position": { "end_offset": 1011, "start_offset": 1009 } }, { "id": 5, "label": "EVENT", "position": { "end_offset": 2376, "start_offset": 2359 } }, { "id": 6, "label": "PERSON", "position": { "end_offset": 1392, "start_offset": 1382 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 989, "start_offset": 969 } }, { "id": 8, "label": "PERSON", "position": { "end_offset": 194, "start_offset": 174 } }, { "id": 9, "label": "LOCATION", "position": { "end_offset": 2994, "start_offset": 2986 } }, { "id": 10, "label": "NORP", "position": { "end_offset": 3300, "start_offset": 3291 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 827, "start_offset": 791 } }, { "id": 12, "label": "LOCATION", "position": { "end_offset": 1377, "start_offset": 1372 } }, { "id": 13, "label": "PERSON", "position": { "end_offset": 1287, "start_offset": 1258 } }, { "id": 14, "label": "PERSON", "position": { "end_offset": 827, "start_offset": 812 } }, { "id": 15, "label": "ORGANIZATION", "position": { "end_offset": 968, "start_offset": 952 } }, { "id": 16, "label": "ROLE", "position": { "end_offset": 1101, "start_offset": 1085 } }, { "id": 17, "label": "ORGANIZATION", "position": { "end_offset": 3433, "start_offset": 3423 } }, { "id": 18, "label": "PERSON", "position": { "end_offset": 1026, "start_offset": 1012 } }, { "id": 19, "label": "ROLE", "position": { "end_offset": 811, "start_offset": 791 } }, { "id": 20, "label": "PERSON", "position": { "end_offset": 1026, "start_offset": 998 } }, { "id": 21, "label": "ROLE", "position": { "end_offset": 1083, "start_offset": 1072 } }, { "id": 22, "label": "ORGANIZATION", "position": { "end_offset": 916, "start_offset": 861 } }, { "id": 23, "label": "NORP", "position": { "end_offset": 2926, "start_offset": 2917 } }, { "id": 24, "label": "WORK_OF_ART", "position": { "end_offset": 1205, "start_offset": 1192 } }, { "id": 25, "label": "PERSON", "position": { "end_offset": 194, "start_offset": 168 } }, { "id": 26, "label": "LOCATION", "position": { "end_offset": 1370, "start_offset": 1362 } }, { "id": 27, "label": "TITLE", "position": { "end_offset": 173, "start_offset": 168 } }, { "id": 28, "label": "ORGANIZATION", "position": { "end_offset": 138, "start_offset": 105 } }, { "id": 29, "label": "ROLE", "position": { "end_offset": 998, "start_offset": 991 } }, { "id": 30, "label": "ROLE", "position": { "end_offset": 978, "start_offset": 969 } }, { "id": 31, "label": "PERSON", "position": { "end_offset": 947, "start_offset": 932 } }, { "id": 32, "label": "PERSON", "position": { "end_offset": 1026, "start_offset": 1009 } }, { "id": 33, "label": "ORGANIZATION", "position": { "end_offset": 1450, "start_offset": 1432 } }, { "id": 34, "label": "PERSON", "position": { "end_offset": 989, "start_offset": 979 } }, { "id": 35, "label": "ROLE", "position": { "end_offset": 1132, "start_offset": 1106 } }, { "id": 36, "label": "NORP", "position": { "end_offset": 3460, "start_offset": 3451 } }, { "id": 37, "label": "PERSON", "position": { "end_offset": 3743, "start_offset": 3739 } }, { "id": 38, "label": "PERSON", "position": { "end_offset": 1287, "start_offset": 1268 } }, { "id": 39, "label": "FACILITY", "position": { "end_offset": 683, "start_offset": 665 } }, { "id": 40, "label": "PERSON", "position": { "end_offset": 3325, "start_offset": 3321 } }, { "id": 41, "label": "ROLE", "position": { "end_offset": 1267, "start_offset": 1258 } }, { "id": 42, "label": "PERSON", "position": { "end_offset": 2286, "start_offset": 2278 } }, { "id": 43, "label": "PERSON", "position": { "end_offset": 1779, "start_offset": 1772 } }, { "id": 44, "label": "TITLE", "position": { "end_offset": 167, "start_offset": 163 } }, { "id": 45, "label": "ORGANIZATION", "position": { "end_offset": 1916, "start_offset": 1906 } }, { "id": 46, "label": "PERSON", "position": { "end_offset": 194, "start_offset": 163 } }, { "id": 47, "label": "PERSON", "position": { "end_offset": 859, "start_offset": 849 } }, { "id": 48, "label": "LOCATION", "position": { "end_offset": 12, "start_offset": 0 } }, { "id": 49, "label": "ROLE", "position": { "end_offset": 649, "start_offset": 632 } }, { "id": 50, "label": "PERSON", "position": { "end_offset": 2271, "start_offset": 2264 } }, { "id": 51, "label": "PERSON", "position": { "end_offset": 194, "start_offset": 150 } }, { "id": 52, "label": "ROLE", "position": { "end_offset": 1008, "start_offset": 998 } } ]
[ { "head": 12, "id": 1, "relation": "director / manager", "relation_source": "DocRED", "tail": 14 }, { "head": 16, "id": 2, "relation": "occupation", "relation_source": "DocRED", "tail": 3 }, { "head": 14, "id": 3, "relation": "director / manager", "relation_source": "DocRED", "tail": 12 }, { "head": 10, "id": 4, "relation": "award received", "relation_source": "DocRED", "tail": 2 }, { "head": 9, "id": 5, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 17 }, { "head": 19, "id": 6, "relation": "occupation", "relation_source": "DocRED", "tail": 15 }, { "head": 2, "id": 7, "relation": "given name", "relation_source": "DocRED", "tail": 4 }, { "head": 1, "id": 8, "relation": "location", "relation_source": "DocRED", "tail": 5 }, { "head": 9, "id": 9, "relation": "location", "relation_source": "DocRED", "tail": 5 }, { "head": 15, "id": 10, "relation": "director / manager", "relation_source": "DocRED", "tail": 14 }, { "head": 8, "id": 11, "relation": "NO_RELATION", "relation_source": "DocRED", "tail": 14 }, { "head": 18, "id": 12, "relation": "award received", "relation_source": "DocRED", "tail": 11 } ]
article_47
[ { "id": 1, "label": "EVENT", "position": { "end_offset": 687, "start_offset": 684 } }, { "id": 2, "label": "PERSON", "position": { "end_offset": 235, "start_offset": 222 } }, { "id": 3, "label": "PERSON", "position": { "end_offset": 1251, "start_offset": 1221 } }, { "id": 4, "label": "PERSON", "position": { "end_offset": 1502, "start_offset": 1497 } }, { "id": 5, "label": "FACILITY", "position": { "end_offset": 1199, "start_offset": 1169 } }, { "id": 6, "label": "LOCATION", "position": { "end_offset": 9, "start_offset": 0 } }, { "id": 7, "label": "PERSON", "position": { "end_offset": 1251, "start_offset": 1206 } }, { "id": 8, "label": "ORGANIZATION", "position": { "end_offset": 2233, "start_offset": 2230 } }, { "id": 9, "label": "EVENT", "position": { "end_offset": 322, "start_offset": 288 } }, { "id": 10, "label": "TITLE", "position": { "end_offset": 221, "start_offset": 216 } }, { "id": 11, "label": "PERSON", "position": { "end_offset": 1251, "start_offset": 1232 } }, { "id": 12, "label": "PERSON", "position": { "end_offset": 235, "start_offset": 199 } }, { "id": 14, "label": "ORGANIZATION", "position": { "end_offset": 198, "start_offset": 173 } }, { "id": 15, "label": "PERSON", "position": { "end_offset": 235, "start_offset": 216 } }, { "id": 16, "label": "ROLE", "position": { "end_offset": 1220, "start_offset": 1206 } }, { "id": 17, "label": "EVENT", "position": { "end_offset": 327, "start_offset": 324 } }, { "id": 18, "label": "TITLE", "position": { "end_offset": 1231, "start_offset": 1221 } }, { "id": 19, "label": "ROLE", "position": { "end_offset": 215, "start_offset": 199 } } ]
End of preview.
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Standard English and Malaysian English exhibit notable differences, posing challenges for natural language processing (NLP) tasks on Malaysian English. Unfortunately, most of the existing datasets are mainly based on standard English and therefore inadequate for improving NLP tasks in Malaysian English. An experiment using state-of-the-art Named Entity Recognition (NER) solutions on Malaysian English news articles highlights that they cannot handle morphosyntactic variations in Malaysian English. To the best of our knowledge, there is no annotated dataset available to improvise the model. To address these issues, we constructed a Malaysian English News (MEN) dataset, which contains 200 news articles that are manually annotated with entities and relations. We then fine-tuned the spaCy NER tool and validated that having a dataset tailor-made for Malaysian English could improve the performance of NER in Malaysian English significantly. This paper presents our effort in the data acquisition, annotation methodology, and thorough analysis of the annotated dataset. To validate the quality of the annotation, inter-annotator agreement was used, followed by adjudication of disagreements by a subject matter expert. Upon completion of these tasks, we managed to develop a dataset with 6,061 entities and 3,268 relation instances. Finally, we discuss on spaCy fine-tuning setup and analysis on the NER performance. This unique dataset will contribute significantly to the advancement of NLP research in Malaysian English, allowing researchers to accelerate their progress, particularly in NER and RE


Refer More about the Project: https://mohanraj-nlp.github.io/men-dataset-project/
Paper (Accepted in LREC-COLING 2024): https://arxiv.org/abs/2402.14521


license: apache-2.0

Downloads last month
25