paper-with-me

홈 › Papers

CVeDRL: An Efficient Code Verifier via Difficulty-aware Reinforcement Learning

2026-01-30 · Ji Shi, Peiming Guo, Meishan Zhang, Miao Zhang, Xuebo Liu, Min Zhang, Weili Guan arxiv

Code verifiers play a critical role in post-verification for LLM-based code generation, yet existing supervised fine-tuning methods suffer from data scarcity, high failure rates, and poor inference efficiency. While reinforcement learning (RL) offers a promising alternative by optimizing models through execution-driven rewards without labeled supervision, our preliminary results show that naive RL with only functionality rewards fails to generate effective unit tests for difficult branches and samples. We first theoretically analyze showing that branch coverage, sample difficulty, syntactic and functional correctness can be jointly modeled as RL rewards, where optimizing these signals can improve the reliability of unit-test-based verification. Guided by this analysis, we design syntax- and functionality-aware rewards and further propose branch- and sample-difficulty--aware RL using exponential reward shaping and static analysis metrics. With this formulation, CVeDRL achieves state-of-the-art performance with only 0.6B parameters, yielding up to 28.97% higher pass rate and 15.08% higher branch coverage than GPT-3.5, while delivering over $20\times$ faster inference than competitive baselines. Code is available at https://github.com/LIGHTCHASER1/CVeDRL.git

📄 PDF Abstract BibTeX arXiv:2601.22803

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

VeriEvol: Scaling Multimodal Mathematical Reasoning via Verifiable Evol-Instruct

2026-06-22 · Haoling Li, Kai Zheng, Jie Wu, Can Xu 외 arxiv

Scaling reinforcement learning for visual mathematical reasoning requires more than generating harder questions: as data volume grows, the reward labels themselves must remain reliable. Yet existing data pipelines scale …

Reinforcement LearningMathematical Reasoning

PRIME: A Process-Outcome Alignment Benchmark for Verifiable Reasoning in Mathematics and Engineering

2026-02-12 · Xiangfeng Wang, Hangyu Guo, Yanlin Lai, Mitt Huang 외 arxiv

While model-based verifiers are essential for scaling Reinforcement Learning with Verifiable Rewards (RLVR), current outcome-centric verification paradigms primarily focus on the consistency between the final result and …

Reinforcement Learning

VISA: Agentic Self-Evolving Data Synthesis for Multimodal Instruction Following

2026-08-26 · Min Zeng, Guanxin Tan, Libin Cen, Yawei Wen 외 arxiv

Multimodal instruction-following models require training data that is accurate, diverse, verifiable, and challenging. Existing synthesis pipelines typically follow a one-pass generate-and-filter paradigm, discarding feed…

Reinforcement LearningInstruction Following

Leanabell-Prover-V2: Verifier-integrated Reasoning for Formal Theorem Proving via Reinforcement Learning

2025-07-11 · Xingguang Ji, Yahui Liu, Qi Wang, Jingyuan Zhang 외 arxiv

We introduce our Leanabell-Prover-V2, a 7B large language models (LLMs) that can produce formal theorem proofs in Lean 4, with verifier-integrated Long Chain-of-Thoughts (CoT). Following our previous work Leanabell-Prove…

Reinforcement Learning

SPELL: Self-Play Reinforcement Learning for Evolving Long-Context Language Models

2025-09-28 · Ziyi Yang, Weizhou Shen, Chenliang Li, Ruijun Chen 외 arxiv

Progress in long-context reasoning for large language models (LLMs) has lagged behind other recent advances. This gap arises not only from the intrinsic difficulty of processing long texts, but also from the scarcity of …

Reinforcement Learning