paper-with-me

홈 › Papers

Sampling for Quality: Training-Free Reward-Guided LLM Decoding via Sequential Monte Carlo

2026-04-07 · Jelena Markovic-Voronov, Wenhui Zhu, Bo Long, Zhipeng Wang, Suyash Gupta, Kayhan Behdin, Bee-Chung Chen, Deepak Agarwal arxiv

We introduce a principled probabilistic framework for reward-guided decoding in large language models, addressing the limitations of standard decoding methods that optimize token-level likelihood rather than sequence-level quality. Our method defines a reward-augmented target distribution over complete sequences by combining model transition probabilities with prefix-dependent reward potentials. Importantly, the approach is training-free: it leaves model weights unchanged and instead modifies the inference distribution via reward potentials, with all gains arising purely from inference-time sampling. To sample from this distribution, we develop Sequential Monte Carlo algorithms, including a computationally efficient prefix-only variant and a lookahead variant whose intermediate targets match the exact marginals of the full sequence distribution. The framework also integrates resample-move updates with Metropolis-Hastings rejuvenation and supports block-wise generation, subsuming common decoding strategies such as temperature sampling and power-tempered objectives. Empirical results across three 7B models show significant gains. On code generation (HumanEval), our method improves base performance by up to 54.9% and surpasses the strongest sampling baselines by 9.1%-15.3%. On mathematical reasoning (MATH500), it achieves gains of up to 8.8%. Notably, it reaches 87.8% on HumanEval and 78.4% on MATH500 with Qwen2.5-7B, consistently outperforming the reinforcement learning method GRPO.

📄 PDF Abstract BibTeX arXiv:2604.16453

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningReinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

VASR: Variance-Aware Systematic Resampling for Reward-Guided Diffusion

2026-04-08 · Shivanshu Shekhar, Sagnik Mukherjee, Jia Yi Zhang, Tong Zhang arxiv

Sequential Monte Carlo (SMC) samplers for reward-guided diffusion models often suffer from rapid lineage collapse: a few high-reward particles dominate the population within a handful of resampling steps, destroying dive…

Text-to-Image Generation

Latent Reward Registers for Diffusion Preference Alignment

2026-08-04 · Yuanshen Guan, Zipeng Feng, Chengru Song, Zhiwei Xiong 외 arxiv

Aligning diffusion models with human preferences usually relies on a sparse terminal reward evaluated on the final generated samples, which creates a severe temporal credit-assignment problem across the denoising process…

Reinforcement Learning

ReAlign: Text-to-Motion Generation via Step-Aware Reward-Guided Alignment

2025-11-24 · Wanjiang Weng, Xiaofeng Tan, Junbo Wang, Guo-Sen Xie 외 arxiv

Text-to-motion generation, which synthesizes 3D human motions from text inputs, holds immense potential for applications in gaming, film, and robotics. Recently, diffusion-based methods have been shown to generate more d…

Unified Control for Inference-Time Guidance of Denoising Diffusion Models

2025-12-13 · Maurya Goyal, Anuj Singh, Hadi Jamali-Rad arxiv

Aligning diffusion model outputs with downstream objectives is essential for improving task-specific performance. Broadly, inference-time training-free approaches for aligning diffusion models can be categorized into two…

Prior-Guided Diffusion Planning for Offline Reinforcement Learning

2025-05-16 · Donghyeon Ki, JunHyeok Oh, Seong-Woong Shim, Byung-Jun Lee

Diffusion models have recently gained prominence in offline reinforcement learning due to their ability to effectively learn high-performing, generalizable policies from static datasets. Diffusion-based planners facilita…

Decision MakingDenoisingOffline RLreinforcement-learning+1