paper-with-me

Papers

MuFuRU: The Multi-Function Recurrent Unit

2016-06-09 · Dirk Weissenborn, Tim Rocktäschel

Recurrent neural networks such as the GRU and LSTM found wide adoption in natural language processing and achieve state-of-the-art results for many tasks. These models are characterized by a memory state that can be written to and read from by applying gated composition operations to the current input and the previous state. However, they only cover a small subset of potentially useful compositions. We propose Multi-Function Recurrent Units (MuFuRUs) that allow for arbitrary differentiable functions as composition operations. Furthermore, MuFuRUs allow for an input- and state-dependent choice of these composition operations that is learned. Our experiments demonstrate that the additional functionality helps in different sequence modeling tasks, including the evaluation of propositional logic formulae, language modeling and sentiment analysis.

📄 PDF Abstract BibTeX arXiv:1606.03002

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingSentiment Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Lipschitz Recurrent Neural Networks

2020-06-22 · ICLR 2021 1 · N. Benjamin Erichson, Omri Azencot, Alejandro Queiruga, Liam Hodgkinson 외

Viewing recurrent neural networks (RNNs) as continuous-time dynamical systems, we propose a recurrent unit that describes the hidden state's evolution with two parts: a well-understood linear component plus a Lipschitz n…

Language ModelingLanguage ModellingSequential Image Classification

Multi-Zone Unit for Recurrent Neural Networks

2019-11-17 · Fandong Meng, Jinchao Zhang, Yang Liu, Jie zhou

Recurrent neural networks (RNNs) have been widely used to deal with sequence learning problems. The input-dependent transition function, which folds new observations into hidden states to sequentially construct fixed-len…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Language ModelingLanguage Modelling+1

Learning Input and Recurrent Weight Matrices in Echo State Networks

2013-11-13 · Hamid Palangi, Li Deng, Rabab K. Ward

Echo State Networks (ESNs) are a special type of the temporally deep network model, the Recurrent Neural Network (RNN), where the recurrent matrix is carefully designed and both the recurrent and input matrices are fixed…

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

Towards Non-saturating Recurrent Units for Modelling Long-term Dependencies

2019-01-22 · Sarath Chandar, Chinnadhurai Sankar, Eugene Vorontsov, Samira Ebrahimi Kahou 외

Modelling long-term dependencies is a challenge for recurrent neural networks. This is primarily due to the fact that gradients vanish during training, as the sequence length increases. Gradients can be attenuated by tra…