Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenRe : Generative Models for Robust Algorithmic Recourse

Openreview Paper URL

  1. setup environment using requirements.txt. Install PyTorch
  2. setup datasets
chmod +x ./scripts/setup_datasets.sh
./scripts/setup_datasets.sh
  1. train true classifiers
python scripts/train_rf.py [options]
# example
python scripts/train_rf.py --dataset heloc
  1. train ann classifiers
python scripts/train_ann.py [options]
# example
python scripts/train_ann.py --dataset heloc --lsrc rf --epochs 100 --batch 64 --lr 0.001 --device 0 --hidd 10 10 10
  1. train pairmodel
python scripts/train_bpm.py [options]
  1. Checkout genre_sampler.ipynb for running the code and evaluation.

To see available options, use --help

Baselines

To run baselines, install CARLA from https://github.com/MartinPawel/ProbabilisticallyRobustRecourse/ and activate the environment[don't install GPU version of pytorch]

Datasets

Citation

If you use this work, please cite:

@inproceedings{
garg2025sample,
title={From Search to Sampling: Generative Models for Robust Algorithmic Recourse},
author={Garg, Prateek and Nagalapatti, Lokesh and Sarawagi, Sunita},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://openreview.net/forum?id=NtwFghsJne}
}

Contact

Prateek Garg (prateekg@iitb.ac.in)

About

[ICLR 2025] From Search to Sampling: Generative Models for Robust Algorithmic Recourse

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages