CLApr 14, 2017

Neural Machine Translation Model with a Large Vocabulary Selected by Branching Entropy

arXiv:1704.04520v65 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in NMT for patent translation, offering a language-agnostic solution to handle rare terms, but it is incremental as it builds on existing NMT and SMT methods.

The paper tackles the problem of neural machine translation (NMT) struggling with large vocabularies, especially for patent documents with rare technical terms, by selecting phrases using branching entropy and integrating them with SMT, resulting in substantial improvements over a baseline NMT model and reducing under-translation errors by around half.

Neural machine translation (NMT), a new approach to machine translation, has achieved promising results comparable to those of traditional approaches such as statistical machine translation (SMT). Despite its recent success, NMT cannot handle a larger vocabulary because the training complexity and decoding complexity proportionally increase with the number of target words. This problem becomes even more serious when translating patent documents, which contain many technical terms that are observed infrequently. In this paper, we propose to select phrases that contain out-of-vocabulary words using the statistical approach of branching entropy. This allows the proposed NMT system to be applied to a translation task of any language pair without any language-specific knowledge about technical term identification. The selected phrases are then replaced with tokens during training and post-translated by the phrase translation table of SMT. Evaluation on Japanese-to-Chinese, Chinese-to-Japanese, Japanese-to-English and English-to-Japanese patent sentence translation proved the effectiveness of phrases selected with branching entropy, where the proposed NMT model achieves a substantial improvement over a baseline NMT model without our proposed technique. Moreover, the number of translation errors of under-translation by the baseline NMT model without our proposed technique reduces to around half by the proposed NMT model.

Foundations

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

Your Notes