gabrielaltay
commited on
Commit
•
00d2d07
1
Parent(s):
dc56af2
upload hub_repos/bio_sim_verb/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: Bio-SimVerb
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for Bio-SimVerb
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/cambridgeltl/bio-simverb
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Semantic Similarity
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
This repository contains the evaluation datasets for the paper Bio-SimVerb and Bio-SimLex: Wide-coverage Evaluation Sets of Word Similarity in Biomedicine by Billy Chiu, Sampo Pyysalo and Anna Korhonen.
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
## Citation Information
|
27 |
+
|
28 |
+
```
|
29 |
+
@article{article,
|
30 |
+
title = {
|
31 |
+
Bio-SimVerb and Bio-SimLex: Wide-coverage evaluation sets of word
|
32 |
+
similarity in biomedicine
|
33 |
+
},
|
34 |
+
author = {Chiu, Billy and Pyysalo, Sampo and Vulić, Ivan and Korhonen, Anna},
|
35 |
+
year = 2018,
|
36 |
+
month = {02},
|
37 |
+
journal = {BMC Bioinformatics},
|
38 |
+
volume = 19,
|
39 |
+
pages = {},
|
40 |
+
doi = {10.1186/s12859-018-2039-z}
|
41 |
+
}
|
42 |
+
|
43 |
+
```
|