MoSE: Mixture of Slimmable Experts for Efficient and Adaptive Language Models
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab IArXiv
- lab ScienceCast
- lab arXivLabs
- person Nurbek Tastan
A team of researchers has proposed Mixture of Slimmable Experts (MoSE), a new architecture for large language models that allows for more granular control over computational resources by executing individual experts at variable widths, according to a paper posted on arXiv [1]. Standard Mixture-of-Experts (MoE) models improve efficiency by sparsely activating a subset of experts for each input, but once an expert is chosen, it runs at full capacity. This creates large, discrete jumps in the trade-off between accuracy and computation [1]. The MoSE architecture, introduced by Nurbek Tastan and colleagues, addresses this by giving each expert a nested, slimmable structure that can be executed at different widths [2]. This decouples expert selection from expert capacity: the router still decides which experts are active, but a new mechanism controls how much of each expert is utilized [4]. The result is that a single pretrained MoSE model can support a continuous spectrum of accuracy-compute trade-offs at inference time, without retraining or altering the expert parameters [5]. The researchers detail a training recipe that combines multi-width training with standard MoE objectives, which they describe as simple and stable [2]. During inference, they explore methods for determining the optimal width at runtime. One approach involves a lightweight test-time training procedure that learns to map router confidence scores to expert widths under a fixed compute budget, keeping all model parameters frozen [4]. Experiments were conducted on GPT-style models using various routing regimes and evaluated on zero-shot downstream reasoning benchmarks. The team also tested the architecture through continual pre-training adaptation of the DeepSeek model [2]. The findings show that MoSE matches or improves upon the performance of a standard MoE when operating at full width. More significantly, the architecture consistently shifts the compute-quality frontier, achieving comparable performance with fewer floating-point operations [3]. The paper was initially submitted on 5 February 2026, with a revised version posted on 16 June 2026 [1]. The code for the project has been made available on GitHub [2].
infrastructureresearch-papermodel-releasetool-release
Background sources we checked (10)
- arxiv.org ↗ Mixture-of-Experts (MoE) models scale large language models efficiently by sparsely activating experts, but once an expert is selected, it is executed fully. Hence, the trade-off between accuracy and computation in an MoE model typically exhibits large discontinuities. We propose…
- arxiv.org ↗ [2602.06154] MoSE: Mixture of Slimmable Experts for Efficient and Adaptive Language Models ... # Title:MoSE: Mixture of Slimmable Experts for Efficient and Adaptive Language Models ... Authors: Nurbek Tastan, Stefanos Laskaridis, Karthik Nandakumar, Samuel Horvath ... > Abstract:…
- arxiv.org ↗ # MoSE: Mixture of Slimmable Experts for Efficient and Adaptive Language Models ... Mixture-of-Experts (MoE) models scale large language models efficiently by sparsely activating experts, but once an expert is selected, it is executed fully. Hence, the trade-off between accuracy …
- arxiv.org ↗ # MoSE: Mixture of Slimmable Experts for Efficient and Adaptive Language Models ... Mixture-of-Experts (MoE) models scale large language models efficiently by sparsely activating experts, but once an expert is selected, it is executed fully. Hence, the trade-off between accuracy …
- openreview.net ↗ MoSE: Decoupled Tuning for Forgetting-Resilient Multi-task Fine-tuning of LLMs | OpenReview ## MoSE: Decoupled Tuning for Forgetting-Resilient Multi-task Fine-tuning of LLMs ### Kun Zhang, Shimao Chu, Guangyi Lv, Shuailong Sang, Le Wu, Richang Hong, Xin Li, Si Wei Submitted to…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…