Can Compact Language Models Search Like Agents? Distillation-Guided Policy Optimization for Preserving Agentic RAG Capabilities
Rikuto Kotoge, Mai Nishimura, Jiaxin Ma
TL;DR
This work tackles enabling agentic retrieval-augmented generation (RAG) in extremely compact language models by addressing cold-start instability and exposure bias. It introduces Distillation-Guided Policy Optimization (DGPO), a two-phase framework that starts with cold-start KD from teacher-generated outputs and then transitions to RL with selective teacher guidance, stabilizing training and improving agentic behaviors. To diagnose and interpret these behaviors, the authors propose Agentic RAG Capabilities (ARC), a fine-grained suite assessing Thinking, Source Referencing, and Query Rewriting. Empirical results show DGPO consistently outperforms baselines on seven QA benchmarks, with the compact student sometimes surpassing the teacher, and indicate DGPO enables practical agentic RAG in compute-constrained settings. The ARC framework provides actionable insight into which components (e.g., multi-hop reasoning, evidence integration) drive gains, supporting scalable deployment of agentic RAG on lightweight devices.
Abstract
Reinforcement Learning has emerged as a dominant post-training approach to elicit agentic RAG behaviors such as search and planning from language models. Despite its success with larger models, applying RL to compact models (e.g., 0.5--1B parameters) presents unique challenges. The compact models exhibit poor initial performance, resulting in sparse rewards and unstable training. To overcome these difficulties, we propose Distillation-Guided Policy Optimization (DGPO), which employs cold-start initialization from teacher demonstrations and continuous teacher guidance during policy optimization. To understand how compact models preserve agentic behavior, we introduce Agentic RAG Capabilities (ARC), a fine-grained metric analyzing reasoning, search coordination, and response synthesis. Comprehensive experiments demonstrate that DGPO enables compact models to achieve sophisticated agentic search behaviors, even outperforming the larger teacher model in some cases. DGPO makes agentic RAG feasible in computing resource-constrained environments.
