Skip to content

rishabjainX/recidivism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Exploring Bias in Recidivism Prediction via Adversarial Learning and Shapley Values

Machine learning models that predict criminal recidivism raise important ethical concerns because they can reinforce systemic racial biases. These algorithms often lack interpretability and have been shown to disproportionately misclassify African-American defendants. In this study, we developed an adversarially-trained predictor to minimize the influence of race on recidivism classification. We hypothesized that adversarial training would reduce racial disparities in prediction rates while maintaining accuracy. To understand feature importance, we leveraged the SHAP framework to compare feature contributions between a baseline classifier and the adversarially-trained predictor. The adversarial model demonstrated a small decrease in overall accuracy but significantly reduced gaps in demographic parity, false positive rates, and false negative rates between Caucasian and African-American defendants. Additionally, it indicated reduced reliance on race-related input features for the model output. These findings suggest that adversarial training can be used to efficiently identify and reduce racial bias in predictive algorithms, while maintaining high model performance.

Link to Paper: https://doi.org/10.65161/recjcEC1tRGOPCFdc

About

Code behind submitted paper, "Exploring Bias in Recidivism Prediction via Adversarial Learning and Shapley Values"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors