Home

Awesome

eFraudCom: An E-commerce Fraud Detection System via Competitive Graph Neural Networks

Overview

This repository is PyTorch implementation of Competitive Graph Neural Network (CGNN) proposed in

"eFraudCom: An E-commerce Fraud Detection System via Competitive Graph Neural Networks".

1. Requirements

2. MOOC student drop-out

2.1 Data

In the dataset MOOC student drop-out, we regard students as users and actions as items;

2.2 Structure

2.3 Run

To train the model, run MOOC student dropout/main.py

3. Bitcoin-Alpha

3.1 Data

Bitcoin-Alpha/data/alpha/alpha_graph_u2u.pickle: the pickled sparse adjacency matrix about users;

Bitcoin-Alpha/data/alpha/alpha_graph_u2p.pickle: the pickled sparse adjacency matrix about users and items;

Bitcoin-Alpha/data/alpha/alpha_labels.pickle: the pickled user labels.

3.2 Structure

3.3 Run

To train the model, run Bitcion-Alpha/model.py