gabrielaltay
commited on
Commit
•
3e827ad
1
Parent(s):
f218b5b
update metadata in readme
Browse files
README.md
CHANGED
@@ -1,34 +1,44 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
##
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
bigbio_language:
|
5 |
+
- English
|
6 |
+
license: gpl-3.0
|
7 |
+
multilinguality: monolingual
|
8 |
+
bigbio_license_shortname: GPL_3p0
|
9 |
+
pretty_name: BIOSSES
|
10 |
+
homepage: https://tabilab.cmpe.boun.edu.tr/BIOSSES/DataSet.html
|
11 |
+
bigbio_pubmed: false
|
12 |
+
bigbio_public: true
|
13 |
+
bigbio_tasks:
|
14 |
+
- SEMANTIC_SIMILARITY
|
15 |
+
---
|
16 |
+
|
17 |
+
|
18 |
+
# Dataset Card for BIOSSES
|
19 |
+
|
20 |
+
|
21 |
+
## Dataset Description
|
22 |
+
|
23 |
+
- **Homepage:** https://tabilab.cmpe.boun.edu.tr/BIOSSES/DataSet.html
|
24 |
+
- **Pubmed:** True
|
25 |
+
- **Public:** True
|
26 |
+
- **Tasks:** STS
|
27 |
+
|
28 |
+
BIOSSES computes similarity of biomedical sentences by utilizing WordNet as the general domain ontology and UMLS as the biomedical domain specific ontology. The original paper outlines the approaches with respect to using annotator score as golden standard. Source view will return all annotator score individually whereas the Bigbio view will return the mean of the annotator score.
|
29 |
+
|
30 |
+
|
31 |
+
## Citation Information
|
32 |
+
|
33 |
+
```
|
34 |
+
@article{souganciouglu2017biosses,
|
35 |
+
title={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain},
|
36 |
+
author={Soğancıoğlu, Gizem, Hakime Öztürk, and Arzucan Özgür},
|
37 |
+
journal={Bioinformatics},
|
38 |
+
volume={33},
|
39 |
+
number={14},
|
40 |
+
pages={i49--i58},
|
41 |
+
year={2017},
|
42 |
+
publisher={Oxford University Press}
|
43 |
+
}
|
44 |
+
```
|