English

Seer: Online Context Learning for Fast Synchronous LLM Reinforcement Learning

Distributed, Parallel, and Cluster Computing 2026-04-06 v3 Machine Learning

Abstract

Reinforcement Learning (RL) has emerged as a critical technique for advancing modern Large Language Models (LLMs), yet existing synchronous RL systems face severe performance bottlenecks. The rollout phase, which dominates end-to-end iteration time, suffers from substantial long-tail latency and poor resource utilization due to inherent workload imbalance. We present Seer, a novel context learning RL system that addresses these challenges through a key observation: requests sharing the same prompt exhibit strong similarities in output lengths and response patterns. Leveraging this insight, Seer introduces three coordinated techniques: (1) divided rollout for dynamic load balancing, (2) context-aware scheduling to mitigate long-tail request delays, and (3) adaptive grouped speculative decoding to accelerate generation. These mechanisms work in concert to markedly reduce long-tail latency and improve resource efficiency during rollout. Evaluations on production-grade RL workloads demonstrate that Seer achieves up to 2.04×\times end-to-end rollout throughput improvement compared to the state-of-the-art synchronous RL systems, while notably reducing long-tail latency by 72-94%.

Keywords

Cite

@article{arxiv.2511.14617,
  title  = {Seer: Online Context Learning for Fast Synchronous LLM Reinforcement Learning},
  author = {Ruoyu Qin and Weiran He and Weixiao Huang and Yangkun Zhang and Yikai Zhao and Bo Pang and Xinran Xu and Yingdi Shan and Yongwei Wu and Mingxing Zhang},
  journal= {arXiv preprint arXiv:2511.14617},
  year   = {2026}
}
R2 v1 2026-07-01T07:43:38.440Z