paper-with-me

홈 › Papers

Hypergraph Pattern Machine: Compositional Tokenization for Higher-Order Interactions

2026-05-15 · Kyrie Zhao, Zehong Wang, Tianyi Ma, Fang Wu, Xiangru Tang, Pietro Lio, Sheng Wang, Yanfang Ye arxiv

Hypergraphs model higher-order relations that drive real-world decisions, from drug prescriptions to recommendations. A central structural signal in such data, beyond what pairwise relations can express, is interaction compositionality: whether a higher-order relation is compositional, emergent, or inhibitory with respect to its observed or unobserved sets. In polypharmacy, the regime decides whether a drug should be dropped, kept, or excluded: a compositional drug triple can be safely simplified, an emergent triple requires all drugs jointly, and an inhibitory triple flags a drug that disrupts an existing interaction. However, existing hypergraph learning methods, which merely propagate messages over observed hyperedges, leave this compositional signal unmodeled, allowing dangerous drug combinations to slip through and be misclassified. To this end, we propose the Hypergraph Pattern Machine (HGPM), shifting the paradigm from message passing to learning the compositional pattern of subsets. It tokenizes compositional subsets, organizes them in an inclusion DAG, and trains an inclusion-aware Transformer under masked reconstruction. On ten hypergraph benchmarks, HGPM matches or exceeds state-of-the-art methods. Notably, in a real adverse-event prediction case, HGPM correctly identifies the drug addition that inhibits the side effect among feature-identical candidates, a discrimination existing methods cannot make. The code and data are in https://github.com/KryieZhao/HGPM.git.

📄 PDF Abstract BibTeX arXiv:2605.16527

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Assessing the Importance of Frequency versus Compositionality for Subword-based Tokenization in NMT

2023-06-02 · Benoist Wolleb, Romain Silvestri, Giorgos Vernikos, Ljiljana Dolamic 외

Subword tokenization is the de facto standard for tokenization in neural language models and machine translation systems. Three advantages are frequently cited in favor of subwords: shorter encoding of frequent tokens, c…

de-enMachine TranslationNMTTranslation

Neural Predicting Higher-order Patterns in Temporal Networks

2021-06-10 · Yunyu Liu, Jianzhu Ma, Pan Li

Dynamic systems that consist of a set of interacting elements can be abstracted as temporal networks. Recently, higher-order patterns that involve multiple interacting nodes have been found crucial to indicate domain-spe…

Triplet

CAT-Walk: Inductive Hypergraph Learning via Set Walks

2023-06-19 · NeurIPS 2023 11 · Ali Behrouz, Farnoosh Hashemi, Sadaf Sadeghian, Margo Seltzer

Temporal hypergraphs provide a powerful paradigm for modeling time-dependent, higher-order interactions in complex systems. Representation learning for hypergraphs is essential for extracting patterns of the higher-order…

Hyperedge PredictionNode ClassificationRepresentation Learning

Equivariant Hypergraph Diffusion Neural Operators

2022-07-14 · Peihao Wang, Shenghao Yang, Yunyu Liu, Zhangyang Wang 외

Hypergraph neural networks (HNNs) using neural networks to encode hypergraphs provide a promising way to model higher-order relations in data and further solve relevant prediction tasks built upon such higher-order relat…

Computational EfficiencyNode Classification

Higher order molecular organisation as a source of biological function

2018-09-20

Molecular interactions have widely been modelled as networks. The local wiring patterns around molecules in molecular networks are linked with their biological functions. However, networks model only pairwise interaction…