paper-with-me

Papers

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

2025-12-01 · Simon Park, Simran Kaur, Sanjeev Arora arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.01775

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

From $f(x)$ and $g(x)$ to $f(g(x))$: LLMs Learn New Skills in RL by Composing Old Ones

2025-09-29 · Lifan Yuan, Weize Chen, Yuchen Zhang, Ganqu Cui 외 arxiv

Does RL teach LLMs genuinely new skills, or does it merely activate existing ones? This question lies at the core of ongoing debates about the role of RL in LLM post-training. On one side, strong empirical results can be…

RL Post-Training Builds Compositional Reasoning Strategies

2026-07-08 · Azwar Abdulsalam, Nishil Patel, Andrew Saxe arxiv

Does RL post-training merely amplify primitive skills already latent in a base model, or can it compose primitive skills into new higher-level strategies? We study this question in a fully observable rewrite-grammar envi…

The Power of Power Law: Asymmetry Enables Compositional Reasoning

2026-04-24 · Zixuan Wang, Xingyu Dang, Jason D. Lee, Kaifeng Lyu arxiv

Natural language data follows a power-law distribution, with most knowledge and skills appearing at very low frequency. While a common intuition suggests that reweighting or curating data towards a uniform distribution m…

Jointly Learning Predicates and Actions Enables Zero-Shot Skill Composition

2026-05-20 · Benedict Quartey, Sebastian Castro, Eric Rosen, Wil Thomason 외 arxiv

Learning from Demonstration (LfD) enables robots to learn complex behaviors from expert examples, yet existing approaches often fail to generalize to new compositions of known skills without retraining. Modern generative…

CoWork-X: Experience-Optimized Co-Evolution for Multi-Agent Collaboration System

2026-02-04 · Zexin Lin, Jiachen Yu, Haoyang Zhang, Yuzhao Li 외 arxiv

Large language models are enabling language-conditioned agents in interactive environments, but highly cooperative tasks often impose two simultaneous constraints: sub-second real-time coordination and sustained multi-ep…