ThinkRec: Thinking-based recommendation via LLM
Qihang Yu, Kairui Fu, Zheqi Lv, Shengyu Zhang, Xinhui Wu, Chen Lin, Feng Wei, Bo Zheng, Fei Wu
TL;DR
ThinkRec presents a thinking-based framework that pushes LLM-based recommender systems toward explicit, verifiable reasoning by augmenting item metadata, synthesizing reasoning traces, and training with reasoning data. It introduces reasoning-augmented training and a dynamic, instance-wise LoRA expert fusion to adapt reasoning paths to individual users, improving both accuracy and interpretability. Empirical results on three real-world datasets show significant improvements in AUC and in the quality of generated explanations, along with strong cross-domain generalization and favorable inference efficiency. The work advances recommender systems by bridging collaboration signals with language-model reasoning, enabling more faithful, personalized, and transparent recommendations.
Abstract
Recent advances in large language models (LLMs) have enabled more semantic-aware recommendations through natural language generation. Existing LLM for recommendation (LLM4Rec) methods mostly operate in a System 1-like manner, relying on superficial features to match similar items based on click history, rather than reasoning through deeper behavioral logic. This often leads to superficial and erroneous recommendations. Motivated by this, we propose ThinkRec, a thinking-based framework that shifts LLM4Rec from System 1 to System 2 (rational system). Technically, ThinkRec introduces a thinking activation mechanism that augments item metadata with keyword summarization and injects synthetic reasoning traces, guiding the model to form interpretable reasoning chains that consist of analyzing interaction histories, identifying user preferences, and making decisions based on target items. On top of this, we propose an instance-wise expert fusion mechanism to reduce the reasoning difficulty. By dynamically assigning weights to expert models based on users' latent features, ThinkRec adapts its reasoning path to individual users, thereby enhancing precision and personalization. Extensive experiments on real-world datasets demonstrate that ThinkRec significantly improves the accuracy and interpretability of recommendations. Our implementations are available at https://github.com/Yu-Qi-hang/ThinkRec.
