🤖 AI Summary
To address the challenges of modeling user implicit preferences and capturing complex product relationships in financial recommendation—leading to suboptimal accuracy and interpretability—this paper proposes an LLM-GNN fusion framework built upon a heterogeneous graph. Our method innovatively designs a joint text-semantic and graph-structural message-passing mechanism to enable cross-modal feature alignment, and introduces a multi-source encoder that end-to-end integrates user reviews, social connections, and item attributes. Semantic representations are extracted via LLaMA or BERT, while adaptive heterogeneous graph neural networks model intricate relational patterns. Evaluated on both public and real-world financial datasets, our approach achieves average improvements of 12.7% in accuracy, recall, and NDCG over unimodal baselines. It delivers both high predictive performance and inherent interpretability, and is designed for industrial-scale deployment.
📝 Abstract
With the rapid growth of fintech, personalized financial product recommendations have become increasingly important. Traditional methods like collaborative filtering or content-based models often fail to capture users' latent preferences and complex relationships. We propose a hybrid framework integrating large language models (LLMs) and graph neural networks (GNNs). A pre-trained LLM encodes text data (e.g., user reviews) into rich feature vectors, while a heterogeneous user-product graph models interactions and social ties. Through a tailored message-passing mechanism, text and graph information are fused within the GNN to jointly optimize embeddings. Experiments on public and real-world financial datasets show our model outperforms standalone LLM or GNN in accuracy, recall, and NDCG, with strong interpretability. This work offers new insights for personalized financial recommendations and cross-modal fusion in broader recommendation tasks.