Enhancing Recommender Systems with Large Language Model Reasoning Graphs
Yan Wang, Zhixuan Chu, Xin Ouyang, Simeng Wang, Hongyan Hao, Yue Shen, Jinjie Gu, Siqiao Xue, James Y Zhang, Qing Cui, Longfei Li, Jun Zhou, Sheng Li
TL;DR
The paper tackles interpretability and deep semantic understanding in recommender systems by introducing LLMRG, which uses large language models to build personalized reasoning graphs that connect user profiles and behavior through causal and logical inferences. The architecture comprises four modules—chained graph reasoning, divergent extension, self-verification and scoring, and knowledge base self-improvement—whose outputs are encoded via SR-GNN and fused with a base sequential recommender. Empirical results on ML-1M, Amazon Beauty, and Amazon Clothing show consistent performance gains, with GPT-4-based LLMRG outperforming GPT-3.5 and the ablations confirming the value of each module. The work highlights the practical potential of interpretable, reasoning-driven recommendations that leverage LLMs without requiring additional user/item data, while also noting the cost and reuse considerations of LM access.
Abstract
Recommendation systems aim to provide users with relevant suggestions, but often lack interpretability and fail to capture higher-level semantic relationships between user behaviors and profiles. In this paper, we propose a novel approach that leverages large language models (LLMs) to construct personalized reasoning graphs. These graphs link a user's profile and behavioral sequences through causal and logical inferences, representing the user's interests in an interpretable way. Our approach, LLM reasoning graphs (LLMRG), has four components: chained graph reasoning, divergent extension, self-verification and scoring, and knowledge base self-improvement. The resulting reasoning graph is encoded using graph neural networks, which serves as additional input to improve conventional recommender systems, without requiring extra user or item information. Our approach demonstrates how LLMs can enable more logical and interpretable recommender systems through personalized reasoning graphs. LLMRG allows recommendations to benefit from both engineered recommendation systems and LLM-derived reasoning graphs. We demonstrate the effectiveness of LLMRG on benchmarks and real-world scenarios in enhancing base recommendation models.
