UMCU's picture
Update README.md
3f2ef14 verified
---
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}
}
```