Pith

open record

sign in

arxiv: 2404.10346 · v4 · pith:2JFGQVOQ · submitted 2024-04-16 · cs.CL

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

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 reserved pith:2JFGQVOQrecord.jsonopen to challenge →

classification cs.CL
keywords self-explorellmsmodelsrationalesreasoningcapabilitiesfine-grainedfine-tuning
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Rewarding Progress: Scaling Automated Process Verifiers for LLM Reasoning

    cs.LG 2024-10 unverdicted novelty 6.0

    Process advantage verifiers trained to predict step-level progress under a distinct prover policy improve LLM reasoning accuracy by over 8% and sample efficiency by 5-6x over outcome reward models.

  2. Towards Large Reasoning Models: A Survey of Reinforced Reasoning with Large Language Models

    cs.AI 2025-01 unverdicted novelty 3.0

    The paper surveys reinforced reasoning techniques for LLMs, covering automated data construction, learning-to-reason methods, and test-time scaling as steps toward Large Reasoning Models.