# Partially Non-Recurrent Controllers for Memory-Augmented Neural Networks

**Authors:** Naoya Taguchi, Yoshimasa Tsuruoka

arXiv: 1812.11485 · 2019-01-01

## TL;DR

This paper introduces a partially non-recurrent controller for Memory-Augmented Neural Networks that improves external memory utilization and enhances task performance compared to traditional RNN controllers.

## Contribution

It proposes a novel controller design that reduces internal memory reliance, enabling better external memory use in MANNs.

## Key findings

- Significantly better results on Toy and bAbI tasks
- Improved external memory utilization over standard RNN controllers
- Enhanced task-solving capabilities in MANNs

## Abstract

Memory-Augmented Neural Networks (MANNs) are a class of neural networks equipped with an external memory, and are reported to be effective for tasks requiring a large long-term memory and its selective use. The core module of a MANN is called a controller, which is usually implemented as a recurrent neural network (RNN) (e.g., LSTM) to enable the use of contextual information in controlling the other modules. However, such an RNN-based controller often allows a MANN to directly solve the given task by using the (small) internal memory of the controller, and prevents the MANN from making the best use of the external memory, thereby resulting in a suboptimally trained model. To address this problem, we present a novel type of RNN-based controller that is partially non-recurrent and avoids the direct use of its internal memory for solving the task, while keeping the ability of using contextual information in controlling the other modules. Our empirical experiments using Neural Turing Machines and Differentiable Neural Computers on the Toy and bAbI tasks demonstrate that the proposed controllers give substantially better results than standard RNN-based controllers.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.11485/full.md

## Figures

24 figures with captions in the complete paper: https://tomesphere.com/paper/1812.11485/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1812.11485/full.md

---
Source: https://tomesphere.com/paper/1812.11485