paper-with-me

홈 › Papers

CCrepairBench: A High-Fidelity Benchmark and Reinforcement Learning Framework for C++ Compilation Repair

2025-09-19 · Weixuan Sun, Jucai Zhai, Dengfeng Liu, Xin Zhang, Xiaojun Wu, Qiaobo Hao, AIMgroup, Yang Fang, Jiuyang Tang arxiv

The automated repair of C++ compilation errors presents a significant challenge, the resolution of which is critical for developer productivity. Progress in this domain is constrained by two primary factors: the scarcity of large-scale, high-fidelity datasets and the limitations of conventional supervised methods, which often fail to generate semantically correct patches.This paper addresses these gaps by introducing a comprehensive framework with three core contributions. First, we present CCrepair, a novel, large-scale C++ compilation error dataset constructed through a sophisticated generate-and-verify pipeline. Second, we propose a Reinforcement Learning (RL) paradigm guided by a hybrid reward signal, shifting the focus from mere compilability to the semantic quality of the fix. Finally, we establish the robust, two-stage evaluation system providing this signal, centered on an LLM-as-a-Judge whose reliability has been rigorously validated against the collective judgments of a panel of human experts. This integrated approach aligns the training objective with generating high-quality, non-trivial patches that are both syntactically and semantically correct. The effectiveness of our approach was demonstrated experimentally. Our RL-trained Qwen2.5-1.5B-Instruct model achieved performance comparable to a Qwen2.5-14B-Instruct model, validating the efficiency of our training paradigm. Our work provides the research community with a valuable new dataset and a more effective paradigm for training and evaluating robust compilation repair models, paving the way for more practical and reliable automated programming assistants.

📄 PDF Abstract BibTeX arXiv:2509.15690

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Adaptive Multi-Fidelity Reinforcement Learning for Variance Reduction in Engineering Design Optimization

2025-03-23 · Akash Agrawal, Christopher McComb

Multi-fidelity Reinforcement Learning (RL) frameworks efficiently utilize computational resources by integrating analysis models of varying accuracy and costs. The prevailing methodologies, characterized by transfer lear…

Reinforcement Learning (RL)SchedulingTransfer Learning

Robust optimal well control using an adaptive multi-grid reinforcement learning framework

2022-07-07 · Atish Dixit, Ahmed H. Elsheikh

Reinforcement learning (RL) is a promising tool to solve robust optimal well control problems where the model parameters are highly uncertain, and the system is partially observable in practice. However, RL of robust con…

Computational Efficiencyreinforcement-learningReinforcement Learning (RL)

A Framework for Scalable Heterogeneous Multi-Agent Adversarial Reinforcement Learning in IsaacLab

2025-09-26 · Isaac Peterson, Christopher Allred, Jacob Morrey, Mario Harper arxiv

Multi-Agent Reinforcement Learning (MARL) is central to robotic systems cooperating in dynamic environments. While prior work has focused on these collaborative settings, adversarial interactions are equally critical for…

Multi-agent Reinforcement Learning

Multi-Fidelity Hybrid Reinforcement Learning via Information Gain Maximization

2025-09-18 · Houssem Sifaou, Osvaldo Simeone arxiv

Optimizing a reinforcement learning (RL) policy typically requires extensive interactions with a high-fidelity simulator of the environment, which are often costly or impractical. Offline RL addresses this problem by all…

Reinforcement LearningOffline RL

Multi-Fidelity Policy Gradient Algorithms

2025-03-07 · Xinjie Liu, Cyrus Neary, Kushagra Gupta, Christian Ellis 외

Many reinforcement learning (RL) algorithms require large amounts of data, prohibiting their use in applications where frequent interactions with operational systems are infeasible, or high-fidelity simulations are expen…

Reinforcement Learning (RL)