UNIT: Unleash Large Language Models Potential for Graph Continual Learning

arXiv cs.AI Papers

Summary

The paper proposes UNIT, a framework that fine-tunes a large language model on the first task to enhance its adaptability for graph continual learning, addressing semantic-structural separation and imbalanced knowledge transfer. Experiments show state-of-the-art performance.

arXiv:2607.10159v1 Announce Type: new Abstract: In real-world multimodal web scenarios, graph-structured data often arrives in a streaming manner, making graph continual learning a crucial paradigm for continuously modeling such evolving structures. However, existing graph continual learning methods still face two fundamental challenges. 1) semantic-structural separation, where the graph-based methods excel at modeling topological relationships but neglect deep semantics. 2) imbalanced knowledge transfer, where existing models fail to effectively leverage general knowledge gained from early tasks to benefit subsequent new tasks. To address above issues, we propose a novel framework, \textbf{UN}leash Large Language Models PotentIal for Graph ConTinual Learning (UNIT). By fine-tuning large language model only on the first task, we bridge the distributional gap between the pre-trained LLM corpus and the target task dataset to enhance the adaptability of LLMs for graph-structured tasks. Meanwhile, we propose an uncertain-aware anchor generation mechanism to effectively preserve representative knowledge across tasks, avoiding the neglect of universal knowledge learned from previous tasks. Additionally, we introduce structural confluence modeling to explicitly integrates graph topology information into semantic information, enhancing the collaborative capabilities between semantic understanding and structural modeling. Extensive experiments demonstrate that our proposed method achieves state-of-the-art performance in the graph continual learning task.
Original Article
View Cached Full Text

Cached at: 07/14/26, 04:19 AM

# UNIT: Unleash Large Language Models Potential for Graph Continual Learning
Source: [https://arxiv.org/html/2607.10159](https://arxiv.org/html/2607.10159)
\(2026\)

###### Abstract\.

In real\-world multimodal web scenarios, graph\-structured data often arrives in a streaming manner, making graph continual learning a crucial paradigm for continuously modeling such evolving structures\. However, existing graph continual learning methods still face two fundamental challenges\. 1\) semantic\-structural separation, where the graph\-based methods excel at modeling topological relationships but neglect deep semantics\. 2\) imbalanced knowledge transfer, where existing models fail to effectively leverage general knowledge gained from early tasks to benefit subsequent new tasks\. To address above issues, we propose a novel framework,UNleash Large Language Models PotentIal for Graph ConTinual Learning \(UNIT\)\. By fine\-tuning large language model only on the first task, we bridge the distributional gap between the pre\-trained LLM corpus and the target task dataset to enhance the adaptability of LLMs for graph\-structured tasks\. Meanwhile, we propose an uncertain\-aware anchor generation mechanism to effectively preserve representative knowledge across tasks, avoiding the neglect of universal knowledge learned from previous tasks\. Additionally, we introduce structural confluence modeling to explicitly integrates graph topology information into semantic information, enhancing the collaborative capabilities between semantic understanding and structural modeling\. Extensive experiments demonstrate that our proposed method achieves state\-of\-the\-art performance in the graph continual learning task\.

Multimodal Fusion; Continual Learning; Large Language Models; Text\-attributed Graphs

††copyright:acmlicensed††journalyear:2026††doi:XXXXXXX\.XXXXXXX††conference:Proceedings of the 34rd ACM International Conference on Multimedia; November 10\-14, 2026; Rio de Janeiro, Brazil††booktitle:Proceedings of the 34rd ACM International Conference on Multimedia \(MM ’26\), November 10\-14, 2026, Rio de Janeiro, Brazil††isbn:978\-1\-4503\-XXXX\-X/2018/06††ccs:Computing methodologies Machine learning††ccs:Information systems Social networks††ccs:Information systems Data mining## 1\.Introduction

Graph Continual Learning \(GCL\) has become a crucial paradigm for modeling evolving multimodal data to analyze continuously changing structures in domains such as multimedia social networks\(Chen et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib3); Huang et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib13)\), multimodal knowledge graphs\(Han et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib9)\), and multimedia recommendation systems\(Jia et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib15)\)\. With the strong capability to capture complex graph topologies alongside rich multimodal node attributes—such as text, images, and video—Graph Neural Networks \(GNNs\) have emerged as the dominant backbone for GCL tasks\(Choi et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib7)\)\. Although existing efforts can preserve a portion of historical knowledge by regularization or empirical replay, they typically require retraining from scratch for each new task involving dynamic multimedia content\(Cheng et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib6)\), as shown in Figure[1](https://arxiv.org/html/2607.10159#S1.F1)\(a\)\. As a result, the model remains prone to overwriting previously learned cross\-modal alignments and structural knowledge when adapting to new data streams, leading to catastrophic forgetting\. Therefore, the emphasis on effective strategies to prevent catastrophic forgetting in dynamic multimedia environments remains the crucial challenge for graph continual learning tasks\.

![Refer to caption](https://arxiv.org/html/2607.10159v1/x1.png)Figure 1\.Workflow comparison\. The existing graph continual learning methods need to train GNN models from scratch for each task\. In contrast, our proposed framework only fine\-tunes the LLM on the first task, while subsequent tasks update the classifier based on the frozen\-parameter LLM\.The existing graph continual learning approaches are broadly categorized into three paradigms based on their technical foundations\. The regularization\-based methods\(Hung et al\.,[2019](https://arxiv.org/html/2607.10159#bib.bib14); Zhou and Cao,[2021](https://arxiv.org/html/2607.10159#bib.bib42)\)achieve parameter regularization through explicit constraints via topological weighting or knowledge distillation\. The task\-critical parameter isolation approaches\(Zhang et al\.,[2023b](https://arxiv.org/html/2607.10159#bib.bib36),[2022a](https://arxiv.org/html/2607.10159#bib.bib38)\)achieve parameter isolation by extending parameters to accommodate new knowledge\. The replay\-based approaches\(Zhang et al\.,[2022b](https://arxiv.org/html/2607.10159#bib.bib39),[2023a](https://arxiv.org/html/2607.10159#bib.bib40)\)by replaying representative historical data, including key nodes, sparse computational subgraphs, and streamlined task\-specific graphs, etc\. However, although existing graph continual learning methods alleviate catastrophic forgetting to some extent, they remain limited in effectively leveraging historical knowledge\. Specifically, replay\-based methods face practical constraints, as privacy concerns and storage limitations often restrict access to historical task data, thereby undermining their applicability\. Therefore, several studies attempt to design different paradigms to mitigate catastrophic forgetting in graph continual learning tasks\.

Recently, with the rapid advancement of large language models \(LLMs\), research interest in leveraging LLMs to model graph structures in conjunction with textual information has significantly increased, called Graph Language Models \(GLMs\)\(Liu et al\.,[2019](https://arxiv.org/html/2607.10159#bib.bib22); Zhou et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib41)\)\. The GLM methods typically leverage LLMs to retrieve node\-related semantic knowledge for enhancing the quality of initial embeddings in GNNs\(Wu et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib32); Zhu et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib44)\), or incorporate graph structural information into LLMs to improve classification predictions\(Tang et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib28); Chen et al\.,[2024b](https://arxiv.org/html/2607.10159#bib.bib4)\)\. Although such methods can effectively integrate semantic and structural information, they still fail to fully exploit historical knowledge in graph continual learning\. In contrast, SimGCL\(Cheng et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib6)\)is proposed as the first effort among GLM methods for graph continual learning tasks\. It employs structured prompts to perform instruction\-based fine\-tuning on LLMs during the initial task, while leveraging LLMs for classification predictions in subsequent tasks\. Compared to general GLM methods, the graph continual learning tasks with GLMs remains largely unexplored\.

Despite its directness and effectiveness, these methods mentioned above for graph continual learning task still exhibit several issues\. First, existing methods suffer fromstructural information degradationcaused by the implicit linearization of graph topology\. While SimGCL attempts to incorporate structural context via text prompts, they force non\-Euclidean graph structures into linear sequences\. This linearization inevitably leads to the loss of high\-order topological patterns and forces the LLM to infer structure solely through semantic attention, lacking an explicit geometric prior\. Consequently, the distinct structural modality is overshadowed by dominant textual features, resulting in semantic\-structural imbalance where critical topological changes in the evolving graph are underrepresented\. Second, current knowledge transfer mechanisms are prone toprototype rigidity\. SimGCL adopts a static prototype strategy that constructs class representations via simple mean pooling of sample embeddings\. This approach assumes all samples are equally reliable, ignoring the inherent uncertainty and noise in streaming data\. In a continual setting, the deterministic aggregation fails to adaptively calibrate historical knowledge with new evidence, causing the model to overfit to noisy outliers in current tasks\. This leads to suboptimal knowledge preservation and limits the model’s plasticity for future tasks\.

In this work, we propose a novel framework,UNleash Large Language Models PotentIal for Graph ConTinual Learning, i\.e\. UNIT\. UNIT consists of three crucial components thateffectively integrate semantic and structural information with efficient knowledge transfer\. Specifically, the semantic instruction tuning module designs specific prompt instructions to fine\-tune pre\-trained LLMs, bridging the distributional gap between the pre\-training corpus and the target task dataset to enhance the adaptability of LLMs to graph\-structured tasks\. The uncertain\-aware anchor generation utilizes fine\-tuned LLMs to construct semantic anchors at each task, which updates classifier weights while achieves efficient knowledge transfer without forgetting previous knowledge\. Additionally, the structural confluence modeling explicitly generates structured anchors through graph topology, which jointly guide classifier weights with semantic anchors to achieve sufficient integration of semantic and structural information, enhancing the collaborative capabilities between semantic understanding and structural modeling\. The comprehensive experiments across five benchmark datasets demonstrate that UNIT can accurately classify the changing data from graph continual learning tasks to achieve state\-of\-the\-art performance\.

![Refer to caption](https://arxiv.org/html/2607.10159v1/x2.png)Figure 2\.The overall framework of Unleash Large Language Models Potential for Graph Continual Learning \(UNIT\)\. The proposed framework includes three stages, i\.e\., the semantic instruction tuning, the uncertain\-aware anchor generation, and the structural confluence modeling\. The pre\-trained LLM is fine\-tuned by specific instruction prompts, then generates semantic anchors and structural anchors to jointly update classifier weights, achieving accurate classification prediction\.Our contributions are summarized as follows:

- •Specific Design\.We deign specific instruction prompts at the initial task on LLMs for fine\-tuning to bridge the distributional gap between the pre\-trained LLM corpus and the target task dataset, facilitating LLM adaptation to graph continual learning tasks\.
- •Novel framework\.We propose the uncertain\-aware anchor generation and the structural confluence modeling to achieve comprehensive knowledge transfer and the sufficient integration of semantic information and structural information for graph continual learning tasks\.
- •SOTA performance\.We conduct extensive experiments on five real\-world datasets to demonstrate the effectiveness of UNIT, achieving state\-of\-the\-art performance on graph continual learning tasks\.

## 2\.Related Works

### 2\.1\.Continual Learning with LLMs

Continual learning has long been studied as a fundamental paradigm for training models that incrementally adapt to new tasks without forgetting previously acquired knowledge\(Choi et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib7)\), which as become a crucial paradigm for modeling evolving multimodal data\. With the rapid rise of large language models, an increasing number of studies are exploring how to extend these models to continual learning scenarios\(Devlin et al\.,[2019](https://arxiv.org/html/2607.10159#bib.bib8); Touvron et al\.,[2023](https://arxiv.org/html/2607.10159#bib.bib29); Hu et al\.,[2022](https://arxiv.org/html/2607.10159#bib.bib11); Chen et al\.,[2024b](https://arxiv.org/html/2607.10159#bib.bib4)\)\. The language model for continual learning task\(Brown et al\.,[2020](https://arxiv.org/html/2607.10159#bib.bib2)\)exhibits inherent advantages in generalization capabilities when deployed for continuous learning tasks after being pre\-trained on extensive corpora\. InfLoRA\(Liang and Li,[2024](https://arxiv.org/html/2607.10159#bib.bib20)\)and BiLoRA\(Zhu et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib43)\)employ parameter\-efficient fine\-tuning \(PEFT\) through methods such as freezing the backbone or retaining pre\-trained weights\. ENGINE\(Zhu et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib44)\)and SimpleCIL\(Zhou et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib41)\)minimize cross\-task interference by adopting orthogonal optimizations\. However, despite these advances, continual learning with LLMs focus on preventing catastrophic forgetting of semantic representations, remaining under\-explored for graph continual learning tasks\. Instead, our method only fine\-tunes the LLM with the specific prompt in the initial task and completes subsequent tasks using the LLM with frozen parameters\.

### 2\.2\.Graph Continual Learning

Graph continual learning primarily investigates catastrophic forgetting arising from evolving graph structures\(Choi et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib7)\)\. The graph continual learning methods can be categorized based on their approaches to mitigating catastrophic forgetting\. CPG\(Hung et al\.,[2019](https://arxiv.org/html/2607.10159#bib.bib14)\)and ER\-GNN\(Zhou and Cao,[2021](https://arxiv.org/html/2607.10159#bib.bib42)\)serve as regularization\-based methods, which impose explicit constraints on the model through parameter regularization via topology\-based weighting or knowledge distillation\. PI\-GNN\(Zhang et al\.,[2023b](https://arxiv.org/html/2607.10159#bib.bib36)\)and HPNs\(Zhang et al\.,[2022a](https://arxiv.org/html/2607.10159#bib.bib38)\)are proposed as key parameter isolation methods, achieving parameter isolation through expanding parameters or model components to accommodate new knowledge\. SSM\(Zhang et al\.,[2022b](https://arxiv.org/html/2607.10159#bib.bib39)\), SEM\(Zhang et al\.,[2023a](https://arxiv.org/html/2607.10159#bib.bib40)\), and TPP\(Wang et al\.,[2023](https://arxiv.org/html/2607.10159#bib.bib31)\)act as replay\-based methods, which replay representative historical data using key nodes and sparse computational subgraphs respectively to prevent catastrophic forgetting\. However, these methods face significant limitations in leveraging historical knowledge due to scalability and privacy concerns in the field of graphs\. In contrast, we introduce uncertain\-aware anchor generation for efficient knowledge transfer, which can leverage historical knowledge through LLMs to inspirit future tasks\.

### 2\.3\.Graph Language Models

Graph language models have gradually emerged as popular approaches for leveraging LLMs to address graph tasks\(Devlin et al\.,[2019](https://arxiv.org/html/2607.10159#bib.bib8); Liu et al\.,[2019](https://arxiv.org/html/2607.10159#bib.bib22); Touvron et al\.,[2023](https://arxiv.org/html/2607.10159#bib.bib29); Chen et al\.,[2024b](https://arxiv.org/html/2607.10159#bib.bib4)\), driven by the rapid advancement of LLMs\. Based on how LLMs are integrated with graph structures, GLMs methods can be categorized into three categories\. Glbench\(Li et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib18)\)and Graphtranslator\(Zhang et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib35)\)utilize LLMs as enhancers to generate semantic representations for node textual information, which improves the quality of GNN node embeddings\. TEA\-GLM\(Wang et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib30)\)and MAGRL\(Yan et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib34)\)act LLMs as predictor to perform classification predictions after designing specific prompts for graph structural information\. CoT\(Tan et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib27)\)and Locle\(Zhang et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib37)\)serve as alignment methods, which allow LLMs and GNNs to be aligned within the same vector space, providing GNNs with clearer semantic awareness\. These GLM methods are not specifically designed for continual graph data, whose application in graph continual learning remains largely unexplored\. Beyond these models, SimGCL\(Cheng et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib6)\)is proposed as the first GLM method for graph\-continual learning tasks\. It employs a static prototype strategy to guide classification predictions for the latest data, exhibiting forgetting of early information and suboptimal adaptation to future tasks\. Compared to SimGCL, our work achieves efficient knowledge transfer and fully integrates semantic and structural information through uncertain\-aware anchor generation and structural confluence modeling\.

## 3\.Methodology

### 3\.1\.Preliminaries

Text\-attributed Graphs \(TAGs\)\.According to LLM4GCL benchmark\(Cheng et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib6)\), we evaluate the graph continual learning capabilities through node classification tasks on Text\-attributed Graphs \(TAGs\)\(Ma and Tang,[2021](https://arxiv.org/html/2607.10159#bib.bib24)\)\. The text\-attributed graph is defined as𝒢=\{𝒱,ℰ,ℛ\}\\mathcal\{G=\\\{V,E,R\\\}\}, where𝒱=\{v1,v2,…,vN\}\\mathcal\{V\}=\\\{v\_\{1\},v\_\{2\},\\ldots,v\_\{N\}\\\}is the set of nodes,ℰ\\mathcal\{E\}indicates the edge set, andℛ\\mathcal\{R\}denotes the collection of textual descriptions\. Each nodevi∈𝒱v\_\{i\}\\in\\mathcal\{V\}is associated with a text descriptionrvi∈ℛr\_\{v\_\{i\}\}\\in\\mathcal\{R\}, drawn from the vocabulary𝒟\\mathcal\{D\}and of lengthLiL\_\{i\}\. Given a TAG with a set of labeled nodes𝒱l\\mathcal\{V\}^\{l\}, the node classification objective is to infer the labels of the unlabeled nodes𝒱u\\mathcal\{V\}^\{u\}\.

Graph Continual Learning\.The fundamental paradigm in graph continual learning is defined as node\-level class\-incremental learning\(Cheng et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib6)\), that tackles the challenge of progressively classifying nodes as new categories appear in an expanding graph𝒢\\mathcal\{G\}\. Formally, the training procedure is organized as a sequence of tasks\{𝒯s1,…,𝒯sn\}\\\{\\mathcal\{T\}\_\{s\_\{1\}\},\\ldots,\\mathcal\{T\}\_\{s\_\{n\}\}\\\}, with each task𝒯si=\{𝒢si,𝒞si,𝒱sil\}\\mathcal\{T\}\_\{s\_\{i\}\}=\\\{\\mathcal\{G\}\_\{s\_\{i\}\},\\mathcal\{C\}\_\{s\_\{i\}\},\\mathcal\{V\}^\{l\}\_\{s\_\{i\}\}\\\}, where𝒢si⊆𝒢\\mathcal\{G\}\_\{s\_\{i\}\}\\subseteq\\mathcal\{G\}is the induced subgraph,𝒞si\\mathcal\{C\}\_\{s\_\{i\}\}the corresponding class set, and𝒱sil\\mathcal\{V\}^\{l\}\_\{s\_\{i\}\}the labeled nodes\. The disjointness constraint holds such that𝒢si∩𝒢sj=𝒞si∩𝒞sj=∅\\mathcal\{G\}\_\{s\_\{i\}\}\\cap\\mathcal\{G\}\_\{s\_\{j\}\}=\\mathcal\{C\}\_\{s\_\{i\}\}\\cap\\mathcal\{C\}\_\{s\_\{j\}\}=\\varnothingfor alli≠ji\\neq j\. During learning, the model incrementally adapts to each arriving task𝒯si\\mathcal\{T\}\_\{s\_\{i\}\}and predicts the labels of the unseen nodes\.

### 3\.2\.Semantic Instruction Tuning

It is crucial to design specific instruction prompts for tuning pre\-trained LLMs to unleash their potential for graph continual learning\. The semantic instruction tuning facilitates LLM adaptation to graph\-structured tasks by bridging the distributional gap between the pre\-trained LLM corpus and the target task dataset\. Specifically, we construct the comprehensive graph prompt that encapsulates: \(1\) the task description with the continual learning scenario and the target dataset; \(2\) the structural information of the graph, including node attributes and local neighborhood connectivity; \(3\) the task\-specific question that defines the classification objective along with the set of candidate label descriptions\. Formally, for a nodevi∈𝒱v\_\{i\}\\in\\mathcal\{V\}with textual attributervir\_\{v\_\{i\}\}and neighbor set𝒩vi\\mathcal\{N\}\_\{v\_\{i\}\}, the prompt is structured as:

\(1\)Prompt​\(vi\)=rtask⊕rstr​\(vi\)⊕rque​\(vi\),\\text\{Prompt\}\(v\_\{i\}\)=r\_\{\\text\{task\}\}\\oplus r\_\{\\text\{str\}\}\(v\_\{i\}\)\\oplus r\_\{\\text\{que\}\}\(v\_\{i\}\),wherertaskr\_\{\\text\{task\}\}describes the task description,rstr​\(vi\)r\_\{\\text\{str\}\}\(v\_\{i\}\)summarizes the node attributes and local structures of nodeviv\_\{i\}, andrque​\(vi\)r\_\{\\text\{que\}\}\(v\_\{i\}\)specifies the classification query along with the label text options\. This prompt design enables the LLM to leverage semantic and structural cues for classification\. To prevent overfitting and maintain efficiency, we perform instruction tuning only on the first task𝒯s1\\mathcal\{T\}\_\{s\_\{1\}\}using Low\-Rank Adaptation \(LoRA\)\(Hu et al\.,[2022](https://arxiv.org/html/2607.10159#bib.bib11)\)rather than full fine\-tuning\. Formally, given a nodeviv\_\{i\}with promptPrompt​\(vi\)\\text\{Prompt\}\(v\_\{i\}\), the objective is to maximize the correct answer probability with label token sequenceqi=\(qi,1,…,qi,L\)q\_\{i\}=\(q\_\{i,1\},\\ldots,q\_\{i,L\}\)\. The answer probability defined by the LLM with parametersθ\\thetacan be expressed as:

\(2\)maxθ⁡𝒫θ​\(qi∣vi\)=maxθ​∏l=1L𝒫θ​\(qi,l∣qi,<l,Prompt​\(vi\)\),\\max\_\{\\theta\}\\;\\mathcal\{P\}\_\{\\theta\}\\\!\\left\(q\_\{i\}\\mid v\_\{i\}\\right\)=\\max\_\{\\theta\}\\;\\prod\_\{l=1\}^\{L\}\\mathcal\{P\}\_\{\\theta\}\\\!\\left\(q\_\{i,l\}\\mid q\_\{i,<l\},\\text\{Prompt\}\(v\_\{i\}\)\\right\),whereqi,lq\_\{i,l\}denotes thell\-th token of the target label text, andqi,<lq\_\{i,<l\}represents its preceding tokens\. Here,Prompt​\(vi\)\\text\{Prompt\}\(v\_\{i\}\)encapsulates the task description, the node textual attribute, the neighbor context, and the query question\. The probability𝒫θ\\mathcal\{P\}\_\{\\theta\}is modeled by the instruction\-tuned LLM with LoRA parametersθ\\theta, which ensures efficient adaptation without full\-scale fine\-tuning\. This formulation explicitly decomposes the sequence\-level likelihood into token\-level conditionals, encouraging the model to align its generative distribution with the semantic and structural cues provided in the constructed prompt\. In Figure[2](https://arxiv.org/html/2607.10159#S1.F2), we provide an overview of UNIT\.

### 3\.3\.Uncertain\-aware Anchor Generation

To effectively preserve representative knowledge across tasks, we design an uncertain\-aware anchor generation mechanism that progressively constructs class\-level semantic anchors while retaining the influence of early samples\. We generate the semantic anchors for labeled nodes in each task to update the weights of corresponding classes in the classifier, thereby improving the accuracy of classification prediction\.

Specifically, for each labeled nodevi∈𝒱silv\_\{i\}\\in\\mathcal\{V\}^\{l\}\_\{s\_\{i\}\}in task𝒯si\\mathcal\{T\}\_\{s\_\{i\}\}, we obtain its embedding representation through the tuned LLM encoder\. Given the constructed promptPrompt​\(vi\)\\text\{Prompt\}\(v\_\{i\}\), the node embedding extraction is defined as:

\(3\)𝐡i=fθ​\(Prompt​\(vi\)\),\\mathbf\{h\}\_\{i\}=f\_\{\\theta\}\\\!\\left\(\\text\{Prompt\}\(v\_\{i\}\)\\right\),wherefθf\_\{\\theta\}denotes the embedding function parameterized by the LoRA\-tuned LLM\. These embeddings serve as the basis for anchor construction\.

Then, to compute a reliable anchor for each classc∈𝒞sic\\in\\mathcal\{C\}\_\{s\_\{i\}\}, we weight individual embeddings according to their uncertainty\-aware confidence\. Letp^​\(c\|vi\)\\hat\{p\}\(c\|v\_\{i\}\)be the normalized probability that the LLM predicts classccfor nodeviv\_\{i\}, derived from the generation scores\. The uncertainty is quantified through the entropy:

\(4\)ℋ​\(vi\)=−∑cp^​\(c\|vi\)​log⁡p^​\(c\|vi\)\.\\mathcal\{H\}\(v\_\{i\}\)=\-\\sum\_\{c\}\\hat\{p\}\(c\|v\_\{i\}\)\\log\\hat\{p\}\(c\|v\_\{i\}\)\.Consequently, the confidence weightαi∈\[0,1\]\\alpha\_\{i\}\\in\[0,1\]is explicitly defined asαi=1−ℋ​\(vi\)log⁡\|𝒞si\|\\alpha\_\{i\}=1\-\\frac\{\\mathcal\{H\}\(v\_\{i\}\)\}\{\\log\|\\mathcal\{C\}\_\{s\_\{i\}\}\|\}, where\|𝒞si\|\|\\mathcal\{C\}\_\{s\_\{i\}\}\|is the number of classes\. The class\-level anchor is computed as:

\(5\)𝐩c\(𝒯si\)=∑yi∈𝒴c\(𝒯si\)αi​𝐡i∑yi∈𝒴c\(𝒯si\)αi,\\mathbf\{p\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}=\\frac\{\\sum\_\{y\_\{i\}\\in\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\}\\alpha\_\{i\}\\mathbf\{h\}\_\{i\}\}\{\\sum\_\{y\_\{i\}\\in\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\}\\alpha\_\{i\}\},where𝒴c\(𝒯si\)\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}is the label set of nodes in task𝒯si\\mathcal\{T\}\_\{s\_\{i\}\}belonging to classcc\. In parallel, we maintain an effective countnc\(𝒯si\)n\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}that records the accumulated contribution of class\-ccsamples up to task𝒯si\\mathcal\{T\}\_\{s\_\{i\}\}, which is updated as:

\(6\)nc\(𝒯si\)=λ⋅nc\(𝒯si−1\)\+∑yi∈𝒴c\(𝒯si\)αi,n\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}=\\lambda\\cdot n\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\-1\}\}\)\}\+\\sum\_\{y\_\{i\}\\in\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\}\\alpha\_\{i\},whereλ∈\(0,1\]\\lambda\\in\(0,1\]is the exponential decay factor\. This weighted count ensures that reliable samples have higher impact while outdated contributions gradually fade\.

Next, we update the class anchor by softly merging the newly aggregated embedding with the decayed historical anchor\. Let𝐩c\(𝒯si−1\)\\mathbf\{p\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\-1\}\}\)\}be the anchor obtained after task𝒯si−1\\mathcal\{T\}\_\{s\_\{i\-1\}\}\. The refined anchor at task𝒯si\\mathcal\{T\}\_\{s\_\{i\}\}is given by:

\(7\)𝐩c\(𝒯si\)=λ⋅nc\(𝒯si−1\)​𝐩c\(𝒯si−1\)\+∑yi∈𝒴c\(𝒯si\)αi​𝐡inc\(𝒯si\),\\mathbf\{p\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}=\\frac\{\\lambda\\cdot n\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\-1\}\}\)\}\\mathbf\{p\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\-1\}\}\)\}\+\\sum\_\{y\_\{i\}\\in\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\}\\alpha\_\{i\}\\mathbf\{h\}\_\{i\}\}\{n\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\},which softly discounts early anchors while adaptively emphasizing reliable new evidence\.

Finally, the refined semantic anchors are combined with subsequent structural anchors and aligned with classifier weights, primarily guiding the decision boundary toward the most representative class semantics\. By embedding anchors into the classifier, we seamlessly bridge semantic representations and task\-specific predictions, enabling the model to achieve effective knowledge transfer across tasks\. Overall, the uncertain\-aware anchor generation mechanism progressively refines semantic anchors to learn knowledge from new samples while retaining the influence of early samples, enhancing the capabilities graph continual learning\.

Table 1\.Performance comparison of UNIT and baselines\.MethodsCoraCiteseerWikiCSPhotoProductsACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}ACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}ACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}ACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}ACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}GCN57\.0 ± 0\.638\.2 ± 1\.252\.4 ± 1\.930\.2 ± 0\.654\.9 ± 1\.834\.9 ± 0\.946\.5 ± 1\.319\.9 ± 1\.725\.5 ± 0\.85\.4 ± 1\.5EWC56\.0 ± 1\.931\.0 ± 0\.745\.9 ± 1\.628\.5 ± 1\.855\.3 ± 0\.633\.0 ± 1\.346\.9 ± 0\.620\.5 ± 2\.029\.4 ± 1\.115\.9 ± 0\.7LwF55\.7 ± 1\.430\.8 ± 0\.847\.8 ± 1\.628\.2 ± 1\.355\.0 ± 2\.034\.0 ± 0\.745\.8 ± 1\.120\.4 ± 1\.526\.0 ± 0\.67\.5 ± 1\.8Cosine65\.4 ± 0\.745\.2 ± 1\.450\.7 ± 1\.731\.0 ± 0\.866\.5 ± 1\.253\.5 ± 0\.963\.6 ± 1\.849\.6 ± 1\.036\.1 ± 1\.616\.1 ± 1\.4TPP45\.7 ± 1\.213\.7 ± 0\.945\.4 ± 0\.59\.6 ± 1\.735\.1 ± 1\.59\.8 ± 1\.036\.3 ± 0\.85\.7 ± 1\.915\.0 ± 1\.20\.2 ± 0\.3BERT56\.0 ± 1\.329\.9 ± 0\.953\.8 ± 1\.428\.7 ± 1\.658\.4 ± 0\.730\.0 ± 1\.243\.4 ± 1\.918\.4 ± 0\.826\.9 ± 1\.34\.1 ± 1\.6RoBERTa54\.6 ± 1\.729\.6 ± 1\.154\.1 ± 0\.628\.6 ± 1\.855\.1 ± 1\.830\.8 ± 0\.743\.5 ± 1\.119\.1 ± 1\.427\.6 ± 1\.03\.2 ± 1\.3LLaMA65\.6 ± 0\.853\.8 ± 1\.655\.7 ± 2\.031\.7 ± 0\.955\.5 ± 1\.430\.9 ± 1\.144\.6 ± 0\.719\.1 ± 1\.729\.8 ± 1\.50\.4 ± 0\.2SimpleCIL70\.8 ± 1\.958\.3 ± 1\.066\.4 ± 1\.349\.5 ± 0\.771\.4 ± 1\.557\.3 ± 1\.262\.1 ± 0\.852\.5 ± 1\.566\.8 ± 1\.852\.6 ± 0\.7GCNLLMEmb\{\}\_\{\\text\{LLMEmb\}\}59\.1 ± 1\.531\.1 ± 1\.753\.6 ± 1\.030\.4 ± 1\.153\.4 ± 1\.627\.5 ± 0\.947\.7 ± 1\.021\.0 ± 1\.526\.9 ± 1\.90\.1 ± 0\.2ENGINE59\.2 ± 1\.231\.3 ± 1\.453\.5 ± 1\.829\.8 ± 0\.756\.4 ± 0\.930\.1 ± 1\.947\.9 ± 1\.721\.0 ± 1\.127\.2 ± 0\.81\.1 ± 0\.4GraphPrompter61\.9 ± 1\.046\.8 ± 1\.560\.2 ± 1\.330\.6 ± 1\.859\.6 ± 1\.738\.3 ± 0\.851\.5 ± 1\.431\.0 ± 0\.929\.0 ± 1\.60\.8 ± 0\.3GraphGPT55\.5 ± 1\.731\.6 ± 1\.060\.0 ± 1\.430\.1 ± 1\.362\.0 ± 0\.949\.2 ± 1\.650\.8 ± 1\.230\.2 ± 1\.835\.5 ± 2\.03\.2 ± 0\.5LLaGA58\.2 ± 1\.630\.2 ± 1\.951\.3 ± 0\.727\.8 ± 1\.453\.7 ± 1\.327\.6 ± 1\.747\.2 ± 1\.820\.7 ± 0\.925\.7 ± 1\.10\.2 ± 0\.1SimGCL84\.6 ± 0\.580\.0 ± 2\.077\.1 ± 1\.366\.3 ± 0\.873\.5 ± 1\.961\.9 ± 1\.182\.1 ± 1\.272\.6 ± 0\.971\.1 ± 1\.660\.2 ± 1\.1UNIT \(ours\)88\.7 ± 0\.485\.9 ± 1\.079\.4 ± 0\.768\.5 ± 0\.976\.1 ± 0\.365\.0 ± 0\.783\.9 ± 1\.176\.5 ± 0\.773\.2 ± 1\.162\.5 ± 1\.3
### 3\.4\.Structural Confluence Modeling

To further enrich the representation capacity of anchors, we introduce structural confluence modeling, which explicitly integrates graph topology into the anchor space\. While semantic instruction tuning and uncertain\-aware anchor generation focus on textual and confidence\-weighted representations, this module complements them by encoding lightweight structural cues that capture local connectivity patterns\. This confluence ensures that both semantic and structural perspectives jointly contribute to stable classification boundaries under continual learning, resolving the imbalance between semantic understanding and structural modeling\.

First, for the nodevi∈𝒱silv\_\{i\}\\in\\mathcal\{V\}^\{l\}\_\{s\_\{i\}\}, we derive a structural embedding𝐮i\\mathbf\{u\}\_\{i\}that summarizes the topological characteristics of its neighborhood\. Let𝒩​\(vi\)\\mathcal\{N\}\(v\_\{i\}\)denote the neighbor set ofviv\_\{i\}\. We represent structural information as follows:

\(8\)𝐮i=g​\(di,1\|𝒩​\(vi\)\|​∑k∈𝒩​\(vi\)dk,ϕ​\(𝒩​\(vi\)\)\),\\mathbf\{u\}\_\{i\}=g\\\!\\left\(d\_\{i\},\\;\\frac\{1\}\{\|\\mathcal\{N\}\(v\_\{i\}\)\|\}\\sum\_\{k\\in\\mathcal\{N\}\(v\_\{i\}\)\}d\_\{k\},\\;\\phi\(\\mathcal\{N\}\(v\_\{i\}\)\)\\right\),wheredi=\|𝒩​\(vi\)\|d\_\{i\}=\|\\mathcal\{N\}\(v\_\{i\}\)\|is the degree ofviv\_\{i\}, the second term encodes average neighbor degree, andϕ​\(𝒩​\(vi\)\)\\phi\(\\mathcal\{N\}\(v\_\{i\}\)\)is the clustering coefficient capturing local density\. The functiong​\(⋅\)g\(\\cdot\)projects quantities into a fixed\-dimensional embedding space\.

Second, for each classccin the active class set𝒞st\\mathcal\{C\}\_\{s\_\{t\}\}of task𝒯si\\mathcal\{T\}\_\{s\_\{i\}\}, we maintain a structural anchor by aggregating the descriptors of its labeled nodes\. Formally, given the labeled set𝒴c\(𝒯si\)=\{vi∣yi=c\}\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}=\\\{v\_\{i\}\\mid y\_\{i\}=c\\\}, the temporary anchor is defined as:

\(9\)𝐚c\(𝒯si\)=1\|𝒴c\(𝒯si\)\|​∑yi∈𝒴c\(𝒯si\)𝐮i\.\\mathbf\{a\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}=\\frac\{1\}\{\|\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\|\}\\sum\_\{y\_\{i\}\\in\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\}\\mathbf\{u\}\_\{i\}\.This aggregation produces a representative vector that captures the structural tendencies of classccin the current task\.

Third, to ensure stability across tasks and avoid abrupt shifts, we update the structural anchors with the exponential decay, paralleling the semantic anchor update\. Let𝐚c\(t−1\)\\mathbf\{a\}\_\{c\}^\{\(t\-1\)\}be the structural anchor of classccfrom the taskt−1t\-1, and letmc\(t−1\)m\_\{c\}^\{\(t\-1\)\}be its effective count\. After observing tasktt, the anchor is updated as:

\(10\)𝐚c\(𝒯si\)=γ⋅mc\(𝒯si−1\)​𝐚c\(𝒯si−1\)\+\|𝒴c\(𝒯si\)\|⋅𝐚c\(𝒯si\)γ⋅mc\(𝒯si−1\)\+\|𝒴c\(𝒯si\)\|,\\mathbf\{a\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}=\\frac\{\\gamma\\cdot m\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\-1\}\}\)\}\\mathbf\{a\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\-1\}\}\)\}\+\|\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\|\\cdot\\mathbf\{a\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\}\{\\gamma\\cdot m\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\-1\}\}\)\}\+\|\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\|\},with the effective count maintained as:

\(11\)mc\(𝒯si\)=γ⋅mc\(𝒯si−1\)\+\|𝒴c\(𝒯si\)\|,m\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}=\\gamma\\cdot m\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\-1\}\}\)\}\+\|\\mathcal\{Y\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\|,whereγ∈\(0,1\]\\gamma\\in\(0,1\]is the decay factor\. This formulation allows the model to gradually discount outdated structural evidence while adapting to new patterns\.

Finally, we injects the structural anchors into the classifier alongside the semantic anchors obtained from uncertain\-aware anchor generation\. Specifically, the classifier weight for classccis updated as a convex combination of the semantic and structural anchors:

\(12\)𝐰c\(𝒯si\)=β⋅𝐩c\(𝒯si\)\+\(1−β\)⋅𝐚c\(𝒯si\),\\mathbf\{w\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}=\\beta\\cdot\\mathbf\{p\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\+\(1\-\\beta\)\\cdot\\mathbf\{a\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\},where𝐩c\(𝒯si\)\\mathbf\{p\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}is the semantic anchor produced by the uncertain\-aware anchor generation mechanism,𝐚c\(𝒯si\)\\mathbf\{a\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}is the structural anchor, andβ∈\[0,1\]\\beta\\in\[0,1\]balances semantic and structural contributions\. Overall, the structural confluence modeling module enriches the anchor space by combining semantic reasoning with structural confluence\. The combined use of textual and topological anchors enables the model to leverage complementary signals by explicitly integrating graph topology into semantic representations, mitigating the imbalance between semantic understanding and structural modeling\.

For the classification inference, each test nodevj∈𝒱uv\_\{j\}\\in\\mathcal\{V\}^\{u\}is represented by its semantic embedding𝐡j=fθ​\(Prompt​\(vj\)\)\\mathbf\{h\}\_\{j\}=f\_\{\\theta\}\(\\text\{Prompt\}\(v\_\{j\}\)\), and classification is performed through the updated classifier:

\(13\)zj,c=⟨𝐡j,𝐰c\(𝒯si\)⟩,y^j=arg⁡maxc⁡zj,c\.z\_\{j,c\}=\\langle\\mathbf\{h\}\_\{j\},\\mathbf\{w\}\_\{c\}^\{\(\\mathcal\{T\}\_\{s\_\{i\}\}\)\}\\rangle,\\qquad\\hat\{y\}\_\{j\}=\\arg\\max\_\{c\}z\_\{j,c\}\.

## 4\.Experiments

### 4\.1\.Experimental Setup

![Refer to caption](https://arxiv.org/html/2607.10159v1/x3.png)Figure 3\.The performance comparison between UNIT and state\-of\-the\-art methods in three baseline categories with ACCN\{\}\_\{\\text\{N\}\}\.Datasets\.We evaluate the proposed UNIT and all baseline methods on five benchmark datasets including Cora\(He et al\.,[2023](https://arxiv.org/html/2607.10159#bib.bib10)\), Citeseer\(Chen et al\.,[2024a](https://arxiv.org/html/2607.10159#bib.bib5)\), WikiCS\(Liu et al\.,[2023](https://arxiv.org/html/2607.10159#bib.bib21)\), Photo\(Yan et al\.,[2023](https://arxiv.org/html/2607.10159#bib.bib33)\), and Products\(Hu et al\.,[2020](https://arxiv.org/html/2607.10159#bib.bib12)\)\. We follow the settings of LLM4GCL benchmark\(Cheng et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib6)\)by dividing the datasets into multiple tasks and classes per task to conduct a comprehensive analysis of the model’s continual learning performance\.

Baselines\.We conduct a comprehensive comparison of UNIT with fifteen baseline methods, which fall into three categories\. The GNN\-based methods include GCN\(Kipf and Welling,[2017](https://arxiv.org/html/2607.10159#bib.bib16)\), EWC\(Kirkpatrick et al\.,[2017](https://arxiv.org/html/2607.10159#bib.bib17)\), LwF\(Li and Hoiem,[2017](https://arxiv.org/html/2607.10159#bib.bib19)\), Cosine\(Niu et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib25)\), and TPP\(Wang et al\.,[2023](https://arxiv.org/html/2607.10159#bib.bib31)\)\. The LLM\-based methods include encoder\-only BERT\(Devlin et al\.,[2019](https://arxiv.org/html/2607.10159#bib.bib8)\), RoBERTa\(Liu et al\.,[2019](https://arxiv.org/html/2607.10159#bib.bib22)\), decoder\-only LLaMA\(Touvron et al\.,[2023](https://arxiv.org/html/2607.10159#bib.bib29)\), and SimpleCIL\(Zhou et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib41)\)\. The GLM\-based methods include two LLM\-as\-Enhancer methods GCNLLMEmb\{\}\_\{\\text\{LLMEmb\}\}\(Wu et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib32)\)and ENGINE\(Zhu et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib44)\), and three LLM\-as\-Predictor methods GraphPrompter\(Liu et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib23)\), GraphGPT\(Tang et al\.,[2024](https://arxiv.org/html/2607.10159#bib.bib28)\), LLaGA\(Chen et al\.,[2024b](https://arxiv.org/html/2607.10159#bib.bib4)\), and SimGCL\(Cheng et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib6)\)\.

Metrics\.We employ accuracy as the evaluation metric for the node classification task in graph continual learning\. Following the standard setting established continual learning benchmark\(Rebuffi et al\.,[2017](https://arxiv.org/html/2607.10159#bib.bib26)\), we define ACCias the accuracy after theii\-th training task\. We adopt the final metrics ACC=avg1N∑i=1NACCi\{\}\_\{\\text\{avg\}\}=\\frac\{1\}\{N\}\{\\textstyle\\sum\_\{i=1\}^\{N\}\}\\text\{ACC\}\_\{i\}and ACCN\{\}\_\{\\text\{N\}\}, which refer to the average accuracy across all tasks and the accuracy of the last task, respectively\.

Implementations\.To ensure fairest possible comparison across LLM\-driven baseline methods, we use same LLM backbone*LLaMA3\-8B*in main experiment\. The hyperparameters decay factorsλ\\lambdaandγ\\gammaare set to the size ofλ=0\.7\\lambda=0\.7andγ=0\.6\\gamma=0\.6, respectively\.

Table 2\.Performance comparison of UNIT and baselines in thefew\-shotscenarios\.MethodsCoraCiteseerWikiCSPhotoProductsACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}ACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}ACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}ACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}ACCavg\{\}\_\{\\text\{avg\}\}ACCN\{\}\_\{\\text\{N\}\}GCN68\.0 ± 0\.538\.1 ± 1\.339\.5 ± 1\.217\.4 ± 0\.462\.4 ± 1\.247\.4 ± 0\.458\.5 ± 1\.632\.3 ± 1\.236\.0 ± 0\.914\.1 ± 1\.0EWC59\.0 ± 1\.436\.3 ± 0\.849\.2 ± 1\.421\.2 ± 1\.358\.4 ± 0\.840\.4 ± 1\.262\.0 ± 0\.728\.4 ± 1\.745\.7 ± 1\.331\.5 ± 0\.5LwF63\.3 ± 1\.643\.5 ± 0\.245\.1 ± 1\.320\.7 ± 1\.659\.4 ± 1\.641\.0 ± 0\.460\.1 ± 1\.229\.4 ± 1\.350\.3 ± 0\.738\.7 ± 1\.6Cosine72\.6 ± 0\.857\.8 ± 1\.349\.1 ± 1\.625\.7 ± 0\.768\.0 ± 1\.350\.7 ± 0\.767\.9 ± 1\.450\.5 ± 1\.250\.9 ± 1\.333\.6 ± 1\.5TEEN60\.9 ± 1\.340\.3 ± 0\.759\.0 ± 0\.739\.5 ± 1\.859\.3 ± 1\.342\.4 ± 1\.259\.3 ± 0\.935\.5 ± 1\.749\.6 ± 1\.128\.4 ± 1\.8TPP39\.0 ± 1\.19\.1 ± 0\.737\.3 ± 1\.212\.6 ± 1\.337\.3 ± 0\.612\.4 ± 1\.040\.0 ± 1\.214\.0 ± 0\.914\.0 ± 1\.20\.2 ± 0\.1BERT56\.4 ± 1\.534\.7 ± 1\.261\.1 ± 0\.738\.8 ± 1\.761\.7 ± 1\.933\.0 ± 0\.947\.7 ± 1\.225\.8 ± 1\.522\.4 ± 1\.13\.8 ± 1\.0RoBERTa59\.6 ± 0\.741\.9 ± 1\.554\.0 ± 1\.829\.2 ± 0\.867\.2 ± 1\.342\.3 ± 1\.258\.2 ± 0\.829\.6 ± 1\.538\.8 ± 1\.46\.9 ± 1\.1LLaMA72\.6 ± 1\.755\.6 ± 1\.175\.9 ± 1\.255\.5 ± 0\.865\.2 ± 1\.343\.9 ± 1\.461\.4 ± 0\.932\.3 ± 1\.243\.5 ± 1\.613\.7 ± 0\.8SimpleCIL69\.6 ± 1\.253\.6 ± 1\.464\.1 ± 1\.249\.9 ± 1\.073\.2 ± 1\.663\.1 ± 0\.866\.3 ± 1\.253\.0 ± 1\.365\.6 ± 1\.453\.6 ± 1\.6GCNLLMEmb\{\}\_\{\\text\{LLMEmb\}\}68\.2 ± 1\.340\.1 ± 1\.654\.3 ± 1\.728\.7 ± 0\.654\.7 ± 0\.831\.0 ± 1\.766\.0 ± 1\.534\.2 ± 1\.030\.6 ± 0\.90\.2 ± 0\.3ENGINE52\.2 ± 1\.128\.3 ± 1\.247\.6 ± 1\.125\.5 ± 1\.746\.8 ± 1\.523\.7 ± 0\.648\.0 ± 1\.221\.5 ± 0\.720\.9 ± 1\.30\.1 ± 0\.2GraphPrompter63\.2 ± 1\.637\.3 ± 1\.165\.3 ± 1\.534\.5 ± 1\.469\.5 ± 0\.851\.6 ± 1\.369\.7 ± 1\.451\.0 ± 1\.637\.9 ± 1\.22\.2 ± 0\.4GraphGPT62\.4 ± 1\.739\.6 ± 0\.665\.0 ± 1\.241\.7 ± 1\.371\.2 ± 1\.161\.6 ± 1\.562\.2 ± 1\.338\.9 ± 0\.743\.2 ± 1\.816\.2 ± 1\.6LLaGA62\.0 ± 1\.239\.6 ± 1\.152\.2 ± 0\.928\.0 ± 1\.249\.4 ± 1\.330\.4 ± 1\.648\.8 ± 1\.018\.0 ± 0\.628\.0 ± 0\.70\.2 ± 0\.1SimGCL78\.0 ± 0\.567\.6 ± 1\.078\.0 ± 1\.363\.8 ± 0\.868\.8 ± 1\.964\.1 ± 1\.181\.2 ± 1\.271\.3 ± 0\.969\.7 ± 1\.662\.7 ± 1\.1UNIT \(ours\)81\.4 ± 0\.471\.0 ± 0\.779\.7 ± 1\.165\.3 ± 0\.672\.5 ± 1\.265\.9 ± 0\.882\.9 ± 1\.074\.6 ± 0\.671\.1 ± 1\.264\.2 ± 0\.7
### 4\.2\.Main Results

The evaluation results of UNIT and the state\-of\-the\-art baselines on five public datasets are presented in Table[1](https://arxiv.org/html/2607.10159#S3.T1)and the following conclusions can be derived\. First, integrating semantic information is effective to improve graph continual learning performance\. For evaluation models, the methods incorporating semantic information achieve an overall superiority, compared to traditional graph continual learning methods that merely rely on structural information\. Compared with the best traditional graph continual learning method TPP, UNIT ameliorates the classification performance up to 58\.2% in ACCavg\{\}\_\{\\text\{avg\}\}and 62\.3% in ACCN\{\}\_\{\\text\{N\}\}metric\. Second, specific instruction tuning for semantic information is crucial\. LLM\-based methods demonstrate competitive performance in graph continual learning tasks even without explicitly leveraging graph structure, while GLM\-based methods typically design specific instructions tailored to structural information for LLM tuning\. Compared with the state\-of\-the\-art LLM\-based method for graph continual learning, UNIT achieves an average improvement of 12\.8% in ACCavg\{\}\_\{\\text\{avg\}\}and 14\.6% in ACCN\{\}\_\{\\text\{N\}\}metric, which reveals the importance of specially customized tuning in the confluence of semantic\-structural modeling\. Third, the proposed method UNIT unleashes LLMs potential for graph continual learning\. In general, the proposed UNIT constantly outperforms the comparison baselines across the five datasets\. The superiority demonstrates that UNIT unleashes the LLMs potential for graph continual learning\.

Table 3\.Performance comparison of UNIT with variant LLM backbones on five datasets\. Note that in comparative experiments with other baseline methods, we adopt Llama3\-8B as the LLM backbone of UNIT\.

### 4\.3\.Empirical Results

Qualitative Results\.To demonstrate the superiority of the proposed UNIT in each task, we conduct the additional experiment to present the accuracy performance of each task across the five datasets\. We choose the state\-of\-the\-art methods from three baseline categories for comparative experiments, including Cosine, SimpleCIL, and SimGCL\. The results are shown in Figure[3](https://arxiv.org/html/2607.10159#S4.F3)\. Based on the observations in the figure, we make several conclusions\. First, the proposed UNIT outperforms other methods across all tasks in the five datasets, indicating the effectiveness of unleashing LLMs potential for graph continual learning\. Second, the performance of all methods declines during backward execution, with Cosine exhibiting the most severe degradation\. This indicates that GNN\-based methods struggle to achieve knowledge transfer between continual tasks with structural information only\. Third, UNIT demonstrates stable performance in long\-range tasks on the Products dataset, presenting that the proposed method can effectively accomplish graph continual learning tasks\. The proposed UNIT outperforms other methods across all tasks in the five datasets, indicating the effectiveness of unleashing LLMs potential for graph continual learning\.

Few\-Shot Study\.We conduct specialized experiments to demonstrate the superiority of the proposed method UNIT in few\-shot graph continual learning tasks\. The scenario configuration for few\-shot graph continual learning aligns with the LLM4GCL benchmark\(Cheng et al\.,[2025](https://arxiv.org/html/2607.10159#bib.bib6)\), with results shown in Table[2](https://arxiv.org/html/2607.10159#S4.T2)\. The results demonstrate that UNIT still outperforms most existing methods in few\-shot scenarios\. Compared to the state\-of\-the\-art methods, UNIT achieves performance improvements of up to 9\.1% in ACCavg\{\}\_\{\\text\{avg\}\}and 14\.6% in ACCN\{\}\_\{\\text\{N\}\}metric, respectively\. Moreover, in few\-shot scenarios, LLM\-driven methods still outperform those relying solely on GNNs, even though most GNN\-based methods demonstrate promising performance\. This demonstrates the effectiveness and necessity of the proposed method UNIT in unleashing the LLMs potential for graph continual learning\.

![Refer to caption](https://arxiv.org/html/2607.10159v1/x4.png)Figure 4\.Ablation study results on various UNIT variants across five datasets with ACCavg\{\}\_\{\\text\{avg\}\}and ACCN\{\}\_\{\\text\{N\}\}metrics\.Varying LLM Backbones\.We conduct additional experiments to assess the impact of different LLM backbones on the UNIT and validate whether the capability of LLMs affect semantic comprehension\. The experiments investigate UNIT with four LLM backbones, including*Llama3\-3B*,*Llama3\-8B*,*GPT\-3*, and*GPT\-3\.5*, as shown in Table[3](https://arxiv.org/html/2607.10159#S4.T3)\. In general, all LLM backbones improve the performance of graph continual learning task, but the extent of improvement varies between models\. Besides, it can be seen that*GPT\-3\.5*achieves the highest performance gains on all datasets, highlighting the critical importance of LLM scale and reasoning capability in UNIT\. The proposed UNIT method can more sufficiently unleash LLMs potential for graph continual learning when it employs LLMs with more advanced semantic understanding and knowledge coverage\.

### 4\.4\.Ablation Study

To explore how each component contributes to the performance of UNIT, we conduct a series of ablation experiments on the five datasets by excluding each module, as shown in Figure[4](https://arxiv.org/html/2607.10159#S4.F4)\. This analysis aims to assess the contribution of individual modules by iteratively removing them and observing their impact on model performance\. We compare UNIT with its variants for graph continual learning:w/o Semindicates that the semantic instruction tuning module is removed, and use pre\-trained LLM models without semantic fine\-tuning for model training\.w/o Uncindicates that after semantic instruction tuning, the uncertain\-aware anchor generation module is removed, and only the structural confluence modeling module is used\.w/o Strdenotes the removal of the structural confluence modeling module after semantic instruction tuning, and only the uncertain\-aware anchor generation module is used\.UNITrepresents the use of the semantic instruction tuning module, the uncertain\-aware anchor generation module, and the structural confluence modeling module, corresponding to our complete model\.

![Refer to caption](https://arxiv.org/html/2607.10159v1/x5.png)Figure 5\.Parameter analysis ofλ\\lambdaandγ\\gammaon Cora dataset with ACCavg\{\}\_\{\\text\{avg\}\}and ACCN\{\}\_\{\\text\{N\}\}metrics\. Note that the values ofλ\\lambdaandγ\\gammarange from \[0\.1,…\\ldots, 0\.9\]\.From the results, we make several conclusions\. Firstly, we can observe that the complete model consistently outperforms its single\-module counterparts in all evaluation metrics\. Besides, without specific fine\-tuning of pre\-trained LLM models, the classification capabilities of UNIT are compromised, indicating that specific instruction tuning for semantic information is crucial\. Moreover, it is noticeable that the uncertain\-aware anchor generation module and structural confluence modeling module play critical roles in UNIT and their combination greatly benefits the graph continual learning\. In general, each component within UNIT contributes to unleashing LLMs potential for graph continual learning\.

### 4\.5\.Parameter Analysis

The proposed UNIT framework contains two main hyperparameters, i\.e\.,λ\\lambdaandγ\\gamma, which indicate the decay factor of uncertain\-aware anchor generation and structural confluence modeling, respectively\. To evaluate the robustness of UNIT under varying hyperparameter configurations, we conduct a parameter sensitivity analysis on the Cora dataset with ACCavg\{\}\_\{\\text\{avg\}\}and ACCN\{\}\_\{\\text\{N\}\}metrics\. This experiment aims to analyze the impact of the two hyper\-parameters on graph continual learning performance\. Specifically, we vary the values ofλ\\lambdaandγ\\gammawithin the range of \[0\.1,…\\ldots, 0\.9\] and Figure[5](https://arxiv.org/html/2607.10159#S4.F5)presents the experimental results\. Based on the observations in the figure, we make several conclusions\. Firstly, UNIT tends to exhibit suboptimal performance whenλ\\lambdaandγ\\gammaare set to low values, e\.g\., 0\.1 and 0\.2\. This emphasizes the critical role historical knowledge plays within the UNIT framework and highlights its effectiveness\. Secondly, we can observe that excessively high values ofλ\\lambdaandγ\\gammaalso adversely affect performance, as they may obscure the importance of new knowledge\. Finally, UNIT demonstrates relatively stable ACCavg\{\}\_\{\\text\{avg\}\}and ACCN\{\}\_\{\\text\{N\}\}performance across a wide range ofλ\\lambdaandγ\\gammavalues, which proves its robustness\.

## 5\.Conclusion

In this paper, we investigate the systematic exploration of LLMs based on graph continual learning tasks and propose a novel framework, Unleash Large Language Models Potential for Graph Continual Learning \(UNIT\)\. Accordingly, we design specific prompt instructions to fine\-tune pre\-trained LLMs to facilitate the LLM comprehension ability to graph continual learning tasks\. Moreover, UNIT proposes uncertainty\-aware anchor generation and structural confluence modeling to achieve comprehensive knowledge transfer and sufficient integration of semantic and structural information\. The experimental results show that UNIT can effectively accomplish the graph continual learning task, which verifies the its effectiveness and robustness\.

###### Acknowledgements\.

The work is supported by the National Natural Science Foundation of China \(No\. 62272487 and 62433016\)\.

## References

- \(1\)
- Brown et al\.\(2020\)Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al\.2020\.Language models are few\-shot learners\.*Advances in Neural Information Processing Systems*33 \(2020\), 1877–1901\.
- Chen et al\.\(2025\)Qiang Chen, Zhongze Wu, Xiu Su, Xi Lin, Zhe Qu, Shan You, Shuo Yang, and Chang Xu\. 2025\.Stable Fair Graph Representation Learning with Lipschitz Constraint\. In*Proceedings of the International Conference on Machine Learning*\.
- Chen et al\.\(2024b\)Runjin Chen, Tong Zhao, Ajay Jaiswal, Neil Shah, and Zhangyang Wang\. 2024b\.Llaga: Large language and graph assistant\.*arXiv preprint arXiv:2402\.08170*\(2024\)\.
- Chen et al\.\(2024a\)Zhikai Chen, Haitao Mao, Hang Li, Wei Jin, Hongzhi Wen, Xiaochi Wei, Shuaiqiang Wang, Dawei Yin, Wenqi Fan, Hui Liu, et al\.2024a\.Exploring the potential of large language models \(llms\) in learning on graphs\.*ACM SIGKDD Explorations Newsletter*25, 2 \(2024\), 42–61\.
- Cheng et al\.\(2025\)Ziyang Cheng, Zhixun Li, Yuhan Li, Yixin Song, Kangyi Zhao, Dawei Cheng, Jia Li, and Jeffrey Xu Yu\. 2025\.Can LLMs Alleviate Catastrophic Forgetting in Graph Continual Learning? A Systematic Study\.*arXiv preprint arXiv:2505\.18697*\(2025\)\.
- Choi et al\.\(2024\)Seungyoon Choi, Wonjoong Kim, Sungwon Kim, Yeonjun In, Sein Kim, and Chanyoung Park\. 2024\.DSLR: diversity enhancement and structure learning for rehearsal\-based graph continual learning\. In*Proceedings of the ACM Web Conference 2024*\. 733–744\.
- Devlin et al\.\(2019\)Jacob Devlin, Ming\-Wei Chang, Kenton Lee, and Kristina Toutanova\. 2019\.Bert: Pre\-training of deep bidirectional transformers for language understanding\. In*Proceedings of the Conference of the North American Chapter of the Association for Computational Linguistics: human language technologies, volume 1 \(long and short papers\)*\. 4171–4186\.
- Han et al\.\(2025\)Xiaolin Han, Yikun Zhang, Chenhao Ma, Lingyun Song, Reynold Cheng, and Xuequn Shang\. 2025\.TempASD: Temporal Anomalous Subgraph Discovery in Large\-Scale Dynamic Financial Networks\. In*Proceedings of the ACM SIGKDD Conference on Knowledge Discovery and Data Mining V\. 2*\. 826–837\.
- He et al\.\(2023\)Xiaoxin He, Xavier Bresson, Thomas Laurent, Adam Perold, Yann LeCun, and Bryan Hooi\. 2023\.Harnessing explanations: Llm\-to\-lm interpreter for enhanced text\-attributed graph representation learning\.*arXiv preprint arXiv:2305\.19523*\(2023\)\.
- Hu et al\.\(2022\)Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen\-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, Weizhu Chen, et al\.2022\.Lora: Low\-rank adaptation of large language models\.\. In*International Conference on Learning Representations*\. 3\.
- Hu et al\.\(2020\)Weihua Hu, Matthias Fey, Marinka Zitnik, Yuxiao Dong, Hongyu Ren, Bowen Liu, Michele Catasta, and Jure Leskovec\. 2020\.Open graph benchmark: Datasets for machine learning on graphs\.*Advances in Neural Information Processing Systems*33 \(2020\), 22118–22133\.
- Huang et al\.\(2025\)Huang, Wang Tairan, Li Yili, He Qiutong, Gao Changlong, and Jianliang\. 2025\.Can LLMs Find Fraudsters? Multi\-level LLM Enhanced Graph Fraud Detection\. In*Proceedings of the ACM International Conference on Multimedia*\.
- Hung et al\.\(2019\)Ching\-Yi Hung, Cheng\-Hao Tu, Cheng\-En Wu, Chien\-Hung Chen, Yi\-Ming Chan, and Chu\-Song Chen\. 2019\.Compacting, picking and growing for unforgetting continual learning\.*Advances in Neural Information Processing Systems*32 \(2019\)\.
- Jia et al\.\(2025\)Pengyue Jia, Jingtong Gao, Yejing Wang, Yuhao Wang, Xiaopeng Li, Qidong Liu, Yichao Wang, Bo Chen, Huifeng Guo, and Ruiming Tang\. 2025\.Joint Modeling in Deep Recommender Systems\. In*Companion Proceedings of the ACM on Web Conference*\. 17–20\.
- Kipf and Welling \(2017\)Thomas N Kipf and Max Welling\. 2017\.Semi\-supervised classification with graph convolutional networks\. In*International Conference on Learning Representations*\. 1031–1049\.
- Kirkpatrick et al\.\(2017\)James Kirkpatrick, Razvan Pascanu, Neil Rabinowitz, Joel Veness, Guillaume Desjardins, Andrei A Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska\-Barwinska, et al\.2017\.Overcoming catastrophic forgetting in neural networks\.*Proceedings of the National Academy of Sciences*114, 13 \(2017\), 3521–3526\.
- Li et al\.\(2024\)Yuhan Li, Peisong Wang, Xiao Zhu, Aochuan Chen, Haiyun Jiang, Deng Cai, Victor W Chan, and Jia Li\. 2024\.Glbench: A comprehensive benchmark for graph with large language models\.*Advances in Neural Information Processing Systems*37 \(2024\), 42349–42368\.
- Li and Hoiem \(2017\)Zhizhong Li and Derek Hoiem\. 2017\.Learning without forgetting\.*IEEE Transactions on Pattern Analysis and Machine Intelligence*40, 12 \(2017\), 2935–2947\.
- Liang and Li \(2024\)Yan\-Shuo Liang and Wu\-Jun Li\. 2024\.Inflora: Interference\-free low\-rank adaptation for continual learning\. In*Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition*\. 23638–23647\.
- Liu et al\.\(2023\)Hao Liu, Jiarui Feng, Lecheng Kong, Ningyue Liang, Dacheng Tao, Yixin Chen, and Muhan Zhang\. 2023\.One for all: Towards training one graph model for all classification tasks\.*arXiv preprint arXiv:2310\.00149*\(2023\)\.
- Liu et al\.\(2019\)Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, and Veselin Stoyanov\. 2019\.Roberta: A robustly optimized bert pretraining approach\.*arXiv preprint arXiv:1907\.11692*\(2019\)\.
- Liu et al\.\(2024\)Zheyuan Liu, Xiaoxin He, Yijun Tian, and Nitesh V Chawla\. 2024\.Can we soft prompt llms for graph learning tasks?\. In*Companion Proceedings of the ACM Web Conference*\. 481–484\.
- Ma and Tang \(2021\)Yao Ma and Jiliang Tang\. 2021\.*Deep learning on graphs*\.Cambridge University Press\.
- Niu et al\.\(2024\)Chaoxi Niu, Guansong Pang, Ling Chen, and Bing Liu\. 2024\.Replay\-and\-forget\-free graph class\-incremental learning: A task profiling and prompting approach\.*Advances in Neural Information Processing Systems*37 \(2024\), 87978–88002\.
- Rebuffi et al\.\(2017\)Sylvestre\-Alvise Rebuffi, Hakan Bilen, and Andrea Vedaldi\. 2017\.Learning multiple visual domains with residual adapters\.*Advances in Neural Information Processing Systems*30 \(2017\)\.
- Tan et al\.\(2025\)Yanchao Tan, Hang Lv, Pengxiang Zhan, Shiping Wang, and Carl Yang\. 2025\.Graph\-oriented Instruction Tuning of Large Language Models for Generic Graph Mining\.*IEEE Transactions on Pattern Analysis and Machine Intelligence*\(2025\)\.
- Tang et al\.\(2024\)Jiabin Tang, Yuhao Yang, Wei Wei, Lei Shi, Lixin Su, Suqi Cheng, Dawei Yin, and Chao Huang\. 2024\.Graphgpt: Graph instruction tuning for large language models\. In*Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval*\. 491–500\.
- Touvron et al\.\(2023\)Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, et al\.2023\.Llama 2: Open foundation and fine\-tuned chat models\.*arXiv preprint arXiv:2307\.09288*\(2023\)\.
- Wang et al\.\(2024\)Duo Wang, Yuan Zuo, Fengzhi Li, and Junjie Wu\. 2024\.Llms as zero\-shot graph learners: Alignment of gnn representations with llm token embeddings\.*Advances in Neural Information Processing Systems*37 \(2024\), 5950–5973\.
- Wang et al\.\(2023\)Qi\-Wei Wang, Da\-Wei Zhou, Yi\-Kai Zhang, De\-Chuan Zhan, and Han\-Jia Ye\. 2023\.Few\-shot class\-incremental learning via training\-free prototype calibration\.*Advances in Neural Information Processing Systems*36 \(2023\), 15060–15076\.
- Wu et al\.\(2025\)Xixi Wu, Yifei Shen, Fangzhou Ge, Caihua Shan, Yizhu Jiao, Xiangguo Sun, and Hong Cheng\. 2025\.A comprehensive analysis on llm\-based node classification algorithms\.*arXiv preprint arXiv:2502\.00829*\(2025\)\.
- Yan et al\.\(2023\)Hao Yan, Chaozhuo Li, Ruosong Long, Chao Yan, Jianan Zhao, Wenwen Zhuang, Jun Yin, Peiyan Zhang, Weihao Han, Hao Sun, et al\.2023\.A comprehensive study on text\-attributed graphs: Benchmarking and rethinking\.*Advances in Neural Information Processing Systems*36 \(2023\), 17238–17264\.
- Yan et al\.\(2025\)Hao Yan, Chaozhuo Li, Jun Yin, Zhigang Yu, Weihao Han, Mingzheng Li, Zhengxin Zeng, Hao Sun, and Senzhang Wang\. 2025\.When Graph Meets Multimodal: Benchmarking and Meditating on Multimodal Attributed Graph Learning\. In*Proceedings of the ACM SIGKDD Conference on Knowledge Discovery and Data Mining V\. 2*\. 5842–5853\.
- Zhang et al\.\(2024\)Mengmei Zhang, Mingwei Sun, Peng Wang, Shen Fan, Yanhu Mo, Xiaoxiao Xu, Hong Liu, Cheng Yang, and Chuan Shi\. 2024\.Graphtranslator: Aligning graph model to large language model for open\-ended tasks\. In*Proceedings of the ACM Web Conference 2024*\. 1003–1014\.
- Zhang et al\.\(2023b\)Peiyan Zhang, Yuchen Yan, Chaozhuo Li, Senzhang Wang, Xing Xie, Guojie Song, and Sunghun Kim\. 2023b\.Continual learning on dynamic graphs via parameter isolation\. In*Proceedings of the international ACM SIGIR conference on research and development in information retrieval*\. 601–611\.
- Zhang et al\.\(2025\)Taiyan Zhang, Renchi Yang, Yurui Lai, Mingyu Yan, Xiaochun Ye, and Dongrui Fan\. 2025\.Leveraging large language models for effective label\-free node classification in text\-attributed graphs\. In*Proceedings of the International ACM SIGIR Conference on Research and Development in Information Retrieval*\. 698–708\.
- Zhang et al\.\(2022a\)Xikun Zhang, Dongjin Song, and Dacheng Tao\. 2022a\.Hierarchical prototype networks for continual graph representation learning\.*IEEE Transactions on Pattern Analysis and Machine Intelligence*45, 4 \(2022\), 4622–4636\.
- Zhang et al\.\(2022b\)Xikun Zhang, Dongjin Song, and Dacheng Tao\. 2022b\.Sparsified subgraph memory for continual graph representation learning\. In*2022 IEEE International Conference on Data Mining*\. 1335–1340\.
- Zhang et al\.\(2023a\)Xikun Zhang, Dongjin Song, and Dacheng Tao\. 2023a\.Ricci curvature\-based graph sparsification for continual graph representation learning\.*IEEE Transactions on Neural Networks and Learning Systems*\(2023\)\.
- Zhou et al\.\(2025\)Da\-Wei Zhou, Zi\-Wen Cai, Han\-Jia Ye, De\-Chuan Zhan, and Ziwei Liu\. 2025\.Revisiting class\-incremental learning with pre\-trained models: Generalizability and adaptivity are all you need\.*International Journal of Computer Vision*133, 3 \(2025\), 1012–1032\.
- Zhou and Cao \(2021\)Fan Zhou and Chengtai Cao\. 2021\.Overcoming catastrophic forgetting in graph neural networks with experience replay\. In*Proceedings of the AAAI conference on artificial intelligence*, Vol\. 35\. 4714–4722\.
- Zhu et al\.\(2025\)Hao Zhu, Yifei Zhang, Junhao Dong, and Piotr Koniusz\. 2025\.BiLoRA: Almost\-Orthogonal Parameter Spaces for Continual Learning\. In*Proceedings of the Computer Vision and Pattern Recognition Conference*\. 25613–25622\.
- Zhu et al\.\(2024\)Yun Zhu, Yaoke Wang, Haizhou Shi, and Siliang Tang\. 2024\.Efficient tuning and inference for large language models on textual graphs\.*arXiv preprint arXiv:2401\.15569*\(2024\)\.

Similar Articles

Attribution-Guided Continual Learning for Large Language Models

arXiv cs.LG

This paper proposes an attribution-guided continual fine-tuning framework for large language models that estimates task-specific parameter importance in Transformer layers and modulates gradients accordingly, mitigating catastrophic forgetting while maintaining performance on new tasks.

UniSD: Towards a Unified Self-Distillation Framework for Large Language Models

Hugging Face Daily Papers

This paper introduces UniSD, a unified self-distillation framework for adapting large language models that integrates mechanisms for supervision reliability, representation alignment, and training stability. Experimental results show that UniSD improves performance over base models and existing baselines across multiple benchmarks.

Natively Unlearnable Large Language Models

arXiv cs.LG

The paper proposes NULLs (Natively Unlearnable LLMs), a model class that isolates source-specific contributions in sparsely activated sinks while sharing backbone neurons, enabling clean unlearning of individual data sources without retraining and preserving general language capabilities.