The paper proposes a Graph Inception Diffusion Networks (GIDN) model for link prediction in knowledge graphs. The key ideas are:
Generalize graph diffusion in different feature spaces: The model uses a combination of small-hop nodes and learnable generalized weighting coefficients to achieve multi-layer generalized graph diffusion, which provides a better basis for prediction than the graph itself.
Use the inception module to avoid computational complexity: As the depth of the network increases, the computational complexity also grows. The inception module is used to capture rich features while avoiding the high computational cost of an overly deep network, making the model more adaptable to training with large datasets.
Evaluate on the OGB dataset: The authors evaluate GIDN on the ogbl-collab dataset from the Open Graph Benchmark and show that it outperforms the AGDN model by 11% in terms of Hits@50 metric, and achieves higher performance than the PLNLP method.
The paper demonstrates that the proposed GIDN model can effectively and efficiently perform link prediction in knowledge graphs by leveraging graph diffusion and the inception module.
다른 언어로
소스 콘텐츠 기반
arxiv.org
더 깊은 질문