paper-with-me

Papers

Gated Orthogonal Recurrent Units: On Learning to Forget

2017-06-08 · Li Jing, Caglar Gulcehre, John Peurifoy, Yichen Shen, Max Tegmark, Marin Soljačić, Yoshua Bengio

We present a novel recurrent neural network (RNN) based model that combines the remembering ability of unitary RNNs with the ability of gated RNNs to effectively forget redundant/irrelevant information in its memory. We achieve this by extending unitary RNNs with a gating mechanism. Our model is able to outperform LSTMs, GRUs and Unitary RNNs on several long-term dependency benchmark tasks. We empirically both show the orthogonal/unitary RNNs lack the ability to forget and also the ability of GORU to simultaneously remember long term dependencies while forgetting irrelevant information. This plays an important role in recurrent neural networks. We provide competitive results along with an analysis of our model on many natural sequential tasks including the bAbI Question Answering, TIMIT speech spectrum prediction, Penn TreeBank, and synthetic tasks that involve long-term dependencies such as algorithmic, parenthesis, denoising and copying tasks.

📄 PDF Abstract BibTeX arXiv:1706.02761

Code (1)

jingli9111/GORU-tensorflow 공식 구현 tf

Tasks

DenoisingQuestion Answering

Similar Papers 제목 키워드 기반

Simplified Minimal Gated Unit Variations for Recurrent Neural Networks

2017-01-12 · Joel Heck, Fathi M. Salem

Recurrent neural networks with various types of hidden units have been used to solve a diverse range of problems involving sequence data. Two of the most recent proposals, gated recurrent units (GRU) and minimal gated un…

Simplifying Neural Machine Translation with Addition-Subtraction Twin-Gated Recurrent Networks

2018-10-30 · EMNLP 2018 10 · Biao Zhang, Deyi Xiong, Jinsong Su, Qian Lin 외

In this paper, we propose an additionsubtraction twin-gated recurrent network (ATR) to simplify neural machine translation. The recurrent units of ATR are heavily simplified to have the smallest number of weight matrices…

Chinese Word SegmentationMachine TranslationNatural Language InferenceTranslation

Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling

2014-12-11 · Junyoung Chung, Caglar Gulcehre, Kyunghyun Cho, Yoshua Bengio

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)…

Music Modeling

Gated Feedback Recurrent Neural Networks

2015-02-09 · Junyoung Chung, Caglar Gulcehre, Kyunghyun Cho, Yoshua Bengio

In this work, we propose a novel recurrent neural network (RNN) architecture. The proposed RNN, gated-feedback RNN (GF-RNN), extends the existing approach of stacking multiple recurrent layers by allowing and controlling…

Language ModelingLanguage Modelling

Storytelling of Photo Stream with Bidirectional Multi-thread Recurrent Neural Network

2016-06-02 · Yu Liu, Jianlong Fu, Tao Mei, Chang Wen Chen

Visual storytelling aims to generate human-level narrative language (i.e., a natural paragraph with multiple sentences) from a photo streams. A typical photo story consists of a global timeline with multi-thread local st…

Video CaptioningVisual Storytelling