MindRec: Mind-inspired Coarse-to-fine Decoding for Generative Recommendation
By: Mengyao Gao , Chongming Gao , Haoyan Liu and more
Potential Business Impact:
Suggests better things you might like.
Recent advancements in large language model-based recommendation systems often represent items as text or semantic IDs and generate recommendations in an auto-regressive manner. However, due to the left-to-right greedy decoding strategy and the unidirectional logical flow, such methods often fail to produce globally optimal recommendations. In contrast, human reasoning does not follow a rigid left-to-right sequence. Instead, it often begins with keywords or intuitive insights, which are then refined and expanded. Inspired by this fact, we propose Mind-inspired Recommender (MindRec), a novel generative framework that emulates human thought processes. Particularly, our method first generates key tokens that reflect user preferences, and then expands them into the complete item, enabling flexible and human-like generation. To further emulate the structured nature of human decision-making, we organize items into a hierarchical category tree. This structure guides the model to first produce the coarse-grained category and then progressively refine its selection through finer-grained subcategories before generating the specific item. To mitigate the local optimum problem inherent in greedy decoding, we design a novel beam search algorithm, Diffusion Beam Search, tailored for our mind-inspired generation paradigm. Experimental results demonstrate that MindRec yields a 9.5\% average improvement in top-1 recommendation performance over state-of-the-art methods, highlighting its potential to enhance recommendation accuracy. The implementation is available via https://github.com/Mr-Peach0301/MindRec.
Similar Papers
MindRec: A Diffusion-driven Coarse-to-Fine Paradigm for Generative Recommendation
Information Retrieval
Recommends things like a person thinks, not a robot.
OneRec-Think: In-Text Reasoning for Generative Recommendation
Information Retrieval
Helps apps understand you better to keep you engaged.
RecMind: LLM-Enhanced Graph Neural Networks for Personalized Consumer Recommendations
Machine Learning (CS)
Suggests better things you might like.