CLApr 7, 2021

Better Neural Machine Translation by Extracting Linguistic Information from BERT

arXiv:2104.02831v1800 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of making NMT more robust and generalizable for translation tasks, though it appears incremental as it builds on existing BERT and Transformer methods.

The paper tackles the problem of effectively incorporating linguistic information into neural machine translation (NMT) by extracting dense fine-tuned vector-based information from BERT instead of using point estimates, resulting in improved generalization across various training contexts without increasing training difficulty.

Adding linguistic information (syntax or semantics) to neural machine translation (NMT) has mostly focused on using point estimates from pre-trained models. Directly using the capacity of massive pre-trained contextual word embedding models such as BERT (Devlin et al., 2019) has been marginally useful in NMT because effective fine-tuning is difficult to obtain for NMT without making training brittle and unreliable. We augment NMT by extracting dense fine-tuned vector-based linguistic information from BERT instead of using point estimates. Experimental results show that our method of incorporating linguistic information helps NMT to generalize better in a variety of training contexts and is no more difficult to train than conventional Transformer-based NMT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes