paper-with-me

홈 › Papers

Depth Growing for Neural Machine Translation

2019-07-03 · ACL 2019 7 · Lijun Wu, Yiren Wang, Yingce Xia, Fei Tian, Fei Gao, Tao Qin, Jian-Huang Lai, Tie-Yan Liu

While very deep neural networks have shown effectiveness for computer vision and text classification applications, how to increase the network depth of neural machine translation (NMT) models for better translation quality remains a challenging problem. Directly stacking more blocks to the NMT model results in no improvement and even reduces performance. In this work, we propose an effective two-stage approach with three specially designed components to construct deeper NMT models, which result in significant improvements over the strong Transformer baselines on WMT$14$ English$\to$German and English$\to$French translation tasks\footnote{Our code is available at \url{https://github.com/apeterswu/Depth_Growing_NMT}}.

📄 PDF Abstract BibTeX arXiv:1907.01968

Code (1)

apeterswu/Depth_Growing_NMT 공식 구현 pytorch

Tasks

Machine TranslationNMTtext-classificationText ClassificationTranslation

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

Deep Architectures for Neural Machine Translation

2017-07-24 · WS 2017 9 · Antonio Valerio Miceli Barone, Jindřich Helcl, Rico Sennrich, Barry Haddow 외

It has been shown that increasing model depth improves the quality of neural machine translation. However, different architectural variants to increase model depth have been proposed, and so far, there has been no thorou…

DecoderGPUMachine TranslationTranslation

EED: Extended Edit Distance Measure for Machine Translation

2019-08-01 · WS 2019 8 · Peter Stanchev, Weiyue Wang, Hermann Ney

Over the years a number of machine translation metrics have been developed in order to evaluate the accuracy and quality of machine-generated translations. Metrics such as BLEU and TER have been used for decades. However…

Machine TranslationTranslation

Training Flexible Depth Model by Multi-Task Learning for Neural Machine Translation

2020-10-16 · Findings of the Association for Computational Linguistics 2020 · Qiang Wang, Tong Xiao, Jingbo Zhu

The standard neural machine translation model can only decode with the same depth configuration as training. Restricted by this feature, we have to deploy models of various sizes to maintain the same translation latency,…

Machine TranslationMulti-Task LearningTranslation

Neural Network Based Bilingual Language Model Growing for Statistical Machine Translation

2014-10-01 · EMNLP 2014 10 · Rui Wang, Hai Zhao, Bao-liang Lu, Masao Utiyama 외
Language ModelingLanguage ModellingMachine TranslationTranslation

Incorporating Human Translator Style into English-Turkish Literary Machine Translation

2023-07-21 · Zeynep Yirmibeşoğlu, Olgun Dursun, Harun Dallı, Mehmet Şahin 외

Although machine translation systems are mostly designed to serve in the general domain, there is a growing tendency to adapt these systems to other domains like literary translation. In this paper, we focus on English-T…

Data AugmentationMachine TranslationTranslation