LLaDA MoE v2: Scaling Mixture-of-Experts Diffusion Language Models

arXiv:2608.03457 · 2026-08-05 공개 · arXiv · PDF

benchmark-evaluation fine-tuning llm-training mixture-of-experts scaling-laws model-architecture token-budget diffusion-language-models

Abstract

Diffusion language models (dLLMs) offer an alternative to autoregressive (AR) language modeling, yet the scaling behavior of Mixture-of-Experts (MoE) dLLMs remains poorly understood. We systematically characterize how optimization hyperparameters, compute allocation, and architecture scale for MoE dLLMs, identifying quantitative differences from scaling trends previously reported for AR models. Specifically, for optimization, the optimal nominal batch size grows faster, while the optimal learning rate decays more rapidly with compute. For model--data allocation, IsoFLOP analysis reveals a slight data-side tilt: the optimal token budget grows faster than activated model-side computation. For MoE architecture, larger scales increasingly favor larger expert pools at fixed activated capacity, while moderate expert granularity remains consistently effective and the preferred fraction of activated capacity assigned to shared experts remains stable across scales. Guided by these findings, we train LLaDA MoE v2, a 30B-A3B dLLM, from scratch on 23.5T tokens. With approximately 65\% as many pretraining tokens as Qwen3, LLaDA MoE v2 approaches Qwen3 on several knowledge, reasoning, and coding benchmarks. After supervised fine-tuning alone, it outperforms SDAR Chat on seven of eight reasoning and coding benchmarks and remains close to Qwen3 on several tasks. These results establish practical scaling laws and design principles for MoE dLLMs.

한국어 요약

한 줄 요약

LLaDA MoE v2는 23.5T 토큰으로 학습된 30B-A3B 확산 언어 모델로, Qwen3와 유사한 성능을 65% 적은 토큰으로 달성한다.

핵심 기여도

핵심 아이디어

기존 연구는 대부분 확률적 언어 모델(Autoregressive, AR)에 초점을 맞췄으나, 확산 언어 모델(dLLM)의 경우, 특히 MoE 아키텍처에서의 확장성은 명확하지 않았다. 본 연구는 MoE dLLM의 최적화 하이퍼파라미터, 컴퓨팅-데이터 할당, 아키텍처의 확장성을 체계적으로 분석한다. 핵심 통찰은 다음과 같다:

기술적 접근법

주요 결과

의의 및 한계

실용적 활용

LLaDA MoE v2는 대규모 텍스트 생성, 추론, 코드 생성 등 다양한 NLP 작업에 적용 가능.
특히, 토큰 효율성과 추론 성능을 고려할 때, 컴퓨팅 자원이 제한된 환경에서 유용.
또한, 기존 AR 모델 대체로도 가능하며, 병렬 처리가 가능한 확산 기반 모델의 장점을 활용할 수 있음.