paper-with-me

홈 › Papers

Learning Relation-Specific Representations for Few-shot Knowledge Graph Completion

2022-03-22 · Yuling Li, Kui Yu, Yuhong Zhang, Xindong Wu

Recent years have witnessed increasing interest in few-shot knowledge graph completion (FKGC), which aims to infer unseen query triples for a few-shot relation using a few reference triples about the relation. The primary focus of existing FKGC methods lies in learning relation representations that can reflect the common information shared by the query and reference triples. To this end, these methods learn entity-pair representations from the direct neighbors of head and tail entities, and then aggregate the representations of reference entity pairs. However, the entity-pair representations learned only from direct neighbors may have low expressiveness when the involved entities have sparse direct neighbors or share a common local neighborhood with other entities. Moreover, merely modeling the semantic information of head and tail entities is insufficient to accurately infer their relational information especially when they have multiple relations. To address these issues, we propose a Relation-Specific Context Learning (RSCL) framework, which exploits graph contexts of triples to learn global and local relation-specific representations for few-shot relations. Specifically, we first extract graph contexts for each triple, which can provide long-term entity-relation dependencies. To encode the extracted graph contexts, we then present a hierarchical attention network to capture contextualized information of triples and highlight valuable local neighborhood information of entities. Finally, we design a hybrid attention aggregator to evaluate the likelihood of the query triples at the global and local levels. Experimental results on two public datasets demonstrate that RSCL outperforms state-of-the-art FKGC methods.

📄 PDF Abstract BibTeX arXiv:2203.11639

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsKnowledge Graph CompletionRelation

Similar Papers 제목 키워드 기반

ECKPN: Explicit Class Knowledge Propagation Network for Transductive Few-shot Learning

2021-06-16 · CVPR 2021 1 · Chaofan Chen, Xiaoshan Yang, Changsheng Xu, Xuhui Huang 외

Recently, the transductive graph-based methods have achieved great success in the few-shot classification task. However, most existing methods ignore exploring the class-level knowledge that can be easily learned by huma…

Few-Shot Learning

Adaptive Attentional Network for Few-Shot Knowledge Graph Completion

2020-10-19 · EMNLP 2020 11 · Jiawei Sheng, Shu Guo, Zhenyu Chen, Juwei Yue 외

Few-shot Knowledge Graph (KG) completion is a focus of current research, where each task aims at querying unseen facts of a relation given its few-shot reference entity pairs. Recent attempts solve this problem by learni…

Knowledge Graph CompletionLink Prediction

CHARM: A Multimodal Graph Foundation Model with Hierarchical Context Modeling for Zero-Shot Transfer

2026-07-28 · Ankang Yang, Jitao Zhao, Di Jin, Yuxiao Huang 외 arxiv

Graph foundation models (GFMs) have emerged as a promising paradigm for transferring knowledge across graph domains and tasks. Real-world graphs associate nodes with text, images, and other modalities, making multimodal …

zrLLM: Zero-Shot Relational Learning on Temporal Knowledge Graphs with Large Language Models

2023-11-15 · Zifeng Ding, Heling Cai, Jingpei Wu, Yunpu Ma 외

Modeling evolving knowledge over temporal knowledge graphs (TKGs) has become a heated topic. Various methods have been proposed to forecast links on TKGs. Most of them are embedding-based, where hidden representations ar…

Knowledge GraphsRelationRelational Reasoning

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