gabrielaltay commited on
Commit
fc5c2e7
1 Parent(s): 86e5dbd

upload hub_repos/chemdner/README.md to hub from bigbio repo

Browse files
Files changed (1) hide show
  1. README.md +95 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ license: unknown
6
+ license_bigbio_shortname: UNKNOWN
7
+ pretty_name: CHEMDNER
8
+ ---
9
+
10
+
11
+ # Dataset Card for CHEMDNER
12
+
13
+ ## Dataset Description
14
+
15
+ - **Homepage:** https://biocreative.bioinformatics.udel.edu/resources/biocreative-iv/chemdner-corpus/
16
+ - **Pubmed:** True
17
+ - **Public:** True
18
+ - **Tasks:** Named Entity Recognition, Text Classification
19
+
20
+
21
+ We present the CHEMDNER corpus, a collection of 10,000 PubMed abstracts that
22
+ contain a total of 84,355 chemical entity mentions labeled manually by expert
23
+ chemistry literature curators, following annotation guidelines specifically
24
+ defined for this task. The abstracts of the CHEMDNER corpus were selected to be
25
+ representative for all major chemical disciplines. Each of the chemical entity
26
+ mentions was manually labeled according to its structure-associated chemical
27
+ entity mention (SACEM) class: abbreviation, family, formula, identifier,
28
+ multiple, systematic and trivial.
29
+
30
+
31
+
32
+ ## Citation Information
33
+
34
+ ```
35
+ @article{Krallinger2015,
36
+ title = {The CHEMDNER corpus of chemicals and drugs and its annotation principles},
37
+ author = {
38
+ Krallinger, Martin and Rabal, Obdulia and Leitner, Florian and Vazquez,
39
+ Miguel and Salgado, David and Lu, Zhiyong and Leaman, Robert and Lu, Yanan
40
+ and Ji, Donghong and Lowe, Daniel M. and Sayle, Roger A. and
41
+ Batista-Navarro, Riza Theresa and Rak, Rafal and Huber, Torsten and
42
+ Rockt{"a}schel, Tim and Matos, S{'e}rgio and Campos, David and Tang,
43
+ Buzhou and Xu, Hua and Munkhdalai, Tsendsuren and Ryu, Keun Ho and Ramanan,
44
+ S. V. and Nathan, Senthil and { {Z}}itnik, Slavko and Bajec, Marko and
45
+ Weber, Lutz and Irmer, Matthias and Akhondi, Saber A. and Kors, Jan A. and
46
+ Xu, Shuo and An, Xin and Sikdar, Utpal Kumar and Ekbal, Asif and Yoshioka,
47
+ Masaharu and Dieb, Thaer M. and Choi, Miji and Verspoor, Karin and Khabsa,
48
+ Madian and Giles, C. Lee and Liu, Hongfang and Ravikumar, Komandur
49
+ Elayavilli and Lamurias, Andre and Couto, Francisco M. and Dai, Hong-Jie
50
+ and Tsai, Richard Tzong-Han and Ata, Caglar and Can, Tolga and Usi{'e},
51
+ Anabel and Alves, Rui and Segura-Bedmar, Isabel and Mart{'i}nez, Paloma
52
+ and Oyarzabal, Julen and Valencia, Alfonso
53
+ },
54
+ year = 2015,
55
+ month = {Jan},
56
+ day = 19,
57
+ journal = {Journal of Cheminformatics},
58
+ volume = 7,
59
+ number = 1,
60
+ pages = {S2},
61
+ doi = {10.1186/1758-2946-7-S1-S2},
62
+ issn = {1758-2946},
63
+ url = {https://doi.org/10.1186/1758-2946-7-S1-S2},
64
+ abstract = {
65
+ The automatic extraction of chemical information from text requires the
66
+ recognition of chemical entity mentions as one of its key steps. When
67
+ developing supervised named entity recognition (NER) systems, the
68
+ availability of a large, manually annotated text corpus is desirable.
69
+ Furthermore, large corpora permit the robust evaluation and comparison of
70
+ different approaches that detect chemicals in documents. We present the
71
+ CHEMDNER corpus, a collection of 10,000 PubMed abstracts that contain a
72
+ total of 84,355 chemical entity mentions labeled manually by expert
73
+ chemistry literature curators, following annotation guidelines specifically
74
+ defined for this task. The abstracts of the CHEMDNER corpus were selected
75
+ to be representative for all major chemical disciplines. Each of the
76
+ chemical entity mentions was manually labeled according to its
77
+ structure-associated chemical entity mention (SACEM) class: abbreviation,
78
+ family, formula, identifier, multiple, systematic and trivial. The
79
+ difficulty and consistency of tagging chemicals in text was measured using
80
+ an agreement study between annotators, obtaining a percentage agreement of
81
+ 91. For a subset of the CHEMDNER corpus (the test set of 3,000 abstracts)
82
+ we provide not only the Gold Standard manual annotations, but also mentions
83
+ automatically detected by the 26 teams that participated in the BioCreative
84
+ IV CHEMDNER chemical mention recognition task. In addition, we release the
85
+ CHEMDNER silver standard corpus of automatically extracted mentions from
86
+ 17,000 randomly selected PubMed abstracts. A version of the CHEMDNER corpus
87
+ in the BioC format has been generated as well. We propose a standard for
88
+ required minimum information about entity annotations for the construction
89
+ of domain specific corpora on chemical and drug entities. The CHEMDNER
90
+ corpus and annotation guidelines are available at:
91
+ ttp://www.biocreative.org/resources/biocreative-iv/chemdner-corpus/
92
+ }
93
+ }
94
+
95
+ ```