paper-with-me

Papers

Continual Sequence Generation with Adaptive Compositional Modules

2022-03-20 · ACL 2022 5 · Yanzhe Zhang, Xuezhi Wang, Diyi Yang

Continual learning is essential for real-world deployment when there is a need to quickly adapt the model to new tasks without forgetting knowledge of old tasks. Existing work on continual sequence generation either always reuses existing parameters to learn new tasks, which is vulnerable to catastrophic forgetting on dissimilar tasks, or blindly adds new parameters for every new task, which could prevent knowledge sharing between similar tasks. To get the best of both worlds, in this work, we propose continual sequence generation with adaptive compositional modules to adaptively add modules in transformer architectures and compose both old and new modules for new tasks. We also incorporate pseudo experience replay to facilitate knowledge transfer in those shared modules. Experiment results on various sequences of generation tasks show that our framework can adaptively add modules or reuse modules based on task similarity, outperforming state-of-the-art baselines in terms of both performance and parameter efficiency. We make our code public at https://github.com/GT-SALT/Adaptive-Compositional-Modules.

📄 PDF Abstract BibTeX arXiv:2203.10652

Code (2)

GT-SALT/Adaptive-Compositional-Modules 공식 구현 jax
salt-nlp/adaptive-compositional-modules jax

Tasks

Continual LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Rehearsal-Free Modular and Compositional Continual Learning for Language Models

2024-03-31 · Mingyang Wang, Heike Adel, Lukas Lange, Jannik Strötgen 외

Continual learning aims at incrementally acquiring new knowledge while not forgetting existing knowledge. To overcome catastrophic forgetting, methods are either rehearsal-based, i.e., store data examples from previous t…

Continual LearningTransfer Learning

Compositional Language Continual Learning

2020-05-01 · ICLR 2020 1 · Yuanpeng Li, Liang Zhao, Kenneth Church, Mohamed Elhoseiny

Motivated by the human's ability to continually learn and gain knowledge over time, several research efforts have been pushing the limits of machines to constantly learn while alleviating catastrophic forgetting. Most of…

Continual LearningMachine TranslationTransfer LearningTranslation

Adaptive Visual Scene Understanding: Incremental Scene Graph Generation

2023-10-02 · Naitik Khandelwal, Xiao Liu, Mengmi Zhang

Scene graph generation (SGG) analyzes images to extract meaningful information about objects and their relationships. In the dynamic visual world, it is crucial for AI systems to continuously detect new objects and estab…

BenchmarkingContinual LearningGraph Generationobject-detection+3

Compositional Program Generation for Few-Shot Systematic Generalization

2023-09-28 · Tim Klinger, Luke Liu, Soham Dan, Maxwell Crouse 외

Compositional generalization is a key ability of humans that enables us to learn new concepts from only a handful examples. Neural machine learning models, including the now ubiquitous Transformers, struggle to generaliz…

Systematic Generalization

Exploring Continual Learning of Compositional Generalization in NLI

2024-03-07 · Xiyan Fu, Anette Frank

Compositional Natural Language Inference has been explored to assess the true abilities of neural models to perform NLI. Yet, current evaluations assume models to have full access to all primitive inferences in advance, …

Continual LearningNatural Language Inference