Dr. Jorge Abreu Vicente commited on
Commit
d8d5a96
1 Parent(s): b97c07d

Imformation for NER datasets

Browse files
Files changed (1) hide show
  1. constants.py +59 -9
constants.py CHANGED
@@ -45,8 +45,33 @@ CITATIONS = {
45
  journal = {Genome biology},
46
  doi = {10.1186/gb-2008-9-s2-s2}
47
  }""",
48
- "NCBI-disease-IOB":"",
49
- "JNLPBA":"",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  }
52
 
@@ -83,17 +108,42 @@ DESCRIPTIONS = {
83
  and for each sentence a set of gene mentions
84
  (GENE annotations).
85
  """,
86
- "NCBI-disease-IOB":"",
87
- "JNLPBA":"",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  }
89
 
90
  HOMEPAGES = {
91
  "blurb": "https://microsoft.github.io/BLURB/index.html",
92
  "BC5CDR-chem-IOB":"https://biocreative.bioinformatics.udel.edu/resources/corpora/biocreative-v-cdr-corpus",
93
  "BC5CDR-disease-IOB":"https://biocreative.bioinformatics.udel.edu/resources/corpora/biocreative-v-cdr-corpus",
94
- "BC2GM-IOB": "https://biocreative.bioinformatics.udel.edu/tasks/biocreative-ii/task-1a-gene-mention-tagging/"
95
- "NCBI-disease-IOB":"",
96
- "JNLPBA":"",
97
 
98
  }
99
 
@@ -103,6 +153,6 @@ DATA_URL = {
103
  "BC5CDR-chem-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
104
  "BC5CDR-disease-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
105
  "BC2GM-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
106
- "NCBI-disease-IOB":"",
107
- "JNLPBA":"",
108
  }
 
45
  journal = {Genome biology},
46
  doi = {10.1186/gb-2008-9-s2-s2}
47
  }""",
48
+ "NCBI-disease-IOB":"""@article{10.5555/2772763.2772800,
49
+ author = {Dogan, Rezarta Islamaj and Leaman, Robert and Lu, Zhiyong},
50
+ title = {NCBI Disease Corpus},
51
+ year = {2014},
52
+ issue_date = {February 2014},
53
+ publisher = {Elsevier Science},
54
+ address = {San Diego, CA, USA},
55
+ volume = {47},
56
+ number = {C},
57
+ issn = {1532-0464},
58
+ abstract = {Graphical abstractDisplay Omitted NCBI disease corpus is built as a gold-standard resource for disease recognition.793 PubMed abstracts are annotated with disease mentions and concepts (MeSH/OMIM).14 Annotators produced high consistency level and inter-annotator agreement.Normalization benchmark results demonstrate the utility of the corpus.The corpus is publicly available to the community. Information encoded in natural language in biomedical literature publications is only useful if efficient and reliable ways of accessing and analyzing that information are available. Natural language processing and text mining tools are therefore essential for extracting valuable information, however, the development of powerful, highly effective tools to automatically detect central biomedical concepts such as diseases is conditional on the availability of annotated corpora.This paper presents the disease name and concept annotations of the NCBI disease corpus, a collection of 793 PubMed abstracts fully annotated at the mention and concept level to serve as a research resource for the biomedical natural language processing community. Each PubMed abstract was manually annotated by two annotators with disease mentions and their corresponding concepts in Medical Subject Headings (MeSH ) or Online Mendelian Inheritance in Man (OMIM ). Manual curation was performed using PubTator, which allowed the use of pre-annotations as a pre-step to manual annotations. Fourteen annotators were randomly paired and differing annotations were discussed for reaching a consensus in two annotation phases. In this setting, a high inter-annotator agreement was observed. Finally, all results were checked against annotations of the rest of the corpus to assure corpus-wide consistency.The public release of the NCBI disease corpus contains 6892 disease mentions, which are mapped to 790 unique disease concepts. Of these, 88% link to a MeSH identifier, while the rest contain an OMIM identifier. We were able to link 91% of the mentions to a single disease concept, while the rest are described as a combination of concepts. In order to help researchers use the corpus to design and test disease identification methods, we have prepared the corpus as training, testing and development sets. To demonstrate its utility, we conducted a benchmarking experiment where we compared three different knowledge-based disease normalization methods with a best performance in F-measure of 63.7%. These results show that the NCBI disease corpus has the potential to significantly improve the state-of-the-art in disease name recognition and normalization research, by providing a high-quality gold standard thus enabling the development of machine-learning based approaches for such tasks.The NCBI disease corpus, guidelines and other associated resources are available at: http://www.ncbi.nlm.nih.gov/CBBresearch/Dogan/DISEASE/.},
59
+ journal = {J. of Biomedical Informatics},
60
+ month = {feb},
61
+ pages = {1–10},
62
+ numpages = {10}}""",
63
+ "JNLPBA":"""@inproceedings{collier-kim-2004-introduction,
64
+ title = "Introduction to the Bio-entity Recognition Task at {JNLPBA}",
65
+ author = "Collier, Nigel and
66
+ Kim, Jin-Dong",
67
+ booktitle = "Proceedings of the International Joint Workshop on Natural Language Processing in Biomedicine and its Applications ({NLPBA}/{B}io{NLP})",
68
+ month = aug # " 28th and 29th",
69
+ year = "2004",
70
+ address = "Geneva, Switzerland",
71
+ publisher = "COLING",
72
+ url = "https://aclanthology.org/W04-1213",
73
+ pages = "73--78",
74
+ }""",
75
 
76
  }
77
 
 
108
  and for each sentence a set of gene mentions
109
  (GENE annotations).
110
  """,
111
+ "NCBI-disease-IOB":"""The NCBI disease corpus is fully annotated at the mention
112
+ and concept level to serve as a research resource for the biomedical natural
113
+ language processing community.
114
+
115
+
116
+ Corpus Characteristics
117
+ ----------------------
118
+ * 793 PubMed abstracts
119
+ * 6,892 disease mentions
120
+ * 790 unique disease concepts
121
+ * Medical Subject Headings (MeSH®)
122
+ * Online Mendelian Inheritance in Man (OMIM®)
123
+ * 91% of the mentions map to a single disease concept
124
+ **divided into training, developing and testing sets.
125
+ Corpus Annotation
126
+ * Fourteen annotators
127
+ * Two-annotators per document (randomly paired)
128
+ * Three annotation phases
129
+ * Checked for corpus-wide consistency of annotations
130
+ """,
131
+ "JNLPBA":"""The BioNLP / JNLPBA Shared Task 2004 involves the identification
132
+ and classification of technical terms referring to concepts of interest to
133
+ biologists in the domain of molecular biology. The task was organized by GENIA
134
+ Project based on the annotations of the GENIA Term corpus (version 3.02).
135
+ Corpus format: The JNLPBA corpus is distributed in IOB format, with each line
136
+ containing a single token and its tag, separated by a tab character.
137
+ Sentences are separated by blank lines.""",
138
  }
139
 
140
  HOMEPAGES = {
141
  "blurb": "https://microsoft.github.io/BLURB/index.html",
142
  "BC5CDR-chem-IOB":"https://biocreative.bioinformatics.udel.edu/resources/corpora/biocreative-v-cdr-corpus",
143
  "BC5CDR-disease-IOB":"https://biocreative.bioinformatics.udel.edu/resources/corpora/biocreative-v-cdr-corpus",
144
+ "BC2GM-IOB": "https://biocreative.bioinformatics.udel.edu/tasks/biocreative-ii/task-1a-gene-mention-tagging/",
145
+ "NCBI-disease-IOB":"https://www.ncbi.nlm.nih.gov/CBBresearch/Dogan/DISEASE/",
146
+ "JNLPBA":"http://www.geniaproject.org/shared-tasks/bionlp-jnlpba-shared-task-2004",
147
 
148
  }
149
 
 
153
  "BC5CDR-chem-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
154
  "BC5CDR-disease-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
155
  "BC2GM-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
156
+ "NCBI-disease-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
157
+ "JNLPBA": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
158
  }