paper-with-me

홈 › Papers

Self-Evaluation Guided Beam Search for Reasoning

2023-05-01 · NeurIPS 2023 11 · Yuxi Xie, Kenji Kawaguchi, Yiran Zhao, Xu Zhao, Min-Yen Kan, Junxian He, Qizhe Xie

Breaking down a problem into intermediate steps has demonstrated impressive performance in Large Language Model (LLM) reasoning. However, the growth of the reasoning chain introduces uncertainty and error accumulation, making it challenging to elicit accurate final results. To tackle this challenge of uncertainty in multi-step reasoning, we introduce a stepwise self-evaluation mechanism to guide and calibrate the reasoning process of LLMs. We propose a decoding algorithm integrating the self-evaluation guidance via stochastic beam search. The self-evaluation guidance serves as a better-calibrated automatic criterion, facilitating an efficient search in the reasoning space and resulting in superior prediction quality. Stochastic beam search balances exploitation and exploration of the search space with temperature-controlled randomness. Our approach surpasses the corresponding Codex-backboned baselines in few-shot accuracy by $6.34\%$, $9.56\%$, and $5.46\%$ on the GSM8K, AQuA, and StrategyQA benchmarks, respectively. Experiment results with Llama-2 on arithmetic reasoning demonstrate the efficiency of our method in outperforming the baseline methods with comparable computational budgets. Further analysis in multi-step reasoning finds our self-evaluation guidance pinpoints logic failures and leads to higher consistency and robustness. Our code is publicly available at https://guideddecoding.github.io/.

📄 PDF Abstract BibTeX arXiv:2305.00633

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic ReasoningGSM8KLanguage ModelingLanguage ModellingLarge Language ModelStrategyQA

Similar Papers 제목 키워드 기반

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 …

Test-Time Scaling for Small VLMs on Multilingual Visual MCQ

2026-07-10 · Spiros Baxevanakis, Peng-Jian Yang arxiv

Test-time scaling (TTS) reliably improves reasoning in large language models, but whether it transfers to small open vision-language models remains unclear. We examine this on EXAMS-V, a multilingual visual multiple-choi…

More Test-Time Compute Can Hurt: Overestimation Bias in LLM Beam Search

2026-03-16 · Gal Dalal, Assaf Hallak, Gal Chechik, Yftah Ziser arxiv

Wider beam search should improve LLM reasoning, but when should you stop widening? Prior work on beam width selection has focused on inference efficiency \citep{qin2025dsbd, freitag2017beam}, without analyzing whether wi…

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

Limits of PRM-Guided Tree Search for Mathematical Reasoning with LLMs

2025-10-23 · Tristan Cinquin, Geoff Pleiss, Agustinus Kristiadi arxiv

While chain-of-thought prompting with Best-of-N (BoN) selection has become popular for mathematical reasoning in large language models (LLMs), its linear structure fails to capture the branching and exploratory nature of…

Mathematical Reasoning