Iterative Semantic Reasoning from Individual to Group Interests for Generative Recommendation with LLMs
This work addresses the challenge of accurately modeling user interests in recommendation systems by incorporating semantic reasoning from individual to group levels, representing an incremental advancement over existing LLM-based methods.
The paper tackles the problem of learning user interests for recommendation systems by proposing an Iterative Semantic Reasoning Framework (ISRF) that bridges explicit individual and implicit group interests using LLMs, and it demonstrates improved performance over state-of-the-art baselines on Sports, Beauty, and Toys datasets.
Recommendation systems aim to learn user interests from historical behaviors and deliver relevant items. Recent methods leverage large language models (LLMs) to construct and integrate semantic representations of users and items for capturing user interests. However, user behavior theories suggest that truly understanding user interests requires not only semantic integration but also semantic reasoning from explicit individual interests to implicit group interests. To this end, we propose an Iterative Semantic Reasoning Framework (ISRF) for generative recommendation. ISRF leverages LLMs to bridge explicit individual interests and implicit group interests in three steps. First, we perform multi-step bidirectional reasoning over item attributes to infer semantic item features and build a semantic interaction graph capturing users' explicit interests. Second, we generate semantic user features based on the semantic item features and construct a similarity-based user graph to infer the implicit interests of similar user groups. Third, we adopt an iterative batch optimization strategy, where individual explicit interests directly guide the refinement of group implicit interests, while group implicit interests indirectly enhance individual modeling. This iterative process ensures consistent and progressive interest reasoning, enabling more accurate and comprehensive user interest learning. Extensive experiments on the Sports, Beauty, and Toys datasets demonstrate that ISRF outperforms state-of-the-art baselines. The code is available at https://github.com/htired/ISRF.