paper-with-me

Papers

Learn from Yesterday: A Semi-Supervised Continual Learning Method for Supervision-Limited Text-to-SQL Task Streams

2022-11-21 · Yongrui Chen, Xinnan Guo, Tongtong Wu, Guilin Qi, Yang Li, Yang Dong

Conventional text-to-SQL studies are limited to a single task with a fixed-size training and test set. When confronted with a stream of tasks common in real-world applications, existing methods struggle with the problems of insufficient supervised data and high retraining costs. The former tends to cause overfitting on unseen databases for the new task, while the latter makes a full review of instances from past tasks impractical for the model, resulting in forgetting of learned SQL structures and database schemas. To address the problems, this paper proposes integrating semi-supervised learning (SSL) and continual learning (CL) in a stream of text-to-SQL tasks and offers two promising solutions in turn. The first solution Vanilla is to perform self-training, augmenting the supervised training data with predicted pseudo-labeled instances of the current task, while replacing the full volume retraining with episodic memory replay to balance the training efficiency with the performance of previous tasks. The improved solution SFNet takes advantage of the intrinsic connection between CL and SSL. It uses in-memory past information to help current SSL, while adding high-quality pseudo instances in memory to improve future replay. The experiments on two datasets shows that SFNet outperforms the widely-used SSL-only and CL-only baselines on multiple metrics.

📄 PDF Abstract BibTeX arXiv:2211.11226

Code (1)

bahuia/sscl-text2sql 공식 구현 pytorch

Tasks

Continual LearningText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Sub-graph Distillation for Robust Semi-supervised Continual Learning

2023-12-27 · Yan Fan, Yu Wang, Pengfei Zhu, QinGhua Hu

Continual learning (CL) has shown promising results and comparable performance to learning at once in a fully supervised manner. However, CL strategies typically require a large number of labeled samples, making their re…

Continual Learninggraph constructionKnowledge Distillation

Continual Semi-Supervised Learning through Contrastive Interpolation Consistency

2021-08-14 · Matteo Boschini, Pietro Buzzega, Lorenzo Bonicelli, Angelo Porrello 외

Continual Learning (CL) investigates how to train Deep Networks on a stream of tasks without incurring forgetting. CL settings proposed in literature assume that every incoming example is paired with ground-truth annotat…

Continual LearningMetric Learning

Hypernetworks for Continual Semi-Supervised Learning

2021-10-05 · Dhanajit Brahma, Vinay Kumar Verma, Piyush Rai

Learning from data sequentially arriving, possibly in a non i.i.d. way, with changing task distribution over time is called continual learning. Much of the work thus far in continual learning focuses on supervised learni…

Continual LearningGenerative Adversarial NetworkSplit-CIFAR-10

A soft nearest-neighbor framework for continual semi-supervised learning

2022-12-09 · ICCV 2023 1 · Zhiqi Kang, Enrico Fini, Moin Nabi, Elisa Ricci 외

Despite significant advances, the performance of state-of-the-art continual learning approaches hinges on the unrealistic scenario of fully labeled data. In this paper, we tackle this challenge and propose an approach fo…

Continual Learning

Learning to Predict Gradients for Semi-Supervised Continual Learning

2022-01-23 · Yan Luo, Yongkang Wong, Mohan Kankanhalli, Qi Zhao

A key challenge for machine intelligence is to learn new visual concepts without forgetting the previously acquired knowledge. Continual learning is aimed towards addressing this challenge. However, there is a gap betwee…

Continual Learning