Commit ·
83deb12
1
Parent(s): d24b522
upload hub_repos/an_em/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: cc-by-sa-3.0
|
| 6 |
+
pretty_name: AnEM
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
# Dataset Card for AnEM
|
| 11 |
+
|
| 12 |
+
## Dataset Description
|
| 13 |
+
|
| 14 |
+
- **Homepage:** http://www.nactem.ac.uk/anatomy/
|
| 15 |
+
- **Pubmed:** True
|
| 16 |
+
- **Public:** True
|
| 17 |
+
- **Tasks:** Named Entity Recognition, Coreference Resolution, Relation Extraction
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
AnEM corpus is a domain- and species-independent resource manually annotated for anatomical
|
| 21 |
+
entity mentions using a fine-grained classification system. The corpus consists of 500 documents
|
| 22 |
+
(over 90,000 words) selected randomly from citation abstracts and full-text papers with
|
| 23 |
+
the aim of making the corpus representative of the entire available biomedical scientific
|
| 24 |
+
literature. The corpus annotation covers mentions of both healthy and pathological anatomical
|
| 25 |
+
entities and contains over 3,000 annotated mentions.
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Citation Information
|
| 30 |
+
|
| 31 |
+
```
|
| 32 |
+
@inproceedings{ohta-etal-2012-open,
|
| 33 |
+
author = {Ohta, Tomoko and Pyysalo, Sampo and Tsujii, Jun{'}ichi and Ananiadou, Sophia},
|
| 34 |
+
title = {Open-domain Anatomical Entity Mention Detection},
|
| 35 |
+
journal = {},
|
| 36 |
+
volume = {W12-43},
|
| 37 |
+
year = {2012},
|
| 38 |
+
url = {https://aclanthology.org/W12-4304},
|
| 39 |
+
doi = {},
|
| 40 |
+
biburl = {},
|
| 41 |
+
bibsource = {},
|
| 42 |
+
publisher = {Association for Computational Linguistics}
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
```
|