paper-with-me

홈 › Papers

Exploiting Sentential Context for Neural Machine Translation

2019-06-04 · ACL 2019 7 · Xing Wang, Zhaopeng Tu, Long-Yue Wang, Shuming Shi

In this work, we present novel approaches to exploit sentential context for neural machine translation (NMT). Specifically, we first show that a shallow sentential context extracted from the top encoder layer only, can improve translation performance via contextualizing the encoding representations of individual words. Next, we introduce a deep sentential context, which aggregates the sentential context representations from all the internal layers of the encoder to form a more comprehensive context representation. Experimental results on the WMT14 English-to-German and English-to-French benchmarks show that our model consistently improves performance over the strong TRANSFORMER model (Vaswani et al., 2017), demonstrating the necessity and effectiveness of exploiting sentential context for NMT.

📄 PDF Abstract BibTeX arXiv:1906.01268

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

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 제목 키워드 기반

Context-aware Neural Machine Translation for English-Japanese Business Scene Dialogues

2023-11-20 · Sumire Honda, Patrick Fernandes, Chrysoula Zerva

Despite the remarkable advancements in machine translation, the current sentence-level paradigm faces challenges when dealing with highly-contextual languages like Japanese. In this paper, we explore how context-awarenes…

Machine TranslationNMTSentenceTranslation

Evaluating Discourse Phenomena in Neural Machine Translation

2017-11-01 · NAACL 2018 6 · Rachel Bawden, Rico Sennrich, Alexandra Birch, Barry Haddow

For machine translation to tackle discourse phenomena, models must have access to extra-sentential linguistic context. There has been recent interest in modelling context in neural machine translation (NMT), but models h…

Machine TranslationNMTSentenceTranslation

Neural Machine Translation with Extended Context

2017-08-20 · WS 2017 9 · Jörg Tiedemann, Yves Scherrer

We investigate the use of extended context in attention-based neural machine translation. We base our experiments on translated movie subtitles and discuss the effect of increasing the segments beyond single translation …

Machine TranslationTranslation

Modeling Context With Linear Attention for Scalable Document-Level Translation

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Document-level neural machine translation allows models to leverage dependencies beyond sentence-internal context to produce more coherent and consistent translations. However, these models, predominantly based on transf…

Document TranslationMachine TranslationSentenceTranslation

Modeling Context With Linear Attention for Scalable Document-Level Translation

2022-10-16 · Zhaofeng Wu, Hao Peng, Nikolaos Pappas, Noah A. Smith

Document-level machine translation leverages inter-sentence dependencies to produce more coherent and consistent translations. However, these models, predominantly based on transformers, are difficult to scale to long do…

Document Level Machine TranslationDocument TranslationInductive BiasMachine Translation+2