English

Detecting RLVR Training Data via Structural Convergence of Reasoning

Artificial Intelligence 2026-02-13 v1 Computation and Language

Abstract

Reinforcement learning with verifiable rewards (RLVR) is central to training modern reasoning models, but the undisclosed training data raises concerns about benchmark contamination. Unlike pretraining methods, which optimize models using token-level probabilities, RLVR fine-tunes models based on reward feedback from self-generated reasoning trajectories, making conventional likelihood-based detection methods less effective. We show that RLVR induces a distinctive behavioral signature: prompts encountered during RLVR training result in more rigid and similar generations, while unseen prompts retain greater diversity. We introduce Min-kkNN Distance, a simple black-box detector that quantifies this collapse by sampling multiple completions for a given prompt and computing the average of the kk smallest nearest-neighbor edit distances. Min-kkNN Distance requires no access to the reference model or token probabilities. Experiments across multiple RLVR-trained reasoning models show that Min-kkNN Distance reliably distinguishes RL-seen examples from unseen ones and outperforms existing membership inference and RL contamination detection baselines.

Keywords

Cite

@article{arxiv.2602.11792,
  title  = {Detecting RLVR Training Data via Structural Convergence of Reasoning},
  author = {Hongbo Zhang and Yue Yang and Jianhao Yan and Guangsheng Bao and Yue Zhang and Yue Zhang},
  journal= {arXiv preprint arXiv:2602.11792},
  year   = {2026}
}

Comments

Preprint

R2 v1 2026-07-01T10:33:25.054Z