REVIEW 3 major objections 6 minor 1 cited by
What Constitutes a Less Discriminatory Algorithm?
T0 review · 3 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper argues that no data-only measurement can define a less discriminatory algorithm, and that courts must instead judge whether a proposed model would reasonably generalize before accepting it as an alternative to the status quo.
desk verdict A genuinely useful formal analysis of LDA search, with a central 'reasonableness' predicate that remains a placeholder. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The argument runs on two engines. The first is the feasible utility-disparity polygon: for a finite population with group sizes and base rates, every binary classifier corresponds to a point in the $(\Delta, U)$ plane with $U(h;\lambda) = \mathrm{TPR} - \lambda\mathrm{FPR}$, and the Pareto frontier is traced by two types of label swaps away from the perfect classifier; this pins down the threshold $U^*$ in Theorem 1. The second is the reasonableness standard in Definition 1, which replaces measurement with projection: because no held-out data exists at litigation time, a candidate LDA must be judged by whether a court would reasonably expect it to generalize, with model complexity relative to the baseline as the main heuristic. On top of these, the paper's NP-hardness result is driven by a reduction from subset sum, while the positive approximation guarantee comes from a polynomial-time approximation scheme for the same knapsack-like problem.
What would settle it
Try to construct the Proposition 1 rule inside a restricted hypothesis class, for instance shallow decision trees of a fixed depth, on the Adult and German Credit datasets; if no such rule can simultaneously achieve perfect training accuracy and zero selection-rate disparity across groups, the impossibility result depends on unbounded model complexity rather than on the absence of held-out data, and a quantitative standard might suffice.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that the LDA concept must move from measured performance to projected performance. Proposition 1 constructs a rule that is perfectly accurate on one dataset and selects a constant fraction of each group on another, showing that any definition based solely on observed accuracy and disparity can be satisfied by a pathological model. The paper's formal definition therefore says $h'$ is an LDA relative to $h_0$ when $h'$ is reasonably projected to have at least $h_0$'s accuracy and significantly lower selection-rate disparity; what makes the projection reasonable is left to a case-by-case judgment, not to a formula. The accompanying results give the boundaries of what is achievable: a utility threshold $U^*$ below which a zero-disparity alternative always exists even when base rates differ, an NP-completeness result for the full-information LDA search, a polynomial-time $(1+\epsilon)$-approximation that guarantees finding a significantly better model whenever the baseline is not already near-optimal, and empirical evidence on common datasets that simple random-seed or resampling searches within one model class reduce out-of-sample disparity, sometimes with a utility gain.
Load-bearing premise
The load-bearing premise is that courts can apply a reasonableness standard well enough to judge whether a proposed model would generalize, even though the paper does not define that standard precisely and concedes that formalizing it in full generality is beyond its scope.
Editorial extensions
If this is right
- Courts should evaluate candidate LDAs by whether they would be expected to generalize, not by how they score on observed data, which means post-deployment measurements alone cannot establish liability.
- When group base rates differ, perfect accuracy necessarily has nonzero disparity, but a zero-disparity alternative exists whenever the baseline's utility is below $U^*$; the paper's reading of Theorem 1 is that this trade-off is vacuous except at unusually high accuracy, so it rarely shields a firm.
- Since the least discriminatory alternative is NP-hard to find but a $(1+\epsilon)$-approximation is computable in polynomial time, a firm's claim that the search is computationally impossible is a weak defense as long as the legal standard permits de minimis slack.
- Simple searches by random seed or resampling within the same model class can reduce disparity on unseen data, sometimes improving utility as well, so firms need not rely on specialized optimization to find reasonable LDAs.
- Because a good-faith search often turns up and rejects models that later prove less discriminatory out-of-sample, treating considered-and-rejected models as evidence of liability would discourage proactive searching.
Reading between the lines
- The paper leaves implicit that the same gameability argument would apply to other fairness metrics, not just selection-rate disparity, so any purely data-based fairness definition in litigation may need an accompanying reasonableness standard.
- Outside the courtroom, the reasonableness standard could be made operational by benchmarking generalization through temporal or cross-domain shifts, turning an opaque legal judgment into a measurable inductive question.
- The approximation guarantee is proved for the full-information setting, where the firm knows the true population distribution; converting it into practical training algorithms for finite samples and restricted model classes is a natural next step the paper leaves open.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper examines how to define a "less discriminatory algorithm" (LDA) in the legal disparate-impact sense. It argues that LDA definitions based on measured accuracy and disparity on observed datasets are untenable: Proposition 1 constructs a decision rule that achieves perfect accuracy on pre-deployment data and zero disparity on post-deployment data, and the authors contend that any purely quantitative measured-performance definition admits similar pathologies. The paper therefore proposes Definition 1, under which a model is an LDA if it is "reasonably projected" to have at least the accuracy of the baseline and "significantly lower" selection-rate disparity, while acknowledging that the projection standard is not fully formalized. It then analyzes the feasibility of finding LDAs: Theorem 1 characterizes the attainable utility-disparity frontier under full information and shows a zero-disparity alternative exists unless the baseline utility is above a threshold; Theorem 2 proves the full-information LDA existence problem NP-complete via a reduction from subset sum, with an accompanying (1+epsilon)-approximation claim; and Section 5 presents empirical simulations showing that simple multiplicity-based searches can reduce out-of-sample disparity on the Adult dataset, though not on German Credit.
Significance. If the results hold, the paper makes three useful contributions: it gives a crisp negative result showing why measured-performance LDA definitions are insufficient, it provides a formal characterization of when accuracy/disparity trade-offs do and do not bind, and it offers evidence that practical LDA searches are often computationally feasible despite worst-case hardness. The NP-completeness reduction and the empirical open-source evaluation are concrete and reproducible. The main caveat is that the paper's positive definition rests on an unspecified "reasonableness" predicate, so the conceptual core is not yet fully operational; the paper's significance is therefore stronger as a negative/conceptual result than as a complete formal framework.
major comments (3)
- [Section 2.1, Definition 1] The definition's central predicates, "reasonably projected" and "significantly lower," are never given a formal or operational meaning, and Section 2.2 explicitly defers their full formalization as beyond the scope of the work. This is load-bearing: Proposition 1 only rules out purely measured-performance definitions, and without an operational account of reasonable projection, a court (or a firm) has no criterion for distinguishing the pathological Proposition 1 rule from a legitimate multiplicity-based alternative. The paper may establish a negative thesis, but the positive account of what constitutes an LDA is not yet established. The authors should either provide a formal operationalization for at least a restricted but nontrivial setting, or explicitly reframe the contribution as a diagnosis plus a research agenda.
- [Section 4 / Appendix C.3, Claim 5] The claim that a (1+epsilon)-approximate full-information LDA can be identified in polynomial time O(n^3 epsilon^{-1}) is stated without proof: Appendix C.3 says "the proof is deferred" and points only to standard subset-sum approximation schemes. This claim is load-bearing for the paper's conclusion that the NP-hardness result is "weak" and unlikely to be prohibitive in practice. As written, the reader cannot verify the central "weak computational limits" argument. A complete proof or a clear designation of the claim as conjectural is needed.
- [Section 3.2, Theorem 1] The second displayed formula in Theorem 1 is garbled: "Delta(h') = 1 - min[ n1/n+, lambda n2/n- ] Delta(h*) - Delta(h0)" is missing parentheses and at least one factor, so the claimed characterization of the minimum-disparity alternative at a given utility level cannot be verified from the statement as printed. The appendix proof may be correct, but the theorem statement must be restated cleanly before the feasibility result can be used as the paper intends.
minor comments (6)
- [Section 2.2] There is a typo in the first paragraph: "representative dastaset" should be "representative dataset."
- [Appendix C.2] The arithmetic derivation of the condition on alpha contains a garbled line with missing parentheses and a dropped factor (the line beginning "-lambda 1/N ..."), which makes the reduction harder to follow; the derivation should be rewritten cleanly.
- [Table 1] The column "Freq. min-disp." is not defined in the caption or the surrounding text; the caption should explain what this frequency measures.
- [References] Reference [54] contains a typo: "uidance" should be "Guidance."
- [Section 5] The sentence "These results imply that it may not be a good idea to punish firms for having considered and rejected models that are ultimately less discriminatory" goes beyond what the experimental simulation can support; the claim should be softened to a hypothesis or explicitly labeled as a policy interpretation.
- [Definition 2 vs. Theorem 2] Definition 2 lists the LDA input as <X, sigma, rho_g, h0> but the utility function U(h; lambda) is also part of the problem instance; the tuple should include lambda or the text should state that lambda is fixed.
Circularity Check
No circular derivation; the central 'reasonableness standard' is left undefined, but this is an incompleteness, not circularity.
full rationale
The paper's formal results are derived from stated assumptions rather than from their own conclusions. Proposition 1 is an impossibility argument against purely measured-performance definitions and is presented as a simple observation, not as a consequence of Definition 1. Theorem 1 is proven in Appendix B from the stated population, classifier, and randomized-decision formalism, with no fitted parameters. Theorem 2 is proven by a polynomial-time reduction from Subset Sum in Appendix C.2, which is an independent computational argument. The approximation claim (Claim 5) is indeed asserted with its proof deferred, but deferring a proof is an omission, not a circular step. The empirical section uses train/evaluation/test splits and reports out-of-sample results, so the reported disparity and utility improvements are genuine held-out evaluations rather than fitted inputs renamed as predictions. The main weakness is that Definition 1 relies on 'reasonably projected' and 'significantly lower', which are not formally operationalized; Section 2.2 concedes that defining reasonable projections 'in full generality is beyond the scope this work.' This makes the positive account incomplete, but the paper does not claim to derive the reasonableness standard from the LDA definition, nor does it reduce any theorem to an assumption. The self-citation to Black et al. [7] (which includes a co-author of this paper) is used for a policy recommendation about proactive 'reasonable search' and is not load-bearing for the formal results. Overall, the derivation chain is self-contained; the score reflects minor incompleteness rather than circularity.
Assumptions & free parameters
free parameters (2)
- lambda (utility weight)
- epsilon (approximation factor)
assumptions (5)
- domain assumption Binary protected groups and binary outcomes.
- domain assumption Demographic disparity is measured as difference in selection rates.
- domain assumption The firm's business goal is captured entirely by the utility function U(h; lambda).
- ad hoc to paper An LDA must be in the same model class as the original model for reliable comparison.
- ad hoc to paper A 'reasonableness standard' can be applied by courts to evaluate projections of model performance.
Cite this review
Pith. "Pith review of What Constitutes a Less Discriminatory Algorithm?." pith.science (2026). https://pith.science/paper/46A2IQJP
@misc{pith2026241218138,
author = {Pith},
title = {Pith review of: What Constitutes a Less Discriminatory Algorithm?},
year = {2026},
howpublished = {\url{https://pith.science/paper/46A2IQJP}},
note = {Machine review of arXiv:2412.18138}
}
read the original abstract
Disparate impact doctrine offers an important legal apparatus for targeting discriminatory data-driven algorithmic decisions. A recent body of work has focused on conceptualizing one particular construct from this doctrine: the less discriminatory alternative, an alternative policy that reduces disparities while meeting the same business needs of a status quo or baseline policy. However, attempts to operationalize this construct in the algorithmic setting must grapple with some thorny challenges and ambiguities. In this paper, we attempt to raise and resolve important questions about less discriminatory algorithms (LDAs). How should we formally define LDAs, and how does this interact with different societal goals they might serve? And how feasible is it for firms or plaintiffs to computationally search for candidate LDAs? We find that formal LDA definitions face fundamental challenges when they attempt to evaluate and compare predictive models in the absence of held-out data. As a result, we argue that LDA definitions cannot be purely quantitative, and must rely on standards of "reasonableness." We then identify both mathematical and computational constraints on firms' ability to efficiently conduct a proactive search for LDAs, but we provide evidence that these limits are "weak" in a formal sense. By defining LDAs formally, we put forward a framework in which both firms and plaintiffs can search for alternative models that comport with societal goals.
Figures
Figures from the paper (1 more)
Forward citations
Cited by 1 Pith paper
-
Be Intentional About Fairness!: Fairness, Size, and Multiplicity in the Rashomon Set
Across all models within a small accuracy loss of the best classifier, an intentionally chosen fair model can be far fairer than a random one, and individual flip likelihoods follow a simple logistic curve.
Reference graph
Works this paper leans on
-
[1]
Testing the Fairness-Accuracy Improvability of Algorithms
Eric Auerbach, Annie Liang, Max Tabord-Meehan, and Kyohei Okumura. Testing the fairness- improvability of algorithms. arXiv preprint arXiv:2405.04816, 2024
work page Pith review arXiv 2024
-
[2]
Solon Barocas and Andrew D Selbst. Big data’s disparate impact. Calif. L. Rev., 104:671, 2016
work page 2016
-
[3]
Fairness and machine learning: Limi- tations and opportunities
Solon Barocas, Moritz Hardt, and Arvind Narayanan. Fairness and machine learning: Limi- tations and opportunities. MIT press, 2023
work page 2023
-
[4]
Reconciling modern machine- learning practice and the classical bias–variance trade-off
Mikhail Belkin, Daniel Hsu, Siyuan Ma, and Soumik Mandal. Reconciling modern machine- learning practice and the classical bias–variance trade-off. Proceedings of the National Academy of Sciences, 116(32):15849–15854, 2019
work page 2019
-
[5]
Is algorithmic affirmative action legal? The Georgetown Law Journal, 108(4): 803–853, 2020
Jason R Bent. Is algorithmic affirmative action legal? The Georgetown Law Journal, 108(4): 803–853, 2020
work page 2020
-
[6]
Model multiplicity: Opportunities, con- cerns, and solutions
Emily Black, Manish Raghavan, and Solon Barocas. Model multiplicity: Opportunities, con- cerns, and solutions. In Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency, pages 850–863, 2022
work page 2022
-
[7]
Less discriminatory algorithms
Emily Black, John Logan Koepke, Pauline Kim, Solon Barocas, and Mingwei Hsu. Less discriminatory algorithms. Available at SSRN, 2023. 14
work page 2023
- [8]
Show all 76 references
-
[9]
Statistical modeling: The two cultures (with comments and a rejoinder by the author)
Leo Breiman. Statistical modeling: The two cultures (with comments and a rejoinder by the author). Statistical science, 16(3):199–231, 2001
2001
-
[10]
Gender shades: Intersectional accuracy disparities in commercial gender classification
Joy Buolamwini and Timnit Gebru. Gender shades: Intersectional accuracy disparities in commercial gender classification. In Conference on fairness, accountability and transparency, pages 77–91. PMLR, 2018
2018
-
[11]
Fair lending report of the consumer financial pro- tection bureau
Consumer Financial Protection Bureau. Fair lending report of the consumer financial pro- tection bureau. Consumer Financial Protection Bureau, June 2024. URL https://files. consumerfinance.gov/f/documents/cfpb_fair-lending-report_fy-2023.pdf
2024
-
[12]
A clarification of the nuances in the fairness metrics landscape
Alessandro Castelnovo, Riccardo Crupi, Greta Greco, Daniele Regoli, Ilaria Giuseppina Penco, and Andrea Claudio Cosentini. A clarification of the nuances in the fairness metrics landscape. Scientific Reports, 12(1):4209, 2022
2022
-
[13]
Why is my classifier discriminatory? Advances in neural information processing systems, 31, 2018
Irene Chen, Fredrik D Johansson, and David Sontag. Why is my classifier discriminatory? Advances in neural information processing systems, 31, 2018
2018
-
[14]
Leveraging less discriminatory alternative (lda) mod- els to mitigate algorithmic discrimination in the financial services sector,
Jennifer Chien. Leveraging less discriminatory alternative (lda) mod- els to mitigate algorithmic discrimination in the financial services sector,
-
[15]
Urgent call for regulatory clarity on the need to search for and implement less discriminatory algorithms
Jennifer Chien and Adam Rust. Urgent call for regulatory clarity on the need to search for and implement less discriminatory algorithms. Consumer Federation of America, 2024. URL https://consumerfed.org/wp-content/uploads/2024/06/ 240625-CR-CFA-Statement-on-Obligation-to-Searc...
2024
-
[16]
Fair prediction with disparate impact: A study of bias in recidivism prediction instruments
Alexandra Chouldechova. Fair prediction with disparate impact: A study of bias in recidivism prediction instruments. Big data, 5(2):153–163, 2017
2017
-
[17]
The frontiers of fairness in machine learning
Alexandra Chouldechova and Aaron Roth. The frontiers of fairness in machine learning. arXiv preprint arXiv:1810.08810, 2018
2018 arXiv
-
[18]
Emergent unfairness in algorithmic fairness-accuracy trade-off research
A Feder Cooper and Ellen Abrams. Emergent unfairness in algorithmic fairness-accuracy trade-off research. In Proceedings of the 2021 AAAI/ACM Conference on AI, Ethics, and Society, pages 46–54, 2021
2021
-
[19]
Is my prediction arbitrary? measuring self-consistency in fair classification
A Feder Cooper, Katherine Lee, Solon Barocas, Christopher De Sa, Siddhartha Sen, and Baobao Zhang. Is my prediction arbitrary? measuring self-consistency in fair classification. arXiv preprint arXiv:2301.11562, 2023
2023 arXiv
-
[20]
Algorithmic decision making and the cost of fairness
Sam Corbett-Davies, Emma Pierson, Avi Feller, Sharad Goel, and Aziz Huq. Algorithmic decision making and the cost of fairness. In Proceedings of the 23rd acm sigkdd international conference on knowledge discovery and data mining, pages 797–806, 2017
2017
-
[21]
Counter- factual risk assessments, evaluation, and fairness
Amanda Coston, Alan Mishler, Edward H Kennedy, and Alexandra Chouldechova. Counter- factual risk assessments, evaluation, and fairness. In Proceedings of the 2020 conference on fairness, accountability, and transparency, pages 582–593, 2020
2020
-
[22]
Characterizing fairness over the set of good models under selective labels
Amanda Coston, Ashesh Rambachan, and Alexandra Chouldechova. Characterizing fairness over the set of good models under selective labels. In International Conference on Machine Learning, pages 2144–2155. PMLR, 2021
2021
-
[23]
Un- derspecification presents challenges for credibility in modern machine learning
Alexander D’Amour, Katherine Heller, Dan Moldovan, Ben Adlam, Babak Alipanahi, Alex Beutel, Christina Chen, Jonathan Deaton, Jacob Eisenstein, Matthew D Hoffman, et al. Un- derspecification presents challenges for credibility in modern machine learning. Journal of Machine Lear...
2022
-
[24]
Fairness through awareness
Cynthia Dwork, Moritz Hardt, Toniann Pitassi, Omer Reingold, and Richard Zemel. Fairness through awareness. In Proceedings of the 3rd innovations in theoretical computer science conference, pages 214–226, 2012
2012
-
[25]
Explainability & fairness in machine learning for credit underwriting, 2023
FinRegLab. Explainability & fairness in machine learning for credit underwriting, 2023. URL https://finreglab.org/wp-content/ uploads/2023/12/FinRegLab_2023-12-07_Research-Report_ Explainability-and-Fairness-in-Machine-Learning-for-Credit-Undewriting_ Policy-Analysis.pdf
2023
-
[26]
Feder Cooper, Kweku Kwegyir-Aggrey, Chris De Sa, and Michael Littman
Jessica Zosa Forde, A. Feder Cooper, Kweku Kwegyir-Aggrey, Chris De Sa, and Michael Littman. Model Selection’s Disparate Impact in Real-World Deep Learning Applications. arXiv preprint arXiv:2104.00606, 2021
2021 arXiv
-
[27]
Predictably unequal? the effects of machine learning on credit markets
Andreas Fuster, Paul Goldsmith-Pinkham, Tarun Ramadorai, and Ansgar Walther. Predictably unequal? the effects of machine learning on credit markets. The Journal of Finance , 77(1): 5–47, 2022
2022
-
[28]
Big data and discrimination
Talia B Gillis and Jann L Spiess. Big data and discrimination. The University of Chicago Law Review, 86(2):459–488, 2019
2019
-
[29]
Operationalizing the search for less discrim- inatory alternatives in fair lending
Talia B Gillis, Vitaly Meursault, and Berk Ustun. Operationalizing the search for less discrim- inatory alternatives in fair lending. In The 2024 ACM Conference on Fairness, Accountability, and Transparency, pages 377–387, 2024
2024
-
[30]
Non-discriminatory machine learning through convex fairness criteria
Naman Goel, Mohammad Yaghini, and Boi Faltings. Non-discriminatory machine learning through convex fairness criteria. In Proceedings of the 2018 AAAI/ACM Conference on AI, Ethics, and Society, pages 116–116, 2018
2018
-
[31]
Equality of opportunity in supervised learning
Moritz Hardt, Eric Price, and Nati Srebro. Equality of opportunity in supervised learning. Advances in neural information processing systems, 29, 2016
2016
-
[32]
Measuring algorithmic fairness
Deborah Hellman. Measuring algorithmic fairness. Virginia Law Review, 106(4):811–866, 2020
2020
-
[33]
Can we obtain fairness for free? In Pro- ceedings of the 2021 AAAI/ACM Conference on AI, Ethics, and Society, pages 586–596, 2021
Rashidul Islam, Shimei Pan, and James R Foulds. Can we obtain fairness for free? In Pro- ceedings of the 2021 AAAI/ACM Conference on AI, Ethics, and Society, pages 586–596, 2021
2021
-
[34]
Understanding trade-offs in classifier bias with quality-diversity optimization: an application to talent management
Catalina M Jaramillo, Paul Squires, and Julian Togelius. Understanding trade-offs in classifier bias with quality-diversity optimization: an application to talent management. arXiv preprint arXiv:2411.16965, 2024
2024 arXiv
-
[35]
Fairness-aware learning through reg- ularization approach
Toshihiro Kamishima, Shotaro Akaho, and Jun Sakuma. Fairness-aware learning through reg- ularization approach. In 2011 IEEE 11th international conference on data mining workshops, pages 643–650. IEEE, 2011
2011
-
[36]
Fairness through computationally-bounded awareness
Michael Kim, Omer Reingold, and Guy Rothblum. Fairness through computationally-bounded awareness. Advances in neural information processing systems, 31, 2018
2018
-
[37]
Data-driven discrimination at work
Pauline T Kim. Data-driven discrimination at work. William & Mary Law Review, 58(3):857, 2017
2017
-
[38]
Algorithm design
Jon Kleinberg and Eva Tardos. Algorithm design. Pearson Education India, 2006
2006
-
[39]
Inherent trade-offs in the fair determination of risk scores
Jon Kleinberg, Sendhil Mullainathan, and Manish Raghavan. Inherent trade-offs in the fair determination of risk scores. arXiv preprint arXiv:1609.05807, 2016
2016 arXiv
-
[40]
The selective labels problem: Evaluating algorithmic predictions in the presence of unobserv- ables
Himabindu Lakkaraju, Jon Kleinberg, Jure Leskovec, Jens Ludwig, and Sendhil Mullainathan. The selective labels problem: Evaluating algorithmic predictions in the presence of unobserv- ables. In Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery ...
2017
-
[41]
Four years of facct: A reflexive, mixed-methods analysis of research contributions, shortcomings, and future prospects
Benjamin Laufer, Sameer Jain, A Feder Cooper, Jon Kleinberg, and Hoda Heidari. Four years of facct: A reflexive, mixed-methods analysis of research contributions, shortcomings, and future prospects. In Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Tra...
2022
-
[42]
Optimization’s neglected norma- tive commitments
Benjamin Laufer, Thomas Gilbert, and Helen Nissenbaum. Optimization’s neglected norma- tive commitments. In Proceedings of the 2023 ACM Conference on Fairness, Accountability, and Transparency, pages 50–63, 2023
2023
-
[43]
Ending affirmative action harms diversity without improving academic merit
Jinsook Lee, Emma Harvey, Joyce Zhou, Nikhil Garg, Thorsten Joachims, and Ren ´e F Kizil- cec. Ending affirmative action harms diversity without improving academic merit. In Pro- ceedings of the 4th ACM Conference on Equity and Access in Algorithms, Mechanisms, and Optimizatio...
2024
-
[44]
Algorithmic design: Fairness versus accuracy
Annie Liang, Jay Lu, and Xiaosheng Mu. Algorithmic design: Fairness versus accuracy. In Proceedings of the 23rd ACM Conference on Economics and Computation, pages 58–59, 2022
2022
-
[45]
Does mitigating ml’s impact disparity require treatment disparity? Advances in neural information processing systems, 31, 2018
Zachary Lipton, Julian McAuley, and Alexandra Chouldechova. Does mitigating ml’s impact disparity require treatment disparity? Advances in neural information processing systems, 31, 2018
2018
-
[46]
Redesigning service level agreements: Equity and efficiency in city government operations
Zhi Liu and Nikhil Garg. Redesigning service level agreements: Equity and efficiency in city government operations. arXiv preprint arXiv:2410.14825, 2024
2024 arXiv
-
[47]
Are two heads the same as one? identifying disparate treatment in fair neural networks
Michael Lohaus, Matth ¨aus Kleindessner, Krishnaram Kenthapadi, Francesco Locatello, and Chris Russell. Are two heads the same as one? identifying disparate treatment in fair neural networks. Advances in Neural Information Processing Systems, 35:16548–16562, 2022
2022
-
[48]
Predictive multiplicity in classification
Charles Marx, Flavio Calmon, and Berk Ustun. Predictive multiplicity in classification. In Hal Daum´e III and Aarti Singh, editors, Proceedings of the 37th International Conference on Machine Learning, volume 119 of Proceedings of Machine Learning Research, pages 6765–
-
[49]
The cost of fairness in binary classification
Aditya Krishna Menon and Robert C Williamson. The cost of fairness in binary classification. In Conference on Fairness, accountability and transparency, pages 107–118. PMLR, 2018
2018
-
[50]
Improving mortgage underwriting and pricing outcomes for protected classes through distribution matching
John Merrill, Mark Jones, Mark Eberstein, Kareem Saleh, Dana Lockwood, Lusine Pet- rosyan, and Michael Akinwum. Improving mortgage underwriting and pricing outcomes for protected classes through distribution matching. National Fair Housing Alliance and Fair- Play, 2024. URL ht...
2024
-
[51]
Cfpb should encourage lenders to look for less dis- criminatory models, ncrc, April 2022
NCRC. Cfpb should encourage lenders to look for less dis- criminatory models, ncrc, April 2022. URL https://ncrc.org/ cfpb-should-encourage-lenders-to-look-for-less-discriminatory-models/
2022
-
[52]
Guidance on algorithmic discrimination and the new jersey law against discrimination, January 2025
New Jersey Office of Attorney General. Guidance on algorithmic discrimination and the new jersey law against discrimination, January 2025. URL https://www.nj.gov/oag/ newsreleases25/2025-0108_DCR-Guidance-on-Algorithmic-Discrimination. pdf
2025
-
[53]
Insurance circular letter no
New York State Department of Financial Services. Insurance circular letter no. 7. New York State Department of Financial Services , July 11, 2024. URL https://www.dfs.ny.gov/ industry-guidance/circular-letters/cl2024-07
2024
-
[54]
Department of Housing and Urban Development
U.S. Department of Housing and Urban Development. uidance on application of the fair housing act to the screening of applicants for rental housing. U.S. De- partment of Housing and Urban Development , April 29, 2024. URL https: //www.hud.gov/sites/dfiles/FHEO/documents/FHEO_Gu...
2024
-
[55]
The path toward equal perfor- mance in medical machine learning
Eike Petersen, Sune Holm, Melanie Ganz, and Aasa Feragen. The path toward equal perfor- mance in medical machine learning. Patterns, 4(7), 2023. 17
2023
-
[56]
On the incompat- ibility of accuracy and equal opportunity
Carlos Pinz ´on, Catuscia Palamidessi, Pablo Piantanida, and Frank Valencia. On the incompat- ibility of accuracy and equal opportunity. Machine Learning, 113(5):2405–2434, 2024
2024
-
[57]
On fair- ness and calibration
Geoff Pleiss, Manish Raghavan, Felix Wu, Jon Kleinberg, and Kilian Q Weinberger. On fair- ness and calibration. Advances in neural information processing systems, 30, 2017
2017
-
[58]
Fair lending monitorship of upstart network’s lending model, 2021
Relman Colfax PLLC. Fair lending monitorship of upstart network’s lending model, 2021. URL https://www.relmanlaw.com/cases-406
2021
-
[59]
Limitations of the” four-fifths rule” and statistical parity tests for measuring fairness
Manish Raghavan and Pauline T Kim. Limitations of the” four-fifths rule” and statistical parity tests for measuring fairness. Geo. L. Tech. Rev., 8:93, 2024
2024
-
[60]
Mitigating bias in algo- rithmic hiring: Evaluating claims and practices
Manish Raghavan, Solon Barocas, Jon Kleinberg, and Karen Levy. Mitigating bias in algo- rithmic hiring: Evaluating claims and practices. In Proceedings of the 2020 conference on fairness, accountability, and transparency, pages 469–481, 2020
2020
-
[61]
Robust design and evaluation of predictive algorithms under unobserved confounding
Ashesh Rambachan, Amanda Coston, and Edward Kennedy. Robust design and evaluation of predictive algorithms under unobserved confounding. arXiv preprint arXiv:2212.09844, 2022
2022
-
[62]
Do imagenet classifiers generalize to imagenet? In International conference on machine learning , pages 5389–5400
Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do imagenet classifiers generalize to imagenet? In International conference on machine learning , pages 5389–5400. PMLR, 2019
2019
-
[63]
Empirical observation of negligible fairness–accuracy trade-offs in machine learning for public policy
Kit T Rodolfa, Hemank Lamba, and Rayid Ghani. Empirical observation of negligible fairness–accuracy trade-offs in machine learning for public policy. Nature Machine Intelli- gence, 3(10):896–904, 2021
2021
-
[64]
Amazing things come from having many good models
Cynthia Rudin, Chudi Zhong, Lesia Semenova, Margo Seltzer, Ronald Parr, Jiachang Liu, Srikar Katta, Jon Donnelly, Harry Chen, and Zachery Boner. Amazing things come from having many good models. arXiv preprint arXiv:2407.04846, 2024
2024 arXiv
-
[65]
Imagenot: A contrast with imagenet preserves model rankings
Olawale Salaudeen and Moritz Hardt. Imagenot: A contrast with imagenet preserves model rankings. arXiv preprint arXiv:2404.02112, 2024
2024
-
[66]
Applying old rules to new tools: Employment discrimination law in the age of algorithms
Matthew U Scherer, Allan G King, and Marko J Mrkonich. Applying old rules to new tools: Employment discrimination law in the age of algorithms. SCL Rev., 71:449, 2019
2019
-
[67]
On the existence of simpler machine learn- ing models
Lesia Semenova, Cynthia Rudin, and Ronald Parr. On the existence of simpler machine learn- ing models. In Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency, pages 1827–1858, 2022
2022
-
[68]
Statistical learning theory
Vladimir Vapnik. Statistical learning theory. John Wiley & Sons google schola , 2:831–842, 1998
1998
-
[69]
Multi-target multiplicity: Flexibility and fairness in target specification under resource con- straints
Jamelle Watson-Daniels, Solon Barocas, Jake M Hofman, and Alexandra Chouldechova. Multi-target multiplicity: Flexibility and fairness in target specification under resource con- straints. In Proceedings of the 2023 ACM Conference on Fairness, Accountability, and Trans- parency...
2023
-
[70]
Predictive multiplicity in proba- bilistic classification
Jamelle Watson-Daniels, David C Parkes, and Berk Ustun. Predictive multiplicity in proba- bilistic classification. In Proceedings of the AAAI Conference on Artificial Intelligence , vol- ume 37, pages 10306–10314, 2023
2023
-
[71]
Predictive churn with the set of good models
Jamelle Watson-Daniels, Flavio du Pin Calmon, Alexander D’Amour, Carol Long, David C Parkes, and Berk Ustun. Predictive churn with the set of good models. arXiv preprint arXiv:2402.07745, 2024
2024 arXiv
-
[72]
Unlocking fairness: a trade-off revisited
Michael Wick, Jean-Baptiste Tristan, et al. Unlocking fairness: a trade-off revisited. Advances in neural information processing systems, 32, 2019
2019
-
[73]
Equal protection under algorithms: A new statistical and legal framework
Crystal S Yang and Will Dobbie. Equal protection under algorithms: A new statistical and legal framework. Michigan Law Review, 119(2):291–396, 2020
2020
-
[74]
Fairness constraints: Mechanisms for fair classification
Muhammad Bilal Zafar, Isabel Valera, Manuel Gomez Rogriguez, and Krishna P Gummadi. Fairness constraints: Mechanisms for fair classification. InArtificial intelligence and statistics, pages 962–970. PMLR, 2017. 18 A Further Related Work The so-called fairness-accuracy trade-of...
2017
-
[2024]
URL https://dcfintechweek.org/wp-content/uploads/2024/09/ Consumer-Reports-Paper-on-Less-Discriminatory-Alternative-LDA-Models-Aug-2024. pdf
2024
-
[6774]
URL https://proceedings.mlr.press/v119/marx20a
PMLR, 13–18 Jul 2020. URL https://proceedings.mlr.press/v119/marx20a. html
2020
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.