Agentic Search for Counterfactual Recourse under Fixed LLM Budgets
A new framework called Comp-MCTS aims to help people find multiple actionable alternatives when a predictive model issues an unfavorable decision, all while staying within a strict budget for calls to large language models, according to research submitted to arXiv in 2026 [1]. Counterfactual recourse is the practice of identifying feature changes a person could make to reverse a negative automated decision [2]. The researchers note that individuals often benefit from having several feasible options rather than a single explanation [2]. Large language models, which are neural networks trained on vast text corpora to perform tasks such as generation and analysis, can propose these alternatives [8]. However, each prompt to an LLM carries a computational and economic cost, making the number of calls the dominant constraint in practice [2]. The study reframes the challenge as a fixed-budget search problem: generating a set of oracle-validated counterfactuals without exceeding a predetermined limit on LLM queries [2]. Comp-MCTS addresses this through an agentic tree-search process that combines LLM-based proposal generation, validation by an oracle, and compression-guided pruning to focus the budget on novel intervention directions [2]. The approach operates in a training-free, oracle-only setting [2]. Experiments on four real-world tabular datasets showed that Comp-MCTS substantially outperformed single-candidate baselines styled after the LATS framework in the yield of unique, oracle-validated counterfactuals [2]. Against stronger multi-candidate variants, Comp-MCTS offered comparable or higher yield at similar or lower oracle-evaluation cost on three of the four datasets, along with competitive proximity, sparsity, and novelty [2]. The paper was posted on arXiv, an open-access repository that hosts e-prints across disciplines including computer science and statistics and has grown to receive about 24,000 submissions per month as of late 2024 [6]. The work appears under the machine learning category and was submitted on June 7, 2026 [1].
research-papertool-release
Background sources we checked (7)
- arxiv.org ↗ Counterfactual recourse aims to provide actionable feature changes that would alter an unfavorable decision made by a predictive model. In practice, affected individuals often benefit from multiple feasible alternatives rather than a single optimal explanation. A natural way to p…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
Sources
- export.arxiv.org — Agentic Search for Counterfactual Recourse under Fixed LLM Budgets ↗