Dynamic Large Concept Models: Latent Reasoning in an Adaptive Semantic Space
Xingwei Qu, Shaowen Wang, Zihao Huang, Kai Hua, Fan Yin, Rui-Jie Zhu, Jundong Zhou, Qiyang Min, Zihao Wang, Yizhi Li, Tianyu Zhang, He Xing, Zheng Zhang, Yuxuan Song, Tianyu Zheng, Zhiyuan Zeng, Chenghua Lin, Ge Zhang, Wenhao Huang
TL;DR
This work introduces Dynamic Large Concept Models (DLCM), a hierarchical framework that rethinks where computation occurs in autoregressive language models by learning variable-length semantic concepts and performing most reasoning in a compressed concept space. It presents a compression-aware scaling law that disentangles token-level capacity, concept-level reasoning, and compression ratio, enabling principled compute allocation under fixed FLOPs, and a decoupled μP scheme for stable training across heterogeneous widths. Empirically, DLCM reallocates about one-third of inference compute to a higher-capacity reasoning backbone at $R=4$, achieving an average gain of $+2.69\%$ across 12 zero-shot benchmarks, with the most pronounced improvements on reasoning-heavy tasks. The paper also demonstrates practical gains in efficiency through a concept-replication cross-attention technique and global-load-balancing to adapt segmentation to content density, outlining a path toward more efficient and capable language models that reason over learned concepts rather than raw tokens.
Abstract
Large Language Models (LLMs) apply uniform computation to all tokens, despite language exhibiting highly non-uniform information density. This token-uniform regime wastes capacity on locally predictable spans while under-allocating computation to semantically critical transitions. We propose $\textbf{Dynamic Large Concept Models (DLCM)}$, a hierarchical language modeling framework that learns semantic boundaries from latent representations and shifts computation from tokens to a compressed concept space where reasoning is more efficient. DLCM discovers variable-length concepts end-to-end without relying on predefined linguistic units. Hierarchical compression fundamentally changes scaling behavior. We introduce the first $\textbf{compression-aware scaling law}$, which disentangles token-level capacity, concept-level reasoning capacity, and compression ratio, enabling principled compute allocation under fixed FLOPs. To stably train this heterogeneous architecture, we further develop a $\textbf{decoupled $μ$P parametrization}$ that supports zero-shot hyperparameter transfer across widths and compression regimes. At a practical setting ($R=4$, corresponding to an average of four tokens per concept), DLCM reallocates roughly one-third of inference compute into a higher-capacity reasoning backbone, achieving a $\textbf{+2.69$\%$ average improvement}$ across 12 zero-shot benchmarks under matched inference FLOPs.
