paper-with-me

Papers

Hierarchical Relational Learning for Few-Shot Knowledge Graph Completion

2022-09-02 · Han Wu, Jie Yin, Bala Rajaratnam, Jianyuan Guo

Knowledge graphs (KGs) are known for their large scale and knowledge inference ability, but are also notorious for the incompleteness associated with them. Due to the long-tail distribution of the relations in KGs, few-shot KG completion has been proposed as a solution to alleviate incompleteness and expand the coverage of KGs. It aims to make predictions for triplets involving novel relations when only a few training triplets are provided as reference. Previous methods have mostly focused on designing local neighbor aggregators to learn entity-level information and/or imposing sequential dependency assumption at the triplet level to learn meta relation information. However, valuable pairwise triplet-level interactions and context-level relational information have been largely overlooked for learning meta representations of few-shot relations. In this paper, we propose a hierarchical relational learning method (HiRe) for few-shot KG completion. By jointly capturing three levels of relational information (entity-level, triplet-level and context-level), HiRe can effectively learn and refine the meta representation of few-shot relations, and consequently generalize very well to new unseen relations. Extensive experiments on two benchmark datasets validate the superiority of HiRe against other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2209.01205

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionKnowledge GraphsRelational ReasoningTriplet

Similar Papers 제목 키워드 기반

Prompted Meta-Learning for Few-shot Knowledge Graph Completion

2025-05-08 · Han Wu, Jie Yin

Few-shot knowledge graph completion (KGC) has obtained significant attention due to its practical applications in real-world scenarios, where new knowledge often emerges with limited available data. While most existing m…

Knowledge Graph CompletionMeta-LearningTransfer Learning

Zero-Shot Relational Learning for Multimodal Knowledge Graphs

2024-04-09 · Rui Cai, Shichao Pei, Xiangliang Zhang

Relational learning is an essential task in the domain of knowledge representation, particularly in knowledge graph completion (KGC). While relational learning in traditional single-modal settings has been extensively st…

Knowledge Graph CompletionKnowledge GraphsRelational Reasoning

Mixed-Curvature Multi-Relational Graph Neural Network for Knowledge Graph Completion

2021-04-19 · WWW 2021 4 · Shen Wang∗

Knowledge graphs (KGs) have gradually become valuable assets for many AI applications. In a KG, a node denotes an entity, and an edge (or link) denotes a relationship between the entities represented by the nodes. Knowle…

Graph Neural NetworkKnowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge Graphs

Mixture-of-Graphs: Zero-shot Relational Learning for Knowledge Graph by Fusing Ontology and Textual Experts

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Knowledge Graph Embedding (KGE) have been proposed and succeed utilized to knowledge Graph Completion (KGC). But dominant KGE models often fail in zero-shot relational learning because they cannot learn effective represe…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingRelation+2

Uncertainty-Aware Relational Graph Neural Network for Few-Shot Knowledge Graph Completion

2024-03-07 · Qian Li, Shu Guo, Yinjia Chen, Cheng Ji 외

Few-shot knowledge graph completion (FKGC) aims to query the unseen facts of a relation given its few-shot reference entity pairs. The side effect of noises due to the uncertainty of entities and triples may limit the fe…

Few-Shot LearningGraph Neural NetworkKnowledge Graph Completion