paper-with-me

Papers

Can LLMs Alleviate Catastrophic Forgetting in Graph Continual Learning? A Systematic Study

2025-05-24 · Ziyang Cheng, ZHIXUN LI, Yuhan Li, Yixin Song, Kangyi Zhao, Dawei Cheng, Jia Li, Jeffrey Xu Yu

Nowadays, real-world data, including graph-structure data, often arrives in a streaming manner, which means that learning systems need to continuously acquire new knowledge without forgetting previously learned information. Although substantial existing works attempt to address catastrophic forgetting in graph machine learning, they are all based on training from scratch with streaming data. With the rise of pretrained models, an increasing number of studies have leveraged their strong generalization ability for continual learning. Therefore, in this work, we attempt to answer whether large language models (LLMs) can mitigate catastrophic forgetting in Graph Continual Learning (GCL). We first point out that current experimental setups for GCL have significant flaws, as the evaluation stage may lead to task ID leakage. Then, we evaluate the performance of LLMs in more realistic scenarios and find that even minor modifications can lead to outstanding results. Finally, based on extensive experiments, we propose a simple-yet-effective method, Simple Graph Continual Learning (SimGCL), that surpasses the previous state-of-the-art GNN-based baseline by around 20% under the rehearsal-free constraint. To facilitate reproducibility, we have developed an easy-to-use benchmark LLM4GCL for training and evaluating existing GCL methods. The code is available at: https://github.com/ZhixunLEE/LLM4GCL.

📄 PDF Abstract BibTeX arXiv:2505.18697

Code (1)

zhixunlee/llm4gcl 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

An Empirical Study of Catastrophic Forgetting in Large Language Models During Continual Fine-tuning

2023-08-17 · Yun Luo, Zhen Yang, Fandong Meng, Yafu Li 외

Catastrophic forgetting (CF) is a phenomenon that occurs in machine learning when a model forgets previously learned information while acquiring new knowledge for achieving a satisfactory performance in downstream tasks.…

DecoderReading Comprehension

Disentangle-based Continual Graph Representation Learning

2020-10-06 · EMNLP 2020 11 · Xiaoyu Kou, Yankai Lin, Shaobo Liu, Peng Li 외

Graph embedding (GE) methods embed nodes (and/or edges) in graph into a low-dimensional semantic space, and have shown its effectiveness in modeling multi-relational data. However, existing GE models are not practical in…

Continual LearningGraph EmbeddingGraph Representation LearningRepresentation Learning

Graph-Based Continual Learning

2020-07-09 · ICLR 2021 1 · Binh Tang, David S. Matteson

Despite significant advances, continual learning models still suffer from catastrophic forgetting when exposed to incrementally available data from non-stationary distributions. Rehearsal approaches alleviate the problem…

Continual Learning

Adaptive Model Ensemble for Continual Learning

2025-09-24 · Yuchuan Mao, Zhi Gao, Xiaomeng Fan, Yuwei Wu 외 arxiv

Model ensemble is an effective strategy in continual learning, which alleviates catastrophic forgetting by interpolating model parameters, achieving knowledge fusion learned from different tasks. However, existing model …

Continual Learning

Beyond Anti-Forgetting: Multimodal Continual Instruction Tuning with Positive Forward Transfer

2024-01-17 · Junhao Zheng, Qianli Ma, Zhen Liu, Binquan Wu 외

Multimodal Continual Instruction Tuning (MCIT) enables Multimodal Large Language Models (MLLMs) to meet continuously emerging requirements without expensive retraining. MCIT faces two major obstacles: catastrophic forget…