gabrielaltay
commited on
Commit
·
619fa81
1
Parent(s):
aa8e39f
upload hub_repos/mqp/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: unknown
|
6 |
+
license_bigbio_shortname: UNKNOWN
|
7 |
+
pretty_name: MQP
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for MQP
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/curai/medical-question-pair-dataset
|
16 |
+
- **Pubmed:** False
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Semantic Similarity
|
19 |
+
|
20 |
+
|
21 |
+
Medical Question Pairs dataset by McCreery et al (2020) contains pairs of medical questions and paraphrased versions of
|
22 |
+
the question prepared by medical professional. Paraphrased versions were labelled as similar (syntactically dissimilar
|
23 |
+
but contextually similar ) or dissimilar (syntactically may look similar but contextually dissimilar). Labels 1: similar, 0: dissimilar
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
## Citation Information
|
28 |
+
|
29 |
+
```
|
30 |
+
@article{DBLP:journals/biodb/LiSJSWLDMWL16,
|
31 |
+
author = {Krallinger, M., Rabal, O., Lourenço, A.},
|
32 |
+
title = {Effective Transfer Learning for Identifying Similar Questions: Matching User Questions to COVID-19 FAQs},
|
33 |
+
journal = {KDD '20: Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining},
|
34 |
+
volume = {3458–3465},
|
35 |
+
year = {2020},
|
36 |
+
url = {https://github.com/curai/medical-question-pair-dataset},
|
37 |
+
doi = {},
|
38 |
+
biburl = {},
|
39 |
+
bibsource = {}
|
40 |
+
}
|
41 |
+
|
42 |
+
```
|