paper-with-me

Papers

Rethinking Translation Memory Augmented Neural Machine Translation

2023-06-12 · Hongkun Hao, Guoping Huang, Lemao Liu, Zhirui Zhang, Shuming Shi, Rui Wang

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 demonstrates that TM-augmented NMT is good at the ability of fitting data (i.e., lower bias) but is more sensitive to the fluctuations in the training data (i.e., higher variance), which provides an explanation to a recently reported contradictory phenomenon on the same translation task: TM-augmented NMT substantially advances vanilla NMT under the high-resource scenario whereas it fails under the low-resource scenario. Then we propose a simple yet effective TM-augmented NMT model to promote the variance and address the contradictory phenomenon. Extensive experiments show that the proposed TM-augmented NMT achieves consistent gains over both conventional NMT and existing TM-augmented NMT under two variance-preferable (low-resource and plug-and-play) scenarios as well as the high-resource scenario.

📄 PDF Abstract BibTeX arXiv:2306.06948

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTRetrievalTranslation

Similar Papers 제목 키워드 기반

Memory-Augmented Neural Networks for Machine Translation

2019-09-18 · WS 2019 8 · Mark Collier, Joeran Beel

Memory-augmented neural networks (MANNs) have been shown to outperform other recurrent neural network architectures on a series of artificial sequence learning tasks, yet they have had limited application to real-world t…

DecoderMachine TranslationTranslation

Memory-augmented Chinese-Uyghur Neural Machine Translation

2017-06-27 · Shiyue Zhang, Gulnigar Mahmut, Dong Wang, Askar Hamdulla

Neural machine translation (NMT) has achieved notable performance recently. However, this approach has not been widely applied to the translation task between Chinese and Uyghur, partly due to the limited parallel data r…

Machine TranslationNMTSentenceTranslation

Neural Machine Translation with Key-Value Memory-Augmented Attention

2018-06-29 · Fandong Meng, Zhaopeng Tu, Yong Cheng, Haiyang Wu 외

Although attention-based Neural Machine Translation (NMT) has achieved remarkable progress in recent years, it still suffers from issues of repeating and dropping translations. To alleviate these issues, we propose a nov…

DecoderMachine TranslationNMTSentence+1

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

Memory-augmented Neural Machine Translation

2017-08-07 · EMNLP 2017 9 · Yang Feng, Shiyue Zhang, Andi Zhang, Dong Wang 외

Neural machine translation (NMT) has achieved notable success in recent times, however it is also widely recognized that this approach has limitations with handling infrequent words and word pairs. This paper presents a …

Machine TranslationNMTTranslation