paper-with-me

Papers

FunPRM: Function-as-Step Process Reward Model with Meta Reward Correction for Code Generation

2026-01-29 · Ruiyi Zhang, Peijia Qin, Qi Cao, Eric Xue, Pengtao Xie arxiv

Code generation is a core application of large language models (LLMs), yet LLMs still frequently fail on complex programming tasks. Given its success in mathematical reasoning, test-time scaling approaches such as Process Reward Model (PRM)-based Best-of-N selection offer a promising way to improve performance. However, existing PRMs remain ineffective for code generation due to the lack of meaningful step decomposition in code and the noise of Monte Carlo-estimated partial-solution correctness scores (rewards). To address these challenges, we propose FunPRM. FunPRM prompts LLMs to encourage modular code generation organized into functions, with functions treated as PRM reasoning steps. Furthermore, FunPRM introduces a novel meta-learning-based reward correction mechanism that leverages clean final-solution rewards obtained via a unit-test-based evaluation system to purify noisy partial-solution rewards. Experiments on LiveCodeBench and BigCodeBench demonstrate that FunPRM consistently outperforms existing test-time scaling methods across five base LLMs, notably achieving state-of-the-art performance on LiveCodeBench when combined with O4-mini. Furthermore, FunPRM produces code that is more readable and reusable for developers.

📄 PDF Abstract BibTeX arXiv:2601.22249

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

DreamPRM-Code: Function-as-Step Process Reward Model with Label Correction for LLM Coding

2025-12-17 · Ruiyi Zhang, Peijia Qin, Qi Cao, Pengtao Xie arxiv

Process Reward Models (PRMs) have become essential for improving Large Language Models (LLMs) via test-time scaling, yet their effectiveness in coding remains limited due to the lack of meaningful step decompositions in …

Mathematical ReasoningCode Generation

READY: Reward Discovery for Meta-Black-Box Optimization

2026-01-29 · Zechuan Huang, Zhiguang Cao, Hongshu Guo, Yue-Jiao Gong 외 arxiv

Meta-Black-Box Optimization (MetaBBO) is an emerging avenue within Optimization community, where algorithm design policy could be meta-learned by reinforcement learning to enhance optimization performance. So far, the re…

Reinforcement Learning

NoRML: No-Reward Meta Learning

2019-03-04 · Yuxiang Yang, Ken Caluwaerts, Atil Iscen, Jie Tan 외

Efficiently adapting to new environments and changes in dynamics is critical for agents to successfully operate in the real world. Reinforcement learning (RL) based approaches typically rely on external reward feedback f…

Meta-LearningReinforcement LearningReinforcement Learning (RL)

StepWiser: Stepwise Generative Judges for Wiser Reasoning

2025-08-26 · Wei Xiong, Wenting Zhao, Weizhe Yuan, Olga Golovneva 외 arxiv

As models increasingly leverage multi-step reasoning strategies to solve complex problems, supervising the logical validity of these intermediate steps has become a critical research challenge. Process reward models addr…

Reinforcement Learning

MERMAIDE: Learning to Align Learners using Model-Based Meta-Learning

2023-04-10 · Arundhati Banerjee, Soham Phade, Stefano Ermon, Stephan Zheng

We study how a principal can efficiently and effectively intervene on the rewards of a previously unseen learning agent in order to induce desirable outcomes. This is relevant to many real-world settings like auctions or…

Meta-Learning