π€ AI Summary
To address the limited recommendation performance caused by insufficient modeling of high-order semantic relationships in heterogeneous information networks (HINs), this paper proposes a multi-hop semantic path-aware recommendation framework. Methodologically: (1) a semantic-saliency-based path filtering mechanism is designed to efficiently retain discriminative multi-hop paths; (2) a sequential semantic modeling module jointly encodes entities and relations, compatible with LSTM or Transformer architectures; (3) a path-semantic-importance-driven dynamic multi-head attention fusion strategy is introduced. The key innovations lie in the novel path filtering paradigm, the entity-relation co-sequential modeling architecture, and the semantics-aware attention mechanism. Extensive experiments on benchmark datasets (e.g., Amazon-Book) demonstrate significant improvements over state-of-the-art methods in HR@10, Recall@10, and Precision@10, validating the effectiveness of multi-hop semantic paths for modeling usersβ high-order interests.
π Abstract
This study focuses on the problem of path modeling in heterogeneous information networks and proposes a multi-hop path-aware recommendation framework. The method centers on multi-hop paths composed of various types of entities and relations. It models user preferences through three stages: path selection, semantic representation, and attention-based fusion. In the path selection stage, a path filtering mechanism is introduced to remove redundant and noisy information. In the representation learning stage, a sequential modeling structure is used to jointly encode entities and relations, preserving the semantic dependencies within paths. In the fusion stage, an attention mechanism assigns different weights to each path to generate a global user interest representation. Experiments conducted on real-world datasets such as Amazon-Book show that the proposed method significantly outperforms existing recommendation models across multiple evaluation metrics, including HR@10, Recall@10, and Precision@10. The results confirm the effectiveness of multi-hop paths in capturing high-order interaction semantics and demonstrate the expressive modeling capabilities of the framework in heterogeneous recommendation scenarios. This method provides both theoretical and practical value by integrating structural information modeling in heterogeneous networks with recommendation algorithm design. It offers a more expressive and flexible paradigm for learning user preferences in complex data environments.