HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Graph-based, Self-Supervised Program Repair from Diagnostic Feedback

Michihiro Yasunaga Percy Liang

Graph-based, Self-Supervised Program Repair from Diagnostic Feedback

Abstract

We consider the problem of learning to repair programs from diagnostic feedback (e.g., compiler error messages). Program repair is challenging for two reasons: First, it requires reasoning and tracking symbols across source code and diagnostic feedback. Second, labeled datasets available for program repair are relatively small. In this work, we propose novel solutions to these two challenges. First, we introduce a program-feedback graph, which connects symbols relevant to program repair in source code and diagnostic feedback, and then apply a graph neural network on top to model the reasoning process. Second, we present a self-supervised learning paradigm for program repair that leverages unlabeled programs available online to create a large amount of extra program repair examples, which we use to pre-train our models. We evaluate our proposed approach on two applications: correcting introductory programming assignments (DeepFix dataset) and correcting the outputs of program synthesis (SPoC dataset). Our final system, DrRepair, significantly outperforms prior work, achieving 68.2% full repair rate on DeepFix (+22.9% over the prior best), and 48.4% synthesis success rate on SPoC (+3.7% over the prior best).

Benchmarks

BenchmarkMethodologyMetrics
program-repair-on-deepfixDrRepair
Average Success Rate: 68.2
program-synthesis-on-spoc-testpDrRepair
Success rate @budget 100: 38.5
program-synthesis-on-spoc-testwDrRepair
Success rate @budget 100: 57.0

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Graph-based, Self-Supervised Program Repair from Diagnostic Feedback | Papers | HyperAI