Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Wen Yang, Chong Li, Jiajun Zhang, Chengqing Zong• 2023

Related benchmarks

TaskDatasetResultRank
Machine TranslationFLORES xx→en (test)
Score (de→en)35.9
38
Machine TranslationWMT ZH-EN 22
COMET74.26
20
Machine TranslationWMT en→zh (test)
BLEU28.56
16
Machine TranslationWMT EN-DE 2022
COMET2278.81
16
Machine TranslationWMT de-en
BLEU23.35
16
Machine TranslationEN-X Translation (test)
German Translation Score78.81
14
Machine TranslationWMT X→EN 2022 (test)
Czech Score81.19
14
Machine TranslationWMT is-en
BLEU6.51
14
Machine TranslationWMT en→ru (test)
BLEU17.66
12
Machine TranslationALL Average of two language pairs in four directions wmt22-comet-da
COMET78.8
12
Showing 10 of 18 rows

Other info

Code

Follow for update