paper-with-me

홈 › Papers

Fine-Tuning Large Language Models to Translate: Will a Touch of Noisy Data in Misaligned Languages Suffice?

2024-04-22 · Dawei Zhu, Pinzhen Chen, Miaoran Zhang, Barry Haddow, Xiaoyu Shen, Dietrich Klakow

Traditionally, success in multilingual machine translation can be attributed to three key factors in training data: large volume, diverse translation directions, and high quality. In the current practice of fine-tuning large language models (LLMs) for translation, we revisit the importance of these factors. We find that LLMs display strong translation capability after being fine-tuned on as few as 32 parallel sentences and that fine-tuning on a single translation direction enables translation in multiple directions. However, the choice of direction is critical: fine-tuning LLMs with only English on the target side can lead to task misinterpretation, which hinders translation into non-English languages. Problems also arise when noisy synthetic data is placed on the target side, especially when the target language is well-represented in LLM pre-training. Yet interestingly, synthesized data in an under-represented language has a less pronounced effect. Our findings suggest that when adapting LLMs to translation, the requirement on data quantity can be eased but careful considerations are still crucial to prevent an LLM from exploiting unintended data biases.

📄 PDF Abstract BibTeX arXiv:2404.14122

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Self-Translate-Train: Enhancing Cross-Lingual Transfer of Large Language Models via Inherent Capability

2024-06-29 · Ryokan Ri, Shun Kiyono, Sho Takase

Zero-shot cross-lingual transfer by fine-tuning multilingual pretrained models shows promise for low-resource languages, but often suffers from misalignment of internal representations between languages. We hypothesize t…

Cross-Lingual TransferLanguage ModellingLarge Language ModelTranslation+1

Question Translation Training for Better Multilingual Reasoning

2024-01-15 · Wenhao Zhu, ShuJian Huang, Fei Yuan, Shuaijie She 외

Large language models show compelling performance on reasoning tasks but they tend to perform much worse in languages other than English. This is unsurprising given that their training data largely consists of English te…

Mathematical ReasoningTranslation

Crosslingual Generalization through Multitask Finetuning

2022-11-03 · Niklas Muennighoff, Thomas Wang, Lintang Sutawika, Adam Roberts 외

Multitask prompted finetuning (MTF) has been shown to help large language models generalize to new tasks in a zero-shot setting, but so far explorations of MTF have focused on English data and models. We apply MTF to the…

Coreference ResolutionCross-Lingual TransferQuestion AnsweringSentence Completion+2

BehanceMT: A Machine Translation Corpus for Livestreaming Video Transcripts

2022-10-01 · TU (COLING) 2022 10 · Minh Van Nguyen, Franck Dernoncourt, Thien Nguyen

Machine translation (MT) is an important task in natural language processing, which aims to translate a sentence in a source language to another sentence with the same/similar semantics in a target language. Despite the …

ArticlesMachine TranslationSentenceTranslation

TranslateGemma Technical Report

2026-01-13 · Mara Finkelstein, Isaac Caswell, Tobias Domhan, Jan-Thorsten Peter 외 arxiv

We present TranslateGemma, a suite of open machine translation models based on the Gemma 3 foundation models. To enhance the inherent multilingual capabilities of Gemma 3 for the translation task, we employ a two-stage f…

Reinforcement LearningMachine Translation