AIFeb 24

CausalReasoningBenchmark: A Real-World Benchmark for Disentangled Evaluation of Causal Identification and Estimation

Stanford
arXiv:2602.20571v1h-index: 39
Originality Incremental advance
AI Analysis

This benchmark addresses the need for disentangled evaluation in automated causal inference, enabling granular diagnosis of failures in causal reasoning versus numerical execution, though it is incremental as it builds on existing causal-inference methods.

The authors tackled the problem of conflating causal identification and estimation in benchmarks by introducing CausalReasoningBenchmark, a real-world benchmark with 173 queries across 138 datasets, which separately scores identification and estimation components, revealing that a state-of-the-art LLM achieves 84% high-level strategy correctness but only 30% full identification-specification correctness.

Many benchmarks for automated causal inference evaluate a system's performance based on a single numerical output, such as an Average Treatment Effect (ATE). This approach conflates two distinct steps in causal analysis: identification-formulating a valid research design under stated assumptions-and estimation-implementing that design numerically on finite data. We introduce CausalReasoningBenchmark, a benchmark of 173 queries across 138 real-world datasets, curated from 85 peer-reviewed research papers and four widely-used causal-inference textbooks. For each query a system must produce (i) a structured identification specification that names the strategy, the treatment, outcome, and control variables, and all design-specific elements, and (ii) a point estimate with a standard error. By scoring these two components separately, our benchmark enables granular diagnosis: it distinguishes failures in causal reasoning from errors in numerical execution. Baseline results with a state-of-the-art LLM show that, while the model correctly identifies the high-level strategy in 84 % of cases, full identification-specification correctness drops to only 30 %, revealing that the bottleneck lies in the nuanced details of research design rather than in computation. CausalReasoningBenchmark is publicly available on Hugging Face and is designed to foster the development of more robust automated causal-inference systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes