gabrielaltay commited on
Commit
f1e5518
1 Parent(s): f218b5b

update metadata in readme (#3)

Browse files

- update metadata in readme (3e827ad0d5936f1fc8d29494e7bfb8a6a3815cfa)

Files changed (1) hide show
  1. README.md +44 -34
README.md CHANGED
@@ -1,34 +1,44 @@
1
- ---
2
- language: en
3
- license: gpl-3.0
4
- multilinguality: monolingual
5
- pretty_name: BIOSSES
6
- ---
7
-
8
-
9
- # Dataset Card for BIOSSES
10
-
11
- ## Homepage
12
-
13
- https://tabilab.cmpe.boun.edu.tr/BIOSSES/DataSet.html
14
-
15
-
16
- ## Dataset Description
17
-
18
- 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.
19
-
20
-
21
- ## Citation Information
22
-
23
- ```
24
- @article{souganciouglu2017biosses,
25
- title={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain},
26
- author={Soğancıoğlu, Gizem, Hakime Öztürk, and Arzucan Özgür},
27
- journal={Bioinformatics},
28
- volume={33},
29
- number={14},
30
- pages={i49--i58},
31
- year={2017},
32
- publisher={Oxford University Press}
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
+ ```