Skip to content

AAAEEEE/Awesome-Graph-LLM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 

Repository files navigation

Awesome-Graph-LLM Awesome

A collection of AWESOME things about Graph-Related Large Language Models (LLMs).

Large Language Models (LLMs) have shown remarkable progress in natural language processing tasks. However, their integration with graph structures, which are prevalent in real-world applications, remains relatively unexplored. This repository aims to bridge that gap by providing a curated list of research papers that explore the intersection of graph-based techniques with LLMs.

Table of Contents

Datasets, Benchmarks & Surveys

  • (NAACL'21) Knowledge Graph Based Synthetic Corpus Generation for Knowledge-Enhanced Language Model Pre-training [paper][code]
  • (NeurIPS'23) Can Language Models Solve Graph Problems in Natural Language? [paper][code]
  • (IEEE Intelligent Systems 2023) Integrating Graphs with Large Language Models: Methods and Prospects [paper]
  • (ICLR'24) Talk like a Graph: Encoding Graphs for Large Language Models [paper]
  • (arXiv 2023.05) GPT4Graph: Can Large Language Models Understand Graph Structured Data? An Empirical Evaluation and Benchmarking [paper][code]
  • (arXiv 2023.08) Graph Meets LLMs: Towards Large Graph Models [paper]
  • (arXiv 2023.10) Towards Graph Foundation Models: A Survey and Beyond [paper]
  • (arXiv 2023.10) LLM4DyG: Can Large Language Models Solve Problems on Dynamic Graphs? [paper]
  • (arXiv 2023.11) Can Knowledge Graphs Reduce Hallucinations in LLMs? : A Survey [paper]
  • (arXiv 2023.11) A Survey of Graph Meets Large Language Model: Progress and Future Directions [paper][code]
  • (arXiv 2023.12) Large Language Models on Graphs: A Comprehensive Survey [paper][code]
  • (arXiv 2024.02) Towards Versatile Graph Learning Approach: from the Perspective of Large Language Models [paper]

Prompting

  • (EMNLP'23) StructGPT: A General Framework for Large Language Model to Reason over Structured Data [paper][code]
  • (AAAI'24) Graph of Thoughts: Solving Elaborate Problems with Large Language Models [paper][code]
  • (arXiv 2023.05) PiVe: Prompting with Iterative Verification Improving Graph-based Generative Capability of LLMs [paper][code]
  • (arXiv 2023.08) Boosting Logical Reasoning in Large Language Models through a New Framework: The Graph of Thought [paper]
  • (arxiv 2023.10) Thought Propagation: An Analogical Approach to Complex Reasoning with Large Language Models [paper]
  • (arxiv 2024.01) Topologies of Reasoning: Demystifying Chains, Trees, and Graphs of Thoughts [paper]

General Graph Model

  • (ICLR'24) One for All: Towards Training One Graph Model for All Classification Tasks [paper][code]
  • (arXiv 2023.08) Natural Language is All a Graph Needs [paper][code]
  • (arXiv 2023.10) GraphGPT: Graph Instruction Tuning for Large Language Models [paper][code][blog in Chinese]
  • (arXiv 2023.10) Graph Agent: Explicit Reasoning Agent for Graphs [paper]
  • (arXiv 2024.02) Let Your Graph Do the Talking: Encoding Structured Data for LLMs [paper]
  • (arXiv 2024.02) G-Retriever: Retrieval-Augmented Generation for Textual Graph Understanding and Question Answering [paper][code]
  • (arXiv 2024.02) InstructGraph: Boosting Large Language Models via Graph-centric Instruction Tuning and Preference Alignment [paper][code]
  • (arXiv 2024.02) LLaGA: Large Language and Graph Assistant [paper][code]
  • (arXiv 2024.02) HiGPT: Heterogeneous Graph Language Model [paper][code]

Large Multimodal Models (LMMs)

  • (NeurIPS'23) GraphAdapter: Tuning Vision-Language Models With Dual Knowledge Graph [paper][code]
  • (arXiv 2023.10) Multimodal Graph Learning for Generative Tasks [paper][code]
  • (arXiv 2024.02) Rendering Graphs for Graph Reasoning in Multimodal Large Language Models [paper]

Applications

Basic Graph Reasoning

  • (arXiv 2023.04) Graph-ToolFormer: To Empower LLMs with Graph Reasoning Ability via Prompt Augmented by ChatGPT [paper][code]
  • (arXiv 2023.10) GraphText: Graph Reasoning in Text Space [paper]
  • (arXiv 2023.10) GraphLLM: Boosting Graph Reasoning Ability of Large Language Model [paper][code]

Node Classification

  • (ICLR'24) Explanations as Features: LLM-Based Features for Text-Attributed Graphs [paper][code]
  • (ICLR'24) Label-free Node Classification on Graphs with Large Language Models (LLMS) [paper]
  • (WWW'24) Can GNN be Good Adapter for LLMs? [paper][code]
  • (arXiv 2023.07) Exploring the Potential of Large Language Models (LLMs) in Learning on Graphs [paper] [code]
  • (arXiv 2023.09) Can LLMs Effectively Leverage Structural Information for Graph Learning: When and Why [paper][code]
  • (arXiv 2023.10) Empower Text-Attributed Graphs Learning with Large Language Models (LLMs) [paper]
  • (arXiv 2023.10) Disentangled Representation Learning with Large Language Models for Text-Attributed Graphs [paper]
  • (arXiv 2023.11) Large Language Models as Topological Structure Enhancers for Text-Attributed Graphs [paper]
  • (arXiv 2024.01) Efficient Tuning and Inference for Large Language Models on Textual Graphs [paper] [code]
  • (arXiv 2024.02) Similarity-based Neighbor Selection for Graph LLMs [paper] [code]
  • (arXiv 2024.02) Distilling Large Language Models for Text-Attributed Graph Learning [paper]

Graph Classification/Regression

  • (arXiv 2023.06) GIMLET: A Unified Graph-Text Model for Instruction-Based Molecule Zero-Shot Learning [paper] [code]
  • (arXiv 2023.07) Can Large Language Models Empower Molecular Property Prediction? [paper] [code]

Knowledge Graph

  • (AAAI'22) Enhanced Story Comprehension for Large Language Models through Dynamic Document-Based Knowledge Graphs [paper]
  • (EMNLP'22) Language Models of Code are Few-Shot Commonsense Learners [paper][code]
  • (SIGIR'23) Schema-aware Reference as Prompt Improves Data-Efficient Knowledge Graph Construction [paper][code]
  • (TKDE‘23) AutoAlign: Fully Automatic and Effective Knowledge Graph Alignment enabled by Large Language Models [paper][code]
  • (AAAI'24) Graph Neural Prompting with Large Language Models [paper][code]
  • (arXiv 2023.04) CodeKGC: Code Language Model for Generative Knowledge Graph Construction [paper][code]
  • (arXiv 2023.05) Knowledge Graph Completion Models are Few-shot Learners: An Empirical Study of Relation Labeling in E-commerce with LLMs [paper]
  • (arXiv 2023.10) Faithful Path Language Modelling for Explainable Recommendation over Knowledge Graph [paper]
  • (arXiv 2023.10) Reasoning on Graphs: Faithful and Interpretable Large Language Model Reasoning [paper][code]
  • (arXiv 2023.11) Zero-Shot Relational Learning on Temporal Knowledge Graphs with Large Language Models [paper]
  • (arXiv 2023.12) KGLens: A Parameterized Knowledge Graph Solution to Assess What an LLM Does and Doesn’t Know [paper]
  • (arXiv 2024.02) Large Language Model Meets Graph Neural Network in Knowledge Distillation [paper]

Others

  • (WSDM'24) LLMRec: Large Language Models with Graph Augmentation for Recommendation [paper] [code] [blog in Chinese].
  • (arXiv 2023.03) Ask and You Shall Receive (a Graph Drawing): Testing ChatGPT’s Potential to Apply Graph Layout Algorithms [paper]
  • (arXiv 2023.05) Graph Meets LLM: A Novel Approach to Collaborative Filtering for Robust Conversational Understanding [paper]
  • (arXiv 2023.05) ChatGPT Informed Graph Neural Network for Stock Movement Prediction [paper][code]
  • (arXiv 2023.10) Graph Neural Architecture Search with GPT-4 [paper]
  • (arXiv 2023.11) Biomedical knowledge graph-enhanced prompt generation for large language models [paper][code]
  • (arXiv 2023.11) Graph-Guided Reasoning for Multi-Hop Question Answering in Large Language Models [paper]
  • (arXiv 2024.02) Microstructures and Accuracy of Graph Recall by Large Language Models [paper]
  • (arXiv 2024.02) Causal Graph Discovery with Retrieval-Augmented Generation based Large Language Models [paper]

Resources & Tools

Contributing

👍 Contributions to this repository are welcome!

If you have come across relevant resources, feel free to open an issue or submit a pull request.

- (*conference|journal*) paper_name [[pdf](link)][[code](link)]

Star History

Star History Chart

About

A collection of AWESOME things about Graph-Related LLMs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published