gabrielaltay
commited on
Commit
·
017f6ea
1
Parent(s):
7fd5b64
upload hub_repos/gnormplus/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: GNormPlus
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for GNormPlus
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://www.ncbi.nlm.nih.gov/research/bionlp/Tools/gnormplus/
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition, Named Entity Disambiguation
|
19 |
+
|
20 |
+
|
21 |
+
We re-annotated two existing gene corpora. The BioCreative II GN corpus is a widely used data set for benchmarking GN
|
22 |
+
tools and includes document-level annotations for a total of 543 articles (281 in its training set; and 262 in test).
|
23 |
+
The Citation GIA Test Collection was recently created for gene indexing at the NLM and includes 151 PubMed abstracts
|
24 |
+
with both mention-level and document-level annotations. They are selected because both have a focus on human genes.
|
25 |
+
For both corpora, we added annotations of gene families and protein domains. For the BioCreative GN corpus, we also
|
26 |
+
added mention-level gene annotations. As a result, in our new corpus, there are a total of 694 PubMed articles.
|
27 |
+
PubTator was used as our annotation tool along with BioC formats.
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
## Citation Information
|
32 |
+
|
33 |
+
```
|
34 |
+
@Article{Wei2015,
|
35 |
+
author={Wei, Chih-Hsuan and Kao, Hung-Yu and Lu, Zhiyong},
|
36 |
+
title={GNormPlus: An Integrative Approach for Tagging Genes, Gene Families, and Protein Domains},
|
37 |
+
journal={BioMed Research International},
|
38 |
+
year={2015},
|
39 |
+
month={Aug},
|
40 |
+
day={25},
|
41 |
+
publisher={Hindawi Publishing Corporation},
|
42 |
+
volume={2015},
|
43 |
+
pages={918710},
|
44 |
+
issn={2314-6133},
|
45 |
+
doi={10.1155/2015/918710},
|
46 |
+
url={https://doi.org/10.1155/2015/918710}
|
47 |
+
}
|
48 |
+
|
49 |
+
```
|