English

$gen$CNN: A Convolutional Architecture for Word Sequence Prediction

Computation and Language 2015-04-27 v2

Abstract

We propose a novel convolutional architecture, named gengenCNN, for word sequence prediction. Different from previous work on neural network-based language modeling and generation (e.g., RNN or LSTM), we choose not to greedily summarize the history of words as a fixed length vector. Instead, we use a convolutional neural network to predict the next word with the history of words of variable length. Also different from the existing feedforward networks for language modeling, our model can effectively fuse the local correlation and global correlation in the word sequence, with a convolution-gating strategy specifically designed for the task. We argue that our model can give adequate representation of the history, and therefore can naturally exploit both the short and long range dependencies. Our model is fast, easy to train, and readily parallelized. Our extensive experiments on text generation and nn-best re-ranking in machine translation show that gengenCNN outperforms the state-of-the-arts with big margins.

Keywords

Cite

@article{arxiv.1503.05034,
  title  = {$gen$CNN: A Convolutional Architecture for Word Sequence Prediction},
  author = {Mingxuan Wang and Zhengdong Lu and Hang Li and Wenbin Jiang and Qun Liu},
  journal= {arXiv preprint arXiv:1503.05034},
  year   = {2015}
}

Comments

Accepted by ACL as full paper(oral)

R2 v1 2026-06-22T08:55:11.217Z