paper-with-me

Papers

Pluggable Neural Machine Translation Models via Memory-augmented Adapters

2023-07-12 · Yuzhuang Xu, Shuo Wang, Peng Li, Xuebo Liu, Xiaolong Wang, Weidong Liu, Yang Liu

Although neural machine translation (NMT) models perform well in the general domain, it remains rather challenging to control their generation behavior to satisfy the requirement of different users. Given the expensive training cost and the data scarcity challenge of learning a new model from scratch for each user requirement, we propose a memory-augmented adapter to steer pretrained NMT models in a pluggable manner. Specifically, we construct a multi-granular memory based on the user-provided text samples and propose a new adapter architecture to combine the model representations and the retrieved results. We also propose a training strategy using memory dropout to reduce spurious dependencies between the NMT model and the memory. We validate our approach on both style- and domain-specific experiments and the results indicate that our method can outperform several representative pluggable baselines.

📄 PDF Abstract BibTeX arXiv:2307.06029

Code (1)

xuyuzhuang11/stylemt 공식 구현 pytorch

Tasks

Machine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adapter 설명 없음

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

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

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

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