paper-with-me

홈 › Papers

Learning Subgroups with Maximum Treatment Effects without Causal Heuristics

2025-11-25 · Lincen Yang, Zhong Li, Matthijs van Leeuwen, Saber Salehkaleybar arxiv

Discovering subgroups with the maximum average treatment effect is crucial for targeted decision making in domains such as precision medicine, public policy, and education. While most prior work is formulated in the potential outcome framework, the corresponding structural causal model (SCM) for this task has been largely overlooked. In practice, two approaches dominate. The first estimates pointwise conditional treatment effects and then fits a tree on those estimates, effectively turning subgroup estimation into the harder problem of accurate pointwise estimation. The second constructs decision trees or rule sets with ad-hoc 'causal' heuristics, typically without rigorous justification for why a given heuristic may be used or whether such heuristics are necessary at all. We address these issues by studying the problem directly under the SCM framework. Under the assumption of a partition-based model, we show that optimal subgroup discovery reduces to recovering the data-generating models and hence a standard supervised learning problem (regression or classification). This allows us to adopt any partition-based methods to learn the subgroup from data. We instantiate the approach with CART, arguably one of the most widely used tree-based methods, to learn the subgroup with maximum treatment effect. Finally, on a large collection of synthetic and semi-synthetic datasets, we compare our method against a wide range of baselines and find that our approach, which avoids such causal heuristics, more accurately identifies subgroups with maximum treatment effect. Our source code is available at https://github.com/ylincen/causal-subgroup.

📄 PDF Abstract BibTeX arXiv:2511.20189

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Causal Rule Sets for Identifying Subgroups with Enhanced Treatment Effect

2017-10-16 · Tong Wang, Cynthia Rudin

A key question in causal inference analyses is how to find subgroups with elevated treatment effects. This paper takes a machine learning approach and introduces a generative model, Causal Rule Sets (CRS), for interpreta…

Causal InferenceSubgroup Discovery

Triple Difference Designs with Heterogeneous Treatment Effects

2025-02-26 · Laura Caron

Triple difference designs have become increasingly popular in empirical economics. The advantage of a triple difference design is that, within a treatment group, it allows for another subgroup of the population -- potent…

Finding Subgroups with Significant Treatment Effects

2021-03-12 · Jann Spiess, Vasilis Syrgkanis, Victor Yaneng Wang

Researchers often run resource-intensive randomized controlled trials (RCTs) to estimate the causal effects of interventions on outcomes of interest. Yet these outcomes are often noisy, and estimated overall effects can …

CURLS: Causal Rule Learning for Subgroups with Significant Treatment Effect

2024-07-01 · Jiehui Zhou, Linxiao Yang, Xingyu Liu, Xinyue Gu 외

In causal inference, estimating heterogeneous treatment effects (HTE) is critical for identifying how different subgroups respond to interventions, with broad applications in fields such as precision medicine and persona…

Causal InferenceManagement

Causal Falling Rule Lists

2015-10-18 · Fulton Wang, Cynthia Rudin

A causal falling rule list (CFRL) is a sequence of if-then rules that specifies heterogeneous treatment effects, where (i) the order of rules determines the treatment effect subgroup a subject belongs to, and (ii) the tr…

Model Selection