Less Noise, More Voice: Reinforcement Learning for Reasoning via Instruction Purification
The paper proposes the Less Noise Sampling Framework (LENS), a reinforcement learning approach that identifies and removes interference tokens from prompts to guide policy optimization, thereby significantly improving the efficiency, performance, and convergence speed of LLM reasoning on complex tasks compared to existing methods like GRPO.
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 are trying to teach a very smart but easily distracted student (the AI) how to solve complex math problems. You give them a worksheet (the prompt) and say, "Try to solve this. If you get it right, you get a gold star. If you get it wrong, you get nothing."
This is how Reinforcement Learning with Verifiable Rewards (RLVR) works. The AI tries many different solutions (called "rollouts"). If it gets a gold star, it learns. If it gets nothing, it learns nothing.
The Problem: The "Noise" in the Room
The paper argues that the AI often fails not because the math is too hard, but because the worksheet has a few distracting words on it.
Think of it like this: You ask the student, "Solve 2+2, but ignore the fact that the sky is green and that unicorns exist."
- The math (2+2) is easy.
- But the student gets confused by the weird extra sentences about unicorns and green skies. They get distracted, panic, and give a wrong answer.
In the AI world, these weird extra words are called "Interference Tokens." They are tiny parts of the instruction that confuse the model, causing it to fail even on problems it could solve.
Because the AI keeps getting distracted by these tokens, it rarely gets a "gold star." Without gold stars, the teacher (the training algorithm) can't teach the AI anything, and the whole process stalls.
The Old Ways (and why they suck)
Previous attempts to fix this were like:
- Giving the student 100 worksheets instead of 1: "Maybe if you try enough times, you'll get lucky!" (This is expensive and slow).
- Throwing away the hard worksheets: "Let's just stop giving you problems with unicorns on them." (This stops the student from learning how to handle distractions in the real world).
The New Solution: LENS (Less Noise, More Voice)
The authors propose a new framework called LENS. Think of LENS as a super-smart Editor who helps the student learn in two clever steps:
Step 1: The "Clean Room" Practice
First, the Editor looks at the confusing worksheet. They identify the "Interference Tokens" (the unicorn sentences) and temporarily erase them.
- The Result: The student now sees a clean, simple "2+2" problem. They solve it instantly and get a gold star.
- The Insight: The paper found that removing just a tiny fraction of words (less than 5%) turns a failing attempt into a successful one over 20% of the time!
Step 2: The "Mental Gym" Transfer
Here is the magic trick. The AI doesn't just learn to solve the clean problem.
- The Editor says: "Okay, you solved the clean version perfectly. Now, go back to the original messy worksheet with the unicorns."
- The AI uses the confidence and logic from the "Clean Room" success to tackle the messy version. It learns to ignore the noise and focus on the math.
It's like training a boxer. First, you let them spar in a quiet gym with no distractions (Clean Room). Once they master the moves, you put them in a noisy, chaotic arena (Real World) and tell them, "Remember how you moved in the quiet gym? Do that here, and ignore the crowd."
Why This Matters
- Faster Learning: The AI stops wasting time on distractions. It learns much faster (1.6x speedup).
- Better Results: The AI gets better at solving hard problems because it learns to filter out the noise, not just avoid it.
- Cheaper: You don't need to run the computer as long or use as much electricity because the AI isn't spinning its wheels.
The Bottom Line
The paper discovers that AI often fails because of a few "bad apples" (confusing words) in the prompt, not because the task is impossible. LENS teaches the AI to spot those bad apples, remove them mentally, learn the solution, and then apply that lesson to the messy, real-world instructions.
It's about teaching the AI to tune out the noise so it can hear its own voice (its reasoning) clearly.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.