paper-with-me

Papers

Context-aware Decoder for Neural Machine Translation using a Target-side Document-Level Language Model

2020-10-24 · NAACL 2021 4 · Amane Sugiyama, Naoki Yoshinaga

Although many context-aware neural machine translation models have been proposed to incorporate contexts in translation, most of those models are trained end-to-end on parallel documents aligned in sentence-level. Because only a few domains (and language pairs) have such document-level parallel data, we cannot perform accurate context-aware translation in most domains. We therefore present a simple method to turn a sentence-level translation model into a context-aware model by incorporating a document-level language model into the decoder. Our context-aware decoder is built upon only a sentence-level parallel corpora and monolingual corpora; thus no document-level parallel data is needed. In a theoretical viewpoint, the core part of this work is the novel representation of contextual information using point-wise mutual information between context and the current sentence. We show the effectiveness of our approach in three language pairs, English to French, English to Russian, and Japanese to English, by evaluation in \textsc{bleu} and contrastive tests for context-aware translation.

📄 PDF Abstract BibTeX arXiv:2010.12827

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Improving Context-aware Neural Machine Translation with Target-side Context

2019-09-02 · Hayahide Yamagishi, Mamoru Komachi

In recent years, several studies on neural machine translation (NMT) have attempted to use document-level context by using a multi-encoder and two attention mechanisms to read the current and previous sentences to incorp…

DecoderMachine TranslationNMTSentence+1

Focused Concatenation for Context-Aware Neural Machine Translation

2022-10-24 · Lorenzo Lupo, Marco Dinarelli, Laurent Besacier

A straightforward approach to context-aware neural machine translation consists in feeding the standard encoder-decoder architecture with a window of consecutive sentences, formed by the current sentence and a number of …

DecoderMachine TranslationSentenceTranslation

DePA: Improving Non-autoregressive Machine Translation with Dependency-Aware Decoder

2022-03-30 · Jiaao Zhan, Qian Chen, Boxing Chen, Wen Wang 외

Non-autoregressive machine translation (NAT) models have lower translation quality than autoregressive translation (AT) models because NAT decoders do not depend on previous target tokens in the decoder input. We propose…

DecoderMachine TranslationTranslation

Is Encoder-Decoder Redundant for Neural Machine Translation?

2022-10-21 · Yingbo Gao, Christian Herold, Zijian Yang, Hermann Ney

Encoder-decoder architecture is widely adopted for sequence-to-sequence modeling tasks. For machine translation, despite the evolution from long short-term memory networks to Transformer networks, plus the introduction a…

DecoderLanguage ModelingLanguage ModellingMachine Translation+2

Synchronous Refinement for Neural Machine Translation

2022-05-01 · Findings (ACL) 2022 5 · Kehai Chen, Masao Utiyama, Eiichiro Sumita, Rui Wang 외

Machine translation typically adopts an encoder-to-decoder framework, in which the decoder generates the target sentence word-by-word in an auto-regressive manner. However, the auto-regressive decoder faces a deep-rooted…

DecoderMachine TranslationSentenceTranslation