Learning to Remember Translation History with a Continuous Cache.

Zhaopeng Tu,Yang Liu,Shuming Shi,Tong Zhang
DOI: https://doi.org/10.1162/tacl_a_00029
IF: 10.9
2018-01-01
Transactions of the Association for Computational Linguistics
Abstract:Existing neural machine translation (NMT) models generally translate sentences in isolation, missing the opportunity to take advantage of document-level information. In this work, we propose to augment NMT models with a very light-weight cache-like memory network, which stores recent hidden representations as translation history. The probability distribution over generated words is updated online depending on the translation history retrieved from the memory, endowing NMT models with the capability to dynamically adapt over time. Experiments on multiple domains with different topics and styles show the effectiveness of the proposed approach with negligible impact on the computational cost.
What problem does this paper attempt to address?