Paper Overview
- Field: AI
- Authors: Amartya Roy, Sonali Parbhoo
- Published: 2026-05-28
- arXiv: 2605.27567
- A frozen language model serves as an interventional oracle, answering targeted queries.
- An external Bayesian loop concentrates belief over candidate causal graphs in log rounds.
- Since decisions operate outside the space where the obstruction applies, A-CBO is provably convergent while the underlying model remains unchanged.
Key Findings
The paper addresses a long-standing open question: can large language models reliably perform causal discovery? Recent benchmarks show that even fine-tuned models plateau on simple causal graphs and degrade as complexity grows—but the root cause of failure had not been established.
1. The failure is fundamental
The authors prove that supervised fine-tuning, direct preference optimization, and in-context learning all produce predictors that cannot distinguish between causal graphs generating similar observational data. Any attempt to do so would require the model's internal representations to grow unboundedly, violating the very conditions under which these methods work.
2. The kernel obstruction theorem
This limitation is formalized as a kernel obstruction theorem, establishing that it is intrinsic to the learning paradigm itself—not to any particular model or dataset.
3. The solution: Agentic Causal Bayesian Optimization (A-CBO)
4. Empirical results
On a new Extended Corr2Cause benchmark featuring 24 variables and 18K test samples, A-CBO significantly outperforms fine-tuning and preference optimization baselines.
---
*Auto-collected on 2026-05-29*