paper-with-me

Papers

Time-aware Relational Graph Attention Network for Temporal Knowledge Graph Embeddings

2021-09-29 · Chengjin Xu, Fenglong Su, Jens Lehmann

Embedding-based representation learning approaches for knowledge graphs (KGs) have been mostly designed for static data. However, many KGs involve temporal data, which creates the need for new representation learning approaches that can characterize and reason over time. In this work, we propose a Time-aware Relational Graph ATtention Network (TR-GAT) for temporal knowledge graph (TKG) embeddings, in which the initial feature of each entity is represented by fusing its embedding and the embeddings of its connected relations and timestamps as well as its neighboring entities. Different from the existing temporal GNN models which discretize temporal graphs into multiple snapshots, we treat timestamps as properties of links between entities. To further incorporate relation and time information into the graph structures, we utilize a self-attention mechanism which specifies different weights to different nodes according to the corresponding link features, i.e., embeddings of the relevant relations and timestamps within one neighborhood. Experimental results show that our approach achieves state-of-the-art performances regarding TKG completion and entity alignment tasks on several well-established TKG datasets due to the effective and efficient integration of time information.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity AlignmentGraph AttentionKnowledge Graph EmbeddingsKnowledge GraphsRepresentation Learning

Similar Papers 제목 키워드 기반

Relational Temporal Graph Reasoning for Dual-task Dialogue Language Understanding

2023-06-15 · Bowen Xing, Ivor W. Tsang

Dual-task dialog language understanding aims to tackle two correlative dialog language understanding tasks simultaneously via leveraging their inherent correlations. In this paper, we put forward a new framework, whose c…

Sentiment AnalysisSentiment Classification

TMR-GGNN: Credit Card Fraud Detection based on Time-Aware Multi-Relational Guided Graph Neural Network

2026-06-16 · Rohit Tewari, Shubhankar Shilpi, Navin Chhibber, Devendra Singh Parmar 외 arxiv

In recent years, credit card fraud detection has faced significant challenges due to highly imbalanced data, evolving fraud patterns, and complex relational structures among transaction entities. To address these issues,…

Graph Neural NetworkContrastive LearningFraud Detection

Dual-Attention Heterogeneous GNN for Multi-robot Collaborative Area Search via Deep Reinforcement Learning

2026-01-07 · Lina Zhu, Jiyu Cheng, Yuehu Liu, Wei Zhang arxiv

In multi-robot collaborative area search, a key challenge is to dynamically balance the two objectives of exploring unknown areas and covering specific targets to be rescued. Existing methods are often constrained by hom…

Reinforcement LearningGraph Neural Network

Relational Graph Transformer

2025-05-16 · Vijay Prakash Dwivedi, Sri Jaladi, Yangyi Shen, Federico López 외

Relational Deep Learning (RDL) is a promising approach for building state-of-the-art predictive models on multi-table relational data by representing it as a heterogeneous temporal graph. However, commonly used Graph Neu…

Graph Neural Network

HyTE: Hyperplane-based Temporally aware Knowledge Graph Embedding

2018-10-01 · EMNLP 2018 10 · Shib Sankar Dasgupta, Swayambhu Nath Ray, Partha Talukdar

Knowledge Graph (KG) embedding has emerged as an active area of research resulting in the development of several KG embedding methods. Relational facts in KG often show temporal dynamics, e.g., the fact (Cristiano{\_}Ron…

Graph EmbeddingInformation RetrievalKnowledge Graph EmbeddingKnowledge Graphs+3