GithubHelp home page GithubHelp logo

pkdd2023's Introduction

GPRGNN-L

This is the source code for our ECML-PKDD 2023 paper: ''Leveraging Free Labels to Power Up Heterophilic Graph Learning in Weakly-Supervised Settings: An Empirical Study''

Repreduce results in our paper:

We save all the results of our experiments in the results folder, the naming for the file is:

acc_10_{Init}{dataset}{train_rate}_{model}.npy.

gamma_10_{Init}{dataset}{train_rate}_{model}.npy.

gamma_10_Random_{dataset}_unsupervised.

where Init can be chosen from Random (GPRGNN-R) and WS (GPRGNN-L) and model can be chosen from gprgnn and bernnet.

acc_* record the accuracy of ten runs and gamma_*_{model}.npy record the learned filter.

gamma_10_Random_{dataset}_unsupervised is the filter learned in the LP task.

''plot_filter.ipynb'' can be used to display the filters, while ''performance_under_diffsplits_all.ipynb'' can be used to display the accuracy of different approaches.

To generate the results from scratch, you can run the ''link_pred_hetero_gprgnn.ipynb'' in the script folder to learn an optimal filter first. After that, you can run the ''train_model_fix_filter_hetero_gprgnn.py'' to evaluate both GPRGNN-R and GPRGNN-L under different splits.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.