paper-with-me

Papers

EvolveCoder: Evolving Test Cases via Adversarial Verification for Code Reinforcement Learning

2026-03-13 · Chi Ruan, Dongfu Jiang, Huaye Zeng, Ping Nie, Wenhu Chen arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for improving code generation in large language models, but its effectiveness is limited by weak and static verification signals in existing coding RL datasets. In this paper, we propose a solution-conditioned and adversarial verification framework that iteratively refines test cases based on the execution behaviors of candidate solutions, with the goal of increasing difficulty, improving discriminative power, and reducing redundancy. Based on this framework, we introduce EvolveCoder-22k, a large-scale coding reinforcement learning dataset constructed through multiple rounds of adversarial test case evolution. Empirical analysis shows that iterative refinement substantially strengthens verification, with pass@1 decreasing from 43.80 to 31.22. Reinforcement learning on EvolveCoder-22k yields stable optimization and consistent performance gains, improving Qwen3-4B by an average of 4.2 points across four downstream benchmarks and outperforming strong 4B-scale baselines. Our results highlight the importance of adversarial, solution-conditioned verification for effective and scalable reinforcement learning in code generation.

📄 PDF Abstract BibTeX arXiv:2603.12698

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

ReVeal: Self-Evolving Code Agents via Iterative Generation-Verification

2025-06-13 · Yiyang Jin, Kunzhao Xu, Hang Li, Xueting Han 외

Recent advances in reinforcement learning (RL) with verifiable outcome rewards have significantly improved the reasoning capabilities of large language models (LLMs), especially when combined with multi-turn tool interac…

Code Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Incremental Verification of Fixed-Point Implementations of Neural Networks

2020-12-21 · Luiz Sena, Erickson Alves, Iury Bessa, Eddie Filho 외

Implementations of artificial neural networks (ANNs) might lead to failures, which are hardly predicted in the design phase since ANNs are highly parallel and their parameters are barely interpretable. Here, we develop a…

Safety Testing LLM Agents at Scale: From Risk Discovery to Evidence-Grounded Verification

2026-07-02 · Yunhao Feng, Ruixiao Lin, Ming Wen, Qinqin He 외 arxiv

LLM agents increasingly perform autonomous actions through external tools, leading to complex and evolving safety risks. However, existing safety testing targets expert-designed safety violations, and the corresponding o…

ACE: Self-Evolving LLM Coding Framework via Adversarial Unit Test Generation and Preference Optimization

2026-04-17 · Yixu Huang, Xinglei Yu, Zhongyu Wei arxiv

Large Language Models (LLMs) excel at code generation but remain heavily reliant on large-scale annotated solutions and verification-based supervision, which constrains scalability and hinders sustained self-improvement.…

Code Generation

True-data Testbed for 5G/B5G Intelligent Network

2020-11-26 · Yongming Huang, Shengheng Liu, Cheng Zhang, Xiaohu You 외

Future beyond fifth-generation (B5G) and sixth-generation (6G) mobile communications will shift from facilitating interpersonal communications to supporting Internet of Everything (IoE), where intelligent communications …