AICLOct 12, 2024

OpenR: An Open Source Framework for Advanced Reasoning with Large Language Models

arXiv:2410.09671v169 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This provides an open-source platform for researchers and developers to accelerate LLM reasoning development, but it is incremental as it builds on existing techniques like OpenAI's o1 model.

The authors tackled the problem of enhancing reasoning in large language models by introducing OpenR, an open-source framework that integrates reinforcement learning and non-autoregressive decoding, achieving substantial gains on the MATH dataset.

In this technical report, we introduce OpenR, an open-source framework designed to integrate key components for enhancing the reasoning capabilities of large language models (LLMs). OpenR unifies data acquisition, reinforcement learning training (both online and offline), and non-autoregressive decoding into a cohesive software platform. Our goal is to establish an open-source platform and community to accelerate the development of LLM reasoning. Inspired by the success of OpenAI's o1 model, which demonstrated improved reasoning abilities through step-by-step reasoning and reinforcement learning, OpenR integrates test-time compute, reinforcement learning, and process supervision to improve reasoning in LLMs. Our work is the first to provide an open-source framework that explores the core techniques of OpenAI's o1 model with reinforcement learning, achieving advanced reasoning capabilities beyond traditional autoregressive methods. We demonstrate the efficacy of OpenR by evaluating it on the MATH dataset, utilising publicly available data and search methods. Our initial experiments confirm substantial gains, with relative improvements in reasoning and performance driven by test-time computation and reinforcement learning through process reward models. The OpenR framework, including code, models, and datasets, is accessible at https://openreasoner.github.io.

Code Implementations1 repo
Foundations

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

Your Notes