paper-with-me

Papers

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

2024-03-07 · Qian Li, Shu Guo, Yinjia Chen, Cheng Ji, Jiawei Sheng, JianXin Li

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 few-shot learning, but existing FKGC works neglect such uncertainty, which leads them more susceptible to limited reference samples with noises. In this paper, we propose a novel uncertainty-aware few-shot KG completion framework (UFKGC) to model uncertainty for a better understanding of the limited data by learning representations under Gaussian distribution. Uncertainty representation is first designed for estimating the uncertainty scope of the entity pairs after transferring feature representations into a Gaussian distribution. Further, to better integrate the neighbors with uncertainty characteristics for entity features, we design an uncertainty-aware relational graph neural network (UR-GNN) to conduct convolution operations between the Gaussian distributions. Then, multiple random samplings are conducted for reference triples within the Gaussian distribution to generate smooth reference representations during the optimization. The final completion score for each query instance is measured by the designed uncertainty optimization to make our approach more robust to the noises in few-shot scenarios. Experimental results show that our approach achieves excellent performance on two benchmark datasets compared to its competitors.

📄 PDF Abstract BibTeX arXiv:2403.04521

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningGraph Neural NetworkKnowledge Graph Completion

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Towards Few-shot Inductive Link Prediction on Knowledge Graphs: A Relational Anonymous Walk-guided Neural Process Approach

2023-06-26 · Zicheng Zhao, Linhao Luo, Shirui Pan, Quoc Viet Hung Nguyen 외

Few-shot inductive link prediction on knowledge graphs (KGs) aims to predict missing links for unseen entities with few-shot links observed. Previous methods are limited to transductive scenarios, where entities exist in…

Inductive Link PredictionKnowledge GraphsLink PredictionPrediction

Long-tail Relation Extraction via Knowledge Graph Embeddings and Graph Convolution Networks

2019-03-04 · NAACL 2019 6 · Ningyu Zhang, Shumin Deng, Zhanlin Sun, Guanying Wang 외

We propose a distance supervised relation extraction approach for long-tailed, imbalanced data which is prevalent in real-world settings. Here, the challenge is to learn accurate "few-shot" models for classes existing at…

Knowledge Graph EmbeddingsRelationRelation Extraction

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

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

Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Prediction

2020-06-11 · NeurIPS 2020 12 · Jinheon Baek, Dong Bok Lee, Sung Ju Hwang

Many practical graph problems, such as knowledge graph construction and drug-drug interaction prediction, require to handle multi-relational graphs. However, handling real-world multi-relational graphs with Graph Neural …

graph constructionKnowledge Graph CompletionLink PredictionMeta-Learning+1