CLMay 8, 2019

Syntax-Enhanced Neural Machine Translation with Syntax-Aware Word Representations

arXiv:1905.02878v11108 citations
Originality Incremental advance
AI Analysis

This work addresses error propagation in syntax-enhanced NMT for translation tasks, offering an incremental improvement over explicit methods like Tree-RNN and Tree-Linearization.

The paper tackles the problem of error propagation in syntax integration for neural machine translation by proposing syntax-aware word representations from a parser's hidden layers, achieving BLEU score improvements of 1.74 points on Chinese-English and 0.80 point on English-Vietnamese datasets compared to a baseline.

Syntax has been demonstrated highly effective in neural machine translation (NMT). Previous NMT models integrate syntax by representing 1-best tree outputs from a well-trained parsing system, e.g., the representative Tree-RNN and Tree-Linearization methods, which may suffer from error propagation. In this work, we propose a novel method to integrate source-side syntax implicitly for NMT. The basic idea is to use the intermediate hidden representations of a well-trained end-to-end dependency parser, which are referred to as syntax-aware word representations (SAWRs). Then, we simply concatenate such SAWRs with ordinary word embeddings to enhance basic NMT models. The method can be straightforwardly integrated into the widely-used sequence-to-sequence (Seq2Seq) NMT models. We start with a representative RNN-based Seq2Seq baseline system, and test the effectiveness of our proposed method on two benchmark datasets of the Chinese-English and English-Vietnamese translation tasks, respectively. Experimental results show that the proposed approach is able to bring significant BLEU score improvements on the two datasets compared with the baseline, 1.74 points for Chinese-English translation and 0.80 point for English-Vietnamese translation, respectively. In addition, the approach also outperforms the explicit Tree-RNN and Tree-Linearization methods.

Foundations

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

Your Notes