gabrielaltay
commited on
Commit
•
c4310cd
1
Parent(s):
bff19ac
upload hub_repos/bionlp_st_2011_rel/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: other
|
6 |
+
license_bigbio_shortname: GENIA_PROJECT_LICENSE
|
7 |
+
pretty_name: BioNLP 2011 REL
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for BioNLP 2011 REL
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/openbiocorpora/bionlp-st-2011-rel
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Relation Extraction, Coreference Resolution
|
19 |
+
|
20 |
+
|
21 |
+
The Entity Relations (REL) task is a supporting task of the BioNLP Shared Task 2011.
|
22 |
+
The task concerns the extraction of two types of part-of relations between a
|
23 |
+
gene/protein and an associated entity.
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
## Citation Information
|
28 |
+
|
29 |
+
```
|
30 |
+
@inproceedings{10.5555/2107691.2107703,
|
31 |
+
author = {Pyysalo, Sampo and Ohta, Tomoko and Tsujii, Jun'ichi},
|
32 |
+
title = {Overview of the Entity Relations (REL) Supporting Task of BioNLP Shared Task 2011},
|
33 |
+
year = {2011},
|
34 |
+
isbn = {9781937284091},
|
35 |
+
publisher = {Association for Computational Linguistics},
|
36 |
+
address = {USA},
|
37 |
+
abstract = {This paper presents the Entity Relations (REL) task,
|
38 |
+
a supporting task of the BioNLP Shared Task 2011. The task concerns
|
39 |
+
the extraction of two types of part-of relations between a gene/protein
|
40 |
+
and an associated entity. Four teams submitted final results for
|
41 |
+
the REL task, with the highest-performing system achieving 57.7%
|
42 |
+
F-score. While experiments suggest use of the data can help improve
|
43 |
+
event extraction performance, the task data has so far received only
|
44 |
+
limited use in support of event extraction. The REL task continues
|
45 |
+
as an open challenge, with all resources available from the shared
|
46 |
+
task website.},
|
47 |
+
booktitle = {Proceedings of the BioNLP Shared Task 2011 Workshop},
|
48 |
+
pages = {83–88},
|
49 |
+
numpages = {6},
|
50 |
+
location = {Portland, Oregon},
|
51 |
+
series = {BioNLP Shared Task '11}
|
52 |
+
}
|
53 |
+
|
54 |
+
```
|