chapter six
6 Episodic memory for NLP
This chapter covers
- Applying strongly supervised end-to-end memory networks to other sequential NLP problems than just standard Question Answering
- Implementing a multi-hop memory network that allows for semi-supervised training
- Comparing strongly supervised memory networks to semi-supervised memory networks
For the data we use, we will find that strongly supervised memory networks easily produce above-baseline results with very little effort. Semi-supervised memory networks produce better accuracies in a number of cases, but not consistently.