Giter Site home page Giter Site logo

privetab's Introduction

PriveTab

This repository contains the implementation of PriveTAB : Secure and Privacy-Preserving sharing of Tabular Data. We use CTGAN as our primary generator model. CTGAN can be replaced with any conditional generator model. The trained generator model is sampled to create a privacy-preserving synthetic dataset. The sampling process is bound by the principle of t-closeness, ensuring privacy in the shared data

RUNNING THE CODE

  1. To run the code, add the input data to the package. The input data should be of csv format.
  2. Specify the discrete attributes of the dataset as "discrete_attributes" in "attributes.ini"
  3. Run the code as:

python main.py {path_to_input} {t_value}

  1. The t_value argument is optional. The default t-value is 0.6. Change the t_value to ensure that the synthetic data is {t_value}-close w.r.t. the original

RESULTS

The trained generator model is saved in the directory "trained_model". The Synthetic Table is saved in "synthetic_table/synthetic_data.csv".

CONTACT

For questions or comment, you can reach out to: Anantaa Kotal ([email protected])

REFERENCE

If you use our model(s) or want to refer to it in a paper, please cite:

Kotal, Anantaa, et al. "PriveTAB: Secure and Privacy-Preserving sharing of Tabular Data." Proceedings of the 2022 ACM on International Workshop on Security and Privacy Analytics. 2022.

BibTeX


@inproceedings{kotal2022privetab,
  title={PriveTAB: Secure and Privacy-Preserving sharing of Tabular Data},
  author={Kotal, Anantaa and Piplai, Aritran and Chukkapalli, Sai Sree Laya and Joshi, Anupam},
  booktitle={Proceedings of the 2022 ACM on International Workshop on Security and Privacy Analytics},
  pages={35--45},
  year={2022}
}

privetab's People

Contributors

anantaakotal avatar

Watchers

James Cloos avatar  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.