paper-with-me

Papers

Transductive Data Augmentation with Relational Path Rule Mining for Knowledge Graph Embedding

2021-11-01 · Yushi Hirose, Masashi Shimbo, Taro Watanabe

For knowledge graph completion, two major types of prediction models exist: one based on graph embeddings, and the other based on relation path rule induction. They have different advantages and disadvantages. To take advantage of both types, hybrid models have been proposed recently. One of the hybrid models, UniKER, alternately augments training data by relation path rules and trains an embedding model. Despite its high prediction accuracy, it does not take full advantage of relation path rules, as it disregards low-confidence rules in order to maintain the quality of augmented data. To mitigate this limitation, we propose transductive data augmentation by relation path rules and confidence-based weighting of augmented data. The results and analysis show that our proposed method effectively improves the performance of the embedding model by augmenting data that include true answers or entities similar to them.

📄 PDF Abstract BibTeX arXiv:2111.00974

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationGraph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingRelation

Similar Papers 제목 키워드 기반

Learning First-Order Rules with Relational Path Contrast for Inductive Relation Reasoning

2021-10-17 · Yudai Pan, Jun Liu, Lingling Zhang, Xin Hu 외

Relation reasoning in knowledge graphs (KGs) aims at predicting missing relations in incomplete triples, whereas the dominant paradigm is learning the embeddings of relations and entities, which is limited to a transduct…

Knowledge GraphsRelation

Towards Enhancing Relational Rules for Knowledge Graph Link Prediction

2023-10-20 · Shuhan Wu, Huaiyu Wan, Wei Chen, Yuting Wu 외

Graph neural networks (GNNs) have shown promising performance for knowledge graph reasoning. A recent variant of GNN called progressive relational graph neural network (PRGNN), utilizes relational rules to infer missing …

Graph Neural NetworkInductive Link PredictionLink PredictionPrediction+1

Neural Markov Logic Networks

2019-05-31 · ICLR 2020 1 · Giuseppe Marra, Ondřej Kuželka

We introduce neural Markov logic networks (NMLNs), a statistical relational learning system that borrows ideas from Markov logic. Like Markov logic networks (MLNs), NMLNs are an exponential-family model for modelling dis…

Knowledge Base CompletionRelational ReasoningTriple Classification

Knowledge Graph Reasoning with Relational Digraph

2021-08-13 · Yongqi Zhang, Quanming Yao

Reasoning on the knowledge graph (KG) aims to infer new facts from existing ones. Methods based on the relational path have shown strong, interpretable, and transferable reasoning ability. However, paths are naturally li…

Graph Neural Network

Inductive Relation Prediction from Relational Paths and Context with Hierarchical Transformers

2023-04-01 · Jiaang Li, Quan Wang, Zhendong Mao

Relation prediction on knowledge graphs (KGs) is a key research topic. Dominant embedding-based methods mainly focus on the transductive setting and lack the inductive ability to generalize to new entities for inference.…

Inductive Relation PredictionKnowledge GraphsRelationRelation Prediction