← Search

Penghui Qi

8 accepted papers

2026

Rethinking the Trust Region in LLM Reinforcement Learning

ICML 2026poster

Reinforcement learning (RL) has become a cornerstone for fine-tuning Large Language Models (LLMs), with Proximal Policy Optimization (PPO) serving as the de facto standard algorithm. Despite its ubiquity, we argue that the core ratio clipping mechanism in PPO is structurally ill-suited for the large…

Cited by 0SourceScholar
2026

Revisiting Parameter Server in LLM Post-Training

ICLR 2026poster

Modern data parallel (DP) training favors collective communication over parameter servers (PS) for its simplicity and efficiency under balanced workloads. However, the balanced workload assumption no longer holds in large language model (LLM) post-training due to the large variance in sequence lengt…

Cited by 0SourcecodeScholar
2026

SPIRAL: Self-Play on Zero-Sum Games Incentivizes Reasoning via Multi-Agent Multi-Turn Reinforcement Learning

ICLR 2026poster

Recent advances in reinforcement learning have shown that language models can develop sophisticated reasoning through training on tasks with verifiable rewards, but these approaches depend on human-curated problem-answer pairs and domain-specific reward engineering. We introduce SPIRAL, a self-play…

Cited by 0SourcecodeScholar
2025

Optimizing Anytime Reasoning via Budget Relative Policy Optimization

NeurIPS 2025poster

Scaling test-time compute is crucial for enhancing the reasoning capabilities of large language models (LLMs). Existing approaches typically employ reinforcement learning (RL) to maximize a verifiable reward obtained at the end of reasoning traces. However, such methods optimize only the final perfo…

Cited by 0SourcecodeScholar
2025

PipeOffload: Improving Scalability of Pipeline Parallelism with Memory Optimization

ICML 2025poster

Pipeline parallelism (PP) is widely used for training large language models (LLMs), yet its scalability is often constrained by high activation memory consumption as the number of in-flight microbatches grows with the degree of PP. In this paper, we focus on addressing this challenge by leveraging t…

2021

SCC: an efficient deep reinforcement learning agent mastering the game of StarCraft II

ICML 2021spotlight

AlphaStar, the AI that reaches GrandMaster level in StarCraft II, is a remarkable milestone demonstrating what deep reinforcement learning can achieve in complex Real-Time Strategy (RTS) games. However, the complexities of the game, algorithms and systems, and especially the tremendous amount of com…