Large Language Model Can Interpret Latent Space of Sequential Recommender
Zhengyi Yang, Jiancan Wu, Yanchen Luo, Jizhi Zhang, Yancheng Yuan, An, Zhang, Xiang Wang, Xiangnan He

TL;DR
This paper explores whether large language models can interpret and reason over the hidden representations of sequential recommender systems, introducing RecInterpreter to facilitate this understanding and improve recommendation explanations.
Contribution
The paper proposes RecInterpreter, a framework that enables LLMs to understand and interpret latent spaces of sequential recommenders using novel prompting techniques.
Findings
RecInterpreter improves LLaMA's understanding of recommender representations.
Sequence-residual prompts enhance LLM's ability to identify residual items.
LLaMA can generate textual descriptions of interaction sequences.
Abstract
Sequential recommendation is to predict the next item of interest for a user, based on her/his interaction history with previous items. In conventional sequential recommenders, a common approach is to model item sequences using discrete IDs, learning representations that encode sequential behaviors and reflect user preferences. Inspired by recent success in empowering large language models (LLMs) to understand and reason over diverse modality data (e.g., image, audio, 3D points), a compelling research question arises: ``Can LLMs understand and work with hidden representations from ID-based sequential recommenders?''.To answer this, we propose a simple framework, RecInterpreter, which examines the capacity of open-source LLMs to decipher the representation space of sequential recommenders. Specifically, with the multimodal pairs (\ie representations of interaction sequence and text…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Computational and Text Analysis Methods
MethodsAdapter
