Coder Social home page Coder Social logo

padel's Introduction

Position-Aware Subgraph Neural Networks with Data-Efficient Learning

This paper: Position-Aware Subgraph Neural Networks with Data-Efficient Learning, is submitted to WSDM 2023.

Dataset

PADEL and baseline methods are implemented on the hpo_metab, hpo_neuro, and em_user datasets, firstly relsed by SubGNN. We provide these datasets in different data-efficient situations:

datasets-PADEL.7z
├─em_user
│      edge_list.txt
│      subgraphs.pth
│      subgraphs_10.pth
│      subgraphs_20.pth
│      subgraphs_30.pth
│      subgraphs_40.pth
│      subgraphs_50.pth
│
├─hpo_metab
│      edge_list.txt
│      subgraphs.pth
│      subgraphs_10.pth
│      subgraphs_20.pth
│      subgraphs_30.pth
│      subgraphs_40.pth
│      subgraphs_50.pth
│
└─hpo_neuro
        edge_list.txt
        subgraphs.pth
        subgraphs_10.pth
        subgraphs_20.pth
        subgraphs_30.pth
        subgraphs_40.pth
        subgraphs_50.pth
------ 

edge_list.txt is the orignal edge list file for the base graph. subgraphs.pth is the original subgraph file with subgraph and labels. subgraphs_X0 means the new subgraph file consisting of X0% of the training set and the original validation/ test set.

Codes

We provide pseudo-code for random 1-hop subgraph diffusion and PADEL's training pipline in PADEL_pseudo_code.pdf, and the source code has been released!

Todo List

  • Dataset
  • Pseudo-code
  • Source code
  • Setup guidelines

Please let me know if you have any question :-)

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.