GithubHelp home page GithubHelp logo

frankuc / autoaudit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mengchillee/autoaudit

0.0 0.0 0.0 20.42 MB

Code for paper "AutoAudit: Mining Accounting and Time-Evolving Graphs" (Big Data 2020)

License: BSD 2-Clause "Simplified" License

Python 100.00%

autoaudit's Introduction

AutoAudit: Mining Accounting and Time-Evolving Graphs


Lee, MC., Zhao, Y., Wang, A., Liang, P.J., Akoglu, L., Tseng, V.S., and Faloutsos, C., AutoAudit: Mining Accounting and Time-Evolving Graphs. IEEE International Conference on Big Data (Big Data), 2020.

https://ieeexplore.ieee.org/abstract/document/9378346

Please cite the paper as:

@inproceedings{lee2020AutoAudit,
  title={{AutoAudit:} Mining Accounting and Time-Evolving Graphs},
  author={Lee, Meng-Chieh and Zhao, Yue and Wang, Aluna and Liang, Pierre Jinghong and Akoglu, Leman and Tseng, Vincent S. and Faloutsos, Christos},
  booktitle={2020 IEEE International Conference on Big Data (Big Data)},
  year={2020},
  organization={IEEE},
}

Introduction

In this paper we propose AutoAudit, a systematic method for handling anomaly detection problems not only in accounting datasets, but also in other real-world datasets. It consists four major components:

  • "Smurfing" Detection: We proposeAA-SMURF, an un-supervised and parameter-free algorithm to detect injected“Smurfing” pattern in real-world datasets.
  • Attention Routing: We proposeAA-ARto attend to themost suspicious periods in time-evolving graphs and pro-vide explanations.
  • Discoveries: We discover three month-pairs with highcorrelation, proved by “success stories”, and patterns ofaccounting datasets follow Power Laws in log-log scales.
  • Generality: We further generalized our method on otherreal-world graph datasets, such as Enron Email and CzechFinancial datasets.

Installation and Dependency

The experiment code is writen in Python 3 and built on a number of Python packages:

  • matplotlib==2.0.2
  • pandas==0.21.0
  • scipy==0.19.1
  • numpy==1.13.1
  • scikit_learn==0.19.1

Datasets

Three datasets are used (see dataset folder):

Datasets Nodes Edges Time Span
Accounting 254 285,298 01/01/2016 to 02/06/2017
Czech Financial 11,374 273,508 01/05/1993 to 12/14/1998
Enron Email 16,771 1,487,863 01/01/2001 to 12/31/2001

Usage and Sample Output

Experiments could be reproduced by running the code directly. You could simply download/clone the entire repository and execute the code by

python AA-Smurf.py
python AA-AR.py

Conclusions

In this work, we present AutoAudit, which addresses the anomaly detection problem on time-evolving accounting datasets. This kind of data is usually complicated and hard to organize. Our main purpose is to automatically spot anomalies, such as money laundering, providing huge convenience for auditors and risk management professionals. Our approach is also general enough to be easily modified to solve problems in different domains.

autoaudit's People

Contributors

mengchillee avatar yzhao062 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.