6 Episodic memory for NLP

This chapter covers

  • Applying strongly supervised end-to-end memory networks to sequential NLP problems
  • Implementing a multi-hop memory network that allows for semi-supervised training
  • Strongly supervised vs. semi-supervised memory networks

In this chapter, essentially, we will attempt to extend the use of episodic memory to an array of NLP problems by rephrasing them as instance of Question Answering problems. For the data we will use in this chapter, strongly supervised memory networks easily produce above-baseline results with very little effort. Semi-supervised memory networks produce better accuracy in some cases, but not consistently.

6.1 Memory networks for sequential NLP

When was the last time you stroked a ...

Get Deep Learning for Natural Language Processing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.