Home

Awesome

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

Get Start

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: