LGAICLMay 31, 2023

Let's Verify Step by Step

arXiv:2305.20050v13468 citations
Originality Highly original
AI Analysis

This addresses the issue of logical mistakes in AI reasoning for applications requiring high reliability, representing a strong specific gain rather than a foundational breakthrough.

The paper tackled the problem of improving the reliability of large language models in multi-step reasoning by comparing outcome supervision and process supervision, finding that process supervision significantly outperforms outcome supervision, with their model solving 78% of problems on a subset of the MATH dataset.

In recent years, large language models have greatly improved in their ability to perform complex multi-step reasoning. However, even state-of-the-art models still regularly produce logical mistakes. To train more reliable models, we can turn either to outcome supervision, which provides feedback for a final result, or process supervision, which provides feedback for each intermediate reasoning step. Given the importance of training reliable models, and given the high cost of human feedback, it is important to carefully compare the both methods. Recent work has already begun this comparison, but many questions still remain. We conduct our own investigation, finding that process supervision significantly outperforms outcome supervision for training models to solve problems from the challenging MATH dataset. Our process-supervised model solves 78% of problems from a representative subset of the MATH test set. Additionally, we show that active learning significantly improves the efficacy of process supervision. To support related research, we also release PRM800K, the complete dataset of 800,000 step-level human feedback labels used to train our best reward model.

Code Implementations3 repos
Foundations

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

Your Notes