Table of Contents
Fetching ...

Efficiently Democratizing Medical LLMs for 50 Languages via a Mixture of Language Family Experts

Guorui Zheng, Xidong Wang, Juhao Liang, Nuo Chen, Yuping Zheng, Benyou Wang

TL;DR

This work targets the data scarcity and scalability barriers of medical LLMs across 50 languages. It introduces a language-aware Mixture of Experts framework with Hybrid routing and a circuits-based interpretation to reveal how cross-lingual information is shared in early layers and language-specific processing emerges later (Spread Out in the End). Building on Post-MoE, routing is concentrated in the final layers to balance general medical knowledge with language specialization, and language-family experts (Apollo-MoE) scale the approach efficiently to 50 languages without increasing parameters. Empirical results show improved multilingual generalization, interpretability, and data-efficient scaling across 0.5B–7B base models, with Apollo-MoE achieving strong performance in both high- and low-resource languages. Overall, the method offers a practical, scalable path to democratize medical knowledge through multilingual LLMs while preserving transferability and interpretability.

Abstract

Adapting medical Large Language Models to local languages can reduce barriers to accessing healthcare services, but data scarcity remains a significant challenge, particularly for low-resource languages. To address this, we first construct a high-quality medical dataset and conduct analysis to ensure its quality. In order to leverage the generalization capability of multilingual LLMs to efficiently scale to more resource-constrained languages, we explore the internal information flow of LLMs from a multilingual perspective using Mixture of Experts (MoE) modularity. Technically, we propose a novel MoE routing method that employs language-specific experts and cross-lingual routing. Inspired by circuit theory, our routing analysis revealed a Spread Out in the End information flow mechanism: while earlier layers concentrate cross-lingual information flow, the later layers exhibit language-specific divergence. This insight directly led to the development of the Post-MoE architecture, which applies sparse routing only in the later layers while maintaining dense others. Experimental results demonstrate that this approach enhances the generalization of multilingual models to other languages while preserving interpretability. Finally, to efficiently scale the model to 50 languages, we introduce the concept of language family experts, drawing on linguistic priors, which enables scaling the number of languages without adding additional parameters.

Efficiently Democratizing Medical LLMs for 50 Languages via a Mixture of Language Family Experts

TL;DR

This work targets the data scarcity and scalability barriers of medical LLMs across 50 languages. It introduces a language-aware Mixture of Experts framework with Hybrid routing and a circuits-based interpretation to reveal how cross-lingual information is shared in early layers and language-specific processing emerges later (Spread Out in the End). Building on Post-MoE, routing is concentrated in the final layers to balance general medical knowledge with language specialization, and language-family experts (Apollo-MoE) scale the approach efficiently to 50 languages without increasing parameters. Empirical results show improved multilingual generalization, interpretability, and data-efficient scaling across 0.5B–7B base models, with Apollo-MoE achieving strong performance in both high- and low-resource languages. Overall, the method offers a practical, scalable path to democratize medical knowledge through multilingual LLMs while preserving transferability and interpretability.

Abstract

Adapting medical Large Language Models to local languages can reduce barriers to accessing healthcare services, but data scarcity remains a significant challenge, particularly for low-resource languages. To address this, we first construct a high-quality medical dataset and conduct analysis to ensure its quality. In order to leverage the generalization capability of multilingual LLMs to efficiently scale to more resource-constrained languages, we explore the internal information flow of LLMs from a multilingual perspective using Mixture of Experts (MoE) modularity. Technically, we propose a novel MoE routing method that employs language-specific experts and cross-lingual routing. Inspired by circuit theory, our routing analysis revealed a Spread Out in the End information flow mechanism: while earlier layers concentrate cross-lingual information flow, the later layers exhibit language-specific divergence. This insight directly led to the development of the Post-MoE architecture, which applies sparse routing only in the later layers while maintaining dense others. Experimental results demonstrate that this approach enhances the generalization of multilingual models to other languages while preserving interpretability. Finally, to efficiently scale the model to 50 languages, we introduce the concept of language family experts, drawing on linguistic priors, which enables scaling the number of languages without adding additional parameters.

Paper Structure

This paper contains 47 sections, 10 figures, 11 tables.

Figures (10)

  • Figure 1: Taxonomy and Token statistics of Training Dataset.
  • Figure 2: Hybrid routing ensures that the experts corresponding to the input token language are activated. As illustrated, if the weight of the language-specific expert do not rank among the top two, it will replace the expert with lower weights; otherwise, no changes will be made.
  • Figure 3: Visualization for routing patterns. Right: Hybrid-$k$ routing distribution. The x-axis represents language experts, with values indicating the proportion of tokens allocated to each expert. AVG denotes the aggregated routing distribution across 12 languages. Left: Visualization of AVG routing distribution from the perspective of Information Flow Circuits. We retained expert nodes with a token ratio of 0.5.
  • Figure 4: Analysis of Upcycling Layer Depths for the PostMoE Architecture. The X-axis represents the number of Upcycling layers applied in the final N layers, while the Y-axis indicates the model performance on both high- and low-resource languages. N=0 signifies direct fine-tuning of the model. Qwen2-0.5B-MoE and Qwen2-1.5B-MoE refer to standard MoE architectures trained with Hybrid routing.
  • Figure 5: Data Scale Performance.
  • ...and 5 more figures

Theorems & Definitions (1)

  • Definition 1