Optimizing What Policies Learn From: Recoverability-aware Rollout Intervention Learning
The paper proposes Recoverability-Aware Intervention Learning (RAIL), a training-time framework for allocating more informative rollouts during critic-free, group-based reinforcement learning of large language models. RAIL formulates intervention selection as an online contextual-bandit problem and trains a recoverability controller from intervention traces through a shadow-to-live procedure. Unlike fixed heuristics or methods that only choose rollout counts, it adapts to policy changes and explicitly controls where and how interventions occur. The authors report consistent gains across multiple settings under limited rollout budgets, although the supplied abstract does not provide numerical results.
Why it's worth reading
Rollout cost is becoming a post-training bottleneck, and RAIL expands allocation beyond deciding how many samples to generate. Its online controller and shadow-to-live training make the paper relevant for evaluating whether adaptive intervention can improve learning efficiency as policies change.