paper-with-me

홈 › Papers

Part II: ROLL Flash -- Accelerating RLVR and Agentic Training with Asynchrony

2025-10-13 · Han Lu, Zichen Liu, Shaopan Xiong, Yancheng He, Wei Gao, Yanan Wu, Weixun Wang, Jiashun Liu, Yang Li, Haizhou Zhao, Ju Huang, Siran Yang, Xiaoyang Li, Yijia Luo, Zihe Liu, Ling Pan, Junchi Yan, Wei Wang, Wenbo Su, Jiamang Wang, Lin Qu, Bo Zheng arxiv

Synchronous Reinforcement Learning (RL) post-training has emerged as a crucial step for enhancing Large Language Models (LLMs) with diverse capabilities. However, many systems designed to accelerate RL post-training still suffer from low resource utilization and limited scalability. We present ROLL Flash, a system that extends ROLL with native support for asynchronous RL post-training. ROLL Flash is built upon two core design principles: fine-grained parallelism and rollout-train decoupling. Guided by these principles, ROLL Flash provides flexible programming interfaces that enable a fully asynchronous training architecture and support efficient rollout mechanisms, including queue scheduling and environment-level asynchronous execution. Through comprehensive theoretical analysis and extensive experiments, we demonstrate that ROLL Flash significantly improves resource utilization and scalability over synchronous RL post-training. ROLL Flash achieves up to 2.24x speedup on RLVR tasks and 2.72x on agentic tasks, using the same GPU budget as synchronous baselines. Furthermore, we implement several popular off-policy algorithms and verify that asynchronous training can achieve performance on par with synchronous training.

📄 PDF Abstract BibTeX arXiv:2510.11345

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

WhiFlash: Accelerating Speculative Decoding with Token-Level Cross-Paradigm Routing

2026-06-05 · Young D. Kwon, Miles Williams, Rui Li, Alexandros Kouris 외 arxiv

The autoregressive nature of large language models (LLMs) remains a significant bottleneck for inference, particularly in complex agentic workloads. While speculative decoding (SD) accelerates inference, current approach…

Prune as You Generate: Online Rollout Pruning for Faster and Better RLVR

2026-03-25 · Haobo Xu, Sirui Chen, Ruizhong Qiu, Yuchen Yan 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has significantly advanced the reasoning capabilities of Large Language Models (LLMs). However, methods such as GRPO and DAPO suffer from substantial computational co…

Reinforcement Learning

Text Before Vision: Staged Knowledge Injection Matters for Agentic RLVR in Ultra-High-Resolution Remote Sensing Understanding

2026-02-15 · Fengxiang Wang, Mingshuo Chen, Yueying Li, Yajie Yang 외 arxiv

Multimodal reasoning for ultra-high-resolution (UHR) remote sensing (RS) is usually bottlenecked by visual evidence acquisition: the model necessitates localizing tiny task-relevant regions in massive pixel spaces. While…

Reinforcement LearningMultimodal ReasoningVisual Reasoning

Introducing LongCat-Flash-Thinking: A Technical Report

2025-09-23 · Meituan LongCat Team, Anchun Gui, Bei Li, Bingyang Tao 외 arxiv

We present LongCat-Flash-Thinking, an efficient 560-billion-parameter open-source Mixture-of-Experts (MoE) reasoning model. Its advanced capabilities are cultivated through a meticulously crafted training process, beginn…

Reinforcement Learning

CuSearch: Curriculum Rollout Sampling via Search Depth for Agentic RAG

2026-05-12 · Jianghan Shen, Siqi Luo, Xinyu Cheng, Jing Xiong 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a promising paradigm for training agentic retrieval-augmented generation (RAG) systems from outcome-only supervision. Most existing methods optimize po…

Reinforcement Learning