Commit
·
b04adf9
1
Parent(s):
425a106
upload hub_repos/pdr/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: PDR
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for PDR
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** http://gcancer.org/pdr/
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Event Extraction, Coreference Resolution
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
The corpus of plant-disease relation consists of plants and diseases and their relation to PubMed abstract.
|
23 |
+
The corpus consists of about 2400 plant and disease entities and 300 annotated relations from 179 abstracts.
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
## Citation Information
|
28 |
+
|
29 |
+
```
|
30 |
+
@article{kim2019corpus,
|
31 |
+
title={A corpus of plant--disease relations in the biomedical domain},
|
32 |
+
author={Kim, Baeksoo and Choi, Wonjun and Lee, Hyunju},
|
33 |
+
journal={PLoS One},
|
34 |
+
volume={14},
|
35 |
+
number={8},
|
36 |
+
pages={e0221582},
|
37 |
+
year={2019},
|
38 |
+
publisher={Public Library of Science San Francisco, CA USA}
|
39 |
+
}
|
40 |
+
|
41 |
+
```
|