🤖 AI Summary
To address the limitation of collaborative filtering (CF) in recommender systems—its neglect of item semantic information—this paper proposes a lightweight dual-path graph neural recommendation model. Methodologically, it is the first to explicitly integrate CF interaction signals with BERT-encoded semantic similarity signals derived from item names and descriptions within a GCN framework, designing a dual-path similarity co-modeling mechanism, along with multi-source signal weighting and model lightweighting strategies. Contributions include: (1) establishing a complementary co-paradigm that synergistically unifies semantic and interaction signals; and (2) achieving a favorable trade-off between accuracy and efficiency—yielding average improvements of 12.7% in Recall@10 and NDCG@10 over pure CF baselines across multiple public datasets, while reducing inference latency by 38%. Empirical results validate the effectiveness of semantic enhancement in boosting CF performance.
📝 Abstract
The trend of data mining using deep learning models on graph neural networks has proven effective in identifying object features through signal encoders and decoders, particularly in recommendation systems utilizing collaborative filtering methods. Collaborative filtering exploits similarities between users and items from historical data. However, it overlooks distinctive information, such as item names and descriptions. The semantic data of items should be further mined using models in the natural language processing field. Thus, items can be compared using text classification, similarity assessments, or identifying analogous sentence pairs. This research proposes combining two sources of item similarity signals: one from collaborative filtering and one from the semantic similarity measure between item names and descriptions. These signals are integrated into a graph convolutional neural network to optimize model weights, thereby providing accurate recommendations. Experiments are also designed to evaluate the contribution of each signal group to the recommendation results.