pith. machine review for the scientific record. sign in

arxiv: 1805.08490 · v2 · submitted 2018-05-22 · 💻 cs.LG · cs.PL· stat.ML

Recognition: unknown

Generative Code Modeling with Graphs

Authors on Pith no claims yet
classification 💻 cs.LG cs.PLstat.ML
keywords generativecodegraphmodelproblemstepsaugmentationbaselines
0
0 comments X
read the original abstract

Generative models for source code are an interesting structured prediction problem, requiring to reason about both hard syntactic and semantic constraints as well as about natural, likely programs. We present a novel model for this problem that uses a graph to represent the intermediate state of the generated output. The generative procedure interleaves grammar-driven expansion steps with graph augmentation and neural message passing steps. An experimental evaluation shows that our new model can generate semantically meaningful expressions, outperforming a range of strong baselines.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. GraphCodeBERT: Pre-training Code Representations with Data Flow

    cs.SE 2020-09 accept novelty 7.0

    GraphCodeBERT uses data flow graphs in pre-training to capture semantic code structure and reaches state-of-the-art results on code search, clone detection, translation, and refinement.