ERNIE-Code: Beyond English-Centric Cross-lingual Pretraining for Programming Languages
Yekun Chai, Shuohuan Wang, Chao Pang, Yu Sun, Hao Tian, Hua Wu
TL;DR
<3-5 sentence high-level summary> ERNIE-Code tackles English-centric limitations in code-oriented multilingual tasks by pretraining a unified NL-PL model over 116 NLs and 6 PLs. It introduces span-corruption language modeling (SCLM) and pivot-based translation language modeling (PTLM) within a T5-based encoder-decoder and a shared NL/PL encoding scheme, using both monolingual and parallel corpora. The model shows state-of-the-art performance across multilingual code-to-text, text-to-code, code-to-code, and text-to-text tasks, with notable zero-shot capabilities via prompting. The work also provides a multilingual NL-PL benchmark and discusses scaling and the curse of multilinguality as directions for future work.
Abstract
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.
