LGCLMLJun 3, 2019

Episodic Memory in Lifelong Language Learning

arXiv:1906.01076v3339 citations
Originality Incremental advance
AI Analysis

This addresses the problem of continuous learning from text streams for AI systems, though it appears incremental as it builds on existing memory-based approaches.

The paper tackles catastrophic forgetting in lifelong language learning by proposing an episodic memory model with sparse experience replay and local adaptation, achieving significant memory reduction (50-90%) with minimal performance loss.

We introduce a lifelong language learning setup where a model needs to learn from a stream of text examples without any dataset identifier. We propose an episodic memory model that performs sparse experience replay and local adaptation to mitigate catastrophic forgetting in this setup. Experiments on text classification and question answering demonstrate the complementary benefits of sparse experience replay and local adaptation to allow the model to continuously learn from new datasets. We also show that the space complexity of the episodic memory module can be reduced significantly (~50-90%) by randomly choosing which examples to store in memory with a minimal decrease in performance. We consider an episodic memory component as a crucial building block of general linguistic intelligence and see our model as a first step in that direction.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes