Commit
·
265bac8
1
Parent(s):
98604c4
upload hub_repos/mlee/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: cc-by-nc-sa-3.0
|
6 |
+
license_bigbio_shortname: CC_BY_NC_SA_3p0
|
7 |
+
pretty_name: MLEE
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for MLEE
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** http://www.nactem.ac.uk/MLEE/
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Event Extraction, Named Entity Recognition, Relation Extraction, Coreference Resolution
|
19 |
+
|
20 |
+
|
21 |
+
MLEE is an event extraction corpus consisting of manually annotated abstracts of papers
|
22 |
+
on angiogenesis. It contains annotations for entities, relations, events and coreferences
|
23 |
+
The annotations span molecular, cellular, tissue, and organ-level processes.
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
## Citation Information
|
28 |
+
|
29 |
+
```
|
30 |
+
@article{pyysalo2012event,
|
31 |
+
title={Event extraction across multiple levels of biological organization},
|
32 |
+
author={Pyysalo, Sampo and Ohta, Tomoko and Miwa, Makoto and Cho, Han-Cheol and Tsujii, Jun'ichi and Ananiadou, Sophia},
|
33 |
+
journal={Bioinformatics},
|
34 |
+
volume={28},
|
35 |
+
number={18},
|
36 |
+
pages={i575--i581},
|
37 |
+
year={2012},
|
38 |
+
publisher={Oxford University Press}
|
39 |
+
}
|
40 |
+
|
41 |
+
```
|