paper-with-me

Papers

Improving Retrieval Augmented Neural Machine Translation by Controlling Source and Fuzzy-Match Interactions

2022-10-10 · Cuong Hoang, Devendra Sachan, Prashant Mathur, Brian Thompson, Marcello Federico

We explore zero-shot adaptation, where a general-domain model has access to customer or domain specific parallel data at inference time, but not during training. We build on the idea of Retrieval Augmented Translation (RAT) where top-k in-domain fuzzy matches are found for the source sentence, and target-language translations of those fuzzy-matched sentences are provided to the translation model at inference time. We propose a novel architecture to control interactions between a source sentence and the top-k fuzzy target-language matches, and compare it to architectures from prior work. We conduct experiments in two language pairs (En-De and En-Fr) by training models on WMT data and testing them with five and seven multi-domain datasets, respectively. Our approach consistently outperforms the alternative architectures, improving BLEU across language pair, domain, and number k of fuzzy matches.

📄 PDF Abstract BibTeX arXiv:2210.05047

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationRetrievalSentenceTranslation

Similar Papers 제목 키워드 기반

Optimizing example selection for retrieval-augmented machine translation with translation memories

2024-05-23 · Maxime Bouthors, Josep Crego, François Yvon

Retrieval-augmented machine translation leverages examples from a translation memory by retrieving similar instances. These examples are used to condition the predictions of a neural decoder. We aim to improve the upstre…

DecoderMachine TranslationRetrievalSentence+1

Rethinking Translation Memory Augmented Neural Machine Translation

2023-06-12 · Hongkun Hao, Guoping Huang, Lemao Liu, Zhirui Zhang 외

This paper rethinks translation memory augmented neural machine translation (TM-augmented NMT) from two perspectives, i.e., a probabilistic view of retrieval and the variance-bias decomposition principle. The finding dem…

Machine TranslationNMTRetrievalTranslation

Improving Retrieval-Augmented Neural Machine Translation with Monolingual Data

2025-04-30 · Maxime Bouthors, Josep Crego, François Yvon

Conventional retrieval-augmented neural machine translation (RANMT) systems leverage bilingual corpora, e.g., translation memories (TMs). Yet, in many settings, in-domain monolingual target-side corpora are often availab…

Machine TranslationRetrievalSentenceTranslation

Neural Machine Translation with Contrastive Translation Memories

2022-12-06 · Xin Cheng, Shen Gao, Lemao Liu, Dongyan Zhao 외

Retrieval-augmented Neural Machine Translation models have been successful in many translation scenarios. Different from previous works that make use of mutually similar but redundant translation memories~(TMs), we propo…

Contrastive LearningMachine TranslationNMTRetrieval+2

Neural Machine Translation with Monolingual Translation Memory

2021-05-24 · ACL 2021 5 · Deng Cai, Yan Wang, Huayang Li, Wai Lam 외

Prior work has proved that Translation memory (TM) can boost the performance of Neural Machine Translation (NMT). In contrast to existing work that uses bilingual corpus as TM and employs source-side similarity search fo…

Domain AdaptationMachine TranslationNMTRetrieval+1