-
Notifications
You must be signed in to change notification settings - Fork 21
/
entity_types.json
16 lines (16 loc) · 4.05 KB
/
entity_types.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{"dataset": "ACE2005", "name": "PER", "description": "a person entity is limited to human including a single individual or a group.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "ACE2005", "name": "ORG", "description": "organization entities are limited to companies, corporations, agencies, institutions and other groups of people.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "ACE2005", "name": "VEH", "description": "vehicle entities are physical devices primarily designed to move, carry, pull or push the transported object such as helicopters, trains, ship and motorcycles.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "ACE2005", "name": "GPE", "description": "geographical political entities are geographical regions defined by political and or social groups such as countries, nations, regions, cities, states, government and its people.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "ACE2005", "name": "FAC", "description": "facility entities are limited to buildings and other permanent man-made structures such as buildings, airports, highways, bridges.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "ACE2005", "name": "WEA", "description": "weapon entities are limited to physical devices such as instruments for physically harming such as guns, arms and gunpowder.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "ACE2005", "name": "LOC", "description": "location entities are limited to geographical entities such as geographical areas and landmasses, mountains, bodies of water, and geological formations.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "CoNLL2003", "name": "PER", "description": "a person entity is limited to human including a single individual or a group.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "CoNLL2003", "name": "ORG", "description": "organization entities are limited to companies, corporations, agencies, institutions and other groups of people.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "CoNLL2003", "name": "LOC", "description": "location entities are limited to geographical entities such as geographical areas and landmasses, mountains, bodies of water, and geological formations.", "description_source": "ACE2005 annotation guidelines"}
{"dataset": "CoNLL2003", "name": "MISC", "description": "examples of miscellaneous entities include events, nationalities, products and works of art.", "description_source": "MRC4NER Github repo"}
{"dataset": "GENIA", "name": "DNA", "description": "DNA, which consists of a polysugar-phosphate backbone possessing projections of purines and pyrimidines, forms a double helix that is held together by hydrogen bonds between these purines and pyrimidines.", "description_source": "UMLS definition"}
{"dataset": "GENIA", "name": "RNA", "description": "RNA is a polynucleotide consisting essentially of chains with a repeating backbone of phosphate and ribose units to which nitrogenous bases are attached.", "description_source": "UMLS definition"}
{"dataset": "GENIA", "name": "protein", "description": "Protein is Linear POLYPEPTIDES that are synthesized on RIBOSOMES and may be further modified, crosslinked, cleaved, or assembled into complex proteins with several subunits. The specific sequence of AMINO ACIDS determines the shape the polypeptide will take, during PROTEIN FOLDING, and the function of the protein.", "description_source": "UMLS definition"}
{"dataset": "GENIA", "name": "cell_line", "description": "Cell line are cells propagated in vitro in special media conducive to their growth. Cultured cells are used to study developmental, morphologic, metabolic, physiologic, and genetic processes, among others.", "description_source": "UMLS definition"}
{"dataset": "GENIA", "name": "cell_type", "description": "Cells are the fundamental, structural, and functional units or subunits of living organisms. They are composed of CYTOPLASM containing various ORGANELLES and a CELL MEMBRANE boundary.", "description_source": "UMLS definition"}