paper-with-me

홈 › Papers

Large Continual Instruction Assistant

2024-10-08 · Jingyang Qiao, Zhizhong Zhang, Xin Tan, Yanyun Qu, Shouhong Ding, Yuan Xie

Continual Instruction Tuning (CIT) is adopted to continually instruct Large Models to follow human intent data by data. It is observed that existing gradient update would heavily destroy the performance on previous datasets during CIT process. Instead, Exponential Moving Average (EMA), owns the ability to trace previous parameters, which can aid in decreasing forgetting. Nonetheless, its stable balance weight fails to deal with the ever-changing datasets, leading to the out-of-balance between plasticity and stability. In this paper, we propose a general continual instruction tuning framework to address the challenge. Starting from the trade-off prerequisite and EMA update, we propose the plasticity and stability ideal condition. Based on Taylor expansion in the loss function, we find the optimal balance weight can be automatically determined by the gradients and learned parameters. Therefore, we propose a stable-plasticity balanced coefficient to avoid knowledge interference. Based on the semantic similarity of the instructions, we can determine whether to retrain or expand the training parameters and allocate the most suitable parameters for the testing instances. Extensive experiments across multiple continual instruction tuning benchmarks demonstrate that our approach not only enhances anti-forgetting capabilities but also significantly improves overall continual tuning performance. Our code is available at https://github.com/JingyangQiao/CoIN.

📄 PDF Abstract BibTeX arXiv:2410.10868

Code (1)

jingyangqiao/coin 공식 구현 jax

Tasks

Question AnsweringSemantic SimilaritySemantic Textual SimilarityVisual Question Answering

Similar Papers 제목 키워드 기반

Domain-Specific Improvement on Psychotherapy Chatbot Using Assistant

2024-04-24 · Cheng Kang, Daniel Novak, Katerina Urbanova, Yuqing Cheng 외

Large language models (LLMs) have demonstrated impressive generalization capabilities on specific tasks with human-written instruction data. However, the limited quantity, diversity, and professional expertise of such in…

ChatbotDiversityRetrievalRetrieval-augmented Generation

Continual Instruction Tuning for Large Multimodal Models

2023-11-27 · Jinghan He, Haiyun Guo, Ming Tang, Jinqiao Wang

Instruction tuning is now a widely adopted approach to aligning large multimodal models (LMMs) to follow human intent. It unifies the data format of vision-language tasks, enabling multi-task joint training. However, vis…

Continual Learning

Continual LLaVA: Continual Instruction Tuning in Large Vision-Language Models

2024-11-04 · Meng Cao, Yuyang Liu, Yingfei Liu, Tiancai Wang 외

Instruction tuning constitutes a prevalent technique for tailoring Large Vision Language Models (LVLMs) to meet individual task requirements. To date, most of the existing approaches are confined to single-task adaptatio…

SwitchCIT: Switching for Continual Instruction Tuning

2024-07-16 · Xinbo Wu, Max Hartman, Vidhata Arjun Jayaraman, Lav R. Varshney

Large language models (LLMs) and multimodal models (MMs) have exhibited impressive capabilities in various domains, particularly in general language understanding and visual reasoning. However, these models, trained on m…

Text GenerationVisual Reasoning

Intelligent Virtual Assistants with LLM-based Process Automation

2023-12-04 · Yanchu Guan, Dong Wang, Zhixuan Chu, Shiyu Wang 외

While intelligent virtual assistants like Siri, Alexa, and Google Assistant have become ubiquitous in modern life, they still face limitations in their ability to follow multi-step instructions and accomplish complex goa…

Language ModellingLarge Language Model