← Latest papers
💬 NLP

Detecting RLVR Training Data via Structural Convergence of Reasoning

This paper introduces Min-kkNN Distance, a black-box detection method that identifies RLVR training data by measuring the structural convergence and reduced diversity of model generations on seen prompts, effectively outperforming existing baselines without requiring access to model internals.

Original authors: Hongbo Zhang, Yue Yang, Jianhao Yan, Guangsheng Bao, Yue Zhang, Yue Zhang

Published 2026-02-13
📖 4 min read☕ Coffee break read

Original authors: Hongbo Zhang, Yue Yang, Jianhao Yan, Guangsheng Bao, Yue Zhang, Yue Zhang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a brilliant student who is being trained to solve math problems and write code. At first, this student is like a curious explorer: when asked a question, they might try five or six different ways to solve it, sometimes taking a winding path, sometimes a shortcut, and sometimes even getting lost before finding the answer.

Then, the student enters a special training camp called RLVR (Reinforcement Learning with Verifiable Rewards). In this camp, the teacher doesn't just say "good job" or "bad job." Instead, the teacher only gives a gold star if the student gets the exact right answer.

The Problem: The "Over-Practiced" Student

Over time, something strange happens. The student stops exploring. They realize that if they stick to one specific, rigid way of solving a problem, they get gold stars every time. So, they memorize that one perfect path.

Now, if you ask them a question they've seen before, they don't just give you an answer; they give you the exact same answer, word-for-word, every single time. It's like a robot reciting a script.

But here's the catch: The people who released this student's "final report card" (the model) didn't tell us which problems they practiced on. They just said, "Look how smart this student is!"

This creates a big worry: Did the student actually learn how to think, or did they just memorize the test questions? If they just memorized the questions, their high scores are fake, and they might fail on new, tricky problems.

The Solution: The "Echo Chamber" Detector

The authors of this paper came up with a clever, simple way to catch this cheating without needing to see the student's private practice notes. They call their method Min-kNN Distance.

Here is how it works, using a simple analogy:

The "Ask and Repeat" Game
Imagine you are a detective trying to figure out if the student has seen a specific question before. You ask the student the same question 32 times in a row.

  1. If the student has NEVER seen this question (Unseen):
    They will think hard and try different approaches.

    • Answer 1: "Let's try algebra first."
    • Answer 2: "Maybe I should draw a graph."
    • Answer 3: "I'll guess and check."
    • Result: The answers are all different from each other. They are diverse and messy.
  2. If the student HAS seen this question before (Seen/RLVR Trained):
    They have memorized the "perfect" path.

    • Answer 1: "Let x equal 5. Then..."
    • Answer 2: "Let x equal 5. Then..."
    • Answer 3: "Let x equal 5. Then..."
    • Result: The answers are almost identical. They are rigid and repetitive.

The Measurement
The detective (the algorithm) takes all 32 answers and compares them to see how similar they are.

  • High Similarity (Low Distance): The answers are clones of each other. Verdict: "This student has definitely seen this question before!"
  • Low Similarity (High Distance): The answers are all over the place. Verdict: "This is a new question to them."

Why This is a Big Deal

  • It's a "Black Box" Trick: You don't need to be inside the student's brain (the model's code) to do this. You just need to ask them questions and listen to the answers.
  • It Catches the "Cheaters": It works even if the student tries to hide by slightly changing the words (paraphrasing). The structure of their thinking is still rigid.
  • It Works on Math and Code: Whether the student is solving algebra or writing Python code, if they've been over-trained on specific problems, they lose their ability to be creative and flexible.

The Takeaway

This paper gives us a flashlight to shine into the dark room of AI training. It helps us answer a critical question: "Is this AI actually smart, or is it just a parrot that memorized the test?"

By detecting when an AI's answers become too rigid and repetitive, we can spot when a model has been "contaminated" by seeing the test questions beforehand. This ensures that when we trust an AI to solve real-world problems, it's actually using its brain, not just reciting a script it memorized in secret.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →