The Model Knows, the Decoder Finds: Future Value Guided Particle Power Sampling

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

A new algorithm called Auxiliary Particle Power Sampling (APPS) offers a way to improve the reasoning of large language models at inference time without additional training, according to a paper posted on arXiv [1]. The method uses a bounded population of partial solutions to approximate a sequence-level power target, redistributing computation across competing prefixes rather than following a single path [2]. The work, submitted by Tu Nguyen on 4 May 2026 and revised on 13 Jun 2026, addresses a bottleneck in "reasoning without training" [1]. Base large language models—systems with many parameters trained on vast amounts of text—already assign non-trivial probability to correct multi-step solutions, but locating these modes efficiently during decoding remains difficult [2][11]. Power sampling biases decoding toward these modes by targeting a distribution proportional to p_theta(x)^alpha with alpha > 1, yet practical approximations must account for future-dependent correction factors that determine which prefixes stay promising [2]. APPS propagates hypotheses in parallel using proposal-corrected power reweighting and refines their survival through future-value-guided selection at resampling boundaries [2]. The algorithm provides a direct scaling knob in the particle count and predictable peak memory [1]. The future-value signal is instantiated with short-horizon rollouts, and the authors also study an amortized variant that replaces rollouts with a lightweight learned selection head [2]. The paper, hosted on the open-access repository arXiv, contributes to a growing body of research on inference-time techniques for large language models [9]. arXiv, founded in 1991, now receives about 24,000 submissions per month and has surpassed two million articles, serving as a primary distribution channel for preprints in computer science, physics, and related fields [9]. The APPS manuscript appeared in three versions, growing from 109 KB to 137 KB across revisions [1]. By improving the accuracy–runtime trade-off of training-free decoding, APPS supports the view that inference-time power approximation can recover gains often attributed to post-training [2]. The approach does not require modifying the underlying model weights, instead operating entirely at the decoding stage [1].

infrastructureresearch-papercontroversy

Background sources we checked (10)
  • arxiv.org ↗ A recurring pattern in "reasoning without training" is that base LLMs already assign non-trivial probability mass to correct multi-step solutions; the bottleneck is locating these modes efficiently at inference time. Power sampling provides a principled way to bias decoding towar…
  • en.wikipedia.org ↗ Knowledge is an awareness of facts, a familiarity with individuals and situations, or a practical skill. Knowledge of facts, also called propositional knowledge, is often characterized as true belief that is distinct from opinion or guesswork by virtue of justification. While the…
  • en.wikipedia.org ↗ Big data primarily refers to data sets that are too large or complex to be dealt with by traditional data-processing software. Data with many entries (rows) offers greater statistical power, while data with higher complexity (more attributes or columns) may lead to a higher false…
  • en.wikipedia.org ↗ The following scientific events occurred in 2023.…
  • 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