Transferability for General Reasoning: An Automated Curriculum for Multi-Domain RLVR
This paper introduces Transfer-Aware Curriculum (TAC), an automated, low-overhead bandit-style method for multi-domain Reinforcement Learning with Verifiable Rewards (RLVR) that dynamically prioritizes training domains based on their cross-domain transferability via gradient-geometry alignment, thereby significantly outperforming fixed schedules and learnability-only approaches in macro-averaged reasoning accuracy.
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 a coach training a team of athletes to become all-around super-solvers. Your team needs to get good at six different sports: Math, Coding, Logic, Simulation, Tables, and Science.
In the past, coaches had two main ways to schedule training:
- The Random Mixer: Just throw the athletes into different sports randomly every day.
- The "Learnability" Coach: Only train the athletes on the sport where they are currently improving the fastest. If they are getting really good at Math, keep doing Math.
The Problem:
The paper argues that both methods have a blind spot. Just because an athlete is improving fast at Math doesn't mean that practicing Math helps them get better at Logic or Science. In fact, the paper found that some domains (like Math) are so specialized that practicing them only makes you better at Math, and doesn't help the rest of the team much. Meanwhile, other domains might be harder to learn at first, but practicing them gives a "boost" to all the other sports.
If you only listen to the "Learnability" coach, you might over-train Math and ignore the sports that actually help the whole team grow.
The Solution: The "Transfer-Aware" Coach (TAC)
The authors propose a new coach called TAC (Transfer-Aware Curriculum). Think of TAC as a smart coach who asks two questions before picking a sport for the day:
- "Are they learning right now?" (The Learnability signal)
- If the athlete is struggling but making progress, we should keep practicing.
- "Does practicing this help the other sports?" (The Transferability signal)
- This is the new trick. The coach looks at the "direction" of the athlete's improvement. Does the mental muscle they are building for Logic also help them with Science?
- If the answer is yes, this sport gets extra priority, even if the athlete isn't improving as fast in it as they are in Math.
How It Works (The "Magic" Metaphor)
Imagine the athlete's brain is a giant map with many paths.
- Old Method: The coach just picks the path where the athlete is walking the fastest.
- TAC Method: The coach looks at the geometry of the paths.
- Some paths (like Math) are like a steep, narrow cliff. Climbing it makes you great at climbing cliffs, but it doesn't help you swim or run.
- Other paths (like Tables or Logic) are like a wide, flat highway. Walking on them might feel slower at first, but it builds muscles that help you climb, swim, and run.
TAC uses a special tool (called gradient geometry) to measure the "angle" of the athlete's progress. If the angle of their Math progress points in a totally different direction than their Logic progress, TAC knows: "Okay, we've done enough Math for today; let's switch to Logic because that path will help the whole team."
The Results: What Happened?
The researchers tested this on two different "athletes" (AI models named Qwen and Llama) across all six sports.
- The Winner: TAC won every time. It produced the best overall team performance.
- The Surprise: The "Learnability-only" coach (who only cared about who was improving fastest) actually got stuck. It kept obsessing over Math and Science because those were the "easiest" to improve initially, but this hurt the team's overall balance.
- The Efficiency: TAC didn't need any extra data or expensive tests. It figured out the best schedule by just looking at the training signals it was already generating. It was like getting a free upgrade to the coach's playbook.
The Takeaway
The paper concludes that to build a truly smart AI that can reason about anything, you can't just feed it the data it learns from the fastest. You have to be smart about which data helps the most other things.
By balancing "what we are learning right now" with "what helps us learn everything else," the TAC coach creates a much stronger, more versatile reasoner. It's the difference between training a specialist who is great at one thing but useless elsewhere, and training a generalist who can handle anything.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.