Converting Continuous-Space Language Models into N-Gram Language Models for Statistical Machine Translation.

Rui Wang,Masao Utiyama,Isao Goto,Eiichiro Sumita,Hai Zhao,Bao-Liang Lu
DOI: https://doi.org/10.18653/v1/d13-1082
2013-01-01
Abstract:Neural network language models, or continuous-space language models (CSLMs), have been shown to improve the performance of statistical machine translation (SMT) when they are used for reranking n-best translations. However, CSLMs have not been used in the first pass decoding of SMT, because using CSLMs in decoding takes a lot of time. In contrast, we propose a method for converting CSLMs into back-off n-gram language models (BNLMs) so that we can use converted CSLMs in decoding. We show that they outperform the original BNLMs and are comparable with the traditional use of CSLMs in reranking.
What problem does this paper attempt to address?