paper-with-me

Papers

When to Commit? Towards Variable-Size Self-Contained Blocks for Discrete Diffusion Language Models

2026-04-27 · Danny Wang, Ruihong Qiu, Zi Huang arxiv

Discrete diffusion language models (dLLMs) enable parallel token updates with bidirectional attention, yet practical generation typically adopts blockwise semi-autoregressive decoding. This switch creates a training-inference mismatch: training denoises with full-sequence context, while inference commits tokens within a bounded block without future context. Therefore, decoding with fixed-size or heuristic-based blocks can lead to premature token commitments, as decisions are made without full access to future context that could alter those choices. Motivated by this, we propose self-containedness as a principled criterion for block commitment. A block is self-contained if its predictions remain consistent with Future-Aware (FA) or without No-Future (NF) access to future context, reframing block boundary selection as a test of self-containedness rather than a heuristic choice. Based on this principle, we introduce Variable-size Self-contained Blocks (VSB) for dLLMs. VSB scores and selects block boundaries using the divergence between token-level predictive distributions under NF and FA conditioning, which quantifies how predictions would change if future context were revealed. We provide theoretical justification linking self-containedness to predictive consistency, and extensive experiments validate VSB's efficacy over fixed-size and heuristic blockwise decoding.

📄 PDF Abstract BibTeX arXiv:2604.23994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When to Re-Commit: Temporal Abstraction Discovery for Long-Horizon Vision-Language Reasoning

2026-05-11 · Chen Li, Zhantao Yang, Fangyi Chen, Han Zhang 외 arxiv

Long-horizon reasoning requires deciding not only what actions to take, but how deeply to commit before the next observation. We formalize this as \emph{commitment depth}: the number of primitive actions executed open-lo…

Lore: Repurposing Git Commit Messages as a Structured Knowledge Protocol for AI Coding Agents

2026-03-16 · Ivan Stetsenko arxiv

As AI coding agents become both primary producers and consumers of source code, the software industry faces an accelerating loss of institutional knowledge. Each commit captures a code diff but discards the reasoning beh…

Data-driven path collective variables

2023-12-21 · Arthur France-Lanord, Hadrien Vroylandt, Mathieu Salanne, Benjamin Rotenberg 외

Identifying optimal collective variables to model transformations, using atomic-scale simulations, is a long-standing challenge. We propose a new method for the generation, optimization, and comparison of collective vari…

PACE: Anytime-Valid Acceptance Tests for Self-Evolving Agents

2026-06-06 · Zayx Shawn arxiv

Self-evolving agents improve by repeatedly proposing changes to their own prompts, skills, or workflows and keeping those that score higher on a small held-out set. Almost all effort has gone into the proposer that gener…

Self-Commitment Latency: A Reward-Free Probe for Prompted Implicit Hacking

2026-06-04 · Bonan Shen, Youting Wang, Dingyan Shang, Tao Ning arxiv

Implicit reward hacking is hard to audit when a language model's chain of thought appears benign: a final answer may be anchored by a prompt shortcut while the written reasoning still resembles ordinary problem solving. …