MengjieChi/med-dictate
Med-Dictate — ASR Evaluation Dataset An evaluation dataset released by Corti ApS alongside the Symphony for Speech Recognition white-paper. Medical notes dictated by Corti team members and one contractor, with their written consent, in English, French, and German. Built for benchmarking automatic speech recognition (ASR) and related NLP systems on medical-domain audio. No real patient data. No PHI. No identifiable third-party content. Languages: en, fr, de How to… See the full description on the dataset page: https://huggingface.co/datasets/MengjieChi/med-dictate.
Med-Dictate — ASR Evaluation Dataset
An evaluation dataset released by Corti ApS alongside the *Symphony for Speech Recognition* white-paper. Medical notes dictated by Corti team members and one contractor, with their written consent, in English, French, and German. Built for benchmarking automatic speech recognition (ASR) and related NLP systems on medical-domain audio.
No real patient data. No PHI. No identifiable third-party content.
Languages: en, fr, de
How to use
from datasets import load_dataset
dataset = load_dataset("corti/med-dictate") # English (default)
dataset = load_dataset("corti/med-dictate", "fr") # French
dataset = load_dataset("corti/med-dictate", "de") # GermanConfig: default / en
Medical notes in English.
Config: fr
Medical notes in French.
Config: de
Medical notes in German.
Intended Use
- Evaluating, benchmarking and testing ASR / NLP systems (including commercial benchmarking).
- Academic and applied research.
- Reproducing the results in the Corti white-paper.
Not Allowed
In plain English — please don't:
- Use the data to train, fine-tune or otherwise develop any ML/AI model — generative or discriminative, voice or otherwise. This dataset is for evaluating pre-existing models only.
- Clone, imitate or generate audio that sounds like any voice in the dataset.
- Build a product that competes with commercial TTS or voice-cloning platforms.
- Make deepfakes, impersonation content, or anything intended to deceive.
- Use it for any clinical, diagnostic or treatment decision — this is not a medical device and has not been clinically validated.
- Try to re-identify any contributor or any individual referenced in the source material.
These restrictions exist because the voice contributors consented only to evaluation-style use of their recordings.
Licence
Released under the Corti ASR Evaluation Dataset Licence, which combines:
- CDLA-Permissive-2.0 — broad permission to use, modify and redistribute; and
- a Corti Use Restrictions Addendum (RAIL-style) that imposes the restrictions listed above and flows them down to anyone you share the dataset with.
If the two parts ever conflict, the Addendum wins.
Full text: LICENCE.md · Governed by Danish law.
Voice Contributor Withdrawal
Voice contributors can withdraw their consent at any time. Upon Corti's notice, downstream users must stop distributing the affected recordings within 30 days. Withdrawal does not affect the lawfulness of prior use.
Citation
If you use this dataset, please cite:
Nix et al., "Symphony for Speech-to-Text: Supporting Real-Time Medical Voice Interfaces",
arXiv:2605.16545, 2026. https://doi.org/10.48550/arXiv.2605.16545Contact
General correspondence: jdh@corti.ai Take-down requests or contributor withdrawals: privacy@corti.ai
© 2026 Corti ApS · CVR 35669825 · Kuglegårdsvej 2, 2, 1434 København, Denmark
