Personalized Algorithmic Recourse with Preference Elicitation
Giovanni De Toni, Paolo Viappiani, Stefano Teso, Bruno Lepri, Andrea Passerini
TL;DR
PEAR tackles the problem of personalized algorithmic recourse by learning user-specific action costs through Bayesian preference elicitation and integrating this with AR via reinforcement learning and Monte Carlo Tree Search. It introduces a cost correlation structure to capture interactions between actions and uses choice-set queries optimized for information gain (Expected Utility of Selection) to rapidly refine user weights ${\bm{w}}$. A key contribution is the W-FARE framework, which personalizes recourse by marginalizing costs over the posterior to guide efficient, user-tailored interventions, and its integration with MCTS accelerates convergence. Empirical results on real-world datasets show substantial gains in validity and cost savings over non-personalized baselines, with robustness to partial knowledge about cost structures and extensions like XPEAR providing explainable, user-aware interventions. The work advances practical, interactive recourse with real-world impact for high-stakes decisions while highlighting ethical considerations around fairness and privacy.
Abstract
Algorithmic Recourse (AR) is the problem of computing a sequence of actions that -- once performed by a user -- overturns an undesirable machine decision. It is paramount that the sequence of actions does not require too much effort for users to implement. Yet, most approaches to AR assume that actions cost the same for all users, and thus may recommend unfairly expensive recourse plans to certain users. Prompted by this observation, we introduce PEAR, the first human-in-the-loop approach capable of providing personalized algorithmic recourse tailored to the needs of any end-user. PEAR builds on insights from Bayesian Preference Elicitation to iteratively refine an estimate of the costs of actions by asking choice set queries to the target user. The queries themselves are computed by maximizing the Expected Utility of Selection, a principled measure of information gain accounting for uncertainty on both the cost estimate and the user's responses. PEAR integrates elicitation into a Reinforcement Learning agent coupled with Monte Carlo Tree Search to quickly identify promising recourse plans. Our empirical evaluation on real-world datasets highlights how PEAR produces high-quality personalized recourse in only a handful of iterations.
