CLAIOct 11, 2023

Adaptive Gating in Mixture-of-Experts based Language Models

arXiv:2310.07188v1136 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses computational efficiency for large language model training, though it is incremental as it builds on existing MoE methods.

The paper tackles the inefficiency of fixed gating in mixture-of-experts language models by introducing adaptive gating, which allows tokens to be processed by a variable number of experts, reducing training time by up to 22.5% while maintaining inference quality.

Large language models, such as OpenAI's ChatGPT, have demonstrated exceptional language understanding capabilities in various NLP tasks. Sparsely activated mixture-of-experts (MoE) has emerged as a promising solution for scaling models while maintaining a constant number of computational operations. Existing MoE model adopts a fixed gating network where each token is computed by the same number of experts. However, this approach contradicts our intuition that the tokens in each sequence vary in terms of their linguistic complexity and, consequently, require different computational costs. Little is discussed in prior research on the trade-off between computation per token and model performance. This paper introduces adaptive gating in MoE, a flexible training strategy that allows tokens to be processed by a variable number of experts based on expert probability distribution. The proposed framework preserves sparsity while improving training efficiency. Additionally, curriculum learning is leveraged to further reduce training time. Extensive experiments on diverse NLP tasks show that adaptive gating reduces at most 22.5% training time while maintaining inference quality. Moreover, we conduct a comprehensive analysis of the routing decisions and present our insights when adaptive gating is used.

Foundations

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

Your Notes