English

Chunk-Based Bi-Scale Decoder for Neural Machine Translation

Computation and Language 2017-05-04 v1

Abstract

In typical neural machine translation~(NMT), the decoder generates a sentence word by word, packing all linguistic granularities in the same time-scale of RNN. In this paper, we propose a new type of decoder for NMT, which splits the decode state into two parts and updates them in two different time-scales. Specifically, we first predict a chunk time-scale state for phrasal modeling, on top of which multiple word time-scale states are generated. In this way, the target sentence is translated hierarchically from chunks to words, with information in different granularities being leveraged. Experiments show that our proposed model significantly improves the translation performance over the state-of-the-art NMT model.

Keywords

Cite

@article{arxiv.1705.01452,
  title  = {Chunk-Based Bi-Scale Decoder for Neural Machine Translation},
  author = {Hao Zhou and Zhaopeng Tu and Shujian Huang and Xiaohua Liu and Hang Li and Jiajun Chen},
  journal= {arXiv preprint arXiv:1705.01452},
  year   = {2017}
}

Comments

Accepted as a short paper by ACL 2017

R2 v1 2026-06-22T19:35:43.141Z