r3wrf's Stars
PlusRoss/KE-GCN
Knowledge Embedding Based Graph Convolutional Network (WWW 2021)
xwhan/DeepPath
code and docs for my EMNLP paper "DeepPath: A Reinforcement Learning Method for Knowledge Graph Reasoning"
THU-KEG/DacKGR
Source codes and datasets for EMNLP 2020 paper "Dynamic Anticipation and Completion for Multi-Hop Reasoning over Sparse Knowledge Graph"
THU-KEG/Knowledge_Graph_Reasoning_Papers
Must-read papers on knowledge graph reasoning
THU-KEG/Entity_Alignment_Papers
Must-read papers on entity alignment published in recent years
haoyfan/HeteHG-VAE
Heterogeneous Hypergraph Variational Autoencoder for Link Prediction (T-PAMI 2021)
seongjunyun/Neo-GNNs
Neo-GNNs: Neighborhood Overlap-aware Graph Neural Networks for Link Prediction
ki-ljl/GNNs-for-Link-Prediction
Some GNNs are implemented using PyG for link prediction tasks, including: GCN, GraphSAGE, GAT, Node2Vec、RGCN、HGT and HAN, which will continue to be updated in the future.
Yueshengxia/KGE
Some papers on knowledge graph embedding
RManLuo/NP-FKGC
Official code implementation for SIGIR 23 paper Normalizing Flow-based Neural Process for Few-Shot Knowledge Graph Completion
daiquocnguyen/Graph-Transformer
Universal Graph Transformer Self-Attention Networks (TheWebConf WWW 2022) (Pytorch and Tensorflow)
daiquocnguyen/GNN-NoGE
Graph Neural Networks for Knowledge Graph Link Prediction (WSDM 2022) (Pytorch)
quovadisss/GCN_linkprediction
Link prediction using GCN on pytorch
AndRossi/Kelpie
XAI framework for interpreting Link Predictions on Knowledge Graphs
Calemsy/SEAL-for-link-prediction
SEAL, a link prediction framework based on GNN.
bi-graph/Bigraph
Bipartite-network link prediction in Python
Mehran-k/SimplE
SimplE Embedding for Link Prediction in Knowledge Graphs
mims-harvard/decagon
Graph convolutional neural network for multirelational link prediction
INK-USC/KagNet
Knowledge-Aware Graph Networks for Commonsense Reasoning (EMNLP-IJCNLP 19)
YaooXu/BiDAG
Prediction and Calibration: Complex Reasoning over Knowledge Graph with Bi-directional Directed Acyclic Graph Neural Network. ACL 2023 finding.
LARS-research/AdaProp
[KDD 2023] AdaProp: Learning Adaptive Propagation for Graph Neural Network based Knowledge Graph Reasoning
entslscheia/GGNN_Reasoning
PyTorch implementation for Graph Gated Neural Network (for Knowledge Graphs)
LIANGKE23/Awesome-Knowledge-Graph-Reasoning
AKGR: Awesome Knowledge Graph Reasoning is a collection of knowledge graph reasoning works, including papers, codes and datasets
StephanieWyt/HGCN-JE-JR
Source code and datasets for EMNLP 2019 paper: Jointly Learning Entity and Relation Representations for Entity Alignment.
wangle1218/KBQA-for-Diagnosis
Knowledge Graph,Question Answering System,基于知识图谱和向量检索的医疗诊断问答系统
1049451037/GCN-Align
Code of the paper: Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks.
zhurboo/RAGA
Relation-aware Graph Attention Networks for Global Entity Alignment
xiangwang1223/knowledge_graph_attention_network
KGAT: Knowledge Graph Attention Network for Recommendation, KDD2019
endrikacupaj/LASAGNE
Source code for paper "Conversational Question Answering over Knowledge Graphs with Transformer and Graph Attention Networks"