paper-with-me

Papers

One-Shot Relational Learning for Knowledge Graphs

2018-08-27 · EMNLP 2018 10 · Wenhan Xiong, Mo Yu, Shiyu Chang, Xiaoxiao Guo, William Yang Wang

Knowledge graphs (KGs) are the key components of various natural language processing applications. To further expand KGs' coverage, previous studies on knowledge graph completion usually require a large number of training instances for each relation. However, we observe that long-tail relations are actually more common in KGs and those newly added relations often do not have many known triples for training. In this work, we aim at predicting new facts under a challenging setting where only one training instance is available. We propose a one-shot relational learning framework, which utilizes the knowledge extracted by embedding models and learns a matching metric by considering both the learned embeddings and one-hop graph structures. Empirically, our model yields considerable performance improvements over existing embedding models, and also eliminates the need of re-training the embedding models when dealing with newly added relations.

📄 PDF Abstract BibTeX arXiv:1808.09040

Code (1)

xwhan/One-shot-Relational-Learning 공식 구현 pytorch

Tasks

Knowledge Graph CompletionKnowledge GraphsRelational Reasoning

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

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

Meta Relational Learning for Few-Shot Link Prediction in Knowledge Graphs

2019-09-04 · IJCNLP 2019 11 · Mingyang Chen, Wen Zhang, Wei zhang, Qiang Chen 외

Link prediction is an important way to complete knowledge graphs (KGs), while embedding-based methods, effective for link prediction in KGs, perform poorly on relations that only have a few associative triples. In this w…

Knowledge GraphsLink PredictionPredictionRelation+1

Learning Meta Representations of One-shot Relations for Temporal Knowledge Graph Link Prediction

2022-05-21 · Zifeng Ding, Bailan He, Yunpu Ma, Zhen Han 외

Few-shot relational learning for static knowledge graphs (KGs) has drawn greater interest in recent years, while few-shot learning for temporal knowledge graphs (TKGs) has hardly been studied. Compared to KGs, TKGs conta…

Few-Shot LearningKnowledge GraphsLink PredictionRelational Reasoning