CLNov 23, 2021

Deps-SAN: Neural Machine Translation with Dependency-Scaled Self-Attention Network

arXiv:2111.11707v54 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of making syntax-aware NMT more efficient for machine translation tasks, though it is incremental as it builds on existing Transformer and syntax integration methods.

The authors tackled the problem of incorporating syntax into Transformer-based neural machine translation without adding parameters, proposing a dependency-scaled self-attention network that improved translation performance on German-to-English benchmarks.

Syntax knowledge contributes its powerful strength in Neural machine translation (NMT) tasks. Early NMT works supposed that syntax details can be automatically learned from numerous texts via attention networks. However, succeeding researches pointed out that limited by the uncontrolled nature of attention computation, the NMT model requires an external syntax to capture the deep syntactic awareness. Although existing syntax-aware NMT methods have born great fruits in combining syntax, the additional workloads they introduced render the model heavy and slow. Particularly, these efforts scarcely involve the Transformer-based NMT and modify its core self-attention network (SAN). To this end, we propose a parameter-free, Dependency-scaled Self-Attention Network (Deps-SAN) for syntax-aware Transformer-based NMT. A quantified matrix of dependency closeness between tokens is constructed to impose explicit syntactic constraints into the SAN for learning syntactic details and dispelling the dispersion of attention distributions. Two knowledge sparsing techniques are further integrated to avoid the model overfitting the dependency noises introduced by the external parser. Experiments and analyses on IWSLT14 German-to-English and WMT16 German-to-English benchmark NMT tasks verify the effectiveness of our approach.

Foundations

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

Your Notes