SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
Summary
Proposes SEED, a self-evolving on-policy distillation framework that converts completed trajectories into hindsight skills to improve reinforcement learning for interactive agent tasks, achieving consistent performance gains and sample efficiency.
View Cached Full Text
Cached at: 07/20/26, 09:38 AM
Paper page - SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
Source: https://huggingface.co/papers/2607.14777
Abstract
Largelanguagemodelsareincreasinglytrainedasinteractiveagentsforlong-horizontasksinvolvingmulti-turninteraction,tooluse,andenvironmentfeedback.Outcome-basedreinforcementlearning(RL)providesapracticaloptimizationparadigm,butitssparsetrajectory-levelrewardsofferlimitedguidanceonintermediatedecisions,leavingasupervisiongapbetweenepisode-leveloutcomesandtoken-levelpolicylearning.WeproposeSEED(SElf-EvolvingOn-PolicyDistillation),aself-evolvingframeworkthatconvertscompletedon-policytrajectoriesintotraining-timehindsightskillsanddistillstheirbehavioraleffectbackintothepolicymodel.SEEDfirstfine-tunesthepolicytoanalyzecompletedtrajectoriesandgeneratenatural-languageskillsthatcapturereusableworkflows,decisiveobservations,orfailure-avoidancerules.DuringRL,thecurrentpolicybothcollectstrajectoriesandservesastheanalyzerthatextractshindsightskillsfromthem.Policyupdatesthereforeimprovesubsequentdecisionmakingandskillanalysistogether,allowinghindsightsupervisiontoevolvewiththepolicy.SEEDthenre-scoresthesampledactionsunderordinaryandskill-augmentedcontexts,convertingtheskill-inducedprobabilityshiftintoadensetoken-levelon-policydistillationsignal.Thissignalisjointlyoptimizedwithoutcome-basedRL,keepingtheauxiliarysupervisionalignedwiththecurrenttrajectorydistribution.Extensiveexperimentsontext-basedandvision-basedagentictasksshowthatSEEDconsistentlyimprovesperformanceandsampleefficiency,exhibitingrobustgeneralizationtounseenscenarios.Ourcodeisavailableathttps://github.com/jinyangwu/SEED.
View arXiv pageView PDFProject pageGitHub124Add to collection
Get this paper in your agent:
hf papers read 2607\.14777
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### Jinyang23/Seed-AlfWorld-3B Text Generation• 3B• Updated3 days ago • 426 • 2
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.14777 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.14777 in a Space README.md to link it from this page.
Collections including this paper9
Similar Articles
OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning
OPID proposes an on-policy skill distillation framework that extracts dense hindsight supervision from completed trajectories, combining outcome-based RL with token-level self-distillation to improve language agent training efficiency and performance on multi-turn tasks.
OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning
OPID is a framework that extracts dense token-level supervision from completed on-policy trajectories for reinforcement learning of language agents, using hierarchical skills (episode-level and step-level) to improve sample efficiency and robustness.
OPD-Evolver: Cultivating Holistic Agent Evolver via On-Policy Distillation
OPD-Evolver proposes a self-evolving agent framework using slow-fast co-evolution and on-policy self-distillation to enhance memory management and policy learning, outperforming existing methods like ReasoningBank and Skill0 across multi-domain benchmarks.
SEAD: Competence-Aware On-Policy Distillation via Entropy-Guided Supervision
SEAD introduces a competence-aware on-policy distillation method that uses entropy to guide supervision at token, temporal, and prompt levels, achieving a +4.8 average accuracy improvement on OLMo-3 across six math benchmarks.
Self-Distilled Policy Gradient
This paper proposes SDPG, a self-distilled policy-gradient framework that combines on-policy self-distillation with verifier advantages and KL regularization to improve reinforcement learning stability and performance.