paper-with-me

Papers

RPM-MCTS: Knowledge-Retrieval as Process Reward Model with Monte Carlo Tree Search for Code Generation

2025-11-25 · Yuanyuan Lin, Xiangyu Ouyang, Teng Zhang, Kaixin Sui arxiv

Tree search-based methods have made significant progress in enhancing the code generation capabilities of large language models. However, due to the difficulty in effectively evaluating intermediate algorithmic steps and the inability to locate and timely correct erroneous steps, these methods often generate incorrect code and incur increased computational costs. To tackle these problems, we propose RPM-MCTS, an effective method that utilizes Knowledge-Retrieval as Process Reward Model based on Monte Carlo Tree Search to evaluate intermediate algorithmic steps. By utilizing knowledge base retrieval, RPM-MCTS avoids the complex training of process reward models. During the expansion phase, similarity filtering is employed to remove redundant nodes, ensuring diversity in reasoning paths. Furthermore, our method utilizes sandbox execution feedback to locate erroneous algorithmic steps during generation, enabling timely and targeted corrections. Extensive experiments on four public code generation benchmarks demonstrate that RPM-MCTS outperforms current state-of-the-art methods while achieving an approximately 15% reduction in token consumption. Furthermore, full fine-tuning of the base model using the data constructed by RPM-MCTS significantly enhances its code capabilities.

📄 PDF Abstract BibTeX arXiv:2511.19895

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

MCTS-RAG: Enhancing Retrieval-Augmented Generation with Monte Carlo Tree Search

2025-03-26 · Yunhai Hu, Yilun Zhao, Chen Zhao, Arman Cohan

We introduce MCTS-RAG, a novel approach that enhances the reasoning capabilities of small language models on knowledge-intensive tasks by leveraging retrieval-augmented generation (RAG) to provide relevant context and Mo…

Decision MakingRAGRetrievalRetrieval-augmented Generation

Holistically Guided Monte Carlo Tree Search for Intricate Information Seeking

2025-02-07 · Ruiyang Ren, Yuhao Wang, Junyi Li, Jinhao Jiang 외

In the era of vast digital information, the sheer volume and heterogeneity of available information present significant challenges for intricate information seeking. Users frequently face multistep web search tasks that …

Progressive Multimodal Reasoning via Active Retrieval

2024-12-19 · Guanting Dong, Chenghao Zhang, Mengjie Deng, Yutao Zhu 외

Multi-step multimodal reasoning tasks pose significant challenges for multimodal large language models (MLLMs), and finding effective ways to enhance their performance in such scenarios remains an unresolved issue. In th…

DiversityMultimodal ReasoningRetrieval

SCPRM: A Schema-aware Cumulative Process Reward Model for Knowledge Graph Question Answering

2026-05-04 · Jiujiu Chen, Yazheng Liu, Sihong Xie, Hui Xiong arxiv

Large language models excel at complex reasoning, yet evaluating their intermediate steps remains challenging. Although process reward models provide step-wise supervision, they often suffer from a risk compensation effe…

Graph Question Answering

FlowPIE: Test-Time Scientific Idea Evolution with Flow-Guided Literature Exploration

2026-03-31 · Qiyao Wang, Hongbo Wang, Longze Chen, Zhihao Yang 외 arxiv

Scientific idea generation (SIG) is critical to AI-driven autonomous research, yet existing approaches are often constrained by a static retrieval-then-generation paradigm, leading to homogeneous and insufficiently diver…