ResearchPod Summary
In multi-domain reinforcement learning with verifiable rewards (RLVR), reasoning skills often transfer unevenly across different tasks. While existing curricula prioritize domains where a model is currently improving (learnability), they are often blind to whether a gradient update on one domain actually helps other domains. This paper asks: can we design an automated curriculum that selects training domains based on their cross-domain transferability, and can this be done efficiently without expensive extra computations?
The authors propose the Transfer-Aware Curriculum (TAC), a bandit-style online curriculum. TAC selects domains based on a feedback signal that combines two components:
These two signals are combined into a single score that guides the bandit's sampling distribution. The entire process is integrated into the standard RL training loop with less than 1% wall-clock overhead.
TAC was evaluated on a six-domain reasoning suite (math, programming, logic, simulation, tables, and science) using Qwen3-1.7B and Llama3.2-3B models. The results show that TAC consistently outperforms proportional random sampling, hand-designed schedules, and learnability-only bandit approaches. Specifically, TAC improved macro-averaged accuracy by up to 2.8 points (a 10% relative improvement). Ablation studies confirmed that the transferability term is critical to this performance, and the method remains robust even when training data mixtures are imbalanced.
This work demonstrates that curriculum design for LLM reasoning should move beyond simple "active learning" metrics. By incorporating gradient-geometry alignment, researchers can steer training toward domains that act as "hubs" for general reasoning, effectively maximizing the utility of every training step. This provides a scalable, automated way to optimize multi-domain training without the need for manual tuning or expensive oracle-based evaluations.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.