Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling
About
In this paper we compare different types of recurrent units in recurrent neural networks (RNNs). Especially, we focus on more sophisticated units that implement a gating mechanism, such as a long short-term memory (LSTM) unit and a recently proposed gated recurrent unit (GRU). We evaluate these recurrent units on the tasks of polyphonic music modeling and speech signal modeling. Our experiments revealed that these advanced recurrent units are indeed better than more traditional recurrent units such as tanh units. Also, we found GRU to be comparable to LSTM.
Junyoung Chung, Caglar Gulcehre, KyungHyun Cho, Yoshua Bengio• 2014
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Natural Language Inference | SNLI (test) | Accuracy84.9 | 681 | |
| Sentiment Analysis | IMDB (test) | Accuracy86.2 | 248 | |
| Natural Language Inference | SNLI (train) | Accuracy91.9 | 154 | |
| Character-level Language Modeling | Penn Treebank (test) | BPC1.33 | 113 | |
| Time-series classification | CHARACTER TRAJ. (test) | Accuracy0.646 | 73 | |
| Multivariate Time-series Forecasting | Solar-Energy (test) | RSE0.1932 | 56 | |
| Semantic Relatedness | SICK 2014 (test) | Pearson's r0.8572 | 56 | |
| In-hospital mortality prediction | MIMIC-III (test) | AUC0.886 | 49 | |
| Event Prediction | StackOverflow | RMSE0.95 | 42 | |
| Multivariate Time-series Forecasting | Exchange-Rate (test) | RSE0.0192 | 36 |
Showing 10 of 60 rows