paper-with-me

Papers

Synchronous Syntactic Attention for Transformer Neural Machine Translation

2021-08-01 · ACL 2021 5 · Hiroyuki Deguchi, Akihiro Tamura, Takashi Ninomiya

This paper proposes a novel attention mechanism for Transformer Neural Machine Translation, {``}Synchronous Syntactic Attention,{''} inspired by synchronous dependency grammars. The mechanism synchronizes source-side and target-side syntactic self-attentions by minimizing the difference between target-side self-attentions and the source-side self-attentions mapped by the encoder-decoder attention matrix. The experiments show that the proposed method improves the translation performance on WMT14 En-De, WMT16 En-Ro, and ASPEC Ja-En (up to +0.38 points in BLEU).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Enhancing Machine Translation with Dependency-Aware Self-Attention

2019-09-06 · ACL 2020 6 · Emanuele Bugliarello, Naoaki Okazaki

Most neural machine translation models only rely on pairs of parallel sentences, assuming syntactic information is automatically learned by an attention mechanism. In this work, we investigate different approaches to inc…

Machine TranslationTranslation

Semantics-aware Attention Improves Neural Machine Translation

2021-08-17 · ACL ARR August 2021 8 · Anonymous

The integration of syntactic structure into Transformer machine translation has shown positive results, but to our knowledge, no work has attempted to do so with semantic structures. In this work we propose two novel par…

DecoderMachine TranslationTranslation

Semantics-aware Attention Improves Neural Machine Translation

2021-10-13 · *SEM (NAACL) 2022 7 · Aviv Slobodkin, Leshem Choshen, Omri Abend

The integration of syntactic structures into Transformer machine translation has shown positive results, but to our knowledge, no work has attempted to do so with semantic structures. In this work we propose two novel pa…

DecoderMachine TranslationTranslation

Syntax-guided Localized Self-attention by Constituency Syntactic Distance

2022-10-21 · Shengyuan Hou, Jushi Kai, Haotian Xue, Bingyu Zhu 외

Recent works have revealed that Transformers are implicitly learning the syntactic information in its lower layers from data, albeit is highly dependent on the quality and scale of the training data. However, learning sy…

Machine TranslationTranslation

Syntactic Knowledge via Graph Attention with BERT in Machine Translation

2023-05-22 · Yuqian Dai, Serge Sharoff, Marc de Kamps

Although the Transformer model can effectively acquire context features via a self-attention mechanism, deeper syntactic knowledge is still not effectively modeled. To alleviate the above problem, we propose Syntactic kn…

Graph AttentionMachine TranslationText GenerationTranslation