paper-with-me

Papers

Efficient Relational Context Perception for Knowledge Graph Completion

2024-12-31 · Wenkai Tu, Guojia Wan, Zhengchun Shang, Bo Du

Knowledge Graphs (KGs) provide a structured representation of knowledge but often suffer from challenges of incompleteness. To address this, link prediction or knowledge graph completion (KGC) aims to infer missing new facts based on existing facts in KGs. Previous knowledge graph embedding models are limited in their ability to capture expressive features, especially when compared to deeper, multi-layer models. These approaches also assign a single static embedding to each entity and relation, disregarding the fact that entities and relations can exhibit different behaviors in varying graph contexts. Due to complex context over a fact triple of a KG, existing methods have to leverage complex non-linear context encoder, like transformer, to project entity and relation into low dimensional representations, resulting in high computation cost. To overcome these limitations, we propose Triple Receptance Perception (TRP) architecture to model sequential information, enabling the learning of dynamic context of entities and relations. Then we use tensor decomposition to calculate triple scores, providing robust relational decoding capabilities. This integration allows for more expressive representations. Experiments on benchmark datasets such as YAGO3-10, UMLS, FB15k, and FB13 in link prediction and triple classification tasks demonstrate that our method performs better than several state-of-the-art models, proving the effectiveness of the integration.

📄 PDF Abstract BibTeX arXiv:2501.00397

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge GraphsLink PredictionTensor DecompositionTriple Classification

Similar Papers 제목 키워드 기반

Relational Message Passing for Knowledge Graph Completion

2020-02-17 · Hongwei Wang, Hongyu Ren, Jure Leskovec

Knowledge graph completion aims to predict missing relations between entities in a knowledge graph. In this work, we propose a relational message passing method for knowledge graph completion. Different from existing emb…

Knowledge Graph CompletionRelationRelation Prediction

HyperFormer: Enhancing Entity and Relation Interaction for Hyper-Relational Knowledge Graph Completion

2023-08-12 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li 외

Hyper-relational knowledge graphs (HKGs) extend standard knowledge graphs by associating attribute-value qualifiers to triples, which effectively represent additional fine-grained information about its associated triple.…

AttributeKnowledge Graph CompletionKnowledge GraphsMixture-of-Experts+1

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

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

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