pith. sign in

arxiv: 2506.17312 · v1 · pith:G4JJK2FGnew · submitted 2025-06-18 · 💻 cs.SI · cs.AI· cs.LG

Heterogeneous Temporal Hypergraph Neural Network

Pith reviewed 2026-05-22 01:23 UTC · model grok-4.3

classification 💻 cs.SI cs.AIcs.LG
keywords heterogeneous temporal hypergraphshypergraph neural networkshigh-order interactionscontrastive learninghierarchical attentiontemporal message passinggraph representation learning
0
0 comments X

The pith

A new neural network uses hyperedges and contrastive learning to capture high-order group interactions in heterogeneous temporal graphs.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper first defines heterogeneous temporal hypergraphs and gives a P-uniform construction algorithm that builds hyperedges directly from the available node and edge data without extra inputs. It then introduces the HTHGN model, whose hierarchical attention mechanism passes messages across time between heterogeneous nodes and the larger hyperedges they belong to, while contrastive learning aligns low-order node pairs to reduce structural ambiguity. Existing graph methods miss these collective interactions, which better match real networks such as social or biological systems, so a model that includes them should improve downstream tasks that depend on group dynamics.

Core claim

The paper defines heterogeneous temporal hypergraphs and supplies a P-uniform heterogeneous hyperedge construction algorithm that requires no additional information. It then presents the Heterogeneous Temporal HyperGraph Neural Network (HTHGN) that deploys a hierarchical attention module for simultaneous temporal message-passing between heterogeneous nodes and hyperedges and augments this with contrastive learning that maximizes consistency between low-order correlated node pairs, thereby capturing higher-order interaction relationships that standard methods overlook.

What carries the argument

Hierarchical attention mechanism for temporal message-passing between heterogeneous nodes and hyperedges, augmented by contrastive learning on low-order node pairs.

If this is right

  • Higher-order group interactions become directly usable in dynamic heterogeneous networks instead of being collapsed to pairwise edges.
  • Low-order structural ambiguity is mitigated by maximizing agreement between correlated node pairs via contrastive learning.
  • The model operates on temporal heterogeneous data without requiring auxiliary information to define hyperedges.
  • Performance on real-world HTG tasks improves because the receptive field expands through hyperedges while semantics are refined by attention and contrast.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same construction and attention pattern could be tested on larger temporal networks to check whether hyperedge scale improves efficiency over dense pairwise graphs.
  • Removing the contrastive term and measuring the drop on ambiguous subgraphs would isolate how much of the gain comes from resolving low-order conflicts.
  • The approach suggests that many existing temporal graph benchmarks may underestimate performance ceilings once collective interactions are modeled explicitly.

Load-bearing premise

The P-uniform hyperedge construction and the combination of hierarchical attention with contrastive learning are together sufficient to represent and exploit the high-order interactions present in the real-world datasets.

What would settle it

Applying HTHGN to the three real-world HTG datasets and observing no statistically significant gains over existing heterogeneous temporal graph models on standard prediction tasks would falsify the central effectiveness claim.

Figures

Figures reproduced from arXiv: 2506.17312 by Chaochao Chen, Di Jin, Huan Liu, Mengzhou Gao, Pengfei Jiao.

Figure 1
Figure 1. Figure 1: Overall architecture of the proposed HTHGN model. [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: k-hop heterogeneous hyperedge toy example. Different from k-hop heterogeneous hyperedge, the k-ring focuses on the heterogeneous nodes at a specific distance, which helps understanding group interactions at that exact distance. Given the substantial augmentation in the number of nodes and edges typically resulting from the k-hop/k-ring expansion in hypergraphs, we propose the concept of a P￾uniform heterog… view at source ↗
Figure 3
Figure 3. Figure 3: Impact of dimension. 1 2 3 4 5 L 50 60 70 80 90 100 Scores/% Yelp DBLP AMiner (a) Link Prediction 1 2 3 4 5 L 20 30 40 50 60 70 80 90 100 Scores/% Yelp DBLP AMiner (b) New Link Prediction [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figure 6
Figure 6. Figure 6: Ablation results of HTHGN and its five ablated variants on [PITH_FULL_IMAGE:figures/full_fig_p007_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Number of edges of P-uniform on AMiner and DBLP datasets. Yelp AUC Yelp AP DBLP AUC DBLP AP AMiner AUC AMiner AP 55 60 65 70 75 80 85 90 95 100 Scores/% w/o Hyper w/o Low w/o Uniform w/o TA w/o HA HTHGN [PITH_FULL_IMAGE:figures/full_fig_p013_7.png] view at source ↗
read the original abstract

Graph representation learning (GRL) has emerged as an effective technique for modeling graph-structured data. When modeling heterogeneity and dynamics in real-world complex networks, GRL methods designed for complex heterogeneous temporal graphs (HTGs) have been proposed and have achieved successful applications in various fields. However, most existing GRL methods mainly focus on preserving the low-order topology information while ignoring higher-order group interaction relationships, which are more consistent with real-world networks. In addition, most existing hypergraph methods can only model static homogeneous graphs, limiting their ability to model high-order interactions in HTGs. Therefore, to simultaneously enable the GRL model to capture high-order interaction relationships in HTGs, we first propose a formal definition of heterogeneous temporal hypergraphs and $P$-uniform heterogeneous hyperedge construction algorithm that does not rely on additional information. Then, a novel Heterogeneous Temporal HyperGraph Neural network (HTHGN), is proposed to fully capture higher-order interactions in HTGs. HTHGN contains a hierarchical attention mechanism module that simultaneously performs temporal message-passing between heterogeneous nodes and hyperedges to capture rich semantics in a wider receptive field brought by hyperedges. Furthermore, HTHGN performs contrastive learning by maximizing the consistency between low-order correlated heterogeneous node pairs on HTG to avoid the low-order structural ambiguity issue. Detailed experimental results on three real-world HTG datasets verify the effectiveness of the proposed HTHGN for modeling high-order interactions in HTGs and demonstrate significant performance improvements.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The manuscript defines heterogeneous temporal hypergraphs (HTGs) and introduces a P-uniform heterogeneous hyperedge construction algorithm that operates without additional information. It then proposes the Heterogeneous Temporal HyperGraph Neural Network (HTHGN), which employs a hierarchical attention mechanism for temporal message-passing across heterogeneous nodes and hyperedges, combined with contrastive learning to maximize consistency on low-order node pairs and mitigate structural ambiguity. The central claim is that experiments on three real-world HTG datasets confirm the model's effectiveness at capturing high-order interactions and yield significant performance gains over prior methods.

Significance. If the P-uniform construction faithfully encodes genuine high-order group interactions, the work would meaningfully extend graph representation learning to dynamic heterogeneous settings by incorporating higher-order structure, an area where most existing methods remain limited to low-order topologies or static homogeneous hypergraphs. The formal definition and parameter-free construction algorithm represent a clear strength, as does the integration of hierarchical attention with contrastive learning to address receptive-field and ambiguity issues. These elements could support broader applications in social and information networks if the high-order semantics are validated.

major comments (2)
  1. [§3] §3 (P-uniform heterogeneous hyperedge construction algorithm): the claim that this algorithm accurately represents high-order interactions without additional information is load-bearing for the central contribution, yet the manuscript provides no explicit validation against ground-truth high-order structures or comparison showing that constructed hyperedges introduce new semantics beyond temporal co-occurrence or attribute aggregation. If the construction primarily densifies low-order structure, performance gains on the three datasets could be attributable to the attention or contrastive components alone, weakening the assertion that HTHGN specifically advances high-order modeling in HTGs.
  2. [§5] §5 (Experimental results): the reported significant improvements lack accompanying error bars, statistical significance tests, or ablation studies isolating the contribution of the hyperedge construction versus the hierarchical attention and contrastive loss. This makes it difficult to confirm that gains derive from high-order interaction modeling rather than other model elements, directly affecting the strength of the effectiveness claim.
minor comments (2)
  1. [§2] Notation for heterogeneous hyperedges and temporal attributes should be introduced earlier and used consistently throughout the model description to improve readability.
  2. [§1] Related work section would benefit from a more explicit comparison table highlighting differences from prior heterogeneous graph and hypergraph neural networks.

Simulated Author's Rebuttal

2 responses · 1 unresolved

We thank the referee for their constructive and detailed feedback. We address each major comment point by point below, providing clarifications and committing to revisions that strengthen the manuscript without overstating our current results.

read point-by-point responses
  1. Referee: [§3] §3 (P-uniform heterogeneous hyperedge construction algorithm): the claim that this algorithm accurately represents high-order interactions without additional information is load-bearing for the central contribution, yet the manuscript provides no explicit validation against ground-truth high-order structures or comparison showing that constructed hyperedges introduce new semantics beyond temporal co-occurrence or attribute aggregation. If the construction primarily densifies low-order structure, performance gains on the three datasets could be attributable to the attention or contrastive components alone, weakening the assertion that HTHGN specifically advances high-order modeling in HTGs.

    Authors: We agree that explicit validation against ground-truth high-order structures would provide stronger support for the construction algorithm's contribution. Real-world HTG datasets, however, do not contain labeled ground-truth high-order interactions, which is precisely why a parameter-free construction method based on temporal co-occurrence is needed. The P-uniform algorithm groups heterogeneous nodes that appear together within defined time windows into hyperedges, which by design encodes multi-node interactions that cannot be reduced to simple pairwise temporal edges. To address the referee's concern, we will add a dedicated analysis subsection comparing the constructed hyperedges against low-order baselines (e.g., random grouping and attribute-only aggregation) and include ablation experiments that disable the hyperedge construction while retaining the hierarchical attention and contrastive components. These additions will help isolate whether the performance gains stem from the higher-order structure. revision: partial

  2. Referee: [§5] §5 (Experimental results): the reported significant improvements lack accompanying error bars, statistical significance tests, or ablation studies isolating the contribution of the hyperedge construction versus the hierarchical attention and contrastive loss. This makes it difficult to confirm that gains derive from high-order interaction modeling rather than other model elements, directly affecting the strength of the effectiveness claim.

    Authors: We acknowledge that the current experimental section would benefit from greater statistical rigor. In the revised manuscript we will report mean performance with standard deviations across multiple random seeds, include paired statistical significance tests (e.g., t-tests) against baselines, and add systematic ablation studies. These will include a variant that replaces hyperedges with only the original low-order edges while keeping all other modules fixed, as well as separate ablations of the hierarchical attention and contrastive loss. The new results will more clearly attribute any gains to the high-order modeling components. revision: yes

standing simulated objections not resolved
  • Direct empirical validation of the constructed hyperedges against explicit ground-truth high-order interaction labels is not feasible, as no such labeled data exists in the three real-world HTG datasets used in the study.

Circularity Check

0 steps flagged

No circularity: model and construction are proposed independently and validated empirically

full rationale

The paper introduces a formal definition of heterogeneous temporal hypergraphs and a P-uniform hyperedge construction algorithm as novel contributions that do not rely on additional information. It then defines the HTHGN architecture with hierarchical attention for temporal message-passing and contrastive learning to address low-order ambiguity. Effectiveness is shown via performance improvements on three real-world HTG datasets. No equations, derivations, or self-citations are presented that reduce any claimed result to a fitted parameter or prior self-result by construction. The central claims rest on the empirical outcomes rather than self-referential logic.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 3 invented entities

The central claim rests on the domain assumption that real-world networks are better modeled by higher-order hyperedges than low-order graphs, plus the new definitions and model components introduced without external verification in the abstract.

axioms (1)
  • domain assumption Real-world complex networks exhibit higher-order group interaction relationships that are more consistent with hypergraph structures than low-order topology.
    Explicitly stated in the abstract as the motivation for moving beyond existing GRL methods.
invented entities (3)
  • Heterogeneous temporal hypergraph no independent evidence
    purpose: Formal structure to represent high-order interactions in dynamic heterogeneous networks
    New definition proposed to enable the model.
  • P-uniform heterogeneous hyperedge construction algorithm no independent evidence
    purpose: Method to build hyperedges without additional information
    Introduced as part of the contribution.
  • HTHGN no independent evidence
    purpose: Neural network to capture high-order interactions via attention and contrastive learning
    The proposed architecture.

pith-pipeline@v0.9.0 · 5799 in / 1494 out tokens · 69033 ms · 2026-05-22T01:23:46.564607+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

42 extracted references · 42 canonical work pages · 1 internal anchor

  1. [1]

    A survey on hypergraph representation learning

    [Antelmi et al., 2023] Alessia Antelmi, Gennaro Cordasco, Mirko Polato, Vittorio Scarano, Carmine Spagnuolo, and Dingqi Yang. A survey on hypergraph representation learning. ACM Computing Surveys, 56(1),

  2. [2]

    [Barros et al., 2021] Claudio D. T. Barros, Matheus R. F. Mendonc ¸a, Alex B. Vieira, and Artur Ziviani. A survey on embedding dynamic graphs. ACM Computing Surveys, 55(1),

  3. [3]

    Baytas, Cao Xiao, Fei Wang, Anil K

    [Baytas et al., 2018] Inci M. Baytas, Cao Xiao, Fei Wang, Anil K. Jain, and Jiayu Zhou. Heterogeneous hyper- network embedding. In 2018 IEEE International Confer- ence on Data Mining (ICDM), pages 875–880,

  4. [4]

    How attentive are graph attention networks? InICLR,

    [Brody et al., 2022] Shaked Brody, Uri Alon, and Eran Ya- hav. How attentive are graph attention networks? InICLR,

  5. [5]

    Variational graph auto- encoders for heterogeneous information network

    [Dalvi et al., 2022] Abhishek Dalvi, Ayan Acharya, Jing Gao, and Vasant G Honavar. Variational graph auto- encoders for heterogeneous information network. In NeurIPS 2022 Workshop: New Frontiers in Graph Learn- ing,

  6. [6]

    Chawla, and Ananthram Swami

    [Dong et al., 2017] Yuxiao Dong, Nitesh V . Chawla, and Ananthram Swami. Metapath2vec: Scalable representa- tion learning for heterogeneous networks. In Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , page 135–144,

  7. [7]

    Heterogeneous temporal graph neural network

    [Fan et al., 2022] Yujie Fan, Mingxuan Ju, Chuxu Zhang, and Yanfang Ye. Heterogeneous temporal graph neural network. In Proceedings of the 2022 SIAM International Conference on Data Mining, pages 657–665,

  8. [8]

    Scalable representa- tion learning for dynamic heterogeneous information net- works via metagraphs

    [Fang et al., 2022] Yang Fang, Xiang Zhao, Peixin Huang, Weidong Xiao, and Maarten de Rijke. Scalable representa- tion learning for dynamic heterogeneous information net- works via metagraphs. ACM Transactions on Information Systems, 40(4),

  9. [9]

    Hamilton, Rex Ying, and Jure Leskovec

    [Hamilton et al., 2017] William L. Hamilton, Rex Ying, and Jure Leskovec. Inductive representation learning on large graphs. In NeurIPS, page 1025–1035,

  10. [10]

    Heterogeneous graph transformer

    [Hu et al., 2020] Ziniu Hu, Yuxiao Dong, Kuansan Wang, and Yizhou Sun. Heterogeneous graph transformer. In Proceedings of The Web Conference 2020 , page 2704–2710,

  11. [11]

    Tea: A general-purpose temporal graph random walk engine

    [Huan et al., 2023] Chengying Huan, Shuaiwen Leon Song, Santosh Pandey, Hang Liu, Yongchao Liu, Baptiste Lep- ers, Changhua He, Kang Chen, Jinlei Jiang, and Yongwei Wu. Tea: A general-purpose temporal graph random walk engine. In Proceedings of the Eighteenth European Con- ference on Computer Systems, page 182–198,

  12. [12]

    Unignn: a unified framework for graph and hypergraph neural net- works

    [Huang and Yang, 2021] Jing Huang and Jie Yang. Unignn: a unified framework for graph and hypergraph neural net- works. In IJCAI, pages 2563–2569,

  13. [13]

    [Ji et al., 2023] Houye Ji, Xiao Wang, Chuan Shi, Bai Wang, and Philip S. Yu. Heterogeneous graph propagation net- work. IEEE Transactions on Knowledge and Data Engi- neering, 35(1):521–532,

  14. [14]

    Enhancing multi-scale diffusion prediction via sequential hypergraphs and adver- sarial learning

    [Jiao et al., 2024] Pengfei Jiao, Hongqian Chen, Qing Bao, Wang Zhang, and Huaming Wu. Enhancing multi-scale diffusion prediction via sequential hypergraphs and adver- sarial learning. Proceedings of the AAAI Conference on Artificial Intelligence, 38(8):8571–8581,

  15. [15]

    Variational Graph Auto-Encoders

    [Kipf and Welling, 2016] Thomas N Kipf and Max Welling. Variational graph auto-encoders. arXiv preprint arXiv:1611.07308,

  16. [16]

    Kipf and Max Welling

    [Kipf and Welling, 2017] Thomas N. Kipf and Max Welling. Semi-supervised classification with graph convolutional networks. In ICLR,

  17. [17]

    Yu, and Lifang He

    [Li et al., 2023] Jianxin Li, Hao Peng, Yuwei Cao, Yingtong Dou, Hekai Zhang, Philip S. Yu, and Lifang He. Higher- order attribute-enhancing heterogeneous graph neural net- works. IEEE Transactions on Knowledge & Data Engi- neering, 35(01):560–574,

  18. [18]

    Towards fine-grained temporal network representation via time-reinforced random walk

    [Liu et al., 2020] Zhining Liu, Dawei Zhou, Yada Zhu, Jin- jie Gu, and Jingrui He. Towards fine-grained temporal network representation via time-reinforced random walk. Proceedings of the AAAI Conference on Artificial Intelli- gence, 34(04):4973–4980,

  19. [19]

    Hgn2t: A simple but plug-and-play framework extending hgnns on hetero- geneous temporal graphs

    [Liu et al., 2024] Huan Liu, Pengfei Jiao, Xuan Guo, Huam- ing Wu, Mengzhou Gao, and Jilin Zhang. Hgn2t: A simple but plug-and-play framework extending hgnns on hetero- geneous temporal graphs. IEEE Transactions on Big Data, 10(5):620–632,

  20. [20]

    Neigh- borhood overlap-aware heterogeneous hypergraph neu- ral network for link prediction

    [Lu et al., 2023] Yifan Lu, Mengzhou Gao, Huan Liu, Ze- hao Liu, Wei Yu, Xiaoming Li, and Pengfei Jiao. Neigh- borhood overlap-aware heterogeneous hypergraph neu- ral network for link prediction. Pattern Recognition , 144:109818,

  21. [21]

    Nonnegative matrix factorization algorithms for link prediction in temporal networks using graph communica- bility

    [Ma et al., 2017] Xiaoke Ma, Penggang Sun, and Guimin Qin. Nonnegative matrix factorization algorithms for link prediction in temporal networks using graph communica- bility. Pattern Recognition, 71:361–374,

  22. [22]

    Hinormer: Representation learning on heterogeneous information networks with graph trans- former

    [Mao et al., 2023] Qiheng Mao, Zemin Liu, Chenghao Liu, and Jianling Sun. Hinormer: Representation learning on heterogeneous information networks with graph trans- former. In Proceedings of the ACM Web Conference, page 599–610,

  23. [23]

    Evolvegcn: Evolving graph convolutional networks for dynamic graphs

    [Pareja et al., 2020] Aldo Pareja, Giacomo Domeniconi, Jie Chen, Tengfei Ma, Toyotaro Suzumura, Hiroki Kaneza- shi, Tim Kaler, Tao Schardl, and Charles Leiserson. Evolvegcn: Evolving graph convolutional networks for dynamic graphs. In AAAI, volume 34, pages 5363–5370,

  24. [24]

    Hypergraph p-laplacian: a differential geometry view

    [Saito et al., 2018] Shota Saito, Danilo P Mandic, and Hideyuki Suzuki. Hypergraph p-laplacian: a differential geometry view. In AAAI,

  25. [25]

    Dysat: Deep neural rep- resentation learning on dynamic graphs via self-attention networks

    [Sankar et al., 2020] Aravind Sankar, Yanhong Wu, Liang Gou, Wei Zhang, and Hao Yang. Dysat: Deep neural rep- resentation learning on dynamic graphs via self-attention networks. In Proceedings of the 13th International Con- ference on Web Search and Data Mining , page 519–527,

  26. [26]

    Kipf, Peter Bloem, Rianne van den Berg, Ivan Titov, and Max Welling

    [Schlichtkrull et al., 2018] Michael Schlichtkrull, Thomas N. Kipf, Peter Bloem, Rianne van den Berg, Ivan Titov, and Max Welling. Modeling relational data with graph convolutional networks. In The Semantic Web , pages 593–607,

  27. [27]

    Heterogeneous hypergraph embedding for graph classification

    [Sun et al., 2021] Xiangguo Sun, Hongzhi Yin, Bo Liu, Hongxu Chen, Jiuxin Cao, Yingxia Shao, and Nguyen Quoc Viet Hung. Heterogeneous hypergraph embedding for graph classification. In Proceedings of the 14th ACM International Conference on Web Search and Data Mining, page 725–733,

  28. [28]

    First and higher-order bipartite embeddings

    [Sybrandt and Safro, 2020] Justin Sybrandt and Ilya Safro. First and higher-order bipartite embeddings. In Proceed- ings of the 16th International Workshop on Mining and Learning with Graphs (MLG),

  29. [29]

    Hypergraph partitioning with embeddings

    [Sybrandt et al., 2022] Justin Sybrandt, Ruslan Shaydulin, and Ilya Safro. Hypergraph partitioning with embeddings. IEEE Transactions on Knowledge and Data Engineering , 34(6):2771–2782,

  30. [30]

    Hamilton, Pietro Li `o, Yoshua Bengio, and R Devon Hjelm

    [Veliˇckovi´c et al., 2019] Petar Veli ˇckovi´c, William Fedus, William L. Hamilton, Pietro Li `o, Yoshua Bengio, and R Devon Hjelm. Deep graph infomax. In ICLR,

  31. [31]

    Hetero- geneous graph attention network

    [Wang et al., 2019] Xiao Wang, Houye Ji, Chuan Shi, Bai Wang, Yanfang Ye, Peng Cui, and Philip S Yu. Hetero- geneous graph attention network. In The World Wide Web Conference, page 2022–2032,

  32. [32]

    Dynamic hetero- geneous information network embedding with meta-path based proximity

    [Wang et al., 2022] Xiao Wang, Yuanfu Lu, Chuan Shi, Rui- jia Wang, Peng Cui, and Shuai Mou. Dynamic hetero- geneous information network embedding with meta-path based proximity. IEEE Transactions on Knowledge and Data Engineering, 34(3):1117–1132,

  33. [33]

    [Wang et al., 2023] Xiao Wang, Deyu Bo, Chuan Shi, Shao- hua Fan, Yanfang Ye, and Philip S. Yu. A survey on het- erogeneous graph embedding: Methods, techniques, ap- plications and sources. IEEE Transactions on Big Data , 9(2):415–436,

  34. [34]

    Graph learning: A survey

    [Xia et al., 2021] Feng Xia, Ke Sun, Shuo Yu, Abdul Aziz, Liangtian Wan, Shirui Pan, and Huan Liu. Graph learning: A survey. IEEE Transactions on Artificial Intelligence , 2(2):109–127,

  35. [35]

    Modeling dynamic heteroge- neous network for link prediction using hierarchical atten- tion with temporal rnn

    [Xue et al., 2020] Hansheng Xue, Luwei Yang, Wen Jiang, Yi Wei, Yi Hu, and Yu Lin. Modeling dynamic heteroge- neous network for link prediction using hierarchical atten- tion with temporal rnn. In Machine Learning and Knowl- edge Discovery in Databases: European Conference, page 282–298,

  36. [36]

    Hypergcn: a new method of training graph convolutional networks on hypergraphs

    [Yadati et al., 2019] Naganand Yadati, Madhav Nimishakavi, Prateek Yadav, Vikram Nitin, Anand Louis, and Partha Talukdar. Hypergcn: a new method of training graph convolutional networks on hypergraphs. In NeurIPS,

  37. [37]

    Abnormal event detection via hypergraph contrastive learning

    [Yan et al., 2023] Bo Yan, Cheng Yang, Chuan Shi, Jiawei Liu, and Xiaochen Wang. Abnormal event detection via hypergraph contrastive learning. In Proceedings of the 2023 SIAM International Conference on Data Mining (SDM), pages 712–720,

  38. [38]

    Heterogeneous network rep- resentation learning: A unified framework with survey and benchmark

    [Yang et al., 2022] Carl Yang, Yuxin Xiao, Yu Zhang, Yizhou Sun, and Jiawei Han. Heterogeneous network rep- resentation learning: A unified framework with survey and benchmark. IEEE Transactions on Knowledge and Data Engineering, 34(10):4854–4873,

  39. [39]

    Simple and efficient heterogeneous graph neural network

    [Yang et al., 2023] Xiaocheng Yang, Mingyu Yan, Shirui Pan, Xiaochun Ye, and Dongrui Fan. Simple and efficient heterogeneous graph neural network. AAAI, 37(9):10816– 10824,

  40. [40]

    Link prediction with spatial and temporal consistency in dynamic networks

    [Yu et al., 2017] Wenchao Yu, Wei Cheng, Charu C Aggar- wal, Haifeng Chen, and Wei Wang. Link prediction with spatial and temporal consistency in dynamic networks. In IJCAI, pages 3343–3349,

  41. [41]

    Learning with hypergraphs: Clus- tering, classification, and embedding

    [Zhou et al., 2006] Dengyong Zhou, Jiayuan Huang, and Bernhard Sch ¨olkopf. Learning with hypergraphs: Clus- tering, classification, and embedding. In NeurIPS, vol- ume 19,

  42. [42]

    The dataset used in the paper consists of 12 network snapshots that con- tain 8,470 authors, 9,025 papers, and 1,074 venues

    • DBLP 1 is a computer science bibliography website that provides open bibliographic information on major com- puter science journals and proceedings. The dataset used in the paper consists of 12 network snapshots that con- tain 8,470 authors, 9,025 papers, and 1,074 venues. • AMiner 2 is an academic search engine that helps us to mine information from ac...