Causal Modeling of Adverse Pregnancy Outcomes via Adaptive LLM Proposals

arXiv cs.LG Papers

Summary

The paper introduces a neurosymbolic framework that uses LLMs as adaptive proposal distributions to generate causal hypotheses for modeling adverse pregnancy outcomes, combining prior knowledge with empirical data scoring to improve causal discovery.

arXiv:2608.21079v1 Announce Type: new Abstract: Adverse Pregnancy Outcomes (APOs) such as preterm birth and gestational diabetes can have long-term consequences for both the mother and child, yet an understanding of their causes remains elusive. Causal discovery in this domain is especially challenging due to a paucity of data and incomplete domain knowledge. As a result, pure data-driven methods fail, and Large Language Model (LLM) outputs remain inconsistent or contradictory. We introduce a neurosymbolic framework for generating plausible causal hypotheses that iteratively combines the broad prior knowledge of LLMs with empirical scoring on data. Our method treats the LLM as an adaptive proposal distribution, generating hypotheses that are scored against empirical data; the resulting high-scoring graphs are then used to update the LLM's context, steering subsequent generations toward more promising regions of the hypothesis space. We evaluate our approach on a real-world clinical dataset for modeling APOs and their risk factors, comparing our results against an expert-constructed causal graph. Our method recovers all expert-validated edges and identifies additional plausible causal relations not previously listed by experts, potentially providing new insights for targeted interventions.
Original Article
View Cached Full Text

Cached at: 08/24/26, 04:36 AM

# Causal Modeling of Adverse Pregnancy Outcomes via Adaptive LLM Proposals
Source: [https://arxiv.org/html/2608.21079](https://arxiv.org/html/2608.21079)
Kavimayil P\. Komarasamy21, Saurabh Mathur31, Ameet Soni4, David M\. Haas5, Kristian Kersting367, Sriraam Natarajan2Thanks:1Equal contribution\.Affiliation:2The University of Texas at DallasAffiliation:3Technical University of DarmstadtAffiliation:4Swarthmore CollegeAffiliation:5Indiana University School of MedicineAffiliation:6Hessian Center for Artificial Intelligence \(hessian\.ai\)Affiliation:7German Research Center for AI \(DFKI\)

###### Abstract

Adverse Pregnancy Outcomes \(APOs\) such as preterm birth and gestational diabetes can have long\-term consequences for both the mother and child, yet an understanding of their causes remains elusive\. Causal discovery in this domain is especially challenging due to a paucity of data and incomplete domain knowledge\. As a result, pure data\-driven methods fail, and Large Language Model \(LLM\) outputs remain inconsistent or contradictory\. We introduce a neurosymbolic framework for generating plausible causal hypotheses that iteratively combines the broad prior knowledge of LLMs with empirical scoring on data\. Our method treats the LLM as an adaptive proposal distribution, generating hypotheses that are scored against empirical data; the resulting high\-scoring graphs are then used to update the LLM’s context, steering subsequent generations toward more promising regions of the hypothesis space\. We evaluate our approach on a real\-world clinical dataset for modeling APOs and their risk factors, comparing our results against an expert\-constructed causal graph\. Our method recovers all expert\-validated edges and identifies additional plausible causal relations not previously listed by experts, potentially providing new insights for targeted interventions\.

###### Index Terms:

Causal Discovery, Large Language Models, Estimation of Distribution

## IIntroduction

Reliable clinical reasoning requires robust causal models\[[21](https://arxiv.org/html/2608.21079#bib.bib17),[22](https://arxiv.org/html/2608.21079#bib.bib3)\], yet these models are rarely available in complex domains such as obstetrics\. Modeling Adverse Pregnancy Outcomes \(APOs\) such as preeclampsia, gestational diabetes, and preterm birth is particularly challenging because they arise from an interplay of diverse risk factors, including maternal demographics, family history, pre\-existing conditions, and lifestyle factors\. While current medical literature provides high\-precision knowledge of isolated links, it remains incomplete regarding the overall causal dynamics underlying APOs\[[15](https://arxiv.org/html/2608.21079#bib.bib12)\]\. Moreover, data\-driven causal discovery is limited by the paucity of high\-quality obstetric data and the extreme difficulty of performing interventional studies in pregnant populations\.

On the other hand, while Large Language Models \(LLMs\) can suggest causal links based on their vast training corpora, they cannot reason causally; they fail to distinguish genuine causation from mere association\[[42](https://arxiv.org/html/2608.21079#bib.bib18),[24](https://arxiv.org/html/2608.21079#bib.bib20)\]\. Further, their outputs are highly sensitive to prompts and can result in contradictory graphs that lack grounding in empirical evidence\. Existing hybrid approaches attempt to mitigate this through the theory refinement paradigm\[[6](https://arxiv.org/html/2608.21079#bib.bib19),[23](https://arxiv.org/html/2608.21079#bib.bib7)\], where an initial hypothesis is refined via local edits to improve its fit against the data\. However, these methods are sensitive to their starting points, often becoming trapped in local optima that depend entirely on the quality of the initial hypothesis\.

LLMLarge LanguageModelLLM\-generatedCausal Graph \(GG\)Phase A \(Generation\)EvaluatorSmall DatasetPhase B \(Evaluation\)Select Top KSet of previous graphs \(ℋ\\mathcal\{H\}\)Phase C \(Update\)Variables𝑿,\\bm\{X\},Forbidden edgesFFContext𝒞\\mathcal\{C\}

Fig\. 1:TheclaraFramework\. Our framework addresses causal discovery in data\-sparse domains via a Generate\-Evaluate\-Update loop\. It uses a pretrained LLM togeneratediverse causal hypotheses, which areevaluatedusing a small clinical dataset\. These scored graphs are used to identify patterns that consistently appear in top\-scoring graphs andupdatethe sampling distribution to shift mass towards more promising regions\.In this work, we proposeclara\(Causal Learning via Adaptive Resampling and Aggregation\), a neurosymbolic framework that treats the LLM as an adaptive proposal distribution, iteratively guided by data\-driven evaluation\. Inspired by the MIMIC stochastic optimization algorithm\[[9](https://arxiv.org/html/2608.21079#bib.bib5)\],claraiteratively samples causal structures from the LLM, scores them against empirical data, and updates the prompt for subsequent generations with the highest\-scoring causal structures\. This process effectively narrows the LLM’s sampling mass toward high\-confidence, data\-validated structures\.

Specifically, we make the following key contributions: \(1\) We introduceclara, a Neurosymbolic framework that combines approximate knowledge from an LLM with incomplete expert knowledge and a small empirical dataset to generate plausible causal hypotheses\. \(2\) We demonstrate the efficacy of our method on a real\-world clinical dataset for Adverse Pregnancy Outcomes\.clararecovers all of the edges from an expert\-constructed graph and uncovers additional, plausible causal relations beyond the expert graph\. \(3\) We show howclaracan be made more efficient without sacrificing performance\.

The rest of the paper is organized as follows: after reviewing the necessary background and related work, we outline ourclaraalgorithm and analyze it\. We then present empirical evidence of this algorithm on the real problem of modeling adverse pregnancy outcomes before concluding the paper by outlining the areas of future research\.

## IIBackground

### II\-ACausal Bayesian Networks

Causal Bayesian Networks \(CBNs\) are a class of causal models \(CMs\) and Probabilistic Graphical Models \(PGMs\)\[[20](https://arxiv.org/html/2608.21079#bib.bib2),[30](https://arxiv.org/html/2608.21079#bib.bib1)\]\. They represent causal relationships among a set of variables,𝑿\\bm\{X\}=\{X1,X2,…,Xn\}\\\{X\_\{1\},X\_\{2\},\\dots,X\_\{n\}\\\}using a causal graphG=\(𝑿,E\),G=\(\\bm\{X\},E\),where each edgeXi→Xj∈EX\_\{i\}\\rightarrow X\_\{j\}\\in Eindicates thatXiX\_\{i\}is a direct cause ofXj\.X\_\{j\}\.This differentiates a CBN from standard BNs that only encode probabilistic dependencies; CBNs encode causal relations and support interventional reasoning, which is critical for medicine\. Formally, a CBN over𝑿\\bm\{X\}is defined as⟨G,𝑷⟩,\\langle G,\\bm\{P\}\\rangle,whereGGis the causal Directed Acyclic Graph \(Causal DAG\) and𝑷=\{P1,…,Pn\}\\bm\{P\}=\\\{P\_\{1\},\\dots,P\_\{n\}\\\}is the set of local conditionals over each variable given its parents\. The CBN factorizes the joint distribution over an assignment𝑿=𝒙\\bm\{X\}=\\bm\{x\}as the product of local conditionals:P⁡\(𝒙\)=∏iPi​\(Xi∣Pai​\(𝒙\)\)\.P\(\\bm\{x\}\)=\\prod\_\{i\}P\_\{i\}\(X\_\{i\}\\mid\\text\{Pa\}\_\{i\}\(\\bm\{x\}\)\)\.

The focus of our work is generating plausible causal hypotheses: the task of identifying the graphG\{G\}that accurately represents the causal relations among variables𝑿\\bm\{X\}\. Data\-driven methods such as Peter\-Clark \(PC\[[37](https://arxiv.org/html/2608.21079#bib.bib6)\]\), Fast Causal Inference \(FCI\[[38](https://arxiv.org/html/2608.21079#bib.bib10)\]\), and Greedy Equivalence Search \(GES\[[8](https://arxiv.org/html/2608.21079#bib.bib23)\]\) learn the causal graph from observational data\. They establish causation by combining patterns induced from large amounts of data with structural assumptions such as faithfulness, causal Markov condition, and causal sufficiency \(see Section[IV\-A](https://arxiv.org/html/2608.21079#S4.SS1)for variable selection details\)\. However, clinical datasets are typically small and noisy, with many relevant variables only weakly observed\[[13](https://arxiv.org/html/2608.21079#bib.bib26)\]\. Moreover, learning the optimal BN structure from data is difficult because the number of possible graph structures grows super\-exponentially with the number of variables\[[7](https://arxiv.org/html/2608.21079#bib.bib27)\]\. As a result, algorithms that rely mainly on statistical signals such as conditional independence may fail to recover plausible causal structures in complex and data\-scarce domains\.

### II\-BLLM\-augmented Theory Refinement

Theory refinement\[[27](https://arxiv.org/html/2608.21079#bib.bib11)\]is a class of hybrid methods that address limitations of purely data\-driven learning by exploiting domain knowledge\. The use of domain knowledge allows theory refinement to reduce the search over a super\-exponential number of possible graph structures to a local search in the neighborhood of an initial domain knowledge\-based structure\. This baseline BN structure is constructed using incomplete domain knowledge obtained from experts and is refined by local hill\-climbing search; each step applies one of 3 types of atomic editing operations: adding, deleting, or reversing directed edges\. Each operation is selected to maximize an empirical structure score, such as the Bayesian\-Dirichlet \(BD\[[17](https://arxiv.org/html/2608.21079#bib.bib25)\]\) score and the Bayesian Information Criterion \(BIC\[[35](https://arxiv.org/html/2608.21079#bib.bib28),[33](https://arxiv.org/html/2608.21079#bib.bib24)\]\)\. However, as the number of variables and potential relationships increases, specifying a good initial graph becomes challenging\.

Recent work has addressed this issue using pretrained Large Language Models \(LLMs\[[26](https://arxiv.org/html/2608.21079#bib.bib21)\]\)\. These models have emerged as effective sources ofapproximate domain knowledgethat can be used to create the initial hypothesis for theory refinement\[[32](https://arxiv.org/html/2608.21079#bib.bib22),[23](https://arxiv.org/html/2608.21079#bib.bib7)\]\. These models capture causal domain knowledge from their vast training corpora, which include academic literature\. However, while LLMs can generate fluent text, their reasoning capabilities remain limited, especially in causal inference\[[42](https://arxiv.org/html/2608.21079#bib.bib18)\]\. Their outputs are stochastic and inconsistent across different runs\. Since hill\-climbing is a local search, relying on a single hypothesis from an LLM response may result in a structure that misses clinical nuances\.

### II\-CEstimation of Distribution Algorithms

To overcome the sensitivity of theory refinement to poor initial hypotheses, we use Estimation of Distribution Algorithms \(EDAs\)\[[16](https://arxiv.org/html/2608.21079#bib.bib30)\]\. Unlike traditional optimization methods that track a single solution at a time, EDAs are a class of stochastic optimization methods that maintain and iteratively update a distribution over the entire search space\. This population\-based approach allows the algorithm to explore multiple neighborhoods of the search space simultaneously, reducing the risk of being trapped in local optima\.

We specifically adopt the framework of Mutual\-Information\-Maximizing Input Clustering \(MIMIC\)\[[9](https://arxiv.org/html/2608.21079#bib.bib5)\], which provides a principled mechanism for optimization by transforming a simple initial distribution into one concentrated around optimal solutions through a Sample\-Evaluate\-Update loop\. MIMIC draws samples from the distribution, evaluates them against the objective function, and updates the sampling distribution by learning the common structural features of the top\-scoring samples\. This process is repeated, refining the sampling distribution until it concentrates around a set of high\-scoring candidate solutions\.

clarainstantiates this loop with two key substitutions\. Rather than learning an explicit distribution from the top\-scoring samples and drawing new candidates from it,clarauses an LLM as the sampling distribution, and updates subsequent generations by replacing its in\-context examples with the top\-scoring samples\. This yields the Generate\-Evaluate\-Update loop described in Section[III](https://arxiv.org/html/2608.21079#S3)\.

## IIICausal Learning via Adaptive Resampling and Aggregation

We aim to build a causal model by integrating approximate knowledge from an LLM, incomplete expert knowledge, and empirical evidence from data\. We formalize this as the following problem:

Given:A dataset𝒟\\mathcal\{D\}over discrete variables𝑿=\{X1,X2,…,Xn\}\\bm\{X\}=\\\{X\_\{1\},X\_\{2\},\\ldots,X\_\{n\}\\\}, incomplete expert knowledge in the form of a set of forbidden edges𝐅\\mathbf\{F\}, and a pretrained Large Language Model𝒪\.\\mathcal\{O\}\.

To Do:Find a causal graph

G\{G\}that accurately captures the causal relations over𝑿\\bm\{X\}by reconciling these knowledge sources\.The primary challenge in this domain is the inherent incompleteness of information sources\. While clinical experts provide high\-precision knowledge, their expertise is often siloed within specific sub\-specialties, leaving significant blind spots in the full causal structure\. Further, the paucity of observational data prevents purely data\-driven algorithms from fully capturing the causal structure, yielding overly sparse graphs\. Finally, while Large Language Models \(LLMs\) act as broad knowledge sources, their outputs are fundamentally stochastic and unreliable; they typically fail to distinguish genuine causation from association and are highly sensitive to initial prompting, leading to unstable and inaccurate performance in one\-shot causal graph generation\.

To bridge this gap, we introduce Causal Learning via Adaptive Resampling and Aggregation \(clara\)\. As outlined in Fig\.[1](https://arxiv.org/html/2608.21079#S1.F1),clarainstantiates a neurosymbolic system \(Type 2: Symbolic\[Neuro\]\[[19](https://arxiv.org/html/2608.21079#bib.bib29)\]\) that finds causal graphs through a Sample\-Evaluate\-Update loop, gradually shaping the broad prior of a pretrained LLM to a distribution concentrated around data\-validated plausible causal graphs\.

### III\-ASampling Causal Graphs

clarastarts by querying the LLM𝒪\\mathcal\{O\}for a batch ofKKcandidate causal hypotheses\. This jumpstarts the search using the LLM’s broad domain knowledge while mitigating the instability of committing to a single output\. Each sample is obtained by prompting the LLM with the list of variables𝑿\\bm\{X\}, along with brief descriptions, and expert knowledge in the form of forbidden edges𝑭\.\\bm\{F\}\.Each candidate graph sampled from the LLM that violates forbidden edge and acyclicity constraints is discarded and resampled\.

### III\-BEvaluating the Causal Graphs using Structure Score

clarascores each LLM proposalG′G^\{\\prime\}against the dataset𝒟\\mathcal\{D\}using the Bayesian Information Criterion \(BIC\)\[[35](https://arxiv.org/html/2608.21079#bib.bib28)\]as a structure score\. BIC balances the model’s goodness of fit to the data against its complexity, and is defined as

BIC​\(G′\)=log⁡P⁡\(𝒟∣G′\)−log⁡N2​∑i=1nqi​\(\|Xi\|−1\)\\text\{BIC\}\(G^\{\\prime\}\)=\\log P\(\\mathcal\{D\}\\mid G^\{\\prime\}\)\-\\frac\{\\log N\}\{2\}\\sum\_\{i=1\}^\{n\}q\_\{i\}\\left\(\|X\_\{i\}\|\-1\\right\)\(1\)wherelog⁡P⁡\(𝒟∣G′\)\\log P\(\\mathcal\{D\}\\mid G^\{\\prime\}\)is the log\-likelihood of the data𝒟\\mathcal\{D\}given graphG′G^\{\\prime\},NNis the number of observations,qi=∏Xj∈Pa​\(Xi\)\|Xj\|q\_\{i\}=\\prod\_\{X\_\{j\}\\in\\text\{Pa\}\(X\_\{i\}\)\}\|X\_\{j\}\|is the number of parent configurations ofXiX\_\{i\}, and\|Xi\|\|X\_\{i\}\|is the number of states ofXiX\_\{i\}\. In discrete Bayesian networks, each variable is parameterized by a conditional probability table \(CPT\) over all configurations of its parent variables, and the complexity penalty scales with the number of parameters\. The complexity penalty term in BIC can massively penalize graph structures with a large number of parents and parameters, causing the score to underfit the data by favoring overly sparse graphs and pruning meaningful dependencies\[[28](https://arxiv.org/html/2608.21079#bib.bib4)\]\. To mitigate this, we account for local structure in the form of Context\-Specific Independencies \(CSI\)\[[5](https://arxiv.org/html/2608.21079#bib.bib9)\]by representing each local conditional as a decision tree\[[11](https://arxiv.org/html/2608.21079#bib.bib8)\]instead of a full CPT\. Each leaf stores a conditional distribution over the child variable conditioned on the parent assignments along the corresponding root\-to\-leaf path\. This representation merges parent configurations when further splitting does not reduce the description length under the minimum description length criterion\[[33](https://arxiv.org/html/2608.21079#bib.bib24)\]\. The resultingTree BICscore replaces the product of parent cardinalities in the Standard BIC penalty with the number of decision\-tree leaves,

TreeBIC​\(G′\)=log⁡P⁡\(𝒟∣G′\)−log⁡N2​∑i=1nl⁡\(Ti\)​\(\|Xi\|−1\)\\text\{TreeBIC\}\(G^\{\\prime\}\)=\\log P\(\\mathcal\{D\}\\mid G^\{\\prime\}\)\-\\frac\{\\log N\}\{2\}\\sum\_\{i=1\}^\{n\}l\(T\_\{i\}\)\\left\(\|X\_\{i\}\|\-1\\right\)\(2\)wherel⁡\(Ti\)l\(T\_\{i\}\)is the number of leaves in the decision tree, yielding a smaller penalty for context\-specific structure\. The scored graphs are then added to the history setℋ\\mathcal\{H\}and ranked by their Tree BIC scores, ensuring that only the top\-scoring graphs contribute to the context for the next generation\.

### III\-CUpdating the Sampling Distribution

Finally, to update the LLM sampling distribution for the next round of generation,claraconstructs an in\-context representation𝒞\\mathcal\{C\}from the best\-scoring graphs inℋ\\mathcal\{H\}to condition the next LLM generation, effectively narrowing the sampling distribution toward high\-confidence structures\. Sinceclaraprompts the LLM to output graphs as lists of directed edges, we use a compatible representation \(adjacency lists\) in the in\-context examples to ensure consistent semantics between prompt and output\. As an alternative to constructing𝒞\\mathcal\{C\}from the full high\-scoring graphs, we consider a compressed representation consisting of the edges common to all high\-scoring graphs\. We refer to this as the common edges representation and evaluate it as a more efficient alternative in Section[IV](https://arxiv.org/html/2608.21079#S4)\. This completesclara’s generate–evaluate–update loop, ensuring that each generation is conditioned on structures supported by the LLM’s broad prior and empirical data\.

Input:Variables

𝑿\\bm\{X\}, Observational Data

𝒟\\mathcal\{D\}, Forbidden Edges

𝑭\\bm\{F\}, Large Language Model

𝒪\\mathcal\{O\}, Batch Size

KK, Iterations

TT
Output:Final causal graph

GFinalG\_\{\\text\{Final\}\}
ℋ←∅\\mathcal\{H\}\\leftarrow\\emptyset

//Initialize history set

𝒞0←∅\\mathcal\{C\}\_\{0\}\\leftarrow\\emptyset

//Initialize representation set

while*\|ℋ\|<K\|\\mathcal\{H\}\|<K*

//Generate initial graphs

do

G′←SampleFromLLM​\(𝒪,𝑿,𝑭,𝒞0\)G^\{\\prime\}\\leftarrow\\textsc\{SampleFromLLM\}\(\\mathcal\{O\},\\bm\{X\},\\bm\{F\},\\mathcal\{C\}\_\{0\}\)

G←EvaluateWithData​\(G,𝒟,𝑭\)G\\leftarrow\\textsc\{EvaluateWithData\}\(G,\\mathcal\{D\},\\bm\{F\}\)
ℋ←ℋ∪\{G\}\\mathcal\{H\}\\leftarrow\\mathcal\{H\}\\cup\\\{G\\\}
for*t=1t=1toTT*do

𝑮TopK←SelectTopK​\(ℋ,K\)\\bm\{G\}\_\{\\text\{TopK\}\}\\leftarrow\\textsc\{SelectTopK\}\(\\mathcal\{H\},K\)

//TopKKgraphs ranked by Tree BIC

𝒞t←InduceRepresentation​\(𝑮TopK\)\\mathcal\{C\}\_\{t\}\\leftarrow\\textsc\{InduceRepresentation\}\(\\bm\{G\}\_\{\\text\{TopK\}\}\)
//Full Graphs or common edges

G′←SampleFromLLM​\(𝒪,𝑿,𝑭,𝒞t\)G^\{\\prime\}\\leftarrow\\textsc\{SampleFromLLM\}\(\\mathcal\{O\},\\bm\{X\},\\bm\{F\},\\mathcal\{C\}\_\{t\}\)
G←EvaluateWithData​\(G,𝒟,𝑭\)G\\leftarrow\\textsc\{EvaluateWithData\}\(G,\\mathcal\{D\},\\bm\{F\}\)
ℋ←ℋ∪\{G\}\\mathcal\{H\}\\leftarrow\\mathcal\{H\}\\cup\\\{G\\\}
//Update history

𝑮TopK←SelectTopK​\(ℋ,K\)\\bm\{G\}\_\{\\text\{TopK\}\}\\leftarrow\\textsc\{SelectTopK\}\(\\mathcal\{H\},K\)
return

AggregateCandidates​\(𝑮TopK\)\\textsc\{AggregateCandidates\}\(\\bm\{G\}\_\{\\text\{TopK\}\}\)
//Return union of best candidates

Algorithm 1Causal Learning via Adaptive Resampling and Aggregation\(CLARA\)
### III\-DTheclaraAlgorithm

Algorithm[1](https://arxiv.org/html/2608.21079#algorithm1)presents theclaraalgorithm\. It finds plausible causal structures by adapting the MIMIC algorithm’s Generate\-Evaluate\-Update loop\. Traditional MIMIC\[[9](https://arxiv.org/html/2608.21079#bib.bib5)\]iteratively learns a simple density estimator such as a chain\-structured Bayesian network over a bit\-string encoding of the solution space and samples new candidates from the learned distribution\. In contrast,clarareplaces this learning\-and\-sampling step with a pretrained LLM, leveraging its encoded domain knowledge while conditioning generation on an in\-context representation𝒞\\mathcal\{C\}constructed from the top\-scoring graphs\. The algorithm initializes the history setℋ\\mathcal\{H\}by sampling an initial batch ofKKcausal graphs usingSampleFromLLM, without any in\-context examples \(𝒞0=∅\\mathcal\{C\}\_\{0\}=\\emptyset\)\. This initial set of graphs is scored usingEvaluateWithData, which computes the TreeBIC score\. The evaluated graphs and their scores are then stored inℋ\\mathcal\{H\}\.

By treating the LLM as an adaptive proposal distribution,claraimplements the MIMIC Generate\-Evaluate\-Update optimization loop\. At each iteration,SelectTopKidentifies theKKhighest\-scoring graphs stored inℋ\\mathcal\{H\},InduceRepresentationupdates𝒞\\mathcal\{C\}based on the current set of top\-KKcausal graphs, andSampleFromLLMgenerates a new candidate causal graph conditioned on this context\.claraevaluates each new LLM proposal usingEvaluateWithData, which computes the structure score of the proposed causal graph based on𝒟\\mathcal\{D\}\. The evaluated graph and its score are then appended to the history setℋ\\mathcal\{H\}before influencing subsequent generations, rather than treating the raw LLM output as a final hypothesis\. While the construction of an in\-context representation𝒞\\mathcal\{C\}serves as a distribution update, the scoring process ensures that only high\-scoring candidates are used to construct the next generation context\. Finally, once allTTiterations are complete, the top\-KKhigh\-scoring graphs inℋ\\mathcal\{H\}are aggregated using a union\-based strategy to construct the final causal graph\. The details of the aggregation and cycle\-breaking procedure are described in Section[IV\-B](https://arxiv.org/html/2608.21079#S4.SS2)\. This Generate\-Evaluate\-Update loop allowsclarato effectively address the one\-shot limitation of standard LLM\-based causal graph generation with a global optimization strategy, which we evaluate empirically in Section[IV\-C](https://arxiv.org/html/2608.21079#S4.SS3)\.

## IVEmpirical Evaluation

We aim to answer the following questions:

Q1:Doesclara’s combination of LLM priors and search yield better causal hypotheses than purely LLM\-based generation, pure structure search, and LLM\-initialized local search? Q2:Doesclarayield better causal hypotheses than data\-driven causal discovery methods in data\-scarce and noisy domains? Q3:Does replacing DAGs with structural summaries reduce prompt size while maintaining performance? Q4:Doesclarapropose plausible causal hypotheses in the real obstetrics domain, closely matching domain knowledge?

### IV\-ADataset Description

To answer these questions, we employ two datasets\. First, we generated a synthetic dataset based on the ALARM benchmark, a Bayesian network originally developed for patient monitoring and alarm systems\[[3](https://arxiv.org/html/2608.21079#bib.bib31)\]\. The network contains 37 nodes and 46 edges, and both the ground\-truth causal graph and conditional probability tables \(CPTs\) are obtained from the bnlearn repository111[https://www\.bnlearn\.com/bnrepository/](https://www.bnlearn.com/bnrepository/)\. We sampled 3,000 observations from this network based on the provided probability tables and introduced 20% entry\-wise categorical noise, where each variable value is independently replaced with a randomly selected valid state with probability 0\.2 to simulate imperfect observational conditions\.

Second, we used real clinical data from the nuMoM2b study \(Nulliparous Pregnancy Outcomes Study: Monitoring Mothers\-to\-be\)\[[15](https://arxiv.org/html/2608.21079#bib.bib12)\], a large\-scale longitudinal study of first\-time mothers with singleton pregnancies\. We focused on variables collected during the first prenatal visit to model the causal impact of early\-pregnancy risk factors on APOs\. The set of risk factors comprises 9 variables across four clinically salient domains:demographics, family history, pre\-existing conditions, and lifestyle factors\.We consider 4 adverse pregnancy outcomes:preeclampsia, new hypertension, gestational diabetes, and preterm birth\(both spontaneous and medically indicated\)\. These variables were selected by our clinical experts to ensure causal sufficiency to the best of current clinical knowledge\. To ensure the integrity of the causal hypotheses generation, we performed targeted preprocessing\. We excluded data from subjects with pre\-existing diabetes to isolate the mechanisms associated with gestational diabetes\. Further, we excluded all data points containing missing values to ensure the structural search relied strictly on observed clinical signals\. Following these steps, we retained a final dataset of 3,856 examples\. The full list of variables and their frequency distributions is presented in Table[I](https://arxiv.org/html/2608.21079#S4.T1)\.

TABLE I:Baseline characteristics and pregnancy outcomes\.Variables and their frequencies in our dataset\. Row colors indicate variable type:demographic,family history,pre\-existing conditions,lifestyle factors,pregnancy outcomes\. All risk factors were measured at the start of pregnancy\.AgeHiBPPhyAcBMIGDMPreEcSmokedNewHTNRacePTBHTNHistDiabHistPCOS

AgeHiBPPhyAcBMIGDMPreEcSmokedNewHTNRacePTBHTNHistDiabHistPCOS

Fig\. 2:Expert\-elicited causal graph\(left\) andadditional edges discovered byclara\(right\) for the obstetrics domain\. Node color indicates variable type:demographic,family history,pre\-existing conditions,lifestyle factors,pregnancy outcomes\.
### IV\-BMethod and Baselines

We compareclarawith three types of baselines: \(i\)purely data\-driven discovery, \(ii\)one\-shot LLM generation, and \(iii\)LLM\-augmented theory refinement, as well as MIMIC\[[9](https://arxiv.org/html/2608.21079#bib.bib5)\]as a non\-LLM EDA ablation isolatingclara’s iterative search loop from its LLM prior\. The data\-driven baselines are the PC\[[37](https://arxiv.org/html/2608.21079#bib.bib6)\]and FCI\[[38](https://arxiv.org/html/2608.21079#bib.bib10)\]algorithms to represent standard approaches for identifying causal structures from observational data\. Both data\-driven algorithms use the chi\-squared conditional independence test with a significance levelα=0\.05\\alpha=0\.05, consistent with the discrete\-valued variables in both the ALARM and nuMoM2b datasets\. LLM\-dependent methods use GPT\-5\.2\[[29](https://arxiv.org/html/2608.21079#bib.bib15)\]and Llama\-3\.3\-70B\-Instruct\(\[[25](https://arxiv.org/html/2608.21079#bib.bib16)\]\) as the pretrained generators\. Temperature is set to 0\.7 across all LLM\-based methods\. The maximum token size is set to 8192 for Llama\-3\.3\-70B\-Instruct \(other parameters default for both models\)\. To reduce sampling variance, each candidate graph inCLARAis formed by the union of five independently sampled responses\. Cycles introduced during aggregation are broken by removing the edge with the lowest frequency among five responses, with ties broken lexicographically \(in ALARM, lexicographic resolution is used in 26% of cycle\-breaking events whereas no cycles occur in nuMoM2b\)\. The forbidden edge set𝐅\\mathbf\{F\}encoding temporal order constraints as incomplete expert knowledge is available to all methods for nuMoM2b, whereas ALARM has no blacklist edges\.

In addition, we evaluate two variants ofclarato assess the impact of different components of the system: \(1\)clara\(as fully implemented\), using full graphs ranked by BIC score; \(2\)clara\(Common edges\), using representations enforcing direct adjacencies, included in\-context in the prompt during the LLM\-guided exploration\. A common edge is included in the structural summary representation only if it appears in all top\-K scoring graphs to reflect full agreement across the top\-K set\. For all experiments, we set the batch size K=7 and the number of iterations T=5, as this configuration achieves the lowest Structural Intervention Distance \(SID\)\[[31](https://arxiv.org/html/2608.21079#bib.bib13)\]in the sensitivity analysis \(Table[IV](https://arxiv.org/html/2608.21079#S4.T4)\), with no additional improvements observed from further iterations\. Since LLM\-based methods are inherently stochastic, all LLM\-based methods were run five times independently, and results are reported as mean±\\pmstandard deviation across runs\. Deterministic methods \(PC, FCI\) are reported as single values\.

### IV\-CEvaluation Metrics

To evaluate structural correctness, we compare the learned causal graphs against a reference graph constructed by our obstetrics expert based on current medical consensus \(Figure[2](https://arxiv.org/html/2608.21079#S4.F2)\)\. As obstetrics remains an active area of research, the expert\-constructed causal graph in Figure[2](https://arxiv.org/html/2608.21079#S4.F2)encodes all the causal relationships known to the best of our clinicians’ knowledge\. While we reportStructural Hamming Distance \(SHD\)\[[41](https://arxiv.org/html/2608.21079#bib.bib14)\],Recall, and Precisionto measure topological alignment with this graph, we primarily focus onStructural Intervention Distance \(SID\)\[[31](https://arxiv.org/html/2608.21079#bib.bib13)\]\. In high\-stakes clinical domains like obstetrics, the functional reliability of a model in reasoning about the adjustment set for an intervention is more critical than exact adjacency recovery\. We note that SHD treats every edge addition, deletion, and reversal as an equally severe error, regardless of whether that edge affects the adjustment set needed for a correct intervention\.

A graph can still have higher SHD while supporting correct interventional reasoning\.For this reason, we treat SHD as a secondary metric and SID as our primary metric to support our comparative claims in discussion\.We further analyze the additional edges discovered beyond the expert reference based on whether they represent potential clinical discoveries\.

TABLE II:Comparative evaluation ofclaraand baselines on ALARM and nuMoM2b domains\.
### IV\-DResults and Discussion

\(Answer, Q1:\)To answer Q1, we compared the causal networks generated byclaraand the baselines to the ground\-truth network in the synthetic ALARM dataset and an expert\-constructed network in the real\-world numom2b dataset\. Table[II](https://arxiv.org/html/2608.21079#S4.T2)quantifies the divergence of the networks generated by each method with the reference network for each domain in terms of differences in structure \(SHD, Precision, Recall\) and differences in causal conclusions \(SID\)\.

On the synthetic ALARM dataset,claraachieves the lowest SID across all methods, 32% better than one\-shot LLM generation, 55% better than data\-driven causal discovery, and 28% better than the hybrid LLM\-initialized theory refinement\. This trend holds for both LLMs \(GPT\-5\.2 and Llama\-3\.3\-70B\-Instruct\), indicating thatclara’s search procedure contributes to the improvement independent of the underlying LLM, though the magnitude of improvement varies by model\. While LLM\-generated networks captured more causal dependencies than purely data\-driven causal discovery, they also captured more spurious relationships, increasing their recall at the cost of precision\. Additionally, while LLM\-initialized theory refinement eliminated some spurious edges from the LLM\-generated network, its greedy search also eliminated weaker causal edges, increasing precision at the cost of recall\. However, this tradeoff is unsuitable for high\-stakes domains like medicine, where assuming causal independence is more costly than assuming causal dependence\.claranavigates this tradeoff more cautiously, capturing more causal dependencies by iteratively combining the LLM’s broad prior with data\-driven evaluation\. Unlike theory refinement’s greedy, one\-edge\-at\-a\-time pruning, CLARA’s repeated resampling can retain edges that are individually weak but become informative jointly with other parents\.

The same pattern holds on the real\-world nuMoM2b dataset \(Table[II](https://arxiv.org/html/2608.21079#S4.T2)\)\.claraachieves the lowest SID across all methods, outperforming one\-shot LLM generation, data\-driven causal discovery, and the hybrid LLM\-initialized theory refinement across both LLMs\. Moreover, in contrast to the synthetic ALARM domain, theory refinement eliminates a lot more causal edges, increasing the number of causal reasoning errors by 138% relative to LLM One\-shot\. Providing the same forbidden edge set𝐅\\mathbf\{F\}to the data\-driven baselines on nuMoM2b did not alter their scores, suggesting thatclara’s improvements stem primarily from the LLM\-derived priors\. Consistent with this, MIMIC, which performs the same iterative resampling procedure without an LLM\-informed prior, only marginally outperforms the purely data\-driven baselines on nuMoM2b and yields the worst SID of any method on ALARM despite sharingclara’s architecture\.

Overall,claragenerates causal networks whose causal conclusions match the reference networks at a higher rate than purely LLM\-based, data\-driven causal discovery, and hybrid LLM\-initialized theory refinement baselines\. Therefore, we can answerQ1affirmatively\.

Fig\. 3:Sensitivity of Structural Intervention Distance \(SID\) to noise and data size\.SID of PC, FCI, and CLARA across dataset sizes \(3k, 6k, 9k\) at noise levels 0\.2, 0\.4, 0\.6\. Each panel corresponds to a fixed noise level\. PC and FCI are deterministic and reported as single\-run values\.claraSID values are the mean±\\pmstandard deviation across five independent runs \(shown as error bars\) using GPT\-5\.2 with K=7, T=5\. Lower SID indicates fewer errors in predicted interventional distributions, i\.e\., better recovery of causal structure\.TABLE III:Hyperparameter sensitivity analysis\.Mean and standard deviation of SID scores are reported for combinations of K \(top\-K best\-scoring graphs\) and T \(number of iterations\) on the ALARM dataset using GPT\-5\.2 as proposal LLM\. Lower SID is better\.
TABLE IV:Average prompt token counts byclaravariant and dataset\.Average prompt size \(tokens\) per variant and dataset, measured across 5 independent runs for GPT\-5\.2 and Llama\-3\.3\-70B\.

\(Answer, Q2:\)To answer Q2, we analyze Figure[3](https://arxiv.org/html/2608.21079#S4.F3), which plots SID across dataset sizes and noise levels for PC, FCI, andclaraon the synthetic ALARM domain\.claramaintains a low and stable SID across all combinations of dataset size and noise level\. Across noise levels,clara’s SID remains largely unchanged as the proportion of randomly perturbed entries increases from 20% to 60%\. Across dataset sizes,clara’s SID remains similarly low even as the number of samples is reduced, showing little dependence on the amount of available data\. In contrast, while PC narrows the gap withclaraas data increases at low noise \(20%\), this improvement disappears at higher noise levels \(40% and 60%\), where its SID becomes non\-monotonic and degrades with an increase in dataset size at the highest noise level\. FCI remains elevated and non\-monotonic across all combinations of dataset size and noise level, showing no clear benefit from additional data at any noise level\. Notably, PC and FCI fail to matchclara’s SID even when the dataset size is tripled\. This stability across both axes indicates thatclaragenerates better causal hypotheses than purely data\-driven methods in both data\-scarce and noisy clinical settings\. We can therefore answerQ2affirmatively\.

\(Answer, Q3:\)To answer Q3, we examine the performance versus prompt size tradeoffs by comparingclarawith a variant that replaces the full list of top\-scoring graphs in the prompt with structural summaries in the form of edges common to top\-scoring graphs\. This yields up to three times fewer prompt tokens as shown in Table[IV](https://arxiv.org/html/2608.21079#S4.T4)\. This variant achieves an SID closely matchingclaraon three of the four dataset–LLM combinations\. On ALARM with GPT\-5\.2, SID of the common edges variant is worse thanclaraby 10%, but it is still 21% better than the other baselines\. Overall, these results indicate that replacing full DAGs with structural summaries reduces prompt size while maintaining performance close to that of fully implementedclara\. We can therefore answer Q3 affirmatively\.

\(Answer, Q4:\)To answer Q4, we compare the edges discovered byclarawith the expert\-constructed graph\.clararecovers all 31 expert\-validated causal edges in Figure[2](https://arxiv.org/html/2608.21079#S4.F2)and proposes 30 additional edges\. To assess their validity, we computed a positive likelihood ratio \(LR\+\) for each using data and presented them to our obstetric clinical expert for rating against current medical consensus\. The clinician rated 26 \(87%\) as established, and the remaining 4 \(13%\) as plausible: PCOS→\\toPTB, HiBP→\\toGDM, DiabHist→\\toPTB \(likely mediated rather than direct\), and Race→\\toPhyAc \(varying in strength by Race\)\. We identify three patterns in the additional edges\.

First,claraidentifies causal relationships among risk factors themselves\.claraproposes family history of diabetes and hypertension as contributing causes of pre\-pregnancy BMI and high blood pressure, consistent with evidence from a UK population\-based cohort\[[34](https://arxiv.org/html/2608.21079#bib.bib34)\]and a Japanese longitudinal study\[[18](https://arxiv.org/html/2608.21079#bib.bib35)\]\.clarafurther proposes race as a contributing cause of BMI\[[36](https://arxiv.org/html/2608.21079#bib.bib36)\], physical activity\[[10](https://arxiv.org/html/2608.21079#bib.bib41)\], and smoking\[[40](https://arxiv.org/html/2608.21079#bib.bib37)\], relationships supported by US\-based evidence linking racial disparities to socioeconomic determinants of lifestyle\.claraalso proposes PCOS as a contributing cause of high blood pressure, confirmed by a meta\-analysis of 30 studies in reproductive\-age women\[[1](https://arxiv.org/html/2608.21079#bib.bib38)\]\.

Second, several additional edges are direct connections whose literature\-established relationships are typically mediated by variables absent from the dataset\. The direct edges from maternal age\[[12](https://arxiv.org/html/2608.21079#bib.bib42)\]and pre\-pregnancy BMI\[[14](https://arxiv.org/html/2608.21079#bib.bib33)\]to preterm birth are well\-supported but partly explained by intermediate factors such as gestational diabetes or preeclampsia\.clara’s prior knowledge recovers these reduced\-form direct effects in the absence of the mediating variables\. Similarly, the direct edges from PCOS to preeclampsia and preterm birth are consistent with a meta\-analysis showing a threefold increased preeclampsia risk in women with PCOS\[[4](https://arxiv.org/html/2608.21079#bib.bib32)\]\.

Third,claraidentifies a sequential complication cascade among APOs: gestational diabetes as a contributing cause of new hypertension, supported by evidence that GDM substantially increases the risk of hypertensive disorders of pregnancy through shared metabolic mechanisms\[[39](https://arxiv.org/html/2608.21079#bib.bib40)\], and new hypertension as a contributing cause of preterm birth, consistent with evidence from a large Chinese prospective cohort\[[2](https://arxiv.org/html/2608.21079#bib.bib39)\]\.

These findings, validated by our obstetric clinical expert, indicate thatclaraproposes plausible causal hypotheses closely matching domain knowledge in obstetrics\. We can therefore answer Q4 affirmatively\.

## VConclusion

We addressed the task of generating plausible causal hypotheses for Adverse Pregnancy Outcomes \(APOs\)\. To do so, we introducedclara, a neurosymbolic framework that reconciles the broad priors encoded in pretrained Large Language Models with the empirical rigor of data\-driven structure scoring\. By framing the causal discovery process as a Sample\-Evaluate\-Update loop,claraeffectively mitigates the stochasticity and unreliability inherent in one\-shot neural proposals while overcoming the limitations of data sparsity in complex clinical domains\. Moving forward, there are several promising directions to enhance this paradigm\. First, the framework could be extended by incorporating more expressive constraint classes, such as qualitative influence statements indicating whether a cause suppresses or reinforces its effect, and constraints capturing time\-varying and other context\-specific clinical dependencies\. Second, to address the computational challenges of high\-dimensional domains, a hierarchical version of the estimation of distribution algorithm could be developed to decompose the causal search space into manageable sub\-networks\. Third, a systematic empirical comparison of the current union\-based aggregation strategy with alternative approaches, such as higher\-order DAG aggregation methods, would provide a better understanding of the trade\-offs between different aggregation schemes\. Finally, exploring methods for fine\-tuning the underlying language models to make them more specialized and reliable generators of causal hypotheses remains important future work\. Overall, together with these directions,clarapresents an effective framework for causal discovery in complex, data\-scarce medical domains\.

## Acknowledgment

The authors gratefully acknowledge the support from NIH awards R01HD101246 and R01NS133142, and the Cluster of Excellence “Reasonable AI” funded by the German Research Foundation \(DFG\) under Germany’s Excellence Strategy, EXC\-3057\.

## References

- \[1\]\(2020\)Risk of hypertension in women with polycystic ovary syndrome: a systematic review, meta\-analysis and meta\-regression\.Reprod\. Biol\. Endocrinol\.\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p8.1)\.
- \[2\]H\. Anet al\.\(2022\)Impact of gestational hypertension and pre\-eclampsia on preterm birth in china: a large prospective cohort study\.BMJ Open\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p10.1)\.
- \[3\]I\. A\. Beinlich, H\. J\. Suermondt, R\. M\. Chavez, and G\. F\. Cooper\(1989\)The alarm monitoring system: a case study with two probabilistic inference techniques for belief networks\.InAIME 89,Cited by:[§IV\-A](https://arxiv.org/html/2608.21079#S4.SS1.p1.1)\.
- \[4\]C\. Boomsmaet al\.\(2006\)A meta\-analysis of pregnancy outcomes in women with polycystic ovary syndrome\.Human Reproduction Update\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p9.1)\.
- \[5\]C\. Boutilier, N\. Friedman, M\. Goldszmidt, and D\. Koller\(1996\)Context\-specific independence in bayesian networks\.InUAI,Cited by:[§III\-B](https://arxiv.org/html/2608.21079#S3.SS2.p1.2)\.
- \[6\]W\. Buntine\(1991\)Theory refinement on bayesian networks\.InUAI,Cited by:[§I](https://arxiv.org/html/2608.21079#S1.p2.1)\.
- \[7\]D\. M\. Chickering, D\. Heckerman, and C\. Meek\(2004\)Large\-sample learning of bayesian networks is np\-hard\.J\. Mach\. Learn\. Res\.\.Cited by:[§II\-A](https://arxiv.org/html/2608.21079#S2.SS1.p2.1)\.
- \[8\]D\. M\. Chickering\(2002\)Optimal Structure Identification With Greedy Search\.JMLR\.Cited by:[§II\-A](https://arxiv.org/html/2608.21079#S2.SS1.p2.1)\.
- \[9\]J\. De Bonet, C\. Isbell, and P\. Viola\(1996\)MIMIC: finding optima by estimating probability densities\.InAdvances in Neural Information Processing Systems,M\.C\. Mozer, M\. Jordan, and T\. Petsche \(Eds\.\),Vol\.9,pp\.\.Cited by:[§I](https://arxiv.org/html/2608.21079#S1.p3.1),[§II\-C](https://arxiv.org/html/2608.21079#S2.SS3.p2.1),[§III\-D](https://arxiv.org/html/2608.21079#S3.SS4.p1.1),[§IV\-B](https://arxiv.org/html/2608.21079#S4.SS2.p1.1)\.
- \[10\]L\. Franziniet al\.\(2010\)Neighborhood characteristics favorable to outdoor physical activity: disparities by socioeconomic and racial/ethnic composition\.Health & Place\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p8.1)\.
- \[11\]N\. Friedman and M\. Goldszmidt\(1996\)Learning bayesian networks with local structure\.InUAI,Cited by:[§III\-B](https://arxiv.org/html/2608.21079#S3.SS2.p1.2)\.
- \[12\]F\. Fuchset al\.\(2018\)Effect of maternal age on the risk of preterm birth: a large cohort study\.PLOS ONE\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p9.1)\.
- \[13\]M\. Ghassemi, T\. Naumann, P\. Schulam, A\. L\. Beam, I\. Y\. Chen, and R\. Ranganath\(2020\)A review of challenges and opportunities in machine learning for health\.AMIA Summits on Translational Science Proceedings\.Cited by:[§II\-A](https://arxiv.org/html/2608.21079#S2.SS1.p2.1)\.
- \[14\]A\. Girsenet al\.\(2016\)Women’s prepregnancy underweight as a risk factor for preterm birth: a retrospective study\.BJOG\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p9.1)\.
- \[15\]D\. M\. Haas, C\. B\. Parker, D\. A\. Wing, S\. Parry, W\. A\. Grobman, B\. M\. Mercer, H\. N\. Simhan, M\. K\. Hoffman, R\. M\. Silver, P\. Wadhwa,et al\.\(2015\)A description of the methods of the nulliparous pregnancy outcomes study: monitoring mothers\-to\-be \(numom2b\)\.AJOG\.Cited by:[§I](https://arxiv.org/html/2608.21079#S1.p1.1),[§IV\-A](https://arxiv.org/html/2608.21079#S4.SS1.p2.1)\.
- \[16\]M\. Hauschild and M\. Pelikan\(2011\)An introduction and survey of estimation of distribution algorithms\.Swarm and Evolutionary Computation\.Cited by:[§II\-C](https://arxiv.org/html/2608.21079#S2.SS3.p1.1)\.
- \[17\]D\. Heckerman, D\. Geiger, and D\. M\. Chickering\(1995\)Learning bayesian networks: the combination of knowledge and statistical data\.Machine Learning\.Cited by:[§II\-B](https://arxiv.org/html/2608.21079#S2.SS2.p1.1)\.
- \[18\]I\. Ikedaet al\.\(2025\)Cross\-sectional and longitudinal associations between family history of type 2 diabetes mellitus, hypertension, and dyslipidemia and their prevalence and incidence: toranomon hospital health management center study \(topics24\)\.Mayo Clin\. Proc\.\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p8.1)\.
- \[19\]H\. Kautz\(2022\)The third ai summer: aaai robert s\. engelmore memorial lecture\.Ai magazine\.Cited by:[§III](https://arxiv.org/html/2608.21079#S3.p3.1)\.
- \[20\]D\. Koller and N\. Friedman\(2009\)Probabilistic Graphical Models\.MIT press\.Cited by:[§II\-A](https://arxiv.org/html/2608.21079#S2.SS1.p1.1)\.
- \[21\]B\. Kuipers and J\. P\. Kassirer\(1984\)Causal reasoning in medicine: analysis of a protocol\.Cognitive Science\.Cited by:[§I](https://arxiv.org/html/2608.21079#S1.p1.1)\.
- \[22\]A\. Mathur\(2025\)Teaching clinical reasoning through cause\-and\-effect thinking: a framework for modern medical education\.The Clinical Teacher\.Cited by:[§I](https://arxiv.org/html/2608.21079#S1.p1.1)\.
- \[23\]S\. Mathur R\. Singhet al\.\(2025\)LLM\-guided causal bayesian network construction for pediatric patients on ecmo\.InAIME,Cited by:[§I](https://arxiv.org/html/2608.21079#S1.p2.1),[§II\-B](https://arxiv.org/html/2608.21079#S2.SS2.p2.1)\.
- \[24\]S\. Mathur, R\. Singh, M\. Skinner, P\. Radivojac, D\. M\. Haas, L\. Raman, and S\. Natarajan\(2025\)LLMs for causal reasoning in medicine? a call for caution\.InProceedings of the 13th ACM IKDD International Conference on Data Science,pp\. 164–172\.Cited by:[§I](https://arxiv.org/html/2608.21079#S1.p2.1)\.
- \[25\]Meta\(2024\)Llama 3\.3 70b instruct\.Note:[https://huggingface\.co/meta\-llama/Llama\-3\.3\-70B\-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct)Cited by:[§IV\-B](https://arxiv.org/html/2608.21079#S4.SS2.p1.1)\.
- \[26\]S\. Minaee, T\. Mikolov, N\. Nikzad, M\. Chenaghlu, R\. Socher, X\. Amatriain, and J\. Gao\(2024\)Large language models: a survey\.arXiv preprint arXiv:2402\.06196\.Cited by:[§II\-B](https://arxiv.org/html/2608.21079#S2.SS2.p2.1)\.
- \[27\]R\. J\. Mooney and J\. W\. Shavlik\(2021\)A recap of early work on theory and knowledge refinement\.InProceedings of the AAAI 2021 Spring Symposium on Combining Machine Learning and Knowledge Engineering \(AAAI\-MAKE 2021\), Stanford University, Palo Alto, California, USA, March 22\-24, 2021,A\. Martin, K\. Hinkelmann, H\. Fill, A\. Gerber, D\. Lenat, R\. Stolle, and F\. van Harmelen \(Eds\.\),CEUR Workshop Proceedings, Vol\.2846\.Cited by:[§II\-B](https://arxiv.org/html/2608.21079#S2.SS2.p1.1)\.
- \[28\]S\. Natarajan, W\. Wong, and P\. Tadepalli\(2006\)Structure refinement in first order conditional influence language\.InICML Workshop on Open Problems in Statistical Relational Learning,Cited by:[§III\-B](https://arxiv.org/html/2608.21079#S3.SS2.p1.2)\.
- \[29\]OpenAI\(2025\)ChatGPT: GPT\-5\.2 language model\.Note:[https://openai\.com/chatgpt](https://openai.com/chatgpt)Cited by:[§IV\-B](https://arxiv.org/html/2608.21079#S4.SS2.p1.1)\.
- \[30\]J\. Pearl\(2009\)Causality\.Cambridge university press\.Cited by:[§II\-A](https://arxiv.org/html/2608.21079#S2.SS1.p1.1)\.
- \[31\]J\. Peters and P\. Bühlmann\(2015\)Structural Intervention Distance for Evaluating Causal Graphs\.Neural Computation27\(3\)\.Cited by:[§IV\-B](https://arxiv.org/html/2608.21079#S4.SS2.p2.1),[§IV\-C](https://arxiv.org/html/2608.21079#S4.SS3.p1.1)\.
- \[32\]F\. Petroni, T\. Rocktäschel, S\. Riedel, P\. Lewis, A\. Bakhtin, Y\. Wu, and A\. Miller\(2019\)Language models as knowledge bases?\.InEMNLP\-IJCNLP,Cited by:[§II\-B](https://arxiv.org/html/2608.21079#S2.SS2.p2.1)\.
- \[33\]J\. Rissanen\(1978\)Modeling by shortest data description\.Automatica\.Cited by:[§II\-B](https://arxiv.org/html/2608.21079#S2.SS2.p1.1),[§III\-B](https://arxiv.org/html/2608.21079#S3.SS2.p1.2)\.
- \[34\]L\. Sargeantet al\.\(2000\)Family history of diabetes identifies a group at increased risk for the metabolic consequences of obesity and physical inactivity in epic\-norfolk: a population\-based study\.Int\. J\. Obes\.\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p8.1)\.
- \[35\]G\. Schwarz\(1978\)Estimating the dimension of a model\.The Annals of Statistics\.Cited by:[§II\-B](https://arxiv.org/html/2608.21079#S2.SS2.p1.1),[§III\-B](https://arxiv.org/html/2608.21079#S3.SS2.p1.1)\.
- \[36\]R\. A\. Shaikhet al\.\(2015\)Socioeconomic status, smoking, alcohol use, physical activity, and dietary behavior as determinants of obesity and body mass index in the united states: findings from the national health interview survey\.Int\. J\. MCH AIDS\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p8.1)\.
- \[37\]P\. Spirtes, C\. N\. Glymour, and R\. Scheines\(2000\)Causation, prediction, and search\.MIT press\.Cited by:[§II\-A](https://arxiv.org/html/2608.21079#S2.SS1.p2.1),[§IV\-B](https://arxiv.org/html/2608.21079#S4.SS2.p1.1)\.
- \[38\]P\. Spirtes\(2001\)An anytime algorithm for causal inference\.InAISTATS,pp\. 278–285\.Cited by:[§II\-A](https://arxiv.org/html/2608.21079#S2.SS1.p2.1),[§IV\-B](https://arxiv.org/html/2608.21079#S4.SS2.p1.1)\.
- \[39\]S\. D\. Sullivanet al\.\(2011\)Hypertension complicating diabetic pregnancies: pathophysiology, management, and controversies\.J\. Clin\. Hypertens\.\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p10.1)\.
- \[40\]V\. T\. Tonget al\.\(2011\)Age and racial/ethnic disparities in prepregnancy smoking among women who delivered live births\.Preventing Chronic Disease\.Cited by:[§IV\-D](https://arxiv.org/html/2608.21079#S4.SS4.p8.1)\.
- \[41\]J\. Wahl and J\. Runge\(2025\)Separation\-based distance measures for causal graphs\.InInternational Conference on Artificial Intelligence and Statistics,pp\. 3412–3420\.Cited by:[§IV\-C](https://arxiv.org/html/2608.21079#S4.SS3.p1.1)\.
- \[42\]M\. Zečević, M\. Willig, D\. S\. Dhami, and K\. Kersting\(2023\)Causal parrots: large language models may talk causality but are not causal\.TMLR\.Cited by:[§I](https://arxiv.org/html/2608.21079#S1.p2.1),[§II\-B](https://arxiv.org/html/2608.21079#S2.SS2.p2.1)\.

Similar Articles

LLM Explainability with Counterfactual Chains and Causal Graphs

Hugging Face Daily Papers

This paper proposes a four-phase method for constructing causal graphs that model LLM inference processes, using counterfactual augmentation to enable stable causal discovery and provide transparent, concept-level explainability.

CausaLab: A Scalable Environment for Interactive Causal Discovery Toward AI Scientists

Hugging Face Daily Papers

CausaLab is a scalable environment for evaluating LLM agents on interactive causal discovery, assessing both predictive accuracy and faithful recovery of underlying causal mechanisms. Experiments reveal a gap between prediction and mechanism recovery, highlighting limits in current LLM agents as experimental causal reasoners.