paper-with-me

Papers

PlexRL: Cluster-Level Orchestration of Serviceized LLM Execution for RLVR

2026-05-20 · Yiqi Zhang, Fangzheng Jiao, Tian Tang, Boyu Tian, Hangyu Wang, Qiaoling Chen, Guoteng Wang, Zhen Jiang, Peng Sun, Ping Zhang, Xiaohe Hu, Ziming Liu, Menghao Zhang, Yanmin Jia, Yang You, Siyuan Feng arxiv

Reinforcement learning with verifiable rewards (RLVR) has recently unlocked strong reasoning capabilities in large language models (LLMs), triggering rapid exploration of new algorithms and data. However, RLVR training is notoriously inefficient: long-tailed rollouts, tool-induced stalls, and asymmetric resource requirements between rollout and training introduce substantial idle time that cannot be eliminated by job-local optimizations such as synchronous pipelining, asynchronous rollout, or colocated execution. We argue that this inefficiency is structural. While idle gaps are unavoidable within individual RLVR jobs, they are largely anti-correlated across jobs and therefore exploitable at the cluster level. Leveraging this observation, we present PlexRL, a cluster-level runtime for multiplexing unified LLM services across RLVR jobs. By centrally managing model placement, state transitions, and function-level scheduling under strict affinity constraints, PlexRL time-slices LLM execution across jobs to fill otherwise idle periods without expensive model migration. Our implementation and evaluations demonstrate that PlexRL significantly improves effective cluster capacity and reduces user GPU hour cost by maximum 37.58% while preserving algorithmic flexibility and introducing minimal per-job overhead.

📄 PDF Abstract BibTeX arXiv:2605.20863

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Robust and Efficient Tool Orchestration via Layered Execution Structures with Reflective Correction

2026-02-21 · Tao Zhe, Haoyu Wang, Bo Luo, Min Wu 외 arxiv

Tool invocation is a core capability of agentic systems, yet failures often arise not from individual tool calls but from how multiple tools are organized and executed together. Existing approaches tightly couple tool ex…

LEMON: Learning Executable Multi-Agent Orchestration via Counterfactual Reinforcement Learning

2026-05-14 · Xudong Chen, Yixin Liu, Hua Wei, Kaize Ding arxiv

Large language models (LLMs) have become a strong foundation for multi-agent systems, but their effectiveness depends heavily on orchestration design. Across different tasks, role design, capacity assignment, and depende…

Reinforcement Learning

Towards Resource-Efficient Compound AI Systems

2025-01-28 · Gohar Irfan Chaudhry, Esha Choukse, Íñigo Goiri, Rodrigo Fonseca 외

Compound AI Systems, integrating multiple interacting components like models, retrievers, and external tools, have emerged as essential for addressing complex AI tasks. However, current implementations suffer from ineffi…

Decision MakingManagementScheduling

Energy per Successful Goal: Goal-Level Energy Accounting for Agentic AI Systems

2026-05-20 · Deepak Panigrahy, Aakash Tyagi arxiv

Current AI energy benchmarks measure consumption at the granularity of a single model invocation or training run. For classical single-turn workloads this unit remains coherent. For agentic systems - where a single user …

Reward Modeling for Multi-Agent Orchestration

2026-06-11 · King Yeung Tsang, Zihao Zhao, Vishal Venkataramani, Haizhou Shi 외 arxiv

Multi-Agent Systems (MAS) built on Large Language Models (LLMs) require effective orchestration to coordinate specialized agents, yet training such orchestrators is hindered by limited supervision and high computational …

Mathematical ReasoningQuestion Answering