paper-with-me

Papers

Approximation of Log-Partition Function in Policy Mirror Descent Induces Implicit Regularization for LLM Post-Training

2026-02-05 · Zhenghao Xu, Qin Lu, Changlong Yu, Tuo Zhao arxiv

Policy mirror descent (PMD) provides a principled framework for reinforcement learning (RL) by iteratively solving KL-regularized policy improvement subproblems. While this approach has been adopted in training advanced LLMs such as Kimi K1.5/K2, the ideal closed-form PMD updates require reliable partition function estimation, a significant challenge when working with limited rollouts in the vast action spaces of LLMs. We investigate a practical algorithm, termed PMD-mean, that approximates the log-partition term with the mean reward under the sampling policy and performs regression in log-policy space. Specifically, we characterize the population solution of PMD-mean and demonstrate that it implicitly optimizes mirror descent subproblems with an adaptive mixed KL--$χ^2$ regularizer. This additional $χ^2$ regularization constrains large probability changes, producing more conservative updates when expected rewards are low and enhancing robustness against finite-sample estimation errors. Experiments on math reasoning tasks show that PMD-mean achieves superior performance with improved stability and time efficiency. These findings deepen our understanding of PMD-mean and illuminate pathways toward principled improvements in RL algorithms for LLMs. Code is available at https://github.com/horizon-rl/OpenKimi.

📄 PDF Abstract BibTeX arXiv:2602.05933

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Dual Approximation Policy Optimization

2024-10-02 · Zhihan Xiong, Maryam Fazel, Lin Xiao

We propose Dual Approximation Policy Optimization (DAPO), a framework that incorporates general function approximation into policy mirror descent methods. In contrast to the popular approach of using the $L_2$-norm to me…

Beyond State-Wise Mirror Descent: Offline Policy Optimization with Parametric Policies

2026-02-27 · Xiang Li, Yuheng Zhang, Nan Jiang arxiv

We investigate the theoretical aspects of offline reinforcement learning (RL) under general function approximation. While prior works (e.g., Xie et al., 2021) have established the theoretical foundations of learning a go…

Reinforcement LearningOffline RL

Functional Acceleration for Policy Mirror Descent

2024-07-23 · Veronica Chelu, Doina Precup

We apply functional acceleration to the Policy Mirror Descent (PMD) general family of algorithms, which cover a wide range of novel and fundamental methods in Reinforcement Learning (RL). Leveraging duality, we propose a…

Reinforcement Learning (RL)

Mirror Descent Policy Optimization

2020-05-20 · ICLR 2022 4 · Manan Tomar, Lior Shani, Yonathan Efroni, Mohammad Ghavamzadeh

Mirror descent (MD), a well-known first-order method in constrained convex optimization, has recently been shown as an important tool to analyze trust-region algorithms in reinforcement learning (RL). However, there rema…

continuous-controlContinuous ControlReinforcement Learning (RL)

Convergence of Policy Mirror Descent Beyond Compatible Function Approximation

2025-02-16 · Uri Sherman, Tomer Koren, Yishay Mansour

Modern policy optimization methods roughly follow the policy mirror descent (PMD) algorithmic template, for which there are by now numerous theoretical convergence results. However, most of these either target tabular en…