12,649 research outputs found

    Recommending Items in Social Tagging Systems Using Tag and Time Information

    Full text link
    In this work we present a novel item recommendation approach that aims at improving Collaborative Filtering (CF) in social tagging systems using the information about tags and time. Our algorithm follows a two-step approach, where in the first step a potentially interesting candidate item-set is found using user-based CF and in the second step this candidate item-set is ranked using item-based CF. Within this ranking step we integrate the information of tag usage and time using the Base-Level Learning (BLL) equation coming from human memory theory that is used to determine the reuse-probability of words and tags using a power-law forgetting function. As the results of our extensive evaluation conducted on data-sets gathered from three social tagging systems (BibSonomy, CiteULike and MovieLens) show, the usage of tag-based and time information via the BLL equation also helps to improve the ranking and recommendation process of items and thus, can be used to realize an effective item recommender that outperforms two alternative algorithms which also exploit time and tag-based information.Comment: 6 pages, 2 tables, 9 figure

    ์†Œ์…œ ์นดํƒˆ๋กœ๊น… ์„œ๋น„์Šค์—์„œ์˜ ๊ฐ์ • ๊ธฐ๋ฐ˜ ์•„์ดํ…œ ์ถ”์ฒœ ๊ธฐ๋ฒ•

    Get PDF
    ํ•™์œ„๋…ผ๋ฌธ (๋ฐ•์‚ฌ)-- ์„œ์šธ๋Œ€ํ•™๊ต ๋Œ€ํ•™์› ๊ณต๊ณผ๋Œ€ํ•™ ์ „๊ธฐยท์ปดํ“จํ„ฐ๊ณตํ•™๋ถ€, 2017. 8. ๊น€ํ˜•์ฃผ.Social cataloging services allow users to catalog items, express subjective opinions, and communicate with other users. Users in social cataloging services can refer to others activities and opinions and obtain complementary information about items through the relationships with others. However, unlike a general social networking service where user behaviors are based on the connections between users, users in social cataloging services can participate and contribute to services and can obtain the information about items without links. In contrast to a general social networking service in which actions are performed based on connections between users, You can participate and contribute. In this doctoral dissertation, we classify users into two groups as connected users and isolated users and analyze usersbehaviors. Considering the characteristics of users who mainly focus on contents rather than relationships, we propose a tag emotion-based item recommendation scheme. Tags are the additional information about the item, and at the same time, it is a subjective estimation of users for items, which contains the users feelings and opinions on the item. Therefore, if we consider the emotions contained in tags, it is possible to obtain the recommendation result reflecting the users preferences or interest. In order to reflect the emotions of each tag, the ternary relationships between users, items, and tags are modeled by the three-order tensor, and new items are recommended based on the latent semantic information derived by a high order singular value decomposition technique. However, the data sparsity problem occurs because the number of items in which a user is tagged is smaller than the amount of all items. In addition, since the recommendation is based on the latent semantic information among users, items, and tags, the previous tagging histories of users and items are not considered. Therefore, in this dissertation, we use item-based collaborative filtering technique to generate additional data to build an extended data set. We also propose an improved recommendation method considering the user and item profiles. The proposed method is evaluated based on the actual data of social cataloging service. As a result, we show that the proposed method improves the recommendation performances compared to the collaborative filtering and other tensor-based recommendation methods.Chapter 1 Introduction 1 1.1 Research Motivation 1 1.2 Research Contributions 3 1.3 Dissertation Outline 5 Chapter 2 Backgrounds and Related Work 7 2.1 Online Social Networks and Social Cataloging Services 7 2.2 Terminologies 9 2.3 Related Work 12 2.3.1 Social Network Analysis 12 2.3.2 Item Recommendation 16 2.3.3 Emotion Analysis and Recommendation using emotions 20 Chapter 3 User Behavior in Social Cataloging Services 24 3.1 Motivation 24 3.2 Datasets 27 3.2.1 LibraryThing 27 3.2.2 Userstory Book 28 3.2.3 Flixster 30 3.2.4 Preliminary Analysis 31 3.3 Characteristics of Users in Social Cataloging Services 36 3.3.1 Assortativity 36 3.3.2 Reciprocity 37 3.3.3 Homophily 39 3.4 Isolated Users in Social Cataloging Service 41 3.5 Summary 48 Chapter 4 Tag Emotion Based Item Recommendation 51 4.1 Motivation 52 4.2 Weighting of Tags 55 4.2.1 Rating Based Tag Weight 55 4.2.2 Emotion Based Tag Weight 57 4.2.3 Overall Tag Weight 58 4.3 Tensor Factorization 59 4.3.1 High Order Singular Value Decomposition 60 4.4 A Running Example 62 4.5 Experimental Evaluation 66 4.5.1 Dataset 66 4.5.2 Experimental Results 68 4.6 Summary 76 Chapter 5 Improving Item Recommendation using Probabilistic Ranking 78 5.1 Motivation 78 5.2 Generating the additional data 79 5.3 BM25 based candidate ranking 81 5.4 Experimental Evaluation 84 5.4.1 Data addition 84 5.4.2 Recommendation Performances 87 5.5 Case Study 96 5.6 Summary 99 Chapter 6 Conclusions 100 Bibliography 103 ์ดˆ๋ก 117Docto

    Final report, independent Study during Fall 2009 "Improving Collaborative Filtering in Social Tagging Systems for the Recommendation of Scientific Articles"

    Get PDF
    This report describes our study of different ways to improve existing collaborative filtering techniques in order to recommend scientific articles. Using data crawled from CiteUlike, a collaborative tagging service for academic purposes, we compared the classical user-based collaborative filtering algorithm as described by Schafer et al. [2], with two enhanced variations: 1) using a tag-based similarity calculation, to avoid depending on ratings to find the neighborhood of a user, and 2) incorporate the amount of raters in the final recommendation ranking to decrease the noise of items that have been rated by too few users. We provide a discussion of our results, describing the dataset and highlighting our findings about applying collaborative filtering on folksonomies instead of the classic bipartite user-item network, and providing guidelines of our future research

    BoostFM: Boosted Factorization Machines for Top-N Feature-based Recommendation

    Get PDF
    Feature-based matrix factorization techniques such as Factorization Machines (FM) have been proven to achieve impressive accuracy for the rating prediction task. However, most common recommendation scenarios are formulated as a top-N item ranking problem with implicit feedback (e.g., clicks, purchases)rather than explicit ratings. To address this problem, with both implicit feedback and feature information, we propose a feature-based collaborative boosting recommender called BoostFM, which integrates boosting into factorization models during the process of item ranking. Specifically, BoostFM is an adaptive boosting framework that linearly combines multiple homogeneous component recommenders, which are repeatedly constructed on the basis of the individual FM model by a re-weighting scheme. Two ways are proposed to efficiently train the component recommenders from the perspectives of both pairwise and listwise Learning-to-Rank (L2R). The properties of our proposed method are empirically studied on three real-world datasets. The experimental results show that BoostFM outperforms a number of state-of-the-art approaches for top-N recommendation

    Content Reuse and Interest Sharing in Tagging Communities

    Full text link
    Tagging communities represent a subclass of a broader class of user-generated content-sharing online communities. In such communities users introduce and tag content for later use. Although recent studies advocate and attempt to harness social knowledge in this context by exploiting collaboration among users, little research has been done to quantify the current level of user collaboration in these communities. This paper introduces two metrics to quantify the level of collaboration: content reuse and shared interest. Using these two metrics, this paper shows that the current level of collaboration in CiteULike and Connotea is consistently low, which significantly limits the potential of harnessing the social knowledge in communities. This study also discusses implications of these findings in the context of recommendation and reputation systems.Comment: 6 pages, 6 figures, AAAI Spring Symposium on Social Information Processin

    Ask the GRU: Multi-Task Learning for Deep Text Recommendations

    Full text link
    In a variety of application domains the content to be recommended to users is associated with text. This includes research papers, movies with associated plot summaries, news articles, blog posts, etc. Recommendation approaches based on latent factor models can be extended naturally to leverage text by employing an explicit mapping from text to factors. This enables recommendations for new, unseen content, and may generalize better, since the factors for all items are produced by a compactly-parametrized model. Previous work has used topic models or averages of word embeddings for this mapping. In this paper we present a method leveraging deep recurrent neural networks to encode the text sequence into a latent vector, specifically gated recurrent units (GRUs) trained end-to-end on the collaborative filtering task. For the task of scientific paper recommendation, this yields models with significantly higher accuracy. In cold-start scenarios, we beat the previous state-of-the-art, all of which ignore word order. Performance is further improved by multi-task learning, where the text encoder network is trained for a combination of content recommendation and item metadata prediction. This regularizes the collaborative filtering model, ameliorating the problem of sparsity of the observed rating matrix.Comment: 8 page
    • โ€ฆ
    corecore