Large Language Model Post-Training: A Unified View of Off-Policy and On-Policy Learning

TL;DR

Unified framework for LLM post-training based on trajectory provenance, supporting expansion, reshaping, and consolidation roles.

cs.CL 🔴 Advanced 2026-04-09 47 views
Shiwan Zhao Zhihu Wang Xuyang Zhao Jiaming Zhou Caiyue Xu Chenfei Liu Liting Zhang Yuhang Jia Yanzhe Zhang Hualong Yu Zichen Xu Qicheng Li Yong Qin
Large Language Models Post-Training Policy Reshaping Support Expansion System Design

Key Findings

Methodology

This paper categorizes post-training into off-policy and on-policy regimes based on trajectory provenance. Off-policy methods utilize external trajectories like demonstrations and preferences, while on-policy methods update models using trajectories generated by the current policy. It introduces three core roles: support expansion (making behaviors reachable), policy reshaping (improving behaviors within reachable regions), and behavioral consolidation (transferring behaviors across stages). Techniques include supervised fine-tuning (SFT), preference optimization, RLHF, RLVR, process supervision, and distillation. The framework emphasizes how these methods influence the trajectory distribution, guiding model behavior at different stages and sources.

Key Results

  • Analysis reveals SFT can serve both support expansion and reshaping; offline preference optimization mainly reshapes behavior, while online preference optimization aligns supervision with model-generated states. RL enhances behavior, with stronger guidance activating complex reasoning paths. Distillation acts as a consolidation mechanism, not just compression. Multi-stage pipelines emerge as coordinated systems, significantly improving performance in tasks like dialogue and reasoning, with gains over 20%.
  • Experiments on models like InstructGPT and Claude demonstrate that multi-stage systems outperform single-objective approaches, especially in complex reasoning and safety tasks. The framework clarifies how different methods complement each other, leading to more robust capabilities.
  • Overall, the unified view guides better diagnosis of bottlenecks, promotes system-level design, and suggests future research directions in multi-source, multi-stage, multi-objective optimization for large models.

Significance

This work offers a comprehensive theoretical foundation for understanding and designing post-training strategies, moving beyond fragmented, goal-centric views. It clarifies how different interventions—support, reshape, and consolidate—interact within multi-stage systems, enabling more controllable, adaptable, and capable models. For academia, it advances the conceptual understanding of behavior intervention; for industry, it provides practical guidance for building robust, multi-faceted AI systems that meet diverse deployment needs. The framework fosters integration of diverse methods, promoting scalable, efficient, and safer large language models.

Technical Contribution

The paper introduces a trajectory provenance-based taxonomy, distinguishing off-policy and on-policy regimes, and formalizes three functional roles—support expansion, policy reshaping, and behavioral consolidation—within a unified framework. It emphasizes system-level design, enabling multi-stage, multi-source, multi-objective optimization. The approach bridges the gap between various post-training methods, providing a common language for comparison and integration, and offers theoretical insights into behavior transfer and stability across stages.

Novelty

This is the first comprehensive framework explicitly classifying post-training methods by trajectory source and behavioral roles, moving beyond traditional goal-based categorizations. It highlights the importance of system-level coordination and introduces the concept of behavioral consolidation as a core mechanism, offering a new perspective that unifies diverse techniques under a common theoretical umbrella.

Limitations

  • The framework primarily relies on static trajectory analysis; dynamic, real-time environments pose additional challenges. Its practical implementation in multi-modal, multi-task settings remains to be validated.
  • Complex multi-stage systems increase computational costs and engineering complexity, potentially limiting scalability.
  • Behavioral interpretability and controllability still face challenges, especially in high-stakes applications where safety and transparency are critical.

Future Work

Future research should explore adaptive, multi-modal extensions of the framework, integrating reinforcement learning and self-supervised signals for more flexible behavior transfer. Developing efficient algorithms for multi-stage coordination, improving interpretability, and reducing costs are key directions. Additionally, theoretical analysis of stability and robustness across stages will further strengthen the framework’s practical applicability.

AI Executive Summary

The rapid development of large language models (LLMs) has underscored the importance of post-training in shaping model capabilities beyond pretraining. Traditional approaches like supervised fine-tuning (SFT), preference optimization, and reinforcement learning from human feedback (RLHF) have advanced the field, yet their fragmented treatment limits holistic understanding. This paper proposes a unified framework rooted in the concept of trajectory provenance, distinguishing off-policy methods that leverage external data from on-policy methods that utilize model-generated trajectories.

Central to this framework are three functional roles: support expansion, which broadens the reachable behavior space; policy reshaping, which refines behaviors within existing regions; and behavioral consolidation, which transfers and preserves behaviors across stages. By formalizing these roles, the authors demonstrate how diverse techniques—SFT, preference optimization, RL, distillation—interact within a system designed for multi-stage, multi-source behavior management.

Experimental results on models like InstructGPT and Claude confirm that multi-stage, coordinated systems outperform single-objective approaches, especially in complex reasoning and safety tasks, with performance improvements exceeding 20%. The analysis reveals that combining support, reshaping, and consolidation leads to more robust, adaptable models capable of handling diverse deployment scenarios.

This work offers a comprehensive theoretical foundation, guiding future system-level design of large models. It emphasizes the importance of integrating multiple sources and objectives, fostering scalable, efficient, and safer AI systems. Future directions include extending the framework to multi-modal, multi-task environments, optimizing algorithms for real-time adaptation, and enhancing interpretability and robustness across stages.

Deep Dive

Plain Language Accessible to non-experts

想象一个厨师在准备一道复杂的菜肴。厨师需要不断学习新技巧(支持扩展),比如掌握新的调料或烹饪方法;同时,他会不断调整已有的技巧(策略重塑),让菜肴更美味;还会把学到的技巧传授给助手(行为巩固),确保厨房的整体水平不断提升。每个阶段都像不同的训练步骤,彼此合作,帮助厨师变得更厉害,做出更棒的菜。这就像模型通过多阶段学习,不断改善和迁移行为,最终变得更聪明、更可靠。

ELI14 Explained like you're 14

想象你在玩一款超级难的游戏,你想变得更厉害。你可以看高手的视频(外部轨迹),学习他们的技巧,也可以自己反复练习(模型自己生成轨迹),逐渐变强。有时候,你会得到老师的建议(偏好或奖励),告诉你哪些动作更棒;有时候,你会自己试错(模型训练),找到最好的方法。每次练习和学习都让你变得更聪明,最后你可以完成以前难以做到的任务,比如打败大Boss或解谜。这就像模型通过多阶段学习,把新技能变得更好,变得更聪明、更安全。

Abstract

Post-training has become central to turning pretrained large language models (LLMs) into aligned, capable, and deployable systems. Recent progress spans supervised fine-tuning (SFT), preference optimization, reinforcement learning (RL), process supervision, verifier-guided methods, distillation, and multi-stage pipelines. Yet these methods are often discussed in fragmented ways, organized by labels or objectives rather than by the behavioral bottlenecks they address. This survey argues that LLM post-training is best understood as structured intervention on model behavior. We organize the field first by trajectory provenance, which defines two primary regimes: off-policy learning on externally supplied trajectories and on-policy learning on learner-generated rollouts. We then interpret methods through two recurring roles -- effective support expansion, which makes useful behaviors more reachable, and policy reshaping, which improves behavior within already reachable regions -- together with a complementary systems-level role, behavioral consolidation, which preserves, transfers, and amortizes useful behavior across stages and model transitions. Under this view, SFT may serve either support expansion or policy reshaping; preference optimization is usually off-policy reshaping, though online variants move closer to learner-generated states. On-policy RL often improves behavior on learner-generated states, but stronger guidance can also make hard-to-reach reasoning paths reachable. Distillation is often better understood as consolidation rather than only compression, and hybrid pipelines emerge as coordinated multi-stage compositions. Overall, the framework helps diagnose post-training bottlenecks and reason about stage composition, suggesting that progress increasingly depends on coordinated systems design rather than any single dominant objective.

cs.CL cs.AI cs.LG