LGSEMay 22, 2017

SmartPaste: Learning to Adapt Source Code

arXiv:1705.07867v123 citations
Originality Incremental advance
AI Analysis

This addresses a program repair problem for software developers, but it is incremental as it builds on existing work in source code tasks.

The authors tackled the problem of adapting pasted source code snippets to fit surrounding code, introducing the SmartPaste task and achieving 58.6% accuracy with their models.

Deep Neural Networks have been shown to succeed at a range of natural language tasks such as machine translation and text summarization. While tasks on source code (ie, formal languages) have been considered recently, most work in this area does not attempt to capitalize on the unique opportunities offered by its known syntax and structure. In this work, we introduce SmartPaste, a first task that requires to use such information. The task is a variant of the program repair problem that requires to adapt a given (pasted) snippet of code to surrounding, existing source code. As first solutions, we design a set of deep neural models that learn to represent the context of each variable location and variable usage in a data flow-sensitive way. Our evaluation suggests that our models can learn to solve the SmartPaste task in many cases, achieving 58.6% accuracy, while learning meaningful representation of variable usages.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes