Search papers, labs, and topics across Lattice.
This paper introduces SAERec, a novel intent-based recommender system that utilizes sparse autoencoders to construct a fine-grained and interpretable intent space from textual data, addressing the limitations of existing models that rely on user sequences. By leveraging large language models to extract intent-related semantics, SAERec effectively isolates meaningful intents from textual noise, enabling the retrieval of both personal and public intents for enhanced recommendation accuracy. Experimental results show that SAERec outperforms state-of-the-art methods while offering human-understandable explanations, highlighting its potential for improving user experience in recommendation systems.
SAERec achieves a breakthrough in intent-based recommendations by automatically constructing a nuanced intent space that significantly enhances both accuracy and interpretability.
Intent-based recommender systems have gained significant attention for improving accuracy and interpretability by modeling the underlying motivations behind user behaviors. Most existing models derive intents directly from user sequences via clustering or prototype learning. However, they are sensitive to sequence quality, require presetting the number of intents, and lack explicit semantic grounding. These issues lead to an incomplete and coarse intent set and limit the effectiveness of recommendation. In this paper, we propose the Sparse Autoencoder for intent-based recommendation (SAERec), a novel recommender that automatically constructs a fine-grained and interpretable intent space from a textual corpus to guide recommendation. Rather than treating texts as side signals, SAERec leverages them as high information density evidence for intent construction. Specifically, we first extract a comprehensive set of fine-grained interpretable intents from the latent space of large language models (LLMs) by using a sparse autoencoder (SAE) to disentangle and interpret text embeddings, which isolates intent-related semantics from textual noise. Then, for each user, we retrieve relevant intents from this set as priors to guide recommendation. It contains personal intents matching a user's current interests and public intents capturing general item patterns shared across users (e.g., quality, price). Finally, to integrate retrieved intents into sequence modeling, we propose a multi-branch attention mechanism that captures temporal dependencies and injects both personal and public intent signals, followed by an adaptive fusion layer to construct the final user representation for recommendation. Extensive experiments on public datasets demonstrate the superiority of SAERec, consistently outperforming state-of-the-art baselines while providing human-understandable explanations.