English

Language-Model Prior Overcomes Cold-Start Items

Information Retrieval 2024-11-15 v1 Artificial Intelligence Machine Learning

Abstract

The growth of recommender systems (RecSys) is driven by digitization and the need for personalized content in areas such as e-commerce and video streaming. The content in these systems often changes rapidly and therefore they constantly face the ongoing cold-start problem, where new items lack interaction data and are hard to value. Existing solutions for the cold-start problem, such as content-based recommenders and hybrid methods, leverage item metadata to determine item similarities. The main challenge with these methods is their reliance on structured and informative metadata to capture detailed item similarities, which may not always be available. This paper introduces a novel approach for cold-start item recommendation that utilizes the language model (LM) to estimate item similarities, which are further integrated as a Bayesian prior with classic recommender systems. This approach is generic and able to boost the performance of various recommenders. Specifically, our experiments integrate it with both sequential and collaborative filtering-based recommender and evaluate it on two real-world datasets, demonstrating the enhanced performance of the proposed approach.

Keywords

Cite

@article{arxiv.2411.09065,
  title  = {Language-Model Prior Overcomes Cold-Start Items},
  author = {Shiyu Wang and Hao Ding and Yupeng Gu and Sergul Aydore and Kousha Kalantari and Branislav Kveton},
  journal= {arXiv preprint arXiv:2411.09065},
  year   = {2024}
}

Comments

This paper is dedicated to cold-start item recommendation using language-model priors

R2 v1 2026-06-28T19:59:15.291Z