From Knots to Knobs: Towards Steerable Collaborative Filtering Using Sparse Autoencoders
Martin Spišák, Ladislav Peška, Petr Škoda, Vojtěch Vančura, Rodrigo Alves
TL;DR
This paper tackles the challenge of steering recommender systems while maintaining interpretability by embedding a sparse autoencoder (SAE) between the encoder and decoder of a collaborative filtering autoencoder (CFAE). The authors demonstrate that the nested CFAE+SAE yields sparse, monosemantic neuron activations that can be mapped to semantic concepts via item metadata and TF–IDF analysis, creating a controllable “knob” panel for steering recommendations through targeted neuron boosting. They compare Basic and TopK SAE variants, showing TopK SAEs preserve downstream accuracy with strong sparsity, and that concept–neuron mappings enable meaningful, in-process steering, albeit with architecture-dependent robustness. The work provides a modular, reproducible pipeline and highlights practical implications for user/editor control and model transparency in large-scale recommender systems, with potential extension to other embedding frontends and richer metadata.
Abstract
Sparse autoencoders (SAEs) have recently emerged as pivotal tools for introspection into large language models. SAEs can uncover high-quality, interpretable features at different levels of granularity and enable targeted steering of the generation process by selectively activating specific neurons in their latent activations. Our paper is the first to apply this approach to collaborative filtering, aiming to extract similarly interpretable features from representations learned purely from interaction signals. In particular, we focus on a widely adopted class of collaborative autoencoders (CFAEs) and augment them by inserting an SAE between their encoder and decoder networks. We demonstrate that such representation is largely monosemantic and propose suitable mapping functions between semantic concepts and individual neurons. We also evaluate a simple yet effective method that utilizes this representation to steer the recommendations in a desired direction.
