paper-with-me

홈 › Papers

Translation Memory Guided Neural Machine Translation

2021-01-01 · Shaohui Kuang, Heng Yu, Weihua Luo, Qiang Wang

Many studies have proven that Translation Memory (TM) can help improve the translation quality of neural machine translation (NMT). Existing ways either employ extra encoder to encode information from TM or concatenate source sentence and TM sentences as encoder's input. These previous methods don't model the semantic relationship between the source sentence and TM sentences. Meanwhile, the training corpus related to TM is limited, and the sentence level retrieval approach further limits its scale. In this paper, we propose a novel method to combine the strengths of both TM and NMT. We treat the matched sentence pair of TM as the additional signal and apply one encoder enhanced by the pre-trained language model (PLM) to encode the TM information and source sentence together. Additionally, we extend the sentence level retrieval method to the n-gram retrieval method that we don't need to calculate the similarity score. Further, we explore new methods to manipulate the information flow from TM to the NMT decoder. We validate our proposed methods on a mixed test set of multiple domains. Experiment results demonstrate that the proposed methods can significantly improve the translation quality and show strong adaptation for an unknown or new domain.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingMachine TranslationNMTRetrievalSentenceTranslation

Similar Papers 제목 키워드 기반

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

Keyframe Segmentation and Positional Encoding for Video-guided Machine Translation Challenge 2020

2020-06-23 · Tosho Hirasawa, Zhishen Yang, Mamoru Komachi, Naoaki Okazaki

Video-guided machine translation as one of multimodal neural machine translation tasks targeting on generating high-quality text translation by tangibly engaging both video and text. In this work, we presented our video-…

Machine TranslationTranslationVideo-Guided Machine Translation

Doc-Guided Sent2Sent++: A Sent2Sent++ Agent with Doc-Guided memory for Document-level Machine Translation

2025-01-15 · Jiaxin Guo, Yuanchang Luo, Daimeng Wei, Ling Zhang 외

The field of artificial intelligence has witnessed significant advancements in natural language processing, largely attributed to the capabilities of Large Language Models (LLMs). These models form the backbone of Agents…

Document Level Machine TranslationMachine TranslationSentenceTranslation

Search Engine Guided Non-Parametric Neural Machine Translation

2017-05-20 · Jiatao Gu, Yong Wang, Kyunghyun Cho, Victor O. K. Li

In this paper, we extend an attention-based neural machine translation (NMT) model by allowing it to access an entire training set of parallel sentence pairs even after training. The proposed approach consists of two sta…

fr-enMachine TranslationNMTRetrieval+2

Translation Memories as Baselines for Low-Resource Machine Translation

2022-06-01 · LREC 2022 6 · Rebecca Knowles, Patrick Littell

Low-resource machine translation research often requires building baselines to benchmark estimates of progress in translation quality. Neural and statistical phrase-based systems are often used with out-of-the-box settin…

Machine TranslationTranslation