paper-with-me

Papers

Large Language Models for Constrained-Based Causal Discovery

2024-06-11 · Kai-Hendrik Cohrs, Gherardo Varando, Emiliano Diaz, Vasileios Sitokonstantinou, Gustau Camps-Valls

Causality is essential for understanding complex systems, such as the economy, the brain, and the climate. Constructing causal graphs often relies on either data-driven or expert-driven approaches, both fraught with challenges. The former methods, like the celebrated PC algorithm, face issues with data requirements and assumptions of causal sufficiency, while the latter demand substantial time and domain knowledge. This work explores the capabilities of Large Language Models (LLMs) as an alternative to domain experts for causal graph generation. We frame conditional independence queries as prompts to LLMs and employ the PC algorithm with the answers. The performance of the LLM-based conditional independence oracle on systems with known causal graphs shows a high degree of variability. We improve the performance through a proposed statistical-inspired voting schema that allows some control over false-positive and false-negative rates. Inspecting the chain-of-thought argumentation, we find causal reasoning to justify its answer to a probabilistic query. We show evidence that knowledge-based CIT could eventually become a complementary tool for data-driven causal discovery.

📄 PDF Abstract BibTeX arXiv:2406.07378

Code (1)

ipl-uv/causal_gpt 공식 구현

Tasks

Causal DiscoveryGraph Generation

Similar Papers 제목 키워드 기반

Optimization-Free Topological Sort for Causal Discovery via the Schur Complement of Score Jacobians

2026-04-28 · Rui Wu, Hong Xie arxiv

Continuous causal discovery typically couples representation learning with structural optimization via non-convex acyclicity penalties, which subjects solvers to local optima and restricts scalability in high-dimensional…

Representation Learning

Large Causal Models for Temporal Causal Discovery

2026-02-20 · Nikolaos Kougioulis, Nikolaos Gkorgkolis, MingXue Wang, Bora Caglayan 외 arxiv

Causal discovery for both cross-sectional and temporal data has traditionally followed a dataset-specific paradigm, where a new model is fitted for each individual dataset. Such an approach limits the potential of multi-…

Large-Scale Differentiable Causal Discovery of Factor Graphs

2022-06-15 · Romain Lopez, Jan-Christian Hütter, Jonathan K. Pritchard, Aviv Regev

A common theme in causal inference is learning causal relationships between observed variables, also known as causal discovery. This is usually a daunting task, given the large number of candidate causal graphs and the c…

Causal DiscoveryCausal Inference

Since Faithfulness Fails: The Performance Limits of Neural Causal Discovery

2025-02-22 · Mateusz Olko, Mateusz Gajewski, Joanna Wojciechowska, Mikołaj Morzy 외

Neural causal discovery methods have recently improved in terms of scalability and computational efficiency. However, our systematic evaluation highlights significant room for improvement in their accuracy when uncoverin…

Causal DiscoveryComputational Efficiency

From Pre-training Corpora to Large Language Models: What Factors Influence LLM Performance in Causal Discovery Tasks?

2024-07-29 · Tao Feng, Lizhen Qu, Niket Tandon, Zhuang Li 외

Recent advances in artificial intelligence have seen Large Language Models (LLMs) demonstrate notable proficiency in causal discovery tasks. This study explores the factors influencing the performance of LLMs in causal d…

Causal Discovery