mistyreed63849 / Graph-LLM

GraphLLM: Boosting Graph Reasoning Ability of Large Language Model
https://arxiv.org/abs/2310.05845
98 stars 10 forks source link

GraphLLM: Boosting Graph Reasoning Ability of Large Language Model

This is the implementation for the paper GraphLLM: Boosting Graph Reasoning Ability of Large Language Model.

Setup

Train and evaluate the model with default settings on graph reasoning datasets on GPU 0:

  1. Substructure Counting
    ./scripts/sc.sh
  2. Maximum Triplet Sum
    ./scripts/mts.sh
  3. Shortest Path
    ./scripts/sp.sh
  4. Bipartite Graph Matching
    ./scripts/bgm.sh

More hyperparameter settings are at config.py

Hyperparameter explanation: