paper-with-me

Papers

Lookahead Path Likelihood Optimization for Diffusion LLMs

2026-02-03 · Xuejie Liu, Yap Vit Chun, Yitao Liang, Anji Liu arxiv

Diffusion Large Language Models (dLLMs) support arbitrary-order generation, yet their inference performance critically depends on the unmasking order. Existing strategies rely on heuristics that greedily optimize local confidence, offering limited guidance for identifying unmasking paths that are globally consistent and accurate. To bridge this gap, we introduce path log-likelihood (Path LL), a trajectory-conditioned objective that strongly correlates with downstream accuracy and enables principled selection of unmasking paths. To optimize Path LL at inference time, we propose POKE, an efficient value estimator that predicts the expected future Path LL of a partial decoding trajectory. We then integrate this lookahead signal into POKE-SMC, a Sequential Monte Carlo-based search framework for dynamically identifying optimal unmasking paths. Extensive experiments across 6 reasoning tasks show that POKE-SMC consistently improves accuracy, achieving 2%--3% average gains over strong decoding-time scaling baselines at comparable inference overhead on LLaDA models and advancing the accuracy--compute Pareto frontier.

📄 PDF Abstract BibTeX arXiv:2602.03496

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discrete Diffusion Models Exploit Asymmetry to Solve Lookahead Planning Tasks

2026-02-23 · Itamar Trainin, Shauli Ravfogel, Omri Abend, Amir Feder arxiv

While Autoregressive (AR) Transformer-based Generative Language Models are frequently employed for lookahead tasks, recent research suggests a potential discrepancy in their ability to perform planning tasks that require…

Learning to Tune Pure Pursuit in Autonomous Racing: Joint Lookahead and Steering-Gain Control with PPO

2026-02-20 · Mohamed Elgouhary, Amr S. El-Wakeel arxiv

Pure Pursuit (PP) is widely used in autonomous racing for real-time path tracking due to its efficiency and geometric clarity, yet performance is highly sensitive to how key parameters-lookahead distance and steering gai…

wd1: Weighted Policy Optimization for Reasoning in Diffusion Language Models

2025-07-07 · Xiaohang Tang, Rares Dolga, Sangwoong Yoon, Ilija Bogunovic arxiv

Improving the reasoning capabilities of diffusion-based large language models (dLLMs) through reinforcement learning (RL) remains an open problem. The intractability of dLLMs likelihood function necessitates approximatin…

Reinforcement Learning

Lookahead Unmasking Elicits Accurate Decoding in Diffusion Language Models

2025-11-04 · Sanghyun Lee, Seungryong Kim, Jongho Park, Dongmin Park arxiv

Masked Diffusion Models (MDMs) as language models generate by iteratively unmasking tokens, yet their performance crucially depends on the inference time order of unmasking. Prevailing heuristics, such as confidence base…

Reinforcement Learning

Aligning Diffusion Language Models via Unpaired Preference Optimization

2025-10-26 · Vaibhav Jindal, Hejian Sang, Chun-Mao Lai, Yanning Chen 외 arxiv

Diffusion language models (dLLMs) are an emerging alternative to autoregressive (AR) generators, but aligning them to human preferences is challenging because sequence log-likelihoods are intractable and pairwise prefere…