paper-with-me

Papers

Selective Attention for Context-aware Neural Machine Translation

2019-03-21 · NAACL 2019 6 · Sameen Maruf, André F. T. Martins, Gholamreza Haffari

Despite the progress made in sentence-level NMT, current systems still fall short at achieving fluent, good quality translation for a full document. Recent works in context-aware NMT consider only a few previous sentences as context and may not scale to entire documents. To this end, we propose a novel and scalable top-down approach to hierarchical attention for context-aware NMT which uses sparse attention to selectively focus on relevant sentences in the document context and then attends to key words in those sentences. We also propose single-level attention approaches based on sentence or word-level information in the context. The document-level context representation, produced from these attention modules, is integrated into the encoder or decoder of the Transformer model depending on whether we use monolingual or bilingual context. Our experiments and evaluation on English-German datasets in different document MT settings show that our selective attention approach not only significantly outperforms context-agnostic baselines but also surpasses context-aware baselines in most cases.

📄 PDF Abstract BibTeX arXiv:1903.08788

Code (1)

sameenmaruf/selective-attn 공식 구현

Tasks

DecoderMachine TranslationNMTSentenceTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

SMDT: Selective Memory-Augmented Neural Document Translation

2022-01-05 · Xu Zhang, Jian Yang, Haoyang Huang, Shuming Ma 외

Existing document-level neural machine translation (NMT) models have sufficiently explored different context settings to provide guidance for target generation. However, little attention is paid to inaugurate more divers…

Document Level Machine TranslationDocument TranslationMachine TranslationNMT+2

HanoiT: Enhancing Context-aware Translation via Selective Context

2023-01-17 · Jian Yang, Yuwei Yin, Shuming Ma, Liqun Yang 외

Context-aware neural machine translation aims to use the document-level context to improve translation quality. However, not all words in the context are helpful. The irrelevant or trivial words may bring some noise and …

DecoderDocument Level Machine TranslationMachine TranslationSentence+1

Syntax-Directed Attention for Neural Machine Translation

2017-11-12 · Kehai Chen, Rui Wang, Masao Utiyama, Eiichiro Sumita 외

Attention mechanism, including global attention and local attention, plays a key role in neural machine translation (NMT). Global attention attends to all source words for word prediction. In comparison, local attention …

Machine TranslationNMTTranslation

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

Do Context-Aware Translation Models Pay the Right Attention?

2021-05-14 · ACL 2021 5 · Kayo Yin, Patrick Fernandes, Danish Pruthi, Aditi Chaudhary 외

Context-aware machine translation models are designed to leverage contextual information, but often fail to do so. As a result, they inaccurately disambiguate pronouns and polysemous words that require context for resolu…

Machine TranslationTranslation