paper-with-me

홈 › Papers

OctoThinker: Mid-training Incentivizes Reinforcement Learning Scaling

2025-06-25 · Zengzhi Wang, Fan Zhou, Xuefeng Li, PengFei Liu

Different base language model families, such as Llama and Qwen, exhibit divergent behaviors during post-training with reinforcement learning (RL), especially on reasoning-intensive tasks. What makes a base language model suitable for reinforcement learning? Gaining deeper insight into this question is essential for developing RL-scalable foundation models of the next generation. In this work, we investigate how mid-training strategies shape RL dynamics, focusing on two representative model families: Qwen and Llama. Our study reveals that (1) high-quality mathematical corpora, such as MegaMath-Web-Pro, significantly improve both base model and RL performance, while existing alternatives (e.g., FineMath-4plus) fail to do so; (2) further adding QA-style data, particularly long chain-of-thought (CoT) reasoning examples, enhances RL outcomes, and instruction data further unlocks this effect; (3) while long-CoT improves reasoning depth, it can also induce verbosity of model responses and unstability of RL training, underscoring the importance of data formatting; (4) scaling mid-training consistently leads to stronger downstream RL performance. Building on these insights, we introduce a two-stage mid-training strategy, Stable-then-Decay, in which base models are first trained on 200B tokens with a constant learning rate, followed by 20B tokens across three CoT-focused branches with learning rate decay. This yields OctoThinker, a family of models demonstrating strong RL compatibility and closing the performance gap with more RL-friendly model families, i.e., Qwen. We hope our work will help shape pre-training strategies for foundation models in the RL era. To support further research, we release our open-source models along with a curated math reasoning-intensive corpus of over 70 billion tokens (i.e., MegaMath-Web-Pro-Max).

📄 PDF Abstract BibTeX arXiv:2506.20512

Code (1)

gair-nlp/octothinker 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMathreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Process Supervision of Confidence Margin for Calibrated LLM Reasoning

2026-04-25 · Liaoyaqi Wang, Chunsheng Zuo, William Jurayj, Benjamin Van Durme 외 arxiv

Scaling test-time computation with reinforcement learning (RL) has emerged as a reliable path to improve large language models (LLM) reasoning ability. Yet, outcome-based reward often incentivizes models to be overconfid…

Reinforcement Learning

GRAIL: Gradient-Reweighted Advantages for Reinforcement Learning with Verifiable Rewards

2026-06-03 · Tej Deep Pala, Vernon Toh, Soujanya Poria arxiv

Reinforcement learning with verifiable rewards (e.g. GRPO) is now a common way to improve mathematical reasoning in Large Language Models (LLMs). However, current methods usually broadcast one sequence-level advantage to…

Reinforcement LearningMathematical Reasoning

MIST-RL: Mutation-based Incremental Suite Testing via Reinforcement Learning

2026-03-02 · Sicheng Zhu, Jiajun Wang, Jiawei Ai, Xin Li arxiv

Large Language Models (LLMs) often fail to generate correct code on the first attempt, which requires using generated unit tests as verifiers to validate the solutions. Despite the success of recent verification methods,…

Reinforcement Learning

RESTRAIN: From Spurious Votes to Signals -- Self-Driven RL with Self-Penalization

2025-10-02 · Zhaoning Yu, Will Su, Leitian Tao, Haozhu Wang 외 arxiv

Reinforcement learning with human-annotated data has boosted chain-of-thought reasoning in large reasoning models, but these gains come at high costs in labeled data while faltering on harder tasks. A natural next step i…

Reinforcement Learning

Training Language Models to Reason Efficiently

2025-02-06 · Daman Arora, Andrea Zanette

Scaling model size and training data has led to great advances in the performance of Large Language Models (LLMs). However, the diminishing returns of this approach necessitate alternative methods to improve model capabi…

Reinforcement Learning (RL)