QPGCN: Graph Convolutional Network with a Quadratic Polynomial Filter for Overcoming Over-smoothings
This repository is the official implementation of QPGCN: Graph Convolutional Network with a Quadratic Polynomial Filter for Overcoming Over-smoothing.
To install requirements:
pip install -r requirements.txt
To train the model(s) in the paper, run this command:
python run.py --config ./config/QPGCN-cora.json
python run.py --config ./config/QPGCN-citeseer.json
python run.py --config ./config/QPGCN-pubmed.json
python run.py --config ./config/QPGCN-dblp.json
Our model achieves the following performance on :
Model name | Cora | Citeseer | Pubmed | DBLP |
---|---|---|---|---|
QPGCN | 83.31 |
71.22 |
79.22 |
85.92 |