paper-with-me

홈 › Papers

Scalable Power Sampling: Unlocking Efficient, Training-Free Reasoning for LLMs via Distribution Sharpening

2026-01-29 · Xiaotong Ji, Rasul Tutunov, Matthieu Zimmer, Haitham Bou Ammar arxiv

Reinforcement learning (RL) post-training is a dominant approach for improving the reasoning performance of large language models (LLMs), yet growing evidence suggests that its gains arise primarily from distribution sharpening rather than the acquisition of new capabilities. Recent work has shown that sampling from the power distribution of LLMs using Markov chain Monte Carlo (MCMC) can recover performance comparable to RL post-training without relying on external rewards; however, the high computational cost of MCMC makes such approaches impractical for widespread adoption. In this work, we propose a theoretically grounded alternative that eliminates the need for iterative MCMC. We derive a novel formulation showing that the global power distribution can be approximated by a token-level scaled low-temperature one, where the scaling factor captures future trajectory quality. Leveraging this insight, we introduce a training-free and verifier-free algorithm that sharpens the base model's generative distribution autoregressively. Empirically, we evaluate our method on math, QA, and code tasks across four LLMs, and show that our method matches or surpasses one-shot GRPO without relying on any external rewards, while reducing inference latency by over 10x compared to MCMC-based sampling.

📄 PDF Abstract BibTeX arXiv:2601.21590

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Training-Free Adaptation of Diffusion Models via Doob's $h$-Transform

2026-02-18 · Qijie Zhu, Zeqi Ye, Han Liu, Zhaoran Wang 외 arxiv

Adaptation methods have been a workhorse for unlocking the transformative power of pre-trained diffusion models in diverse applications. Existing approaches often abstract adaptation objectives as a reward function and s…

Offline RL

FreeScale: Scaling 3D Scenes via Certainty-Aware Free-View Generation

2026-04-12 · Chenhan Jiang, Yu Chen, Qingwen Zhang, Jifei Song 외 arxiv

The development of generalizable Novel View Synthesis (NVS) models is critically limited by the scarcity of large-scale training data featuring diverse and precise camera trajectories. While real-world captures are photo…

Novel View Synthesis

From Inpainting to Editing: Unlocking Robust Mask-Free Visual Dubbing via Generative Bootstrapping

2025-12-31 · Xu He, Haoxian Zhang, Hejia Chen, Changyuan Zheng 외 arxiv

Audio-driven visual dubbing aims to synchronize a video's lip movements with new speech but is fundamentally challenged by the lack of ideal training data: paired videos differing only in lip motion. Existing methods cir…

Rare-to-Frequent: Unlocking Compositional Generation Power of Diffusion Models on Rare Concepts with LLM Guidance

2024-10-29 · Dongmin Park, Sebin Kim, Taehong Moon, Minkyu Kim 외

State-of-the-art text-to-image (T2I) diffusion models often struggle to generate rare compositions of concepts, e.g., objects with unusual attributes. In this paper, we show that the compositional generation power of dif…

Language ModelingLanguage ModellingLarge Language Model

Accelerating Robotic Reinforcement Learning with Agent Guidance

2026-02-12 · Haojun Chen, Zili Zou, Chengdong Ma, Yaoxiang Pu 외 arxiv

Reinforcement Learning (RL) offers a powerful paradigm for autonomous robots to master generalist manipulation skills through trial-and-error. However, its real-world application is stifled by low sample efficiency. Rece…

Reinforcement Learning