Beyond Correctness: Learning Robust Reasoning via Transfer
This paper introduces Reinforcement Learning with Transferable Reward (RLTR), a novel approach that enhances the robustness and sample efficiency of LLM reasoning by training models to produce reasoning steps that remain effective when transferred to guide separate models, rather than focusing solely on final answer correctness.
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 teaching a student to solve a complex math problem.
The Old Way (RLVR): "Did you get the right answer?"
Currently, most AI training works like a strict teacher who only looks at the final answer on the test paper. If the student writes a messy, confusing, or lucky guess that happens to be correct, the teacher gives an "A." If the student writes a perfect, logical explanation but makes one tiny arithmetic error at the end, the teacher gives an "F."
The paper calls this RLVR (Reinforcement Learning with Verifiable Rewards). It's great at getting the right answer, but it doesn't care how the student got there. The result? The student might learn to "game" the system or rely on fragile logic that falls apart if you ask them to explain it to someone else.
The New Idea (RLTR): "Can someone else finish your work?"
The authors of this paper, Hyunseok Lee and colleagues, propose a different philosophy. They believe that true reasoning is like a relay race. A good runner (the AI) shouldn't just cross the finish line; they should pass the baton in a way that the next runner can easily pick it up and keep going without stumbling.
They call this new method RLTR (Reinforcement Learning with Transferable Reward).
Here is how it works, using a simple analogy:
- The Generator (The First Runner): The AI starts solving a problem and writes down its thoughts (the reasoning).
- The Truncation (Cutting the Tape): The system stops the AI halfway through. It takes the first part of the reasoning and cuts it off.
- The Receiver (The Second Runner): A different AI (the "Receiver") is handed this cut-off piece of text. It has to read what the first AI wrote and finish the solution.
- The Reward:
- If the Receiver can successfully finish the problem and get the right answer, the first AI gets a bonus point.
- If the Receiver gets confused, stuck, or gives a wrong answer because the first part was messy or illogical, the first AI gets no bonus.
Why is this better?
Think of it like writing a story.
- RLVR only cares if the story ends with "The End." You could write a story that makes no sense, but if the last word is "The End," you win.
- RLTR cares if the story is so clear and logical that anyone reading the first half could easily guess how it ends. It forces the AI to write "robust" reasoning—logic that is stable, clear, and reusable.
What did they find?
The paper tested this on difficult math and science problems. Here are the main takeaways:
- More Consistent: When they asked the AI to solve the same problem 64 times, the "Transfer" method (RLTR) got the right answer more often when they took the majority vote. The old method (RLVR) was sometimes right, but its reasoning was so shaky that different attempts often disagreed with each other.
- Faster Learning: The new method learned faster. It reached the same level of performance as the old method in about 2.5 times fewer training steps. It's like getting a better education in half the time because the lessons are clearer.
- Works on Harder Problems: The benefit was even bigger on the hardest math competitions (like AIME and AMC). When problems are tough, having a clear, transferable thought process matters more than just guessing the right number.
- Not Just Math: They also tested it on science questions, and it worked there too, suggesting this "clear thinking" skill applies to many types of problems.
In a nutshell:
The paper argues that being "correct" isn't enough. An AI's reasoning should be so solid and clear that if you hand it to a different AI halfway through, that second AI can pick it up and finish the job perfectly. By training AI to be "transferable," they get smarter, more consistent, and learn much faster.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.