PAPER DIGEST
Most Influential ICML 2011 Paper · 2026-03 edition

Generating Text With Recurrent Neural Networks

Ilya Sutskever; James Martens; Geoffrey Hinton

Venue
International Conference on Machine Learning (ICML) 2011
Recognition
Most Influential ICML 2011 Paper (Rank No. 6)
Edition
2026-03
Impact factor
9
Certificate ID
f0d01776261f5d1c

Abstract

Recurrent Neural Networks (RNNs) are very powerful sequence models that do not enjoy widespread use because it is extremely difficult to train them properly. Fortunately, recent advances in Hessian-free optimization have been able to overcome the difficulties associated with training RNNs, making it possible to apply them successfully to challenging sequence problems. In this paper we demonstrate the power of RNNs trained with the new Hessian-Free optimizer (HF) by applying them to character-level language modeling tasks. The standard RNN architecture, while effective, is not ideally suited for such tasks, so we introduce a new RNN variant that uses multiplicative (or ``gated'') connections which allow the current input character to determine the transition matrix from one hidden state vector to the next. After training the multiplicative RNN with the HF optimizer for five days on 8 high-end Graphics Processing Units, we were able to surpass the performance of the best previous single method for character-level language modeling -- a hierarchical non-parametric sequence model. To our knowledge this represents the largest recurrent neural network application to date.

Download PDF certificate