← Back to Paper List

Social Knowledge for Cross-Domain User Preference Modeling

Nir Lotan, Adir Solomon, Ido Guy, Einat Minkov
University of Haifa, Ben-Gurion University of the Negev
arXiv (2026)
P13N Recommendation Benchmark

📝 Paper Summary

User modeling Cross-domain recommendation
Users can be modeled as a list of popular social media accounts they follow, allowing effective cross-domain recommendation by projecting them into a pre-trained social embedding space.
Core Problem
Traditional recommender systems struggle with 'cold-start' scenarios and cross-domain generalization because user feedback (ratings) is typically sparse and confined to single domains (e.g., only movies).
Why it matters:
  • Users have correlated preferences across domains (e.g., liking action movies and sports cars), but current systems fail to bridge these gaps without massive overlapping data.
  • New users often lack sufficient history for personalization, creating a need for lightweight, effective user modeling that works immediately.
  • Socio-demographic traits encoded in social behavior are powerful predictors of preference but are underutilized in cross-domain transfer.
Concrete Example: A user who likes action movies might also prefer sports cars. Traditional systems cannot predict this link without explicit feedback in both domains. This approach uses the user's Twitter follow list (e.g., following 'Fast & Furious' and 'Ferrari') to project them into a shared space where these entities are naturally close.
Key Novelty
Inductive Social User Modeling via Entity Co-following
  • Represents users as a 'bag of entities' (popular accounts they follow), projecting them into a pre-trained social embedding space derived from global Twitter co-following patterns.
  • Enables zero-shot cross-domain recommendation by measuring cosine similarity between the user's vector and candidate items in completely different domains (e.g., inferring music taste from news consumption).
  • Demonstrates that LLMs (Large Language Models) can perform personalized ranking simply by being prompted with a short list of entities the user likes.
Evaluation Highlights
  • +22% improvement in Mean Average Precision (MAP) over strong popularity baselines for cross-domain link prediction.
  • Effective personalization achieved with as few as 10 entities per user, showing rapid convergence of user preference signals.
  • +13% MAP improvement when prompting GPT-4o with just 12 example entities compared to a generic one-fit-all ranking.
Breakthrough Assessment
7/10
Offers a novel, lightweight inductive approach to user modeling that bridges domains effectively. While the method is straightforward, the validation on cross-domain tasks and LLM integration is significant.
×