paper-with-me

홈 › Papers

Combinatorial Synthesis: Scaling Code RLVR via Atomic Decomposition and Recombination

2026-05-29 · Jiasheng Zheng, Boxi Cao, Boxi Yu, Yuzhong Zhang, Jialun Cao, Yaojie Lu, Hongyu Lin, Xianpei Han, Le Sun arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.31058

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RLVR Datasets and Where to Find Them: Tracing Data Lineage for Better Training Data

2026-05-26 · Hsiu-Yuan Huang, Weijie Liu, Chenming Tang, Sanwoo Lee 외 arxiv

The proliferation of Reinforcement Learning from Verifiable Rewards (RLVR) datasets has exacerbated provenance collapse due to unclear lineage among existing datasets. To bridge this fragmented RLVR data landscape, we pr…

Reinforcement Learning

Decouple before Integration: Test-time Synthesis of SFT and RLVR Task Vectors

2026-05-01 · Chaohao Yuan, Chenghao Xiao, Yu Rong, Hong Cheng 외 arxiv

SFT and RLVR represent two fundamental yet distinct paradigms for LLM post-training, each excelling in distinct dimensions. SFT expands knowledge breadth while RLVR enhances reasoning depth. Yet integrating these complem…

Mathematical Reasoning

Scaling the Scaling Logic: Agentic Meta-Synthesis of Logic Reasoning

2026-01-23 · Bowen Liu, Zhi Wu, Runquan Xie, Zhanhui Kang 외 arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) is bottlenecked by data: existing synthesis pipelines rely on expert-written code or fixed templates, confining growth to instance-level perturbations. We shift the e…

Reinforcement Learning

Limits of Generalization in RLVR: Two Case Studies in Mathematical Reasoning

2025-10-30 · Md Tanvirul Alam, Nidhi Rastogi arxiv

Mathematical reasoning is a central challenge for large language models (LLMs), requiring not only correct answers but also faithful reasoning processes. Reinforcement Learning with Verifiable Rewards (RLVR) has emerged …

Reinforcement LearningMathematical Reasoning

APRIL: API Synthesis with Automatic Prompt Optimization and Reinforcement Learning

2025-08-29 · Hua Zhong, Shan Jiang, Sarfraz Khurshid arxiv

APIs are central to modern software development, yet composing new APIs from large libraries is difficult due to the exponential search space; traditional component-based synthesis relies on costly exploration and hand-c…

Reinforcement Learning