paper-with-me

Papers

Dynamic Layer Aggregation for Neural Machine Translation with Routing-by-Agreement

2019-02-15 · Zi-Yi Dou, Zhaopeng Tu, Xing Wang, Long-Yue Wang, Shuming Shi, Tong Zhang

With the promising progress of deep neural networks, layer aggregation has been used to fuse information across layers in various fields, such as computer vision and machine translation. However, most of the previous methods combine layers in a static fashion in that their aggregation strategy is independent of specific hidden states. Inspired by recent progress on capsule networks, in this paper we propose to use routing-by-agreement strategies to aggregate layers dynamically. Specifically, the algorithm learns the probability of a part (individual layer representations) assigned to a whole (aggregated representations) in an iterative way and combines parts accordingly. We implement our algorithm on top of the state-of-the-art neural machine translation model TRANSFORMER and conduct experiments on the widely-used WMT14 English-German and WMT17 Chinese-English translation datasets. Experimental results across language pairs show that the proposed approach consistently outperforms the strong baseline model and a representative static aggregation model.

📄 PDF Abstract BibTeX arXiv:1902.05770

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

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

Capsule-Transformer for Neural Machine Translation

2020-04-30 · Sufeng Duan, Juncheng Cao, Hai Zhao

Transformer hugely benefits from its key design of the multi-head self-attention network (SAN), which extracts information from various perspectives through transforming the given input into different subspaces. However,…

Machine TranslationTranslation

Towards Linear Time Neural Machine Translation with Capsule Networks

2018-11-01 · IJCNLP 2019 11 · Mingxuan Wang, Jun Xie, Zhixing Tan, Jinsong Su 외

In this study, we first investigate a novel capsule network with dynamic routing for linear time Neural Machine Translation (NMT), referred as \textsc{CapsNMT}. \textsc{CapsNMT} uses an aggregation mechanism to map the s…

Machine TranslationNMTSentenceTranslation

Information Aggregation via Dynamic Routing for Sequence Encoding

2018-06-05 · COLING 2018 8 · Jingjing Gong, Xipeng Qiu, Shaojing Wang, Xuanjing Huang

While much progress has been made in how to encode a text sequence into a sequence of vectors, less attention has been paid to how to aggregate these preceding vectors (outputs of RNN/CNN) into fixed-size encoding vector…

Sentiment Analysistext-classificationText Classification

Information Aggregation for Multi-Head Attention with Routing-by-Agreement

2019-04-05 · NAACL 2019 6 · Jian Li, Baosong Yang, Zi-Yi Dou, Xing Wang 외

Multi-head attention is appealing for its ability to jointly extract different types of information from multiple representation subspaces. Concerning the information aggregation, a common practice is to use a concatenat…

Machine TranslationTranslation

Residual Tree Aggregation of Layers for Neural Machine Translation

2021-07-19 · Guoliang Li, Yiyang Li

Although attention-based Neural Machine Translation has achieved remarkable progress in recent layers, it still suffers from issue of making insufficient use of the output of each layer. In transformer, it only uses the …

DecoderMachine TranslationTranslation