CLFeb 20, 2024

BiMediX: Bilingual Medical Mixture of Experts LLM

arXiv:2402.13253v236 citationsh-index: 35Has CodeEMNLP
Originality Incremental advance
AI Analysis

This addresses the need for efficient and accurate medical AI tools in bilingual contexts, particularly for Arabic-speaking populations, though it is incremental as it builds on existing mixture of experts and translation methods.

The paper tackles the problem of developing a bilingual medical LLM for English and Arabic, achieving state-of-the-art performance with average absolute gains of 2.5% and 4.1% over Med42 and Meditron in English, and 10% over Jais-30B in Arabic, while operating 8-times faster.

In this paper, we introduce BiMediX, the first bilingual medical mixture of experts LLM designed for seamless interaction in both English and Arabic. Our model facilitates a wide range of medical interactions in English and Arabic, including multi-turn chats to inquire about additional details such as patient symptoms and medical history, multiple-choice question answering, and open-ended question answering. We propose a semi-automated English-to-Arabic translation pipeline with human refinement to ensure high-quality translations. We also introduce a comprehensive evaluation benchmark for Arabic medical LLMs. Furthermore, we introduce BiMed1.3M, an extensive Arabic-English bilingual instruction set covering 1.3 Million diverse medical interactions, resulting in over 632 million healthcare specialized tokens for instruction tuning. Our BiMed1.3M dataset includes 250k synthesized multi-turn doctor-patient chats and maintains a 1:2 Arabic-to-English ratio. Our model outperforms state-of-the-art Med42 and Meditron by average absolute gains of 2.5% and 4.1%, respectively, computed across multiple medical evaluation benchmarks in English, while operating at 8-times faster inference. Moreover, our BiMediX outperforms the generic Arabic-English bilingual LLM, Jais-30B, by average absolute gains of 10% on our Arabic medical benchmark and 15% on bilingual evaluations across multiple datasets. Our project page with source code and trained model is available at https://github.com/mbzuai-oryx/BiMediX .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes