Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

AlphaFree: Recommendation Free from Users, IDs, and GNNs

About

Can we design effective recommender systems free from users, IDs, and GNNs? Recommender systems are central to personalized content delivery across domains, with top-K item recommendation being a fundamental task to retrieve the most relevant items from historical interactions. Existing methods rely on entrenched design conventions, often adopted without reconsideration, such as storing per-user embeddings (user-dependent), initializing features from raw IDs (ID-dependent), and employing graph neural networks (GNN-dependent). These dependencies incur several limitations, including high memory costs, cold-start and over-smoothing issues, and poor generalization to unseen interactions. In this work, we propose AlphaFree, a novel recommendation method free from users, IDs, and GNNs. Our main ideas are to infer preferences on-the-fly without user embeddings (user-free), replace raw IDs with language representations (LRs) from pre-trained language models (ID-free), and capture collaborative signals through augmentation with similar items and contrastive learning, without GNNs (GNN-free). Extensive experiments on various real-world datasets show that AlphaFree consistently outperforms its competitors, achieving up to around 40% improvements over non-LR-based methods and up to 5.7% improvements over LR-based methods, while significantly reducing GPU memory usage by up to 69% under high-dimensional LRs.

Minseo Jeon, Junwoo Jung, Daewon Gwak, Jinhong Jung• 2026

Related benchmarks

TaskDatasetResultRank
RecommendationAmazon-Book (test)
Recall@200.1014
119
RecommendationAmazon Baby (test)
Recall@200.0412
57
RecommendationBook
Recall@206.46
28
Top-10 RecommendationAmazon Beauty (test)--
10
Top-K RecommendationAmazon Movie (test)
Recall@200.1267
7
Top-K RecommendationAmazon Video (test)
Recall@2011.11
6
Top-K RecommendationAmazon Steam (test)
Recall@2024.02
6
Top-K RecommendationAmazon Health (test)
Recall@203.25
5
User Cold-start RecommendationMovie
Recall@207.06
4
User Cold-start RecommendationVIDEO
Recall@209.22
4
Showing 10 of 16 rows

Other info

Follow for update