Awesome
LEX-GNN
The author implementation of the CIKM 2024 short paper:
"LEX-GNN: Label-Exploring Graph Neural Network for Accurate Fraud Detection".
[Paper] [Poster]
Woochang Hyun, Insoo Lee, Bongwon Suh
Overview
<p align="center"> <a href="https://github.com/wdhyun/LEX"> <img src="./lex_overview.png" width="750"/> </a> <p>Label-Exploring Graph Neural Network (LEX-GNN) is a GNN-based fraud detector that predicts the fraud likelihood of nodes in a semi-supervised manner and adaptively adjusts the message passing pipeline for enhanced detection.
Usage
- Dataset:
Yelp
andAmazon
are loaded from dgl.data.fraud when the code executed. - Run:
python main.py
Citation
@inproceedings{hyun2024lex,
title={LEX-GNN: Label-Exploring Graph Neural Network for Accurate Fraud Detection},
author={Hyun, Woochang and Lee, Insoo and Suh, Bongwon},
booktitle={Proceedings of the 33rd ACM International Conference on Information and Knowledge Management (CIKM'24)},
year={2024}
}