paper-with-me

홈 › Papers

Recommendation with k-anonymized Ratings

2017-06-06 · Jun Sakuma, Tatsuya Osame

Recommender systems are widely used to predict personalized preferences of goods or services using users' past activities, such as item ratings or purchase histories. If collections of such personal activities were made publicly available, they could be used to personalize a diverse range of services, including targeted advertisement or recommendations. However, there would be an accompanying risk of privacy violations. The pioneering work of Narayanan et al.\ demonstrated that even if the identifiers are eliminated, the public release of user ratings can allow for the identification of users by those who have only a small amount of data on the users' past ratings. In this paper, we assume the following setting. A collector collects user ratings, then anonymizes and distributes them. A recommender constructs a recommender system based on the anonymized ratings provided by the collector. Based on this setting, we exhaustively list the models of recommender systems that use anonymized ratings. For each model, we then present an item-based collaborative filtering algorithm for making recommendations based on anonymized ratings. Our experimental results show that an item-based collaborative filtering based on anonymized ratings can perform better than collaborative filterings based on 5--10 non-anonymized ratings. This surprising result indicates that, in some settings, privacy protection does not necessarily reduce the usefulness of recommendations. From the experimental analysis of this counterintuitive result, we observed that the sparsity of the ratings can be reduced by anonymization and the variance of the prediction can be reduced if $k$, the anonymization parameter, is appropriately tuned. In this way, the predictive performance of recommendations based on anonymized ratings can be improved in some settings.

📄 PDF Abstract BibTeX arXiv:1707.03334

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

The Multilingual Amazon Reviews Corpus

2020-10-06 · EMNLP 2020 11 · Phillip Keung, Yichao Lu, György Szarvas, Noah A. Smith

We present the Multilingual Amazon Reviews Corpus (MARC), a large-scale collection of Amazon reviews for multilingual text classification. The corpus contains reviews in English, Japanese, German, French, Spanish, and Ch…

ClassificationCross-Lingual TransferGeneral ClassificationMultilingual text classification+4

Results of a Single Blind Literary Taste Test with Short Anonymized Novel Fragments

2020-11-03 · COLING (LaTeCHCLfL, CLFL, LaTeCH) 2020 12 · Andreas van Cranenburgh, Corina Koolen

It is an open question to what extent perceptions of literary quality are derived from text-intrinsic versus social factors. While supervised models can predict literary quality ratings from textual factors quite success…

BIG-bench Machine LearningOpen-Ended Question AnsweringSurvey

MindReader: Recommendation over Knowledge Graph Entities with Explicit User Ratings

2021-06-08 · Anders H. Brams, Anders L. Jakobsen, Theis E. Jendal, Matteo Lissandrini 외

Knowledge Graphs (KGs) have been integrated in several models of recommendation to augment the informational value of an item by means of its related entities in the graph. Yet, existing datasets only provide explicit ra…

Knowledge GraphsRecommendation Systems

The Relationship between the Consistency of Users' Ratings and Recommendation Calibration

2019-11-03 · Masoud Mansoury, Himan Abdollahpouri, Joris Rombouts, Mykola Pechenizkiy

Fairness in recommender systems has recently received attention from researchers. Unfair recommendations have negative impact on the effectiveness of recommender systems as it may degrade users' satisfaction, loyalty, an…

FairnessRecommendation Systems

The Sample Complexity of Online One-Class Collaborative Filtering

2017-05-31 · ICML 2017 8 · Reinhard Heckel, Kannan Ramchandran

We consider the online one-class collaborative filtering (CF) problem that consists of recommending items to users over time in an online fashion based on positive ratings only. This problem arises when users respond onl…

Collaborative FilteringRecommendation Systems