AICLSep 30, 2025

RoRecomp: Enhancing Reasoning Efficiency via Rollout Response Recomposition in Reinforcement Learning

arXiv:2509.25958v11 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses efficiency issues in RLVR for large language models, offering a plug-and-play solution that is incremental but provides strong specific gains.

The paper tackles the problem of inefficient reasoning processes in reinforcement learning with verifiable rewards (RLVR) by proposing RoRecomp, a method that reduces reasoning length by 27.7% in zero RL training, cuts unnecessary tool calls by 46.8% while improving accuracy in agentic RL, and achieves up to 52.5% length reduction in thinking compression with minimal performance impact.

Reinforcement learning with verifiable rewards (RLVR) has proven effective in eliciting complex reasoning in large language models (LLMs). However, standard RLVR training often leads to excessively verbose processes (in reasoning tasks) and inefficient exploration trajectories (in agentic settings), as outcome-only rewards provide no incentive for efficiency and the high variance in response length within relatively small rollout groups results in noisy optimization signals. To address this, we propose Rollout Response Recomposition (RoRecomp), a plug-and-play method that guides models toward concise reasoning by strategically recomposing the training data. RoRecomp separates responses into two distinct batch types: 1) priority batches, which combine short-correct and long-incorrect responses selected from online batches to provide a clear gradient signal for brevity, and 2) compensation batches, which utilize remaining responses from a replay buffer to maintain stability and prevent model collapse. To comprehensively evaluate effectiveness, we test RoRecomp across three settings where results demonstrate substantial efficiency gains: reducing reasoning length by 27.7% in zero RL training, reducing unnecessary tool calls by 46.8% while improving accuracy in agentic RL, and achieving up to 52.5% length reduction in thinking compression, all with minimal performance impact.

Foundations

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

Your Notes