paper-with-me

Papers

From Next-Token to Next-Block: A Principled Adaptation Path for Diffusion LLMs

2025-12-07 · Yuchuan Tian, Yuchen Liang, Shuo Zhang, Yingte Shu, Guangwen Yang, Wei He, Sibo Fang, Tianyu Guo, Kai Han, Chao Xu, Hanting Chen, Xinghao Chen, Yunhe Wang arxiv

Diffusion Language Models (DLMs) enable fast generation, yet training large DLMs from scratch is costly. As a practical shortcut, adapting off-the-shelf Auto-Regressive (AR) model weights into a DLM could quickly equip the DLM with strong long-context generation capabilies. Prior "adaptation" attempts either modify logits or randomly grow attention masks to Full-Sequence diffusion, or simply transplant AR weights into a Block-Diffusion recipe, leaving two key questions unaddressed: where is the final destination of adaptation, and how to adapt better? For manifold benefits, we reframe the whole AR-to-DLM adaptation under the Block-Diffusion paradigm, transitioning from block size 1 to the final Block-Diffusion state. Concretely, the principled pathway of adaptation is designed as follows: we keep a context-causal path where causal attention is kept in the prefix, an efficient parallel adaptation procedure where an AR guidance is maintained, and gradual increment of the generation block size for a smoother transition. Built on these components, the adaptation is proved competitive on various models at different scales. With better adaptation, we propose NBDiff-7B that could inherit the long-context modeling and reasoning capabilities, and achieve state-of-the-art performance among the 7B-class DLMs. Codes: https://github.com/YuchuanTian/NBDiff.

📄 PDF Abstract BibTeX arXiv:2512.06776

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Next Block Prediction: Video Generation via Semi-Auto-Regressive Modeling

2025-02-11 · Shuhuai Ren, Shuming Ma, Xu sun, Furu Wei

Next-Token Prediction (NTP) is a de facto approach for autoregressive (AR) video generation, but it suffers from suboptimal unidirectional dependencies and slow inference speed. In this work, we propose a semi-autoregres…

Video Generation

Test-Time Training with Next-Token Prediction

2026-06-19 · Xuan Ouyang, Zefan Cai, Junjie Hu arxiv

Next-token prediction is the self-supervised signal that trains language models, and every observed prompt token provides the same signal at test time. We study whether this signal can define the inner-loop objective for…

Test-time Adaptation

Sequential Diffusion Language Models

2025-09-28 · Yangzhou Liu, Yue Cao, Hao Li, Gen Luo 외 arxiv

Diffusion language models (DLMs) have strong theoretical efficiency but are limited by fixed-length decoding and incompatibility with key-value (KV) caches. Block diffusion mitigates these issues, yet still enforces a fi…

LongCat-Next: Lexicalizing Modalities as Discrete Tokens

2026-03-29 · Meituan LongCat Team, Bin Xiao, Chao Wang, Chengjiang Li 외 arxiv

The prevailing Next-Token Prediction (NTP) paradigm has driven the success of large language models through discrete autoregressive modeling. However, contemporary multimodal systems remain language-centric, often treati…

Set Block Decoding is a Language Model Inference Accelerator

2025-09-04 · Itai Gat, Heli Ben-Hamu, Marton Havasi, Daniel Haziza 외 arxiv

Autoregressive next token prediction language models offer powerful capabilities but face significant challenges in practical deployment due to the high computational and memory costs of inference, particularly during th…