paper-with-me

홈 › Papers

Recurrent Neural Networks with External Memory for Language Understanding

2015-05-31 · Baolin Peng, Kaisheng Yao

Recurrent Neural Networks (RNNs) have become increasingly popular for the task of language understanding. In this task, a semantic tagger is deployed to associate a semantic label to each word in an input sequence. The success of RNN may be attributed to its ability to memorize long-term dependence that relates the current-time semantic label prediction to the observations many time instances away. However, the memory capacity of simple RNNs is limited because of the gradient vanishing and exploding problem. We propose to use an external memory to improve memorization capability of RNNs. We conducted experiments on the ATIS dataset, and observed that the proposed model was able to achieve the state-of-the-art results. We compare our proposed model with alternative models and report analysis results that may provide insights for future research.

📄 PDF Abstract BibTeX arXiv:1506.00195

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Similar Papers 제목 키워드 기반

State-Regularized Recurrent Neural Networks

2019-01-25 · Cheng Wang, Mathias Niepert

Recurrent neural networks are a widely used class of neural architectures. They have, however, two shortcomings. First, it is difficult to understand what exactly they learn. Second, they tend to work poorly on sequences…

Language ModelingLanguage ModellingMemorizationObject Recognition+1

Recurrent Autoregressive Networks for Online Multi-Object Tracking

2017-11-07 · Kuan Fang, Yu Xiang, Xiaocheng Li, Silvio Savarese

The main challenge of online multi-object tracking is to reliably associate object trajectories with detections in each video frame based on their tracking history. In this work, we propose the Recurrent Autoregressive N…

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

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

Language ModelingLanguage ModellingSentenceSentence Completion

Recognizing Long Grammatical Sequences Using Recurrent Networks Augmented With An External Differentiable Stack

2020-04-04 · Ankur Mali, Alexander Ororbia, Daniel Kifer, Clyde Lee Giles

Recurrent neural networks (RNNs) are a widely used deep architecture for sequence modeling, generation, and prediction. Despite success in applications such as machine translation and voice recognition, these stateful mo…

Language ModellingMachine TranslationTime Series AnalysisTime Series Forecasting

Transformers are Stateless Differentiable Neural Computers

2026-02-27 · Bo Tang, Weiwei Xie arxiv

Differentiable Neural Computers (DNCs) were introduced as recurrent architectures equipped with an addressable external memory supporting differentiable read and write operations. Transformers, in contrast, are nominally…