Skip to content

Official Repository of "Lying Graph Convolution: Learning to Lie for Node Classification Tasks" (IJCNN 2024)

Notifications You must be signed in to change notification settings

danielecastellana22/lying-graph-convolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lying Graph Convolution

This is the official repo of the paper:

D. Castellana, "Lying Graph Convolution: a Network for Node Classification Inspired by Opinion Dynamics", 2024 International Joint Conference on Neural Networks (IJCNN), Yokohama, Japana, 2024

To execute an epxeriment:

  1. Install all the libraries in requirements.txt;
  2. Execute the command python run.py --exp-config-file EXP_CONFIG --dataset-config-file DATASET_CONFIG (check the file run.py to see other otional arguments);
    • EXP_CONFIG is the configuration file to create the model and to perform the model selection (see the folder configs\exp)
    • DATASET_CONFIG is the configuration file to load the dataset (see the folder configs\datasets)

About

Official Repository of "Lying Graph Convolution: Learning to Lie for Node Classification Tasks" (IJCNN 2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages