paper-with-me

홈 › Papers

Explainable Sparse Knowledge Graph Completion via High-order Graph Reasoning Network

2022-07-14 · Weijian Chen, Yixin Cao, Fuli Feng, Xiangnan He, Yongdong Zhang

Knowledge Graphs (KGs) are becoming increasingly essential infrastructures in many applications while suffering from incompleteness issues. The KG completion task (KGC) automatically predicts missing facts based on an incomplete KG. However, existing methods perform unsatisfactorily in real-world scenarios. On the one hand, their performance will dramatically degrade along with the increasing sparsity of KGs. On the other hand, the inference procedure for prediction is an untrustworthy black box. This paper proposes a novel explainable model for sparse KGC, compositing high-order reasoning into a graph convolutional network, namely HoGRN. It can not only improve the generalization ability to mitigate the information insufficiency issue but also provide interpretability while maintaining the model's effectiveness and efficiency. There are two main components that are seamlessly integrated for joint optimization. First, the high-order reasoning component learns high-quality relation representations by capturing endogenous correlation among relations. This can reflect logical rules to justify a broader of missing facts. Second, the entity updating component leverages a weight-free Graph Convolutional Network (GCN) to efficiently model KG structures with interpretability. Unlike conventional methods, we conduct entity aggregation and design composition-based attention in the relational space without additional parameters. The lightweight design makes HoGRN better suitable for sparse settings. For evaluation, we have conducted extensive experiments-the results of HoGRN on several sparse KGs present impressive improvements (9% MRR gain on average). Further ablation and case studies demonstrate the effectiveness of the main components. Our codes will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2207.07503

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionKnowledge GraphsVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Exploring & Exploiting High-Order Graph Structure for Sparse Knowledge Graph Completion

2023-06-29 · Tao He, Ming Liu, Yixin Cao, Zekun Wang 외

Sparse knowledge graph (KG) scenarios pose a challenge for previous Knowledge Graph Completion (KGC) methods, that is, the completion performance decreases rapidly with the increase of graph sparsity. This problem is als…

Knowledge Graph CompletionLogical Reasoning

Look Globally and Reason: Two-stage Path Reasoning over Sparse Knowledge Graphs

2024-07-26 · Saiping Guan, Jiyao Wei, Xiaolong Jin, Jiafeng Guo 외

Sparse Knowledge Graphs (KGs), frequently encountered in real-world applications, contain fewer facts in the form of (head entity, relation, tail entity) compared to more populated KGs. The sparse KG completion task, whi…

Knowledge GraphsRelation

NNKGC: Improving Knowledge Graph Completion with Node Neighborhoods

2023-02-13 · Irene Li, Boming Yang

Knowledge graph completion (KGC) aims to discover missing relations of query entities. Current text-based models utilize the entity name and description to infer the tail entity given the head entity and a certain relati…

Knowledge Graph CompletionLink Prediction

Iteratively Learning Embeddings and Rules for Knowledge Graph Reasoning

2019-03-21 · Wen Zhang, Bibek Paudel, Liang Wang, Jiaoyan Chen 외

Reasoning is essential for the development of large knowledge graphs, especially for completion, which aims to infer new triples based on existing ones. Both rules and embeddings can be used for knowledge graph reasoning…

Entity EmbeddingsKnowledge GraphsLink Prediction

DSparsE: Dynamic Sparse Embedding for Knowledge Graph Completion

2024-09-22 · Chuhong Yang, Bin Li, Nan Wu

Addressing the incompleteness problem in knowledge graph remains a significant challenge. Current knowledge graph completion methods have their limitations. For example, ComDensE is prone to overfitting and suffers from …

DecoderKnowledge Graph CompletionRelation