paper-with-me

홈 › Papers

Learning with Rare Success but Rich Feedback via Reflection-Enhanced Self-Distillation

2026-05-12 · Yuwei Zhang, Sha Li, Changlong Yu, Qin Lu, Shuowei Jin, Chengyu Dong, Haoran Liu, Ilgee Hong, Xintong Li, Zhenyu Shi, Bing Yin, Jingbo Shang arxiv

Enabling Large Language Models (LLMs) to continuously improve from environmental interactions is a central challenge in post-training. While on-policy self-distillation offers a promising paradigm, existing methods predominantly treat environmental feedback as a passive conditioning signal. Consequently, they heavily rely on successful demonstrations and struggle to learn in rare-success regimes. To bridge this gap, we introduce Reflection-Enhanced Self-Distillation (RESD), a framework that transforms raw failure feedback into an active source of corrective supervision. Instead of passively appending feedback, RESD interprets failed trajectories by generating retrospective reflections to diagnose local errors, and curates a persistent global playbook to preserve reusable lessons across training steps. The enriched context enables the self-teacher to provide actionable token-level supervision even in the absence of successful rollouts. Empirical evaluations on multiple continual learning tasks demonstrate that RESD substantially outperforms standard self-distillation baselines. Furthermore, RESD achieves significantly faster early-stage improvement than GRPO with $8\times$ samples using only a single rollout per prompt, highlighting its superior interaction efficiency.

📄 PDF Abstract BibTeX arXiv:2605.12741

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

HERO: Hindsight-Enhanced Reflection from Environment Observations for Agentic Self-Distillation

2026-06-10 · Haoran Liu, Yuwei Zhang, Xiyao Li, Bohan Lyu 외 arxiv

Reinforcement learning typically improves multi-turn agent capabilities through the terminal outcome of the trajectories, which makes it difficult to determine credit assignments for each intermediate turns. Recent on-po…

Reinforcement Learning

SAMULE: Self-Learning Agents Enhanced by Multi-level Reflection

2025-09-24 · Yubin Ge, Salvatore Romeo, Jason Cai, Monica Sunkara 외 arxiv

Despite the rapid advancements in LLM agents, they still face the challenge of generating meaningful reflections due to inadequate error analysis and a reliance on rare successful trajectories, especially in complex task…

ReflectionCoder: Learning from Reflection Sequence for Enhanced One-off Code Generation

2024-05-27 · Houxing Ren, Mingjie Zhan, Zhongyuan Wu, Aojun Zhou 외

Code generation plays a crucial role in various tasks, such as code auto-completion and mathematical reasoning. Previous work has proposed numerous methods to enhance code generation performance, including integrating fe…

Code GenerationHumanEvalMathematical Reasoningmbpp

DUAL-REFLECT: Enhancing Large Language Models for Reflective Translation through Dual Learning Feedback Mechanisms

2024-06-11 · Andong Chen, Lianzhang Lou, Kehai Chen, Xuefeng Bai 외

Recently, large language models (LLMs) enhanced by self-reflection have achieved promising performance on machine translation. The key idea is guiding LLMs to generate translation with human-like feedback. However, exist…

Machine TranslationTranslation

Mirror: A Multiple-perspective Self-Reflection Method for Knowledge-rich Reasoning

2024-02-22 · Hanqi Yan, Qinglin Zhu, Xinyu Wang, Lin Gui 외

While Large language models (LLMs) have the capability to iteratively reflect on their own outputs, recent studies have observed their struggles with knowledge-rich problems without access to external resources. In addit…

Diversity