cs.LGJun 7, 2026

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

Authors: Hong GuoNianhui GuoChristoph MeinelHaojin Yang

Abstract

Sampling from the sequence-level power distribution pα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αp^α mainly departs from pp 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%75.8\%, HumanEval 62.2%62.2\%, GPQA 42.4%42.4\%) at up to a 12.6×12.6\times wall-clock speedup over the MH baseline.

Explore similar work

CardsList
  1. Reasoning with Sampling: Cutting at Decision Points

    May 28, 2026Felix Zhou, Anay Mehrotra, Quanquan C. LiuLarge Reasoning ModelsDecisions

  2. Self-Consistency via Marginal Sharpening

    May 27, 2026Aleksei Arzhantsev, Otmane Sakhi, Nicolas ChopinInference-TimeSelf-Consistency