paper-with-me

Papers

Adapting Large Language Models for Document-Level Machine Translation

2024-01-12 · Minghao Wu, Thuy-Trang Vu, Lizhen Qu, George Foster, Gholamreza Haffari

Large language models (LLMs) have significantly advanced various natural language processing (NLP) tasks. Recent research indicates that moderately-sized LLMs often outperform larger ones after task-specific fine-tuning. This study focuses on adapting LLMs for document-level machine translation (DocMT) for specific language pairs. We first investigate the impact of prompt strategies on translation performance and then conduct extensive experiments using two fine-tuning methods, three LLM backbones, and 18 translation tasks across nine language pairs. Our results show that specialized models can sometimes surpass GPT-4 in translation performance but still face issues like off-target translation due to error propagation in decoding. We provide an in-depth analysis of these LLMs tailored for DocMT, examining translation errors, discourse phenomena, strategies for training and inference, the data efficiency of parallel documents, recent test set evaluations, and zero-shot crosslingual transfer. Our findings highlight the strengths and limitations of LLM-based DocMT models and provide a foundation for future research.

📄 PDF Abstract BibTeX arXiv:2401.06468

Code (0)

등록된 구현이 없습니다.

Tasks

Document Level Machine TranslationDomain GeneralizationMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Improving Document-Level Neural Machine Translation with Domain Adaptation

2020-07-01 · WS 2020 7 · Sami Ul Haq, Sadaf Abdul Rauf, Arslan Shoukat, Noor-e- Hira

Recent studies have shown that translation quality of NMT systems can be improved by providing document-level contextual information. In general sentence-based NMT models are extended to capture contextual information fr…

Domain AdaptationMachine TranslationNMTSentence+1

Discourse Graph Guided Document Translation with Large Language Models

2025-11-10 · Viet-Thanh Pham, Minghan Wang, Hao-Han Liao, Thuy-Trang Vu arxiv

Adapting large language models to full document translation remains challenging due to the difficulty of capturing long-range dependencies and preserving discourse coherence throughout extended texts. While recent agenti…

Machine Translation

Reconsidering Sentence-Level Sign Language Translation

2024-06-16 · Garrett Tanzer, Maximus Shengelia, Ken Harrenstien, David Uthus

Historically, sign language machine translation has been posed as a sentence-level task: datasets consisting of continuous narratives are chopped up and presented to the model as isolated clips. In this work, we explore …

Machine TranslationSentenceSign Language TranslationTranslation

Selecting, Planning, and Rewriting: A Modular Approach for Data-to-Document Generation and Translation

2019-11-01 · WS 2019 11 · Lesly Miculicich, Marc Marone, Hany Hassan

In this paper, we report our system submissions to all 6 tracks of the WNGT 2019 shared task on Document-Level Generation and Translation. The objective is to generate a textual document from either structured data: gene…

Language ModelingLanguage ModellingTranslation

Contextual Refinement of Translations: Large Language Models for Sentence and Document-Level Post-Editing

2023-10-23 · Sai Koneru, Miriam Exel, Matthias Huck, Jan Niehues

Large Language Models (LLM's) have demonstrated considerable success in various Natural Language Processing tasks, but they have yet to attain state-of-the-art performance in Neural Machine Translation (NMT). Nevertheles…

Machine TranslationNMTparameter-efficient fine-tuningSentence+1