R$^2$ec: Towards Large Recommender Models with Reasoning
Runyang You, Yongqi Li, Xinyu Lin, Xin Zhang, Wenjie Wang, Wenjie Li, Liqiang Nie
TL;DR
This work addresses the fragmentation between reasoning and recommendation in large recommender systems by proposing R^2ec, a unified decoder-based model with dual heads for reasoning (lm_head) and item prediction (rec_head). It introduces RecPO, a reinforcement learning framework that jointly optimizes reasoning trajectories and final recommendations without requiring annotated rationales, using a fused reward that combines discrete ranking signals with continuous similarity measures. Empirical results across three Amazon domains show that R^2ec consistently surpasses traditional, LLM-based, and reasoning-augmented baselines, while maintaining competitive inference latency. The study also provides extensive analyses of optimization dynamics, reasoning behavior, and cross-domain robustness, highlighting the practical value of tightly coupling reasoning with recommendation for scalable, interpretable, and efficient recommender systems.
Abstract
Large recommender models have extended LLMs as powerful recommenders via encoding or item generation, and recent breakthroughs in LLM reasoning synchronously motivate the exploration of reasoning in recommendation. In this work, we propose R$^2$ec, a unified large recommender model with intrinsic reasoning capability. R$^2$ec introduces a dual-head architecture that supports both reasoning chain generation and efficient item prediction in a single model, significantly reducing inference latency. To overcome the lack of annotated reasoning data, we design RecPO, a reinforcement learning framework that optimizes reasoning and recommendation jointly with a novel fused reward mechanism. Extensive experiments on three datasets demonstrate that R$^2$ec outperforms traditional, LLM-based, and reasoning-augmented recommender baselines, while further analyses validate its competitive efficiency among conventional LLM-based recommender baselines and strong adaptability to diverse recommendation scenarios. Code and checkpoints available at https://github.com/YRYangang/RRec.
