paper-with-me

홈 › Papers

Cast a Wider Net: Coordinated Pass@K Policy Optimization for Code Reasoning

2026-05-26 · Yilong Li, Suman Banerjee, Tong Che arxiv

Repeated sampling with a verifier is the standard way to allocate test-time compute for code generation, with pass@$K$ as the canonical metric. Yet the standard policy class draws $K$ independent samples from a single answer distribution, so attempts often collapse onto near-duplicate reasoning paths and waste the budget on redundant rollouts. This failure is costly in competitive programming, where many problems admit multiple distinct algorithmic strategies and pass@$K$ requires only one correct attempt. We propose Coordinated Pass@$K$ Policy Optimization (CPPO), which turns pass@$K$ generation into joint exploration over strategies: a planner emits a tuple of $K{=}4$ alternative high-level methods, and a shared solver attempts one solution per method. CPPO trains this joint policy with a multiplicative planner reward, $R_{\mathrm{plan}} = J_ψ\cdot R_{\mathrm{out}}$, assigning credit only to valid strategy tuples that lead to verifier-confirmed pass@$K$ success. Across APPS, CodeContests, and LiveCodeBench-v6, CPPO improves pass@$4$ over direct sampling, planning baselines, planner-only SFT, and pass@$K$-oriented RL under the same $K{=}4$ solver-attempt budget, with statistically significant gains on six of nine model--benchmark cells. The largest single gain is $+0.16$ on Qwen3.5-9B LiveCodeBench-v6 over the strongest baseline, PKPO ($0.588 \rightarrow 0.748$; paired bootstrap, $p < 0.05$).

📄 PDF Abstract BibTeX arXiv:2605.27000

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Coordinated Proximal Policy Optimization

2021-11-07 · NeurIPS 2021 12 · Zifan Wu, Chao Yu, Deheng Ye, Junge Zhang 외

We present Coordinated Proximal Policy Optimization (CoPPO), an algorithm that extends the original Proximal Policy Optimization (PPO) to the multi-agent setting. The key idea lies in the coordinated adaptation of step s…

StarcraftStarcraft II

Co2PO: Coordinated Constrained Policy Optimization for Multi-Agent RL

2026-02-03 · Shrenik Patel, Christine Truong arxiv

Constrained multi-agent reinforcement learning (MARL) faces a fundamental tension between exploration and safety-constrained optimization. Existing leading approaches, such as Lagrangian methods, typically rely on global…

Multi-agent Reinforcement Learning

Multi-Agent Guided Policy Optimization

2025-07-24 · Yueheng Li, Guangming Xie, Zongqing Lu arxiv

Due to practical constraints such as partial observability and limited communication, Centralized Training with Decentralized Execution (CTDE) has become the dominant paradigm in cooperative Multi-Agent Reinforcement Lea…

Multi-agent Reinforcement Learning

Strategic Planning of Stealthy Backdoor Attacks in Markov Decision Processes

2025-04-17 · Xinyi Wei, Shuo Han, Ahmed H. Hemida, Charles A. Kamhoua 외

This paper investigates backdoor attack planning in stochastic control systems modeled as Markov Decision Processes (MDPs). In a backdoor attack, the adversary provides a control policy that behaves well in the original …

Backdoor Attack

Aesthetics of Robot-Mediated Applied Drama: A Case Study on REMind

2026-03-25 · Elaheh Sanoubari, Alicia Pan, Keith Rebello, Neil Fernandes 외 arxiv

Social robots are increasingly used in education, but most applications cast them as tutors offering explanation-based instruction. We explore an alternative: Robot-Mediated Applied Drama (RMAD), in which robots function…