gabrielaltay
commited on
Commit
•
b185ca0
1
Parent(s):
bf15388
upload hub_repos/bionlp_st_2013_ge/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: other
|
6 |
+
license_bigbio_shortname: GENIA_PROJECT_LICENSE
|
7 |
+
pretty_name: BioNLP 2013 GE
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for BioNLP 2013 GE
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/openbiocorpora/bionlp-st-2013-ge
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Event Extraction, Named Entity Recognition, Relation Extraction, Coreference Resolution
|
19 |
+
|
20 |
+
|
21 |
+
The BioNLP-ST GE task has been promoting development of fine-grained
|
22 |
+
information extraction (IE) from biomedical
|
23 |
+
documents, since 2009. Particularly, it has focused on the domain of
|
24 |
+
NFkB as a model domain of Biomedical IE
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
## Citation Information
|
29 |
+
|
30 |
+
```
|
31 |
+
@inproceedings{kim-etal-2013-genia,
|
32 |
+
title = "The {G}enia Event Extraction Shared Task, 2013 Edition - Overview",
|
33 |
+
author = "Kim, Jin-Dong and
|
34 |
+
Wang, Yue and
|
35 |
+
Yasunori, Yamamoto",
|
36 |
+
booktitle = "Proceedings of the {B}io{NLP} Shared Task 2013 Workshop",
|
37 |
+
month = aug,
|
38 |
+
year = "2013",
|
39 |
+
address = "Sofia, Bulgaria",
|
40 |
+
publisher = "Association for Computational Linguistics",
|
41 |
+
url = "https://aclanthology.org/W13-2002",
|
42 |
+
pages = "8--15",
|
43 |
+
}
|
44 |
+
|
45 |
+
```
|