Skip to content

serval-uni-lu/tabularbench-cf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TabularBench

TabularBench: Adversarial Robustness Benchmark for Tabular Data

This is a fork from the original benchmark repository. This version has been updated to work with python 3.12 and the latest versions of the dependencies. It has also been refactored to be more lightweight, and thus the original leaderbord and documentation have been removed. To access the original leaderboard and documentation, please refer to the original repository.

Research papers:

How to cite:

To reference the CAA attack, consider citing the following paper:

@misc{simonetto2024caa,
    title={Constrained Adaptive Attack: Effective Adversarial Attack Against Deep Neural Networks for Tabular Data},
    author={Thibault Simonetto and Salah Ghamizi and Maxime Cordy},
    booktitle={To appear in Advances in Neural Information Processing Systems},
    year={2024},
    url={https://arxiv.org/abs/2406.00775},
}

To reference the benchmark, consider citing the following paper:

@misc{simonetto2024tabularbench,
    title={TabularBench: Benchmarking Adversarial Robustness for Tabular Deep Learning in Real-world Use-cases},
    author={Thibault Simonetto and Salah Ghamizi and Maxime Cordy},
    booktitle={To appear in Advances in Neural Information Processing Systems},
    year={2024},
    url={https://arxiv.org/abs/2408.07579},
}

Installation

UV

  1. Clone the repository

bash git clone https://github.com/serval-uni-lu/tabularbench-cf.git

  1. Navigate to the project directory
cd tabularbench-cf
  1. Install the dependencies using UV.
uv sync

About

TabularBench: Adversarial robustness benchmark for tabular data

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%