REVIEW 3 major objections 6 minor 300 references
When recourse recommendations move through a causal graph, stable models exist and beat naive training once intervention strength is not too large.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-31 05:29 UTC pith:MSLJBQWR
load-bearing objection Clean causal-performative packaging of recourse with solid math, but the title claim that causality specifically beats non-causal performative baselines is not isolated in the experiments. the 3 major comments →
The Role of Causality in Algorithmic Recourse
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Causal recourse induces a non-convex performative risk even under convex losses, yet performatively stable linear models still exist and are efficiently computable by repeated risk minimization or repeated gradient descent whenever intervention strength κ is smaller than a threshold controlled by strong convexity, joint smoothness, and the causal-cost factor Λ built from the contribution matrices and the inverse cost matrix; those stable points stay near performative optima and substantially improve risk over naive ERM as κ grows.
What carries the argument
The causal contribution matrices Gx and Gy that map an additive intervention through the DAG into feature and label shifts, together with the closed-form best response a* = (κ/2) C^{-1} Gx w under quadratic costs; these define the distribution map whose sensitivity ε = (κ/2)Λ governs contraction of RRM and RGD.
Load-bearing premise
The learner must already know the true causal graph and how interventions change both features and the real outcome label; if that map is wrong, the stability guarantees do not describe actual behavior.
What would settle it
On the semi-synthetic or Taiwan credit setups, raise κ past the paper’s contraction threshold while keeping the stated cost and causal matrices fixed: if RRM or RGD still converges to a fixed point whose performative risk is no better than naive ERM, the central claim fails.
If this is right
- Deployed recourse systems that ignore causal structure will systematically incentivize gaming of non-causal features and force more frequent retraining.
- Stable causal-recourse models reduce the gap between recommended actions and genuine qualification improvement once people adapt.
- Intervention cost geometry and the causal graph play distinct roles: costs choose where people act, the graph chooses which features actually move.
- Sufficiently strong interventions or strong causal amplification can destroy the contraction needed for simple iterative methods to reach stability.
Where Pith is reading between the lines
- If the causal graph must be learned from the same strategic data stream, misspecification error would itself become performative and could push the system outside the contraction regime.
- The same Gx–Gy sensitivity bound could be used as a design constraint: choose which features are actionable so that Λ stays small enough for stability at the desired κ.
- Extending the analysis beyond linear scorers would require replacing the closed-form best response, but the performative framing itself would still apply.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper formalizes algorithmic recourse under strategic agent responses as a causal performative prediction problem. Agents take utility-maximizing interventions that propagate through a linear SCM via contribution matrices Gx and Gy, shifting both features and true labels; the learner then minimizes loss on the induced distribution. Under quadratic costs the best response is closed-form (Lemma 1), the resulting ERM objective can be non-convex (Lemma 2), and the induced map is ϵ-sensitive with ϵ = (κ/2)Λ(C,Gx,Gy) (Lemma 3). Convergence of RRM and RGD to performatively stable (and near-optimal) linear predictors is obtained by reducing to Perdomo et al. when κ is below a threshold involving loss constants and Λ. Experiments on a 7D semi-synthetic loan SCM and the Taiwan credit data show RRM/RGD convergence for moderate κ, large performative-risk gains of stable/near-optimal models over naive ERM as κ grows, and that cost geometry and causal propagation jointly shape actions versus induced Δx.
Significance. If the results hold, the paper cleanly connects causal recourse to performative prediction and supplies an explicit, checkable sensitivity parameter Λ that makes standard RRM/RGD guarantees apply. Lemma 1–3 and the reduction to Perdomo are technically sound and useful; the finite-sample algorithms and multi-profile cost experiments are reproducible in spirit. The main novelty is the causal response model inside the performative loop rather than a new optimization theory. The practical significance of the “role of causality” claim is currently limited by missing non-causal performative controls and by the assumption that the learner knows the true SCM (Gx, Gy), which the Discussion flags but which underpins both guarantees and experiments.
major comments (3)
- [Abstract; §1; Theorems 1–2; Lemma 3; Fig. 2–3] Abstract and §1 claim that “recourse policies that ignore causal structure can induce large, misaligned behavioral responses, whereas causal recourse leads to stable equilibria that reduce incentives for gaming.” Theorems 1–2 and Lemma 3 hold for arbitrary fixed Gx, Gy (including Gx = I). Empirically, Fig. 2 only compares causal-performative stable/Grid-search models to naive ERM, confounding (i) modeling distribution shift with (ii) using causal G. There is no performative but non-causal control (e.g., agents and learner with Gx = I, or learner using identity while agents use the true SCM). Fig. 3 illustrates propagation under a fixed causal G but does not show better performative risk, tighter stability, or less gaming than a non-causal performative equilibrium. Either add that ablation or substantially qualify the title-level causality claims to match what is proven and measured.
- [§2; Appendix B.1; §5 Discussion] The framework and algorithms assume the learner knows the true DAG, edge weights, Gx, and Gy used both to form a*(x,w) and to run RRM/RGD (§2, App. B.1). Stability and the map Dw are with respect to that assumed response; misspecified G yields guarantees that need not apply to real behavior. The Discussion notes joint learning of the graph as future work, but given that this is the load-bearing modeling assumption for the central claim, the paper should either provide misspecification experiments (wrong edges/weights) or state clearly that all guarantees and empirical gains are conditional on a correctly specified SCM available to the learner.
- [§4.3; Theorem 1; Corollary-style bounds in App. B.4] §4.3 reports that empirically estimated γ, β certify convergence only for κ ≲ 10^{-8}, while Fig. 1 shows stable behavior for κ up to O(1)–O(10). The text correctly calls the bound conservative, but this gap means Theorems 1–2 do not explain the observed regime. A tighter, instance-dependent sensitivity analysis or a clear statement that the theorems are only qualitative sufficient conditions would strengthen the link between theory and experiments.
minor comments (6)
- [§2; Algorithms 1–2] Notation: adjacency matrix is called A while the action set is also A and the induced feature map uses A := (κ/2)G_x^T C^{-1} G_x in Algorithms 1–2. Disambiguate (e.g., adjacency A_graph vs. shift matrix A_w).
- [Theorem 2] Theorem 2 item 2 refers to “Algorithm 3” but only Algorithms 1–2 are defined; almost certainly RGD (Algorithm 2).
- [Assumption 2] Assumption 2 writes C ∈ R^{n×n} while features are d-dimensional; should be d×d.
- [Appendix B.2 Lemma 3] Lemma 3 proof uses 1/(2λ) while the main text uses κ/2; align the cost scaling notation with Eq. (1).
- [§4.2–4.3] Fig. 1 caption and §4.2: RGD max iterations stated as 8000 in text but “1000 iterations” in the results paragraph; make consistent.
- [§1.1] Related work on improvement-focused causal recourse (König et al.) and performative validity of recourse is cited; a short explicit contrast table (fixed model vs. joint retraining) would help readers place the contribution.
Circularity Check
No significant circularity: performative stability and sensitivity are derived, not defined to equal the claimed gains.
full rationale
The paper’s load-bearing chain is: quadratic-cost best response (Lemma 1) → induced map Dw with explicit feature/label shifts via Gx, Gy → ε-sensitivity (Lemma 3) → application of external Perdomo et al. (2020) RRM/RGD convergence and stability–optimum proximity (Theorems 1–2). None of these steps equates the optimization target to the reported improvement by construction. Performative risk and stability are standard fixed-point / risk-on-induced-distribution notions; beating naive ERM (Figure 2) is an empirical comparison, not a tautology from fitted parameters. Gx is built from the assumed SCM and Gy by regressing scores on features—ordinary model specification used as input to the dynamics, not a quantity later “predicted” as if independent. Quadratic costs and strong convexity/smoothness are stated assumptions, not smuggled uniqueness theorems from overlapping authors. Citations to Perdomo are external and machine-checkable in the usual sense of published theorems with stated hypotheses; self-citations (e.g., Avasarala et al., Bechavod/Ziani) appear only as related work or “standard cost” context and are not load-bearing for the convergence claims. Gaps such as missing non-causal performative controls affect claim isolation, not circularity of the derivation.
Axiom & Free-Parameter Ledger
free parameters (4)
- κ (intervention / performativity strength) =
swept; e.g. values up to 5–15 in figures
- Cost matrix C diagonal profiles =
Table 1 normalized unit-mean profiles
- ℓ2 regularization ρ and RGD step η =
η=5×10^-4; ρ implicit in γ bound
- Estimated edge weights and Gy regression =
dataset-specific regressions (Appendix C)
axioms (5)
- domain assumption Feature causal structure is a known linear DAG SCM; interventions are additive and propagate as Δx=(I-A^T)^{-1}a = Gx^T a
- domain assumption Action cost is quadratic a^T C a with C≻0, yielding closed-form a*=(κ/2)C^{-1}Gx w
- domain assumption Hypothesis class is linear scores w^T x; loss jointly convex, γ-strongly convex in w, β-jointly smooth
- standard math Performative stability/optimality framework and RRM/RGD convergence theorems of Perdomo et al. (2020) apply once EMD sensitivity is bounded
- ad hoc to paper Finite exponential α-moment condition on features under shifts x+Aw so ξ_{α,μ}<∞
invented entities (2)
-
Feature/label contribution matrices Gx, Gy in the performative recourse map
independent evidence
-
Sensitivity aggregate Λ(C,Gx,Gy)=||Gx||^2||C^{-1}||+||Gx||||C^{-1}||||Gy||
no independent evidence
read the original abstract
Algorithmic recourse aims to provide individuals with actionable changes to improve their predicted outcomes in high-stakes classification settings, such as loan and mortgage applications. However, most existing approaches focus only on flipping a model's prediction, without accounting for whether the recommended changes lead to genuine improvement in an individual's true qualifications or merely enable strategic gaming of the classifier. Consequently, deployed recourse policies can induce behavioral responses that degrade predictive accuracy and become ineffective after model retraining. In this work, we formalize this failure mode through a causal performative framework for recourse. We model how recourse actions propagate through a structural causal model, capturing interactions among features as well as their effect on the true label. These causal responses induce a non-convex optimization problem, even under standard convex losses. We characterize conditions under which performatively stable solutions exist and can be efficiently computed via simple iterative dynamics. Our analysis reveals that recourse policies that ignore causal structure can induce large, misaligned behavioral responses, whereas causal recourse leads to stable equilibria that reduce incentives for gaming. Experiments on both semi-synthetic and real credit datasets demonstrate that our approach consistently outperforms standard empirical risk minimization while reducing the need for repeated model retraining to accommodate distribution shifts caused by strategic agent behavior.
Figures
Reference graph
Works this paper leans on
-
[1]
42nd International Conference on Machine Learning , year =
Kentaro Kanamori and Ken Kobayashi and Satoshi Hara and Takuya Takagi , title =. 42nd International Conference on Machine Learning , year =
-
[2]
CoRR , volume =
Valia Efthymiou and Ekaterina Fedorova and Chara Podimata , title =. CoRR , volume =
-
[3]
38th International Conference on Machine Learning , pages =
Zachary Izzo and Lexing Ying and James Zou , title =. 38th International Conference on Machine Learning , pages =
-
[4]
29th Annual Conference on Artificial Intelligence and Statistics , year =
Antonio Gois and Sophia Gunluk and Nir Rosenfeld and Nidhi Hegde and Simon Lacoste-Julien and Dhanya Sridhar , title =. 29th Annual Conference on Artificial Intelligence and Statistics , year =
-
[5]
4th Symposium on Computer Science and Law , pages =
Benjamin Laufer and Manish Raghavan and Solon Barocas , title =. 4th Symposium on Computer Science and Law , pages =
-
[6]
2026 , booktitle =
Chris Hays and Benjamin Laufer and Solon Barocas and Manish Raghavan , title =. 2026 , booktitle =
2026
-
[7]
Revisiting
Ainhize Barrainkua and Giovanni De Toni and Jos. Revisiting. 40th
-
[8]
29th Annual Conference on Artificial Intelligence and Statistics , year =
Eoin Kenny and Allan Anzagira and Tom Bewley and Freddy Lecue and Manuela Veloso , title =. 29th Annual Conference on Artificial Intelligence and Statistics , year =
-
[9]
Neill , title =
Gordon Dai and Pavan Ravishankar and Rachel Yuan and Emily Black and Daniel B. Neill , title =. 5th
-
[10]
Advances in Neural Information Processing Systems 38 , year =
Hsiang Hsu and Ivan Brugere and Shubham Sharma and Freddy L. Advances in Neural Information Processing Systems 38 , year =
-
[11]
CoRR , volume =
Evzenie Coupkova and Mireille Boutin , title =. CoRR , volume =
-
[12]
Stephen Boyd and Lieven Vandenberghe , title =
-
[13]
24th International Conference on Autonomous Agents and Multiagent Systems , pages =
Erfaun Noorani and Pasan Dissanayake and Faisal Hamman and Sanghamitra Dutta , title =. 24th International Conference on Autonomous Agents and Multiagent Systems , pages =
-
[14]
Statistical modeling: the two cultures , volume =
Breiman, Leo , journal =. Statistical modeling: the two cultures , volume =
-
[15]
Theory of Computing , volume =
Arora, Sanjeev and Hazan, Elad and Kale, Satyen , title =. Theory of Computing , volume =. 2012 , pages =
2012
-
[16]
6th International Conference on Learning Representations , year =
Constantinos Daskalakis and Andrew Ilyas and Vasilis Syrgkanis and Haoyang Zeng , title =. 6th International Conference on Learning Representations , year =
-
[17]
Advances in Neural Information Processing Systems 26 , pages =
Alexander Rakhlin and Karthik Sridharan , title =. Advances in Neural Information Processing Systems 26 , pages =
-
[18]
Chris Russell , title =. 2nd
-
[19]
Advances in Neural Information Processing Systems 35 , year =
Rui Xin and Chudi Zhong and Zhi Chen and Takuya Takagi and Margo Seltzer and Cynthia Rudin , title =. Advances in Neural Information Processing Systems 35 , year =
-
[20]
CoRR , volume =
Lesia Semenova and Cynthia Rudin , title =. CoRR , volume =
-
[21]
Heller and Dan Moldovan and Ben Adlam and Babak Alipanahi and Alex Beutel and Christina Chen and Jonathan Deaton and Jacob Eisenstein and Matthew D
Alexander D'Amour and Katherine A. Heller and Dan Moldovan and Ben Adlam and Babak Alipanahi and Alex Beutel and Christina Chen and Jonathan Deaton and Jacob Eisenstein and Matthew D. Hoffman and Farhad Hormozdiari and Neil Houlsby and Shaobo Hou and Ghassen Jerfel and Alan Karthikesalingam and Mario Lucic and Yi. Underspecification Presents Challenges fo...
-
[22]
Journal of Machine Learning Research , volume =
Aaron Fisher and Cynthia Rudin and Francesca Dominici , title =. Journal of Machine Learning Research , volume =
-
[23]
Algorithmic Recourse: from Counterfactual Explanations to Interventions , booktitle =
Amir. Algorithmic Recourse: from Counterfactual Explanations to Interventions , booktitle =
-
[24]
13th International Conference on Learning Representations , year =
Ally Yalei Du and Dung Daniel Ngo and Zhiwei Steven Wu , title =. 13th International Conference on Learning Representations , year =
-
[25]
Dropout-Based
Hsiang Hsu and Guihong Li and Shaohan Hu and Chun. Dropout-Based. 12th International Conference on Learning Representations , year =
-
[26]
Reconciling Predictive Multiplicity in Practice , booktitle =
Tina Behzad and S. Reconciling Predictive Multiplicity in Practice , booktitle =
-
[27]
Krishna Acharya and Eshwar Ram Arunachaleswaran and Sampath Kannan and Aaron Roth and Juba Ziani , title =. 1st
-
[28]
34th International Conference on Machine Learning , pages =
Joshua Achiam and David Held and Aviv Tamar and Pieter Abbeel , title =. 34th International Conference on Machine Learning , pages =
-
[29]
Advances in Neural Information Processing Systems 31 , pages =
Julius Adebayo and Justin Gilmer and Michael Muelly and Ian Goodfellow and Moritz Hardt and Been Kim , title =. Advances in Neural Information Processing Systems 31 , pages =
-
[30]
A Reductions Approach to Fair Classification , booktitle =
Alekh Agarwal and Alina Beygelzimer and Miroslav Dud. A Reductions Approach to Fair Classification , booktitle =
-
[31]
Fair Regression: Quantitative Definitions and Reduction-Based Algorithms , booktitle =
Alekh Agarwal and Miroslav Dud. Fair Regression: Quantitative Definitions and Reduction-Based Algorithms , booktitle =
-
[32]
38th International Conference on Machine Learning , year =
Sushant Agarwal and Shahin Jabbari and Chirag Agarwal and Sohini Upadhyay and Steven Wu and Himabindu Lakkaraju , title =. 38th International Conference on Machine Learning , year =
-
[33]
Saba Ahmadi and Hedyeh Beyhaghi and Avrim Blum and Keziah Naggita , title =. 22nd
-
[34]
Saba Ahmadi and Avrim Blum and Kunhe Yang , title =. 24th
-
[35]
Advances in Neural Information Processing Systems 38 , year =
Saba Ahmadi and Kunhe Yang and Hanrui Zhang , title =. Advances in Neural Information Processing Systems 38 , year =
-
[36]
Model extraction from counterfactual explanations , journal =
Ulrich A. Model extraction from counterfactual explanations , journal =
-
[37]
1999 , publisher =
Altman, Eitan , title =. 1999 , publisher =
1999
-
[38]
Machine Learning , volume =
Angluin, Dana , title =. Machine Learning , volume =. 1988 , issn =
1988
-
[39]
12th Innovations in Theoretical Computer Science Conference , pages =
Eshwar Arunachaleswaran and Sampath Kannan and Aaron Roth and Juba Ziani , title =. 12th Innovations in Theoretical Computer Science Conference , pages =
-
[40]
Sepehr Assadi and Justin Hsu and Shahin Jabbari , title =. 3rd
-
[41]
35th International Conference on Machine Learning , pages =
Anish Athalye and Nicholas Carlini and David Wagner , title =. 35th International Conference on Machine Learning , pages =
-
[42]
8th AAAI/ACM Conference on AI, Ethics, and Society , year =
Srikanth Avasarala and Serena Wang and Juba Ziani , title =. 8th AAAI/ACM Conference on AI, Ethics, and Society , year =
-
[43]
Aparna Balagopalan and Haoran Zhang and Kimia Hamidieh and Thomas Hartvigsen and Frank Rudzicz and Marzyeh Ghassemi , title =. 5th
-
[44]
SIGecom Exchanges , volume =
Eric Balkanksi and Vasilis Gkatzelis and Xizhi Tan , title =. SIGecom Exchanges , volume =
-
[45]
Fairness and Machine Learning: Limitations and Opportunities , author =
-
[46]
Solon Barocas and Andrew Selbst and Manish Raghavan , title =. 3rd
-
[47]
23rd International Conference on Artificial Intelligence and Statistics , pages =
Elnaz Barshan and Marc. 23rd International Conference on Artificial Intelligence and Statistics , pages =
-
[48]
4th Annual Workshop on Computational Learning Theory , pages =
Peter Bartlett and Robert Williamson , title =. 4th Annual Workshop on Computational Learning Theory , pages =
-
[49]
Advances in Neural Information Processing Systems 35 , year =
Osbert Bastani and Varun Gupta and Christopher Jung and Georgy Noarov and Ramya Ramalingam and Aaron Roth , title =. Advances in Neural Information Processing Systems 35 , year =
-
[50]
Verifiable Reinforcement Learning via Policy Extraction , booktitle =
Osbert Bastani and Yewen Pu and Armando Solar. Verifiable Reinforcement Learning via Policy Extraction , booktitle =
-
[51]
Understanding the role of individual units in a deep neural network , journal =
David Bau and Jun. Understanding the role of individual units in a deep neural network , journal =
-
[52]
24th International Conference on Artificial Intelligence and Statistics , pages =
Yahav Bechavod and Katrina Ligett and Zhiwei Steven Wu and Juba Ziani , title =. 24th International Conference on Artificial Intelligence and Statistics , pages =
-
[53]
39th International Conference on Machine Learning , pages =
Yahav Bechavod and Chara Podimata and Zhiwei Steven Wu and Juba Ziani , title =. 39th International Conference on Machine Learning , pages =
-
[54]
Fairness in Algorithmic Recourse Through the Lens of Substantive Equality of Opportunity , journal =
Andrew Bell and Jo. Fairness in Algorithmic Recourse Through the Lens of Substantive Equality of Opportunity , journal =
-
[55]
A theory of learning from different domains , journal =
Shai Ben. A theory of learning from different domains , journal =
-
[56]
CoRR , volume =
Richard Berk and Hoda Heidari and Shahin Jabbari and Matthew Joseph and Michael Kearns and Jamie Morgenstern and Seth Neel and Aaron Roth , title =. CoRR , volume =
-
[57]
Sociological Methods & Research , year =
Richard Berk and Hoda Heidari and Shahin Jabbari and Michael Kearns and Aaron Roth , title =. Sociological Methods & Research , year =
-
[58]
Twitter Blog , month=
Introducing Twitter’s first algorithmic bias bounty challenge , author=. Twitter Blog , month=. 2021 , url=
2021
-
[59]
Emily Black and Manish Raghavan and Solon Barocas , title =. 5th
-
[60]
10th International Conference on Learning Representations , year =
Emily Black and Zifan Wang and Matt Fredrikson , title =. 10th International Conference on Learning Representations , year =
-
[61]
41st International Conference on Machine Learning , year =
Tom Bewley and Salim Amoukou and Saumitra Mishra and Daniele Magazzeni and Manuela Veloso , title =. 41st International Conference on Machine Learning , year =
-
[62]
1st Symposium on Foundations of Responsible Computing , pages =
Mark Braverman and Sumegha Garg , title =. 1st Symposium on Foundations of Responsible Computing , pages =
-
[63]
Statistical modeling:
Breiman, Leo , journal =. Statistical modeling:
-
[64]
Stackelberg games for adversarial prediction problems , booktitle =
Michael Br. Stackelberg games for adversarial prediction problems , booktitle =
-
[65]
39th Annual AAAI Conference on Artificial Intelligence , pages =
Andrei Buliga and Chiara Di Francescomarino and Chiara Ghidini and Marco Montali and Massimiliano Ronzani , title =. 39th Annual AAAI Conference on Artificial Intelligence , pages =
-
[66]
Data Min
Toon Calders and Sicco Verwer , title =. Data Min. Knowl. Discov. , volume =
-
[67]
State Augmented Constrained Reinforcement Learning: Overcoming the Limitations of Learning With Rewards , journal =
Miguel Calvo. State Augmented Constrained Reinforcement Learning: Overcoming the Limitations of Learning With Rewards , journal =
-
[68]
Advances in Neural Information Processing Systems 34 , pages =
Elisa Celis and Anay Mehrotra and Nisheeth Vishnoi , title =. Advances in Neural Information Processing Systems 34 , pages =
-
[69]
28th International Conference on Artificial Intelligence and Statistics , volume =
Yatong Chen and Andrew Estornell and Yevgeniy Vorobeychik and Yang Liu , title =. 28th International Conference on Artificial Intelligence and Statistics , volume =
-
[70]
Advances in Neural Information Processing Systems 33 , year =
Yiling Chen and Yang Liu and Chara Podimata , title =. Advances in Neural Information Processing Systems 33 , year =
-
[71]
Yiling Chen and Chara Podimata and Ariel Procaccia and Nisarg Shah , title =. 19th
-
[72]
Performative Prediction with Bandit Feedback: Learning through Reparameterization , booktitle =
Yatong Chen and Wei Tang and Chien. Performative Prediction with Bandit Feedback: Learning through Reparameterization , booktitle =
-
[73]
Yatong Chen and Jialu Wang and Yang Liu , title =. Trans. Mach. Learn. Res. , volume =
-
[74]
37th Annual Conference on Learning Theory , pages =
On Finding Small Hyper-Gradients in Bilevel Optimization: Hardness Results and Improved Analysis , author =. 37th Annual Conference on Learning Theory , pages =
-
[75]
13th International Conference on Learning Representations , year =
Seung Hyun Cheon and Anneke Wernerfelt and Sorelle Friedler and Berk Ustun , title =. 13th International Conference on Learning Representations , year =
-
[76]
American Economic Review , Volume =
Chetty, Raj and Hendren, Nathaniel and Kline, Patrick and Saez, Emmanuel and Turner, Nicholas , Title =. American Economic Review , Volume =. 2014 , Pages =
2014
-
[77]
Advances in Neural Information Processing Systems 30 , pages =
Flavio Chierichetti and Ravi Kumar and Silvio Lattanzi and Sergei Vassilvitskii , title =. Advances in Neural Information Processing Systems 30 , pages =
-
[78]
Big Data , volume =
Alexandra Chouldechova , title =. Big Data , volume =
-
[79]
Advances in Neural Information Processing Systems 38 , year =
Lee Cohen and Saeed Sharifi. Advances in Neural Information Processing Systems 38 , year =
-
[80]
Algorithmic Decision Making and the Cost of Fairness , booktitle =
Sam Corbett. Algorithmic Decision Making and the Cost of Fairness , booktitle =
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.