Long-range Meta-path Search on Large-scale Heterogeneous Graphs
Chao Li, Zijie Guo, Qiuting He, Hao Xu, Kun He
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/jhl-hust/lmspsOfficialIn paperpytorch★ 19
- github.com/jhl-hust/ldmlpOfficialIn paperpytorch★ 19
- github.com/JHL-HUST/LDMLP/tree/main/ogbnpytorch★ 0
- github.com/JHL-HUST/LMSPS/tree/main/ogbnpytorch★ 0
Abstract
Utilizing long-range dependency, a concept extensively studied in homogeneous graphs, remains underexplored in heterogeneous graphs, especially on large ones, posing two significant challenges: Reducing computational costs while maximizing effective information utilization in the presence of heterogeneity, and overcoming the over-smoothing issue in graph neural networks. To address this gap, we investigate the importance of different meta-paths and introduce an automatic framework for utilizing long-range dependency on heterogeneous graphs, denoted as Long-range Meta-path Search through Progressive Sampling (LMSPS). Specifically, we develop a search space with all meta-paths related to the target node type. By employing a progressive sampling algorithm, LMSPS dynamically shrinks the search space with hop-independent time complexity. Through a sampling evaluation strategy, LMSPS conducts a specialized and effective meta-path selection, leading to retraining with only effective meta-paths, thus mitigating costs and over-smoothing. Extensive experiments across diverse heterogeneous datasets validate LMSPS's capability in discovering effective long-range meta-paths, surpassing state-of-the-art methods. Our code is available at https://github.com/JHL-HUST/LMSPS.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| ogbn-mag | LMSPS (w/o embs) | Number of params | 16,470,044 | — | Unverified |
| ogbn-mag | LMSPS(w/o ComplEx embs) | Number of params | 16,470,044 | — | Unverified |
| ogbn-mag | LDMLP(w/o ComplEx embs) | Number of params | 13,177,884 | — | Unverified |