paper-with-me

홈 › Papers

Atomic Skills are the Prerequisite: When Reinforcement Learning Synthesizes Compositional Reasoning, and When It Only Amplifies

2025-12-01 · Sitao Cheng, Xunjian Yin, Ruiwen Zhou, Yuxuan Li, Xinyi Wang, Liangming Pan, William Yang Wang, Victor Zhong arxiv

Does Reinforcement Learning (RL) merely amplify existing skills, or synthesize novel skills? We investigate this question through the lens of Complementary Reasoning: the critical practical capability of integrating internal knowledge with external context, a prerequisite for reliable Continual Learning and Retrieval-Augmented Generation. To avoid pre-training contamination, we construct a controlled semanticsynthetic dataset of biographies and decompose this capability into two atomic skills: Parametric Reasoning (retrieving facts encoded in model weights) and Contextual Reasoning (processing novel in-context information). We present two findings. First, models supervised directly on the composite task reach high accuracy on seen facts and reasoning paths (90%) but collapse on novel facts and reasoning paths (18%), indicating that Supervised Fine-Tuning (SFT) relies on rote memorization rather than genuine skill integration. Second, RL bridges this generalization gap, acting as a skill synthesizer rather than a mere amplifier--but only under a strict prerequisite: it synthesizes new composite strategies only when the base model has first mastered the independent atomic skills via SFT. These results suggest that decoupled atomic training followed by RL offers a scalable path to complex novel reasoning.

📄 PDF Abstract BibTeX arXiv:2512.01970

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinual Learning

Similar Papers 제목 키워드 기반

SkillGraph: Skill-Augmented Reinforcement Learning for Agents via Evolving Skill Graphs

2026-05-12 · Xiaoyuan Li, Moxin Li, Keqin Bao, Yubo Ma 외 arxiv

Skill libraries enable large language model agents to reuse experience from past interactions, but most existing libraries store skills as isolated entries and retrieve them only by semantic similarity. This leads to two…

Reinforcement LearningSemantic SimilarityDecision Making

Compositional Skill Routing for LLM Agents: Decompose, Retrieve, and Compose

2026-06-16 · Xueping Gao arxiv

LLM agents increasingly rely on external skills -- reusable tool specifications -- but real-world tasks often require composing multiple skills, not just selecting one. We formalize this as the Compositional Skill Routin…

CODE-SHARP: Continuous Open-ended Discovery and Evolution of Skills as Hierarchical Reward Programs

2026-02-10 · Richard Bornemann, Pierluigi Vito Amadori, Antoine Cully arxiv

A core quality of general intelligence is the ability to open-endedly expand and evolve its set of mastered skills autonomously. While recent Foundation Model (FM) driven approaches have shown promising results towards t…

Reinforcement Learning

A Decomposition Perspective to Long-context Reasoning for LLMs

2026-04-09 · Yanling Xiao, Huaibing Xie, Guoliang Zhao, Shihan Dou 외 arxiv

Long-context reasoning is essential for complex real-world applications, yet remains a significant challenge for Large Language Models (LLMs). Despite the rapid evolution in long-context reasoning, current research often…

Reinforcement Learning

Scaling Coding Agents via Atomic Skills

2026-04-06 · Yue Liu arxiv

Current LLM coding agents are predominantly trained on composite benchmarks (e.g., bug fixing), which often leads to task-specific overfitting and limited generalization. To address this, we propose a novel scaling parad…

Skill Mastery