CLApr 8, 2025

Two Intermediate Translations Are Better Than One: Fine-tuning LLMs for Document-level Translation Refinement

arXiv:2504.05614v15 citationsh-index: 15ACL
Originality Incremental advance
AI Analysis

This work addresses the challenge of document-level translation refinement for natural language processing applications, representing an incremental improvement over existing sentence-level methods.

The paper tackles the problem of improving document-level translation refinement by fine-tuning large language models (LLMs) with two intermediate translations and a quality-aware weighting method, resulting in enhanced performance across ten translation tasks using models like LLaMA-3-8B-Instruct and Mistral-Nemo-Instruct.

Recent research has shown that large language models (LLMs) can enhance translation quality through self-refinement. In this paper, we build on this idea by extending the refinement from sentence-level to document-level translation, specifically focusing on document-to-document (Doc2Doc) translation refinement. Since sentence-to-sentence (Sent2Sent) and Doc2Doc translation address different aspects of the translation process, we propose fine-tuning LLMs for translation refinement using two intermediate translations, combining the strengths of both Sent2Sent and Doc2Doc. Additionally, recognizing that the quality of intermediate translations varies, we introduce an enhanced fine-tuning method with quality awareness that assigns lower weights to easier translations and higher weights to more difficult ones, enabling the model to focus on challenging translation cases. Experimental results across ten translation tasks with LLaMA-3-8B-Instruct and Mistral-Nemo-Instruct demonstrate the effectiveness of our approach.

Foundations

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

Your Notes