paper-with-me

Papers

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

2024-10-12 · Jun Wang, Meng Fang, Ziyu Wan, Muning Wen, Jiachen Zhu, Anjie Liu, Ziqin Gong, Yan Song, Lei Chen, Lionel M. Ni, Linyi Yang, Ying Wen, Weinan Zhang

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.

📄 PDF Abstract BibTeX arXiv:2410.09671

Code (1)

openreasoner/openr pytorch

Tasks

Mathreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

OpenRL: A Unified Reinforcement Learning Framework

2023-12-20 · Shiyu Huang, Wentse Chen, Yiwen Sun, Fuqing Bie 외

We present OpenRL, an advanced reinforcement learning (RL) framework designed to accommodate a diverse array of tasks, from single-agent challenges to complex multi-agent systems. OpenRL's robust support for self-play tr…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

OpenRFT: Adapting Reasoning Foundation Model for Domain-specific Tasks with Reinforcement Fine-Tuning

2024-12-22 · Yuxiang Zhang, YuQi Yang, Jiangming Shu, Yuhang Wang 외

OpenAI's recent introduction of Reinforcement Fine-Tuning (RFT) showcases the potential of reasoning foundation model and offers a new paradigm for fine-tuning beyond simple pattern imitation. This technical report prese…

OpenRT: An Open-Source Red Teaming Framework for Multimodal LLMs

2026-01-04 · Xin Wang, Yunhao Chen, Juncheng Li, Yixu Wang 외 arxiv

The rapid integration of Multimodal Large Language Models (MLLMs) into critical applications is increasingly hindered by persistent safety vulnerabilities. However, existing red-teaming benchmarks are often fragmented, l…

Red Teaming

Automated QoR improvement in OpenROAD with coding agents

2026-01-09 · Amur Ghose, Junyeong Jang, Andrew B. Kahng, Jakang Lee arxiv

EDA development and innovation has been constrained by scarcity of expert engineering resources. While leading LLMs have demonstrated excellent performance in coding and scientific reasoning tasks, their capacity to adva…

OpenRLHF: An Easy-to-use, Scalable and High-performance RLHF Framework

2024-05-20 · Jian Hu, Xibin Wu, Zilin Zhu, Xianyu 외

As large language models (LLMs) continue to grow by scaling laws, reinforcement learning from human feedback (RLHF) has gained significant attention due to its outstanding performance. However, unlike pretraining or fine…

reinforcement-learningReinforcement LearningScheduling