CLSep 11, 2021

Total Recall: a Customized Continual Learning Method for Neural Semantic Parsers

arXiv:2109.05186v2664 citationsHas Code
AI Analysis

This addresses the challenge of catastrophic forgetting in semantic parsing, a domain-specific task, with incremental improvements tailored to structured outputs.

The paper tackles the problem of continual learning for neural semantic parsers, where models learn tasks sequentially without access to past data, and proposes TotalRecall, a customized method that achieves superior performance compared to state-of-the-art continual learning algorithms and a 3-6 times speedup over re-training from scratch.

This paper investigates continual learning for semantic parsing. In this setting, a neural semantic parser learns tasks sequentially without accessing full training data from previous tasks. Direct application of the SOTA continual learning algorithms to this problem fails to achieve comparable performance with re-training models with all seen tasks because they have not considered the special properties of structured outputs yielded by semantic parsers. Therefore, we propose TotalRecall, a continual learning method designed for neural semantic parsers from two aspects: i) a sampling method for memory replay that diversifies logical form templates and balances distributions of parse actions in a memory; ii) a two-stage training method that significantly improves generalization capability of the parsers across tasks. We conduct extensive experiments to study the research problems involved in continual semantic parsing and demonstrate that a neural semantic parser trained with TotalRecall achieves superior performance than the one trained directly with the SOTA continual learning algorithms and achieve a 3-6 times speedup compared to re-training from scratch. Code and datasets are available at: https://github.com/zhuang-li/cl_nsp.

Code Implementations1 repo
Foundations

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

Your Notes