CLOct 16, 2023

Let's reward step by step: Step-Level reward model as the Navigators for Reasoning

arXiv:2310.10080v1104 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the challenge of optimizing reasoning pathways for tasks like math and coding, offering an incremental improvement over existing methods like Chain of Thought.

The paper tackled the problem of improving multi-step reasoning accuracy in Large Language Models by using a Process-Supervised Reward Model (PRM) during inference to guide solution paths, resulting in enhanced performance on mathematical benchmarks like GSM8K and MATH and similar gains in code generation tasks.

Recent years have seen considerable advancements in multi-step reasoning with Large Language Models (LLMs). The previous studies have elucidated the merits of integrating feedback or search mechanisms during model inference to improve the reasoning accuracy. The Process-Supervised Reward Model (PRM), typically furnishes LLMs with step-by-step feedback during the training phase, akin to Proximal Policy Optimization (PPO) or reject sampling. Our objective is to examine the efficacy of PRM in the inference phase to help discern the optimal solution paths for multi-step tasks such as mathematical reasoning and code generation. To this end, we propose a heuristic greedy search algorithm that employs the step-level feedback from PRM to optimize the reasoning pathways explored by LLMs. This tailored PRM demonstrated enhanced results compared to the Chain of Thought (CoT) on mathematical benchmarks like GSM8K and MATH. Additionally, to explore the versatility of our approach, we develop a novel method to automatically generate step-level reward dataset for coding tasks and observed similar improved performance in the code generation tasks. Thus highlighting the robust nature of our reward-model-based approach to inference for reasoning tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes