Recommendation Systems

Similar documents
Recommendation Systems

Matrix Factorization Techniques for Recommender Systems

Collaborative Filtering. Radek Pelánek

Collaborative Filtering

Recommender Systems. Dipanjan Das Language Technologies Institute Carnegie Mellon University. 20 November, 2007

Recommendation Systems

CS249: ADVANCED DATA MINING

Preliminaries. Data Mining. The art of extracting knowledge from large bodies of structured data. Let s put it to use!

Recommender Systems EE448, Big Data Mining, Lecture 10. Weinan Zhang Shanghai Jiao Tong University

Matrix Factorization Techniques For Recommender Systems. Collaborative Filtering

Data Science Mastery Program

CS425: Algorithms for Web Scale Data

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 3 Centrality, Similarity, and Strength Ties

Circle-based Recommendation in Online Social Networks

Data Mining Techniques

Collaborative topic models: motivations cont

Joint user knowledge and matrix factorization for recommender systems

* Matrix Factorization and Recommendation Systems

Collaborative Filtering Matrix Completion Alternating Least Squares

Algorithms for Collaborative Filtering

Point-of-Interest Recommendations: Learning Potential Check-ins from Friends

Universität Potsdam Institut für Informatik Lehrstuhl Maschinelles Lernen. Recommendation. Tobias Scheffer

Andriy Mnih and Ruslan Salakhutdinov

Department of Computer Science, Guiyang University, Guiyang , GuiZhou, China

Binary Principal Component Analysis in the Netflix Collaborative Filtering Task

Using SVD to Recommend Movies

A Modified PMF Model Incorporating Implicit Item Associations

Introduction to Computational Advertising

Scaling Neighbourhood Methods

Matrix Factorization and Collaborative Filtering

Probabilistic Neighborhood Selection in Collaborative Filtering Systems

Web Structure Mining Nodes, Links and Influence

a Short Introduction

Location Regularization-Based POI Recommendation in Location-Based Social Networks

Large-Scale Matrix Factorization with Distributed Stochastic Gradient Descent

Matrix Factorization Techniques for Recommender Systems

CS 175: Project in Artificial Intelligence. Slides 4: Collaborative Filtering

NCDREC: A Decomposability Inspired Framework for Top-N Recommendation

Learning to Recommend Point-of-Interest with the Weighted Bayesian Personalized Ranking Method in LBSNs

A Comparative Study of Matrix Factorization and Random Walk with Restart in Recommender Systems

CS425: Algorithms for Web Scale Data

DATA MINING LECTURE 13. Link Analysis Ranking PageRank -- Random walks HITS

Clustering based tensor decomposition

Online Social Networks and Media. Link Analysis and Web Search

Generative Models for Discrete Data

Recommender Systems: Overview and. Package rectools. Norm Matloff. Dept. of Computer Science. University of California at Davis.

Ranking and Filtering

Regression. Goal: Learn a mapping from observations (features) to continuous labels given a training set (supervised learning)

Restricted Boltzmann Machines for Collaborative Filtering

Regression. Goal: Learn a mapping from observations (features) to continuous labels given a training set (supervised learning)

SQL-Rank: A Listwise Approach to Collaborative Ranking

Item Recommendation for Emerging Online Businesses

Data Mining Recitation Notes Week 3

Decoupled Collaborative Ranking

Online Social Networks and Media. Link Analysis and Web Search

INFO 4300 / CS4300 Information Retrieval. slides adapted from Hinrich Schütze s, linked from

Link Analysis Ranking

Mining of Massive Datasets Jure Leskovec, AnandRajaraman, Jeff Ullman Stanford University

Jeffrey D. Ullman Stanford University

DATA MINING LECTURE 8. Dimensionality Reduction PCA -- SVD

Collaborative Filtering on Ordinal User Feedback

Content-based Recommendation

MIDTERM: CS 6375 INSTRUCTOR: VIBHAV GOGATE October,

A Matrix Factorization Technique with Trust Propagation for Recommendation in Social Networks

Recommender systems, matrix factorization, variable selection and social graph data

Similarity and recommender systems

ECEN 689 Special Topics in Data Science for Communications Networks

Recommender Systems. From Content to Latent Factor Analysis. Michael Hahsler

Domokos Miklós Kelen. Online Recommendation Systems. Eötvös Loránd University. Faculty of Natural Sciences. Advisor:

6.034 Introduction to Artificial Intelligence

Data Mining Techniques

arxiv: v2 [cs.ir] 14 May 2018

Large-scale Collaborative Ranking in Near-Linear Time

Matrix Factorization with Content Relationships for Media Personalization

From Non-Negative Matrix Factorization to Deep Learning

Power Laws & Rich Get Richer

Collaborative Filtering Applied to Educational Data Mining

CS246 Final Exam, Winter 2011

Stat 315c: Introduction

Collaborative Filtering with Temporal Dynamics with Using Singular Value Decomposition

Recommendation Systems

Collaborative Recommendation with Multiclass Preference Context

Mixed Membership Matrix Factorization

Context-aware Ensemble of Multifaceted Factorization Models for Recommendation Prediction in Social Networks


Linear Regression (continued)

Multiclass Classification-1

Matrix Factorization In Recommender Systems. Yong Zheng, PhDc Center for Web Intelligence, DePaul University, USA March 4, 2015

A Bayesian Treatment of Social Links in Recommender Systems ; CU-CS

EE 381V: Large Scale Learning Spring Lecture 16 March 7

Dimensionality Reduction

Collaborative Filtering via Different Preference Structures

Probabilistic Matrix Factorization

Collaborative Filtering

Social Interaction Based Video Recommendation: Recommending YouTube Videos to Facebook Users

NetBox: A Probabilistic Method for Analyzing Market Basket Data

APPLICATIONS OF MINING HETEROGENEOUS INFORMATION NETWORKS

Lecture Notes 10: Matrix Factorization

Asymmetric Correlation Regularized Matrix Factorization for Web Service Recommendation

Transcription:

Recommendation Systems Pawan Goyal CSE, IITKGP October 29-30, 2015 Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 1 / 61

Recommendation System? Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 2 / 61

Recommendation in Social Web Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 3 / 61

Why using Recommender Systems? Value for the customers Find things that are interesting Narrow down the set of choices Discover new things Entertainment... Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 4 / 61

Why using Recommender Systems? Value for the customers Find things that are interesting Narrow down the set of choices Discover new things Entertainment... Value for the provider Additional and unique personalized service for the customer Increase trust and customer loyalty Increase sales, click through rates, conversion etc Opportunity for promotion, persuasion Obtain more knowledge about customers Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 4 / 61

Real-world check Myths from industry Amazon.com generates X percent of their sales through the recommendation lists (X > 35%) Netflix generates X percent of their sales through the recommendation lists (X > 30%) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 5 / 61

Real-world check Myths from industry Amazon.com generates X percent of their sales through the recommendation lists (X > 35%) Netflix generates X percent of their sales through the recommendation lists (X > 30%) There must be some value in it See recommendation of groups, jobs or people on LinkedIn Friend recommendation and ad personalization on Facebook Song recommendation at last.fm News recommendation at Forbes.com (+37% CTR) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 5 / 61

Recommender Systems as a function What is given? User model: ratings, preferences, demographics, situational context Items: with or without description of item characteristics Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 6 / 61

Recommender Systems as a function What is given? User model: ratings, preferences, demographics, situational context Items: with or without description of item characteristics Find Relevance score: used for ranking Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 6 / 61

Recommender Systems as a function What is given? User model: ratings, preferences, demographics, situational context Items: with or without description of item characteristics Find Relevance score: used for ranking Final Goal Recommend items that are assumed to be relevant Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 6 / 61

Recommender Systems as a function What is given? User model: ratings, preferences, demographics, situational context Items: with or without description of item characteristics Find Relevance score: used for ranking Final Goal Recommend items that are assumed to be relevant But Remember that relevance might be context-dependent Characteristics of the list might be important (diversity) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 6 / 61

Paradigms of Recommender Systems Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 7 / 61

Paradigms of Recommender Systems Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 8 / 61

Paradigms of Recommender Systems Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 9 / 61

Paradigms of Recommender Systems Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 10 / 61

Paradigms of Recommender Systems Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 11 / 61

Paradigms of Recommender Systems Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 12 / 61

Comparison across the paradigms Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 13 / 61

Collaborative Filtering (CF) The most prominent approach to generate recommendations Used by large, commercial e-commerce sites well-understood, various algorithms and variations exist applicable in many domains (book, movies,...) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 14 / 61

Collaborative Filtering (CF) The most prominent approach to generate recommendations Used by large, commercial e-commerce sites well-understood, various algorithms and variations exist applicable in many domains (book, movies,...) Approach Use the wisdom of the crowd to recommend items Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 14 / 61

Collaborative Filtering (CF) The most prominent approach to generate recommendations Approach Used by large, commercial e-commerce sites well-understood, various algorithms and variations exist applicable in many domains (book, movies,...) Use the wisdom of the crowd to recommend items Basic assumption and idea Users give ratings to catalog items (implicitly/explicitly) Customers with certain tastes in the past, might have similar tastes in the future Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 14 / 61

User-based Collaborative Filtering Given an active user Alice and an item i not yet seen by Alice The goal is to estimate Alice s rating for this item, e.g., by Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 15 / 61

User-based Collaborative Filtering Given an active user Alice and an item i not yet seen by Alice The goal is to estimate Alice s rating for this item, e.g., by Find a set of users who liked the same items as Alice in the past and who have rated item i use, e.g. the average of their ratings to predict, if Alice will like item i Do this for all items Alice has not seen and recommend the best-rated ones Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 15 / 61

User-based Collaborative Filtering Some first questions How do we measure similarity? How many neighbors should we consider? How do we generate a prediction from the neighbors ratings? Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 16 / 61

Popular similarity model Pearson Correlation sim(a,b) = p P (r a,p r a )(r b,p r b ) p P (r a,p r a ) 2 p P (r b,p r b ) 2 a,b: users r a,p : rating of user a for item p P: set of items, rated both by a and b r a, r b : user s average ratings Possible similarity values are between -1 to 1 Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 17 / 61

Popular similarity model Pearson Correlation sim(a,b) = p P (r a,p r a )(r b,p r b ) p P (r a,p r a ) 2 p P (r b,p r b ) 2 a,b: users r a,p : rating of user a for item p P: set of items, rated both by a and b r a, r b : user s average ratings Possible similarity values are between -1 to 1 For the example considered sim(alice, User1) = 0.85 sim(alice, User4) = -0.79 Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 17 / 61

Pearson Correlation Takes Difference in rating behavior into account Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 18 / 61

Pearson Correlation Takes Difference in rating behavior into account Works well in usual domains Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 18 / 61

Making Predictions A common prediction function: pred(a,p) = r a + b N sim(a,b) (r b,p r b ) b N sim(a,b) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 19 / 61

Making Predictions A common prediction function: pred(a,p) = r a + b N sim(a,b) (r b,p r b ) b N sim(a,b) Calculate, whether the neighbor s ratings for the unseen item i are higher or lower than their average Combine the rating differences - use similarity as a weight Add/subtract neighbor s bias from the active user s average and use this as a prediction Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 19 / 61

Item-based Collaborative Filtering Basic Idea Use the similarity between items to make predictions Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 20 / 61

Item-based Collaborative Filtering Basic Idea Use the similarity between items to make predictions For Instance Look for items that are similar to Item5 Take Alice s ratings for these items to predict the rating for Item5 Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 20 / 61

Similarity Measure Ratings are seen as vector in n dimensional space Similarity is calculated based on the angle between the vectors a b sim( a, b) = a b Adjusted cosine similarity: take average user ratings into account sim(a,b) = u U (r u,a r u )(r u,b r u ) u U (r u,a r u ) 2 u U (r u,b r u ) 2 Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 21 / 61

Pre-processing for Item-based filtering Calculate all pair-wise item similarities in advance The neighborhood to be used at run-time is typically rather small, because only those items are taken into account which the user has rated Item similarities are supposed to be more stable than user similarities Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 22 / 61

More on ratings Pure CF-based systems only rely on the rating matrix Explicit ratings Most commonly used (1 to 5, 1 to 10 response scales) Research topics: what about multi-dimensional ratings? Challenge: Sparse rating matrices, how to stimulate users to rate more items? Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 23 / 61

More on ratings Pure CF-based systems only rely on the rating matrix Explicit ratings Most commonly used (1 to 5, 1 to 10 response scales) Research topics: what about multi-dimensional ratings? Challenge: Sparse rating matrices, how to stimulate users to rate more items? Implicit ratings clicks, page views, time spent on some page, demo downloads.. Can be used in addition to explicit ones; question of correctness of interpretation Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 23 / 61

Data sparsity problems Cold start problems How to recommend new items? What to recommend to new users? Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 24 / 61

Data sparsity problems Cold start problems How to recommend new items? What to recommend to new users? Straight-forward approach Use another method (e.g., content-based, demographic or simply non-personalized) in the initial phase Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 24 / 61

Data sparsity problems Cold start problems How to recommend new items? What to recommend to new users? Straight-forward approach Use another method (e.g., content-based, demographic or simply non-personalized) in the initial phase Alternatives Use better algorithms (beyond nearest-neighbor approaches) Example: Assume transitivity of neighborhoods Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 24 / 61

Example algorithms for sparse datasets Recursive CF Assume there is a very close neighbor n of u who however has not rated the target item i yet. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 25 / 61

Example algorithms for sparse datasets Recursive CF Assume there is a very close neighbor n of u who however has not rated the target item i yet. Apply CF-method recursively and predict a rating for item i for the neighbor n Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 25 / 61

Example algorithms for sparse datasets Recursive CF Assume there is a very close neighbor n of u who however has not rated the target item i yet. Apply CF-method recursively and predict a rating for item i for the neighbor n Use this predicted rating instead of the rating of a more distant direct neighbor Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 25 / 61

Example algorithms for sparse datasets Graph-based methods: Spreading activation Idea: Use paths of lengths 3 and 5 to recommend items Length 3: Recommend Item3 to User1 Length 5: Item1 also recommendable Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 26 / 61

Example algorithms for sparse datasets Graph-based methods: Spreading activation Idea: Use paths of lengths 3 and 5 to recommend items Length 3: Recommend Item3 to User1 Length 5: Item1 also recommendable Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 26 / 61

Matrix Factorization Methods Are shown to be superior to the classic nearest-neighbor techniques for product recommendations Allow the incorporation of additional information such as implicit feedback, temporal effects, and confidence levels Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 27 / 61

User-oriented neighborhood method Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 28 / 61

Latent Factor Approach Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 29 / 61

Matrix Factorization Methods Basic Idea Both users and items are characterized by vectors of factors, inferred from item rating patterns High correspondence between item and user factors leads to a recommendation. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 30 / 61

Using Singular Value Decomposition Let M be the matrix of user - item interactions Use SVD to get a k rank approximation M k = U k Σ k V k T Prediction: rˆ ui = r u + U k (u) Σ k V T k (i) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 31 / 61

SVD: Example Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 32 / 61

SVD: Example Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 33 / 61

Using Singular Value Decomposition The problem, however, is the high portion of missing values Using only relatively few entries may lead to overfitting Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 34 / 61

A Basic Matrix Factorization Model Both users and items are mapped to a joint latent factor space of dimensionality f, Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 35 / 61

A Basic Matrix Factorization Model Both users and items are mapped to a joint latent factor space of dimensionality f, User-item interactions are modeled as inner products in that space Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 35 / 61

A Basic Matrix Factorization Model Both users and items are mapped to a joint latent factor space of dimensionality f, User-item interactions are modeled as inner products in that space Each item i associated with a vector q i R f, and each user u associated with a vector p u R f Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 35 / 61

A Basic Matrix Factorization Model Both users and items are mapped to a joint latent factor space of dimensionality f, User-item interactions are modeled as inner products in that space Each item i associated with a vector q i R f, and each user u associated with a vector p u R f q i measures the extent to which the item possesses the factors, positive or negative Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 35 / 61

A Basic Matrix Factorization Model Both users and items are mapped to a joint latent factor space of dimensionality f, User-item interactions are modeled as inner products in that space Each item i associated with a vector q i R f, and each user u associated with a vector p u R f q i measures the extent to which the item possesses the factors, positive or negative p u measures the extent of interest the user has in items that are high on the corresponding factors, positive or negative Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 35 / 61

A Basic Matrix Factorization Model Both users and items are mapped to a joint latent factor space of dimensionality f, User-item interactions are modeled as inner products in that space Each item i associated with a vector q i R f, and each user u associated with a vector p u R f q i measures the extent to which the item possesses the factors, positive or negative p u measures the extent of interest the user has in items that are high on the corresponding factors, positive or negative q i T p u captures the interaction between user u and item i Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 35 / 61

A Basic Matrix Factorization Model Both users and items are mapped to a joint latent factor space of dimensionality f, User-item interactions are modeled as inner products in that space Each item i associated with a vector q i R f, and each user u associated with a vector p u R f q i measures the extent to which the item possesses the factors, positive or negative p u measures the extent of interest the user has in items that are high on the corresponding factors, positive or negative q i T p u captures the interaction between user u and item i This approximates user u s rating of item i, denoted by r ui rˆ ui = q T i p u Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 35 / 61

A Basic Matrix Factorization Model Major Challenge Computing the mapping of each item and user to factor vectors q i,p u R f Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 36 / 61

A Basic Matrix Factorization Model Major Challenge Computing the mapping of each item and user to factor vectors q i,p u R f The Learning Problem To learn the factor vectors p u and q i, the system minimizes the regularized squared error on the set of known ratings: min p,q (u,i) K (r ui q i T p u ) 2 + λ( q i 2 + p u 2 ) where k is the set of (u,i) pairs for which r ui is known. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 36 / 61

Stochastic Gradient Descent min p,q (u,i) K Let e ui = r ui q i T p u Gradient descent can be written as q i q i + γ(e ui p u λq i ) p u p u + γ(e ui q i λp u ) (r ui q i T p u ) 2 + λ( q i 2 + p u 2 ) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 37 / 61

Modifying the basic approach: Adding Biases Matrix factorization is quite flexible in dealing with various data aspects and other application-specific requirements. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 38 / 61

Modifying the basic approach: Adding Biases Matrix factorization is quite flexible in dealing with various data aspects and other application-specific requirements. Adding Biases Some users might always give higher ratings than others, some items are widely perceived as better than others. Full rating value may not be explained solely by q i T p u Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 38 / 61

Modifying the basic approach: Adding Biases Matrix factorization is quite flexible in dealing with various data aspects and other application-specific requirements. Adding Biases Some users might always give higher ratings than others, some items are widely perceived as better than others. Full rating value may not be explained solely by q i T p u Identify the portion that individual user or item biases can explain b ui = µ + b i + b u µ is the overall average rating, b u and b i indicate the observed deviations of user u and item i respectively, from the average Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 38 / 61

Adding Biases An Example You want a first-order estimate for user Joe s rating of the movie Titanic. Let the average rating over all movies, µ, is 3.7 stars Titanic tends to be rated 0.5 stars above the average Joe is a critical user, who tends to rate 0.3 stars lower than the average Thus, the estimate (bias) for Titanic s rating by Joe would be (3.7+0.5-0.3) = 3.9 stars Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 39 / 61

Modifying the original approach Biases modify the interaction equation as rˆ ui = µ + b i + b u + q T i p u Four components: global average, item bias, user bias, user-item interaction The squared error function: min p,q,b (u,i) K (r ui µ b i b u q i T p u ) 2 + λ( q i 2 + p u 2 + b u 2 + b i 2 ) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 40 / 61

Additional Input Sources Many users may supply very few ratings Difficult to reach general conclusions on their taste Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 41 / 61

Additional Input Sources Many users may supply very few ratings Difficult to reach general conclusions on their taste Incorporate additional sources of information about the users E.g., gather implicit feedback, use purchases or browsing history to learn the tendencies Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 41 / 61

Modeling Implicit Feedback Boolean Implicit Feedback N(u): set of items for which user u expressed an implicit preference Let item i be associated with x i R f [x i is different from q i ] The user can be characterized by the vector i N(u) x i Normalizing the sum: x i i N(u) N(u) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 42 / 61

Modeling Demographics Consider boolean attributes where user u corresponds to a set of attributes A(u) These attributes can describe gender, age group, Zip code, income level etc. Let a feature vector y a R f correspond to each attribute to describe a user through this set as: a A(u) y a Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 43 / 61

Modeling Demographics Consider boolean attributes where user u corresponds to a set of attributes A(u) These attributes can describe gender, age group, Zip code, income level etc. Let a feature vector y a R f correspond to each attribute to describe a user through this set as: a A(u) y a Integrating enhanced user representation in the matrix factorization model: rˆ ui = µ + b i + b u + q T i [p u + N(u) 0.5 i N(u) x i + a A(u) y a ] Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 43 / 61

Adding Temporal Dynamics In reality, product perception and popularity constantly change as new selections emerge Customers inclinations evolve, leading them to redefine their taste The system should account for the temporal effects reflecting the dynamic, time-drifting nature of user-item interactions Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 44 / 61

Adding Temporal Dynamics In reality, product perception and popularity constantly change as new selections emerge Customers inclinations evolve, leading them to redefine their taste The system should account for the temporal effects reflecting the dynamic, time-drifting nature of user-item interactions Items that can vary over time: item biases, b i (t); user biases, b u (t); user preferences, p u (t) It can be integrated in the matrix factorization model as: rˆ ui (t) = µ + b i (t) + b u (t) + q T i p u (t) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 44 / 61

Recommendation in Social Networks Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 45 / 61

Effects in Social Networks Social Influence Ratings are influenced by ratings of friends, i.e. friends are more likely to have similar ratings than strangers Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 46 / 61

Effects in Social Networks Social Influence Ratings are influenced by ratings of friends, i.e. friends are more likely to have similar ratings than strangers Benefits Can deal with cold-start users, as long as they are connected to the social network Exploit social influence, correlational influence, transitivity Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 46 / 61

Memory Based Approaches Explore the network to find raters in the neighborhood of the target user Aggregate the ratings of these raters to predict the rating of the target user Different methods to calculate the trusted neighborhood of users Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 47 / 61

TidalTrust; Goldbeck (2005) Modified breadth-first search in the network Consider all raters v at the shortest distance from the target user u Trust between u and v: t u,v = w N u t u,w t w,v w N u t u,w where N u denotes the set of (direct) neighbors (friends) of u Trust depends on all connecting paths Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 48 / 61

TidalTrust; Goldbeck (2005) Modified breadth-first search in the network Consider all raters v at the shortest distance from the target user u Trust between u and v: t u,v = w N u t u,w t w,v w N u t u,w where N u denotes the set of (direct) neighbors (friends) of u Trust depends on all connecting paths Trust between direct neighbors Can be based on profile similarity or a value provided by the users themselves. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 48 / 61

TidalTrust Predicted Rating rˆ u,i = r v,i denotes rating of user v for item i t u,v r v,i v raters v raters t u,v Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 49 / 61

TidalTrust Predicted Rating rˆ u,i = r v,i denotes rating of user v for item i Shortest distance? Efficient t u,v r v,i v raters v raters t u,v Taking a short distance gives high precision and low recall One can consider raters up to a maximum-depth d, a trade-off between precision (and efficiency) and recall Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 49 / 61

TrustWalker How far to explore the network?: trade-off between precision and coverage Instead of far neighbors who have rated the target item, use near neighbors who have rated similar items Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 50 / 61

Random Walk Starting from a Target User u 0 At step k, at node u If u has rated i, return r u,i, otherwise With probability φ u,i,k, stop random walk, randomly select item j rated by u and return r u,j With probability 1 φ u,i,k, continue the random walk to a direct neighbor of u Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 51 / 61

Selecting φ u,i,k φ u,i,k gives the probability of staying at u to select one of its items at step k, while we are looking for a prediction on target item i This probability should be related to the similarities of the items rated by u and the target item i, consider the maximum similarity The deeper we go into the network, the probability of continuing random walk should decrease, so φ u,i,k should increase with k φ u,i,k = max j RI u sim(i,j) 1 1 + e k 2 where RI u denotes the set of items rated by user u Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 52 / 61

Selecting φ u,i,k Selecting sim(i,j) Let UC i,j be the set of common users, who have rated both items i and j, we can define the correlation between items i and j as: corr(i,j) = u UCi,j (r u,i r u )(r u,j r u ) u UCi,j (r u,i r u ) 2 u UCi,j (r u,j r u ) 2 Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 53 / 61

Selecting φ u,i,k Selecting sim(i,j) Let UC i,j be the set of common users, who have rated both items i and j, we can define the correlation between items i and j as: corr(i,j) = u UCi,j (r u,i r u )(r u,j r u ) u UCi,j (r u,i r u ) 2 u UCi,j (r u,j r u ) 2 Taking the effect of common users The size of the common users is also important. For the same value of corr(i,j), if number of common users, UC i,j, is higher, the similarity should be higher 1 sim(i,j) = 1 + e UC i,j 2 corr(i,j) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 53 / 61

When does a random walk terminate? Three alternatives Reaching a node which has expressed a rating on the target item i At some user node u, decide to stay at the node and select one of the items rated by u and return the rating for that item as result of the random walk The random walk might continue forever, so terminate when it is very far (k > max depth). What value of k? Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 54 / 61

When does a random walk terminate? Three alternatives Reaching a node which has expressed a rating on the target item i At some user node u, decide to stay at the node and select one of the items rated by u and return the rating for that item as result of the random walk The random walk might continue forever, so terminate when it is very far (k > max depth). What value of k? six-degrees of separation Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 54 / 61

How to recommend a rating? Perform several random walks, as described before and the aggregation of all ratings returned by different random walks are considered as the predicted rating r u0 ˆ,i. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 55 / 61

How to recommend a rating? Perform several random walks, as described before and the aggregation of all ratings returned by different random walks are considered as the predicted rating r u0 ˆ,i. Estimated rating for source user u on target item i: r u0 ˆ,i = {(v,j) R v,j } P(XY u,i = (v,j))r v,j XY u,i is the random variable for stopping the random walk at node v and selecting item j rated by v Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 55 / 61

Social Matrix Factorization Intuition Can we incorporate the Social information in the matrix factorization methods? Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 56 / 61

Social Matrix Factorization Intuition Can we incorporate the Social information in the matrix factorization methods? Recollect the Matrix factorization problem min p,q (u,i) K (r ui rˆ ui ) 2 + λ( q i 2 + p u 2 ) where r ui is the actual rating given by user u to item i, rˆ ui approximates user u s rating of item i, simplest of the expression being q T i p u, though other biases can also be incorporated. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 56 / 61

Social Matrix Factorization Basic Idea Neighbors in the social network may have similar interests. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 57 / 61

Social Matrix Factorization Basic Idea Neighbors in the social network may have similar interests. Incorporating social factors Let the social network information be represented by a matrix S R u 0 u 0, where u 0 is the number of users. S u,v (0,1] denotes the directed and weighted social relationship of user u with user v Each of the rows of the social matrix S is normalized to 1, resulting in the new matrix S, such that v S u,v = 1 for each user u Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 57 / 61

Social Matrix Factorization Basic Idea Neighbors in the social network may have similar interests. Incorporating social factors Let the social network information be represented by a matrix S R u 0 u 0, where u 0 is the number of users. S u,v (0,1] denotes the directed and weighted social relationship of user u with user v Each of the rows of the social matrix S is normalized to 1, resulting in the new matrix S, such that v S u,v = 1 for each user u Modified objective function min p,q (u,i) K (r ui rˆ ui ) 2 + β ((q u all u +λ( q i 2 + p u 2 ) v S u,vq v )(q u S u,vq v ) T ) v Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 57 / 61

Circle-based Social Recommendation Basic Idea A user may trust different subsets of friends regarding different domains. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 58 / 61

Circle-based Social Recommendation Basic Idea A user may trust different subsets of friends regarding different domains. Inferring circles based on categories Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 58 / 61

Circle-based Social Recommendation Basic Idea A user may trust different subsets of friends regarding different domains. Inferring circles based on categories Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 58 / 61

Circle-based Social Recommendation v is in inferred circle c of u iff u connects to v and both are interested in the category c. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 59 / 61

Circle-based Social Recommendation v is in inferred circle c of u iff u connects to v and both are interested in the category c. Example Categories Videos and DVDs Books Music Toys Software Cars... Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 59 / 61

Circle-based Social Recommendation Using the nomalized trust matrix S (c), a separate matrix mactorization model is trained for each category c. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 60 / 61

Circle-based Social Recommendation Using the nomalized trust matrix S (c), a separate matrix mactorization model is trained for each category c. Modified Objective function L (c) (r (c),q (c),p (c),s (c) ) = min p,q +β all u ((q u (c) v (u,i) K (r (c) ui rˆ (c) ui ) 2 S (c) u,vq (c) v)(q (c) u S (c) u,vq (c) v) T ) v +λ( q (c) i 2 + p (c) u 2 ) Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 60 / 61

Class Problem Consider the following ratings provided by 5 users, Alice, User1 - User4, to 5 items, Item1 to Item5. Assume that there is an underlying social network between these 5 users, which is given by the following adjacency list. The network is directed. Alice, User1 Alice, User2 Alice, User3 User1, User3 User1, User4 User2, User3 User2, User1 User3, User4 User3, User2 User4, User 3 Also, assume that the ratings given by the users to various items are same as in the above matrix, except that we do not have the ratings provided by User1 and User2 to Item5 anymore. Suppose you are using the TrustWalker method to predict the rating of Item5 by the user Alice. Assuming that at each step, you can choose any of the direct neighbors with equal probability, find out the probability that the random walk will continue for more than 1 step. Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 61 / 61