Skip to content

xkLi-Allen/Awesome-GNN-in-LLMs-Papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Graph Learning in the Era of LLMs: A Survey of Data, Models, and Tasks

Last Commit Visits License Stars Forks

With the proliferation of cross-task and cross-domain textual attribute graphs, the integration of Graph Neural Networks (GNNs) and Large Language Models (LLMs) has become a pivotal approach to addressing complex graph data problems. Using a novel classification framework based on the three core elements of machine learning—data, model, and downstream task—we systematically categorize and summarize current tasks. Through this approach, we provide a structured review of existing GRAPH-LLM advancements across diverse domains and tasks, analyzing data types, model architectures, and their performance in various applications.

Graph Learning in the Era of LLMs A Survey of Data, Models, and Tasks

Notice

Throughout this manuscript, references to "ICLR'25" denote works submitted to ICLR 2025 but not yet accepted for publication. These submissions are currently under review, and their inclusion here should not be interpreted as confirmation of acceptance. This notation is intended solely to indicate the targeted venue for potential publication and does not imply any final publication status.

Table of Contents

  1. Graph Learning in the Era of LLMs: A Survey of Data, Models, and Tasks
  2. Table of Contents
  3. Data
  4. Model
  5. Task

Data

  • (arXiv 2024.02) LPNL: Scalable Link Prediction with Large Language Models [paper]
  • (ICLR'25) Disentangled Representation Learning with Large Language Models for Text-Attributed Graphs [paper]
  • (arXiv 2024.10) Language Models are Graph Learners [paper]
  • (arXiv 2024.08) Learning Graph Quantized Tokenizers for Transformers [paper]
  • (arXiv 2024.01) Link Prediction on Textual Edge Graphs [paper]
  • (arXiv 2024.05) Unleashing the Potential of Text-attributed Graphs: Automatic Relation Decomposition via Large Language Models [paper]
  • (arXiv 2024.05) TAGA: Text-Attributed Graph Self-Supervised Learning by Synergizing Graph and Text Mutual Transformations [paper]
  • (arXiv 2024.10) TAGExplainer: Narrating Graph Explanations for Text-Attributed Graph Learning Models [paper]
  • (arXiv 2024.08) Distilling Large Language Models for Text-Attributed Graph Learning [paper]
  • (ICLR'25) Curriculum GNN-LLM Alignment for Text-Attributed Graphs [paper]
  • (ICLR'25) DP-GPL: Differentially Private Graph Prompt Learning [paper]
  • (KDD'22) GPPT: Graph Pre-training and Prompt Tuning to Generalize Graph Neural Networks[paper]
  • (arXiv 2023.04) train Your Own GNN Teacher: Graph-Aware Distillation on Textual Graphs[paper]
  • (ICLR'25) GraphBridge: Towards Arbitrary Transfer Learning in GNNs [paper]
  • (ICLR'22) Node Feature Extraction by Self-Supervised Multi-scale Neighborhood Prediction [paper]
  • (ICLR'23) Learning on Large-scale Text-attributed Graphs via Variational Inference [paper]
  • (ICLR'24) Label-free Node Classification on Graphs with Large Language Models (LLMS) [paper]
  • (ICLR'24) Harnessing Explanations: LLM-to-LM Interpreter for Enhanced Text-Attributed Graph Representation Learning [paper]
  • (IJCAI'24) Efficient Tuning and Inference for Large Language Models on Textual Graphs [paper]
  • (KDD'24) GAugLLM: Improving Graph Contrastive Learning for Text-Attributed Graphs with Large Language Models [paper]
  • (KDD'24) HiGPT: Heterogeneous Graph Language Model [paper]
  • (ICLR'25) Link Prediction on Text Attributed Graphs: A New Benchmark and Efficient LM-nested GNN Design [paper]
  • (NeurIPS'23) Universal Prompt Tuning for Graph Neural Networks [paper]
  • (ICLR'25) Text Attributed Graph Node Classification Using Sheaf Neural Networks and Large Language Models [paper]
  • (SIGIR'23) Augmenting Low-Resource Text Classification with Graph-Grounded Pre-training and Prompting [paper]
  • (ICLR'25) Large Language Models Based Gragh Convolution For Text-Attributed Networks [paper]
  • (WWW'24) Can GNN be Good Adapter for LLMs? [paper]
  • (WWW'24) Can we Soff Prompt LLMs for Graph Learning Tasks? [paper]
  • (KDD'24) ZeroG: Investigating Cross-dataset Zero-shot Transferability in Graphs [paper]
  • (arXiv'24) GraphAny: A Foundation Model for Node Classiffcation on Any Graph [paper]
  • (arXiv'24) GraphFM: A generalist graph transformer that learns transferable representations across diverse domains [paper]
  • (WWW'23) GraphPrompt: Unifying Pre-Training and Downstream Tasks for Graph Neural Networks [paper]
  • (ACL'23) Patton: Language Model Pretraining on Text-Rich Networks [paper]
  • (arXiv 2024.07) ConGraT: Self-Supervised Contrastive Pretraining for Joint Graph and Text Embeddings [paper]
  • (arXiv 2023.08) SimTeG: A Frustratingly Simple Approach Improves Textual Graph Learning [paper]
  • (arXiv 2024.10) FineMolTex: Towards Fine-grained Molecular Graph-Text Pre-training [paper]
  • (arXiv 2024.01) HIGHT: Hierarchical Graph Tokenization for Graph-Language Alignment [paper]
  • (arXiv 2024.09) Generalizing Graph Transformers Across Diverse Graphs and Tasks via Pre-Training on Industrial-Scale Data [paper]
  • (EACL'24) Language is All a Graph Needs [paper]
  • (CoRR'21) PGT: A Progressive Method for Training Models on Long Videos [paper]
  • (EMNLP'23) GRENADE: Graph-Centric Language Model for Self-Supervised Representation Learning on Text-Attributed Graphs [paper]
  • (EMNLP'23) Pretraining Language Models with Text-Attributed Heterogeneous Graphs [paper]
  • (ICLR'25) Low-cost Enhancer for Text Attributed Graph Learning via Graph Alignment [paper]
  • (ICML'24) LLaGA: Large Language and Graph Assistant [paper]
  • (ICML'24) A Multi-View Mixture-of-Experts based on Language and Graphs for Molecular Properties Prediction [paper]
  • (SIGIR'24) GraphGPT: Graph Instruction Tuning for Large Language Models [paper]
  • (KDD'23) Graph-Aware Language Model Pre-Training on a Large Graph Corpus Can Help Multiple Graph Applications [paper]
  • (KDD'24) ZeroG: Investigating Cross-dataset Zero-shot Transferability in Graphs [paper]
  • (ICLR'25) LLM as GNN: Graph Vocabulary Learning for Graph Foundation Model [paper]
  • (SIGIR'24) TouchUp-G: Improving Feature Representation through Graph-Centric Finetuning [paper]
  • (WWW'24) GraphTranslator: Aligning Graph Model to Large Language Model for Open-ended Tasks [paper]
  • (arXiv 2023.10) GraphText: Graph Reasoning in Text Space [paper]
  • (KDD'23) All in One: Multi-task Prompting for Graph Neural Networks [paper]
  • (ICLR'25) One Model for One Graph: A New Perspective for Pretraining with Cross-domain Graphs [paper]
  • (ACL'24) InstructGraph: Boosting Large Language Models via Graph-centric Instruction Tuning and Preference Alignment [paper]
  • (arXiv 2023.07) GPT4Graph: Can Large Language Models Understand Graph Structured Data ? An Empirical Evaluation and Benchmarking [paper]
  • (arXiv 2024.08) AnyGraph: Graph Foundation Model in the Wild [paper]
  • (arXiv 2024.07) GOFA: A Generative One-For-All Model for Joint Graph Language Modeling [paper]
  • (arXiv 2024.10) Towards Graph Foundation Models: The Perspective of Zero-shot Reasoning on Knowledge Graphs [paper]
  • (arXiv 2024.08) UniGraph: Learning a Unified Cross-Domain Foundation Model for Text-Attributed Graphs [paper]
  • _(arXiv 2024.10)_OpenGraph: Towards Open Graph Foundation Models [paper]
  • (ICLR'25) GFSE: A Foundational Model For Graph Structural Encoding [paper]
  • (ICLR'25) Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-trees [paper]
  • (ICLR'25) GL-Fusion: Rethinking the Combination of Graph Neural Network and Large Language model [paper]
  • (ICLR'25) GraphBridge: Towards Arbitrary Transfer Learning in GNNs [paper]
  • (ICLR'24) One for All: Towards Training One Graph Model for All Classification Tasks [paper]
  • (NeurIPS'23) PRODIGY: Enabling In-context Learning Over Graphs [paper]
  • (NeurIPS'23) WalkLM: A Uniform Language Model Fine-tuning Framework for Attributed Graph Embedding [paper]
  • (ICLR'25) One Model for One Graph: A New Perspective for Pretraining with Cross-domain Graphs [paper]
  • (arXiv 2024.03) MuseGraph: Graph-oriented Instruction Tuning of Large Language Models for Generic Graph Mining [paper]
  • (arXiv 2024.10) RAGraph: A General Retrieval-Augmented Graph Learning Framework [paper]
  • (arXiv 2024.05) GraphAlign: Pretraining One Graph Neural Network on Multiple Graphs via Feature Alignment[paper]
  • (ICLR'25) Edge Prompt Tuning for Graph Neural Networks [paper]
  • (WWW'23) GraphPrompt: Unifying Pre-Training and Downstream Tasks for Graph Neural Networks [paper]
  • (WWW'23) MultiGPrompt for Multi-Task Pre-Training and Prompting on Graphs [paper]
  • (arXiv 2023.10) GraphLLM: Boosting Graph Reasoning Ability of Large Language Model [paper]
  • (arXiv 2024.10) Scalable and Accurate Graph Reasoning with LLM-based Multi-Agents [paper]
  • (arXiv 2024.2) Let Your Graph Do the Talking: Encoding Structured Data for LLMs [paper]
  • (ICLR'24) Talk like a Graph: Encoding Graphs for Large Language Models [paper]
  • (NeurIPS'23) Can Language Models Solve Graph Problems in Natural Language? [paper]

Model

  • (arXiv 2024.07) ConGraT: Self-Supervised Contrastive Pretraining for Joint Graph and Text Embeddings [paper]
  • (arXiv 2023.08) SimTeG: A Frustratingly Simple Approach Improves Textual Graph Learning [paper]
  • (arXiv 2024.10) Language Models are Graph Learners [paper]
  • (arXiv 2024.10) FineMolTex: Towards Fine-grained Molecular Graph-Text Pre-training [paper]
  • (arXiv 2024.2) Let Your Graph Do the Talking: Encoding Structured Data for LLMs [paper]
  • (arXiv 2024.01) Link Prediction on Textual Edge Graphs [paper]
  • (arXiv 2024.05) TAGA: Text-Attributed Graph Self-Supervised Learning by Synergizing Graph and Text Mutual Transformations [paper]
  • (arXiv 2024.08) UniGraph: Learning a Unified Cross-Domain Foundation Model for Text-Attributed Graphs [paper]
  • (arXiv 2024.08) Distilling Large Language Models for Text-Attributed Graph Learning [paper]
  • (ICLR'25) Curriculum GNN-LLM Alignment for Text-Attributed Graphs [paper]
  • (EMNLP'23) GRENADE: Graph-Centric Language Model for Self-Supervised Representation Learning on Text-Attributed Graphs [paper]
  • (EMNLP'23) Pretraining Language Models with Text-Attributed Heterogeneous Graphs [paper]
  • (arXiv 2024.05) Unleashing the Potential of Text-attributed Graphs: Automatic Relation Decomposition via Large Language Models [paper]
  • (ICLR'25) GraphBridge: Towards Arbitrary Transfer Learning in GNNs [paper]
  • (ICLR'25) Low-cost Enhancer for Text Attributed Graph Learning via Graph Alignment [paper]
  • (ICLR'22) Node Feature Extraction by Self-Supervised Multi-scale Neighborhood Prediction [paper]
  • (ICLR'23) Learning on Large-scale Text-attributed Graphs via Variational Inference [paper]
  • (ICLR'24) Label-free Node Classification on Graphs with Large Language Models (LLMS) [paper]
  • (ICLR'24) Harnessing Explanations: LLM-to-LM Interpreter for Enhanced Text-Attributed Graph Representation Learning [paper]
  • (ICLR'25) Link Prediction on Text Attributed Graphs: A New Benchmark and Efficient LM-nested GNN Design [paper]
  • (ICLR'25) One Model for One Graph: A New Perspective for Pretraining with Cross-domain Graphs [paper]
  • (SIGIR'23) Augmenting Low-Resource Text Classification with Graph-Grounded Pre-training and Prompting [paper]
  • (SIGIR'24) TouchUp-G: Improving Feature Representation through Graph-Centric Finetuning [paper]
  • (ICLR'25) Large Language Models Based Gragh Convolution For Text-Attributed Networks [paper]
  • (WWW'24) GraphTranslator: Aligning Graph Model to Large Language Model for Open-ended Tasks [paper]
  • (ICML'24) A Multi-View Mixture-of-Experts based on Language and Graphs for Molecular Properties Prediction [paper]
  • (ICLR'25) Disentangled Representation Learning with Large Language Models for Text-Attributed Graphs [paper]
  • (arXiv 2024.07) GOFA: A Generative One-For-All Model for Joint Graph Language Modeling [paper]
  • (arXiv 2024.01) HIGHT: Hierarchical Graph Tokenization for Graph-Language Alignment [paper]
  • (ICLR'25) GL-Fusion: Rethinking the Combination of Graph Neural Network and Large Language model [paper]
  • (ICML'24) LLaGA: Large Language and Graph Assistant [paper]
  • (IJCAI'24) Efficient Tuning and Inference for Large Language Models on Textual Graphs [paper]
  • (KDD'24) HiGPT: Heterogeneous Graph Language Model [paper]
  • (KDD'24) ZeroG: Investigating Cross-dataset Zero-shot Transferability in Graphs [paper]
  • (NeurIPS'23) WalkLM: A Uniform Language Model Fine-tuning Framework for Attributed Graph Embedding [paper]
  • (arXiv 2024.08) Learning Graph Quantized Tokenizers for Transformers [paper]
  • (ICLR'25) Text Attributed Graph Node Classification Using Sheaf Neural Networks and Large Language Models [paper]
  • (ICLR'25) LLM as GNN: Graph Vocabulary Learning for Graph Foundation Model [paper]
  • (SIGIR'24) GraphGPT: Graph Instruction Tuning for Large Language Models [paper]
  • (WWW'24) Can GNN be Good Adapter for LLMs? [paper]
  • (WWW'24) Can we Soff Prompt LLMs for Graph Learning Tasks? [paper]
  • (KDD'23) Graph-Aware Language Model Pre-Training on a Large Graph Corpus Can Help Multiple Graph Applications [paper]
  • (ACL'23) Patton: Language Model Pretraining on Text-Rich Networks [paper]
  • (arXiv 2023.10) GraphLLM: Boosting Graph Reasoning Ability of Large Language Model [paper]
  • (arXiv 2024.08) AnyGraph: Graph Foundation Model in the Wild [paper]
  • (arXiv'24) GraphFM: A generalist graph transformer that learns transferable representations across diverse domains [paper]
  • (CoRR'21) PGT: A Progressive Method for Training Models on Long Videos [paper]
  • (arXiv 2024.10) Towards Graph Foundation Models: The Perspective of Zero-shot Reasoning on Knowledge Graphs [paper]
  • _(arXiv 2024.10)_OpenGraph: Towards Open Graph Foundation Models [paper]
  • (ICLR'25) GFSE: A Foundational Model For Graph Structural Encoding [paper]
  • (ICLR'24) One for All: Towards Training One Graph Model for All Classification Tasks [paper]
  • (KDD'24) GAugLLM: Improving Graph Contrastive Learning for Text-Attributed Graphs with Large Language Models [paper]
  • (ECML PKDD'23) Train Your Own GNN Teacher: Graph-Aware Distillation on Textual Graphs [paper]
  • (arXiv 2024.05) GraphAlign: Pretraining One Graph Neural Network on Multiple Graphs via Feature Alignment[paper]
  • (ICLR'25) GraphProp: Training the Graph Foundation Models using Graph Properties [paper]
  • (ICLR'25) One Model for One Graph: A New Perspective for Pretraining with Cross-domain Graphs [paper]
  • (arXiv'24) GraphAny: A Foundation Model for Node Classiffcation on Any Graph [paper]
  • (arXiv'24) GraphFM: A generalist graph transformer that learns transferable representations across diverse domains [paper]
  • (ICLR'25) DP-GPL: Differentially Private Graph Prompt Learning [paper]
  • (ICLR'25) Edge Prompt Tuning for Graph Neural Networks [paper]
  • (ICLR'25) GraphBridge: Towards Arbitrary Transfer Learning in GNNs [paper]
  • (KDD'23) All in One: Multi-task Prompting for Graph Neural Networks [paper]
  • (NeurIPS'23) Universal Prompt Tuning for Graph Neural Networks [paper]
  • (NeurIPS'23) PRODIGY: Enabling In-context Learning Over Graphs [paper]
  • (WWW'23) GraphPrompt: Unifying Pre-Training and Downstream Tasks for Graph Neural Networks [paper]
  • (WWW'23) MultiGPrompt for Multi-Task Pre-Training and Prompting on Graphs [paper]
  • (arXiv 2024.10) RAGraph: A General Retrieval-Augmented Graph Learning Framework [paper]
  • (KDD'22) GPPT: Graph Pre-training and Prompt Tuning to Generalize Graph Neural Networks[paper]
  • (ICLR'25) Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-trees [paper]
  • (ACL'24) InstructGraph: Boosting Large Language Models via Graph-centric Instruction Tuning and Preference Alignment [paper]
  • (arXiv 2024.02) LPNL: Scalable Link Prediction with Large Language Models [paper]
  • (arXiv 2023.07) GPT4Graph: Can Large Language Models Understand Graph Structured Data ? An Empirical Evaluation and Benchmarking [paper]
  • (arXiv 2023.10) GraphText: Graph Reasoning in Text Space [paper]
  • (arXiv 2024.10) Scalable and Accurate Graph Reasoning with LLM-based Multi-Agents [paper]
  • (arXiv 2024.10) TAGExplainer: Narrating Graph Explanations for Text-Attributed Graph Learning Models [paper]
  • (EACL'24) Language is All a Graph Needs [paper]
  • (ICLR'24) Talk like a Graph: Encoding Graphs for Large Language Models [paper]
  • (NeurIPS'23) Can Language Models Solve Graph Problems in Natural Language? [paper]
  • (arXiv 2024.03) MuseGraph: Graph-oriented Instruction Tuning of Large Language Models for Generic Graph Mining [paper]

Task

  • (arXiv 2024.02) LPNL: Scalable Link Prediction with Large Language Models [paper]
  • (ICLR'25) Disentangled Representation Learning with Large Language Models for Text-Attributed Graphs [paper]
  • (arXiv 2023.10) GraphLLM: Boosting Graph Reasoning Ability of Large Language Model [paper]
  • (arXiv 2023.08) SimTeG: A Frustratingly Simple Approach Improves Textual Graph Learning [paper]
  • (arXiv 2024.10) Language Models are Graph Learners [paper]
  • (arXiv 2024.08) Learning Graph Quantized Tokenizers for Transformers [paper]
  • (arXiv 2024.01) HIGHT: Hierarchical Graph Tokenization for Graph-Language Alignment [paper]
  • (arXiv 2024.05) Unleashing the Potential of Text-attributed Graphs: Automatic Relation Decomposition via Large Language Models [paper]
  • (ICLR'25) Curriculum GNN-LLM Alignment for Text-Attributed Graphs [paper]
  • (ICLR'25) DP-GPL: Differentially Private Graph Prompt Learning [paper]
  • (EACL'24) Language is All a Graph Needs [paper]
  • (ECML PKDD'23) Train Your Own GNN Teacher: Graph-Aware Distillation on Textual Graphs [paper]
  • (ICLR'25) GraphBridge: Towards Arbitrary Transfer Learning in GNNs [paper]
  • (ICLR'25) Low-cost Enhancer for Text Attributed Graph Learning via Graph Alignment [paper]
  • (ICLR'25) GraphProp: Training the Graph Foundation Models using Graph Properties [paper]
  • (ICLR'23) Learning on Large-scale Text-attributed Graphs via Variational Inference [paper]
  • (ICLR'22) Node Feature Extraction by Self-Supervised Multi-scale Neighborhood Prediction [paper]
  • (ICLR'24) Harnessing Explanations: LLM-to-LM Interpreter for Enhanced Text-Attributed Graph Representation Learning [paper]
  • (ICML'24) LLaGA: Large Language and Graph Assistant [paper]
  • (ICML'24) A Multi-View Mixture-of-Experts based on Language and Graphs for Molecular Properties Prediction [paper]
  • (IJCAI'24) Efficient Tuning and Inference for Large Language Models on Textual Graphs [paper]
  • (KDD'24) HiGPT: Heterogeneous Graph Language Model [paper]
  • (ICLR'25) Link Prediction on Text Attributed Graphs: A New Benchmark and Efficient LM-nested GNN Design [paper]
  • (NeurIPS'23) Universal Prompt Tuning for Graph Neural Networks [paper]
  • (ICLR'25) LLM as GNN: Graph Vocabulary Learning for Graph Foundation Model [paper]
  • (ICLR'25) Text Attributed Graph Node Classification Using Sheaf Neural Networks and Large Language Models [paper]
  • (SIGIR'24) GraphGPT: Graph Instruction Tuning for Large Language Models [paper]
  • (SIGIR'24) TouchUp-G: Improving Feature Representation through Graph-Centric Finetuning [paper]
  • (ICLR'25) Large Language Models Based Gragh Convolution For Text-Attributed Networks [paper]
  • (WWW'24) Can GNN be Good Adapter for LLMs? [paper]
  • (WWW'24) GraphTranslator: Aligning Graph Model to Large Language Model for Open-ended Tasks [paper]
  • (WWW'24) Can we Soff Prompt LLMs for Graph Learning Tasks? [paper]
  • (KDD'22) GPPT: Graph Pre-training and Prompt Tuning to Generalize Graph Neural Networks[paper]
  • (ACL'23) Patton: Language Model Pretraining on Text-Rich Networks [paper]
  • (arXiv 2024.07) ConGraT: Self-Supervised Contrastive Pretraining for Joint Graph and Text Embeddings [paper]
  • (arXiv 2024.10) FineMolTex: Towards Fine-grained Molecular Graph-Text Pre-training [paper]
  • (arXiv 2024.01) Link Prediction on Textual Edge Graphs [paper]
  • (CoRR'21) PGT: A Progressive Method for Training Models on Long Videos [paper]
  • (arXiv 2024.10) TAGExplainer: Narrating Graph Explanations for Text-Attributed Graph Learning Models [paper]
  • (arXiv 2024.08) Distilling Large Language Models for Text-Attributed Graph Learning [paper]
  • (EMNLP'23) GRENADE: Graph-Centric Language Model for Self-Supervised Representation Learning on Text-Attributed Graphs [paper]
  • (EMNLP'23) Pretraining Language Models with Text-Attributed Heterogeneous Graphs [paper]
  • (KDD'24) ZeroG: Investigating Cross-dataset Zero-shot Transferability in Graphs [paper]
  • (SIGIR'23) Augmenting Low-Resource Text Classification with Graph-Grounded Pre-training and Prompting [paper]
  • (KDD'24) GAugLLM: Improving Graph Contrastive Learning for Text-Attributed Graphs with Large Language Models [paper]
  • (KDD'23) Graph-Aware Language Model Pre-Training on a Large Graph Corpus Can Help Multiple Graph Applications [paper]
  • (ICLR'25) One Model for One Graph: A New Perspective for Pretraining with Cross-domain Graphs [paper]
  • (ACL'24) InstructGraph: Boosting Large Language Models via Graph-centric Instruction Tuning and Preference Alignment [paper]
  • (ICLR'25) GraphBridge: Towards Arbitrary Transfer Learning in GNNs [paper]
  • (KDD'23) All in One: Multi-task Prompting for Graph Neural Networks [paper]
  • (ICLR'25) Edge Prompt Tuning for Graph Neural Networks [paper]
  • (WWW'23) GraphPrompt: Unifying Pre-Training and Downstream Tasks for Graph Neural Networks [paper]
  • (WWW'23) MultiGPrompt for Multi-Task Pre-Training and Prompting on Graphs [paper]
  • (arXiv 2024.03) MuseGraph: Graph-oriented Instruction Tuning of Large Language Models for Generic Graph Mining [paper]
  • (arXiv 2024.10) RAGraph: A General Retrieval-Augmented Graph Learning Framework [paper]
  • (ICLR'25) GraphFM: A generalist graph transformer that learns transferable representations across diverse domains [paper]
  • (ICLR'25) Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-trees [paper]
  • (arXiv 2024.08) AnyGraph: Graph Foundation Model in the Wild [paper]
  • (arXiv 2024.07) GOFA: A Generative One-For-All Model for Joint Graph Language Modeling [paper]
  • (arXiv'24) GraphAny: A Foundation Model for Node Classiffcation on Any Graph [paper]
  • (ICLR'25) Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-trees [paper]
  • (arXiv 2024.08) UniGraph: Learning a Unified Cross-Domain Foundation Model for Text-Attributed Graphs [paper]
  • _(arXiv 2024.10)_OpenGraph: Towards Open Graph Foundation Models [paper]
  • (ICLR'25) GFSE: A Foundational Model For Graph Structural Encoding [paper]
  • (ICLR'25) GL-Fusion: Rethinking the Combination of Graph Neural Network and Large Language model [paper]
  • (arXiv 2024.07) GOFA: A Generative One-For-All Model for Joint Graph Language Modeling [paper]
  • (NeurIPS'23) PRODIGY: Enabling In-context Learning Over Graphs [paper]
  • (NeurIPS'23) WalkLM: A Uniform Language Model Fine-tuning Framework for Attributed Graph Embedding [paper]
  • (arXiv 2024.05) GraphAlign: Pretraining One Graph Neural Network on Multiple Graphs via Feature Alignment[paper]
  • (arXiv 2023.07) GPT4Graph: Can Large Language Models Understand Graph Structured Data ? An Empirical Evaluation and Benchmarking [paper]
  • (arXiv 2023.10) GraphText: Graph Reasoning in Text Space [paper]
  • (arXiv 2024.10) Scalable and Accurate Graph Reasoning with LLM-based Multi-Agents [paper]
  • (arXiv 2024.2) Let Your Graph Do the Talking: Encoding Structured Data for LLMs [paper]
  • (ICLR'24) Talk like a Graph: Encoding Graphs for Large Language Models [paper]
  • (NeurIPS'23) Can Language Models Solve Graph Problems in Natural Language? [paper]
  • (ICLR'24) Label-free Node Classification on Graphs with Large Language Models (LLMS) [paper]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published