CausalDynamics
收藏资源简介:
CausalDynamics是一个大规模的基准测试和可扩展的数据生成框架,旨在促进动态因果模型的结构发现。该数据集包含来自数千个耦合的普通和随机微分方程的真实因果图,以及两个理想化的气候模型。数据集用于评估最新的因果发现算法在具有噪声、混杂和滞后动态的系统上的性能。CausalDynamics提供了一个即插即用的构建自己的耦合工作流程,使用户能够构建物理系统的层次结构。该框架旨在促进鲁棒的因果发现算法的开发,这些算法广泛应用于各个领域,同时解决其独特的挑战。
CausalDynamics is a large-scale benchmarking and scalable data generation framework designed to advance structural discovery of dynamic causal models. This dataset contains ground-truth causal graphs derived from thousands of coupled ordinary and stochastic differential equations, alongside two idealized climate models. It is used to evaluate the performance of state-of-the-art causal discovery algorithms on systems with noise, confounding, and lagged dynamics. CausalDynamics provides a plug-and-play interface for building custom coupled workflows, enabling users to construct hierarchical structures of physical systems. This framework aims to facilitate the development of robust causal discovery algorithms that are widely applicable across various domains while addressing their unique challenges.
CausalDynamics 数据集概述
基本信息
- 名称: CausalDynamics
- 许可证: MIT
- 主页: http://kausable.github.io/CausalDynamics
- 数据集地址: https://huggingface.co/datasets/kausable/CausalDynamics
- GitHub仓库: https://github.com/kausable/CausalDynamics
数据集特点
- 大规模基准测试: 在数千个难度递增的图挑战上系统评估最先进的因果发现算法。
- 可定制数据生成: 可扩展、用户友好地生成日益复杂的耦合常微分和随机微分方程系统。
- 多样化挑战: 从简单混沌系统到动态系统的模块化因果耦合,包括可选噪声、混杂、时间滞后甚至气候模型动力学。
数据集内容
- 数据来源: 来自数千个耦合常微分和随机微分方程的真实因果图,以及两个理想化的气候模型。
- 评估内容: 在具有噪声、混杂和滞后动态的系统上对最先进的因果发现算法进行图重建的全面评估。
安装与使用
安装方式
-
使用pip: bash pip install causaldynamics
- 要求Python版本3.10
-
使用conda: shell conda create --name venv python=3.10 conda activate venv pip install causaldynamics
-
使用pdm: shell git clone https://github.com/kausable/CausalDynamics.git cd CausalDynamics pdm install
数据获取
- 下载预处理数据集: bash wget https://huggingface.co/datasets/kausable/CausalDynamics/resolve/main/process_causaldynamics.py python process_causaldynamics.py
快速开始
基准测试

- 1CausalDynamics: A large-scale benchmark for structural discovery of dynamical causal models哥伦比亚大学 · 2025年



