Commit ·
6b0783e
1
Parent(s): 8629f9e
upload hub_repos/pubtator_central/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: other
|
| 6 |
+
license_bigbio_shortname: NCBI_LICENSE
|
| 7 |
+
pretty_name: PubTator Central
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
# Dataset Card for PubTator Central
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
- **Homepage:** https://www.ncbi.nlm.nih.gov/research/pubtator/
|
| 16 |
+
- **Pubmed:** True
|
| 17 |
+
- **Public:** True
|
| 18 |
+
- **Tasks:** Named Entity Recognition, Named Entity Disambiguation
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
PubTator Central (PTC, https://www.ncbi.nlm.nih.gov/research/pubtator/) is a web service for
|
| 22 |
+
exploring and retrieving bioconcept annotations in full text biomedical articles. PTC provides
|
| 23 |
+
automated annotations from state-of-the-art text mining systems for genes/proteins, genetic
|
| 24 |
+
variants, diseases, chemicals, species and cell lines, all available for immediate download. PTC
|
| 25 |
+
annotates PubMed (30 million abstracts), the PMC Open Access Subset and the Author Manuscript
|
| 26 |
+
Collection (3 million full text articles). Updated entity identification methods and a
|
| 27 |
+
disambiguation module based on cutting-edge deep learning techniques provide increased accuracy.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
## Citation Information
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
@article{10.1093/nar/gkz389,
|
| 35 |
+
title = {{PubTator central: automated concept annotation for biomedical full text articles}},
|
| 36 |
+
author = {Wei, Chih-Hsuan and Allot, Alexis and Leaman, Robert and Lu, Zhiyong},
|
| 37 |
+
year = 2019,
|
| 38 |
+
month = {05},
|
| 39 |
+
journal = {Nucleic Acids Research},
|
| 40 |
+
volume = 47,
|
| 41 |
+
number = {W1},
|
| 42 |
+
pages = {W587-W593},
|
| 43 |
+
doi = {10.1093/nar/gkz389},
|
| 44 |
+
issn = {0305-1048},
|
| 45 |
+
url = {https://doi.org/10.1093/nar/gkz389},
|
| 46 |
+
eprint = {https://academic.oup.com/nar/article-pdf/47/W1/W587/28880193/gkz389.pdf}
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
```
|