paper-with-me

홈 › Papers

IsoCompute Playbook: Optimally Scaling Sampling Compute for LLM RL

2026-03-12 · Zhoujun Cheng, Yutao Xie, Yuxiao Qu, Amrith Setlur, Shibo Hao, Varad Pimpalkhute, Tongtong Liang, Feng Yao, Zhengzhong Liu, Eric Xing, Virginia Smith, Ruslan Salakhutdinov, Zhiting Hu, Taylor Killian, Aviral Kumar arxiv

While scaling laws guide compute allocation for LLM pre-training, analogous prescriptions for reinforcement learning (RL) post-training of large language models (LLMs) remain poorly understood. We study the compute-optimal allocation of sampling compute for on-policy RL methods in LLMs, framing scaling as a compute-constrained optimization over three resources: parallel rollouts per problem, number of problems per batch, and number of update steps. We find that the compute-optimal number of parallel rollouts per problem increases predictably with compute budget and then saturates. This trend holds across both easy and hard problems, though driven by different mechanisms: solution sharpening on easy problems and coverage expansion on hard problems. We further show that increasing the number of parallel rollouts mitigates interference across problems, while the number of problems per batch primarily affects training stability and can be chosen within a broad range. Validated across base models and data distributions, our results recast RL scaling laws as prescriptive allocation rules and provide practical guidance for compute-efficient LLM RL post-training.

📄 PDF Abstract BibTeX arXiv:2603.12151

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

A*-Decoding: Token-Efficient Inference Scaling

2025-05-19 · Giannis Chatziveroglou

Inference-time scaling has emerged as a powerful alternative to parameter scaling for improving language model performance on complex reasoning tasks. While existing methods have shown strong performance gains under fixe…

Language ModelingLanguage Modelling

Navigating Scaling Laws: Compute Optimality in Adaptive Model Training

2023-11-06 · Sotiris Anagnostidis, Gregor Bachmann, Imanol Schlag, Thomas Hofmann

In recent years, the state-of-the-art in deep learning has been dominated by very large models that have been pre-trained on vast amounts of data. The paradigm is very simple: investing more computational resources (opti…

Scaling Collapse Reveals Universal Dynamics in Compute-Optimally Trained Neural Networks

2025-07-02 · Shikai Qiu, Lechao Xiao, Andrew Gordon Wilson, Jeffrey Pennington 외 arxiv

What scaling limits govern neural network training dynamics when model size and training time grow in tandem? We show that despite the complex interactions between architecture, training algorithms, and data, compute-opt…

Compute Optimal Scaling of Skills: Knowledge vs Reasoning

2025-03-13 · Nicholas Roberts, Niladri Chatterji, Sharan Narang, Mike Lewis 외

Scaling laws are a critical component of the LLM development pipeline, most famously as a way to forecast training decisions such as 'compute-optimally' trading-off parameter count and dataset size, alongside a more rece…

Code Generation

From Legacy to Standard: LLM-Assisted Transformation of Cybersecurity Playbooks into CACAO Format

2025-08-05 · Mehdi Akbari Gurabi, Lasse Nitz, Radu-Mihai Castravet, Roman Matzutt 외 arxiv

Existing cybersecurity playbooks are often written in heterogeneous, non-machine-readable formats, which limits their automation and interoperability across Security Orchestration, Automation, and Response platforms. Thi…

Prompt Engineering