Papers › Very Deep Transformers for Neural Machine Translation

Very Deep Transformers for Neural Machine Translation

18 Aug 2020arXiv:2008.07772archive 2025-07-28

Xiaodong Liu, Kevin Duh, Liyuan Liu, Jianfeng Gao

We explore the application of very deep Transformer models for Neural Machine Translation (NMT). Using a simple yet effective initialization technique that stabilizes training, we show that it is feasible to build standard Transformer-based models with up to 60 encoder layers and 12 decoder layers. These deep models outperform their baseline 6-layer counterparts by as much as 2.5 BLEU, and achieve new state-of-the-art benchmark results on WMT14 English-French (43.8 BLEU and 46.4 BLEU with back-translation) and WMT14 English-German (30.1 BLEU).The code and trained models will be publicly available at: https://github.com/namisan/exdeep-nmt.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2008.07772")

Code

Syntology Ran 6 of 9 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 1 ran with no contract checked.

By repository: community (archive-listed): 9 samples from 2 repositories, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

namisan/exdeep-nmt officialmentioned in paper report
LiyuanLucasLiu/Transforemr-Clinic mentioned on GitHubpytorch report
LiyuanLucasLiu/Transformer-Clinic mentioned on GitHubpytorch report
microsoft/deepnmt mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 6 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · our draft was wrong
1ran
3unverified

Licence: 0 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Embedding microsoft/deepnmt/deepnmt/adv_transformer.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 96cbb5e9ca5b6be0 · report
Linear microsoft/deepnmt/deepnmt/transformer_layer.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 8cd8cb0d1e9e63e4 · report
dictolist LiyuanLucasLiu/Transformer-Clinic/fairseq/examples/translation_moe/score.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 81e9530973deb9b1 · report
last_n_checkpoints microsoft/deepnmt/nmt_eval/average_checkpoints.py community (archive-listed) ran MIT (permissive) · 99de76104bad1fc9 · report
load_ref LiyuanLucasLiu/Transformer-Clinic/fairseq/examples/translation_moe/score.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 3ed3082e1ace0b17 · report
load_sys LiyuanLucasLiu/Transformer-Clinic/fairseq/examples/translation_moe/score.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 874a757bff402af6 · report
KL microsoft/deepnmt/deepnmt/adv_label_smoothed_cross_entropy.py community (archive-listed) unverified MIT (permissive) · c8d783d775fd71be · report
average_checkpoints microsoft/deepnmt/nmt_eval/average_checkpoints.py community (archive-listed) unverified MIT (permissive) · 7cc2e301e30389d1 · report
label_smoothed_nll_loss microsoft/deepnmt/deepnmt/adv_label_smoothed_cross_entropy.py community (archive-listed) unverified MIT (permissive) · 0084024f3f3086ec · report

Tasks

DecoderMachine TranslationNMTTranslation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Machine Translation WMT2014 English-French Transformer+BT (ADMIN init) BLEU score 46.4 #1 of 57 Archive leaderboard report
Machine Translation WMT2014 English-French Transformer+BT (ADMIN init) SacreBLEU 44.4 #1 of 57 Archive leaderboard report
Machine Translation WMT2014 English-French Transformer (ADMIN init) BLEU score 43.8 #5 of 57 Archive leaderboard report
Machine Translation WMT2014 English-French Transformer (ADMIN init) SacreBLEU 41.8 #5 of 57 Archive leaderboard report
Machine Translation WMT2014 English-German Transformer (ADMIN init) BLEU score 30.1 #12 of 91 Archive leaderboard report
Machine Translation WMT2014 English-German Transformer (ADMIN init) Number of Params 256M #12 of 91 Archive leaderboard report
Machine Translation WMT2014 English-German Transformer (ADMIN init) SacreBLEU 29.5 #12 of 91 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections