gabrielaltay
commited on
Commit
•
757b99a
1
Parent(s):
3731c92
upload hub_repos/scai_disease/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: SCAI Disease
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for SCAI Disease
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://www.scai.fraunhofer.de/en/business-research-areas/bioinformatics/downloads/corpus-for-disease-names-and-adverse-effects.html
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Named Entity Recognition
|
19 |
+
|
20 |
+
|
21 |
+
SCAI Disease is a dataset annotated in 2010 with mentions of diseases and
|
22 |
+
adverse effects. It is a corpus containing 400 randomly selected MEDLINE
|
23 |
+
abstracts generated using ‘Disease OR Adverse effect’ as a PubMed query. This
|
24 |
+
evaluation corpus was annotated by two individuals who hold a Master’s degree
|
25 |
+
in life sciences.
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
## Citation Information
|
30 |
+
|
31 |
+
```
|
32 |
+
@inproceedings{gurulingappa:lrec-ws10,
|
33 |
+
author = {Harsha Gurulingappa and Roman Klinger and Martin Hofmann-Apitius and Juliane Fluck},
|
34 |
+
title = {An Empirical Evaluation of Resources for the Identification of Diseases and Adverse Effects in Biomedical Literature},
|
35 |
+
booktitle = {LREC Workshop on Building and Evaluating Resources for Biomedical Text Mining},
|
36 |
+
year = {2010},
|
37 |
+
}
|
38 |
+
|
39 |
+
```
|