paper-with-me

홈 › Papers

Syntax-Based Attention Masking for Neural Machine Translation

2021-06-01 · NAACL 2021 4 · Colin McDonald, David Chiang

We present a simple method for extending transformers to source-side trees. We define a number of masks that limit self-attention based on relationships among tree nodes, and we allow each attention head to learn which mask or masks to use. On translation from English to various low-resource languages, and translation in both directions between English and German, our method always improves over simple linearization of the source-side parse tree and almost always improves over a sequence-to-sequence baseline, by up to +2.1 BLEU.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

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-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

Syntax-Aware Complex-Valued Neural Machine Translation

2023-07-17 · Yang Liu, Yuexian Hou

Syntax has been proven to be remarkably effective in neural machine translation (NMT). Previous models obtained syntax information from syntactic parsing tools and integrated it into NMT models to improve translation per…

DecoderMachine TranslationNMTTranslation

Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing

2018-09-06 · EMNLP 2018 10 · Jetic Gū, Hassan S. Shavarani, Anoop Sarkar

The addition of syntax-aware decoding in Neural Machine Translation (NMT) systems requires an effective tree-structured neural network, a syntax-aware attention model and a language generation model that is sensitive to …

Constituency ParsingDecoderDependency ParsingMachine Translation+4