SYNTHESIS NOTE
Recommender Systems

Can friends with different tastes improve recommendations?

Does incorporating social networks through friends' diverse preferences rather than similar tastes lead to better recommendations? This challenges conventional homophily-based approaches that assume friends like the same things.

Synthesis note · 2026-05-03 · sourced from Recommenders Personalized
How do recommendation feeds shape what people see and believe? What breaks when specialized AI models reach real users?

The conventional approach to incorporating social networks in recommendation is to assume friends have similar tastes (homophily) and pull connected users' latent representations together via regularization. Each user's preferences are shaped to be closer to their friends' preferences. But this confounds two different things: people with similar tastes happen to be friends (homophily) versus people influence their friends' specific choices (influence). The first is just preference-similarity-by-correlation. The second is causal — your friend's recommendation made you read this book.

Social Poisson Factorization (SPF) decouples them. The model uses friends with different preferences to help recommend items outside the user's usual taste. Imagine a user who likes an item simply because many of her friends liked it, even though it falls outside her usual preferences. Models that pull friends' overall preferences together would miss this — they assume tastes converge, so they discount the anomalous item. SPF allows the network to surface specifically anomalous-but-influence-driven items.

The empirical claim is that this approach outperforms previous network-aware factorization methods. The conceptual claim is that "trust" or "social regularization" methods misidentify the channel through which networks help: they treat the network as a way to enforce taste similarity, but the actual value is in finding items the user wouldn't reach through their own taste alone — items their friends' diverse tastes expose them to.

Inquiring lines that use this note as a source 30

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 94 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

social network recommendation should use friends with different preferences — homophily-based methods miss the influence channel entirely