TL;DR
Reinforcement learning (RL)—training agents via reward signals—struggles to learn complex multi-step behaviors without foundational skills. Researchers investigated when RL can compose simple atomic skills into novel reasoning strategies versus when it merely amplifies existing capabilities.
✦ Why It Matters
Engineers can now design skill-learning curricula that guarantee compositional generalization rather than trial-and-error training.
Key Takeaways
How It Works
The study decomposes reasoning into atomic skills, allowing for targeted training. Parametric Reasoning retrieves facts from the model's learned weights, while Contextual Reasoning processes new information.
By first mastering these skills through Supervised Fine-Tuning, the model can then utilize Reinforcement Learning to synthesize new composite strategies effectively.
Related