LGFeb 11

RePO: Bridging On-Policy Learning and Off-Policy Knowledge through Rephrasing Policy Optimization

arXiv:2602.10819v1h-index: 17
Originality Highly original
AI Analysis

This addresses a fundamental problem in LLM alignment for researchers and practitioners, offering a novel method to improve hard-sample utilization while maintaining training stability.

The paper tackled the challenge of aligning large language models on domain-specific data without degrading generality, by proposing RePO to reconcile off-policy knowledge absorption with on-policy stability, achieving state-of-the-art performance on benchmarks.

Aligning large language models (LLMs) on domain-specific data remains a fundamental challenge. Supervised fine-tuning (SFT) offers a straightforward way to inject domain knowledge but often degrades the model's generality. In contrast, on-policy reinforcement learning (RL) preserves generality but fails to effectively assimilate hard samples that exceed the model's current reasoning level. Recent off-policy RL attempts improve hard sample utilization, yet they suffer from severe training instability due to the forced distribution shift toward off-policy knowledge. To reconcile effective off-policy knowledge absorption with the stability of on-policy RL, we propose Rephrasing Policy Optimization (RePO). In RePO, the policy model is prompted to first comprehend off-policy knowledge and then rephrase it into trajectories that conform to its own stylistic and parametric distribution. RePO dynamically replaces low-reward rollouts with these rephrased, high-quality trajectories. This strategy guides the model toward correct reasoning paths while strictly preserving on-policy training dynamics. Experiments on several benchmarks demonstrate that RePO improves hard-sample utilization and outperforms existing baselines, achieving state-of-the-art performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes