GFM: Graph Foundation Model—a model pre-trained on large graph datasets that incorporates graph structures to solve graph-related tasks with generalization capabilities
Graph-augmented LLM: A category of methods where the LLM is the backbone, and structural information from graphs is injected (via tokens or context) to aid reasoning
LLM-augmented graph: A category of methods where the GNN is the backbone, and LLMs are used to enhance the graph's topology (edges) or features (text attributes)
Token-level infusion: Injecting graph information into the LLM by representing nodes or subgraphs as special tokens (e.g., [ACTION], [ITEM]) within the input sequence
Context-level infusion: Providing graph information to the LLM by converting graph structures into natural language descriptions or retrieving relevant subgraphs as context
Topology augmentation: Using LLMs to restructure the graph by predicting new edges (relationships) or adding nodes, thereby modifying the topological structure for downstream GNNs
Graph-LLM harmonization: Methods that align the semantic embedding space of LLMs and the structural embedding space of Graphs for mutual optimization