CLAICVJun 17, 2024

Preserving Knowledge in Large Language Model with Model-Agnostic Self-Decompression

arXiv:2406.11354v21 citations
Originality Incremental advance
AI Analysis

This addresses the problem of knowledge retention for users of LLMs and MLLMs, representing an incremental improvement in mitigating forgetting during fine-tuning.

The paper tackles catastrophic forgetting in Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) during fine-tuning by introducing a model-agnostic self-decompression method called Tree Generation (TG), specifically TG-SFT, which generates synthetic data to reduce forgetting and improve performance on language benchmarks.

Humans can retain old knowledge while learning new information, but Large Language Models (LLMs) often suffer from catastrophic forgetting when post-pretrained or supervised fine-tuned (SFT) on domain-specific data. Moreover, for Multimodal Large Language Models (MLLMs) which are composed of the LLM base and visual projector (e.g. LLaVA), a significant decline in performance on language benchmarks was observed compared to their single-modality counterparts. To address these challenges, we introduce a novel model-agnostic self-decompression method, Tree Generation (TG), that decompresses knowledge within LLMs into the training corpus. This paper focuses on TG-SFT, which can synthetically generate SFT data for the instruction tuning steps. By incorporating the dumped corpus during SFT for MLLMs, we significantly reduce the forgetting problem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes