paper-with-me

홈 › Papers

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, and limited adaptability to diverse reasoning styles. Existing methods rely on static fine-tuning or prompt engineering, which fail to generalize across problem complexities, while the scarcity of high-quality preference data further hinders reliable reasoning. We introduce SPHERE, a self-evolving data generation pipeline that enhances reasoning in small language models (SLMs) by iteratively generating, correcting, and diversifying reasoning chains. SPHERE operates in three stages: (i) Self-Generation, where the model autonomously constructs problem-solving steps; (ii) Self-Correction, enabling it to identify and rectify errors; and (iii) Diversity Induction, improving robustness through multiple valid reasoning trajectories. This self-evolution mechanism strengthens mathematical reasoning and enhances model reliability. Evaluations on MATH 500, GSM8K, AIME, AMC, and Olympiad show that SPHERE-trained models achieve significant gains over their base versions and match/surpass GPT-4o on certain benchmarks. Our findings demonstrate that self-evolving models can close the reasoning gap between SLMs and state-of-the-art LLMs, making mathematical AI more reliable, scalable, and efficient.

📄 PDF Abstract BibTeX arXiv:2503.04813

Code (0)

등록된 구현이 없습니다.

Tasks

GSM8KMathMathematical Problem-SolvingMathematical ReasoningPrompt Engineering

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

LLaMA-Berry: Pairwise Optimization for O1-like Olympiad-Level Mathematical Reasoning

2024-10-03 · Di Zhang, Jianbo Wu, Jingdi Lei, Tong Che 외

This paper presents an advanced mathematical problem-solving framework, LLaMA-Berry, for enhancing the mathematical reasoning ability of Large Language Models (LLMs). The framework combines Monte Carlo Tree Search (MCTS)…

Efficient ExplorationMathematical Problem-SolvingMathematical Reasoning

SPPD: Self-training with Process Preference Learning Using Dynamic Value Margin

2025-02-19 · Hao Yi, Qingyang Li, Yulan Hu, Fuzheng Zhang 외

Recently, enhancing the numerical and logical reasoning capability of Large Language Models (LLMs) has emerged as a research hotspot. Existing methods face several limitations: inference-phase techniques (e.g., Chain of …

GPULogical ReasoningPolicy Gradient MethodsReinforcement Learning (RL)+1

Self-Evolved Reward Learning for LLMs

2024-11-01 · Chenghua Huang, Zhizhen Fan, Lu Wang, Fangkai Yang 외

Reinforcement Learning from Human Feedback (RLHF) is a crucial technique for aligning language models with human preferences, playing a pivotal role in the success of conversational models like GPT-4, ChatGPT, and Llama …

Toward Effective Tool-Integrated Reasoning via Self-Evolved Preference Learning

2025-09-27 · Yifei Chen, Guanting Dong, Zhicheng Dou arxiv

Tool-Integrated Reasoning (TIR) enables large language models (LLMs) to improve their internal reasoning ability by integrating external tools. However, models employing TIR often display suboptimal behaviors, such as in…

Enhancing LLM Reasoning with Iterative DPO: A Comprehensive Empirical Investigation

2025-03-17 · Songjun Tu, Jiahao Lin, Xiangyu Tian, Qichao Zhang 외

Recent advancements in post-training methodologies for large language models (LLMs) have highlighted reinforcement learning (RL) as a critical component for enhancing reasoning. However, the substantial computational cos…

Mathematical ReasoningReinforcement Learning (RL)