LIANGQINGYUAN / awesome_codegeneration

A list of papers and resources dedicated to code generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Generation

A list of papers and resources dedicated to code generation

Datasets

Dataset for imperative programming language generation

Dataset for Text-to-SQL generation

Techniques

Generation architectures

Pretrained models

Tools

  • Gihub Copilot: GitHub Copilot uses the OpenAI Codex to suggest code and entire functions in real-time, right from your editor.
  • Tabnine: Tabnine AI models are only trained on permissive open source licensed code, so your code will always remain yours.
  • Amazon CodeWhisperer: Build applications faster with the ML-powered coding companion.
  • Captain Stack: This feature is somewhat similar to Github Copilot's code suggestion. But instead of using AI, it sends your search query to Google, then retrieves StackOverflow and Github Gist answers and autocompletes them for you.

Code Understanding

Datasets

Techniques

Variable representation

Code representation

Code and comment

Understanding with GNNs

Understanding with pre-trained models

End

Welcome to recommend code generation papers!

Please let me know if you have any interesting work related to code generation task!

About

A list of papers and resources dedicated to code generation