wendongbi / KT-GNN

Implementation of the Knowledge Transferable Graph Neural Network (KTGNN), published on WWW2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KTGNN

Source code and datasets of the paper "Predicting the Silent Majority on Graphs: Knowledge Transferable Graph " (WWW2023) [PDF]

Figure 1: Overview of KTGNN

Steps to run the code:

  • First unzip the .rar file in ./datasets/twitter/raw/raw.rar

    • The size of the raw dataset is too large to upload onto the reponsitory, so we zip the original files first.
  • Then run KTGNN with the following command:

    python3 main_twitter.py

About

Implementation of the Knowledge Transferable Graph Neural Network (KTGNN), published on WWW2023

License:MIT License


Languages

Language:Python 100.0%