GroveMoE — a sparse MoE architecture with adjugate experts for dynamic computation allocation, with 33B total parameters and only 3.14–3.28B active per token, up-cycled from Qwen3-30B-A3B-Base via mid-training and SFT.
GroveMoE introduces a new sparse MoE architecture using adjugate experts for dynamic computation allocation. In this design, shared computation across expert groups is executed once and then reused, cutting FLOPs compared with conventional homogeneous MoE layers.
The released models total 33B parameters with only 3.14–3.28B active per token. They are produced by mid-training + SFT up-cycling from Qwen3-30B-A3B-Base, which preserves prior knowledge while adding new capabilities. GroveMoE comes in Base (for research and continued pre-training) and Inst (instruction-tuned) variants.
Conventional MoE activates a fixed number of homogeneous experts regardless of input complexity. GroveMoE groups adjugate experts with ordinary experts so shared computation is computed once and reused — the key to its FLOPs reduction.