paper-with-me

Papers

Improving Variable-Length Generation in Diffusion Language Models via Length Regularization

2026-02-07 · Zicong Cheng, Ruixuan Jia, Jia Li, Guo-Wei Yang, Meng-Hao Guo, Shi-Min Hu arxiv

Diffusion Large Language Models (DLLMs) are inherently ill-suited for variable-length generation, as their inference is defined on a fixed-length canvas and implicitly assumes a known target length. When the length is unknown, as in realistic completion and infilling, naively comparing confidence across mask lengths becomes systematically biased, leading to under-generation or redundant continuations. In this paper, we show that this failure arises from an intrinsic lengthinduced bias in generation confidence estimates, leaving existing DLLMs without a robust way to determine generation length and making variablelength inference unreliable. To address this issue, we propose LR-DLLM, a length-regularized inference framework for DLLMs that treats generation length as an explicit variable and achieves reliable length determination at inference time. It decouples semantic compatibility from lengthinduced uncertainty through an explicit length regularization that corrects biased confidence estimates. Based on this, LR-DLLM enables dynamic expansion or contraction of the generation span without modifying the underlying DLLM or its training procedure. Experiments show that LRDLLM achieves 51.3% Pass@1 on HumanEvalInfilling under fully unknown lengths (+13.4% vs. DreamOn) and 51.5% average Pass@1 on four-language McEval (+14.3% vs. DreamOn).

📄 PDF Abstract BibTeX arXiv:2602.07546

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Variable-Length Tokenization via Learnable Global Merging for Diffusion Transformers

2026-06-18 · Dong Hoon Lee, Seunghoon Hong arxiv

Latent Diffusion Models (LDMs) have become dominant in visual synthesis, but their quality-compute trade-off is largely constrained by the tokenizer's fixed compression ratio. Variable-length tokenizers (VLTs) promise ad…

DreamOn: Diffusion Language Models For Code Infilling Beyond Fixed-size Canvas

2026-02-01 · Zirui Wu, Lin Zheng, Zhihui Xie, Jiacheng Ye 외 arxiv

Diffusion Language Models (DLMs) present a compelling alternative to autoregressive models, offering flexible, any-order infilling without specialized prompting design. However, their practical utility is blocked by a cr…

Diffusion LLM with Native Variable Generation Lengths: Let [EOS] Lead the Way

2025-10-28 · Yicun Yang, Cong Wang, Shaobo Wang, Zichen Wen 외 arxiv

Diffusion-based large language models (dLLMs) have exhibited substantial potential for parallel text generation, which may enable more efficient generation compared to autoregressive models. However, current dLLMs suffer…

Text Generation

Beyond Masks: Efficient, Flexible Diffusion Language Models via Deletion-Insertion Processes

2026-03-04 · Fangyu Ding, Ding Ding, Sijin Chen, Kaibo Wang 외 arxiv

While Masked Diffusion Language Models (MDLMs) relying on token masking and unmasking have shown promise in language modeling, their computational efficiency and generation flexibility remain constrained by the masking p…

Computational Efficiency

Dystruct: Dynamically Structured Diffusion Language Model Decoding via Bayesian Inference

2026-05-10 · Bian Sun, Kevin Zhai, Mubarak Shah, Zhenyi Wang arxiv

Diffusion language models (DLMs) have recently emerged as a promising alternative to autoregressive models, primarily due to their ability to enable parallel decoding. Despite this advantage, most existing DLMs rely on a…

Bayesian InferenceText Generation