|
|
|
|
|
by zachwooddoughty
3216 days ago
|
|
>> ProPublica labelled the algorithm as biased based primarily on the fact that it (correctly) labelled blacks as more likely than whites to re-offend (without using race as part of the predictor), and that blacks and whites have different false positive rates.
>> In the conception of these authors, “bias” refers to an algorithm providing correct predictions that simply fail to reflect the reality the authors wish existed. The gist of the article is that statistical bias is not the bias that journalists are interested in. The article doesn't discuss how these biases are related or relevant to each other, but rather assumes that statistical bias is the only one that should matter. I think the article is missing a discussion of the gaps between what are the measured inputs into your statistical model, and what can be acted upon from a policy perspective. As a thought experiment, suppose the only two inputs that determine a person's recidivism rate is their past criminal history and whether they had lead poisoning as a child, but that of these two we can only measure past criminal history as an input into our algorithm. If race is strongly associated with childhood lead poisoning (such as in real life [1]), then our algorithm might get higher classification accuracy by including race [2] as an input in its training data. This might have less statistical bias, but would bias against individuals of a race who are in truth not at higher risk of recidivism. [1] https://scholar.harvard.edu/files/alixwinter/files/sampson_w... [2] The actual COMPAS algorithm doesn't use race as an explicit input, but that doesn't really change the issue. |
|
If we included every aspect about a person in some statistical model, we may discover "uncomfortable truths" that hold true for the general population. But these truths, while statistically correct, may fail our test for what we consider to be philosophically fair, and ultimately undermine an individual's agency to act independently.
So perhaps in your experiment, the problem is that our feature selection is not reflective of the values we'd like to uphold, and that aspects like "had lead poisoning as a child" is not a sound feature to include in our model because it measures aspects of a person outside their control. Instead maybe our feature set should only include aspects that measure facets that are under the individual's control such as community service, whether they still associate with other criminals, whether they have or are pursuing education, whether they have children to care for, etc. (or some other feature set that's more thought out and sound, but you get the gist)
This still may not have as good accuracy as a model that included other features about the person, but it's arguable that this system would be more fair, especially over a model using more features but was artificially fudged to satisfy some prior about what we consider fair/unbiased.