Datasets:
EMBO
/

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
Dr. Jorge Abreu Vicente commited on
Commit
42db2a4
1 Parent(s): 906fb9a

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +2 -3
constants.py CHANGED
@@ -75,7 +75,7 @@ CITATIONS = {
75
 
76
  "BIOSSES": """@article{souganciouglu2017biosses,
77
  title={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain},
78
- author={So{\u{g}}anc{\i}o{\u{g}}lu, Gizem and {\"O}zt{\"u}rk, Hakime and {\"O}zg{\"u}r, Arzucan},
79
  journal={Bioinformatics},
80
  volume={33},
81
  number={14},
@@ -122,8 +122,6 @@ DESCRIPTIONS = {
122
  "NCBI-disease-IOB":"""The NCBI disease corpus is fully annotated at the mention
123
  and concept level to serve as a research resource for the biomedical natural
124
  language processing community.
125
-
126
-
127
  Corpus Characteristics
128
  ----------------------
129
  * 793 PubMed abstracts
@@ -175,5 +173,6 @@ DATA_URL = {
175
  "BC5CDR-disease-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
176
  "BC2GM-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
177
  "NCBI-disease-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
 
178
  "BIOSSES": "https://raw.githubusercontent.com/Markus-Zlabinger/ssts/fce78a649ab90269950aaf44ce20a36e94409392/data/biosses/all.tsv",
179
  }
 
75
 
76
  "BIOSSES": """@article{souganciouglu2017biosses,
77
  title={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain},
78
+ author={Souganciouglu, Gizem and Ozturk, Hakime and Ozgur, Arzucan},
79
  journal={Bioinformatics},
80
  volume={33},
81
  number={14},
 
122
  "NCBI-disease-IOB":"""The NCBI disease corpus is fully annotated at the mention
123
  and concept level to serve as a research resource for the biomedical natural
124
  language processing community.
 
 
125
  Corpus Characteristics
126
  ----------------------
127
  * 793 PubMed abstracts
 
173
  "BC5CDR-disease-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
174
  "BC2GM-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
175
  "NCBI-disease-IOB": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
176
+ "JNLPBA": "https://github.com/cambridgeltl/MTL-Bioinformatics-2016/raw/master/data/",
177
  "BIOSSES": "https://raw.githubusercontent.com/Markus-Zlabinger/ssts/fce78a649ab90269950aaf44ce20a36e94409392/data/biosses/all.tsv",
178
  }