LGAIMay 24, 2025

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

arXiv:2505.18697v23 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This work addresses catastrophic forgetting for graph machine learning practitioners, offering a novel approach with significant performance gains, though it is incremental in leveraging pretrained models.

The study tackled catastrophic forgetting in graph continual learning by evaluating large language models (LLMs) and found that minor modifications lead to outstanding results, proposing SimGCL which surpasses previous GNN-based baselines by around 20% under rehearsal-free constraints.

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.

Code Implementations1 repo
Foundations

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

Your Notes