Entropy-Gated Latent Recursion

22d ago · Global · primary source: export.arxiv.org

A new training-free decoding procedure called Entropy-Gated Latent Recursion (EGLR) expands the sampling space for language-model reasoning by adding a deterministic axis to the traditional stochastic temperature sampling, according to a paper posted to arXiv on June 15, 2026 [1]. The method, proposed by Dushyant Singh Chauhan, identifies a second axis for generating diverse reasoning rollouts: the layer span L at which a frozen model's top decoder layers are recursively re-applied at high-uncertainty tokens [1]. Different choices of L produce distinct rollouts that solve different subsets of problems, with no stochasticity involved [2]. Combined with T temperature samples, EGLR turns a single-axis stochastic rollout pool into an L x T Cartesian sampling space at nearly the same per-rollout cost [1]. The paper characterizes this space across 8 instruction-tuned models and 6 math reasoning benchmarks [1]. Large language models, the class of models tested, are trained with self-supervised learning on vast amounts of text to perform natural language processing tasks such as language generation [9]. On the MATH-500 benchmark with Qwen2.5-3B-Instruct, the joint L x T oracle reached 91.6% accuracy, which is 8.2 percentage points beyond the temperature-only oracle at 83.4% and 10.4 points beyond the layer-only oracle at 81.2% [1]. The results confirm that the two axes capture genuinely complementary problems [2]. The expanded rollout pool provides richer per-prompt candidates for downstream procedures that consume rollouts, including self-consistency, best-of-N with verifiers, and group-relative RL training (GRPO) [1]. The work opens a new direction for inference-time scaling that does not rely solely on stochastic noise [2]. The paper was submitted as a 135 KB file to arXiv, an open-access repository of electronic preprints that is not peer-reviewed but is approved for posting after moderation [1][7]. arXiv, which began on August 14, 1991, passed the two-million-article milestone by the end of 2021 and receives about 24,000 submissions per month as of November 2024 [7].

research-paperinfrastructure

Background sources we checked (8)
  • arxiv.org ↗ 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 …
  • en.wikipedia.org ↗ Natural language processing is computer activity in which computers are entailed to analyze, understand, alter, or generate natural language. This includes the automation of any or all linguistic forms, activities, or methods of communication, such as conversation, correspondenc…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue