GAP-Gen: Guided Automatic Python Code Generation

19 Jan 2022  ·  Junchen Zhao, Yurun Song, Junlin Wang, Ian G. Harris ·

Automatic code generation from natural language descriptions can be highly beneficial during the process of software development. In this work, we propose GAP-Gen, a Guided Automatic Python Code Generation method based on Python syntactic constraints and semantic constraints. We first introduce Python syntactic constraints in the form of Syntax-Flow, which is a simplified version of Abstract Syntax Tree (AST) reducing the size and high complexity of Abstract Syntax Tree but maintaining crucial syntactic information of Python code. In addition to Syntax-Flow, we introduce Variable-Flow which abstracts variable and function names consistently through out the code. In our work, rather than pretraining, we focus on modifying the finetuning process which reduces computational requirements but retains high generation performance on automatic Python code generation task. GAP-Gen fine-tunes the transformer based language models T5 and CodeT5 using the Code-to-Docstring datasets CodeSearchNet, CodeSearchNet AdvTest and Code-Docstring Corpus from EdinburghNLP. Our experiments show that GAP-Gen achieves better results on automatic Python code generation task than previous works.

PDF Abstract

Results from the Paper


Ranked #2 on Code Generation on CodeXGLUE - CodeSearchNet (using extra training data)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Code Generation CodeXGLUE - CodeSearchNet GAP-Gen Java/EM - # 2
Python/EM - # 2
Java/BLEU - # 2
Python/BLEU 22.3 # 2
Python/CodeBLEU 24.1 # 2

Methods