UCOB: Learning to Utilize and Evolve Agentic Skills via Credit-Aware On-Policy Bidirectional Self-Distillation

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, extended

Summary

UCOB, a new framework for agentic reinforcement learning, addresses the fragility of treating skill-conditioned prompts as fixed, privileged teachers. Introduced on June 28, 2026, UCOB employs credit-aware on-policy bidirectional self-distillation (CBSD), which compares skill-conditioned and no-skill prompts based on their return-to-go within the same task and anchor state. The view yielding a higher return is dynamically selected as the local teacher, enabling the internalization of useful skill-conditioned behavior and the correction of misleading skill usage. UCOB also guides task/state skill memory updates, utility-aware retrieval, and reflection self-training. Experiments on ALFWorld, WebShop, and Search-QA demonstrate UCOB's superior performance, achieving up to 23.5 and 18.0 point gains over SOTA baselines on ALFWorld and WebShop, particularly with the Qwen3-1.7B model.

Key takeaway

For AI Engineers developing language agents for multi-turn tasks, you should reconsider fixed skill-conditioned supervision. UCOB's credit-aware bidirectional self-distillation offers a robust approach by dynamically selecting the better-performing context view as the teacher. This method improves agent performance and memory evolution, especially for compact models like Qwen3-1.7B, by internalizing useful skills and correcting misleading ones. Consider integrating this dynamic teacher selection into your agent training pipelines.

Key insights

Skill-conditioned prompts are unreliable teachers; local credit assignment determines distillation direction.

Principles

Method

UCOB compares skill-conditioned and no-skill rollouts by return-to-go within anchor states, selecting the higher-return view as the local teacher for bidirectional self-distillation.

In practice

Topics

Code references

Best for: NLP Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.