paper-with-me

Papers

Recurrent Memory Networks for Language Modeling

2016-01-06 · NAACL 2016 6 · Ke Tran, Arianna Bisazza, Christof Monz

Recurrent Neural Networks (RNN) have obtained excellent result in many natural language processing (NLP) tasks. However, understanding and interpreting the source of this success remains a challenge. In this paper, we propose Recurrent Memory Network (RMN), a novel RNN architecture, that not only amplifies the power of RNN but also facilitates our understanding of its internal functioning and allows us to discover underlying patterns in data. We demonstrate the power of RMN on language modeling and sentence completion tasks. On language modeling, RMN outperforms Long Short-Term Memory (LSTM) network on three large German, Italian, and English dataset. Additionally we perform in-depth analysis of various linguistic dimensions that RMN captures. On Sentence Completion Challenge, for which it is essential to capture sentence coherence, our RMN obtains 69.2% accuracy, surpassing the previous state-of-the-art by a large margin.

📄 PDF Abstract BibTeX arXiv:1601.01272

Code (2)

ketranm/RMN 공식 구현 torch
simonjisu/NMT pytorch

Tasks

Language ModelingLanguage ModellingSentenceSentence Completion

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Attention-based Memory Selection Recurrent Network for Language Modeling

2016-11-26 · Da-Rong Liu, Shun-Po Chuang, Hung-Yi Lee

Recurrent neural networks (RNNs) have achieved great success in language modeling. However, since the RNNs have fixed size of memory, their memory cannot store all the information about the words it have seen before in t…

Language ModelingLanguage ModellingSentence

Memory-Augmented Recurrent Neural Networks Can Learn Generalized Dyck Languages

2019-11-08 · Mirac Suzgun, Sebastian Gehrmann, Yonatan Belinkov, Stuart M. Shieber

We introduce three memory-augmented Recurrent Neural Networks (MARNNs) and explore their capabilities on a series of simple language modeling tasks whose solutions require stack-based mechanisms. We provide the first dem…

Language ModelingLanguage Modelling

Feedforward Sequential Memory Neural Networks without Recurrent Feedback

2015-10-09 · ShiLiang Zhang, Hui Jiang, Si Wei, Li-Rong Dai

We introduce a new structure for memory neural networks, called feedforward sequential memory networks (FSMN), which can learn long-term dependency without using recurrent feedback. The proposed FSMN is a standard feedfo…

Language ModelingLanguage Modelling

Multiplicative Models for Recurrent Language Modeling

2019-06-30 · Diego Maupomé, Marie-Jean Meurs

Recently, there has been interest in multiplicative recurrent neural networks for language modeling. Indeed, simple Recurrent Neural Networks (RNNs) encounter difficulties recovering from past mistakes when generating se…

Language ModelingLanguage Modelling

Learning Longer Memory in Recurrent Neural Networks

2014-12-24 · Tomas Mikolov, Armand Joulin, Sumit Chopra, Michael Mathieu 외

Recurrent neural network is a powerful model that learns temporal patterns in sequential data. For a long time, it was believed that recurrent networks are difficult to train using simple optimizers, such as stochastic g…

Language ModelingLanguage Modelling