Back to articles
Model Releases

Motif 3 Technical Report: A Sparse MoE Model Built for Long Context and Reasoning

2 min read

Introduction

Motif 3 is presented as an attempt to push language model capability through architecture and training design rather than brute-force activation cost. The report combines sparse MoE scaling, compressed attention, numerical stabilization, and a structured post-training recipe to target reasoning, coding, and long-context usage in one model.

Key points

  • Large model, limited active compute: Motif 3 has 314B total parameters, but only 13.2B are activated per token.
  • Fine-grained expert routing: Each sparse MoE layer contains 384 routed experts, with 8 selected per token.
  • GDLA at the center: Grouped Differential Latent Attention merges grouped differential attention with a compressed key-value representation inspired by Multi-head Latent Attention.
  • Stability and specialization matter: The architecture adds modified manifold-constrained hyper-connections, Expert Specific PolyNorm activations, and multi-token prediction.
  • Long-context training at scale: The system uses selective MXFP8 computation and communication, memory-efficient fused kernels, and window-aware context parallelism to support context lengths up to 256K tokens.
  • Post-training is multi-teacher driven: The pipeline includes general supervised fine-tuning, six RL-trained specialist teachers, a software-engineering teacher trained with supervised fine-tuning, and Multi-teacher On-Policy Distillation.

Why it matters

Motif 3 reflects a broader direction in foundation models: better results may come from smarter sparsity and more disciplined training pipelines, not only from increasing dense compute. Sparse MoE designs can preserve expert capacity while keeping per-token cost manageable, which is especially valuable for long-context and agentic workloads.

The post-training setup is equally notable. Instead of optimizing one narrow target, Motif 3 tries to consolidate complementary strengths into a single unified model. If this approach continues to work well, it could influence how future high-performance open-weight systems are trained for reasoning, software work, and instruction following.

According to the report, the model shows competitive results across a broad evaluation suite, including long-horizon agentic tasks, mathematical reasoning, scientific knowledge, and hallucination-sensitive tests. That makes Motif 3 a useful data point in the ongoing search for models that are both capable and efficient.

Source: Hugging Face Daily Papers

Comments

Checking sign-in status...

Loading comments...

Related articles

CCTest · Blog
Kimi K3 Debuts With 2.8T MoE Scale, Native Vision and a 1M-Token Context
Model Releases
cctest.ai
Model Releases

Kimi K3 Debuts With 2.8T MoE Scale, Native Vision and a 1M-Token Context

Kimi K3 is presented as a 2.8T-parameter Mixture-of-Experts model with 104B activated parameters per token, native vision support and a one-million-token context window. The paper positions it as a frontier-level open-weight model for long-horizon coding, agentic execution, reasoning, knowledge and vision tasks.

Read more
CCTest · Blog
Ant Bailing Unveils Ling-3.0-Flash, a Hybrid Reasoning Model Built for Efficient Agents
Model Releases
cctest.ai
Model Releases

Ant Bailing Unveils Ling-3.0-Flash, a Hybrid Reasoning Model Built for Efficient Agents

Ant Bailing has released Ling-3.0-Flash, a new native hybrid reasoning model with 124B total parameters and 5.1B active parameters per computation. The model focuses on agent workflows, long-context processing, and a better balance between capability and inference cost.

Read more