paper-with-me

홈 › Papers

Abstain and Validate: A Dual-LLM Policy for Reducing Noise in Agentic Program Repair

2025-10-03 · José Cambronero, Michele Tufano, Sherry Shi, Renyao Wei, Grant Uy, Runxiang Cheng, Chin-Jung Liu, Shiying Pan, Satish Chandra, Pat Rondon arxiv

Agentic Automated Program Repair (APR) is increasingly tackling complex, repository-level bugs in industry, but ultimately these patches still need to be reviewed by a human before committing them to ensure they address the bug. Showing patches unlikely to be accepted can lead to substantial noise, wasting valuable developer time and eroding trust in automated code changes. We introduce two complementary LLM-based policies to reduce such noise: bug abstention and patch validation policies. Bug abstention excludes bugs that the agentic APR system is unlikely to fix. Patch validation rejects patches that are unlikely to be a good fix for the given bug. We evaluate both policies on three sets of bugs from Google's codebase, and their candidate patches generated by an internal agentic APR system. On a set of 174 human-reported bugs, removing bugs and patches rejected by our policies can raise success rates by up to 13 percentage points and 15 percentage points, respectively, and by up to 39 percentage points in combination. On null pointer exceptions and sanitizer-reported bugs with machine-generated bug reports, patch validation also improves average single-sample success rates. This two-policy approach provides a practical path to the reliable, industrial-scale deployment of agentic APR systems.

📄 PDF Abstract BibTeX arXiv:2510.03217

Code (0)

등록된 구현이 없습니다.

Tasks

Program Repair

Similar Papers 제목 키워드 기반

Knows When it Doesn’t Know: Deep Abstaining Classifiers

2019-05-01 · ICLR 2019 5 · Sunil Thulasidasan, Tanmoy Bhattacharya, Jeffrey Bilmes, Gopinath Chennupati 외

We introduce the deep abstaining classifier -- a deep neural network trained with a novel loss function that provides an abstention option during training. This allows the DNN to abstain on confusing or difficult-to-lea…

Privacy Policy Enforcement Guardrails for Data-Sensitive Retrieval-Augmented Generation

2026-05-16 · Osama Zafar, Alexander Nemecek, Yiqian Zhang, Wenbiao Li 외 arxiv

Standard PII filters often miss contextual data leakage in RAG systems, such as non-regulated attribute clusters that collectively identify individuals. We introduce a Privacy Policy Enforcement (PPE) framework using dua…

Combating Label Noise in Deep Learning Using Abstention

2019-05-27 · Sunil Thulasidasan, Tanmoy Bhattacharya, Jeff Bilmes, Gopinath Chennupati 외

We introduce a novel method to combat label noise when training deep neural networks for classification. We propose a loss function that permits abstention during training thereby allowing the DNN to abstain on confusing…

Deep LearningGeneral Classificationimage-classificationImage Classification+1

Robust Adversarial Classification via Abstaining

2021-04-06 · Abed AlRahman Al Makdah, Vaibhav Katewa, Fabio Pasqualetti

In this work, we consider a binary classification problem and cast it into a binary hypothesis testing framework, where the observations can be perturbed by an adversary. To improve the adversarial robustness of a classi…

Adversarial RobustnessBinary ClassificationClassificationGeneral Classification+1

Global explainability of a deep abstaining classifier

2025-04-01 · Sayera Dhaubhadel, Jamaludin Mohd-Yusof, Benjamin H. McMahon, Trilce Estrada 외

We present a global explainability method to characterize sources of errors in the histology prediction task of our real-world multitask convolutional neural network (MTCNN)-based deep abstaining classifier (DAC), for au…

Dimensionality Reduction