CLAILGOct 3, 2022

How Relevant is Selective Memory Population in Lifelong Language Learning?

arXiv:2210.00940v1299 citationsh-index: 17
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of catastrophic forgetting in lifelong language learning for NLP researchers, but it is incremental as it confirms existing findings from computer vision in a new domain.

The paper investigated the relevance of selective memory population in lifelong language learning, finding that random uniform sampling from the data stream leads to high performance, particularly with low memory sizes, consistent with prior computer vision studies.

Lifelong language learning seeks to have models continuously learn multiple tasks in a sequential order without suffering from catastrophic forgetting. State-of-the-art approaches rely on sparse experience replay as the primary approach to prevent forgetting. Experience replay usually adopts sampling methods for the memory population; however, the effect of the chosen sampling strategy on model performance has not yet been studied. In this paper, we investigate how relevant the selective memory population is in the lifelong learning process of text classification and question-answering tasks. We found that methods that randomly store a uniform number of samples from the entire data stream lead to high performances, especially for low memory size, which is consistent with computer vision studies.

Foundations

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

Your Notes