gabrielaltay
commited on
Commit
•
6b13609
1
Parent(s):
fdd01c2
upload hub_repos/ncbi_disease/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: cc0-1.0
|
6 |
+
license_bigbio_shortname: CC0_1p0
|
7 |
+
pretty_name: NCBI Disease
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for NCBI Disease
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://www.ncbi.nlm.nih.gov/CBBresearch/Dogan/DISEASE/
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Named Entity Disambiguation
|
19 |
+
|
20 |
+
|
21 |
+
The NCBI disease corpus is fully annotated at the mention and concept level to serve as a research
|
22 |
+
resource for the biomedical natural language processing community.
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
## Citation Information
|
27 |
+
|
28 |
+
```
|
29 |
+
@article{Dogan2014NCBIDC,
|
30 |
+
title = {NCBI disease corpus: A resource for disease name recognition and concept normalization},
|
31 |
+
author = {Rezarta Islamaj Dogan and Robert Leaman and Zhiyong Lu},
|
32 |
+
year = 2014,
|
33 |
+
journal = {Journal of biomedical informatics},
|
34 |
+
volume = 47,
|
35 |
+
pages = {1--10}
|
36 |
+
}
|
37 |
+
|
38 |
+
```
|