paper-with-me

홈 › Papers

Post-Training is About States, Not Tokens: A State Distribution View of SFT, RL, and On-Policy Distillation

2026-05-21 · Dong Nie arxiv

Large language model post-training methods such as supervised fine-tuning (SFT), reinforcement learning (RL), and distillation are often analyzed through their loss functions: maximum likelihood, policy gradients, forward KL, reverse KL, or related objective-level variants. We study a complementary factor: the state distribution on which supervision is applied. For an autoregressive policy, a state is a prompt plus generated prefix. SFT trains on fixed dataset states, while RL and on-policy distillation (OPD) train on states induced by the current learner. We formalize post-training as state-distribution shaping and run a controlled smallscale study using Qwen3-0.6B-Base on GSM8K, with TruthfulQA and MMLU as retention evaluations. Our results show three phenomena. First, a mild SFT run improves GSM8K with little forgetting, while a stress SFT run causes substantial retention loss. Second, OPD from a degraded SFT teacher surpasses that teacher on GSM8K, TruthfulQA, and MMLU, despite using the teacher as its only supervision source. Third, a lightweight on-policy RL run improves GSM8K while preserving retention. These results support a state-centric view of post-training: the source and locality of training states can be as important as the form of the supervision signal.

📄 PDF Abstract BibTeX arXiv:2605.22731

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Make Every Draft Count: Hidden State based Speculative Decoding

2026-02-02 · Yuetao Chen, Xuliang Wang, Xinzhou Zheng, Ming Li 외 arxiv

Speculative decoding has emerged as a pivotal technique to accelerate LLM inference by employing a lightweight draft model to generate candidate tokens that are subsequently verified by the target model in parallel. Howe…

KVEraser: Learning to Steer KV Cache for Efficient Localized Context Erasing

2026-06-15 · Mufei Li, Shikun Liu, Dongqi Fu, Haoyu Wang 외 arxiv

Post-hoc context erasing over the KV cache is challenging because a local edit has a global consequence: once a span has been processed, its influence propagates into the cached states of all subsequent tokens. This issu…

RL in Name Only? Analyzing the Structural Assumptions in RL post-training for LLMs

2025-05-19 · Soumya Rani Samineni, Durgesh Kalwar, Karthik Valmeekam, Kaya Stechly 외

Reinforcement learning-based post-training of large language models (LLMs) has recently gained attention, particularly following the release of DeepSeek R1, which applied GRPO for fine-tuning. Amid the growing hype aroun…

GSM8K

Post-Norm can Resharpen Attention

2025-10-09 · Pál Zsámboki, Benjamin Levi, David Ansel Josef Smith, Mitansh Kagalwala 외 arxiv

Length Generalization is the essential capacity of autonomous agents to perform tasks in longer contexts than those encountered during training. To systematically study this feat, we test how well models can approximate …

Latent Reasoning with Supervised Thinking States

2026-02-09 · Ido Amos, Avi Caciularu, Mor Geva, Amir Globerson 외 arxiv

Reasoning with a chain-of-thought (CoT) enables Large Language Models (LLMs) to solve complex tasks but incurs significant inference costs due to the generation of long rationales. We propose Thinking States, a method th…