paper-with-me

홈 › Papers

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

2021-09-11 · EMNLP 2021 11 · Zhuang Li, Lizhen Qu, Gholamreza Haffari

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.

📄 PDF Abstract BibTeX arXiv:2109.05186

Code (1)

zhuang-li/cl_nsp 공식 구현 pytorch

Tasks

Continual LearningSemantic Parsing

Similar Papers 제목 키워드 기반

Comparison of Syntactic Parsers on Biomedical Texts

2020-08-17 · Maria Biryukov

Syntactic parsing is an important step in the automated text analysis which aims at information extraction. Quality of the syntactic parsing determines to a large extent the recall and precision of the text mining result…

Filling Memory Gaps: Enhancing Continual Semantic Parsing via SQL Syntax Variance-Guided LLMs without Real Data Replay

2024-12-10 · Ruiheng Liu, Jinyu Zhang, Yanqi Song, Yu Zhang 외

Continual Semantic Parsing (CSP) aims to train parsers to convert natural language questions into SQL across tasks with limited annotated examples, adapting to the real-world scenario of dynamically updated databases. Pr…

Continual LearningLanguage ModelingLanguage ModellingLarge Language Model+1

Fast Domain Adaptation of Semantic Parsers via Paraphrase Attention

2019-11-01 · WS 2019 11 · Avik Ray, Yilin Shen, Hongxia Jin

Semantic parsers are used to convert user{'}s natural language commands to executable logical form in intelligent personal agents. Labeled datasets required to train such parsers are expensive to collect, and are never c…

Domain Adaptation

All Fragments Count in Parser Evaluation

2014-05-01 · LREC 2014 5 · Jasmijn Bastings, Khalil Sima{'}an

PARSEVAL, the default paradigm for evaluating constituency parsers, calculates parsing success (Precision/Recall) as a function of the number of matching labeled brackets across the test set. Nodes in constituency trees,…

AllHuman ParsingMachine Translation

Performance of Stanford and Minipar Parser on Biomedical Texts

2014-09-25 · Rushdi Shams

In this paper, the performance of two dependency parsers, namely Stanford and Minipar, on biomedical texts has been reported. The performance of te parsers to assignm dependencies between two biomedical concepts that are…