17,446 research outputs found

    Credibility-based social network recommendation: Follow the leader

    Get PDF
    In Web-based social networks (WBSN), social trust relationships between users indicate the similarity of their needs and opinions. Trust can be used to make recommendations on the web because trust information enables the clustering of users based on their credibility which is an aggregation of expertise and trustworthiness. In this paper, we propose a new approach to making recommendations based on leaders' credibility in the "Follow the Leader" model as Top-N recommenders by incorporating social network information into user-based collaborative filtering. To demonstrate the feasibility and effectiveness of "Follow the Leader" as a new approach to making recommendations, first we develop a new analytical tool, Social Network Analysis Studio (SNAS), that captures real data and used it to verify the proposed model using the Epinions dataset. The empirical results demonstrate that our approach is a significantly innovative approach to making effective collaborative filtering based recommendations especially for cold start users. © 2010 Al-Sharawneh & Williams

    Interactive Graph Convolutional Filtering

    Full text link
    Interactive Recommender Systems (IRS) have been increasingly used in various domains, including personalized article recommendation, social media, and online advertising. However, IRS faces significant challenges in providing accurate recommendations under limited observations, especially in the context of interactive collaborative filtering. These problems are exacerbated by the cold start problem and data sparsity problem. Existing Multi-Armed Bandit methods, despite their carefully designed exploration strategies, often struggle to provide satisfactory results in the early stages due to the lack of interaction data. Furthermore, these methods are computationally intractable when applied to non-linear models, limiting their applicability. To address these challenges, we propose a novel method, the Interactive Graph Convolutional Filtering model. Our proposed method extends interactive collaborative filtering into the graph model to enhance the performance of collaborative filtering between users and items. We incorporate variational inference techniques to overcome the computational hurdles posed by non-linear models. Furthermore, we employ Bayesian meta-learning methods to effectively address the cold-start problem and derive theoretical regret bounds for our proposed method, ensuring a robust performance guarantee. Extensive experimental results on three real-world datasets validate our method and demonstrate its superiority over existing baselines

    Using Tags for Measuring the Semantic Similarity of Users to Enhance Collaborative Filtering Recommender Systems

    Get PDF
    Recent years have seen a significant growth in social tagging systems, which allow users to use their own generated tags to organize, categorize, describe and search digital content on social media. The growing popularity of tagging systems is leading to an increasing need for automatic generation of recommended items for users. Much previous research focuses on incorporating recommender techniques in social tagging systems to support the suggestion of suitable tags for annotating related items. Collaborative filtering is one such technique. The most critical task in collaborative filtering is finding related users with similar preferences, i.e., “liked-minded” users. Despite the popularity of collaborative filtering, it still suffers from certain limitations in relation to “cold-start” users, for example, where often there are insufficient preferences to make recommendations. Moreover, there is the data-sparsity problem, where there is limited user feedback data to identify similarities in users’ interests because there is no intersection between users’ transactional data a situation which also results in degraded recommendation quality. For this reason, in this paper we present a new collaborative filtering approach based on users’ semantic tags, which calculates the similarity between users by discovering the semantic spaces in their posted tags. We believe that this approach better reflects the semantic similarity between users according to their tagging perspectives and consequently improves recommendations through the identification of semantically related items for each user. Our experiment on a real-life dataset shows that the proposed approach outperforms the traditional user-based collaborative filtering approach in terms of improving the quality of recommendations

    An Efficient Cross-Domain Recommendation Technique in Cold-Start Situations

    Get PDF
    Most of the recent studies on recommender systems are focused on single domain recommendation systems. In the single domain recommendation systems, the items that are used for training and test data set are belongs to within the same domain. Cross-site domains or item recommendations in multi-domain environment are available in Amazon i.e. it incorporate two or more domains. Few research studies are done on the cross-site recommendation systems. Cross-site recommendations provide the relationship between the two sets of items from various domains. They can provide the extra information about the users of a target domain and recommendations will be done based on that. In this paper, we will study cross-site recommendation model on the cold start situation, where the purchase history is not available for the new user. Cold-start is the well-known issue in the area of recommendation systems. It seriously affect the recommendations in the collaborative filtering approaches. In this paper, we propose a new solution to recommend products from e-commerce websites to users at social networking sites. a noteworthy issue is how to leverage knowledge from social networking websites when there is no purchase history for a customer especially in cold start situations.in particular we proposed the solution for cold start recommendation by linking the users across social networking sites and e-commerce websites i.e. customers who have social network identities and have purchased on e-commerce websites as a bridge to map user’s social networking features in to another feature representation which can be easier for product recommendation. Here we propose to learn by using recurrent neural networks both user’s and product’s feature representations called user embedding and product embedding from the data collected from e-commerce website and then apply a modified gradient boosting trees method to transform user’s social networking features in to user embedding. Once found, then develop a feature-based matrix factorization approach which can leverage the learnt user embedding for the cold-start product recommendation. Experimental results shows that our approach effectively works and gives the best recommended results in cold start situations

    Influence of Social Circles on User Recommendations

    Get PDF
    Recommender systems are powerful tools that filter and recommend content relevant to a user. One of the most popular techniques used in recommender systems is collaborative filtering. Collaborative filtering has been successfully incorporated in many applications. However, these recommendation systems require a minimum number of users, items, and ratings in order to provide effective recommendations. This results in the infamous cold start problem where the system is not able to produce effective recommendations for new users. In recent times, with escalation in the popularity and usage of social networks, people tend to share their experiences in the form of reviews and ratings on social media. The components of social media like influence of friends, users\u27 interests, and friends\u27 interests create many opportunities to develop solutions for sparsity and cold start problems in recommender systems. This research observes these patterns and analyzes the role of social trust in baseline social recommender algorithms SocialMF - a matrix factorization-based model, SocialFD - a model that uses distance metric learning, and GraphRec - an attention-based deep learning model. Through extensive experimentation, this research compares the performance and results of these algorithms on datasets that these algorithms were tested on and one new dataset using the evaluations metrics such as root mean squared error (RMSE) and mean absolute error (MAE). By modifying the social trust component of these datasets, this project focuses on investigating the impact of trust on performance of these models. Experimental results of this research suggest that there is no conclusive evidence on how trust propagation plays a major part in these models. Moreover, these models show slightly improved performance when supplied with modified trust data

    Collaborative filtering and deep learning based recommendation system for cold start items

    Get PDF
    Recommender system is a specific type of intelligent systems, which exploits historical user ratings on items and/or auxiliary information to make recommendations on items to the users. It plays a critical role in a wide range of online shopping, e-commercial services and social networking applications. Collaborative filtering (CF) is the most popular approaches used for recommender systems, but it suffers from complete cold start (CCS) problem where no rating record are available and incomplete cold start (ICS) problem where only a small number of rating records are available for some new items or users in the system. In this paper, we propose two recommendation models to solve the CCS and ICS problems for new items, which are based on a framework of tightly coupled CF approach and deep learning neural network. A specific deep neural network SADE is used to extract the content features of the items. The state of the art CF model, timeSVD++, which models and utilizes temporal dynamics of user preferences and item features, is modified to take the content features into prediction of ratings for cold start items. Extensive experiments on a large Netflix rating dataset of movies are performed, which show that our proposed recommendation models largely outperform the baseline models for rating prediction of cold start items. The two proposed recommendation models are also evaluated and compared on ICS items, and a flexible scheme of model retraining and switching is proposed to deal with the transition of items from cold start to non-cold start status. The experiment results on Netflix movie recommendation show the tight coupling of CF approach and deep learning neural network is feasible and very effective for cold start item recommendation. The design is general and can be applied to many other recommender systems for online shopping and social networking applications. The solution of cold start item problem can largely improve user experience and trust of recommender systems, and effectively promote cold start items

    HRS-CE: a hybrid framework to integrate content embeddings in recommender systems for cold start items

    Get PDF
    Recommender systems (RSs) provide the personalized recommendations to users for specific items in a wide range of applications such as e-commerce, media recommendations and social networking applications. Collaborative Filtering (CF) and Content Based (CB) Filtering are two methods which have been employed in implementing the recommender systems. CF suffers from Cold Start (CS) problem where no rating records (Complete Cold Start CSS) or very few records (Incomplete Cold Start ICS) are available for newly coming users and items. The performance of CB methods relies on good feature extraction methods so that the item descriptions can be used to measure items similarity as well as for user profiling. This paper addresses the CS problem by providing a novel way of integrating content embeddings in CF. The proposed algorithm (HRS-CE) generates the user profiles that depict the type of content in which a particular user is interested. The word embedding model (Word2Vec) is used to produce distributed representation of items descriptions. The higher representation for an item description, obtained using content embeddings, are combined with similarity techniques to perform rating predictions. The proposed method is evaluated on two public benchmark datasets (MovieLens 100k and MovieLens 20M). The results demonstrate that the proposed model outperforms the state of the art recommender system models for CS items

    Personalized Recommendations Based On Users’ Information-Centered Social Networks

    Get PDF
    The overwhelming amount of information available today makes it difficult for users to find useful information and as the solution to this information glut problem, recommendation technologies emerged. Among the several streams of related research, one important evolution in technology is to generate recommendations based on users’ own social networks. The idea to take advantage of users’ social networks as a foundation for their personalized recommendations evolved from an Internet trend that is too important to neglect – the explosive growth of online social networks. In spite of the widely available and diversified assortment of online social networks, most recent social network-based recommendations have concentrated on limited kinds of online sociality (i.e., trust-based networks and online friendships). Thus, this study tried to prove the expandability of social network-based recommendations to more diverse and less focused social networks. The online social networks considered in this dissertation include: 1) a watching network, 2) a group membership, and 3) an academic collaboration network. Specifically, this dissertation aims to check the value of users’ various online social connections as information sources and to explore how to include them as a foundation for personalized recommendations. In our results, users in online social networks shared similar interests with their social partners. An in-depth analysis about the shared interests indicated that online social networks have significant value as a useful information source. Through the recommendations generated by the preferences of social connection, the feasibility of users’ social connections as a useful information source was also investigated comprehensively. The social network-based recommendations produced as good as, or sometimes better, suggestions than traditional collaborative filtering recommendations. Social network-based recommendations were also a good solution for the cold-start user problem. Therefore, in order for cold-start users to receive reasonably good recommendations, it is more effective to be socially associated with other users, rather than collecting a few more items. To conclude, this study demonstrates the viability of multiple social networks as a means for gathering useful information and addresses how different social networks of a novelty value can improve upon conventional personalization technology
    • …
    corecore