LGOct 30, 2025

Data-Efficient RLVR via Off-Policy Influence Guidance

arXiv:2510.26491v15 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses the challenge of data efficiency in RLVR for improving LLM reasoning, offering a novel approach that is incremental but provides strong specific gains.

The paper tackles the problem of data selection in Reinforcement Learning with Verifiable Rewards (RLVR) for large language models by proposing a theoretically-grounded method using influence functions to estimate data contributions, resulting in a 2.66x acceleration in training with only 10% of the data per stage on a 1.5B model.

Data selection is a critical aspect of Reinforcement Learning with Verifiable Rewards (RLVR) for enhancing the reasoning capabilities of large language models (LLMs). Current data selection methods are largely heuristic-based, lacking theoretical guarantees and generalizability. This work proposes a theoretically-grounded approach using influence functions to estimate the contribution of each data point to the learning objective. To overcome the prohibitive computational cost of policy rollouts required for online influence estimation, we introduce an off-policy influence estimation method that efficiently approximates data influence using pre-collected offline trajectories. Furthermore, to manage the high-dimensional gradients of LLMs, we employ sparse random projection to reduce dimensionality and improve storage and computation efficiency. Leveraging these techniques, we develop \textbf{C}urriculum \textbf{R}L with \textbf{O}ff-\textbf{P}olicy \text{I}nfluence guidance (\textbf{CROPI}), a multi-stage RL framework that iteratively selects the most influential data for the current policy. Experiments on models up to 7B parameters demonstrate that CROPI significantly accelerates training. On a 1.5B model, it achieves a 2.66x step-level acceleration while using only 10\% of the data per stage compared to full-dataset training. Our results highlight the substantial potential of influence-based data selection for efficient RLVR.

Foundations

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

Your Notes