+ All Categories
Home > Documents > Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research...

Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research...

Date post: 19-Jan-2016
Category:
Upload: reynard-shaw
View: 219 times
Download: 1 times
Share this document with a friend
22
Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin King AT&T Labs – Research The Chinese University of Hong Kong
Transcript
Page 1: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Recommender Systems with Social Regularization

Hao Ma, Dengyong Zhou, Chao LiuMicrosoft Research

Michael R. LyuThe Chinese University of Hong Kong

Irwin KingAT&T Labs – Research

The Chinese University of Hong Kong

Page 2: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Recommender Systems are Everywhere

2

Page 3: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Web 2.0 Web Sites are Everywhere

3

Page 4: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Trust-aware Recommender Systems

• These Methods utilize the inferred implicit or observed explicit trust information to further improve traditional recommender systems.– [J. O’Donovan and B. Smyth, IUI 2005]– [P. Massa and P. Avesani, RecSys 2007]– [H. Ma, I. King, and M. R. Lyu, SIGIR 2009]

• Based on the motivation that “I trust you => I have similar tastes with you”.

4

Page 5: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Comparison

• Trust-aware

– Trust network: unilateral relations

– Trust relations can be treated as “similar” relations

– Few datasets available on the Web

• Social-based

– Social friend network: mutual relations

– Friends are very diverse, and may have different tastes

– Lots of Web sites have social network implementation

5

Page 6: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Contents of This Work

• Focusing on social-based recommendation problems

• Two methods are proposed based on matrix factorization with social regularization terms– Can be applied to trust-aware recommender systems.

• Experiments on two large datasets– Douban (social friend network)– Epinions (trust network)

6

Page 7: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Problem Definition

Social Network Information User-Item Rating Matrix7

Page 8: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Low-Rank Matrix Factorization for Collaborative Filtering

• Objective function

Ui ,Vj : low dimension column vectors to represent user/item preferences.

8

Page 9: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Social Regularization I

• Average-based regularization

9

Minimize Ui’s taste with the average tastes of Ui’s friends. The similarity function Sim(i, f) allows the social regularization term to treat users’ friends differently.

Page 10: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Social Regularization I

• Gradients

10

Page 11: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Social Regularization II

• Individual-based regularization

This approach allows similarity of friends’ tastes to be individually considered. It also indirectly models the propagation of tastes.

11

Page 12: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Social Regularization II

• Gradients

12

Page 13: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Similarity Function

• Vector Space Similarity (VSS) or Cosine Similarity

• Pearson Correlation Coefficient (PCC)

13

Page 14: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Dataset I

• Douban– Chinese Web 2.0 Web site with social friend

network service– The largest online book, movie and music review

and rating site in China– We crawled 129,940 users and 58,541 movies with

16,830,839 movie ratings– The total number of friend links between users is

1,692,952

14

Page 15: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Dataset II

• Epinions– A well-known English general consumer review

and rating site– Every member maintains a trust list which

presents a user network of trust relationships– We crawled 51,670 users who have rated a total of

83,509 different items. The total number of ratings is 631,064

– The total number of issued trust statements is 511,799

15

Page 16: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Metrics

• MAE and RMSE

16

Page 17: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Performance Comparison

17

Page 18: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Impact of Parameter beta

18

Page 19: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Impact of Similarity Functions

19

Page 20: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Conclusions

• We proposed two new social recommendation methods

• Our approaches perform better than other traditional and trust-aware recommendation methods

• The methods scale well since the employed algorithm is linear with the observation of ratings

20

Page 21: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Future Work

• Employ more accurate similarity functions

• Consider item side regularization

• Apply similar techniques to other social applications, like social search problems

21

Page 22: Recommender Systems with Social Regularization Hao Ma, Dengyong Zhou, Chao Liu Microsoft Research Michael R. Lyu The Chinese University of Hong Kong Irwin.

Thanks!

Q&A


Recommended