当前位置:高等教育资讯网  >  中国高校课件下载中心  >  大学文库  >  浏览文档

《电子商务 E-business》阅读文献:MoviExplain a recommender system with explanations

资源类别:文库,文档格式:PDF,文档页数:4,文件大小:370.37KB,团购合买
点击下载完整版文档(PDF)

MoviExplain: a Recommender system with Explanations Panagiotis Symeonidis Alexandros Nanopoulos annis manolopoulos Department of Informatics Institute of Computer Science Department of Informatics Aristotle University University of Hildesheim Aristotle University Thessaloniki. 54124 Hildesheim. D-31141 Thessaloniki. 54124 symeon@ csd auth. gr nanopoulos@ ismllde manolopo @csd auth. gi ABSTRACT hey allow users to accurately predict their true opinion of Providing justification to a recommendation gives credibil an item. Nevertheless, both"influence"and"keyword "styles ity to a recommender system. Some recommender systems can not justify adequately their recommendations, because (amAzon.cometc.trytoexplaintheirrecommendationstheyarebasedsolelyeitherondataaboutratings(rating in an effort to regain customer acceptance and trust. But data), or solely on content data, which are extracted in the their explanations are poor, because they are based solely form of features that are derived from the items on rating data, ignoring the content data. Our prototype Several CF systems have proposed the combination of con- system MoviExplain is a movie recommender system that tent data with rating data 5, 7. By combining CF with provides both accurate and justifiable recommendations. CB, data sparsity can be reduced, yielding to more accu- rate recommendations. For this reason, recently proposed Categories and Subject Descriptors recommender systems, like CinemaScreen 7 and Libra [ 1] combine CB and cF in their recommendations H.3. 3 [ Information Search-Retrieval: Information Fil- Our prototype system MoviExplain is a movie recom- tering. General Terms: Algorithms, Performance. Key mender system with explanations. It relies on the demo- words: Recommender Systems, Explanations cratic nature of voting. In essence, MoviExplain uses a sim- ple heuristic to interpret a rating by a user a to B, as a vote to the features of movie B(actors 1. INTRODUCTION etc.). Based on these features, MoviExplain builds Recent research noticed that the acceptance of Collabora- profile for each user tiveFiltering(cf)recommendersystems(likeAmazon.com MoviExplain groups users into biclusters, i.e., group of MovieLens etc. increases, when users receive justified re users which exhibit highly correlated ratings on groups of ommendations 3. For instance, Amazon adopted the fol- movies, to detect partial matching of user's preferences. Each lowing two styles of justification:(i)Customers who bought bicluster acts like a community for its corresponding movies: tem X also bought items Y,Z This is the so called e.g., in a system that recommends movies, such a group may nearest neighbor"style [1] of justification. (i)"Item Y is be users that prefer comedies. Moreover, by using groups ecommended because you rated item X". This is the so instead of individual users, the extracted features are col- alled " influence "style, where the system isolates the item lective, reflecting preferences of whole communities. As a X. that influenced most the recommendation of movie y result, collective features cover a wider range of users pref- Pure Content-Based filtering(CB)systems [6 make rec- erences and result to better explanations ommendations for a target user based on the past data of The justification style of MoviExplain combines"keyword hat user without involving data from other users. Based ith"influence "explanation styles [ 1], having the following on pure CB, several research works [2, 6] were able to pro- form: "Movie x is recommended because it contains fea- vide explanations for their recommendations. For instance Billsus and Pazzani [2] recommend news articles to users have already rated". If inside the user's feature profile, these providing the following style of justification. "This story re features are frequent, this is a strong evidence for justifying ceived a high relevance score, because it contains the words fi, f2, and f3". This is the "keyword"[1] justification style Bilgic et al. 1] claimed that the "influence"and "keyword 2. RELATED WORK styles are better than the"nearest neighbor"style, because There have been several hybrid attempts to combine CB with CF. The Libra 1 System employs an approach called Content-Boosted Collaborative Filtering(CBCF)5 Permission to make digital or hard copies of all or part of this basic idea of CBCF is to use content-based predictions to"fill personal or classroom use is granted without fee provided that out"the user-item ratings matrix. In contrast to Fab and not made or distributed for prof Libra, the CinemaScreen System [7 reverses the strategy bear this notice and the full citation on the first page. To copy othe and runs firstly CF and then CB(CFCB). In particular CinemaScreen system computes predicted rating values for RecSys09, October 23-25, 2009, New York, New York, USA movies based on CF and then applies CB to generate the Copyright2009ACM978-1-60558-435-5/09/10..510.00 recommendation list 317

MoviExplain: A Recommender System with Explanations Panagiotis Symeonidis Department of Informatics Aristotle University Thessaloniki, 54124 symeon@csd.auth.gr Alexandros Nanopoulos Institute of Computer Science University of Hildesheim Hildesheim, D-31141 nanopoulos@ismll.de Yannis Manolopoulos Department of Informatics Aristotle University Thessaloniki, 54124 manolopo@csd.auth.gr ABSTRACT Providing justification to a recommendation gives credibil￾ity to a recommender system. Some recommender systems (Amazon.com etc.) try to explain their recommendations, in an effort to regain customer acceptance and trust. But their explanations are poor, because they are based solely on rating data, ignoring the content data. Our prototype system MoviExplain is a movie recommender system that provides both accurate and justifiable recommendations. Categories and Subject Descriptors H.3.3 [Information Search-Retrieval]: Information Fil￾tering. General Terms: Algorithms, Performance. Key￾words: Recommender Systems, Explanations 1. INTRODUCTION Recent research noticed that the acceptance of Collabora￾tive Filtering (CF) recommender systems (like Amazon.com, MovieLens etc.) increases, when users receive justified rec￾ommendations [3]. For instance, Amazon adopted the fol￾lowing two styles of justification: (i) “Customers who bought item X also bought items Y, Z, . . .”. This is the so called “nearest neighbor” style [1] of justification. (ii) “Item Y is recommended because you rated item X”. This is the so called “influence” style, where the system isolates the item, X, that influenced most the recommendation of movie Y . Pure Content-Based filtering (CB) systems [6] make rec￾ommendations for a target user based on the past data of that user without involving data from other users. Based on pure CB, several research works [2, 6] were able to pro￾vide explanations for their recommendations. For instance, Billsus and Pazzani [2] recommend news articles to users, providing the following style of justification. “This story re￾ceived a high relevance score, because it contains the words f1, f2, and f3”. This is the “keyword” [1] justification style. Bilgic et al. [1] claimed that the “influence” and “keyword” styles are better than the “nearest neighbor” style, because Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. RecSys’09, October 23–25, 2009, New York, New York, USA. Copyright 2009 ACM 978-1-60558-435-5/09/10 ...$10.00. they allow users to accurately predict their true opinion of an item. Nevertheless, both “influence” and “keyword” styles can not justify adequately their recommendations, because they are based solely either on data about ratings (rating data), or solely on content data, which are extracted in the form of features that are derived from the items. Several CF systems have proposed the combination of con￾tent data with rating data [5, 7]. By combining CF with CB, data sparsity can be reduced, yielding to more accu￾rate recommendations. For this reason, recently proposed recommender systems, like CinemaScreen [7] and Libra [1], combine CB and CF in their recommendations. Our prototype system MoviExplain is a movie recom￾mender system with explanations. It relies on the demo￾cratic nature of voting. In essence, MoviExplain uses a sim￾ple heuristic to interpret a rating by a user A to a movie B, as a vote to the features of movie B (actors, directors etc.). Based on these features, MoviExplain builds a feature profile for each user. MoviExplain groups users into biclusters, i.e., group of users which exhibit highly correlated ratings on groups of movies, to detect partial matching of user’s preferences. Each bicluster acts like a community for its corresponding movies; e.g., in a system that recommends movies, such a group may be users that prefer comedies. Moreover, by using groups instead of individual users, the extracted features are col￾lective, reflecting preferences of whole communities. As a result, collective features cover a wider range of users pref￾erences and result to better explanations. The justification style of MoviExplain combines “keyword” with “influence” explanation styles [1], having the following form: “Movie X is recommended because it contains fea￾tures a, b, . . . which are also included in movies Z, W, . . . you have already rated”. If inside the user’s feature profile, these features are frequent, this is a strong evidence for justifying the recommendations. 2. RELATED WORK There have been several hybrid attempts to combine CB with CF. The Libra [1] System employs an approach called Content-Boosted Collaborative Filtering (CBCF) [5]. The basic idea of CBCF is to use content-based predictions to “fill out” the user-item ratings matrix. In contrast to Fab and Libra, the CinemaScreen System [7] reverses the strategy and runs firstly CF and then CB (CFCB). In particular, CinemaScreen system computes predicted rating values for movies based on CF and then applies CB to generate the recommendation list. 317

Web Crawler Movie profile Figure 1: Components of the MoviExplain recommender system Regarding research on explanations, many pure CB sys- traction has been done from the Internet Movie Database tems have tried to provide explanations to users. For in-(IMDB). In this work, following related research, e.g.[7,we tance, Billsus and Pazzani [2 recommend news articles to users, providing also explanations for reasoning their rec- ommendations. In 2000, Mooney and Roy [6]proposed a 3.3 MoviExplain Recommendation Engine method based also on pure CB for recommending books The Recommendation Engine is the heart of the movi- These works were pioneering for the problem of explana- Explain system. It aims to provide both accurate and jus. tion and inspired subsequent research on combining CF and tifiable recommendations. The recommendation algorithm CB for explanation purposes. In the area of CF, there is contains four stages: (i)The creation of user groups, (ii) a little existing research on explaining. In 2000, Herlocke the feature-weighting, (iii) the neighborhood formation, and et al. [3] proposed 21 different interfaces of explaining CF(iv) the generation of the recommendation and justification commendations. By conducting a survey, they claim that the"nearest neighbor" style is effective in supporting expla nationsAmazon.com'srecommendersystemearlyadopted3.4MoviexplainWebSite the"nearest neighbor"explanation style. In 2005, Bilgic et Users interact with MoviExplain through its web site al. [1 demonstrate, through a survey, that the"influence" MoviExplain consists of 3 sub-systems: (i)the Search En and"keyword"styles are better than the"nearest neighbor" gine, (ii) the Rating System and (ii) the Recommendation style, because they help users to accurately predict their true with Explanation System. The Search Engine keeps updated opinion of a recommendation information about movies and their features, which are col- lected by the web-crawler. The Rating System is meant to 3. MOVIEXPLAIN SYSTEM DESCRIPtion help a user to keep track of the movies he has ratedBased MoviExplain system consists of several components. The on these features, MoviExplai ature pro systems architecture is illustrated in Figure 1, where the each user. Finally, MoviExplain provides as explanation main four sub-systems are described: (i)a Web Crawler, he feature that influenced most a recommendation show- ii) the Database Profiles a Recommendation Engine ing also how strong is this feature in the feature profile of a and(iv)the Web Site. In the following sections, we describe user. As shown in figure 2. the link " The reason is" reveals each sub-system of MoviExplain in details the favorite feature that influenced most the MoviExplain's recommendations, while the link "because you rated"show 3.1 MoviExplain Web Crawler how strong is this feature in the feature profile of a user ses a web crawler to search for information bout movies on the Web. The movies information concerns 4. EXPERIMENTAL RESULTS he basic movies characteristics like its cast(directors and actors), their official web pages, posters and various photos In this section, we experimentally study the performance lovie genres etc. Moreover, a search engine summarizes of the proposed MoviExplain System. For comparison pur- Thus, a user can search for his favorite movie using the mox. t this content and adds the appropriate links to their indexes poses, we include as representative of the hybrid CFCB al- gorithms, the CinemaScreen Recommender Agent [7 de- Explain search engine and get updated information about its noted as CinemaScreen. As representative of the hy brid features. MoviExplain is fully integrated to the well-known CBCF algorithms, we use the Libra System 1 denoted Internet Movie Data Base(IMDB) web site. as Libra. Finally, we include in our experiments a state- of-the-art cluster-based CF algorithm 4 denoted as DM 3.2 MoviExplain Database Profiles Our experiments are performed with the 100K MovieLens As described previously, MoviExplain's database profiles real data set, which consists of 100,000 ratings assigned by contain users ratings and movies' features. The feature ex- http://delab.csdauthgr/moviexPlain 18

Movie Profile Director id Actor id Genre id Movie id User Rating Profile movie id rating user id User Feature Profile feature id quantity user id Database Profiles Recommendation Engine Web Site Web Crawler Searches internet for movies features (directors, actors, photos etc.) Search Engine Rating System users Features Similarity Explanation System Ratings Similarity MoviExplain algorithm Figure 1: Components of the MoviExplain recommender system Regarding research on explanations, many pure CB sys￾tems have tried to provide explanations to users. For in￾stance, Billsus and Pazzani [2] recommend news articles to users, providing also explanations for reasoning their rec￾ommendations. In 2000, Mooney and Roy [6] proposed a method based also on pure CB for recommending books. These works were pioneering for the problem of explana￾tion and inspired subsequent research on combining CF and CB for explanation purposes. In the area of CF, there is a little existing research on explaining. In 2000, Herlocker et al. [3] proposed 21 different interfaces of explaining CF recommendations. By conducting a survey, they claim that the “nearest neighbor” style is effective in supporting expla￾nations. Amazon.com’s recommender system early adopted the “nearest neighbor” explanation style. In 2005, Bilgic et al. [1] demonstrate, through a survey, that the “influence” and “keyword” styles are better than the “nearest neighbor” style, because they help users to accurately predict their true opinion of a recommendation. 3. MOVIEXPLAIN SYSTEM DESCRIPTION MoviExplain system consists of several components. The system’s architecture is illustrated in Figure 1, where the main four sub-systems are described: (i) a Web Crawler, (ii) the Database Profiles, (iii) a Recommendation Engine and (iv) the Web Site. In the following sections, we describe each sub-system of MoviExplain in details. 3.1 MoviExplain Web Crawler MoviExplain uses a web crawler to search for information about movies on the Web. The movies information concerns the basic movies characteristics like its cast (directors and actors), their official web pages, posters and various photos, movie genres etc. Moreover, a search engine summarizes this content and adds the appropriate links to their indexes. Thus, a user can search for his favorite movie using the Movi￾Explain search engine and get updated information about its features. MoviExplain is fully integrated to the well-known Internet Movie Data Base (IMDB) web site. 3.2 MoviExplain Database Profiles As described previously, MoviExplain’s database profiles contain users ratings and movies’ features. The feature ex￾traction has been done from the Internet Movie Database (IMDB). In this work, following related research, e.g. [7], we select as movies’ features the actors, directors, and genres. 3.3 MoviExplain Recommendation Engine The Recommendation Engine is the heart of the Movi￾Explain system. It aims to provide both accurate and jus￾tifiable recommendations. The recommendation algorithm contains four stages: (i) The creation of user groups, (ii) the feature-weighting, (iii) the neighborhood formation, and (iv) the generation of the recommendation and justification lists. 3.4 MoviExplain Web Site Users interact with MoviExplain through its web site1. MoviExplain consists of 3 sub-systems: (i) the Search En￾gine, (ii) the Rating System and (iii) the Recommendation with Explanation System. The Search Engine keeps updated information about movies and their features, which are col￾lected by the web-crawler. The Rating System is meant to help a user to keep track of the movies he has rated. Based on these features, MoviExplain builds a feature profile for each user. Finally, MoviExplain provides as explanation, the feature that influenced most a recommendation, show￾ing also how strong is this feature in the feature profile of a user. As shown in Figure 2, the link “The reason is” reveals the favorite feature that influenced most the MoviExplain’s recommendations, while the link “because you rated” shows how strong is this feature in the feature profile of a user. 4. EXPERIMENTAL RESULTS In this section, we experimentally study the performance of the proposed MoviExplain System. For comparison pur￾poses, we include as representative of the hybrid CFCB al￾gorithms, the CinemaScreen Recommender Agent [7] de￾noted as CinemaScreen. As representative of the hybrid CBCF algorithms, we use the Libra System [1] denoted as Libra. Finally, we include in our experiments a state￾of-the-art cluster-based CF algorithm [4] denoted as DM. Our experiments are performed with the 100K MovieLens real data set, which consists of 100,000 ratings assigned by 1http://delab.csd.auth.gr/MoviExplain 318

[Movie id] [Movie titleI TThe reason is] because you rated 1528 tness(1985) Ford, Harrison (0) 21 movies with this feature Color of Night (1994) 7 movies with this feature an Legend(1993)Hackman, Gene 7 moves with this featur arlet Letter, The (1995) 044 moves with this feature loves with this feature rear God (1996) Kinnear Gre 5 moves with this feature Figure 2: Explaining Recommendations 943 users on 1, 682 movies. The range of ratings is between for the four algorithms(precision and recall are given as per- I(bad)-5(excellent ) The extraction of the content features centages). In particular, to obtain varying precision-recall has been done by joining with the contents of the internet values, we varied the number of the recommended movies novie database(imdb) and selecting 3 different classes of (i. e, the parameter N). As expected, MoviExplain attains features: genres, actors, and directors. The join process the best precision in all cases. The reason is two-fold, Movi- yielded 23 different genres, 1, 050 directors and 2, 640 differ- Explain takes into account the duality between users and ent actors and actresses. In the following experiments, the items by using biclustering, and, moveover, it detects par- default size of the recommendation list, N, is set to 20, the tial matching of users' preferences. eighborhood size k, is set to 10(after tuning), and the size of the training set is set to 75% MoviE1an*C⊥ nemaScreen+Lb工a一I 4.1 Evaluating Recommendations and Expla nations To measure the accuracy of recommendations, we use the well known measures of precision and recall. Precision and recall are defined as follows: Precision is the ratio of Rl to N Recall is the ratio of rl to R here n denotes the size of the recommendation list L, Rl denotes the number of relevant items that are included in L. and r denotes the total number of relevant items +MoviEplaino-cinemascreen -DH Precision and recall concern only the rating profile of a user u and measure the accuracy of L. However, precision and recall cannot distinguish between a relevant item from a more relevant item. To cope with this problem and to measure the quality of the justification, we introduce a user- oriented measure, called explain coverage For a user u that receives a recommendation list L. the explain coverage for the justification list J is defined as fol- lows. ∑min{e,P(u,f)} Figure 3: Comparison between MoviExplain, Cine- Explain coverage(u, J=w./g maScreen, Libra and DM in terms of(a)precision ∑P(u,f) vS. recall and(b)explain coverage vs. N Next, we compare the four approaches in terms of explain where each pair ( i, cf) denotes that feature fi has overal coverage vs. the size N of the recommendation list. The frequency cf inside L and P(u, fi)is the frequency of fi in results are presented in Figure 3b(explain coverage is given the feature profile of u. E'rplain coverage takes values in the as percentage). Movi Explain outperforms the other meth- ange 0, 1, whereas values closer to 1 correspond to better ods in all cases. The reason is that MoviExplain uses groups dividual users 4.2 Measuring Precision, Recall, and Explain Coverage 4.3 User stud First, we compare the four algorithms by measuring preci- We conducted a survey to measure user satisfaction against sion vs recall. Figure 3a plots the precision-recall diagram the three styles of explanations: keyword"style( denoted 319

Figure 2: Explaining Recommendations 943 users on 1,682 movies. The range of ratings is between 1(bad)-5(excellent). The extraction of the content features has been done by joining with the contents of the internet movie database (imdb) and selecting 3 different classes of features: genres, actors, and directors. The join process yielded 23 different genres, 1,050 directors and 2,640 differ￾ent actors and actresses. In the following experiments, the default size of the recommendation list, N, is set to 20, the neighborhood size k, is set to 10 (after tuning), and the size of the training set is set to 75%. 4.1 Evaluating Recommendations and Expla￾nations To measure the accuracy of recommendations, we use the well known measures of precision and recall. Precision and recall are defined as follows: • Precision is the ratio of RL to N. • Recall is the ratio of RL to R, where N denotes the size of the recommendation list L, RL denotes the number of relevant items that are included in L, and R denotes the total number of relevant items. Precision and recall concern only the rating profile of a user u and measure the accuracy of L. However, precision and recall cannot distinguish between a relevant item from a more relevant item. To cope with this problem and to measure the quality of the justification, we introduce a user￾oriented measure, called explain coverage. For a user u that receives a recommendation list L, the explain coverage for the justification list J is defined as fol￾lows: Explain coverage(u, J) = ∀(fi,cfi )∈J min{cfi , P(u, fi)} ∀fi∈F P(u, fi) , (1) where each pair (fi, cfi ) denotes that feature fi has overall frequency cfi inside L and P(u, fi) is the frequency of fi in the feature profile of u. Explain coverage takes values in the range [0, 1], whereas values closer to 1 correspond to better coverage. 4.2 Measuring Precision, Recall, and Explain Coverage First, we compare the four algorithms by measuring preci￾sion vs. recall. Figure 3a plots the precision-recall diagram for the four algorithms (precision and recall are given as per￾centages). In particular, to obtain varying precision-recall values, we varied the number of the recommended movies (i.e., the parameter N). As expected, MoviExplain attains the best precision in all cases. The reason is two-fold, Movi￾Explain takes into account the duality between users and items by using biclustering, and, moveover, it detects par￾tial matching of users’ preferences. 20 30 40 50 60 70 80 90 100 0 5 10 15 20 25 30 Recall MoviExplain CinemaScreen Libra DM precision (a) 0 5 10 15 20 25 5 10 15 20 25 N MoviExplain CinemaScreen Libra DM Explain Coverage (b) Figure 3: Comparison between MoviExplain, Cine￾maScreen, Libra and DM in terms of (a) precision vs. recall and (b) explain coverage vs. N. Next, we compare the four approaches in terms of explain coverage vs. the size N of the recommendation list. The results are presented in Figure 3b (explain coverage is given as percentage). MoviExplain outperforms the other meth￾ods in all cases. The reason is that MoviExplain uses groups of users, whereas the other methods are based solely on in￾dividual users. 4.3 User Study We conducted a survey to measure user satisfaction against the three styles of explanations: “keyword” style (denoted 319

KSE 3.700.55‖0.460.13-0.10‖1.861.02 970630.730.140.13‖2261.20 KISE‖3.300.560.060.13‖0.253.711.08 Table 1: Results of the user survey. as KSe), "influence" style(denoted as ISE), and our style results are presented in the sixth column of Table 1. KISE of explanation(denoted as KISE), which combines the two has positive correlation with Actual rating, equal to 0.25 aforementioned ones. We designed the user study with 42 ore- and post-graduate students of Aristotle University, who that the Actual and Kise ratings are positively correlated filled out an on-line survey, following a procedure that is Finally, the last two columns of Table 1 present the similar to the one in Bilgic and Mooney work 1 Hp and standard deviation p of ratings provided by the The survey was conducted in three steps(more details users to explicitly express their preference for each explana- can be found in [1): Firstly, we asked each target user to tion style. KISE attained a up value equal to 3. 71(in 1 to 5 that a decent recommendation along with some meaningful t-test, and found out that the difference of KIsE from KsE explanations could be provided. Secondly, we asked them and IsE is statistically significant at the 0.01 level. This to rate separately, from 1(dislike)to 5(like), each recom supports our second(2)assumption. mended movie based on the three different styles of expla nations(these ratings are denoted as Explanation ratings) 5. CONCLUSIONS This rating has been done after we had removed the titles f the recommended movies. because we did not want the The need of providing justifiable recommendations has re- cently attracted significant attention, especially in e-commerce arget users to be influenced by them. Thirdly, the target sites(Amazon, e-Bay etc. ) In this paper, we proposed users rated again each recommended movie(this rating is denoted as Actual rating), after they had seen the hidden Movie Explain, a movie recommender system that goes far information about it. If we accept that a good explanation beyond just recommending movies. It attains both accurate lets the user accurately assess the quality of the movie, the and justifiable recommendations, giving the ability to a user, explanation style that minimizes the difference between the to check the reasoning behind a recommendation. In the fu ratings provided in the second and the third step is the best tent to use in Movi Explain also natural languag moreover, after we conducted the survey, we asked target processing to provide more robust explanations. ers to rate separately each explanation style to explicitly xpress their actual preference among the three styles. 6. REFERENCES We assume that,(1)KISE will allow users to accurately 1 Bilgic, M. and Mooney, R.J. Explaining timate ratings better than KSE and ISE and (2)that KiSE Recommendations: Satisfaction vs. Promotion. In ill be the users'favorite choice. because it is more infor Proceedings of the Recommender Systems Workshop mative and combines the other two explanation styles Our results are illustrated in Table 1. The second and UI Conference ), 2005 third columns contain for each explanation style, the mean 2 Billsus, D. and Pazzani, M. A personal news agent Ar and standard deviation r of the ratings provided by that talks, learns and explains. In Proceedings of the sers in the second step of the survey(Explanation ratings) Autonomous Agents Conference, pages 268-275, 1999 Regarding the third step of the survey, the mean value of 图] Herlocker, J and Konstan, J. and Riedl, J. Explainin he Actual ratings was 3.24, whereas the standard deviation collaborative filtering recommendations. In of the Actual ratings was 0.45 Proccedings of the Computer Supported Cooperative As earlier described, the best explanation is the one that Work Conference, pages 241-250, 2000 allows users to best approximate the Actual rating. That 4 Jin, R. and Si, L. and Zhai, C. A study of mixture the distribution of difference between Explanation rat. borative filtering. Information ngs and Actual ratings should be centered around 0. we Retrieval, vol 9, issue 3, pages 357-382, 2006. measured the mean Ad and standard deviation od of the [5] Melville, P and Mooney, R.J.and Nagarajan,R fferences between Explanation ratings and Actual ratings. Content-Boosted Collaborative Filtering for Improved These values, for each explanation style, are presented in the fourth and fifth columns of table 1. kise has the smallest commendations. In Proceedings of the AAAl Conference, pages 187-192, 2002 ud value equal to 0.06. We run paired t-tests with the same null hypothesis Ho(ud = 0) for all three styles. We found 6 Mooney, R and Roy, L Content-based book that for KiSE Ho(ud=0)is accepted at the 0.01 significane recommending using learning for text categorization level. In contrast, for KsE and Ise we reject Ho(ud=0) In Proceedings of the ACM DL Conference, pages at the same significance level. This verifies our first(1) 195-204,2000. 7 Salter, J and Antonopoulos, N. CinemaScreen We also calculated Pearson Correlation(denoted as Recommender Agent: Combining Collaborative and between Actual and Explanation ratings, to show tha Content-Based Filtering. Intelligent Systems Actual and Explanation ratings follow similar patterns. The Magazine, vol. 21, issue 1, pages 35-41, 2006

Expl. Styles μr σr μd σd Corr μp σp KSE 3.70 0.55 0.46 0.13 -0.10 1.86 1.02 ISE 3.97 0.63 0.73 0.14 0.13 2.26 1.20 KISE 3.30 0.56 0.06 0.13 0.25 3.71 1.08 Table 1: Results of the user survey. as KSE), “influence” style (denoted as ISE), and our style of explanation (denoted as KISE), which combines the two aforementioned ones. We designed the user study with 42 pre- and post-graduate students of Aristotle University, who filled out an on-line survey, following a procedure that is similar to the one in Bilgic and Mooney work [1]. The survey was conducted in three steps (more details can be found in [1]): Firstly, we asked each target user to provide our system with ratings for at least five movies, so that a decent recommendation along with some meaningful explanations could be provided. Secondly, we asked them to rate separately, from 1 (dislike) to 5 (like), each recom￾mended movie based on the three different styles of expla￾nations (these ratings are denoted as Explanation ratings). This rating has been done after we had removed the titles of the recommended movies, because we did not want the target users to be influenced by them. Thirdly, the target users rated again each recommended movie (this rating is denoted as Actual rating), after they had seen the hidden information about it. If we accept that a good explanation lets the user accurately assess the quality of the movie, the explanation style that minimizes the difference between the ratings provided in the second and the third step is the best. Moreover, after we conducted the survey, we asked target users to rate separately each explanation style to explicitly express their actual preference among the three styles. We assume that, (1) KISE will allow users to accurately estimate ratings better than KSE and ISE and (2) that KISE will be the users’ favorite choice, because it is more infor￾mative and combines the other two explanation styles. Our results are illustrated in Table 1. The second and third columns contain for each explanation style, the mean μr and standard deviation σr of the ratings provided by users in the second step of the survey (Explanation ratings). Regarding the third step of the survey, the mean value of the Actual ratings was 3.24, whereas the standard deviation of the Actual ratings was 0.45. As earlier described, the best explanation is the one that allows users to best approximate the Actual rating. That is, the distribution of difference between Explanation rat￾ings and Actual ratings should be centered around 0. We measured the mean μd and standard deviation σd of the differences between Explanation ratings and Actual ratings. These values, for each explanation style, are presented in the fourth and fifth columns of Table 1. KISE has the smallest μd value equal to 0.06. We run paired t-tests with the same null hypothesis H0(μd = 0) for all three styles. We found that for KISE H0(μd = 0) is accepted at the 0.01 significance level. In contrast, for KSE and ISE we reject H0(μd = 0) at the same significance level. This verifies our first (1) as￾sumption. We also calculated Pearson Correlation (denoted as Corr) between Actual and Explanation ratings, to show that the Actual and Explanation ratings follow similar patterns. The results are presented in the sixth column of Table 1. KISE has positive correlation with Actual rating, equal to 0.25. This also supports our first (1) assumption, because it shows that the Actual and KISE ratings are positively correlated. Finally, the last two columns of Table 1 present the mean μp and standard deviation σp of ratings provided by the users to explicitly express their preference for each explana￾tion style. KISE attained a μp value equal to 3.71 (in 1 to 5 scale), which is the largest among all styles. We run paired t-test, and found out that the difference of KISE from KSE and ISE is statistically significant at the 0.01 level. This supports our second (2) assumption. 5. CONCLUSIONS The need of providing justifiable recommendations has re￾cently attracted significant attention, especially in e-commerce sites (Amazon, e-Bay etc.). In this paper, we proposed MovieExplain, a movie recommender system that goes far beyond just recommending movies. It attains both accurate and justifiable recommendations, giving the ability to a user, to check the reasoning behind a recommendation. In the fu￾ture, we intent to use in MoviExplain also natural language processing to provide more robust explanations. 6. REFERENCES [1] Bilgic, M. and Mooney, R.J. Explaining Recommendations: Satisfaction vs. Promotion. In Proceedings of the Recommender Systems Workshop (IUI Conference), 2005. [2] Billsus, D. and Pazzani, M. A personal news agent that talks, learns and explains. In Proceedings of the Autonomous Agents Conference, pages 268-275, 1999. [3] Herlocker, J. and Konstan, J. and Riedl, J. Explaining collaborative filtering recommendations. In Proccedings of the Computer Supported Cooperative Work Conference, pages 241-250, 2000. [4] Jin, R. and Si, L. and Zhai, C. A study of mixture models for collaborative filtering. Information Retrieval, vol. 9, issue 3, pages 357-382, 2006. [5] Melville, P. and Mooney, R. J. and Nagarajan, R. Content-Boosted Collaborative Filtering for Improved Recommendations. In Proceedings of the AAAI Conference, pages 187-192, 2002. [6] Mooney, R. and Roy, L. Content-based book recommending using learning for text categorization. In Proceedings of the ACM DL Conference, pages 195-204, 2000. [7] Salter, J. and Antonopoulos, N. CinemaScreen Recommender Agent: Combining Collaborative and Content-Based Filtering. Intelligent Systems Magazine, vol. 21, issue 1, pages 35-41, 2006. 320

点击下载完整版文档(PDF)VIP每日下载上限内不扣除下载券和下载次数;
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
已到末页,全文结束
相关文档

关于我们|帮助中心|下载说明|相关软件|意见反馈|联系我们

Copyright © 2008-现在 cucdc.com 高等教育资讯网 版权所有