Internalizing Multi-Agent Reasoning for Accurate and Efficient LLM-based Recommendation
Yang Wu, Haoze Wang, Qian Li, Jun Zhang, Huan Yu, Jie Jiang
TL;DR
The paper tackles the challenge of marrying LLM-based semantic reasoning with collaborative signals in recommender systems while preserving real-time inference. It introduces MARS as a multi-agent teacher that verbalizes collaborative signals via a Collaborative Signal Translation mechanism and then distills this agentic reasoning into a single, efficient STAR model through a trajectory-driven pipeline combining Supervised Fine-Tuning and Group Relative Policy Optimization. The resulting STAR surpasses its teacher in performance across diverse real-world datasets and dramatically reduces coordination latency, enabling real-time, reasoning-enabled recommendations. The work contributes a novel internalization framework, a graph-grounded translation of collaborative signals, and a scalable distillation approach that preserves interpretability and efficiency. This approach has practical implications for deploying reasoning-rich recommendations at scale with lower latency and resource demands.
Abstract
Large Language Models (LLMs) are reshaping recommender systems by leveraging extensive world knowledge and semantic reasoning to interpret user intent. However, effectively integrating these capabilities with collaborative signals while avoiding prohibitive inference latency remains a critical bottleneck. To address this, we propose a trajectory-driven internalization framework to develop a Single-agent Trajectory-Aligned Recommender (STAR). Specifically, to internalize complex reasoning capabilities into a single efficient model, we first design a multi-agent teacher system capable of multi-turn tool usage and reflection. This teacher utilizes a Collaborative Signal Translation mechanism to explicitly convert latent behavioral patterns into descriptive natural language evidence to enhance reasoning accuracy. Subsequently, a trajectory-driven distillation pipeline transfers this agentic logic, including planning, tool usage, and self-reflection, into the compact STAR model. Extensive experiments demonstrate that STAR surpasses its teacher by 8.7% to 39.5% while eliminating iterative latency, paving the way for real-time, reasoning-enhanced recommendation.
