Skip to content

The official implementation of DiG-In-GNN (AAAI 2024)

Notifications You must be signed in to change notification settings

GraphBerry/DiG-In-GNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

DiG-In-GNN

The official implemantation of AAAI-24 paper DiG-In-GNN: Discriminative Feature Guided GNN-Based Fraud Detector against Inconsistencies in Multi-Relation Fraud Graph. Paper Link

The folder Code4DiGInGNN in this repo contains the code version we submitted to AAAI as the supplementary file, and there is a README.md included in it. This version runs slowly on T-Finance dataset because it uses many for loops in the neighbor selector, instead of faster tensor operations that can be accelerated by parallel computing on cuda devices. We have written a faster version and will share it after the author is through with their busy graduation season.

The codes are based on PC-GCN.

If you have any problems or trouble, you can write an issue to let us know.

About

The official implementation of DiG-In-GNN (AAAI 2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages