paper-with-me

홈 › Papers

The Fine-Tuning Paradox: Boosting Translation Quality Without Sacrificing LLM Abilities

2024-05-30 · David Stap, Eva Hasler, Bill Byrne, Christof Monz, Ke Tran

Fine-tuning large language models (LLMs) for machine translation has shown improvements in overall translation quality. However, it is unclear what is the impact of fine-tuning on desirable LLM behaviors that are not present in neural machine translation models, such as steerability, inherent document-level translation abilities, and the ability to produce less literal translations. We perform an extensive translation evaluation on the LLaMA and Falcon family of models with model size ranging from 7 billion up to 65 billion parameters. Our results show that while fine-tuning improves the general translation quality of LLMs, several abilities degrade. In particular, we observe a decline in the ability to perform formality steering, to produce technical translations through few-shot examples, and to perform document-level translation. On the other hand, we observe that the model produces less literal translations after fine-tuning on parallel data. We show that by including monolingual data as part of the fine-tuning data we can maintain the abilities while simultaneously enhancing overall translation quality. Our findings emphasize the need for fine-tuning strategies that preserve the benefits of LLMs for machine translation.

📄 PDF Abstract BibTeX arXiv:2405.20089

Code (1)

amazon-science/idioms-incontext-mt 공식 구현

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Towards Boosting Many-to-Many Multilingual Machine Translation with Large Language Models

2024-01-11 · Pengzhi Gao, Zhongjun He, Hua Wu, Haifeng Wang

The training paradigm for machine translation has gradually shifted, from learning neural machine translation (NMT) models with extensive parallel corpora to instruction finetuning on multilingual large language models (…

Machine TranslationNMTTranslation

A Paradigm Shift in Machine Translation: Boosting Translation Performance of Large Language Models

2023-09-20 · Haoran Xu, Young Jin Kim, Amr Sharaf, Hany Hassan Awadalla

Generative Large Language Models (LLMs) have achieved remarkable advancements in various NLP tasks. However, these advances have not been reflected in the translation task, especially those with moderate model sizes (i.e…

Language ModellingMachine TranslationTranslation

Optimal Corpus Aware Training for Neural Machine Translation

2025-08-07 · Yi-Hsiu Liao, Cheng Shen, Brenda, Yang arxiv

Corpus Aware Training (CAT) leverages valuable corpus metadata during training by injecting corpus information into each training example, and has been found effective in the literature, commonly known as the "tagging" a…

Machine Translation

Dealing with the Paradox of Quality Estimation

2021-08-01 · MTSummit 2021 8 · Sugyeong Eo, Chanjun Park, Hyeonseok Moon, Jaehyung Seo 외

In quality estimation (QE), the quality of translation can be predicted by referencing the source sentence and the machine translation (MT) output without access to the reference sentence. However, there exists a paradox…

Machine TranslationSentenceTranslation

Beyond Code Pairs: Dialogue-Based Data Generation for LLM Code Translation

2025-11-29 · Le Chen, Nuo Xu, Winson Chen, Bin Lei 외 arxiv

Large language models (LLMs) have shown remarkable capabilities in code translation, yet their performance deteriorates in low-resource programming domains such as Fortran and emerging frameworks like CUDA, where high-qu…

Code Translation