paper-with-me

Papers

MARec: Metadata Alignment for cold-start Recommendation

2024-04-20 · Julien Monteil, Volodymyr Vaskovych, Wentao Lu, Anirban Majumder, Anton Van Den Hengel

For many recommender systems, the primary data source is a historical record of user clicks. The associated click matrix is often very sparse, as the number of users x products can be far larger than the number of clicks. Such sparsity is accentuated in cold-start settings, which makes the efficient use of metadata information of paramount importance. In this work, we propose a simple approach to address cold-start recommendations by leveraging content metadata, Metadata Alignment for cold-start Recommendation. We show that this approach can readily augment existing matrix factorization and autoencoder approaches, enabling a smooth transition to top performing algorithms in warmer set-ups. Our experimental results indicate three separate contributions: first, we show that our proposed framework largely beats SOTA results on 4 cold-start datasets with different sparsity and scale characteristics, with gains ranging from +8.4% to +53.8% on reported ranking metrics; second, we provide an ablation study on the utility of semantic features, and proves the additional gain obtained by leveraging such features ranges between +46.8% and +105.5%; and third, our approach is by construction highly competitive in warm set-ups, and we propose a closed-form solution outperformed by SOTA results by only 0.8% on average.

📄 PDF Abstract BibTeX arXiv:2404.13298

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Exploring Heterogeneous Metadata for Video Recommendation with Two-tower Model

2021-09-22 · Jianling Wang, Ainur Yessenalina, Alireza Roshan-Ghias

Online video services acquire new content on a daily basis to increase engagement, and improve the user experience. Traditional recommender systems solely rely on watch history, delaying the recommendation of newly added…

Recommendation SystemsVocal Bursts Valence Prediction

LlamaRec-LKG-RAG: A Single-Pass, Learnable Knowledge Graph-RAG Framework for LLM-Based Ranking

2025-06-09 · Vahid Azizi, Fatemeh Koochaki

Recent advances in Large Language Models (LLMs) have driven their adoption in recommender systems through Retrieval-Augmented Generation (RAG) frameworks. However, existing RAG approaches predominantly rely on flat, simi…

RAGRecommendation SystemsRetrievalRetrieval-augmented Generation

Metadata Embeddings for User and Item Cold-start Recommendations

2015-07-30 · Maciej Kula

I present a hybrid matrix factorisation model representing users and items as linear combinations of their content features' latent factors. The model outperforms both collaborative and content-based models in cold-start…

TAG

Shallow AutoEncoding Recommender with Cold Start Handling via Side Features

2025-04-03 · Edward DongBo Cui, Lu Zhang, William Ping-hsun Lee

User and item cold starts present significant challenges in industrial applications of recommendation systems. Supplementing user-item interaction data with metadata is a common solution-but often at the cost of introduc…

Collaborative FilteringRecommendation Systems

M2TRec: Metadata-aware Multi-task Transformer for Large-scale and Cold-start free Session-based Recommendations

2022-09-23 · Walid Shalaby, Sejoon Oh, Amir Afsharinejad, Srijan Kumar 외

Session-based recommender systems (SBRSs) have shown superior performance over conventional methods. However, they show limited scalability on large-scale industrial datasets since most models learn one embedding per ite…

Recommendation SystemsSession-Based Recommendations