Why Not Together? A Multiple-Round Recommender System for Queries and Items
Jiarui Jin, Xianyu Chen, Weinan Zhang, Yong Yu, Jun Wang
TL;DR
This paper introduces MAGUS, a novel multi-round recommender framework that jointly leverages user queries and items by constructing a word-based relational graph that connects query and item representations. An offline initializer from any existing recommender provides initial node scores, while a label-propagation updater and a feature-propagation weight trainer iteratively refine predictions as users provide feedback across rounds. MAGUS can be integrated with a wide range of base recommender systems and demonstrates improved efficiency in identifying user-aligned items across three real-world datasets, outperforming item-only baselines and competitive conversational approaches. The approach supports practical deployment, extensibility to top-N recommendations, and potential integration with large language models to enhance query generation and user interaction in exploratory search settings.
Abstract
A fundamental technique of recommender systems involves modeling user preferences, where queries and items are widely used as symbolic representations of user interests. Queries delineate user needs at an abstract level, providing a high-level description, whereas items operate on a more specific and concrete level, representing the granular facets of user preference. While practical, both query and item recommendations encounter the challenge of sparse user feedback. To this end, we propose a novel approach named Multiple-round Auto Guess-and-Update System (MAGUS) that capitalizes on the synergies between both types, allowing us to leverage both query and item information to form user interests. This integrated system introduces a recursive framework that could be applied to any recommendation method to exploit queries and items in historical interactions and to provide recommendations for both queries and items in each interaction round. Empirical results from testing 12 different recommendation methods demonstrate that integrating queries into item recommendations via MAGUS significantly enhances the efficiency, with which users can identify their preferred items during multiple-round interactions.
