leduckhai commited on
Commit
014ac89
·
verified ·
1 Parent(s): 78827d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -14
README.md CHANGED
@@ -163,24 +163,32 @@ tags:
163
 
164
  # MultiMed: Multilingual Medical Speech Recognition via Attention Encoder Decoder
165
 
166
- ## Description:
167
- 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.
168
- This technology enhances patient care by enabling efficient communication across language barriers, alleviating specialized workforce shortages, and facilitating improved diagnosis and treatment, particularly during pandemics.
169
- In this work, we introduce *MultiMed*, a collection of small-to-large end-to-end ASR models for the medical domain, spanning five languages: Vietnamese, English, German, French, and Mandarin Chinese, together with the corresponding real-world ASR dataset.
170
- To our best knowledge, *MultiMed* stands as **the largest and the first multilingual medical ASR dataset**, in terms of total duration, number of speakers, diversity of diseases, recording conditions, speaker roles, unique medical terms, accents, and ICD-10 codes.
171
 
172
- [Paper](https://huggingface.co/papers/2409.14074)
173
 
174
- Please cite this paper:
175
 
176
- @inproceedings{le2024multimed,
177
- title={MultiMed: Multilingual Medical Speech Recognition via Attention Encoder Decoder},
178
- author={Le-Duc, Khai and Phan, Phuc and Pham, Tan-Hanh and Tat, Bach Phan and Ngo, Minh-Huong and Hy, Truong-Son},
179
- journal={arXiv preprint arXiv:2409.14074},
180
- year={2024}
181
- }
182
 
183
- To load labeled data, please refer to our [HuggingFace](https://huggingface.co/datasets/leduckhai/MultiMed), [Paperswithcodes](https://paperswithcode.com/dataset/multimed).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
 
185
  ## Contact:
186
 
 
163
 
164
  # MultiMed: Multilingual Medical Speech Recognition via Attention Encoder Decoder
165
 
166
+ **<div align="center">ACL 2025</div>**
 
 
 
 
167
 
168
+ <div align="center"><b>Khai Le-Duc</b>, Phuc Phan, Tan-Hanh Pham, Bach Phan Tat,</div>
169
 
170
+ <div align="center">Minh-Huong Ngo, Chris Ngo, Thanh Nguyen-Tang, Truong-Son Hy</div>
171
 
172
+ > Please press ⭐ button and/or cite papers if you feel helpful.
 
 
 
 
 
173
 
174
+ <p align="center">
175
+ <img src="MultiMed_ACL2025.png" width="700"/>
176
+ </p>
177
+
178
+ * **Abstract:**
179
+ 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 \textit{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, \textit{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).
180
+
181
+ * **Citation:**
182
+ Please cite this paper: [https://arxiv.org/abs/2409.14074](https://arxiv.org/abs/2409.14074)
183
+
184
+ ``` bibtex
185
+ @article{le2024multimed,
186
+ title={MultiMed: Multilingual Medical Speech Recognition via Attention Encoder Decoder},
187
+ 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},
188
+ journal={arXiv preprint arXiv:2409.14074},
189
+ year={2024}
190
+ }
191
+ ```
192
 
193
  ## Contact:
194