paper-with-me

홈 › Papers

Self-Explore: Enhancing Mathematical Reasoning in Language Models with Fine-grained Rewards

2024-04-16 · Hyeonbin Hwang, Doyoung Kim, Seungone Kim, Seonghyeon Ye, Minjoon Seo

Training on large amounts of rationales (i.e., CoT Fine-tuning) is effective at improving the reasoning capabilities of large language models (LLMs). However, acquiring human-authored rationales or augmenting rationales from proprietary models is costly and not scalable. In this paper, we study the problem of whether LLMs could self-improve their reasoning capabilities. To this end, we propose Self-Explore, where the LLM is tasked to explore the first wrong step (i.e., the first pit) within the rationale and use such signals as fine-grained rewards for further improvement. On the GSM8K and MATH test set, Self-Explore achieves 11.57% and 2.89% improvement on average across three LLMs compared to supervised fine-tuning (SFT). Our code is available at https://github.com/hbin0701/Self-Explore.

📄 PDF Abstract BibTeX arXiv:2404.10346

Code (1)

hbin0701/Self-Explore 공식 구현 pytorch

Tasks

GSM8KMathMathematical Reasoning

Similar Papers 제목 키워드 기반

Enhancing Mathematical Reasoning in Large Language Models with Self-Consistency-Based Hallucination Detection

2025-04-13 · MingShan Liu, Shi Bo, Jialing Fang

Large language models (LLMs) have demonstrated strong mathematical reasoning capabilities but remain susceptible to hallucinations producing plausible yet incorrect statements especially in theorem proving, symbolic mani…

Answer SelectionAutomated Theorem ProvingComputational EfficiencyHallucination+1

MARGE: Improving Math Reasoning for LLMs with Guided Exploration

2025-05-18 · Jingyue Gao, Runji Lin, Keming Lu, Bowen Yu 외

Large Language Models (LLMs) exhibit strong potential in mathematical reasoning, yet their effectiveness is often limited by a shortage of high-quality queries. This limitation necessitates scaling up computational respo…

MathMathematical Reasoning

Self-Evolved Preference Optimization for Enhancing Mathematical Reasoning in Small Language Models

2025-03-04 · Joykirat Singh, Tanmoy Chakraborty, Akshay Nambi

Large language models (LLMs) have significantly improved their reasoning capabilities; however, they still struggle with complex multi-step mathematical problem-solving due to error propagation, lack of self-correction, …

GSM8KMathMathematical Problem-SolvingMathematical Reasoning+1

Markov Chain of Thought for Efficient Mathematical Reasoning

2024-10-23 · Wen Yang, Kai Fan, Minpeng Liao

Chain of Thought (CoT) of multi-step benefits from the logical structure of the reasoning steps and task-specific actions, significantly enhancing the mathematical reasoning capabilities of large language models. As the …

Mathematical Reasoning

MC-NEST -- Enhancing Mathematical Reasoning in Large Language Models with a Monte Carlo Nash Equilibrium Self-Refine Tree

2024-11-23 · Gollam Rabby, Farhana Keya, Parvez Zamil, Sören Auer

Mathematical reasoning has proven to be a critical yet challenging task for large language models (LLMs), as they often struggle with complex multi-step problems. To address these limitations, we introduce the Monte Carl…

Decision MakingMathematical Reasoning