2024

Toward Inference-optimal Mixture-of-Expert Large Language Models

Yun, Longfei, Zhuang, Yonghao, Fu, Yao et al.

Understand

Mixture-of-Expert (MoE) based large language models (LLMs), such as the recent Mixtral and DeepSeek-MoE, have shown great promise in scaling model size without suffering from the quadratic growth of training cost of dense transformers.

  • Like dense models, training MoEs requires answering the same question: given a training budget, what is the optimal allocation on the model size and number of tokens? We study the scaling law of MoE-based LLMs regarding the relations between the model performance, model size, dataset size, and the expert degree.
  • Echoing previous research studying MoE in different contexts, we observe the diminishing return of increasing the number of experts, but this seems to suggest we should scale the number of experts until saturation, as the training cost would remain constant, which is problematic during inference time.
  • We propose to amend the scaling law of MoE by introducing inference efficiency as another metric besides the validation loss.

Reading the bibliography…