English

Group-Reflective Self-Distillation for Agentic Reinforcement Learning

Artificial Intelligence 2026-07-30 v1 Machine Learning

Abstract

Reinforcement learning with verifiable rewards (RLVR) is effective for training large language model agents. However, terminal rewards provide only coarse trajectory-level supervision, leaving successful behaviors, recurring mistakes, and incidental choices entangled in the same outcome signal. Existing agentic self-distillation methods enrich sparse supervision with natural-language skills, but skills retrieved externally or extracted from a single trajectory by stronger models may mismatch current experience, exceed the policy's capability, or remain path-specific. We propose Group-Reflective Self-Distillation (GRSD), which derives capability-aligned and outcome-discriminative guidance from the policy's own verified rollouts. For each prompt, the policy reflects on each verified trajectory in an on-policy group, and a stop-gradient snapshot contrasts the resulting reflections from successful and failed rollouts to construct group-level privileged guidance. Conditioned on this guidance, a self-teacher refines turn-level credit assignment by modulating outcome-based advantages while preserving the verifier-determined learning direction. Experiments across multiple agentic environments and model scales demonstrate that GRSD consistently outperforms competitive baselines and generalizes more effectively to unseen tasks.

Cite

@article{arxiv.2607.28076,
  title  = {Group-Reflective Self-Distillation for Agentic Reinforcement Learning},
  author = {Binbin Zheng and Zijun Xie and Guanqun Zhao and Enlei Gong and Xing Ma and Xiaoliang Fu and Zeyu Chen},
  journal= {arXiv preprint arXiv:2607.28076},
  year   = {2026}
}