Update README.md
Browse files
README.md
CHANGED
@@ -4,34 +4,42 @@ name: pmc_patientcases_dutch_marianmt
|
|
4 |
description: Translation of PMC patient records
|
5 |
license: cc-by-nc-sa-4.0
|
6 |
language: nl
|
7 |
-
|
8 |
---
|
9 |
|
10 |
# Dataset Card for Pmc Patientcases Dutch Marianmt
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
The source language: [Source Language]
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
The original data source: [Original Data Source]
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
|
25 |
# Data description
|
26 |
|
27 |
-
Translation of PMC patient records
|
|
|
28 |
|
29 |
|
30 |
# Acknowledgement
|
31 |
|
32 |
-
|
|
|
33 |
|
34 |
-
# Doi and
|
35 |
|
36 |
[DOI and reference to the source paper/s]
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
description: Translation of PMC patient records
|
5 |
license: cc-by-nc-sa-4.0
|
6 |
language: nl
|
7 |
+
pretty_name: PMC Patient cases, translated to Dutch with MariaNMT
|
8 |
---
|
9 |
|
10 |
# Dataset Card for Pmc Patientcases Dutch Marianmt
|
11 |
|
12 |
+
The original dataset was created by: Zhengyun Zhao, Qiao Jin, Fangyuan Chen, Tuorui Peng & Sheng Yu
|
13 |
+
The source language: English
|
14 |
+
The original [data source](https://pmc-patients.github.io/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
# Data description
|
17 |
|
18 |
+
Translation of PMC patient records using MariaNMT, using the [PubScience](https://github.com/bramiozo/PubScience) library.
|
19 |
+
For the translation we concatenated chunked translations to account for the maximum context length of the MariaNMT model.
|
20 |
|
21 |
|
22 |
# Acknowledgement
|
23 |
|
24 |
+
The work received funding from the European Union's Horizon Europe research
|
25 |
+
and innovation programme under Grant Agreement No. 101057849 (DataTools4Heart project).
|
26 |
|
27 |
+
# Doi and references
|
28 |
|
29 |
[DOI and reference to the source paper/s]
|
30 |
|
31 |
+
|
32 |
+
The reference for the original PMC Patient cases is
|
33 |
+
```
|
34 |
+
@article{Zhao2023ALD,
|
35 |
+
title={A large-scale dataset of patient summaries for retrieval-based clinical decision support systems.},
|
36 |
+
author={Zhengyun Zhao and Qiao Jin and Fangyuan Chen and Tuorui Peng and Sheng Yu},
|
37 |
+
journal={Scientific data},
|
38 |
+
year={2023},
|
39 |
+
volume={10 1},
|
40 |
+
pages={
|
41 |
+
909
|
42 |
+
},
|
43 |
+
url={https://api.semanticscholar.org/CorpusID:266360591}
|
44 |
+
}
|
45 |
+
```
|