2022

UniXcoder: Unified Cross-Modal Pre-training for Code Representation

Guo, Daya, Lu, Shuai, Duan, Nan et al.

Understand

Pre-trained models for programming languages have recently demonstrated great success on code intelligence.

  • To support both code-related understanding and generation tasks, recent works attempt to pre-train unified encoder-decoder models.
  • However, such encoder-decoder framework is sub-optimal for auto-regressive tasks, especially code completion that requires a decoder-only manner for efficient inference.
  • In this paper, we present UniXcoder, a unified cross-modal pre-trained model for programming language.

Reading the bibliography…