paper-with-me

Papers

Phrase-Based Attentions

2018-09-30 · ICLR 2019 5 · Nguyen Phi Xuan, Joty Shafiq

Most state-of-the-art neural machine translation systems, despite being different in architectural skeletons (e.g. recurrence, convolutional), share an indispensable feature: the Attention. However, most existing attention methods are token-based and ignore the importance of phrasal alignments, the key ingredient for the success of phrase-based statistical machine translation. In this paper, we propose novel phrase-based attention methods to model n-grams of tokens as attention entities. We incorporate our phrase-based attentions into the recently proposed Transformer network, and demonstrate that our approach yields improvements of 1.3 BLEU for English-to-German and 0.5 BLEU for German-to-English translation tasks on WMT newstest2014 using WMT'16 training data.

📄 PDF Abstract BibTeX arXiv:1810.03444

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

From Balustrades to Pierre Vinken: Looking for Syntax in Transformer Self-Attentions

2019-06-05 · WS 2019 8 · David Mareček, Rudolf Rosa

We inspect the multi-head self-attention in Transformer NMT encoders for three source languages, looking for patterns that could have a syntactic interpretation. In many of the attention heads, we frequently find sequenc…

NMTPosition

AttentionRank: Unsupervised Keyphrase Extraction using Self and Cross Attentions

2021-11-01 · EMNLP 2021 11 · Haoran Ding, Xiao Luo

Keyword or keyphrase extraction is to identify words or phrases presenting the main topics of a document. This paper proposes the AttentionRank, a hybrid attention model, to identify keyphrases from a document in an unsu…

Keyphrase ExtractionLanguage ModelingLanguage ModellingSentence

CopyBERT: A Unified Approach to Question Generation with Self-Attention

2020-07-01 · WS 2020 7 · Stalin Varanasi, Saadullah Amin, Guenter Neumann

Contextualized word embeddings provide better initialization for neural networks that deal with various natural language understanding (NLU) tasks including Question Answering (QA) and more recently, Question Generation(…

Dependency ParsingLanguage ModelingLanguage ModellingNatural Language Understanding+4

Enhancing Attention with Explicit Phrasal Alignments

2019-09-25 · Xuan-Phi Nguyen, Shafiq Joty, Thanh-Tung Nguyen

The attention mechanism is an indispensable component of any state-of-the-art neural machine translation system. However, existing attention methods are often token-based and ignore the importance of phrasal alignments, …

Language ModelingLanguage ModellingMachine TranslationTranslation

Attention over Phrases

2019-09-25 · Wanyun Cui

How to represent the sentence ``That's the last straw for her''? The answer of the self-attention is a weighted sum of each individual words, i.e. $$semantics=\alpha_1Emb(\text{That})+\alpha_2Emb(\text{'s})+\cdots+\alpha…

Inductive BiasSentence