Datasets:

Languages:
English
License:
gabrielaltay commited on
Commit
c2452e6
·
1 Parent(s): 3ae162f

upload hub_repos/anat_em/README.md to hub from bigbio repo

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ license: cc-by-sa-3.0
6
+ pretty_name: AnatEM
7
+ ---
8
+
9
+
10
+ # Dataset Card for AnatEM
11
+
12
+ ## Dataset Description
13
+
14
+ - **Homepage:** http://nactem.ac.uk/anatomytagger/#AnatEM
15
+ - **Pubmed:** True
16
+ - **Public:** True
17
+ - **Tasks:** Named Entity Recognition
18
+
19
+
20
+ The extended Anatomical Entity Mention corpus (AnatEM) consists of 1212 documents (approx. 250,000 words) manually annotated to identify over 13,000 mentions of anatomical entities. Each annotation is assigned one of 12 granularity-based types such as Cellular component, Tissue and Organ, defined with reference to the Common Anatomy Reference Ontology.
21
+
22
+
23
+
24
+ ## Citation Information
25
+
26
+ ```
27
+ @article{pyysalo2014anatomical,
28
+ title={Anatomical entity mention recognition at literature scale},
29
+ author={Pyysalo, Sampo and Ananiadou, Sophia},
30
+ journal={Bioinformatics},
31
+ volume={30},
32
+ number={6},
33
+ pages={868--875},
34
+ year={2014},
35
+ publisher={Oxford University Press}
36
+ }
37
+
38
+ ```