LGDec 1, 2025

How Does RL Post-training Induce Skill Composition? A Case Study on Countdown

arXiv:2512.01775v13 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the problem of understanding skill composition in AI for researchers, though it is incremental as it builds on existing RL methods.

The study investigates how RL post-training fosters compositional generalization in large language models using the Countdown task, finding that models achieve out-of-distribution generalization to larger numbers and unseen tree shapes, with a hierarchy of learnability favoring shallow balanced trees over deep unbalanced ones.

While reinforcement learning (RL) successfully enhances reasoning in large language models, its role in fostering compositional generalization (the ability to synthesize novel skills from known components) is often conflated with mere length generalization. To this end, we study what RL post-training teaches about skill composition and how the structure of the composition affects the skill transfer. We focus on the Countdown task (given n numbers and a target, form an expression that evaluates to the target) and analyze model solutions as expression trees, where each subtree corresponds to a reusable subtask and thus can be viewed as a ``skill.'' Tracking tree shapes and their success rates over training, we find: (i) out-of-distribution (OOD) generalization to larger n and to unseen tree shapes, indicating compositional reuse of subtasks; (ii) a structure-dependent hierarchy of learnability -- models master shallow balanced trees (workload is balanced between subtasks) before deep unbalanced ones, with persistent fragility on right-heavy structures (even when the composition depth is the same as some left-heavy structures). Our diagnostic reveals what is learned, in what order, and where generalization fails, clarifying how RL-only post-training induces OOD generalization beyond what standard metrics such as pass@k reveal.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes