paper-with-me

Papers

Enhancing Mathematical Reasoning in LLMs by Stepwise Correction

2024-10-16 · Zhenyu Wu, Qingkai Zeng, Zhihan Zhang, Zhaoxuan Tan, Chao Shen, Meng Jiang

Best-of-N decoding methods instruct large language models (LLMs) to generate multiple solutions, score each using a scoring function, and select the highest scored as the final answer to mathematical reasoning problems. However, this repeated independent process often leads to the same mistakes, making the selected solution still incorrect. We propose a novel prompting method named Stepwise Correction (StepCo) that helps LLMs identify and revise incorrect steps in their generated reasoning paths. It iterates verification and revision phases that employ a process-supervised verifier. The verify-then-revise process not only improves answer correctness but also reduces token consumption with fewer paths needed to generate. With StepCo, a series of LLMs demonstrate exceptional performance. Notably, using GPT-4o as the backend LLM, StepCo achieves an average accuracy of 94.1 across eight datasets, significantly outperforming the state-of-the-art Best-of-N method by +2.4, while reducing token consumption by 77.8%.

📄 PDF Abstract BibTeX arXiv:2410.12934

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Diagnosing Multi-step Reasoning Failures in Black-box LLMs via Stepwise Confidence Attribution

2026-05-19 · Xiaoou Liu, Tiejin Chen, Dengjia Zhang, Yaqing Wang 외 arxiv

Large Language Models have achieved strong performance on reasoning tasks with objective answers by generating step-by-step solutions, but diagnosing where a multi-step reasoning trace might fail remains difficult. Confi…

Multi-hop Question AnsweringMathematical Reasoning

Enhancing the Code Reasoning Capabilities of LLMs via Consistency-based Reinforcement Learning

2026-05-18 · Zhanyue Qin, Jia Feng, Yibo Lyu, Yun Peng 외 arxiv

Code reasoning refers to the task of predicting the output of a program given its source code and specific inputs. It can measure the reasoning capability of large language models (LLMs) and also benefit downstream tasks…

Reinforcement LearningMathematical ReasoningCode Generation

Towards Self-Improvement of LLMs via MCTS: Leveraging Stepwise Knowledge with Curriculum Preference Learning

2024-10-09 · Xiyao Wang, Linfeng Song, Ye Tian, Dian Yu 외

Monte Carlo Tree Search (MCTS) has recently emerged as a powerful technique for enhancing the reasoning capabilities of LLMs. Techniques such as SFT or DPO have enabled LLMs to distill high-quality behaviors from MCTS, i…

Mathematical Reasoning

Guideline Forest: Experience-Induced Multi-Guideline Reasoning with Stepwise Aggregation

2025-06-09 · Jiaxiang Chen, Zhuo Wang, Mingxi Zou, Qifan Wang 외

Human reasoning is flexible, adaptive, and grounded in prior experience-qualities that large language models (LLMs) still struggle to emulate. Existing methods either explore diverse reasoning paths at inference time or …

GSM8KHumanEvalMathmbpp

Step-KTO: Optimizing Mathematical Reasoning through Stepwise Binary Feedback

2025-01-18 · Yen-Ting Lin, Di Jin, Tengyu Xu, Tianhao Wu 외

Large language models (LLMs) have recently demonstrated remarkable success in mathematical reasoning. Despite progress in methods like chain-of-thought prompting and self-consistency sampling, these advances often focus …

MathMathematical Reasoning