AILGJan 12

Consolidation or Adaptation? PRISM: Disentangling SFT and RL Data via Gradient Concentration

arXiv:2601.07224v11 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses a bottleneck in hybrid training for LLM agents, offering a more efficient method for scalable alignment, though it is incremental as it builds on existing SFT+RL paradigms.

The paper tackles the problem of data allocation between supervised fine-tuning (SFT) and reinforcement learning (RL) stages in training LLM agents by proposing PRISM, a framework that routes data based on gradient concentration to reduce interference, achieving Pareto improvements and up to 3.22x computational cost reduction in experiments on WebShop and ALFWorld.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes