Commit
·
e406aa0
1
Parent(s):
407ec68
upload hub_repos/bionlp_shared_task_2009/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: other
|
6 |
+
license_bigbio_shortname: GENIA_PROJECT_LICENSE
|
7 |
+
pretty_name: BioNLP 2009
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for BioNLP 2009
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** http://www.geniaproject.org/shared-tasks/bionlp-shared-task-2009
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Event Extraction, Coreference Resolution
|
19 |
+
|
20 |
+
|
21 |
+
The BioNLP Shared Task 2009 was organized by GENIA Project and its corpora were curated based
|
22 |
+
on the annotations of the publicly available GENIA Event corpus and an unreleased (blind) section
|
23 |
+
of the GENIA Event corpus annotations, used for evaluation.
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
## Citation Information
|
28 |
+
|
29 |
+
```
|
30 |
+
@inproceedings{kim-etal-2009-overview,
|
31 |
+
title = "Overview of {B}io{NLP}{'}09 Shared Task on Event Extraction",
|
32 |
+
author = "Kim, Jin-Dong and
|
33 |
+
Ohta, Tomoko and
|
34 |
+
Pyysalo, Sampo and
|
35 |
+
Kano, Yoshinobu and
|
36 |
+
Tsujii, Jun{'}ichi",
|
37 |
+
booktitle = "Proceedings of the {B}io{NLP} 2009 Workshop Companion Volume for Shared Task",
|
38 |
+
month = jun,
|
39 |
+
year = "2009",
|
40 |
+
address = "Boulder, Colorado",
|
41 |
+
publisher = "Association for Computational Linguistics",
|
42 |
+
url = "https://aclanthology.org/W09-1401",
|
43 |
+
pages = "1--9",
|
44 |
+
}
|
45 |
+
|
46 |
+
```
|