Search papers, labs, and topics across Lattice.
This paper introduces the Group Attention Neural Hawkes Process (GAttNHP), a novel framework designed to address the challenges of forecasting future events in Temporal Knowledge Graphs (TKGs) by effectively encoding long-range temporal dependencies and capturing mutual excitations between events. The framework employs a self-attention encoder to model subject-relation chains as continuous-time point processes, a semantic soft-grouping module for efficient excitation sharing, and a Non-Crossing Quantile regression head for robust time predictions. Experimental results demonstrate that GAttNHP significantly outperforms state-of-the-art models on six benchmark datasets, particularly excelling in scenarios with long-tail event chains where existing approaches struggle.
GAttNHP achieves remarkable improvements in event forecasting accuracy, particularly for long-tail event chains, by leveraging group attention mechanisms and robust quantile regression.
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.