Consolidation or Adaptation? PRISM: Disentangling SFT and RL Data via Gradient Concentration
Yang Zhao, Yangou Ouyang, Xiao Ding, Hepeng Wang, Bibo Cai, Kai Xiong, Jinglong Gao, Zhouhao Sun, Li Du, Bing Qin, Ting Liu
TL;DR
PRISM addresses the data allocation bottleneck between supervised fine-tuning and reinforcement learning in LLM agents by diagnosing cognitive conflict through gradient concentration. It introduces a three-stage pipeline—non-invasive gradient probing, structural dissonance quantification via Gini, Kurtosis, and CV, and distribution-adaptive routing using a median split—to route low-conflict data to SFT and high-conflict data to RL. Empirically, PRISM yields Pareto improvements on WebShop and ALFWorld, achieving state-of-the-art Seen performance on ALFWorld (95.31%) and up to 3.22× training speedups with only half the RL budget, while remaining backbone-agnostic across Qwen and Llama. These results support the central claim that disentangling data by internal optimization regimes enhances robustness and efficiency in scalable agent alignment.
Abstract
While Hybrid Supervised Fine-Tuning (SFT) followed by Reinforcement Learning (RL) has become the standard paradigm for training LLM agents, effective mechanisms for data allocation between these stages remain largely underexplored. Current data arbitration strategies often rely on surface-level heuristics that fail to diagnose intrinsic learning needs. Since SFT targets pattern consolidation through imitation while RL drives structural adaptation via exploration, misaligning data with these functional roles causes severe optimization interference. We propose PRISM, a dynamics-aware framework grounded in Schema Theory that arbitrates data based on its degree of cognitive conflict with the model's existing knowledge. By analyzing the spatial geometric structure of gradients, PRISM identifies data triggering high spatial concentration as high-conflict signals that require RL for structural restructuring. In contrast, data yielding diffuse updates is routed to SFT for efficient consolidation. Extensive experiments on WebShop and ALFWorld demonstrate that PRISM achieves a Pareto improvement, outperforming state-of-the-art hybrid methods while reducing computational costs by up to 3.22$\times$. Our findings suggest that disentangling data based on internal optimization regimes is crucial for scalable and robust agent alignment.
