File size: 4,720 Bytes
b106bc6 b60c723 b106bc6 5cf44bb b106bc6 b60c723 5cf44bb b60c723 5cf44bb b60c723 5cf44bb b60c723 5cf44bb |
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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
---
datasets:
- leduckhai/MultiMed
language:
- en
- vi
- zh
- fr
- de
metrics:
- wer
- cer
base_model:
- openai/whisper-small
new_version: leduckhai/MultiMed-ST
pipeline_tag: automatic-speech-recognition
license: mit
---
# MultiMed: Multilingual Medical Speech Recognition via Attention Encoder Decoder
Please refer to newer version which integrates ASR + MT models: [https://huggingface.co/leduckhai/MultiMed-ST](https://huggingface.co/leduckhai/MultiMed-ST)
**<div align="center">ACL 2025</div>**
<div align="center"><b>Khai Le-Duc</b>, Phuc Phan, Tan-Hanh Pham, Bach Phan Tat,</div>
<div align="center">Minh-Huong Ngo, Chris Ngo, Thanh Nguyen-Tang, Truong-Son Hy</div>
> Please press ⭐ button and/or cite papers if you feel helpful.
<p align="center">
<img src="MultiMed_ACL2025.png" width="700"/>
</p>
* **Abstract:**
Multilingual automatic speech recognition (ASR) in the medical domain serves as a foundational task for various downstream applications such as speech translation, spoken language understanding, and voice-activated assistants. This technology improves patient care by enabling efficient communication across language barriers, alleviating specialized workforce shortages, and facilitating improved diagnosis and treatment, particularly during pandemics. In this work, we introduce MultiMed, the first multilingual medical ASR dataset, along with the first collection of small-to-large end-to-end medical ASR models, spanning five languages: Vietnamese, English, German, French, and Mandarin Chinese. To our best knowledge, MultiMed stands as **the world’s largest medical ASR dataset across all major benchmarks**: total duration, number of recording conditions, number of accents, and number of speaking roles. Furthermore, we present the first multilinguality study for medical ASR, which includes reproducible empirical baselines, a monolinguality-multilinguality analysis, Attention Encoder Decoder (AED) vs Hybrid comparative study and a linguistic analysis. We present practical ASR end-to-end training schemes optimized for a fixed number of trainable parameters that are common in industry settings. All code, data, and models are available online: [https://github.com/leduckhai/MultiMed/tree/master/MultiMed](https://github.com/leduckhai/MultiMed/tree/master/MultiMed).
* **Citation:**
Please cite this paper: [https://arxiv.org/abs/2409.14074](https://arxiv.org/abs/2409.14074)
``` bibtex
@article{le2024multimed,
title={MultiMed: Multilingual Medical Speech Recognition via Attention Encoder Decoder},
author={Le-Duc, Khai and Phan, Phuc and Pham, Tan-Hanh and Tat, Bach Phan and Ngo, Minh-Huong and Ngo, Chris and Nguyen-Tang, Thanh and Hy, Truong-Son},
journal={arXiv preprint arXiv:2409.14074},
year={2024}
}
```
## Dataset and Pre-trained Models:
Dataset: [🤗 HuggingFace dataset](https://huggingface.co/datasets/leduckhai/MultiMed), [Paperswithcodes dataset](https://paperswithcode.com/dataset/multimed)
Pre-trained models: [🤗 HuggingFace models](https://huggingface.co/leduckhai/MultiMed)
| Model Name | Description | Link |
|------------------|--------------------------------------------|----------------------------------------------------------------------|
| `Whisper-Small-Chinese` | Small model fine-tuned on medical Chinese set | [Hugging Face models](https://huggingface.co/leduckhai/MultiMed-ST/tree/main/asr/whisper-small-chinese) |
| `Whisper-Small-English` | Small model fine-tuned on medical English set | [Hugging Face models](https://huggingface.co/leduckhai/MultiMed-ST/tree/main/asr/whisper-small-english) |
| `Whisper-Small-French` | Small model fine-tuned on medical French set | [Hugging Face models](https://huggingface.co/leduckhai/MultiMed-ST/tree/main/asr/whisper-small-french) |
| `Whisper-Small-German` | Small model fine-tuned on medical German set | [Hugging Face models](https://huggingface.co/leduckhai/MultiMed-ST/tree/main/asr/whisper-small-german) |
| `Whisper-Small-Vietnamese` | Small model fine-tuned on medical Vietnamese set | [Hugging Face models](https://huggingface.co/leduckhai/MultiMed-ST/tree/main/asr/whisper-small-vietnamese) |
| `Whisper-Small-Multilingual` | Small model fine-tuned on medical Multilingual set (5 languages) | [Hugging Face models](https://huggingface.co/leduckhai/MultiMed-ST/tree/main/asr/whisper-small-multilingual) |
## Contact:
If any links are broken, please contact me for fixing!
```
Le Duc Khai
University of Toronto, Canada
Email: [email protected]
GitHub: https://github.com/leduckhai
``` |