Search papers, labs, and topics across Lattice.
This paper introduces SwapRec, a novel approach that enhances the robustness of sequential recommendation models by applying item swapping heuristics during training to mitigate the negative impact of cold items on user preference estimates. By leveraging the similarity of cold items to their warm neighbors, SwapRec allows models to maintain performance in real-time personalization scenarios where cold items are present. Experimental results across three domains鈥攐nline shopping, movies, and music鈥攄emonstrate that SwapRec significantly improves recommendation accuracy and increases the representation of cold items in recommendation lists.
Swapping cold items during training can dramatically boost recommendation accuracy and enhance user engagement with previously overlooked items.
Interactions with cold items negatively impact real-time personalization of ID-based recommender systems. This is because the use of such interactions degrades user preference estimates, whereas excluding cold items from the user profile prevents real-time recommendation updates. In industrial scenarios, one heuristic often applied to address this shortcoming at inference time is to replace, i.e.,"swap", cold-start items by their most similar"warm"neighbor, where similarity is inferred from the items'side information. In this paper, we demonstrate that sequential models, most often used for real-time personalization, are not robust to such swaps, and propose SwapRec, an approach to address this issue. SwapRec relies on using the same swap heuristics already at training time. We apply SwapRec to state-of-the-art models for sequential recommendation and analyze its impact by means of quantitative experiments in three recommendation domains (online shopping, movie, music). The experimental results show that, irrespective of the underlying sequential architecture, our easy-to-implement SwapRec approach allows for substantially more accurate recommendations when in presence of interactions with cold items, simultaneously leading to a larger percentage of cold items in the recommendation lists.