gabrielaltay
commited on
Commit
•
21207d0
1
Parent(s):
9e63dda
upload hub_repos/nlmchem/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: cc0-1.0
|
6 |
+
license_bigbio_shortname: CC0_1p0
|
7 |
+
pretty_name: NLM-Chem
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for NLM-Chem
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://biocreative.bioinformatics.udel.edu/tasks/biocreative-vii/track-2
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Named Entity Disambiguation, Text Classification
|
19 |
+
|
20 |
+
|
21 |
+
NLM-Chem corpus consists of 150 full-text articles from the PubMed Central Open Access dataset,
|
22 |
+
comprising 67 different chemical journals, aiming to cover a general distribution of usage of chemical
|
23 |
+
names in the biomedical literature.
|
24 |
+
Articles were selected so that human annotation was most valuable (meaning that they were rich in bio-entities,
|
25 |
+
and current state-of-the-art named entity recognition systems disagreed on bio-entity recognition.
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
## Citation Information
|
30 |
+
|
31 |
+
```
|
32 |
+
@Article{islamaj2021nlm,
|
33 |
+
title={NLM-Chem, a new resource for chemical entity recognition in PubMed full text literature},
|
34 |
+
author={Islamaj, Rezarta and Leaman, Robert and Kim, Sun and Kwon, Dongseop and Wei, Chih-Hsuan and Comeau, Donald C and Peng, Yifan and Cissel, David and Coss, Cathleen and Fisher, Carol and others},
|
35 |
+
journal={Scientific Data},
|
36 |
+
volume={8},
|
37 |
+
number={1},
|
38 |
+
pages={1--12},
|
39 |
+
year={2021},
|
40 |
+
publisher={Nature Publishing Group}
|
41 |
+
}
|
42 |
+
|
43 |
+
```
|