Skip to content
Review Open access

Causal Inference and Machine Learning for Reliable Decision-Making

Jul 2026 · Eduschool International Journal of Data Science and Machine learning (EIJDSML) · Vol 1, pp. 1 · 0 citations · 14 references

TL;DR

The methodological bridge connecting causal reasoning with modern supervised learning is reviewed and why correlation-driven models give biased answers to questions about actions is explained.

Abstract

Machine learning systems trained to predict outcomes from observational data often fail when their outputs guide interventions. A model that accurately forecasts who will churn, default, or recover does not by itself reveal what happens if a policy changes the treatment assigned to those people. This gap between prediction and intervention is the central concern of causal inference. This paper reviews the methodological bridge connecting causal reasoning with modern supervised learning and explains why correlation-driven models give biased answers to questions about actions. The potential outcomes framework and structural causal models are introduced as complementary languages for stating the target of estimation. Identification is treated through directed acyclic graphs, the backdoor criterion, and instrumental variables, which specify when an effect can be recovered from data. The discussion then turns to estimation of average and conditional average treatment effects using meta-learners (S, T, and X), causal forests, and double or debiased machine learning, together with uplift modeling for targeting decisions. A synthetic benchmark illustrates typical error behavior: orthogonalized and forest-based estimators reach an absolute ATE bias near 0.05 and lower CATE error than a single-model baseline. Applications in pricing, marketing, healthcare, and public policy are surveyed, along with validation difficulties that arise because counterfactual outcomes are never observed. The paper closes with the assumptions, chiefly unconfoundedness and overlap, on which every reported number depends.

Read PDF

Similar papers

Open access Sep 2026

Causal Machine Learning for Discovering Actionable Insights in Observational Data

Traditional machine learning models achieve strong predictive performance but often are unable to reliably uncover causal relationships required for reliable decision-making, particularly in observational data where controlled experiments are not feasible. This limitation creates a critical gap between prediction and actionable insight, as correlation-based models are vulnerable to confounding bias and poor generalization under distributional shifts. To address this challenge, this study proposes a unified causal machine learning framework that integrates structural causal modeling with data-driven estimation techniques to enable robust causal discovery and effect estimation. The methodology combines hybrid causal structure learning (constraint-based and score-based approaches) with advanced causal effect estimation methods, including propensity score techniques and doubly robust estimators. The framework is evaluated on both synthetic datasets with known causal structures and real-world datasets to assess its accuracy, robustness, and interpretability. Experiments are conducted using multiple runs with controlled settings to ensure reproducibility and statistical validity. The results demonstrate that the proposed framework significantly outperforms traditional predictive models and standalone causal methods. It achieves higher causal discovery accuracy with improved precision and recall of causal edges, reduces estimation error in Average Treatment Effect (ATE), and maintains stable predictive performance under distributional shifts. Statistical analysis confirms significant improvements (p < 0.01) with large effect sizes, indicating strong reliability and robustness. This research aims to bridge the gap between prediction and explanation by enabling machine learning systems to generate actionable, interpretable, and causally valid insights. The findings highlight the importance of integrating causal reasoning into data science workflows to support informed decision-making, intervention planning, and trustworthy AI development.

Maria Ulfa, M. Alshar'e, Dharmesh Dhabliya et al. · 0 citations
Jul 2026

Bounding the Causal Impact of ML-assisted Decision-Making via Counterfactual Correctness

Predictive machine learning (ML) models are increasingly used to aid human decision-makers across various high-risk domains such as healthcare and criminal justice. There is a growing recognition of the need to evaluate the causal impact of deploying these systems on downstream outcomes, such as patient survival or crime recidivism. Randomized control trials (RCTs) can provide high-quality evidence on the impact of a deployed model, but they run into a challenge: it is often infeasible to run repeated trials when models are updated or retrained to improve predictive performance. In this work, we present a partial-identification approach to using prior RCT data to construct bounds on the causal effect of a new model. The core innovation in our approach is to leverage assumptions relating fine-grained predictive accuracy to downstream outcomes. We do so via two monotonicity assumptions: first, on individual-level `counterfactual correctness'(all else being equal, a correct prediction leads to non-inferior outcomes); and second, on the relation between subgroup predictive performance and outcomes, interpretable as an assumption regarding trust in model outputs. We demonstrate our method with a simulation study, illustrating how incorporating this information can lead to more informative bounds compared to prior work.

Jonathan Zhang, Erik Skalnes, Jacob M. Chen et al. · 0 citations
Open access 2025

Causal Machine Learning Frameworks for Robust Predictive Modeling in Dynamic Environments

Artificial Intelligence (AI) and Machine Learning (ML) have significantly improved predictive analytics across domains such as healthcare, finance, transportation, cybersecurity, manufacturing, and smart cities. However, conventional ML models rely on statistical correlations and often fail under dynamic environments due to concept drift, distribution shifts, and changing causal relationships. Causal Machine Learning (CML) addresses these limitations by integrating causal inference techniques, including structural causal models, directed acyclic graphs (DAGs), counterfactual reasoning, intervention analysis, and invariant causal prediction, to identify true cause-and-effect relationships. This enables more interpretable, robust, and generalizable predictive models. This paper proposes a unified CML framework that combines data preprocessing, causal graph construction, structural causal modeling, causal feature optimization, predictive learning, intervention analysis, and continuous model adaptation. Mathematical formulations support causal dependency estimation, structural equation modeling, invariant risk minimization, and prediction optimization. Experimental results demonstrate improved out-of-distribution prediction, robustness, causal consistency, explainability, and computational efficiency, providing a scalable foundation for trustworthy and adaptive AI in dynamic environments.

Mahabala H. N. · 0 citations
Open access 2026

From Prediction to Decision: A Counterfactual Machine Reasoning Framework for ESG Analysis

: Environmental, Social, and Governance (ESG) evaluation is traditionally treated as a predictive task, where machine learning models estimate scores from financial and contextual features. Such approaches remain fundamentally limited: they provide predictions without structured reasoning, fail to resolve conflicting signals, and cannot support counterfactual decision analysis. This paper proposes a Machine Reasoning (MR) framework that transforms ESG evaluation into a structured decision-making process. The system decomposes ESG evidence into three independent streams: environmental efficiency, financial comparative position, and causal profit-margin effects estimated via DoWhy, and integrates them through five conditional reasoning regimes that resolve conflicts rather than average them. The architecture possesses three properties absent from standard ML pipelines, explanations are produced by the same conditional logic that generates predictions, not inferred post-hoc; hard weight discontinuities at regime boundaries prevent financial strength from compensating for environmental failure; and counterfactual interventions re-run the full reasoning pipeline, capturing non-linear regime shifts that surrogate-model approaches cannot represent. Validated on 11,000 firm-year observations without lagged ESG inputs, the fusion model achieves R²=0.641, a +0.44 R² gain over financial-only baselines with structured decision traces and intervention analysis as additional outputs.

Nizam Tanzina, Kyupil Yeon · 0 citations
Aug 2026

Self-supervised Causal Effects Estimation

Self-supervised Causal Effects Estimation is proposed, a novel framework that integrates causal priors with self-supervised learning to construct balanced and predictive representations for causal effects estimation that consistently outperforms state-of-the-art methods.

Xin-Shu Li, Shiyi Yang, Venus Haghighi et al. · 0 citations
#machine learning Preprint Sep 2026

Causal Foundation Models

Causal inference is the practice of estimating the effect of a treatment or intervention from data. It traditionally requires a bespoke pipeline for every new problem: first proposing a causal mechanism, selecting a compatible estimator, and finally training it. Meanwhile, across diverse settings and modalities, much of machine learning has shifted to the paradigm of foundation models: networks pretrained once at scale and applied to new tasks without fine-tuning. Causal foundation models (CFMs) bring this paradigm to causal inference. CFMs are pretrained neural networks that estimate causal quantities, such as the average treatment effect, on entirely new datasets using in-context learning without requiring model updates. This work provides a practical introduction to this emerging area. We summarize the necessary background in causal inference and machine learning before discussing CFMs. Throughout, we include example code and Jupyter notebooks.

Christopher Stith, Hossein Rahmani, Jesse C. Cresswell · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.