Challenge: Dot-product attention only considers the pair-wise correlation between words, resulting in dispersion when dealing with long sentences and neglecting source neighboring relationships.
Approach: They propose to model concentrated attention in cross-attention using a Gaussian Mixture Model to model cross- attention in a language model.
Outcome: Experiments on three datasets show that the proposed method outperforms the baseline and has significant improvement on alignment quality, N-gram accuracy, and long sentence translation.

Similar Papers

Multi-Granularity Self-Attention for Neural Machine Translation (D19-1)

Copied to clipboard

Challenge: Existing neural machine translation models use a deep multi-head self-attention network with no explicit phrase information.
Approach: They propose a neural network that combines multi-head self-attention and phrase modeling to train attention heads to attend to phrases in either n-gram or syntactic formalisms.
Outcome: The proposed approach improves on English-to-German and NIST Chinese-to English translation tasks.
Multilingual Neural Machine Translation with Task-Specific Attention (C18-1)

Copied to clipboard

Challenge: Multilingual machine translation is a task of building a system capable of translating between multiple source and target languages.
Approach: They propose task-specific attention models to retain parameter sharing generalization . they observe improved translation quality even in low-resource zero-shot directions .
Outcome: The proposed model retains parameter sharing generalization while allowing language-specific specialization . it improves translation quality even in low-resource zero-shot translation directions .
Mixed Multi-Head Self-Attention for Neural Machine Translation (D19-56)

Copied to clipboard

Challenge: Recent advances in neural machine translation have been made in the field of multi-head self-attention and there is no explicit mechanism to ensure that different attention heads capture different features.
Approach: They propose a novel multi-head self-attention model which models not only global and local attention but also forward and backward attention in different attention heads.
Outcome: The proposed model improves on WAT17 English-Japanese and IWSLT14 German-English translation tasks without increasing the number of parameters.
Dense Information Flow for Neural Machine Translation (N18-1)

Copied to clipboard

Challenge: Recent advances in deep neural networks have improved learning performance for NMT . Residual connections allow features from previous layers to be accumulated to the next layer easily.
Approach: They propose a densely connected NMT architecture that can train more efficiently for NMT.
Outcome: The proposed architecture improves learning performance and attention quality on multiple datasets.
Learning When to Concentrate or Divert Attention: Self-Adaptive Attention Temperature for Neural Machine Translation (D18-1)

Copied to clipboard

Challenge: Neural Machine Translation models treat decoding at each time step equally with the same matrix . conventional methods treat decoder outputs at all time steps with the identical weight matrix causing inaccuracy .
Approach: They propose a model with a mechanism to control the softness of attention by means of an attention temperature.
Outcome: The proposed model outperforms baseline models on Chinese-English and English-Vietnamese translations.
Cross-Attention is All You Need: Adapting Pretrained Transformers for Machine Translation (2021.emnlp-main)

Copied to clipboard

Challenge: a series of experiments show that fine-tuning only the cross-attention parameters is nearly as effective as fine-timing all parameters.
Approach: They conduct experiments to fine-tune a translation model on data where either the source or target language has changed.
Outcome: The proposed model can be trained to several new languages with reduced parameter storage overhead.
Multi-Domain Neural Machine Translation with Word-Level Domain Context Discrimination (D18-1)

Copied to clipboard

Challenge: Experimental results on Chinese-English and English-French multi-domain translation tasks demonstrate the effectiveness of the proposed model.
Approach: They propose to use mixed-domain parallel sentences to construct a unified model that allows translation to switch between different domains.
Outcome: The proposed model distinguishes and exploits word-level domain contexts on Chinese-English and English-French translation tasks.
Hard-Coded Gaussian Attention for Neural Machine Translation (2020.acl-main)

Copied to clipboard

Challenge: Recent work has questioned the importance of multi-headed attention in achieving high translation quality.
Approach: They develop a “hard-coded” attention variant without any learned parameters.
Outcome: The proposed model reduces BLEU scores by adding a single learned cross attention head to an otherwise hard-coded Transformer.
Neural Hidden Markov Model for Machine Translation (P18-2)

Copied to clipboard

Challenge: Attention-based neural machine translation models selectively focus on specific source positions to produce a translation.
Approach: They propose to replace the attention component with a neural hidden Markov model that selectively focuss on specific source positions to produce a translation.
Outcome: The proposed model performs better than the state-of-the-art attention-based models on the GermanEnglish and ChineseEnglish translation tasks.
Supervised Visual Attention for Multimodal Neural Machine Translation (2020.coling-main)

Copied to clipboard

Challenge: Existing studies show that a conventional visual attention mechanism trained in an unsupervised manner is not effective for multimodal neural machine translation.
Approach: They propose a supervised visual attention mechanism for multimodal neural machine translation that captures the relationship between a word and an image region more precisely than a conventional visual attention system.
Outcome: The proposed model improves on English-German and German-English translation tasks and English-Japanese and Japanese-English tasks using the Flickr30k Entities JP dataset.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations