Top Banner
厦厦厦厦厦厦厦厦厦厦 2011 厦 11 厦 RunquanXie E-mail: [email protected] Item-level Social Ifluence Prediction for Users and Posts Ra nking Who Should Share What?
41

Item-level Social Ifluence Prediction for Users and Posts Ranking

Jan 18, 2016

Download

Documents

dyanne

Item-level Social Ifluence Prediction for Users and Posts Ranking. Who Should Share What?. RunquanXie E-mail: [email protected]. 厦门大学计算机科学系 2011 年 11 月. Author information. Peng Cui Research Assistant  - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21厦门大学计算机科学系 2011 年 11 月

RunquanXie

E-mail: [email protected]

Item-level Social IfluencePrediction for Users and Posts Ranking

Who Should Share What?

Page 2: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Author information

Peng Cui Research Assistant Research Assistant 

Shaowei Liu Ph.D.Ph.D. Shiqiang Yang ProfessorProfessor

Page 3: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

1.Two core dimensions in a social network : information people basic behavior : people sharing information spread

2. Who Should Share What? ( predicting item-level social influenece )Two information retrieval scenarios(1) Users ranking an post(2) Posts ranking an user

3. Formulate this problem : the estimation of a user-post matriX, each entry : the strength of influence of a user given a web post.

4. Hybrid Factor Non-Negative Matrix Factorization approachDevise an efficient projected gradient method

ABSTRACT

Page 4: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

INTRODUCTION

•With the rapid proliferation : Facebook, Renren etc., more and more user profiles,interactions, and collective intelligence ( tags, comments, etc.) are available online.

•a new perspective for information retrieval applications:• more focus should put on user collaborative information.•MeanWhile, new search scenarios:•web people search and relationship search emerged.

•challenge to traditional information retrieval:• how to effectively handle the social information?

Page 5: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

INTRODUCTION

1.A key concept : Social influence a prevalent [ 普遍 ]and complexforce governing the dynamics of social network.

2.a clear need for techniques to analyze social influence and this issue in information retrieval field has still not been well studied.

3. The existing social influence analysis research[summarized into a diagram]

Who(A) influences Whom(B) given What(C)?

A:a single user

B:the whole network or a single user or the A’s friends (neighborhoods) in different previous works

Page 6: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

INTRODUCTION

C : three lines of research

1.Structure-level [C is empty]

2.Topic-level [C is a topic]

3.Item-level [C is an item (such as a web page, product etc.)] rare in previous research.

Page 7: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Motivating Application

Definition on Wiki : social influence occurs when an individual’s thoughts, feelings or actions are affected by other people.

In Renren, when a user share a web post, a portion of her friends will click, comment, or even forward the post, which are three levels of influence . In this paper, we only consider click action. That is, the social influence of a user on her friends given a web post is defined as the number of her friends who click the shared web post.

Page 8: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Challenges

1.User-post specific User-post matrix

2. Sparsityeffective prior knowledge for user and post grouping to alleviate the sparsity problem.User-user similarity matrix and post topic distribution matrix

3.Complex factors. For example, the total number of friends, the tie strength between the user and her friends, the semantics of web posts, etc., How to select the effective factors and integrate these complex factors in one predictive model is also one of the focus of our work.

Page 9: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Contributions

1. Formulates the item-level social influence prediction problem formally with HF-NMF, and devise an efficient projected gradient method to solve it.

2. Support the applications such as influencer ranking and information recommendation by user-post matrix ranking in two directions.

3. social influence extendable to the influence on all the friends and the friends of friends etc.

4. We conducted intensive experiments on real social network datasets, and the results show that the HF-NMF can achieve a better performance compared with other competitors.

Page 10: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

PRELIMINARIES : Necessity of Item-level Social Influence

1.The dataset http://renren.com/, 150 million active users.

2.A user can generate a post or share a web page and as the number of friends is different for each user, the upper bound of users’ social influence strengths are also different. In order to make the strength of influence be measured in a unified scale for different users for the sake of observational and modeling study, we use the proportion of friends who click the shared post as the measure.

3.Figure 1

Page 11: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Figure1

Page 12: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Figure1

(1) different users have different influence power to their friends

(2) different posts have different influence power

(3) users’ influences differently for different posts

Conclusion :Only item-level social influence can reveal theusers’ real influence on friends, and the strength of influence should definitely be user-post specific.

Page 13: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Predictive Factors

1. User-specific factors. Although users’ social influence vary with the shared posts, the average of

the social influences over posts determines the overall social influence of a user. We regard the factors that affect users’ overall social influence

(excluding the posts) as he user-specific factors.

2. Post-specific factors.

posts’ overall social influence

3. User-post specific factors. The social influence of a user given a post cannot be well approximates

only by the user and post-specific factors. The factors indicating the interactions between users and posts.

Page 14: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Predictive Factors

emphasizing 1.The user and post factors are essential for the predictive modeling.

2. The user-post interactions are very sparse.alleviate : find effective factors to “group” those users and posts

3.The user and post-specific factors also provide some effective prior knowledge to complement the inference from pure user-post interactions.

4. How to find out the effective predictive factors??

Finally : Two user-oriented factors: the percentage of active friends, the average social tie strength between a user and her friends,One post-specific factor: the topic distribution of a post’s content.

Page 15: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

demonstrate the validity of selected factors

Randomly select 10 users. Define user social influence : the average percentage

of her friends who click the shared post over all shared posts.

Page 16: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Post topic distribution

Hypothesis : the posts with similar contents ( similar topic distributions) often induce similar social influences.

Validate: we randomly select ten groups of web posts, and posts in the same group have similar topic distributions.Define web post social influence same with above. Then calculate and plotConclusion : 1.most variances inside topic groups are smaller than that across groups2.The introduction of topical grouping :reduce down the uncertainty of social influence.

Page 17: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

ALGORITHM

1.Suppose :M users ui and N postings pj.

N(ui) : ui ’s first-order friends.

2. Item-level social influence

the strength of ui’s influence on N(ui) : fij, is the number of ui’s friends whO clicked pj .

3. Social influence prediction[M*N]

The social influence prediction is to predict the unobserved social influences fˆij based on the observed fij ’s and those predictive factors.

Page 18: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Formally

X ∈ RM×N

Gi : the number of ui’s friends

different users have different numbers of friends

Problem: predicting the unobserved entries in X.

Page 19: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Hybrid Factor Non-negative Matrix Factorization

• Suppose:a joint latent space for both users and posts with dimensionality k

• Ui : an user vector ui ∈ Rk• Pj : a post vector vj ∈ Rk

Page 20: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

(HF-NMF)

Focus more on the valid[ 有效 ] elementsSharing matrix :

The severe sparsity of X??

Page 21: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Incorporating User-Specific Factors

1.The percentage of active friends:

2. the average friend tie strength:

Page 22: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

1.the similarity between ui and uj

2. the user-user similarity matrix

Page 23: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Incorporating Post-Specific Factors

1.The post content matrixsocial influence is strongly correlated with the content of the web posts

2. Finally

Page 24: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Solution1.a nonnegativity projection operator P[ ] formatrix A

Problem:

Variants of projected gradient methods differ on selecting the step size

Page 25: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Algorithm 1 Projected Gradient

Ensures the sufficient decrease of the function value per iteration.

• By trying the step sizes

Page 26: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Algorithm 2 Improved Projected Gratient

1. Searching is the most time consuming operation

2.

.The trick: and guess either increases or decreases

Page 27: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Algorithm 2 Improved Projected Gratient

• a better initial guess of at each iteration and allows to be larger than one.

Page 28: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Page 29: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

交替下降

=> for

fix V G update U

fix U G update V

fix U V update G

end for

Page 30: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

EXPERIMENTS

1.DataSet [ at least 6 days before the crawling date ]

Page 31: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Comparative Methods

1. Logistic Regression

2. Cox Proportional Hazards Regression

3. User Averaging Influence

4. Post Averaging Influence

5. Basic Non-NegativeMatrix Factorization

Page 32: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Comparative Methods

6.User Factors Constrained NMF

7. Post Factors Constrained NMF

Page 33: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Evaluation Measures

1.

2. T-measure

R-measure

1 : perfect ranking

Page 34: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Parameter Settings : Tradeoff Parameters

α =0.0001, β = γ = δ = 0.01

Page 35: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Parameter Settings : Dimensionality of the Hidden Space

Page 36: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Number of Iterations

Page 37: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Prediction Performance

Page 38: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

User and Post Ranking Performance

Page 39: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Comparison with Other Methods

Page 40: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

CONCLUSION

1.Hybrid Factor Non-Negative Matrix Factorization method to incorporate these predictive factors for user-post specific social influence prediction

2. devise an efficient Projected Gradient method for HFNMF solution.

Page 41: Item-level Social Ifluence Prediction for Users and Posts Ranking

23/4/21

Department of Computer Science, Xiamen University, Nov, 2011