paper-with-me

홈 › Papers

Sample Where You Struggle: Sharpening Base Model Reasoning via Entropy-Guided Power Sampling

2026-06-07 · Hong Guo, Nianhui Guo, Christoph Meinel, Haojin Yang arxiv

Sampling from the sequence-level power distribution $p^α$ elicits RL-level reasoning from base language models without any parameter updates, but the standard Metropolis--Hastings (MH), a Markov Chain Monte Carlo (MCMC) sampler, is both expensive and slow-mixing. We trace both to a structural mismatch: $p^α$ mainly departs from $p$ at a sparse, spatially clustered set of high-entropy decision points, yet MH proposes resampling positions uniformly along the prefix -- wasting compute on near-degenerate conditionals while under-mixing precisely where modes diverge. We propose Entropy-Guided Power Sampling (EGPS), a training-free and verifier-free sampler that re-derives its proposal from token-level entropy already in the forward pass. EGPS skips deterministic blocks, localizes each MCMC move to a high-entropy neighborhood, and applies Multiple-Try Metropolis at decision points -- making sampling cost scale with \emph{entropy mass rather than sequence length}. On Qwen2.5-Math-7B, EGPS reaches best or tied-best accuracy on all three benchmarks (MATH500 $75.8\%$, HumanEval $62.2\%$, GPQA $42.4\%$) at up to a $12.6\times$ wall-clock speedup over the MH baseline.

📄 PDF Abstract BibTeX arXiv:2606.09926

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ExPO: Unlocking Hard Reasoning with Self-Explanation-Guided Reinforcement Learning

2025-07-03 · Ruiyang Zhou, Shuozhe Li, Amy Zhang, Liu Leqi arxiv

Self-improvement via RL often fails on complex reasoning tasks because GRPO-style post-training methods rely on the model's initial ability to generate positive samples. Without guided exploration, these approaches merel…

Reinforcement Learning

Self-Consistency via Marginal Sharpening

2026-05-27 · Aleksei Arzhantsev, Otmane Sakhi, Nicolas Chopin arxiv

Inference-time sampling can elicit strong reasoning abilities from language models without additional training. Existing power-sampling methods do so by sharpening the distribution over full generated outputs, favoring c…

A Representation Sharpening Framework for Zero Shot Dense Retrieval

2025-11-07 · Dhananjay Ashok, Suraj Nair, Mutasem Al-Darabsah, Choon Hui Teo 외 arxiv

Zero-shot dense retrieval is a challenging setting where a document corpus is provided without relevant queries, necessitating a reliance on pretrained dense retrievers (DRs). However, since these DRs are not trained on …

Beyond Distribution Sharpening: The Importance of Task Rewards

2026-04-17 · Sarthak Mittal, Leo Gagnon, Guillaume Lajoie arxiv

Frontier models have demonstrated exceptional capabilities following the integration of task-reward-based reinforcement learning (RL) into their training pipelines, enabling systems to evolve from pure reasoning models i…

Reinforcement Learning

More Correct Mass, Worse Answers: Why Power Sampling Can Fail and How to Fix It

2026-08-14 · Haohui Yang, Jiaxing Sun, Xiujun Ma arxiv

Power Sampling sharpens a language model's distribution over complete generation trajectories, offering a verifier-free way to improve reasoning at inference time. It also has the potential to serve as a general-purpose …