Social Recommender System

edit

A Social Recommender System is a personalized recommender system that takes advantage of users' social connection in online social networks[citation needed]. The rapid development of online social networks encouraged web users to create social connections with their friends. As humans are likely to make friends with people who share similar interests, opinions, and tastes, this knowledge can improve recommender systems in better predicting users' preferences. It narrows down the search scope of finding like-minded users and offers positive experience by providing more relevant items.

Background

edit

Sociology theory

edit

Two sociology theories provide support for the usage of social links in developing recommender systems, i.e. homophily [1] and social influence [2]. Homophily explains the phenomenon that people selectively interact with others who possess similar social status and social value. Social status can be personal characteristics (e.g. age, religion, location), positions and classes. Social value refers to knowledge state and internal belief. Social influence describes a tendency that people are influenced by others and grow to resemble their friends. Deutsch and Gerard (1955) divided social influence into two categories - normative influence and informational influence [3]. Normative influence means that humans are prone to confirm their behaviors to a community's norms in order to be a member of it; and informational influence refers to that people receive information from others to obtain a better understanding of the reality. Sociologists suggest that homophily and social influence are two major reasons to explain why people are similar to their neighbors [4]. On one hand, people selectively form links to others who are similar to them; and on the other hand, people change their behaviors and knowledge base to resemble their friends. Accordingly, incorporating social links can help find like-minded users in recommender systems.

edit

Social link can be broadly defined, covering explicit vs. implicit interactions, weighted vs. unweighted links, directed vs. undirected links, as well as pairwise vs. group-wise links. For example, Facebook requires mutual agreement of users to create a link, while Twitter supports asymmetric following relationships. Even though explicit connections are not available, implicit information can be used to construct social links, such as reviewing same products, commenting on same items and sharing same online groups etc.

Approaches

edit

Direct Friend-to-friend Recommendation

edit

The direct friend-to-friend recommendation is one of the simplest recommendation strategies, imitating the "word-of-mouth" phenomenon in social networks. The activities that people share ideas, discuss movies and recommend restaurants to friends are all examples of direct recommendation. Despite of its simplicity, direct recommendation has exhibited promising potentials in boosting recommendation. Sinha and Swearingen (2001) conducted an experiment, in which participants were asked to evaluate items (books and movies) given by recommender systems as well as by their close friends [5]. Their results revealed that close friends always gave more satisfying recommendations than existing recommender systems. Besides, another experiment conducted by Bonnard et al (2006) studied the influence of personal familiarity between advice-seeker and recommender in recommendation judgement [6]. Their results showed that people were more willing to accept recommendations from their friends instead of strangers.

Nearest Neighbor (NN) Recommendation

edit

Given a target user, the nearest neighbors are those persons who maintain the largest similarities with him or her. By exploring the opinions of his or her neighborhood, the algorithm is able to predict unknown rating that user probably gives to a candidate item. Traditional nearest neighbor algorithm is only based on user-item matrix, without consideration of any extra information. So the phenomenon is very common that strangers are selected to be the like-minded neighbors whom target user might not even know at all. Besides, another problem with traditional similarity measurement is data sparsity of user-item matrix, so that it would be difficult to do prediction for a new user who has few rating records.

To address above mentioned issues, researchers proposed to make use of social links in neighborhood generation. Instead of automatically finding neighbors from all user set, social link-based recommendation substitutes or complements with user specified social links. In this way, it guarantees that selected neighbors are well-known to target users, as well as benefits new user's prediction process. The effectiveness of social links have been proved by many prior work. For example, Groh and Ehmig (2007) proposed social filtering as a compartment to collaborative filtering [7]. Unlike collaborative filtering, social filtering chooses neighbors based on social links (friendship) rather than the user-item matrix. They found that social filtering outperformed collaborative filtering in all their experimental settings. Besides, Massa and Avesani (2009) formulated a trust score to select neighbors in recommender system [8]. The trust score measures how much the target user trusts a certain neighbor, which is obtained from social links. Superior to traditional approaches, their method is applicable to users who provided few ratings.

Matrix Factorization Recommendation

edit

Matrix factorization is an effective solution for data sparsity problem in recommender systems. It decomposes a sparse matrix into smaller matrices, and the reduced dimension can be used to indicate latent features. For example, let   be the original user-item matrix, and each element   be the rating user   gives to item  ,   can be decomposed into two lower-dimensional matrices   and   as  . Each row   in   represents user  's feature vector, each row   in   represents item  's feature vector. Let   be the approximated user-item matrix, then it is a dense matrix which can be calculated by  . Traditional matrix factorization is only based on user-item matrix, trying to minimize the discrepancy between original matrix   and the estimated matrix  :

 

where   if user   has rated item   and   otherwise,   is the regularization parameter. The traditional method assumes that users would always rate items independently but fails to consider the situation where users are influenced by their social connections. Therefore, more advanced matrix factorization algorithms, i.e. social link-based co-factorization is proposed.

Social link-based co-factorization highlights the phenomenon that social links also influence users' features, thus it applies not only user-item matrix but also social links [9]. Let   denote the user-user matrix in social networks, it can be approximated by  . Therefore social link-based co-factorization is described by:

 

where   if user   and   has social connection, and   otherwise. The objective function tries to minimize two types of discrepancies simultaneously that comes from rate records as well as social links.

Ensemble Method

edit

Ensemble methods estimate a missing rating through linearly combining target user's own prediction and all the predicted ratings of its social neighbors. For example, Mar et al (2009) proposed an ensemble method called Social Trust Ensemble [10]. Given the learned user's feature vector   and item's feature vector  , the final prediction for   can be computed as follow:

 

where   denotes two users' social connection.

Regularization Method

edit

Regularization method extends matrix factorization by adding extra regularization terms [11][12], which can be called "social regularization". Social regularizations try to minimize the dissimilarity between social friends with high similarity. Ma et al (2011) proposed two types of social regularizations: individual-based regularization as well as average-based regularization [12]. The former one imposes constraints between users and their social friends individually:

 

where   represents similarity and   indicates  's friend set. The second regularization constrain each user's feature with the average level of his or her social friends:

 .

where the average level is a weighted combination of all social friends.

Graph-based Recommendation

edit

Instead of indirectly leveraging social link information, graph-based strategy directly depends on the structure of social graphs. A popular social graph is trust-based graph in which vertices are users and links indicate trustiness. Usually, a random walker will search on the graph by following trusted links to reach reliable friends (direct or indirect), and return the rates for a candidate item given by those trusted friends [13][14]. In addition to homogenous graphs, researchers also construct heterogeneous graphs that contain a variety of vertex entities, such as items and tags etc [15]. No matter what kinds of graphs, it adopts the generic framework of random walk with restart to search useful information in those graphs.

References

edit
  1. ^ Centola, Damon; González-Avella, Juan Carlos; Eguíluz, Víctor M.; San Miguel, Maxi (2007-12-01). "Homophily, Cultural Drift, and the Co-Evolution of Cultural Groups". Journal of Conflict Resolution. 51 (6): 905–929. doi:10.1177/0022002707307632. ISSN 0022-0027.
  2. ^ Friedkin, Noah E (2006). A structural theory of social influence. Cambridge University Press.
  3. ^ Deutsch, Morton; Gerard, Harold B. (1955-11-01). "A study of normative and informational social influences upon individual judgment". The Journal of Abnormal and Social Psychology. 51 (3): 629–636. doi:10.1037/h0046408. ISSN 0096-851X.
  4. ^ Crandall, David; Cosley, Dan; Huttenlocher, Daniel; Kleinberg, Jon; Suri, Siddharth (2008-01-01). "Feedback Effects Between Similarity and Social Influence in Online Communities". Proceedings of the 14th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. KDD '08. New York, NY, USA: ACM: 160–168. doi:10.1145/1401890.1401914. ISBN 9781605581934.
  5. ^ Sinha, Rashmi; Swearingen, Kirsten (2001-01-01). "Comparing Recommendations Made by Online Systems and Friends". {{cite journal}}: Cite journal requires |journal= (help)
  6. ^ Bonhard, P.; Sasse, M. A. (2006-07-01). "'Knowing Me, Knowing You' – Using Profiles and Social Networking to Improve Recommender Systems". BT Technology Journal. 24 (3): 84–98. doi:10.1007/s10550-006-0080-3. ISSN 1358-3948.
  7. ^ Groh, Georg; Ehmig, Christian (2007-01-01). "Recommendations in Taste Related Domains: Collaborative Filtering vs. Social Filtering". Proceedings of the 2007 International ACM Conference on Supporting Group Work. GROUP '07. New York, NY, USA: ACM: 127–136. doi:10.1145/1316624.1316643. ISBN 9781595938459.
  8. ^ Massa, Paolo; Avesani, Paolo (2007-01-01). "Trust-aware Recommender Systems". Proceedings of the 2007 ACM Conference on Recommender Systems. RecSys '07. New York, NY, USA: ACM: 17–24. doi:10.1145/1297231.1297235. ISBN 9781595937308.
  9. ^ Ma, Hao; Yang, Haixuan; Lyu, Michael R.; King, Irwin (2008-01-01). "SoRec: Social Recommendation Using Probabilistic Matrix Factorization". Proceedings of the 17th ACM Conference on Information and Knowledge Management. CIKM '08. New York, NY, USA: ACM: 931–940. doi:10.1145/1458082.1458205. ISBN 9781595939913.
  10. ^ Ma, Hao; King, Irwin; Lyu, Michael R. (2009-01-01). "Learning to Recommend with Social Trust Ensemble". Proceedings of the 32Nd International ACM SIGIR Conference on Research and Development in Information Retrieval. SIGIR '09. New York, NY, USA: ACM: 203–210. doi:10.1145/1571941.1571978. ISBN 9781605584836.
  11. ^ Yang, Xiwang; Steck, Harald; Liu, Yong (2012-01-01). "Circle-based Recommendation in Online Social Networks". Proceedings of the 18th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. KDD '12. New York, NY, USA: ACM: 1267–1275. doi:10.1145/2339530.2339728. ISBN 9781450314626.
  12. ^ a b Ma, Hao; Zhou, Dengyong; Liu, Chao; Lyu, Michael R.; King, Irwin (2011-01-01). "Recommender Systems with Social Regularization". Proceedings of the Fourth ACM International Conference on Web Search and Data Mining. WSDM '11. New York, NY, USA: ACM: 287–296. doi:10.1145/1935826.1935877. ISBN 9781450304931.
  13. ^ Jamali, Mohsen; Ester, Martin (2009-01-01). "TrustWalker: A Random Walk Model for Combining Trust-based and Item-based Recommendation". Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. KDD '09. New York, NY, USA: ACM: 397–406. doi:10.1145/1557019.1557067. ISBN 9781605584959.
  14. ^ Jamali, Mohsen; Ester, Martin (2009-01-01). "Using a Trust Network to Improve top-N Recommendation". Proceedings of the Third ACM Conference on Recommender Systems. RecSys '09. New York, NY, USA: ACM: 181–188. doi:10.1145/1639714.1639745. ISBN 9781605584355.
  15. ^ Konstas, Ioannis; Stathopoulos, Vassilios; Jose, Joemon M. (2009-01-01). "On Social Networks and Collaborative Recommendation". Proceedings of the 32Nd International ACM SIGIR Conference on Research and Development in Information Retrieval. SIGIR '09. New York, NY, USA: ACM: 195–202. doi:10.1145/1571941.1571977. ISBN 9781605584836.