File size: 1,682 Bytes
1de601b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3f2ef14
1de601b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
id: pmc_patientcases_dutch_nllb200
name: pmc_patientcases_dutch_nllb200
description: Translation of PMC patient records
license: cc-by-nc-sa-4.0
language: nl
pretty_name: PMC Patient cases, translated to Dutch with NLLB200
---

# Dataset Card for Pmc Patientcases Dutch Marianmt

The original dataset was created by: Zhengyun Zhao, Qiao Jin, Fangyuan Chen, Tuorui Peng & Sheng Yu
The source language: English
The original [data source](https://pmc-patients.github.io/).

# Data description

Translation of PMC patient records using the [NLLB200](https://huggingface.co/facebook/nllb-200-distilled-600M), using the [PubScience](https://github.com/bramiozo/PubScience) library.
For the translation we concatenated chunked translations to account for the maximum context length of the [NLLB200](https://huggingface.co/facebook/nllb-200-distilled-600M) model.

**Note**: these are unfiltered translations from an NMT model and might therefore contain artifacts such as spurious token-repetitions.

# Acknowledgement

The work received funding from the European Union's Horizon Europe research
and innovation programme under Grant Agreement No. 101057849 (DataTools4Heart project). 

# Doi and references

[DOI and reference to the source paper/s]


The reference for the original PMC Patient cases is
```
@article{Zhao2023ALD,
  title={A large-scale dataset of patient summaries for retrieval-based clinical decision support systems.},
  author={Zhengyun Zhao and Qiao Jin and Fangyuan Chen and Tuorui Peng and Sheng Yu},
  journal={Scientific data},
  year={2023},
  volume={10 1},
  pages={
          909
        },
  url={https://api.semanticscholar.org/CorpusID:266360591}
}
```