paper-with-me

홈 › Papers

Towards Robust and Efficient Continual Language Learning

2023-07-11 · Adam Fisch, Amal Rannen-Triki, Razvan Pascanu, Jörg Bornschein, Angeliki Lazaridou, Elena Gribovskaya, Marc'Aurelio Ranzato

As the application space of language models continues to evolve, a natural question to ask is how we can quickly adapt models to new tasks. We approach this classic question from a continual learning perspective, in which we aim to continue fine-tuning models trained on past tasks on new tasks, with the goal of "transferring" relevant knowledge. However, this strategy also runs the risk of doing more harm than good, i.e., negative transfer. In this paper, we construct a new benchmark of task sequences that target different possible transfer scenarios one might face, such as a sequence of tasks with high potential of positive transfer, high potential for negative transfer, no expected effect, or a mixture of each. An ideal learner should be able to maximally exploit information from all tasks that have any potential for positive transfer, while also avoiding the negative effects of any distracting tasks that may confuse it. We then propose a simple, yet effective, learner that satisfies many of our desiderata simply by leveraging a selective strategy for initializing new models from past task checkpoints. Still, limitations remain, and we hope this benchmark can help the community to further build and analyze such learners.

📄 PDF Abstract BibTeX arXiv:2307.05741

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

CL-MASR: A Continual Learning Benchmark for Multilingual ASR

2023-10-25 · Luca Della Libera, Pooneh Mousavi, Salah Zaiem, Cem Subakan 외

Modern multilingual automatic speech recognition (ASR) systems like Whisper have made it possible to transcribe audio in multiple languages with a single model. However, current state-of-the-art ASR models are typically …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Continual Learningspeech-recognition+1

Continually Learn to Map Visual Concepts to Large Language Models in Resource-constrained Environments

2024-07-11 · Clea Rebillard, Julio Hurtado, Andrii Krutsylo, Lucia Passaro 외

Learning continually from a stream of non-i.i.d. data is an open challenge in deep learning, even more so when working in resource-constrained environments such as embedded devices. Visual models that are continually upd…

Continual LearningLanguage ModelingLanguage ModellingLarge Language Model

Pretrained Language Model in Continual Learning: A Comparative Study

2021-09-29 · ICLR 2022 4 · Tongtong Wu, Massimo Caccia, Zhuang Li, Yuan-Fang Li 외

Continual learning (CL) is a real-world learning paradigm in which a model learns from a stream of incoming data while avoiding forgetting previously learned knowledge. Pre-trained language models (PLM) have been success…

Continual LearningLanguage ModelingLanguage Modelling

Continual Pre-Training Mitigates Forgetting in Language and Vision

2022-05-19 · Andrea Cossu, Tinne Tuytelaars, Antonio Carta, Lucia Passaro 외

Pre-trained models are nowadays a fundamental component of machine learning research. In continual learning, they are commonly used to initialize the model before training on the stream of non-stationary data. However, p…

Continual LearningContinual Pretraining

Drinking from a Firehose: Continual Learning with Web-scale Natural Language

2020-07-18 · Hexiang Hu, Ozan Sener, Fei Sha, Vladlen Koltun

Continual learning systems will interact with humans, with each other, and with the physical world through time -- and continue to learn and adapt as they do. An important open problem for continual learning is a large-s…

Continual Learning