Token-Level Off-Policy Learning for Faithful Generation Under Distribution Shift
Summary
Proposes Token-Level Off-Policy Labeling (TOPL), an off-policy training paradigm for faithful generation that reframes post-training as token-level correctness prediction, achieving strong out-of-distribution generalization across summarization and machine translation tasks.
View Cached Full Text
Cached at: 07/21/26, 06:35 AM
Paper page - Token-Level Off-Policy Learning for Faithful Generation Under Distribution Shift
Source: https://huggingface.co/papers/2607.17524
Abstract
WeproposeToken-LevelOff-PolicyLabeling(TOPL),anoff-policytrainingparadigmthatreframespost-trainingasatoken-levelcorrectnesspredictiontask.Ourkeyintuitionisthatbytrainingthemodeltodistinguishgoodandbadtokensinaresponse,wenaturallyguidethemodeltowardsgeneratinggoodtokens,whileavoidingthepitfallsthatcomewithdirectlytrainingthemodeltogenerateoff-policytokens.ExperimentsondocumentsummarizationtasksshowthatTOPLachievesstrongout-of-distributiongeneralizationacross11datasetsagainstadiversesetofsequence-levelandtoken-levelbaselines.WefurtherdemonstratethatTOPLtransferseffectivelytomachinetranslation,suggestingthatitsbenefitsgeneralizeacrossdifferentfaithfulgenerationtasks.Throughablationstudies,weconfirmthatourtoken-levellearningsignaliscriticaltogoodperformance;sequence-levelanaloguesdonotconfersimilarbenefits.Finally,weshowthatTOPLinducesinterpretablemodelupdates:theLoRAadapterslearnedthroughTOPLfunctionaslinearclassificationheadsandsteeringvectors.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.17524
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.17524 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.17524 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.17524 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
On-Policy Distillation Meets Off-Policy GRPO: Training Compact Instruction-Following Rerankers
This paper introduces a reinforcement learning-based distillation framework for training compact instruction-following rerankers, using off-policy GRPO for teacher enhancement and on-policy distillation for student learning, demonstrating superior performance under distribution shift.
Trust Region On-Policy Distillation
The paper proposes Trust Region On-Policy Distillation (TrOPD) to stabilize on-policy distillation of large language models by using trust regions, outlier estimation, and off-policy guidance, outperforming existing methods on reasoning and code generation benchmarks.
Latent On-Policy Self-Distillation
This paper introduces Latent On-Policy Self-Distillation (LOPD), a method that makes the teacher's privileged context learnable end-to-end from experience, providing dense token-level supervision to enhance agent performance and efficiency in agentic tool use and code generation.
Tail-Aware Top-$k$ On-Policy Distillation
This paper proposes Tail-Aware Top-k On-Policy Distillation (TA-OPD) to address the loss of tail probability in on-policy distillation for language models, improving downstream accuracy on benchmarks.
ShortOPD: Recovering Pruned LLMs with Short-to-Long On-Policy Distillation
ShortOPD proposes a short-to-long on-policy distillation schedule that recovers pruned LLMs for free-form generation by focusing training on effective prefixes, achieving up to 9x improvement over unrecovered models and matching long-horizon distillation with a quarter of the training time.