CLMay 29, 2023

BigTranslate: Augmenting Large Language Models with Multilingual Translation Capability over 100 Languages

arXiv:2305.18098v375 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of English-dominant LLMs for researchers and practitioners needing broad multilingual translation, though it is incremental as it builds on existing models.

The authors tackled the limited multilingual translation capability of open-source large language models by adapting LLaMA to support over 100 languages, achieving performance comparable to ChatGPT and Google Translate in many languages and outperforming ChatGPT in 8 language pairs.

Large language models (LLMs) demonstrate promising translation performance among various natural languages. However, many LLMs especially the open-sourced ones, such as BLOOM and LLaMA, are English-dominant and support only dozens of natural languages, making the potential of LLMs on language translation less explored. In this work, we present BigTranslate which adapts LLaMA that covers only 20 languages and enhances it with multilingual translation capability on more than 100 languages. BigTranslate is built upon LLaMA-13B and it is optimized in three steps. First, we continue training LLaMA with massive Chinese monolingual data. Second, we continue training the model with a large-scale parallel dataset that covers 102 natural languages. Third, we instruct-tune the foundation model with multilingual translation instructions, leading to our BigTranslate model. The preliminary experiments on multilingual translation show that BigTranslate performs comparably with ChatGPT and Google Translate in many languages and even outperforms ChatGPT in 8 language pairs. We release the BigTranslate model and hope it can advance the research progress.

Code Implementations2 repos
Foundations

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

Your Notes