paper-with-me

Papers

P-INT: A Path-based Interaction Model for Few-shot Knowledge Graph Completion

2021-11-01 · Findings (EMNLP) 2021 11 · Jingwen Xu, Jing Zhang, Xirui Ke, Yuxiao Dong, Hong Chen, Cuiping Li, Yongbin Liu

Few-shot knowledge graph completion is to infer the unknown facts (i.e., query head-tail entity pairs) of a given relation with only a few observed reference entity pairs. Its general process is to first encode the implicit relation of an entity pair and then match the relation of a query entity pair with the relations of the reference entity pairs. Most existing methods have thus far encoded an entity pair and matched entity pairs by using the direct neighbors of concerned entities. In this paper, we propose the P-INT model for effective few-shot knowledge graph completion. First, P-INT infers and leverages the paths that can expressively encode the relation of two entities. Second, to capture the fine grained matches, P-INT calculates the interactions of paths instead of mix- ing them for each entity pair. Extensive experimental results demonstrate that P-INT out- performs the state-of-the-art baselines by 11.2– 14.2% in terms of Hits@1. Our codes and datasets are online now.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionRelation

Similar Papers 제목 키워드 기반

Normalizing Flow-based Neural Process for Few-Shot Knowledge Graph Completion

2023-04-17 · Linhao Luo, Yuan-Fang Li, Gholamreza Haffari, Shirui Pan

Knowledge graphs (KGs), as a structured form of knowledge representation, have been widely applied in the real world. Recently, few-shot knowledge graph completion (FKGC), which aims to predict missing facts for unseen r…

Graph Neural NetworkKnowledge Graph CompletionKnowledge GraphsMeta-Learning+1

Dual-Path LLM Reasoning for Multimodal Few-Shot Knowledge Graph Completion

2026-07-29 · Jinlan Liu, Zhiying Tu, Yongchao Xing, Yicheng Liu 외 arxiv

Knowledge graph completion (KGC) aims to infer missing facts in knowledge graphs (KGs), thereby improving their completeness and supporting downstream intelligent applications. However, emerging entities and relations in…

Knowledge Graph CompletionKnowledge Graphs

Few-Shot Knowledge Graph Completion with Data Fusion and Augmentation

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

This paper addresses the few-shot knowledge graph completion problem, which aims to infer facts for long-tail distributed relations for completing knowledge graphs. The few-shot knowledge graph completion task confronts …

Few-Shot LearningKnowledge Graph CompletionKnowledge GraphsWorld Knowledge

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-s…

Knowledge Graph CompletionKnowledge GraphsRelational ReasoningTriplet

Challenging the Assumption of Structure-based embeddings in Few- and Zero-shot Knowledge Graph Completion

2022-06-01 · LREC 2022 6 · Filip Cornell, Chenda Zhang, Jussi Karlgren, Sarunas Girdzijauskas

In this paper, we report experiments on Few- and Zero-shot Knowledge Graph completion, where the objective is to add missing relational links between entities into an existing Knowledge Graph with few or no previous exam…

DescriptiveKnowledge Graph CompletionTransfer Learning