MIARec: Mutual-influence-aware Heterogeneous Network Embedding for Scientific Paper Recommendation
Wenjin Xie, Tao Jia
TL;DR
MIARec tackles the challenge of recommending scientific papers by modeling asymmetric academic influence within heterogeneous scholarly networks. It introduces a gravity-based mutual-influence factor and a multi-channel embedding framework with independent and interdependent channels to capture both within-relational and cross-relational signals, fused by attention. Paper content is integrated via Doc2Vec and aligned to scholar embeddings with an MLP, trained using Bayesian Personalized Ranking to optimize ranking of relevant papers. Empirical results on Aminer DBLP-V12 and ACM-V10 show consistent improvements over strong baselines, with ablations confirming the contribution of each module, including the interdependent channel, mutual-influence factor, and textual content. The approach offers a principled, scalable way to encode asymmetric scholarly influence for improved recommendation in real-world scientific networks.
Abstract
With the rapid expansion of scientific literature, scholars increasingly demand precise and high-quality paper recommendations. Among various recommendation methodologies, graph-based approaches have garnered attention by effectively exploiting the structural characteristics inherent in scholarly networks. However, these methods often overlook the asymmetric academic influence that is prevalent in scholarly networks when learning graph representations. To address this limitation, this study proposes the Mutual-Influence-Aware Recommendation (MIARec) model, which employs a gravity-based approach to measure the mutual academic influence between scholars and incorporates this influence into the feature aggregation process during message propagation in graph representation learning. Additionally, the model utilizes a multi-channel aggregation method to capture both individual embeddings of distinct single relational sub-networks and their interdependent embeddings, thereby enabling a more comprehensive understanding of the heterogeneous scholarly network. Extensive experiments conducted on real-world datasets demonstrate that the MIARec model outperforms baseline models across three primary evaluation metrics, indicating its effectiveness in scientific paper recommendation tasks.
