Adjustment Identification Distance: A gadjid for Causal Structure Learning
Leonard Henckel, Theo Würtzen, Sebastian Weichwald
TL;DR
Adjustment Identification Distance introduces gadjid, a principled framework that quantifies how learned causal graphs affect effect identification rather than merely counting edge differences. By pairing sound, complete identification strategies with verifiers, the authors define scalar distances (e.g., Parent-AID, Ancestor-AID, Oset-AID) that extend SID to CPDAGs and causal orders, with polynomial-time algorithms implemented in Rust. The approach yields interpretable, task-aligned metrics and practical runtimes suitable for large graphs, enabling more meaningful benchmarking of causal discovery methods. The framework also provides CPDAG-specific distances and cross-type (DAG/CPDAG/order) distances, offering a versatile toolkit for evaluating causal structure learning in real-world settings.
Abstract
Evaluating graphs learned by causal discovery algorithms is difficult: The number of edges that differ between two graphs does not reflect how the graphs differ with respect to the identifying formulas they suggest for causal effects. We introduce a framework for developing causal distances between graphs which includes the structural intervention distance for directed acyclic graphs as a special case. We use this framework to develop improved adjustment-based distances as well as extensions to completed partially directed acyclic graphs and causal orders. We develop new reachability algorithms to compute the distances efficiently and to prove their low polynomial time complexity. In our package gadjid (open source at https://github.com/CausalDisco/gadjid), we provide implementations of our distances; they are orders of magnitude faster with proven lower time complexity than the structural intervention distance and thereby provide a success metric for causal discovery that scales to graph sizes that were previously prohibitive.
