paper-with-me

Papers

Weighted Transformer Network for Machine Translation

2017-11-06 · ICLR 2018 1 · Karim Ahmed, Nitish Shirish Keskar, Richard Socher

State-of-the-art results on neural machine translation often use attentional sequence-to-sequence models with some form of convolution or recursion. Vaswani et al. (2017) propose a new architecture that avoids recurrence and convolution completely. Instead, it uses only self-attention and feed-forward layers. While the proposed architecture achieves state-of-the-art results on several machine translation tasks, it requires a large number of parameters and training iterations to converge. We propose Weighted Transformer, a Transformer with modified attention layers, that not only outperforms the baseline network in BLEU score but also converges 15-40% faster. Specifically, we replace the multi-head attention by multiple self-attention branches that the model learns to combine during the training process. Our model improves the state-of-the-art performance by 0.5 BLEU points on the WMT 2014 English-to-German translation task and by 0.4 on the English-to-French translation task.

📄 PDF Abstract BibTeX arXiv:1711.02132

Code (5)

Flawless1202/Transformer pytorch
JayParks/transformer pytorch
bagequan/tencent-transformer-with-disagreement
duyvuleo/Transformer-DyNet tf
xrick/PyTorch_Transformer pytorch

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

Is Encoder-Decoder Transformer the Shiny Hammer?

2022-10-01 · VarDial (COLING) 2022 10 · Nat Gillin

We present an approach to multi-class classification using an encoder-decoder transformer model. We trained a network to identify French varieties using the same scripts we use to train an encoder-decoder machine transla…

ClassificationDecoderMachine TranslationMulti-class Classification+1

What’s Hidden in a One-layer Randomly Weighted Transformer?

2021-11-01 · EMNLP 2021 11 · Sheng Shen, Zhewei Yao, Douwe Kiela, Kurt Keutzer 외

We demonstrate that, hidden within one-layer randomly weighted neural networks, there exist subnetworks that can achieve impressive performance, without ever modifying the weight initializations, on machine translation t…

Machine TranslationTranslation

Speeding up Transformer Decoding via an Attention Refinement Network

2022-10-01 · COLING 2022 10 · Kaixin Wu, Yue Zhang, Bojie Hu, Tong Zhang

Despite the revolutionary advances made by Transformer in Neural Machine Translation (NMT), inference efficiency remains an obstacle due to the heavy use of attention operations in auto-regressive decoding. We thereby pr…

Machine TranslationNMTTranslation

CASIA's System for IWSLT 2020 Open Domain Translation

2020-07-01 · WS 2020 7 · Qian Wang, Yuchen Liu, Cong Ma, Yu Lu 외

This paper describes the CASIA{'}s system for the IWSLT 2020 open domain translation task. This year we participate in both Chinese→Japanese and Japanese→Chinese translation tasks. Our system is neural machine translatio…

Knowledge DistillationMachine TranslationTranslation

What's Hidden in a One-layer Randomly Weighted Transformer?

2021-09-08 · Sheng Shen, Zhewei Yao, Douwe Kiela, Kurt Keutzer 외

We demonstrate that, hidden within one-layer randomly weighted neural networks, there exist subnetworks that can achieve impressive performance, without ever modifying the weight initializations, on machine translation t…

Machine TranslationTranslation