CausalLP: Learning causal relations with weighted knowledge graph link prediction
Utkarshani Jaimini, Cory Henson, Amit P. Sheth

TL;DR
CausalLP introduces a novel method for completing incomplete causal networks by framing the problem as knowledge graph link prediction, integrating external knowledge and causal weights to improve accuracy.
Contribution
It formulates causal network completion as a knowledge graph link prediction task, incorporating causal weights and proposing a new dataset splitting method for evaluation.
Findings
Weighted causal relations enhance link prediction accuracy.
CausalLP outperforms baseline methods in experiments.
Markov-based data split provides a more realistic evaluation.
Abstract
Causal networks are useful in a wide variety of applications, from medical diagnosis to root-cause analysis in manufacturing. In practice, however, causal networks are often incomplete with missing causal relations. This paper presents a novel approach, called CausalLP, that formulates the issue of incomplete causal networks as a knowledge graph completion problem. More specifically, the task of finding new causal relations in an incomplete causal network is mapped to the task of knowledge graph link prediction. The use of knowledge graphs to represent causal relations enables the integration of external domain knowledge; and as an added complexity, the causal relations have weights representing the strength of the causal association between entities in the knowledge graph. Two primary tasks are supported by CausalLP: causal explanation and causal prediction. An evaluation of this…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Data Quality and Management · Complex Network Analysis Techniques
