paper-with-me

홈 › Papers

Feature Responsiveness Scores: Model-Agnostic Explanations for Recourse

2024-10-29 · Seung Hyun Cheon, Anneke Wernerfelt, Sorelle A. Friedler, Berk Ustun

Machine learning models routinely automate decisions in applications like lending and hiring. In such settings, consumer protection rules require companies that deploy models to explain predictions to decision subjects. These rules are motivated, in part, by the belief that explanations can promote recourse by revealing information that individuals can use to contest or improve their outcomes. In practice, many companies comply with these rules by providing individuals with a list of the most important features for their prediction, which they identify based on feature importance scores from feature attribution methods such as SHAP or LIME. In this work, we show how these practices can undermine consumers by highlighting features that would not lead to an improved outcome and by explaining predictions that cannot be changed. We propose to address these issues by highlighting features based on their responsiveness score -- i.e., the probability that an individual can attain a target prediction by changing a specific feature. We develop efficient methods to compute responsiveness scores for any model and any dataset. We conduct an extensive empirical study on the responsiveness of explanations in lending. Our results show that standard practices in consumer finance can backfire by presenting consumers with reasons without recourse, and demonstrate how our approach improves consumer protection by highlighting responsive features and identifying fixed predictions.

📄 PDF Abstract BibTeX arXiv:2410.22598

Code (2)

ustunb/reachml 공식 구현
ustunb/reach-ml

Tasks

Feature Importance

Methods 이 논문이 사용한 방법론

SHAP 설명 없음
LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Prediction without Preclusion: Recourse Verification with Reachable Sets

2023-08-24 · Avni Kothari, Bogdan Kulynych, Tsui-Wei Weng, Berk Ustun

Machine learning models are often used to decide who receives a loan, a job interview, or a public benefit. Models in such settings use features without considering their actionability. As a result, they can assign predi…

Adversarial RobustnessPrediction

CARE: Coherent Actionable Recourse based on Sound Counterfactual Explanations

2021-08-18 · Peyman Rasouli, Ingrid Chieh Yu

Counterfactual explanation methods interpret the outputs of a machine learning model in the form of "what-if scenarios" without compromising the fidelity-interpretability trade-off. They explain how to obtain a desired p…

counterfactualCounterfactual ExplanationExplainable artificial intelligencetabular-classification

FLEX: Feature Importance from Layered Counterfactual Explanations

2025-11-14 · Nawid Keshtmand, Roussel Desmond Nzoyem, Jeffrey Nicholas Clark arxiv

Machine learning models achieve state-of-the-art performance across domains, yet their lack of interpretability limits safe deployment in high-stakes settings. Counterfactual explanations are widely used to provide actio…

severity predictionFeature Importance

Performative Validity of Recourse Explanations

2025-06-18 · Gunnar König, Hidde Fokkema, Timo Freiesleben, Celestine Mendler-Dünner 외

When applicants get rejected by an algorithmic decision system, recourse explanations provide actionable suggestions for how to change their input features to get a positive evaluation. A crucial yet overlooked phenomeno…

counterfactualvalid

TraCE: Trajectory Counterfactual Explanation Scores

2023-09-27 · Jeffrey N. Clark, Edward A. Small, Nawid Keshtmand, Michelle W. L. Wan 외

Counterfactual explanations, and their associated algorithmic recourse, are typically leveraged to understand, explain, and potentially alter a prediction coming from a black-box classifier. In this paper, we propose to …

counterfactualCounterfactual ExplanationDecision MakingSequential Decision Making