paper-with-me

홈 › Papers

How Multilingual Are Large Language Models Fine-Tuned for Translation?

2024-05-30 · Aquia Richburg, Marine Carpuat

A new paradigm for machine translation has recently emerged: fine-tuning large language models (LLM) on parallel text has been shown to outperform dedicated translation systems trained in a supervised fashion on much larger amounts of parallel data (Xu et al., 2024a; Alves et al., 2024). However, it remains unclear whether this paradigm can enable massively multilingual machine translation or whether it requires fine-tuning dedicated models for a small number of language pairs. How does translation fine-tuning impact the MT capabilities of LLMs for zero-shot languages, zero-shot language pairs, and translation tasks that do not involve English? To address these questions, we conduct an extensive empirical evaluation of the translation quality of the TOWER family of language models (Alves et al., 2024) on 132 translation tasks from the multi-parallel FLORES-200 data. We find that translation fine-tuning improves translation quality even for zero-shot languages on average, but that the impact is uneven depending on the language pairs involved. These results call for further research to effectively enable massively multilingual translation with LLMs.

📄 PDF Abstract BibTeX arXiv:2405.20512

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

mMARCO: A Multilingual Version of the MS MARCO Passage Ranking Dataset

2021-08-31 · Luiz Bonifacio, Vitor Jeronymo, Hugo Queiroz Abonizio, Israel Campiotti 외

The MS MARCO ranking dataset has been widely used for training deep learning models for IR tasks, achieving considerable effectiveness on diverse zero-shot scenarios. However, this type of resource is scarce in languages…

Information RetrievalMachine TranslationPassage RankingReranking+3

Multilingual Translation with Extensible Multilingual Pretraining and Finetuning

2020-08-02 · Yuqing Tang, Chau Tran, Xi-An Li, Peng-Jen Chen 외

Recent work demonstrates the potential of multilingual pretraining of creating one model that can be used for various tasks in different languages. Previous work in multilingual pretraining has demonstrated that machine …

Machine TranslationTranslation

FST: the FAIR Speech Translation System for the IWSLT21 Multilingual Shared Task

2021-07-14 · ACL (IWSLT) 2021 8 · Yun Tang, Hongyu Gong, Xian Li, Changhan Wang 외

In this paper, we describe our end-to-end multilingual speech translation system submitted to the IWSLT 2021 evaluation campaign on the Multilingual Speech Translation shared task. Our system is built by leveraging trans…

Transfer LearningTranslation

Rule-Based, Neural and LLM Back-Translation: Comparative Insights from a Variant of Ladin

2024-07-11 · Samuel Frontull, Georg Moser

This paper explores the impact of different back-translation approaches on machine translation for Ladin, specifically the Val Badia variant. Given the limited amount of parallel data available for this language (only 18…

Language ModelingLanguage ModellingLarge Language ModelMachine Translation+2

Mufu: Multilingual Fused Learning for Low-Resource Translation with LLM

2024-09-20 · Zheng Wei Lim, Nitish Gupta, Honglin Yu, Trevor Cohn

Multilingual large language models (LLMs) are great translators, but this is largely limited to high-resource languages. For many LLMs, translating in and out of low-resource languages remains a challenging task. To maxi…

Translation