paper-with-me

홈 › Papers

MInTRL: Off-policy Intervention can boost On-policy RL

2026-09-11 · Mingyu Chen, Yefan Tao, Gerald Friedland, Xuezhou Zhang, Chris Kong hf

Reinforcement learning with verifiable rewards is typically performed on-policy, keeping training data close to the current policy but limiting learning to trajectories that the policy can discover itself. Off-policy methods such as supervised fine-tuning, on the other hand, can leverage external knowledge beyond the base model's capabilities, but may suffer from large distribution shift. The key challenge is thus to expand exploration without sacrificing learnability. In this work, we introduce Minimal Intervention Reinforcement Learning (MInTRL), which expands the exploration frontier through sparse, local interventions in otherwise on-policy rollouts. During generation, a judge-intervention policy periodically reviews the current policy's output, replaces erroneous suffixes with short corrections, and immediately returns control to the policy. During training, MInTRL adopts a sequence-level advantage-regression objective that eliminates the need for importance sampling. We show that sparse, local interventions can substantially improve coverage beyond finite-budget on-policy sampling while preserving the overall on-policy nature of the resulting trajectories. Across math and code benchmarks, MInTRL consistently outperforms standard on-policy and off-policy baselines. Ablations show that MInTRL remains effective with self-intervention and across different judge policies, while performance peaks at moderate intervention intensity, highlighting the importance of intervening minimally. These results establish minimal intervention as an effective paradigm for enhancing on-policy RL.

📄 PDF Abstract BibTeX arXiv:2609.12419

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Boosting RL-Based Visual Reasoning with Selective Adversarial Entropy Intervention

2025-12-11 · Yang Yu, Zhuangzhuang Chen, Lanqing Li, Xiaomeng Li arxiv

Recently, reinforcement learning (RL) has become a common choice in enhancing the reasoning capabilities of vision-language models (VLMs). Considering existing RL-based finetuning methods, entropy intervention turns out …

Reinforcement LearningAdversarial AttackVisual Reasoning

Boosting the interpretability of clinical risk scores with intervention predictions

2022-07-06 · Eric Loreaux, Ke Yu, Jonas Kemp, Martin Seneviratne 외

Machine learning systems show significant promise for forecasting patient adverse events via risk scores. However, these risk scores implicitly encode assumptions about future interventions that the patient is likely to …

LLM Powered Social Digital Twins: A Framework for Simulating Population Behavioral Response to Policy Interventions

2026-01-03 · Fatima Koaik, Aayush Gupta, Farahan Raza Sheikh arxiv

Predicting how populations respond to policy interventions is a fundamental challenge in computational social science and public policy. Traditional approaches rely on aggregate statistical models that capture historical…

Use of Boosting Algorithms in Household-Level Poverty Measurement: A Machine Learning Approach to Predict and Classify Household Wealth Quintiles in the Philippines

2024-05-28 · Erika Lynet Salvador

This study assessed the effectiveness of machine learning models in predicting poverty levels in the Philippines using five boosting algorithms: Adaptive Boosting (AdaBoost), CatBoosting (CatBoost), Gradient Boosting Mac…

Computational Efficiency

Deterministic Decisions for High-Stakes AI. A Zero-Egress Pipeline with the Deployability of RAG and the Accuracy of Machine Learning

2026-06-28 · Craig Atkinson arxiv

We identify intervention bias as a previously unquantified failure mode of zero-shot large-language-model (LLM) educational advisory agents: without task-specific training, they recommend action when a hindsight-optimal …