gabrielaltay
commited on
Commit
·
7a63c43
1
Parent(s):
0145846
upload hub_repos/pmc_patients/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: cc-by-nc-sa-4.0
|
6 |
+
license_bigbio_shortname: CC_BY_NC_SA_4p0
|
7 |
+
pretty_name: PMC-Patients
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
# Dataset Card for PMC-Patients
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:** https://github.com/zhao-zy15/PMC-Patients
|
16 |
+
- **Pubmed:** True
|
17 |
+
- **Public:** True
|
18 |
+
- **Tasks:** Semantic Similarity
|
19 |
+
|
20 |
+
|
21 |
+
This dataset is used for calculating the similarity between two patient descriptions.
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
## Citation Information
|
26 |
+
|
27 |
+
```
|
28 |
+
@misc{zhao2022pmcpatients,
|
29 |
+
title={PMC-Patients: A Large-scale Dataset of Patient Notes and Relations Extracted from Case
|
30 |
+
Reports in PubMed Central},
|
31 |
+
author={Zhengyun Zhao and Qiao Jin and Sheng Yu},
|
32 |
+
year={2022},
|
33 |
+
eprint={2202.13876},
|
34 |
+
archivePrefix={arXiv},
|
35 |
+
primaryClass={cs.CL}
|
36 |
+
}
|
37 |
+
```
|