Home

Awesome

DisenKGAT

<h1 align="center"> DisenKGAT </h1> <h4 align="center">DisenKGAT: Knowledge Graph Embedding with Disentangled Graph Attention Network</h4> <h2 align="center"> Overview of DisenKGAT <img align="center" src="./fig/DisenKGAT_model.jpg" alt="..."> </h2>

This is our PyTorch implementation for the paper DisenKGAT-2021CIKM:

Junkang Wu, Wentao Shi, Xuezhi Cao, Jiawei Chen, Fuzheng Zhang, Wei Wu, Xiangnan He (2021) DisenKGAT: Knowledge Graph Embedding with Disentangled Graph Attention Network paper link. In CIKM2021.

<!-- ![Image](./overall_graph33_page-0001.jpg) -->

Dependencies

Dataset:

Training model:

Citation

If you want to use our codes in your research, please cite:

@inproceedings{wu2021disenkgat,
  title={DisenKGAT: Knowledge Graph Embedding with Disentangled Graph Attention Network},
  author={Wu, Junkang and Shi, Wentao and Cao, Xuezhi and Chen, Jiawei and Lei, Wenqiang and Zhang, Fuzheng and Wu, Wei and He, Xiangnan},
  booktitle={Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
  pages={2140--2149},
  year={2021}
}

Acknowledgement

The project is built upon COMPGCN

For any clarification, comments, or suggestions please create an issue or contact me.