Look Backward and Forward: Self-Knowledge Distillation with Bidirectional Decoder for Neural Machine Translation
Xuanwei Zhang, Libin Shen, Disheng Pan, Liang Wang, Yanjun, Miao

TL;DR
This paper introduces SBD-NMT, a novel self-knowledge distillation method using a bidirectional decoder to improve neural machine translation by enhancing global coherence and planning ahead.
Contribution
It proposes a backward decoder as a regularizer and knowledge source for the forward decoder, improving translation quality over standard Transformer models.
Findings
Significant performance improvements over strong Transformer baselines.
Effective regularization via backward decoder enhances global coherence.
Better long-term planning in translation outputs.
Abstract
Neural Machine Translation(NMT) models are usually trained via unidirectional decoder which corresponds to optimizing one-step-ahead prediction. However, this kind of unidirectional decoding framework may incline to focus on local structure rather than global coherence. To alleviate this problem, we propose a novel method, Self-Knowledge Distillation with Bidirectional Decoder for Neural Machine Translation(SBD-NMT). We deploy a backward decoder which can act as an effective regularization method to the forward decoder. By leveraging the backward decoder's information about the longer-term future, distilling knowledge learned in the backward decoder can encourage auto-regressive NMT models to plan ahead. Experiments show that our method is significantly better than the strong Transformer baselines on multiple machine translation data sets.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Residual Connection · Layer Normalization · Adam · Absolute Position Encodings · Dense Connections · Position-Wise Feed-Forward Layer · Label Smoothing
