Commit
·
bcb9c1b
1
Parent(s):
5b1f542
upload hub_repos/cpi/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
bigbio_language:
|
| 6 |
+
- English
|
| 7 |
+
license: other
|
| 8 |
+
multilinguality: monolingual
|
| 9 |
+
bigbio_license_shortname: ISC
|
| 10 |
+
pretty_name: CPI
|
| 11 |
+
homepage: https://github.com/KerstenDoering/CPI-Pipeline
|
| 12 |
+
bigbio_pubmed: True
|
| 13 |
+
bigbio_public: True
|
| 14 |
+
bigbio_tasks:
|
| 15 |
+
- NAMED_ENTITY_RECOGNITION
|
| 16 |
+
- NAMED_ENTITY_DISAMBIGUATION
|
| 17 |
+
- RELATION_EXTRACTION
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
# Dataset Card for CPI
|
| 22 |
+
|
| 23 |
+
## Dataset Description
|
| 24 |
+
|
| 25 |
+
- **Homepage:** https://github.com/KerstenDoering/CPI-Pipeline
|
| 26 |
+
- **Pubmed:** True
|
| 27 |
+
- **Public:** True
|
| 28 |
+
- **Tasks:** NER,NED,RE
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
The compound-protein relationship (CPI) dataset consists of 2,613 sentences
|
| 32 |
+
from abstracts containing annotations of proteins, small molecules, and their
|
| 33 |
+
relationships.
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
## Citation Information
|
| 38 |
+
|
| 39 |
+
```
|
| 40 |
+
@article{doring2020automated,
|
| 41 |
+
title={Automated recognition of functional compound-protein relationships in literature},
|
| 42 |
+
author={D{\"o}ring, Kersten and Qaseem, Ammar and Becer, Michael and Li, Jianyu and Mishra, Pankaj and Gao, Mingjie and Kirchner, Pascal and Sauter, Florian and Telukunta, Kiran K and Moumbock, Aur{\'e}lien FA and others},
|
| 43 |
+
journal={Plos one},
|
| 44 |
+
volume={15},
|
| 45 |
+
number={3},
|
| 46 |
+
pages={e0220925},
|
| 47 |
+
year={2020},
|
| 48 |
+
publisher={Public Library of Science San Francisco, CA USA}
|
| 49 |
+
}
|
| 50 |
+
```
|