zjukg / CausE

[Paper][CCKS2023] CausE: Towards Causal Knowledge Graph Embedding
MIT License
15 stars 2 forks source link

Inquiry Regarding Causal Graph Construction for KGE Tasks #1

Closed Sakhaa-Alsaedi closed 6 months ago

Sakhaa-Alsaedi commented 8 months ago

Hello,

I am interested in exploring the code responsible for checking the Sufficient Markov Condition (SMC) for Knowledge Graph Embedding (KGE) tasks. Could you please direct me to the specific part of this repository where I can find the code related to checking the causal graph structure? Any guidance towards the relevant Python file or section that illustrates this aspect would be greatly appreciated.

Thank you.

Zhang-Each commented 6 months ago

The main implementation of the model is in openke/module/model/CDKGE.py, and we design a causal model and a confounder model in it. The code implementation is an approximation of our method formally described in our paper.