CLLGPLSEDec 13, 2022

ERNIE-Code: Beyond English-Centric Cross-lingual Pretraining for Programming Languages

arXiv:2212.06742v2233 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses communication barriers for software engineers using different natural languages, though it is incremental as it builds on existing cross-lingual pre-training methods.

The authors tackled the problem of English-centric programming language models by developing ERNIE-Code, a unified pre-trained model for 116 natural languages and 6 programming languages, which outperforms previous models across various code intelligence tasks.

Software engineers working with the same programming language (PL) may speak different natural languages (NLs) and vice versa, erecting huge barriers to communication and working efficiency. Recent studies have demonstrated the effectiveness of generative pre-training in computer programs, yet they are always English-centric. In this work, we step towards bridging the gap between multilingual NLs and multilingual PLs for large language models (LLMs). We release ERNIE-Code, a unified pre-trained language model for 116 NLs and 6 PLs. We employ two methods for universal cross-lingual pre-training: span-corruption language modeling that learns patterns from monolingual NL or PL; and pivot-based translation language modeling that relies on parallel data of many NLs and PLs. Extensive results show that ERNIE-Code outperforms previous multilingual LLMs for PL or NL across a wide range of end tasks of code intelligence, including multilingual code-to-text, text-to-code, code-to-code, and text-to-text generation. We further show its advantage of zero-shot prompting on multilingual code summarization and text-to-text translation. We release our code and pre-trained checkpoints.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes