paper-with-me

홈 › Papers

Parameterizing Context: Unleashing the Power of Parameter-Efficient Fine-Tuning and In-Context Tuning for Continual Table Semantic Parsing

2023-10-07 · NeurIPS 2023 11

Continual table semantic parsing aims to train a parser on a sequence of tasks, where each task requires the parser to translate natural language into SQL based on task-specific tables but only offers limited training examples. Conventional methods tend to suffer from overfitting with limited supervision, as well as catastrophic forgetting due to parameter updates. Despite recent advancements that partially alleviate these issues through semi-supervised data augmentation and retention of a few past examples, the performance is still limited by the volume of unsupervised data and stored examples. To overcome these challenges, this paper introduces a novel method integrating \textit{parameter-efficient fine-tuning} (PEFT) and \textit{in-context tuning} (ICT) for training a continual table semantic parser. Initially, we present a task-adaptive PEFT framework capable of fully circumventing catastrophic forgetting, which is achieved by freezing the pre-trained model backbone and fine-tuning small-scale prompts. Building on this, we propose a teacher-student framework-based solution. The teacher addresses the few-shot problem using ICT, which procures contextual information by demonstrating a few training examples. In turn, the student leverages the proposed PEFT framework to learn from the teacher's output distribution, and subsequently compresses and saves the contextual information to the prompts, eliminating the need to store any training examples. Experimental evaluations on two benchmarks affirm the superiority of our method over prevalent few-shot and continual learning baselines across various metrics.

📄 PDF Abstract BibTeX arXiv:2310.04801

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningData Augmentationparameter-efficient fine-tuningSemantic Parsing

Similar Papers 제목 키워드 기반

Distortion measure of spectrograms for classification of respiratory diseases

2021-06-04 · Jeremy Levy, Alexander Naitsat, Yehoshua Y. Zeevi

A new method for the classification of respiratory diseases is presented. The method is based on a novel class of features, extracted from pulmonary sounds, by parameterizing their spectrograms that are represented as su…

ClassificationDescriptive

Spread Divergence

2018-11-21 · Mingtian Zhang, Peter Hayes, Tom Bird, Raza Habib 외

For distributions $\mathbb{P}$ and $\mathbb{Q}$ with different supports or undefined densities, the divergence $\textrm{D}(\mathbb{P}||\mathbb{Q})$ may not exist. We define a Spread Divergence $\tilde{\textrm{D}}(\mathbb…

Model-Free Unsupervised Learning for Optimization Problems with Constraints

2019-07-30 · Chengjian Sun, Dong Liu, Chenyang Yang

In many optimization problems in wireless communications, the expressions of objective function or constraints are hard or even impossible to derive, which makes the solutions difficult to find. In this paper, we propose…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Uncertainty Quantification for Recursive Estimation in Adaptive Safety-Critical Control

2023-04-04 · Max H. Cohen, Makai Mann, Kevin Leahy, Calin Belta

In this paper, we present a framework for online parameter estimation and uncertainty quantification in the context of adaptive safety-critical control. The key insight enabling our approach is that the parameter estimat…

parameter estimationUncertainty Quantification

Neural Ordinary Differential Equations on Manifolds

2020-06-11 · Luca Falorsi, Patrick Forré

Normalizing flows are a powerful technique for obtaining reparameterizable samples from complex multimodal distributions. Unfortunately current approaches fall short when the underlying space has a non trivial topology, …