Back to Feed
Efficiency & Inference / Benchmarks & Evals

Scaling Intelligence with Mixture of Experts

Original: Motif 3: Technical Report

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 8 concepts

Key Takeaways

  • Uses a decoder-only Mixture of Experts architecture that activates only 13.2 billion parameters per token out of 314 billion total parameters.
  • Features a routing strategy involving 384 experts with a top-8 selection method to manage model sparsity.
  • Achieves a score of 76.2 on the SWE-bench Verified benchmark.
  • Includes a comprehensive post-training pipeline using supervised fine-tuning, reinforcement learning with six specialist teachers, and multi-teacher on-policy distillation.

Summary & Methodology Analysis

The Motif 3 architecture is a decoder-only Mixture of Experts (MoE) system designed to balance large-scale capacity with efficient inference. The model contains 314 billion total parameters, but by employing a sparse MoE layer with 384 routed experts and a top-8 selection strategy, it only requires 13.2 billion activated parameters per token. To optimize the transformer-based components, it integrates Grouped Differential Latent Attention (GDLA), which combines grouped differential attention with Multi-head Latent Attention (MLA), and replaces traditional residual additions with manifold-constrained hyper-connections (mHC) that utilize a modified time-dependent post-mapping scale. The feed-forward layers further improve responsiveness via Expert-Specific PolyNorm activations, which allow for independent nonlinear responses for each expert.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the primary goal of the Motif 3 model?

The project aims to scale model capacity efficiently using a Mixture of Experts architecture to produce strong, broadly generalizable intelligence.

Q2. How large is the Motif 3 model?

The model has 314 billion total parameters.

Q3. How does Motif 3 perform on software engineering tasks?

It achieves a score of 76.2 on the SWE-bench Verified benchmark.

Q4. What architecture is used for Motif 3?

It uses a decoder-only Mixture of Experts architecture combined with GDLA (Grouped Differential Latent Attention) and mHC (manifold-constrained hyper-connections).

Q5. How does the model handle inference efficiency?

It achieves efficiency by only activating 13.2 billion parameters per token out of the 314 billion total, using a routing strategy that selects 8 experts out of 384 per token.

Q6. What is the post-training process for Motif 3?

The pipeline includes Supervised Fine-Tuning (SFT), reinforcement learning with six specialist teachers, and Multi-teacher On-Policy Distillation (MOPD).

Q7. Can Motif 3 process visual inputs?

No, Motif 3 is primarily a text-based model and does not have the capability to directly understand visual inputs.

Q8. What are the limitations regarding long-horizon tasks?

The model may lack the necessary state tracking, planning, and recovery capabilities for long-horizon applications that exceed the trajectory lengths used in evaluation.

Q9. What datasets were used to evaluate the model?

The model was tested against a variety of benchmarks including MMLU, MMLU-Pro, ARC-C, WinoGrande, HellaSwag, PIQA, GSM8K, MATH, HumanEval, MBPP, GDPval-AA v2, Terminal-Bench 2.1, SciCode, IMO-AnswerBench, Apex Shortlist, GPQA Diamond, HLE, CritPt, AA-Omniscience, AA-LCR, and IFBench.