Why LLMs Fail at Causal Discovery and How Interventional Agents Escape
Quick Take
Large language models (LLMs) struggle with causal discovery due to fundamental limitations in supervised fine-tuning and learning paradigms. The proposed Agentic Causal Bayesian Optimization (A-CBO) outperforms fine-tuned models on new benchmarks, demonstrating significant advantages without additional training.
Key Points
- LLMs fail at causal discovery due to intrinsic limitations in learning paradigms.
- A-CBO uses a frozen language model as an interventional oracle for causal queries.
- On Extended Corr2Cause, A-CBO significantly outperforms fine-tuning with 18K test samples.
- The kernel obstruction theorem formalizes the limitations of LLMs in causal reasoning.
- A-CBO converges in logarithmically many rounds, maintaining model stability.
Article Content
From source RSS / original summaryarXiv:2605. 27567v1 Announce Type: new Abstract: Causal discovery is a cornerstone of scientific reasoning, yet whether large language models can perform it reliably remains an open question. Recent benchmarks show that even fine-tuned models plateau on simple causal graphs and degrade as complexity grows, but why they fail has not been established.
We prove the failure is fundamental: supervised fine-tuning, direct preference optimization, and in-context learning all produce predictors that cannot distinguish between causal graphs generating similar observational data, and any attempt to do so requires the model's internal representations to grow unboundedly, violating the very conditions under which these methods work.
We formalize this as a kernel obstruction theorem, establishing that the limitation is intrinsic to the learning paradigm, \emph{not any particular model or dataset}. We propose Agentic Causal Bayesian Optimization (A-CBO), wherein a frozen language model serves as an interventional oracle answering targeted queries about intervention effects, while an external Bayesian loop concentrates beliefs over candidate graphs in logarithmically many rounds.
Because the decision operates outside the space where the obstruction applies, A-CBO provably converges while the underlying model remains unchanged. On Corr2Cause, A-CBO matches fine-tuned baselines without any training. On Extended Corr2Cause, a new benchmark scaling to 24 variables with 18K test samples, A-CBO significantly outperforms both fine-tuning and preference optimization, with the advantage growing
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →The Importance of Out-of-Band Metadata for Safe Autonomous Agents: The Redpanda Agentic Data Plane
The Redpanda Agentic Data Plane (ADP) introduces out-of-band metadata channels to enhance the safety of autonomous AI agents, ensuring secure data access and tamper-proof audit trails. This architecture mitigates risks associated with unpredictable AI behavior by enforcing governance throughout the agent lifecycle, demonstrated in a multi-agent trading system with strict data scoping and approval thresholds.