Paper deep dive
Toward a Causal Data Management Ecosystem for Decision Making and Agentic AI
Dazhuo Qiu, Yingli Zhou, Amedeo Pachera, Angela Bonifati, Andrea Mauri
Intelligence
Status: not_run | Model: - | Prompt: - | Confidence: 0%
Entities (0)
Relation Signals (0)
No relation signals yet.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Modern AI is no longer a single model but an ecosystem: classical ML predictors, deep and multimodal models, large language models, and agents, each trained and tuned over different data sources and each producing outputs at scale that become inputs to the others. Operating such an ecosystem is fundamentally a data integration problem - the knowledge it depends on is fragmented across dozens of heterogeneous, independently governed sources that must be reconciled and continually maintained. Yet integration alone is not enough. The predictions these systems make are shaped by many interacting factors, and the events, decisions, and variables that drive an outcome are routinely entangled with the ones that merely accompany it; treated as a basis for action, such correlational signals invite confounded decisions. This becomes acute once agents act autonomously: to be trustworthy and reliable, an agent must anticipate the consequences of its actions, not merely extrapolate from what has co-occurred before. Causal reasoning is what closes this gap, distinguishing the drivers of an outcome from its correlates, and enabling prescriptive and counterfactual analysis over the ecosystem's data. We therefore argue that the integrated ecosystem needs an explicit causal layer, and we propose to build it as a shared, persistent, queryable Causal World System (CWS).
Tags
Links
- Source: https://arxiv.org/abs/2608.07214v1
- Canonical: https://arxiv.org/abs/2608.07214v1
Trouble viewing inline? Open PDF directly â
Full Text
32,576 characters extracted from source content.
Expand or collapse full text
Toward a Causal Data Management Ecosystem for Decision Making and Agentic AI Dazhuo Qiu Lyon 1 University, CNRS Liris Lyon, France dazhuo.qiu@univ- lyon1.fr Yingli Zhou Lyon 1 University, CNRS Liris Lyon, France yingli.zhou@univ- lyon1.fr Amedeo Pachera Lyon1 University, CNRS Liris Lyon, France amedeo.pachera@univ- lyon1.fr Angela Bonifati Lyon1 University, CNRS Liris & IUF Lyon, France angela.bonifati@univ- lyon1.fr Andrea Mauri Lyon1 University, CNRS Liris Lyon, France andrea.mauri@univ- lyon1.fr Abstract Modern AI is no longer a single model but an ecosystem: classical ML predictors, deep and multimodal models, large language models, and agents, each trained and tuned over different data sources and each producing outputs at scale that become inputs to the others. Operating such an ecosystem is fundamentally a data integration problemâthe knowledge it depends on is fragmented across dozens of heterogeneous, independently governed sources that must be reconciled and continually maintained. Yet integration alone is not enough. The predictions these systems make are shaped by many interacting factors, and the events, decisions, and variables that drive an outcome are routinely entangled with the ones that merely accompany it; treated as a basis for action, such correlational sig- nals invite confounded decisions. This becomes acute once agents act autonomously: to be trustworthy and reliable, an agent must anticipate the consequences of its actions, not merely extrapolate from what has co-occurred before. Causal reasoning is what closes this gap, distinguishing the drivers of an outcome from its corre- lates, and enabling prescriptive and counterfactual analysis over the ecosystemâs data. We therefore argue that the integrated ecosystem needs an explicit causal layer, and we propose to build it as a shared, persistent, queryable Causal World System (CWS). 1 Introduction A decade ago, deploying AI meant shipping a model. Today it means operating an ecosystem where classical ML and deep-learning predictors, large language models, retrieval pipelines, and agents run side by side, each trained and tuned over many heteroge- neous sources, such as tables, graphs, documents, images, audio streams, logs, support tickets, code repositories, and business appli- cationsâand each producing predictions and actions at scale that become inputs to the others. Keeping such an ecosystem coherent is, first of all, a data management problem: the relevant knowledge is fragmented across dozens of independently governed sources that must be cleaned, aligned, integrated, and continually maintained. A modern enterprise or research lab already exposes its systems to all of these sources through a data layer, which makes the sources jointly queryable, joinable, and available as training and test data. Despite their success, current data management systems primarily exploit correlations and statistical dependencies in the observed data, while causal relationships, interventions, and counterfactuals are not represented as first-class system primitives. This gap matters Conferenceâ17, Washington, DC, USA 2026. ACM ISBN 978-x-x-x-x/Y/M https://doi.org/10.1145/n.n because integration alone is not enough. Many interacting factors shape the outputs AI systems produce, but not all of these factors carry equal weight: some are true drivers of an outcome, while others merely accompany it without causing it. While an application can observe that revenue fell after a price change, that a complaint spike followed a product update, or that a model regressed after fine-tuning, it cannot tell whether the change caused the outcome or what would have happened otherwise. If not trained with an explicit notion of causality, models may conflate correlation with [28,32], and consider spurious shortcuts [24] in decision making processes. This becomes critical when AI-based systems arenât used only for predicting and are deployed to act autonomously. As agents change the very systems they observe, prediction is no longer sufficient: to be trustworthy and reliable, an agent must anticipate the conse- quences of its own actionsâwhat its next action will set in motion, and what would have followed from a different one rather than extrapolate from what has co-occurred before [22,26]. We argue that causal reasoning is what closes this gap. By distinguishing the drivers of an outcome from its correlates, it supports prescriptive analytics and actionable predictions for humans, and counterfactual evaluation of candidate actions for agents. We therefore argue that the integrated ecosystem needs an explicit causal layer. Two observations shape how such a layer must be built. First, the causal knowledge it needs does not live in one modality or database. It is latent in the relationships between local views (e.g. an abstraction and selection over the data): a campaign in a marketing platform, an order in a commerce database, a complaint in a support system, an image or document attached to a ticket, and a churn event in the CRM. Answering a causal question therefore requires cleaning, transforming, modeling, and aligning heterogeneous data sources before causal discovery, inference, and counterfactual rea- soning can even begin. This makes causality for the ecosystem fundamentally a data management problem, apart from being a learning problem. Second, causal knowledge must serve many consumers at once. Analysts need aggregate and prescriptive queries; machine-learning systems need structured causal signals for training and fine-tuning; agents need local estimates of the effects of candidate actions; and operators need ecosystem-level diagnoses. A single monolithic la- tent causal model is poorly suited to this range of needs. What is required instead is a persistent substrate that can expose local causal views, integrate them into a global causal structure, preserve prove- nance and lineage, and support interventional and counterfactual queries at multiple levels of abstraction. arXiv:2608.07214v1 [cs.DB] 7 Aug 2026 Conferenceâ17, July 2017, Washington, DC, USADazhuo Qiu, Yingli Zhou, Amedeo Pachera, Angela Bonifati, and Andrea Mauri CAUSAL WORLD SYSTEM PIPELINE A unified multimodal data-to-causality architecture for analytics, learning, and intelligent agents Local views Global view Causal World System Applications Tables Structured data Graphs Relational data Documents Textual data Images Visual data Audios Audio data INTEGRATION LAYER Cross-modal integration, harmonization, and schema abstraction Data Cleaning Detect and remove noise & inconsistencies Data Transformation Normalize, align, and standardize data Data Modeling Represent entities, relations, and events Metadata / Schema Management Schema abstraction, governance & lineage Causal Discovery Learn causal structure from data Provenance / Lineage Track data origin, transformations & flows Structural Causal Model Indexing Build & maintain indexes for fast access Storage Efficient storage, layouts & compression Tuning Configure system parameters for performance Query Optimization Optimize query plans & execution Causal Inference Estimate effects and answer âwhat-ifâ Counterfactual Reasoning Explore alternative worlds & outcomes Causality- Powered Training / Fine-Tuning Model adaptation and continual improvement QUERYING Causality-aware data access MODELS Learning and reasoning components AGENTS Autonomous system functions Analytical Queries Aggregate Queries Prescriptive Queries Causal Queries MLDL LLMsRAG MonitoringOptimization Data Engineering Decision Primary flow Cross-view alignment Feedback / co-evolution DB / System concerns Figure 1: Causal World System Overview This proposal builds on, but differs from, several related threads. Causal machine learning formalizes data generation as structural causal models and studies interventions and counterfactuals across supervised, generative, and reinforcement-learning settings [20,28]; recent surveys document how causal structure can improve ro- bustness and interpretability over purely correlation-based deep learning [24,32]. We build on this foundation, but shift the unit of analysis from a single model or task to an entire AI and data ecosys- tem. World models and JEPA-style architectures learn predictive latent dynamics for perception and control [3,5,8,22,26]; we con- trast these implicit, single-model substrates with an explicit, shared, queryable causal substrate. Finally, data integration contributes the mediated-schema and answering-queries-using-views machinery that we lift into causality [13,23], while data fusion [6] and causal abstraction [7] supply tools for combining heterogeneous evidence and reasoning across levels. To our knowledge, no prior work pro- poses a mediated causal schema as shared infrastructure for an ecosystem of agents, models, analysts, and decision-makers. We therefore propose treating cause and effect as shared ecosys- tem infrastructure. We call this model the Causal World System (CWS): a persistent, explicit, queryable causal model that over- lays the architectures, systems, and processes of an organization, a lab, or the broader AI ecosystem. As illustrated in Figure 1, the CWS connects multimodal local views (e.g. heterogeneous data sources) through a data integration layer, constructs and main- tains a causal DAG with provenance, and exposes this structure to querying systems, predictive models, and autonomous agents. The resulting feedback loop enables causality-powered training [11,21], fine-tuning [37], monitoring [36], optimization [25], data engineer- ing [9, 35], and decision-making [28]. 2 The Vision A Causal World System is the ecosystemâs answer to the questions like Why (explanation), What if I do (intervention - updates), and What I would have done (counterfactual). Concretely, it is composed by a structural causal model (SCM) [28] whose variables are the meaningful quantities of the organiza- tionâprices, inventory, latencies, ticket volumes, sentiment, churn, experiment armsâand whose mechanisms encode how interven- tions on some of these propagate to the rest. It is not a static ana- lytics dashboard but an artifact that humans, agents, and learning systems query and interact with continuously. Across all three, causality is what upgrades each consumer: it turns description into prescription for humans, prediction into deliberation for agents, and correlation-fitting into structure-aware learning for the models themselves. Figure 1 sketches how this plays out for each consumer: humans through the querying interface, models through causality- powered training, and agents through counterfactual self-modeling. Toward a Causal Data Management Ecosystem for Decision Making and Agentic AIConferenceâ17, July 2017, Washington, DC, USA Humans: across the full query spectrum. Decision-makers want more than a forecast; they want to know which lever to pull. A CWS serves a graded spectrum of questions over the same sub- strateâfrom analytical and aggregate queries (how did churn evolve last quarter?â), to prescriptive ones (which intervention minimizes churn under budget?â), to explicitly causal and counterfactual ones. Instead of support tickets will rise next week,â it answers raising the price by 5% will raise tickets by 12% and churn by 3%, but dis- counting shipping offsets two-thirds of that.â These are actionable predictions, estimates of the effect of an intervention, ranked by the outcomes a human actually controls. Agents: from prediction to counterfactual self-modeling. An agent embedded in the ecosystem can consult the CWS before acting, simulating the interventional distribution of its candidate actions and comparing counterfactual outcomes. This converts an agent from a reactive predictor into a deliberative actor that can ask âhad I done B instead of A, would the outcome have been better?â, the kind of counterfactual reasoning that prediction-only world models cannot support, and the kind that safety increasingly demands as agents gain authority to act. Being able to predict the future state [2] may be insufficient: with counterfactual reasoning we enable prescriptive analysis, that is, the ability to answer How to? questions and thus reasoning on how to reach the desired future state (which can also be optimized based on cost functions). Models: causality-powered, multi-level training. The same causal structure that answers human and agent queries is also a powerful inductive bias for the learning systems in the ecosystem. Condition- ing training and fine-tuning on causal structureârather than on raw correlationsâsuppresses spurious shortcuts, improves robustness under distribution shift, and reduces the number of samples needed to reach a given level of performance [18,19]. Because the CWS exposes causal structure not as a single global object but as a hier- archy of local and global views, this causality-powered training can be applied at every level of the ecosystem: a model local to one source can be trained against that sourceâs local causal view, a subsystem model against an integrated regional view, and an ecosystem-wide model against the global causal structure. The same substrate that supports multi-level inference therefore also supports multi-level, sample-efficient trainingâeach model learning with the granularity of causal knowledge appropriate to its scope. Multimodal by construction. The ecosystemâs causal signals are spread across structured tables, free text, time series, images, and video. These sources form the bottom layer of the architecture in Figure 1, entering the CWS through the integration layer below. A CWS must therefore integrate multimodal causality: a return spike (tabular), its explanation in tickets (text), and the product photo that misled buyers (image) are one causal story told in three modalities. The layer must align them onto shared causal variables. The obstacle is that this knowledge is scattered, heterogeneous, and constantly changing. That is precisely the regime that data integration was invented for, so we build the CWS on its foundations. 3System Overview: A Mediated Causal Schema Classical data integration offers a unified query interface over many sources through a mediated schema, related to the sources by either of two mappings [13,23]. Throughout, We use view in its data- integration sense: an abstraction that re-presents heterogeneous sources through a mediated/global schema with a shared vocabu- lary [14,23]. For example, a view over a relational table selects and renames columns. In each case the view distills the contents of one source into a fragment expressed in the ecosystemâs common terms. We call a view local when it speaks for a single source and global when it denotes the integrated whole. In Global-As-View (GAV) the global schema is defined as views over the sources; querying is easy but the schema is brittle when sources change. In Local-As-View (LAV) each source is defined as a view over the global schema; sources evolve independently but answering a query becomes the harder problem of answering queries using views [13, 23]. Our proposal is to lift this duality from data to causal structure: sources publish local views, a mediator, an architectural component in the data-integration sense, reconciles them into a global SCM, and causal queries are answered against the mediated schema by rewriting them over the views. A defining commitment of the CWS is that this structure is white-box: it is an explicit causal DAG over named ecosystem variables, not a latent representation. Every vari- able, edge, and estimation is inspectable and carries its provenance, so an answer is accompanied by the mechanisms and assumptions it rests on: making the CWS auditable and interpretable by con- struction, and giving humans and agents a structure they can read, contest, and trust rather than a black box they must take on faith. Local views. CWS begins with many heterogeneous data sources, each exposed as a local view (the Local views box in Figure 1). Sources may be tables, logs, graphs, documents, images, audio, or application stores; each view specifies the variables, entities, timestamps, granularity, instrumentation, access constraints, prove- nance, and local assumptions of the evidence it provides. Structured sources may expose variables directly, while unstructured sources use learned encoders to map raw signals onto named ecosystem variables, allowing heterogeneous evidence to contribute without forcing every source into one global schema. The global view and the mediator. The mediator turns these lo- cal views into a global view over ecosystem variables (the Global view in Figure 1). This is where ordinary data-integration work be- comes causal infrastructure. The mediator cleans noisy source data, transforms heterogeneous formats into comparable representations, aligns entities and variables across sources, and manages metadata, schema mappings, governance, and lineage. Variable alignment maps differently named or differently instrumented fields onto shared causal variables, while data modeling determines how enti- ties, relations, events, and temporal observations are represented in the global view. The result is not a simple union of source records, but a mediated representation in which local evidence can be com- pared, joined, and traced back to its origin. In this sense, the global causal view plays the role of a mediated schema for causality: it defines the shared variables and relationships over which do(·) and counterfactual queries will eventually be answered [28]. Causal World System. The CWM is the causal object; the CWS is the system that builds, maintains, and serves it. Once local views have been integrated into a global view, the CWS runs the causal machinery: causal discovery, provenance-aware edge arbitration, Conferenceâ17, July 2017, Washington, DC, USADazhuo Qiu, Yingli Zhou, Amedeo Pachera, Angela Bonifati, and Andrea Mauri identifiability checking, causal inference, and counterfactual rea- soning. Discovery methods such as PC [34], GES [10], FCI [30], and continuous-optimization approaches such as NOTEARS [38] can propose structural relations, while provenance determines how much trust to place in each edge: an experimental intervention or A/B test licenses stronger claims than an observational log. The system then tracks which effects are identifiable using ID/IDC and do-calculus [33], and when effects must be transferred across pop- ulations or instruments, it invokes data-fusion and transportability machinery [6]. The CWS therefore needs storage, indexing, tun- ing, and query optimization to answer repeated interventional and counterfactual queries efficiently, support incremental maintenance as sources change, and revalidate only affected edges, estimands, and certifications rather than rebuilding the entire global graph. Multi-level inference. Because views exist at several granular- ities, the same CWS can be queried at several levels: a source- local view answers fine-grained mechanism questions, a subsys- tem view answers team-level diagnostics, and the global view an- swers ecosystem-level prescriptions. The formal device that makes this consistent is causal abstraction: coarse and fine views areí- abstractions of one another [7,31], so a coarse query is answered by marginalizing over mechanisms it does not depend on, with a guarantee that the answer agrees with the fine-grained model. Practically, this lets the mediator pick the cheapest altitude that still identifies the effect, answering an operatorâs aggregate query against a cluster-DAG abstraction while reserving the full mecha- nism graph for an agent reasoning about a single action. Because the graph is explicit at every altitude, each answer is also an expla- nation: the mediator can return not only the effect estimate but the path of mechanisms that produced it and the assumptions under which it is identified, an audit trail that a latent world model cannot expose. Multi-level inference is what lets one substrate serve an operator, a team, and an agent simultaneously. Multi-level, sample-efficient training. The view hierarchy is also a training scaffold. Causal structure is a powerful inductive bias: a model that respects the invariant mechanisms of the CWS needs far fewer samples to generalize than one fitting raw correlations [24, 32]. Concretely, the explicit skeleton can be injected into learning as invariance constraints [1,29], as a structural prior on attention or message-passing, or as a generator of counterfactually augmented training data; and the causal lens sharpens data selection itself, prioritizing samples that are informative about contested mecha- nisms [17]. Because these constraints are available across the view hierarchy, we train causality-informed models at multiple levels: local predictors are constrained by their LAVs, subsystem models by intermediate views, and ecosystem models by the GAV. The global causal skeleton is shared across these models as a common regularizer. Since this skeleton is explicit rather than latent, each inherited constraint is inspectable: one can identify which mech- anisms a model was required to respect. Certified mechanisms transfer across levels, letting downstream models reuse them and reduce sample and compute costs. 4 Challenges and Future Work Realizing the CWS is a research agenda for the whole ecosystem, not a single project. C1. Causal discovery and integration at ecosystem scale. We must discover and align causal structure across hundreds of evolving sources, combining observational logs with the natural experiments organizations already run (A/B tests, staged rollouts, outages). The core question is a causal generalization of schema mapping: how to merge partial, possibly conflicting local causal views into a sound global one, tracking identifiability throughout [6, 34]. C2. View maintenance under drift. Ecosystems are non-stationary: mechanisms shift, instrumentation changes, and sources appear or vanish. The CWS therefore needs incremental maintenance: detecting stale edges, unreliable counterfactual estimates, and LAV sources that require re-certification, analogous to materialized-view maintenance over causal mechanisms [12, 15, 16, 27, 39]. C3. Multimodal causal alignment. Mapping latent encodings from JEPA-style [4] models onto shared causal variables, with calibrated uncertainty, is open. We need encoders that expose which causal variables they implicate, not just dense embeddings. C4. Counterfactual reasoning as an agent primitive. Agents must query the ecosystem cheaply enough to consult it before every con- sequential action, and the interface must compose with planning. This makes counterfactual reasoning not only an agent-interface problem, but also a database-style query-optimization problem: the system should support cost-aware planning of causal queries, reuse of cached or materialized causal views, indexing over relevant inter- ventions and contexts, and incremental or approximate evaluation when exact reasoning is too expensive. C5. Identifiability, trust, and governance. A shared causal layer that drives decisions and autonomous actions becomes critical in- frastructure. When is a queried effect actually identifiable from the available views? Who may write to the CWS, how are contested edges adjudicated, and how is a counterfactual that authorized an agentâs action audited after the fact? These governance questions are inseparable from the technical ones. 5 Conclusion As AI shifts from single models to whole ecosystems of predictors, language models, and agents, the binding constraint is no longer predictive accuracy but the ability to reason about consequences. We have argued that what the ecosystem lacks is not a larger model but a shared causal substrate: a Causal World System that overlays its architectures, systems, and processes with an explicit, white- box causal graphâbuilt on the foundations of data integration and structural causal models, and queried by humans for analytical and prescriptive insight, by agents for counterfactual deliberation, and by learning systems for sample-efficient, multi-level training. Realizing it demands progress across causal discovery and fusion, view integration and maintenance, abstraction, and provenance, no single communityâs problem, and precisely the kind of grand challenge that the entire AI ecosystem, from learning and databases to systems and safety, is positioned to take up together. Toward a Causal Data Management Ecosystem for Decision Making and Agentic AIConferenceâ17, July 2017, Washington, DC, USA References [1]Martin Arjovsky, LĂ©on Bottou, Ishaan Gulrajani, and David Lopez-Paz. 2019. Invariant Risk Minimization. arXiv preprint arXiv:1907.02893 (2019). [2]Mido Assran, Adrien Bardes, David Fan, Quentin Garrido, Russell Howes, Matthew Muckley, Ammar Rizvi, Claire Roberts, Koustuv Sinha, Artem Zho- lus, et al.2025. V-jepa 2: Self-supervised video models enable understanding, prediction and planning. arXiv preprint arXiv:2506.09985 (2025). [3]Mahmoud Assran, Quentin Duval, Ishan Misra, Piotr Bojanowski, Pascal Vincent, Michael Rabbat, Yann LeCun, and Nicolas Ballas. 2023. Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) (2023). [4]Mahmoud Assran, Quentin Duval, Ishan Misra, Piotr Bojanowski, Pascal Vincent, Michael Rabbat, Yann LeCun, and Nicolas Ballas. 2023. Self-supervised learning from images with a joint-embedding predictive architecture. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 15619â15629. [5]Adrien Bardes, Jean Ponce, and Yann LeCun. 2023. MC-JEPA: A Joint-Embedding Predictive Architecture for Self-Supervised Learning of Motion and Content Features. arXiv preprint arXiv:2307.12698 (2023). [6]Elias Bareinboim and Judea Pearl. 2016. Causal Inference and the Data-Fusion Problem. Proceedings of the National Academy of Sciences (PNAS) 113, 27 (2016), 7345â7352. [7] Sander Beckers and Joseph Y. Halpern. 2019. Abstracting Causal Models. In Proceedings of the AAAI Conference on Artificial Intelligence. [8]Delong Chen, Mustafa Shukor, Theo Moutakanni, Willy Chung, Tejaswi Kasarla, Yejin Bang, Allen Bolourchi, Yann LeCun, and Pascale Fung. 2025. VL-JEPA: Joint Embedding Predictive Architecture for Vision-Language. arXiv preprint arXiv:2512.10942 (2025). [9]Xia Chen, Ruiji Sun, Ueli Saluz, Stefano Schiavon, and Philipp Geyer. 2024. Using causal inference to avoid fallouts in data-driven parametric analysis: A case study in the architecture, engineering, and construction industry. Developments in the Built Environment 17 (2024), 100296. [10] David Maxwell Chickering. 2002. Optimal Structure Identification With Greedy Search. Journal of Machine Learning Research 3 (2002), 507â554. [11] Atticus Geiger, Zhengxuan Wu, Hanson Lu, Josh Rozner, Elisa Kreiss, Thomas Icard, Noah Goodman, and Christopher Potts. 2022. Inducing causal structure for interpretable neural networks. In International Conference on Machine Learning. PMLR, 7324â7338. [12]Ashish Gupta, Inderpal Singh Mumick, and V. S. Subrahmanian. 1993. Maintaining views incrementally. SIGMOD Rec. 22, 2 (June 1993), 157â166. doi:10.1145/170036. 170066 [13] Alon Y. Halevy. 2001. Answering Queries Using Views: A Survey. The VLDB Journal 10, 4 (2001), 270â294. [14] Alon Y. Halevy. 2001. Answering Queries Using Views: A Survey. The VLDB Journal 10, 4 (2001), 270â294. doi:10.1007/s007780100054 [15] Soonbo Han and Zachary G. Ives. 2024. Implementation Strategies for Views over Property Graphs. Proc. ACM Manag. Data 2, 3, Article 146 (May 2024), 26 pages. doi:10.1145/3654949 [16] Soonbo Han and Zachary G. Ives. 2025. Implementing Views for Property Graphs. SIGMOD Record 54, 1 (2025). [17] Prateek Humane, Paolo Cudrano, Daniel Z. Kaplan, Matteo Matteucci, Supriyo Chakraborty, and Irina Rish. 2025. Influence Functions for Efficient Data Selection in Reasoning. arXiv preprint arXiv:2510.06108 (2025). [18]Licheng Jiao, Yuhan Wang, Xu Liu, Lingling Li, Fang Liu, Wenping Ma, Yuwei Guo, Puhua Chen, Shuyuan Yang, and Biao Hou. 2024. Causal inference meets deep learning: A comprehensive survey. Research 7 (2024), 0467. [19]Jean Kaddour, Aengus Lynch, Qi Liu, Matt J Kusner, and Silva Ricardo. 2025. Causal machine learning: A survey and open problems. Foundations and Trends in Optimization 9, 1-2 (2025), 1â247. [20]Jean Kaddour, Aengus Lynch, Qi Liu, Matt J. Kusner, and Ricardo Silva. 2022. Causal Machine Learning: A Survey and Open Problems. arXiv preprint arXiv:2206.15475 (2022). [21] Murat Kocaoglu, Christopher Snyder, Alexandros G Dimakis, and Sriram Vish- wanath. 2018. CausalGAN: Learning Causal Implicit Generative Models with Adversarial Training. In International Conference on Learning Representations. [22] Yann LeCun. 2022. A Path Towards Autonomous Machine Intelligence. Technical Report. OpenReview. Position paper, version 0.9.2. [23] Maurizio Lenzerini. 2002. Data Integration: A Theoretical Perspective. In Pro- ceedings of the 21st ACM SIGMOD-SIGACT-SIGART Symposium on Principles of Database Systems (PODS). 233â246. [24]Licheng Li et al.2024. Causal Inference Meets Deep Learning: A Comprehensive Survey. Research 7 (2024), 0467. doi:10.34133/research.0467 [25]Amin Mansouri, Jason Hartford, Yan Zhang, and Yoshua Bengio. 2024. Object cen- tric architectures enable efficient causal representation learning. In International Conference on Learning Representations, Vol. 2024. 830â853. [26]Heejeong Nam, Quentin Le Lidec, Lucas Maes, Yann LeCun, and Randall Balestriero. 2026. Causal-JEPA: Learning World Models through Object-Level Latent Masking. In Proceedings of the 43rd International Conference on Machine Learning (ICML). arXiv:2602.11389. [27] Amedeo Pachera, Mattia Palmiotto, Angela Bonifati, and Andrea Mauri. 2025. What If: Causal Analysis with Graph Databases. Proc. VLDB Endow. 18, 11 (July 2025), 4009â4016. doi:10.14778/3749646.3749671 [28]Judea Pearl. 2009. Causality: Models, Reasoning, and Inference (2nd ed.). Cambridge University Press. [29]Jonas Peters, Peter BĂŒhlmann, and Nicolai Meinshausen. 2016. Causal Inference by Using Invariant Prediction: Identification and Confidence Intervals. Journal of the Royal Statistical Society: Series B (Statistical Methodology) 78, 5 (2016), 947â1012. doi:10.1111/rssb.12167 [30]Thomas Richardson and Peter Spirtes. 2002. Ancestral Graph Markov Models. The Annals of Statistics 30, 4 (2002), 962â1030. [31]Paul K. Rubenstein, Sebastian Weichwald, Stephan Bongers, Joris M. Mooij, Dominik Janzing, Moritz Grosse-Wentrup, and Bernhard Schölkopf. 2017. Causal Consistency of Structural Equation Models. In Proceedings of the 33rd Conference on Uncertainty in Artificial Intelligence. [32] Bernhard Schölkopf, Francesco Locatello, Stefan Bauer, Nan Rosemary Ke, Nal Kalchbrenner, Anirudh Goyal, and Yoshua Bengio. 2021. Toward Causal Repre- sentation Learning. Proc. IEEE 109, 5 (2021), 612â634. [33]Ilya Shpitser and Judea Pearl. 2008. Complete Identification Methods for the Causal Hierarchy. Journal of Machine Learning Research 9 (2008), 1941â1979. [34]Peter Spirtes, Clark Glymour, and Richard Scheines. 2000. Causation, Prediction, and Search (2nd ed.). MIT Press. [35] Sandeep Yaramakala and Dimitris Margaritis. 2005. Speculative Markov blanket discovery for optimal feature selection. In Fifth IEEE International Conference on Data Mining (ICDMâ05). IEEE, 4âp. [36]Anna Zeng, Michael Cafarella, Batya Kenig, Markos Markakis, Brit Youngmann, and Babak Salimi. 2025. Causal DAG Summarization. Proceedings of the VLDB Endowment 18, 6 (2025), 1933â1947. [37] Yin Zhang, Yongqiang Zhang, Yaoyue Zheng, Bogdan Raducanu, and Dan Liu. 2026. Causal-tune: mining causal factors from vision foundation models for domain generalized semantic segmentation. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 40. 12916â12924. [38]Xun Zheng, Bryon Aragam, Pradeep Ravikumar, and Eric P. Xing. 2018. DAGs with NO TEARS: Continuous Optimization for Structure Learning. In Advances in Neural Information Processing Systems, Vol. 31. [39]Y. Zhuge and H. Garcia-Molina. 1998. Graph structured views and their incremen- tal maintenance. In Proceedings 14th International Conference on Data Engineering. 116â125. doi:10.1109/ICDE.1998.655767