2021

Retrieval Augmented Code Generation and Summarization

Parvez, Md Rizwan, Ahmad, Wasi Uddin, Chakraborty, Saikat et al.

Understand

Software developers write a lot of source code and documentation during software development.

  • Intrinsically, developers often recall parts of source code or code summaries that they had written in the past while implementing software or documenting them.
  • To mimic developers' code or summary generation behavior, we propose a retrieval augmented framework, REDCODER, that retrieves relevant code or summaries from a retrieval database and provides them as a supplement to code generation or summarization models.
  • REDCODER has a couple of uniqueness.

Reading the bibliography…