Papers › AutoCause: A Python framework that automates expert decisions in environmental...

AutoCause: A Python framework that automates expert decisions in environmental time-series causal discovery

31 Jul 2026arXiv:2608.00198added by Syntology

Marco Ruiz, Miguel Arana-Catania, David R. Ardila, Rodrigo Ventura

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Environmental time-series causal discovery requires expert decisions about method choice, conditional-independence tests, lag horizons, sample-size adequacy, multiple-testing control, and evidence interpretation. Applied inconsistently across datasets, these choices yield graphs that cannot be compared, reproduced, or audited. We present AutoCause, an open-source Python workflow that records each decision, derives defaults from an extended causal-audit module, and admits domain-informed overrides. The workflow wraps four established causal-discovery methods from three families, adds non-causal reference models, and grades links by method-count support. On 145 datasets from DGP-Atlas, TimeGraph, and a topology-derived CausalRivers reference, the methods recover complementary parts of the reference graphs. Majority-supported links are more precise than single-method links on the synthetic benchmarks but not against river topology. AutoCause converts inconsistent expert practice into an auditable, repeatable analysis; causal interpretation remains with the analyst. Available at https://github.com/marcoruizrueda/autocause.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.00198")

Code

Syntology Ran 14 of 22 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 14 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

marcoruizrueda/autocause found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 14 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14ran
8unverified

Licence: 22 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from marcoruizrueda/autocause. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bootstrap_ci marcoruizrueda/autocause/experiments/make_figures.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · d896e199cf6742f2 · report
compute_tier_precision marcoruizrueda/autocause/experiments/recompute_tier_metrics.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 71620cb36e40f3f6 · report
extract_tier_edges marcoruizrueda/autocause/experiments/reproduce_fig8_tiers.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · bae801ff01bc29bd · report
load_consensus_edges marcoruizrueda/autocause/experiments/recompute_tier_metrics.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 0b2f5bc148c4f3e4 · report
load_dgp_dataset marcoruizrueda/autocause/experiments/run_dgp_atlas.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 24aad64628702bba · report
load_subgraph_tiers marcoruizrueda/autocause/experiments/verify_causalrivers_tiers.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 0f771887bcf9037f · report
load_timegraph_dataset marcoruizrueda/autocause/experiments/run_timegraph.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 56e83549aaed012d · report
load_true_edges marcoruizrueda/autocause/experiments/recompute_tier_metrics.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 7d0696eee5a53bdd · report
map_audit_to_config marcoruizrueda/autocause/framework/core/causal_audit_adapter.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 229a4bb21506f7f1 · report
method_divergence_alert marcoruizrueda/autocause/framework/core/diagnostics.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 62ef4caa6a3a95b7 · report
resample_to_6h marcoruizrueda/autocause/experiments/run_causalrivers.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 813815e9792ac88b · report
restrict_to_year marcoruizrueda/autocause/experiments/run_causalrivers.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · 7cd186e4f3b79701 · report
sample_subgraphs marcoruizrueda/autocause/experiments/run_causalrivers.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · eed6bc2a96241719 · report
verify_tier_inversion marcoruizrueda/autocause/experiments/verify_causalrivers_tiers.py found in paper text by Syntology ran AGPL-3.0 (copyleft) · pointer only · e23259dfe68d649e · report
batch_quantify marcoruizrueda/autocause/framework/core/causal_strength.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 0304bf7a55cfb863 · report
decide_and_run marcoruizrueda/autocause/framework/core/decision.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 1322f75950070594 · report
decide_for_pair marcoruizrueda/autocause/framework/core/decision.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · fcb38b5fa8af8636 · report
load_dataset marcoruizrueda/autocause/experiments/reproduce_fig8_tiers.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · b321a31e955a3677 · report
permutation_negative_control marcoruizrueda/autocause/framework/core/diagnostics.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 5e9ba834237b0f4f · report
reverse_direction_check marcoruizrueda/autocause/framework/core/diagnostics.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · edc3e440528f7d2b · report
run_ci_sensitivity marcoruizrueda/autocause/framework/core/ci_sensitivity.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 738dc557ee4fe0b5 · report
run_plan_for_pair marcoruizrueda/autocause/framework/core/decision.py found in paper text by Syntology unverified AGPL-3.0 (copyleft) · pointer only · 827f34cd93c0da54 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.00198, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections