gabrielaltay
commited on
Commit
•
cdce4bd
1
Parent(s):
c7670e5
upload hub_repos/biored/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: BioRED
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for BioRED
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://ftp.ncbi.nlm.nih.gov/pub/lu/BioRED/
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Relation Extraction
|
19 |
+
|
20 |
+
|
21 |
+
Relation Extraction corpus with multiple entity types (e.g., gene/protein,
|
22 |
+
disease, chemical) and relation pairs (e.g., gene-disease; chemical-chemical),
|
23 |
+
on a set of 600 PubMed articles
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
## Citation Information
|
28 |
+
|
29 |
+
```
|
30 |
+
@article{DBLP:journals/corr/abs-2204-04263,
|
31 |
+
author = {Ling Luo and
|
32 |
+
Po{-}Ting Lai and
|
33 |
+
Chih{-}Hsuan Wei and
|
34 |
+
Cecilia N. Arighi and
|
35 |
+
Zhiyong Lu},
|
36 |
+
title = {BioRED: {A} Comprehensive Biomedical Relation Extraction Dataset},
|
37 |
+
journal = {CoRR},
|
38 |
+
volume = {abs/2204.04263},
|
39 |
+
year = {2022},
|
40 |
+
url = {https://doi.org/10.48550/arXiv.2204.04263},
|
41 |
+
doi = {10.48550/arXiv.2204.04263},
|
42 |
+
eprinttype = {arXiv},
|
43 |
+
eprint = {2204.04263},
|
44 |
+
timestamp = {Wed, 11 May 2022 15:24:37 +0200},
|
45 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-2204-04263.bib},
|
46 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
47 |
+
}
|
48 |
+
|
49 |
+
```
|