← 首页|学术|BCSD: Bidirectional Context Self-Distillation in RL
cs.AI · 2608.09555 · 2026-08-10

Bidirectional Context Self-Distillation for Reinforcement Learning of Skill-Based LLM Agents

Tianjun Pan, Yuan Li, Hongda Wang, Linbo Jin, Mengfei Song, Lei Gao, Qiming Shi, Shaokang Fu, Jiarong Zhao, Chengyu Wang, Chengfu Huo
TL;DR:外部自然语言技能的有效性取决于 policy 能否把指导翻译成动作,但 skill 利用率很少被专门优化。BCSD 从两个互补技能上下文视图评估轨迹(增强视图加 Meta-Skill 引导、缩减视图突出任务特定技能),组合 token 级信号缩放 RL advantage,ALFWorld/WebShop 全模型规模最佳。

🎯 问题

外部 NL 技能给 LLM agent 可复用可编辑指导,但有效性取决于 policy 能否把指导转成动作。skill-based agent 通常用任务级奖励 RL 训练,监督有限,难以捕捉 policy 利用技能的细微差异。

🔬 方法

BCSD(Bidirectional Context Self-Distillation):把 self-distillation 与 RL 结合。与依赖单一特权上下文的旧方法不同,BCSD 从两个互补技能上下文视图评估每条轨迹——增强视图引入高层 Meta-Skill 引导,缩减视图剪掉通用引导突出任务特定技能;互补 token 级信号组合缩放 RL advantage。
章节结构(全文标题提取):
Introduction
Related Work
Methods
Experiments
Conclusion
· Skill-Augmented LLM Agents
· On-Policy Self-Distillation Training Paradigm
· Problem Setup
· Meta-Skill Extraction
· Bidirectional Context Self-Distillation
· Policy Optimization Objective
· Experimental Setup
· Main Results
· Ablation Studies
· Further Analysis

📊 结果

ALFWorld 和 WebShop 上跨模型规模整体最强;消融验证增强与缩减视图的互补贡献。

📝 原文摘要

▶ 原文摘要 Abstract
External natural-language skills provide large language model (LLM) agents with reusable and editable guidance for solving complex tasks. Yet their effectiveness depends not only on skill quality, but also on whether the policy can translate the provided guidance into appropriate actions. However, methods specifically designed to improve this skill-utilization ability remain largely underexplored. In practice, skill-based agents are commonly trained with reinforcement learning objectives centered on task-level rewards, which offer limited supervision and struggle to capture subtle differences in how effectively the policy uses the provided skills. We propose BCSD (Bidirectional Context Self-Distillation), a framework that combines self-distillation with reinforcement learning to train LLM agents to use external skills more effectively. Unlike prior self-distillation methods that rely on a single privileged context, BCSD evaluates each trajectory from two complementary skill-context views. The augmented view introduces higher-level Meta-Skill guidance, while the reduced view prunes general guidance to highlight task-specific skills. Their complementary token-level signals are combined to rescale the RL advantage. Experiments on ALFWorld and WebShop demonstrate that BCSD achieves the strongest overall performance across model scales, enabling agents to utilize external skills more effectively. Ablation studies further verify the complementary contributions of the augmented and reduced context views. Code will be released to ensure full reproducibility.
Deep Read · 2026-08-12高松灯 / Agent 日报
RLSkillDistillationAgent