paper-with-me

홈 › Papers

Document-Level Language Models for Machine Translation

2023-10-18 · Frithjof Petrick, Christian Herold, Pavel Petrushkov, Shahram Khadivi, Hermann Ney

Despite the known limitations, most machine translation systems today still operate on the sentence-level. One reason for this is, that most parallel training data is only sentence-level aligned, without document-level meta information available. In this work, we set out to build context-aware translation systems utilizing document-level monolingual data instead. This can be achieved by combining any existing sentence-level translation model with a document-level language model. We improve existing approaches by leveraging recent advancements in model combination. Additionally, we propose novel weighting techniques that make the system combination more flexible and significantly reduce computational overhead. In a comprehensive evaluation on four diverse translation tasks, we show that our extensions improve document-targeted scores substantially and are also computationally more efficient. However, we also find that in most scenarios, back-translation gives even better results, at the cost of having to re-train the translation system. Finally, we explore language model fusion in the light of recent advancements in large language models. Our findings suggest that there might be strong potential in utilizing large language models via model combination.

📄 PDF Abstract BibTeX arXiv:2310.12303

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Multilingual Contextualization of Large Language Models for Document-Level Machine Translation

2025-04-16 · Miguel Moura Ramos, Patrick Fernandes, Sweta Agrawal, André F. T. Martins

Large language models (LLMs) have demonstrated strong performance in sentence-level machine translation, but scaling to document-level translation remains challenging, particularly in modeling long-range dependencies and…

Document Level Machine TranslationDocument TranslationMachine TranslationSentence+1

Document-Level Neural Machine Translation Using BERT as Context Encoder

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Zhiyu Guo, Minh Le Nguyen

Large-scale pre-trained representations such as BERT have been widely used in many natural language understanding tasks. The methods of incorporating BERT into document-level machine translation are still being explored.…

DecoderDocument Level Machine TranslationMachine TranslationNatural Language Understanding+2

Leveraging Discourse Rewards for Document-Level Neural Machine Translation

2020-10-08 · COLING 2020 8 · Inigo Jauregi Unanue, Nazanin Esmaili, Gholamreza Haffari, Massimo Piccardi

Document-level machine translation focuses on the translation of entire documents from a source to a target language. It is widely regarded as a challenging task since the translation of the individual sentences in the d…

Document Level Machine TranslationMachine TranslationTranslation

Enhancing Document-level Translation of Large Language Model via Translation Mixed-instructions

2024-01-16 · Yachao Li, Junhui Li, Jing Jiang, Min Zhang

Existing large language models (LLMs) for machine translation are typically fine-tuned on sentence-level translation instructions and achieve satisfactory performance at the sentence level. However, when applied to docum…

Language ModelingLanguage ModellingLarge Language ModelMachine Translation+2

Context-aware Decoder for Neural Machine Translation using a Target-side Document-Level Language Model

2020-10-24 · NAACL 2021 4 · Amane Sugiyama, Naoki Yoshinaga

Although many context-aware neural machine translation models have been proposed to incorporate contexts in translation, most of those models are trained end-to-end on parallel documents aligned in sentence-level. Becaus…

DecoderLanguage ModelingLanguage ModellingMachine Translation+2