- https://arxiv.org/pdf/2305.14705.pdf
- Source: arxiv
TL;DR
Sparse Mixture-of-Experts and instruction tuning combine synergistically — MoE models finetuned on FLAN-style data outperform dense models of equivalent FLOPs by more than either technique achieves independently.
Summary
Scaling dense models improves performance but at linear compute cost. Sparse Mixture-of-Experts (MoE) with top-2 routing increases parameter count without proportional FLOPs. When combined with FLAN-style instruction tuning, the gains exceed what either technique achieves independently, suggesting that MoE’s per-token specialization amplifies the generalization benefits of diverse instruction data. Chain-of-thought finetuning further improves MoE models on reasoning tasks. Results hold across multiple model scales, confirming the combination’s scaling robustness.
Key contributions
- Demonstrates a synergistic interaction between sparse MoE and instruction tuning that exceeds additive effects.
- Shows that top-2 expert routing MoE models outperform FLOPs-matched dense models on FLAN benchmarks.
- Establishes that chain-of-thought finetuning provides additional gains specifically for MoE models on reasoning tasks.
- Confirms the combination’s scaling robustness across multiple model sizes.
When to cite
- When justifying a sparse MoE architecture over a dense model under a fixed compute budget.
- When arguing that instruction tuning benefits are amplified by MoE’s conditional computation.
- When designing an instruction tuning mix for MoE models and considering whether to include chain-of-thought data.
- When evaluating models and needing to argue that FLOPs-matched comparisons are more meaningful than parameter-count comparisons.