paper-with-me

Papers

MARGE: Improving Math Reasoning for LLMs with Guided Exploration

2025-05-18 · Jingyue Gao, Runji Lin, Keming Lu, Bowen Yu, Junyang Lin, Jianyu Chen

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 responses through self-generated data, yet current methods struggle due to spurious correlated data caused by ineffective exploration across all reasoning stages. To address such challenge, we introduce \textbf{MARGE}: Improving \textbf{Ma}th \textbf{R}easoning with \textbf{G}uided \textbf{E}xploration, a novel method to address this issue and enhance mathematical reasoning through hit-guided exploration. MARGE systematically explores intermediate reasoning states derived from self-generated solutions, enabling adequate exploration and improved credit assignment throughout the reasoning process. Through extensive experiments across multiple backbone models and benchmarks, we demonstrate that MARGE significantly improves reasoning capabilities without requiring external annotations or training additional value models. Notably, MARGE improves both single-shot accuracy and exploration diversity, mitigating a common trade-off in alignment methods. These results demonstrate MARGE's effectiveness in enhancing mathematical reasoning capabilities and unlocking the potential of scaling self-generated training data. Our code and models are available at \href{https://github.com/georgao35/MARGE}{this link}.

📄 PDF Abstract BibTeX arXiv:2505.12500

Code (1)

georgao35/marge 공식 구현 pytorch

Tasks

MathMathematical Reasoning

Similar Papers 제목 키워드 기반

MArgE: Meshing Argumentative Evidence from Multiple Large Language Models for Justifiable Claim Verification

2025-08-04 · Ming Pok Ng, Junqi Jiang, Gabriel Freedman, Antonio Rago 외 arxiv

Leveraging outputs from multiple large language models (LLMs) is emerging as a method for harnessing their power across a wide range of tasks while mitigating their capacity for making errors, e.g., hallucinations. Howev…

Inpainting-Guided Policy Optimization for Diffusion Large Language Models

2025-09-12 · Siyan Zhao, Mengchen Liu, Jing Huang, Miao Liu 외 arxiv

Masked diffusion large language models (dLLMs) are emerging as promising alternatives to autoregressive LLMs, offering competitive performance while supporting unique generation capabilities such as inpainting. We explor…

Reinforcement Learning

Towards Interpretable and Inference-Optimal COT Reasoning with Sparse Autoencoder-Guided Generation

2025-10-02 · Daniel Zhao, Abhilash Shankarampeta, Lanxiang Hu, Tajana Rosing 외 arxiv

We propose a novel method that leverages sparse autoencoders (SAEs) and clustering techniques to analyze the internal token representations of large language models (LLMs) and guide generations in mathematical reasoning …

Mathematical Reasoning

On the Emergence of Thinking in LLMs I: Searching for the Right Intuition

2025-02-10 · Guanghao Ye, Khiem Duc Pham, Xinzhi Zhang, Sivakanth Gopi 외

Recent AI advancements, such as OpenAI's new models, are transforming LLMs into LRMs (Large Reasoning Models) that perform reasoning during inference, taking extra time and compute for higher-quality outputs. We aim to u…

Math

Policy Guided Tree Search for Enhanced LLM Reasoning

2025-02-04 · Yang Li

Despite their remarkable capabilities, large language models often struggle with tasks requiring complex reasoning and planning. While existing approaches like Chain-of-Thought prompting and tree search techniques show p…

Mathematical ReasoningNavigate