MGFRec: Towards Reinforced Reasoning Recommendation with Multiple Groundings and Feedback
Shihao Cai, Chongming Gao, Haoyan Liu, Wentao Shi, Jianshan Sun, Ruiming Tang, Fuli Feng
TL;DR
MGFRec bridges the gap between language-space reasoning and actual item-space grounding by introducing multiple grounding rounds and a user-agent feedback loop within a reinforcement-learning framework. By training with Group Relative Policy Optimization and a final ranking head, it achieves improved recommendation performance across three Amazon datasets, and analyses show that iterative grounding reduces the search space and helps uncover less popular items. The work underscores the importance of grounding in the actual item space for faithful, actionable recommendations and demonstrates practical gains through comprehensive ablations and hyperparameter studies. This approach lays groundwork for more interactive, item-aware reasoning in recommender systems and opens avenues for richer grounding attributes and more realistic user-model feedback in conversational settings.
Abstract
The powerful reasoning and generative capabilities of large language models (LLMs) have inspired researchers to apply them to reasoning-based recommendation tasks, which require in-depth reasoning about user interests and the generation of recommended items. However, previous reasoning-based recommendation methods have typically performed inference within the language space alone, without incorporating the actual item space. This has led to over-interpreting user interests and deviating from real items. Towards this research gap, we propose performing multiple rounds of grounding during inference to help the LLM better understand the actual item space, which could ensure that its reasoning remains aligned with real items. Furthermore, we introduce a user agent that provides feedback during each grounding step, enabling the LLM to better recognize and adapt to user interests. Comprehensive experiments conducted on three Amazon review datasets demonstrate the effectiveness of incorporating multiple groundings and feedback. These findings underscore the critical importance of reasoning within the actual item space, rather than being confined to the language space, for recommendation tasks.
