gabrielaltay
commited on
Commit
·
2786dd1
1
Parent(s):
510d97e
upload hub_repos/pcr/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: PCR
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for PCR
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** http://210.107.182.73/plantchemcorpus.htm
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Event Extraction
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
A corpus for plant / herb and chemical entities and for the relationships between them. The corpus contains 2218 plant and chemical entities and 600 plant-chemical relationships which are drawn from 1109 sentences in 245 PubMed abstracts.
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
## Citation Information
|
27 |
+
|
28 |
+
```
|
29 |
+
@article{choi2016corpus,
|
30 |
+
title = {A corpus for plant-chemical relationships in the biomedical domain},
|
31 |
+
author = {
|
32 |
+
Choi, Wonjun and Kim, Baeksoo and Cho, Hyejin and Lee, Doheon and Lee,
|
33 |
+
Hyunju
|
34 |
+
},
|
35 |
+
year = 2016,
|
36 |
+
journal = {BMC bioinformatics},
|
37 |
+
publisher = {Springer},
|
38 |
+
volume = 17,
|
39 |
+
number = 1,
|
40 |
+
pages = {1--15}
|
41 |
+
}
|
42 |
+
|
43 |
+
```
|