Preprint
Large Language Models

Mixture of experts in large language models

Danyang Zhang, Junhao Song, Ziqian Bi, Yingfang Yuan, Tianyang Wang, Joe Yeong, Junfeng Hao
July 1, 2025arXiv.org22 citations

22

Citations

1

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

… Abstract—This paper presents a comprehensive review of the Mixture-of-Experts (MoE) … Index Terms—Large language models, mixture of experts, expert routing, meta learning, …

Analysis

Why This Paper Matters

Mixture-of-Experts (MoE) has become a cornerstone for scaling large language models (LLMs) without proportional compute costs. This survey arrives at a critical time when the AI community is grappling with the trade-offs between model capacity, inference efficiency, and training stability. By consolidating a fragmented body of work, the paper offers a much-needed map of the MoE landscape, helping researchers navigate the many design choices—from routing algorithms to expert granularity.

The paper's emphasis on meta-learning within MoE is particularly timely. As LLMs are increasingly expected to adapt to diverse tasks, meta-learning offers a principled way to learn routing policies that generalize. This survey bridges two usually separate research threads, which could spark new hybrid approaches.

Technical Contributions

The paper's main technical contributions include:

  • Taxonomy of MoE architectures: It categorizes MoE variants based on expert granularity, sharing, and sparsity, clarifying the design space.
  • Routing mechanisms: It reviews static and dynamic routing, including top-k selection, learned routers, and load-balancing losses, discussing their impact on performance and efficiency.
  • Meta-learning integration: It explores how meta-learning can optimize routing decisions, enabling faster adaptation to new tasks.
  • Application survey: It covers MoE applications in NLP, including translation, code generation, and multimodal models, demonstrating versatility.
  • Open challenges: It identifies issues like training instability, memory overhead, and communication bottlenecks, setting a research agenda.

Results

As a survey, the paper does not present new experimental results. Instead, it synthesizes findings from prior work, noting that MoE models can achieve comparable or better performance than dense models with lower inference cost. It highlights that routing strategies significantly affect model quality and that load balancing is crucial to avoid expert underutilization. The paper also points out that meta-learning-based routing has shown promise in few-shot scenarios, though large-scale validation is still lacking.

Significance

This survey is a valuable resource for AI practitioners and researchers. By organizing the current state of MoE, it lowers the barrier to entry for those new to the field and provides a reference for experts. The paper's focus on meta-learning could inspire novel architectures that are more adaptive and efficient. As LLMs continue to grow, MoE will likely play a central role in making them economically viable, and this review helps chart that path.