paper-with-me

홈 › Papers

SIRI: Scaling Iterative Reinforcement Learning with Interleaved Compression

2025-09-29 · Haoming Wen, Yushi Bai, Juanzi Li, Jie Tang arxiv

We introduce SIRI, Scaling Iterative Reinforcement Learning with Interleaved Compression, a simple yet effective RL approach for Large Reasoning Models (LRMs) that enables more efficient and accurate reasoning. Existing studies have observed repetitive thinking patterns in LRMs, and attempts to reduce them often come at the cost of performance. In this paper, we show that this trade-off can be overcome through a training regime that iteratively alternates between compressing and expanding the reasoning budget, by dynamically adjusting the maximum rollout length during training. The compression phase cuts the rollout length, forcing the model to make precise and valuable decisions within a limited context, which effectively reduces redundant tokens and increases reasoning density. The expansion phase then relaxes the length limit, providing space for the model to explore and plan in long-horizon settings. Remarkably, we find that after each compression-expansion cycle, the model's performance improves even as its output length decreases, steadily pushing it closer to the Pareto frontier in the performance-efficiency trade-off. Training on DeepSeek-R1-Distill-Qwen-1.5B, SIRI-low improves performance on AIME24 by 43.2% while reducing token usage by 46.9% after three iterations, and SIRI-high achieves the highest accuracy compared to all other methods (Figure 1). Our findings shed light on the potential of periodically oscillating the LRM's output truncation length during training to dynamically balance exploration and efficiency in reasoning, converging towards an optimal "sweet spot" between the two. Our models are publicly available.

📄 PDF Abstract BibTeX arXiv:2509.25176

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

OSIRIS: Bridging Analog Circuit Design and Machine Learning with Scalable Dataset Generation

2026-01-27 · Giuseppe Chiari, Michele Piccoli, Davide Zoni arxiv

The automation of analog integrated circuit (IC) design remains a longstanding challenge, primarily due to the intricate interdependencies among physical layout, parasitic effects, and circuit-level performance. These in…

Reinforcement Learning

Sirius: Contextual Sparsity with Correction for Efficient LLMs

2024-09-05 · Yang Zhou, Zhuoming Chen, Zhaozhuo Xu, Victoria Lin 외

With the blossom of large language models (LLMs), inference efficiency becomes increasingly important. Various approximation methods are proposed to reduce the cost at inference time. Contextual Sparsity (CS) is appealin…

Math

DeepTool: Scaling Interleaved Deliberation in Tool-Integrated Reasoning via Process-Supervised Reinforcement Learning

2026-05-28 · Yang He, Xiao Ding, Bibo Cai, Yufei Zhang 외 arxiv

Tool-Integrated Reasoning (TIR) extends LLM capabilities by leveraging external environments. However, existing methods lack the deliberation during sequential tool invocation required for strategic planning and self-cor…

Reinforcement Learning

SIRI: Self-Internalizing Reinforcement Learning with Intrinsic Skills for LLM Agent Training

2026-06-01 · Zhongyu He, Yuanfan Li, Fei Huang, Tianyu Chen 외 arxiv

Long-horizon LLM agents can benefit from reusable skills, yet existing skill-based methods often rely on external skill generators during training or persistent skill retrieval at inference, increasing engineering comple…

Reinforcement Learning

Vision Model Pre-training on Interleaved Image-Text Data via Latent Compression Learning

2024-06-11 · Chenyu Yang, Xizhou Zhu, Jinguo Zhu, Weijie Su 외

Recently, vision model pre-training has evolved from relying on manually annotated datasets to leveraging large-scale, web-crawled image-text data. Despite these advances, there is no pre-training method that effectively…

Contrastive Learning