paper-with-me

Papers

Thought-Level Beam Search for Reasoning

2026-08-11 · Lijie Yang, Hongyin Luo, Jiawei Zhao, Tri Dao, Ravi Netravali hf

Test-time compute scaling is a primary driver of performance in large reasoning models (LRMs), but extreme inefficiency bounds current approaches, shifting the critical question from how much compute to spend, to where to allocate it. We formalize test-time reasoning as a constrained compute allocation problem over partial trajectories. Under a fixed hardware budget, existing paradigms fail to actively allocate the compute to the most promising partial progress: traditional parallel sampling treats traces independently and induces severe memory bottlenecks, while subtractive pruning starves hardware and fails to actively and sufficiently shift the output distribution. To overcome this dichotomy, we introduce Gambit, an inference algorithm that executes thought-level beam search. By periodically pruning unpromising trajectories and immediately branching from high-quality prefixes, Gambit dynamically concentrates compute onto the most promising reasoning traces via a light-weight scorer probing hidden states while maintaining continuous high hardware utilization. Extensive evaluations across multiple models and benchmarks demonstrate that Gambit strictly dominates existing baselines. Under identical hardware constraints, our method yields up to a +6.7\% absolute accuracy gain on HMMT-24 and +3.3\% on AIME-25 over pruning baselines, delivers >2times higher throughput on trace completion, and reduces total token consumption by up to 68.5\% relative to standard parallel sampling.

📄 PDF Abstract BibTeX arXiv:2608.08020

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deductive Beam Search: Decoding Deducible Rationale for Chain-of-Thought Reasoning

2024-01-31 · Tinghui Zhu, Kai Zhang, Jian Xie, Yu Su

Recent advancements have significantly augmented the reasoning capabilities of Large Language Models (LLMs) through various methodologies, especially chain-of-thought (CoT) reasoning. However, previous methods fail to ad…

Deep Hidden Cognition Facilitates Reliable Chain-of-Thought Reasoning

2025-07-14 · Zijun Chen, Wenbo Hu, Richang Hong arxiv

Chain of Thought (CoT) reasoning has demonstrated remarkable deep reasoning capabilities in both large language models (LLMs) and multimodal large language models (MLLMs). However, its reliability is often undermined by …

Latent Chain-of-Thought for Visual Reasoning

2025-10-27 · Guohao Sun, Hang Hua, Jian Wang, Jiebo Luo 외 arxiv

Chain-of-thought (CoT) reasoning is critical for improving the interpretability and reliability of Large Vision-Language Models (LVLMs). However, existing training algorithms such as SFT, PPO, and GRPO may not generalize…

Reinforcement LearningBayesian InferenceVisual Reasoning

PathFinder: Guided Search over Multi-Step Reasoning Paths

2023-12-08 · Olga Golovneva, Sean O'Brien, Ramakanth Pasunuru, Tianlu Wang 외

With recent advancements in large language models, methods like chain-of-thought prompting to elicit reasoning chains have been shown to improve results on reasoning tasks. However, tasks that require multiple steps of r…

Pathfinder

BPP-Search: Enhancing Tree of Thought Reasoning for Mathematical Modeling Problem Solving

2024-11-26 · Teng Wang, Wing-Yin Yu, Zhenqi He, Zehua Liu 외

LLMs exhibit advanced reasoning capabilities, offering the potential to transform natural language questions into mathematical models. However, existing open-source datasets in operations research domain lack detailed an…

Efficient Explorationreinforcement-learningReinforcement Learning