CLSEMay 29

Combinatorial Synthesis: Scaling Code RLVR via Atomic Decomposition and Recombination

arXiv:2605.3105897.9
Predicted impact top 3% in CL · last 90 daysOriginality Highly original
AI Analysis

This work is significant for researchers and practitioners working on improving the coding abilities of LLMs through RLVR, as it offers a new paradigm for scalable and effective code task synthesis.

The paper addresses the scalability limitations of Reinforcement Learning with Verifiable Rewards (RLVR) in training Large Language Models (LLMs) for coding. It proposes Atomic Decomposition and Recombination (ADR), a framework that generates novel and challenging verifiable code tasks by decomposing existing tasks into atomic elements and recombining them. ADR outperforms existing baselines in originality, difficulty, diversity, and test quality, leading to greater improvements in code ability across various downstream domains.

Reinforcement Learning with Verifiable Rewards (RLVR) has recently emerged as the cornerstone for shaping the remarkable coding abilities of Large Language Models (LLMs). However, the scalability of RLVR is severely constrained by the scarcity of sufficiently challenging verifiable code tasks that target near the model's edge of competence. Prior studies often rely on heuristic seed expansions for data synthesis, which severely limits both novelty and difficulty. Consequently, the training value of such data fails to scale proportionally with the size of its synthesis. To this end, we propose Atomic Decomposition and Recombination (ADR), a novel framework that generates verifiable code tasks via decomposition into atomic elements and controlled recombination, thereby enabling the generation of genuinely novel and challenging verifiable code tasks. Experiments and analysis demonstrate that ADR achieves superior originality, difficulty, diversity, and test quality over existing baselines, and consistently delivers greater improvements in code ability across RLVR in diverse downstream domains, including algorithmic programming, tool usage, and data science. Our work sheds light on a new paradigm for novel code task synthesis and scalable RLVR training.

Foundations

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

Your Notes