paper-with-me

Papers

Phrase Table as Recommendation Memory for Neural Machine Translation

2018-05-25 · Yang Zhao, Yining Wang, Jiajun Zhang, Cheng-qing Zong

Neural Machine Translation (NMT) has drawn much attention due to its promising translation performance recently. However, several studies indicate that NMT often generates fluent but unfaithful translations. In this paper, we propose a method to alleviate this problem by using a phrase table as recommendation memory. The main idea is to add bonus to words worthy of recommendation, so that NMT can make correct predictions. Specifically, we first derive a prefix tree to accommodate all the candidate target phrases by searching the phrase translation table according to the source sentence. Then, we construct a recommendation word set by matching between candidate target phrases and previously translated target words by NMT. After that, we determine the specific bonus value for each recommendable word by using the attention vector and phrase translation probability. Finally, we integrate this bonus value into NMT to improve the translation results. The extensive experiments demonstrate that the proposed methods obtain remarkable improvements over the strong attentionbased NMT.

📄 PDF Abstract BibTeX arXiv:1805.09960

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTSentenceTranslation

Similar Papers 제목 키워드 기반

Neural Machine Translation with External Phrase Memory

2016-06-06 · Yaohua Tang, Fandong Meng, Zhengdong Lu, Hang Li 외

In this paper, we propose phraseNet, a neural machine translator with a phrase memory which stores phrase pairs in symbolic form, mined from corpus or specified by human experts. For any given source sentence, phraseNet …

DecoderMachine TranslationSentenceTranslation

Enhancing Phrase-Based Statistical Machine Translation by Learning Phrase Representations Using Long Short-Term Memory Network

2019-09-01 · RANLP 2019 9 · Benyamin Ahmadnia, Bonnie Dorr

Phrases play a key role in Machine Translation (MT). In this paper, we apply a Long Short-Term Memory (LSTM) model over conventional Phrase-Based Statistical MT (PBSMT). The core idea is to use an LSTM encoder-decoder to…

DecoderLanguage ModelingLanguage ModellingMachine Translation+1

Translating Phrases in Neural Machine Translation

2017-08-07 · EMNLP 2017 9 · Xing Wang, Zhaopeng Tu, Deyi Xiong, Min Zhang

Phrases play an important role in natural language understanding and machine translation (Sag et al., 2002; Villavicencio et al., 2005). However, it is difficult to integrate them into current neural machine translation …

DecoderMachine TranslationNatural Language UnderstandingNMT+1

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

Integrating Translation Memory into Phrase-Based Machine Translation during Decoding

2013-08-01 · ACL 2013 8 · Kun Wang, Cheng-qing Zong, Keh-Yih Su
Machine TranslationTranslation