通过联合学习对齐和翻译的神经机器翻译

Neural Machine Translation by Jointly Learning to Align and Translate

约书亚·本吉奥 Yoshua Bengio · U. Montréal · 2014-09-01 · arXiv:1409.0473 ↗ · 被引 29639

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

神经机器翻译是最近提出的一种机器翻译方法。与传统的统计机器翻译不同,神经机器翻译旨在构建一个单一的神经网络,该网络可以联合调整以最大化翻译性能。最近提出的神经机器翻译模型通常属于编码器-解码器家族,包括一个将源句子编码为固定长度向量的编码器,解码器则从该向量生成翻译。在本文中,我们推测使用固定长度向量是改进这种基本编码器-解码器架构性能的瓶颈,并提出通过允许模型自动(软)搜索源句子中与预测目标词相关的部分来扩展该架构,而无需将这些部分明确地形成硬分段。通过这种新方法,我们在英法翻译任务上实现了与现有最先进的基于短语的系统相当的翻译性能。此外,定性分析表明,模型找到的(软)对齐与我们的直觉非常吻合。

Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can be jointly tuned to maximize the translation performance. The models proposed recently for neural machine translation often belong to a family of encoder-decoders and consists of an encoder that encodes a source sentence into a fixed-length vector from which a decoder generates a translation. In this paper, we conjecture that the use of a fixed-length vector is a bottleneck in improving the performance of this basic encoder-decoder architecture, and propose to extend this by allowing a model to automatically (soft-)search for parts of a source sentence that are relevant to predicting a target word, without having to form these parts as a hard segment explicitly. With this new approach, we achieve a translation performance comparable to the existing state-of-the-art phrase-based system on the task of English-to-French translation. Furthermore, qualitative analysis reveals that the (soft-)alignments found by the model agree well with our intuition.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 16)

阅读逐段中英对照全文 →