paper-with-me

홈 › Papers

GAttNHP: Group Attention Neural Hawkes Process for Extrapolation Reasoning in Temporal Knowledge Graphs

2026-07-16 · Xiangni Tian, Kaixian Yu, Runpeng Dai, Niansheng Tang, Hongtu Zhu arxiv

Temporal Knowledge Graphs (TKGs) record how facts evolve over time, but forecasting future events on a TKG remains difficult for three reasons: (i) long-range temporal dependencies are hard to encode; (ii) events on different chains mutually excite or inhibit one another in ways that snapshot-level models cannot express; and (iii) inter-arrival times are heavy-tailed and statistically sparse, so deterministic time predictors are unreliable. We address these three issues with a single framework, the \textbf{Group Attention Neural Hawkes Process (GAttNHP)}, built around three matched components. First, a self-attention encoder casts each subject--relation chain as a continuous-time point process and captures the lingering excitation of distant history. Second, a semantic soft-grouping module turns globally learnable Hawkes priors into an analytical cross-attention mask, so chains share excitation patterns through their latent group memberships rather than through exhaustive pairwise computation. Third, a Non-Crossing Quantile (NCQ) regression head replaces mean-based time prediction, providing calibrated, monotonically ordered quantile estimates that remain stable under heavy-tailed inter-arrival distributions. On six benchmark TKG datasets, GAttNHP improves over state-of-the-art baselines on both entity prediction and time prediction, and ablations confirm that its largest gains arise on the long-tail event chains where existing models fail most severely.

📄 PDF Abstract BibTeX arXiv:2607.14733

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Modelling Reciprocating Relationships with Hawkes Processes

2012-12-01 · NeurIPS 2012 12 · Charles Blundell, Jeff Beck, Katherine A. Heller

We present a Bayesian nonparametric model that discovers implicit social structure from interaction time-series data. Social groups are often formed implicitly, through actions among members of groups. Yet many models of…

Time SeriesTime Series Analysis

Learning Granger Causality for Hawkes Processes

2016-02-14 · Hongteng Xu, Mehrdad Farajtabar, Hongyuan Zha

Learning Granger causality for general point processes is a very challenging task. In this paper, we propose an effective method, learning Granger causality, for a special but significant type of point processes --- Hawk…

ClusteringPoint Processes

Self-Attentive Hawkes Process

2020-01-01 · ICML 2020 1 · Qiang Zhang, Aldo Lipani, Omer Kirnap, Emine Yilmaz

Capturing the occurrence dynamics is crucial to predicting which type of events will happen next and when. A common method to do this is Hawkes processes. To enhance their capacity, recurrent neural networks (RNNs) have …

Temporal Attention Augmented Transformer Hawkes Process

2021-12-29 · Lu-ning Zhang, Jian-wei Liu, Zhi-yan Song, Xin Zuo

In recent years, mining the knowledge from asynchronous sequences by Hawkes process is a subject worthy of continued attention, and Hawkes processes based on the neural network have gradually become the most hotly resear…

speech-recognitionSpeech Recognition

From Hawkes Processes to Attention: Time-Modulated Mechanisms for Event Sequences

2026-01-14 · Xinzi Tan, Kejian Zhang, Junhan Yu, Doudou Zhou arxiv

Marked Temporal Point Processes (MTPPs) arise naturally in medical, social, commercial, and financial domains. However, existing Transformer-based methods mostly inject temporal information only via positional encodings,…

Time Series ForecastingPoint Processes