LLM-Enhanced Score Function Evolution for Causal Structure Learning

Abstract

Causal structure learning (CSL) plays a pivotal role in causality and is often formulated as an optimization problem within score-and-search methods. Under the assumption of an infinite dataset and a predefined distribution, several well-established and consistent score functions have been shown to be both optimal and reliable for identifying ground-truth causal graphs. However, in practice, these idealized assumptions are often infeasible, which can result in CSL algorithms learning suboptimal structures. In this paper, we introduce L-SFE, a framework designed to automatically discover effective score functions by exploring the "score function space". L-SFE addresses this task from a bi-level optimization perspective. First, it leverages a Large Language Model (LLM) to interpret the characteristics of score functions and generate the corresponding code implementations. Next, L-SFE employs evolutionary algorithms along with carefully designed operators, to search for solutions with higher fitness. Additionally, we take the BIC as example and prove the consistency of the generated score functions. Experimental evaluations, conducted on discrete, continuous, and real datasets, demonstrate the high stability, generality and effectiveness of L-SFE.

Cite

Text

Wang et al. "LLM-Enhanced Score Function Evolution for Causal Structure Learning." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/1010

Markdown

[Wang et al. "LLM-Enhanced Score Function Evolution for Causal Structure Learning." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/wang2025ijcai-llm/) doi:10.24963/IJCAI.2025/1010

BibTeX

@inproceedings{wang2025ijcai-llm,
  title     = {{LLM-Enhanced Score Function Evolution for Causal Structure Learning}},
  author    = {Wang, Zidong and Liu, Fei and Feng, Qi and Zhang, Qingfu and Gao, Xiaoguang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {9086-9094},
  doi       = {10.24963/IJCAI.2025/1010},
  url       = {https://mlanthology.org/ijcai/2025/wang2025ijcai-llm/}
}