CLMar 23, 2022

Integrating Vectorized Lexical Constraints for Neural Machine Translation

Tsinghua
arXiv:2203.12210v1640 citationsh-index: 71
Originality Incremental advance
AI Analysis

This addresses the need for controlled translation in practical scenarios, offering a novel integration approach that is incremental over existing methods.

The paper tackled the problem of integrating lexical constraints into neural machine translation by vectorizing constraints for direct model integration, resulting in consistent outperformance of baselines on four language pairs.

Lexically constrained neural machine translation (NMT), which controls the generation of NMT models with pre-specified constraints, is important in many practical scenarios. Due to the representation gap between discrete constraints and continuous vectors in NMT models, most existing works choose to construct synthetic data or modify the decoding algorithm to impose lexical constraints, treating the NMT model as a black box. In this work, we propose to open this black box by directly integrating the constraints into NMT models. Specifically, we vectorize source and target constraints into continuous keys and values, which can be utilized by the attention modules of NMT models. The proposed integration method is based on the assumption that the correspondence between keys and values in attention modules is naturally suitable for modeling constraint pairs. Experimental results show that our method consistently outperforms several representative baselines on four language pairs, demonstrating the superiority of integrating vectorized lexical constraints.

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