{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2607-05153","title":"Geometric Causal Models","arxiv_id":"2607.05153","date":"2026-07-06","proceeding":null,"authors":["Eli N. Weinstein","David M. Blei"],"abstract":"Scientists often seek to draw causal inferences from structured data that is not independently and identically distributed, such as spatial data, network data, or molecular data. We develop geometric causal models (GCMs), a framework for causal inference from dependent data that exploits underlying symmetries of the data generating process. For example, in spatial data, we consider processes that are symmetric under translations, or in graph data, symmetric under permutations of the nodes. We show how symmetries, formalized with group theory, can enable causal identification and estimation. We deploy ergodic theory for amenable groups to establish identification, and combine geometric deep learning with scalable Bayesian inference for estimation. We recover i.i.d. causal models and do-calculus when the data is a sequence and the symmetry is permutation equivariance, and find novel types of causal models when we use alternate structures and symmetries. As an example, we construct a causal model that satisfies the symmetries of DNA. This GCM enables new estimators for the effects of genetic variation, combining deep functional genomics models to describe outcomes and DNA language models to describe propensities. We illustrate on semisynthetic data.","url_abs":"https://arxiv.org/abs/2607.05153","url_pdf":"https://arxiv.org/pdf/2607.05153","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2607.05153","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.05153"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/EWeinstein/GCM","reach":null}],"summary":{"ran":9},"by_repo_kind":{"found_in_text":{"samples":9,"ran":9,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"bd565222aa93a433","entry":"compute_treatment_effect","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"array_gcm.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/array_gcm.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bd565222aa93a433"}},{"code_sha256_prefix":"5be41a09e8a1bf39","entry":"dgp","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"array_gcm.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/array_gcm.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5be41a09e8a1bf39"}},{"code_sha256_prefix":"5c3be655c0eed423","entry":"dist_matrix","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"spatial_gcm.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/spatial_gcm.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5c3be655c0eed423"}},{"code_sha256_prefix":"d864e12289eafbd2","entry":"gaussian_effect","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"spatial_gcm.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/spatial_gcm.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d864e12289eafbd2"}},{"code_sha256_prefix":"33a4dbb1038d9eec","entry":"load_fasta","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"genomic_cate.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/genomic_cate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"33a4dbb1038d9eec"}},{"code_sha256_prefix":"571f9aa1df36665a","entry":"one_hot_encode","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"genomic_cate.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/genomic_cate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"571f9aa1df36665a"}},{"code_sha256_prefix":"7a2175198cc9bd99","entry":"reverse_complement","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"genomic_cate.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/genomic_cate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7a2175198cc9bd99"}},{"code_sha256_prefix":"244b89c12e0f9844","entry":"sample_gaussian","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"spatial_gcm.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/spatial_gcm.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"244b89c12e0f9844"}},{"code_sha256_prefix":"dac8dd95c60cdd04","entry":"subsample_data","repo":"EWeinstein/GCM","repo_kind":"found_in_text","path":"array_gcm.py","file_url":"https://github.com/EWeinstein/GCM/blob/HEAD/array_gcm.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dac8dd95c60cdd04"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}