gabrielaltay
commited on
Commit
·
6793cde
1
Parent(s):
57a2761
upload hub_repos/bioinfer/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: cc-by-2.0
|
6 |
+
license_bigbio_shortname: CC_BY_2p0
|
7 |
+
pretty_name: BioInfer
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for BioInfer
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/metalrt/ppi-dataset
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Relation Extraction, Named Entity Recognition
|
19 |
+
|
20 |
+
|
21 |
+
A corpus targeted at protein, gene, and RNA relationships which serves as a
|
22 |
+
resource for the development of information extraction systems and their
|
23 |
+
components such as parsers and domain analyzers. Currently, the corpus contains
|
24 |
+
1100 sentences from abstracts of biomedical research articles annotated for
|
25 |
+
relationships, named entities, as well as syntactic dependencies.
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
## Citation Information
|
30 |
+
|
31 |
+
```
|
32 |
+
@article{pyysalo2007bioinfer,
|
33 |
+
title = {BioInfer: a corpus for information extraction in the biomedical domain},
|
34 |
+
author = {
|
35 |
+
Pyysalo, Sampo and Ginter, Filip and Heimonen, Juho and Bj{"o}rne, Jari
|
36 |
+
and Boberg, Jorma and J{"a}rvinen, Jouni and Salakoski, Tapio
|
37 |
+
},
|
38 |
+
year = 2007,
|
39 |
+
journal = {BMC bioinformatics},
|
40 |
+
publisher = {BioMed Central},
|
41 |
+
volume = 8,
|
42 |
+
number = 1,
|
43 |
+
pages = {1--24}
|
44 |
+
}
|
45 |
+
|
46 |
+
```
|