MoEP: Compact and efficient sparsity with modular expert paths.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 42748806.
- Also identified by DOI 10.1016/j.neunet.2026.109617.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
The transition from dense to sparse model architectures has become a key trend in the field of Large Language Models (LLMs). Mixture-of-Experts (MoE) methods can be used to increase model conditional representation capacity by activating only a subset of parameters for each input token. However, the practical efficiency of such sparsity depends on the routing design and hardware implementation. This paper introduces MoEP (Modular Expert Paths), a layer-level routing architecture, which is designed to study sparsity under a fixed and comparable parameter budget. MoEP parallelizes decoder-only Transformer blocks with MoE-style linear projections to implement selective token-dependent routing across reduced-dimensional paths. Originally MoEP was developed in the BabyLM setting using GPT-2 as its architectural baseline. We extend this study by applying the same MoEP routing and overall design to additional small decoder-only baseline architectures. To further examine architectural transferability, we applied the MoEP structure to GPT-2-, LLaMA-, and Gemma-style small baselines trained under the same protocol. Each one of those baselines was converted into a MoEP variant using the same modular routing design, enabling controlled comparison across architectures. All models were trained and evaluated under the official BabyLM strict-small protocol to ensure comparability. The results show small average gains with stronger task-specific improvements, but also task-dependent decrease, which indicates that MoEP's benefits are architecture and scale dependent. A larger scale comparison using the Pythia-1B model as baseline, further suggests that the current layer-level MoEP design probably does not inherit the same scalability and efficiency advantages as standard FFN-level MoE. This is because it routes complete Attention-FFN blocks rather than only feed-forward experts.