paper-with-me

Papers

TempCaps: A Capsule Network-based Embedding Model for Temporal Knowledge Graph Completion

2022-05-01 · spnlp (ACL) 2022 5 · Guirong Fu, Zhao Meng, Zhen Han, Zifeng Ding, Yunpu Ma, Matthias Schubert, Volker Tresp, Roger Wattenhofer

Temporal knowledge graphs store the dynamics of entities and relations during a time period. However, typical temporal knowledge graphs often suffer from incomplete dynamics with missing facts in real-world scenarios. Hence, modeling temporal knowledge graphs to complete the missing facts is important. In this paper, we tackle the temporal knowledge graph completion task by proposing TempCaps, which is a Capsule network-based embedding model for Temporal knowledge graph completion. TempCaps models temporal knowledge graphs by introducing a novel dynamic routing aggregator inspired by Capsule Networks. Specifically, TempCaps builds entity embeddings by dynamically routing retrieved temporal relation and neighbor information. Experimental results demonstrate that TempCaps reaches state-of-the-art performance for temporal knowledge graph completion. Additional analysis also shows that TempCaps is efficient.

📄 PDF Abstract BibTeX

Code (1)

fuguigui/tempcaps 공식 구현 pytorch

Tasks

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsTemporal Knowledge Graph Completion

Similar Papers 제목 키워드 기반

A Capsule Network-based Embedding Model for Knowledge Graph Completion and Search Personalization

2018-08-13 · NAACL 2019 6 · Dai Quoc Nguyen, Thanh Vu, Tu Dinh Nguyen, Dat Quoc Nguyen 외

In this paper, we introduce an embedding model, named CapsE, exploring a capsule network to model relationship triples (subject, relation, object). Our CapsE represents each triple as a 3-column matrix where each column …

Knowledge Graph CompletionLink Prediction

PR-CapsNet: Pseudo-Riemannian Capsule Network with Adaptive Curvature Routing for Graph Learning

2025-12-09 · Ye Qin, Jingchao Wang, Yang Shi, Haiying Huang 외 arxiv

Capsule Networks (CapsNets) show exceptional graph representation capacity via dynamic routing and vectorized hierarchical representations, but they model the complex geometries of real\-world graphs poorly by fixed\-cur…

Graph Representation LearningGraph ClassificationGraph Learning

Capsule Graph Neural Network

2019-05-01 · ICLR 2019 5 · Zhang Xinyi, Lihui Chen

The high-quality node embeddings learned from the Graph Neural Networks (GNNs) have been applied to a wide range of node-based applications and some of them have achieved state-of-the-art (SOTA) performance. However, whe…

Graph ClassificationGraph Neural Network

A Capsule Network-based Model for Learning Node Embeddings

2019-11-12 · Dai Quoc Nguyen, Tu Dinh Nguyen, Dat Quoc Nguyen, Dinh Phung

In this paper, we focus on learning low-dimensional embeddings for nodes in graph-structured data. To achieve this, we propose Caps2NE -- a new unsupervised embedding model leveraging a network of two capsule layers. Cap…

General ClassificationNode Classification

Capsule Graph Neural Networks with EM Routing

2021-10-18 · Yu Lei, Jing Zhang

To effectively classify graph instances, graph neural networks need to have the capability to capture the part-whole relationship existing in a graph. A capsule is a group of neurons representing complicated properties o…

Graph Classification