Papers › Causal Effect Identification in lvLiNGAM from Higher-Order Cumulants

Causal Effect Identification in lvLiNGAM from Higher-Order Cumulants

5 Jun 2025arXiv:2506.05202archive 2025-07-28

Daniele Tramontano, Yaroslav Kivva, Saber Salehkaleybar, Mathias Drton, Negar Kiyavash

This paper investigates causal effect identification in latent variable Linear Non-Gaussian Acyclic Models (lvLiNGAM) using higher-order cumulants, addressing two prominent setups that are challenging in the presence of latent confounding: (1) a single proxy variable that may causally influence the treatment and (2) underspecified instrumental variable cases where fewer instruments exist than treatments. We prove that causal effects are identifiable with a single proxy or instrument and provide corresponding estimation methods. Experimental results demonstrate the accuracy and robustness of our approaches compared to existing methods, advancing the theoretical and practical understanding of causal inference in linear systems with latent confounders.

PaperPDFCodeCode 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="2506.05202")

Code

Syntology Ran 2 of 16 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong.

By repository: official repository: 16 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

danieletramontano/CEId-from-Moments officialmentioned in paperUnlicense report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

16 samples harvested; 2 ran; 1 honoured the contract we drafted; 14 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.

1ran · honoured contract
1ran · our draft was wrong
14unverified

Licence: 0 of the 16 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 danieletramontano/CEId-from-Moments. “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.

get_all_argminima danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/ReLVLiNGAM.py official repository ran · honoured contract fingerprinted Unlicense (permissive) · 4df70f3abb2fd397 · report
tensor_outer_product danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/ReLVLiNGAM.py official repository ran · our draft was wrong Unlicense (permissive) · 96714f90f2fb4843 · report
adjacency_to_path_matrix danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/DAG.py official repository unverified Unlicense (permissive) · b5c92f2da4cec04d · report
calculate_orders_needed danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/.ipynb_checkpoints/constraints_to_test-checkpoint.py official repository unverified Unlicense (permissive) · 9261cfee41477ea2 · report
confounders_btw_pairs danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/DAG.py official repository unverified Unlicense (permissive) · 2a8cf09cc3682961 · report
count_lists danieletramontano/CEId-from-Moments/estimation/other_models/grica/methods.py official repository unverified Unlicense (permissive) · ab9b9b4c8489f8f1 · report
get_Gamma danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/simulate_data.py official repository unverified Unlicense (permissive) · 84c6a65a17e97ccd · report
get_Lambda danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/simulate_data.py official repository unverified Unlicense (permissive) · 31a2644b0c6dcdb1 · report
get_constraints_for_l_latents danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/.ipynb_checkpoints/constraints_to_test-checkpoint.py official repository unverified Unlicense (permissive) · 0268d29d84dd931d · report
init_w_guess_ danieletramontano/CEId-from-Moments/estimation/other_models/grica/methods.py official repository unverified Unlicense (permissive) · 1a83b68e7ba89c2b · report
intersection danieletramontano/CEId-from-Moments/estimation/other_models/grica/methods.py official repository unverified Unlicense (permissive) · 961380137e514c00 · report
min_dist_perm danieletramontano/CEId-from-Moments/estimation/helpers/utils.py official repository unverified Unlicense (permissive) · 03a45c130027ec06 · report
path_matrix_to_adjacency danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/DAG.py official repository unverified Unlicense (permissive) · 972d01bc5754b700 · report
project danieletramontano/CEId-from-Moments/estimation/helpers/utils.py official repository unverified Unlicense (permissive) · 995a66387adc1a2c · report
reduce_list danieletramontano/CEId-from-Moments/estimation/helpers/utils.py official repository unverified Unlicense (permissive) · 6634af8b16b12806 · report
simulate_data danieletramontano/CEId-from-Moments/estimation/other_models/direct_lingam/simulate_data.py official repository unverified Unlicense (permissive) · 35df36b2dcb98fb5 · report

Tasks

Causal Inference

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Causal inference

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