Skip to content

Commit d810589

Browse files
committed
Merge branch 'camera-ready-branch'
2 parents e3d4331 + 4c450cc commit d810589

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

README.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository contains all code, notebooks, data and empirical results for our
1010

1111
The chart below illustrates what we define as macrodynamics in Algorithmic Recourse: (a) we have a simple linear classifier trained for binary classification where samples from the negative class ($y=0$) are marked in blue and samples of the positive class ($y=1$) are marked in orange; (b) the implementation of AR for a random subset of individuals leads to a noticable domain shift; (c) as the classifier is retrained we observe a corresponding model shift; (d) as this process is repeated, the decision boundary moves away from the target class.
1212

13-
![](cover.png)
13+
![](paper/www/poc.png)
1414

1515
## Abstract
1616

_quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ format:
4343
html:
4444
theme: cosmo
4545
epub:
46-
cover-image: cover.png
46+
cover-image: paper/www/poc.png
4747

4848
execute:
4949
freeze: auto

cover.png

-51.6 KB
Binary file not shown.

intro.qmd

+8
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@ display(plt)
145145

146146
## Mitigation Strategies
147147

148+
In the paper, we propose three simple mitigation strategies:
149+
150+
1. More Conservative Decision Thresholds
151+
2. Classifier Preserving ROAR
152+
3. Gravitational Counterfactual Explanations
153+
154+
@fig-mitigate shows an illustrative example that demonstrates the differences in counterfactual outcomes when using the various mitigation strategies compared to the baseline approach, that is, Wachter with $\gamma=0.5$: choosing a higher decision threshold pushes the counterfactual a little further into the target domain; this effect is even stronger for ClaPROAR; finally, using the Gravitational generator the counterfactual ends up all the way inside the target domain.
155+
148156
```{julia}
149157
#| output: true
150158
#| label: fig-mitigate

0 commit comments

Comments
 (0)