CoolFace
Datasetpublic

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.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
1likes47downloads
Dataset Card

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

python
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")     # German

Config: default / en

Medical notes in English.

SubsetNum. examplesSizeDuration
test24126.51 MB1 h, 5 min, 49 s
FeatureType
idValue(dtype='large_string')
transcriptionValue(dtype='large_string')
transcription_formattedValue(dtype='large_string')
medical_termsSequence(feature=Value(dtype='string'), length=-1)
medical_terms_formattedSequence(feature=Value(dtype='string'), length=-1)
formatting_termsSequence(feature=Value(dtype='string'), length=-1)
audioAudio(sampling_rate=16000, mono=True, decode=True)
audio_pathValue(dtype='string')

Config: fr

Medical notes in French.

SubsetNum. examplesSizeDuration
test729.89 MB15 min, 33 s
FeatureType
idValue(dtype='large_string')
transcriptionValue(dtype='large_string')
transcription_formattedValue(dtype='large_string')
medical_termsSequence(feature=Value(dtype='string'), length=-1)
medical_terms_formattedSequence(feature=Value(dtype='string'), length=-1)
formatting_termsSequence(feature=Value(dtype='string'), length=-1)
audioAudio(sampling_rate=16000, mono=True, decode=True)
audio_pathValue(dtype='string')

Config: de

Medical notes in German.

SubsetNum. examplesSizeDuration
test962.63 MB32 min, 35 s
FeatureType
idValue(dtype='large_string')
transcriptionValue(dtype='large_string')
transcription_formattedValue(dtype='large_string')
medical_termsSequence(feature=Value(dtype='string'), length=-1)
medical_terms_formattedSequence(feature=Value(dtype='string'), length=-1)
formatting_termsSequence(feature=Value(dtype='string'), length=-1)
audioAudio(sampling_rate=16000, mono=True, decode=True)
audio_pathValue(dtype='string')

Intended Use

  1. 1.Evaluating, benchmarking and testing ASR / NLP systems (including commercial benchmarking).
  2. 2.Academic and applied research.
  3. 3.Reproducing the results in the Corti white-paper.

Not Allowed

In plain English — please don't:

  1. 1.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.
  2. 2.Clone, imitate or generate audio that sounds like any voice in the dataset.
  3. 3.Build a product that competes with commercial TTS or voice-cloning platforms.
  4. 4.Make deepfakes, impersonation content, or anything intended to deceive.
  5. 5.Use it for any clinical, diagnostic or treatment decision — this is not a medical device and has not been clinically validated.
  6. 6.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:

  1. 1.CDLA-Permissive-2.0 — broad permission to use, modify and redistribute; and
  2. 2.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.16545

Contact

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