paper-with-me

Papers

Towards Intrinsic Self-Correction Enhancement in Monte Carlo Tree Search Boosted Reasoning via Iterative Preference Learning

2024-12-23 · Huchen Jiang, Yangyang Ma, Chaofan Ding, Kexin Luan, Xinhan Di

With current state-of-the-art approaches aimed at enhancing the reasoning capabilities of Large Language Models(LLMs) through iterative preference learning inspired by AlphaZero, we propose to further enhance the step-wise reasoning capabilities through intrinsic self-correction to some extent. Our work leverages step-wise preference learning to enhance self-verification via reinforcement learning. We initially conduct our work through a two-stage training procedure. At the first stage, the self-correction reasoning ability of an LLM is enhanced through its own predictions, relying entirely on self-generated data within the intrinsic self-correction to some extent. At the second stage, the baseline step-wise preference learning is leveraged via the application of the enhanced self-correct policy achieved at the first stage. In the evaluation of arithmetic reasoning tasks, our approach outperforms OpenMath2-Llama3.1-8B, dart-math-mistral-7b-uniform on MATH with increases in accuracy to 71.34%(+4.18%) and 48.06%(+4.94%) and LLama-3.1-8B-Instruct, Mistral-7B-Instruct-v0.1 on GSM8K with increases in accuracy to 86.76%(+2.00%) and 38.06%(+2.28%).

📄 PDF Abstract BibTeX arXiv:2412.17397

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic ReasoningGSM8KMath

Methods 이 논문이 사용한 방법론

AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.

Similar Papers 제목 키워드 기반

Semiparametric correction for endogenous truncation bias with Vox Populi based participation decision

2019-02-17 · Nir Billfeld, Moshe Kim

We synthesize the knowledge present in various scientific disciplines for the development of semiparametric endogenous truncation-proof algorithm, correcting for truncation bias due to endogenous self-selection. This syn…

MC$^2$: Monte Carlo Correction for Fast Elliptic PDE Solving

2026-05-10 · Ethan Hsu, Hong Meng Yam, Ivan Ge arxiv

Partial differential equation (PDE) solvers underpin scientific computing, but real-world deployment is bounded by compute. Classical Monte Carlo solvers such as Walk-on-Spheres (WoS) are unbiased and geometry-agnostic b…

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

Training neural networks using Metropolis Monte Carlo and an adaptive variant

2022-05-16 · Stephen Whitelam, Viktor Selin, Ian Benlolo, Corneel Casert 외

We examine the zero-temperature Metropolis Monte Carlo algorithm as a tool for training a neural network by minimizing a loss function. We find that, as expected on theoretical grounds and shown empirically by other auth…

On the Intrinsic Self-Correction Capability of LLMs: Uncertainty and Latent Concept

2024-06-04 · Guangliang Liu, Haitao Mao, Bochuan Cao, Zhiyu Xue 외

Large Language Models (LLMs) are able to improve their responses when instructed to do so, a capability known as self-correction. When instructions provide only the task's goal without specific details about potential is…

Question AnsweringSafety Alignment