Entropy-Gated Latent Recursion

📅 2026-06-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitations of existing inference-time scaling methods, which rely on stochastic token sampling and struggle to substantially enhance language models’ reasoning capabilities. The authors propose a training-free decoding strategy that recursively reactivates the top layers of the model at tokens exhibiting high uncertainty, introducing a deterministic “layer-span recursion” axis that orthogonally complements the conventional stochastic temperature-sampling axis, thereby constructing a two-dimensional combinatorial sampling space. An entropy-gated mechanism dynamically regulates both recursion depth and iteration count, enabling efficient joint search. Evaluated on the MATH-500 benchmark using the Qwen2.5-3B-Instruct model, this approach achieves an oracle accuracy of 91.6%, representing improvements of 8.2 and 10.4 percentage points over strategies employing only the temperature or layer axis, respectively.
📝 Abstract
Inference-time scaling has become the dominant lever for improving language-model reasoning, but existing methods derive rollout diversity from a single source: stochastic token-level sampling. We argue that this single-axis sampling space is fundamentally limiting, and identify a second, fully deterministic and complementary axis: the layer span $L$ at which a frozen model's top decoder layers are recursively re-applied at high-uncertainty tokens. Different choices of $L$ produce distinct rollouts that solve different subsets of problems, with no stochasticity. We instantiate this axis through Entropy-Gated Latent Recursion (EGLR), a training-free decoding procedure that re-applies the top-$L$ layers for at most $K_{\max}$ iterations until the next-token distribution converges. Combined with $T$ temperature samples, EGLR turns a single-axis stochastic rollout pool into an $L\times T$ Cartesian sampling space at almost the same per-rollout cost. We characterize this space across $8$ instruction-tuned models and $6$ math reasoning benchmarks, and show that the $L$-axis is genuinely complementary to temperature: on MATH-500 with Qwen2.5-3B-Instruct, the joint $L\times T$ oracle reaches $91.6\%$, $+8.2$ percentage points beyond the temperature-only oracle ($83.4\%$) and $+10.4$ points beyond the layer-only oracle ($81.2\%$), confirming that the two axes capture genuinely complementary problems. The expanded rollout pool provides richer per-prompt candidates for any downstream procedure that consumes rollouts, including self-consistency, best-of-$N$ with verifiers, and group-relative RL training (GRPO), opening a new direction for inference-time scaling that does not rely on stochastic noise.
Problem

Research questions and friction points this paper is trying to address.

inference-time scaling
rollout diversity
language-model reasoning
sampling space
deterministic recursion
Innovation

Methods, ideas, or system contributions that make the work stand out.

Entropy-Gated Latent Recursion
inference-time scaling
layer recursion
deterministic diversity
rollout space
🔎 Similar Papers
No similar papers found.
S
Soham Bhattacharjee
Department of Machine Learning, Mohamed bin Zayed University of Artificial Intelligence, Abu Dhabi, United Arab Emirates
D
Dushyant Singh Chauhan
Department of Machine Learning, Mohamed bin Zayed University of Artificial Intelligence, Abu Dhabi, United Arab Emirates
Salem Lahlou
Salem Lahlou
MBZUAI
probabilistic modelinguncertainty estimationgflownetsLLM reasoning
M
Martin Takac
Department of Machine Learning, Mohamed bin Zayed University of Artificial Intelligence, Abu Dhabi, United Arab Emirates
Nils Lukas
Nils Lukas
MBZUAI
ML SecurityAI SafetyPrivacy-preserving ML