首页 > 最新文献

Proceedings of the 10th ACM Conference on Recommender Systems最新文献

英文 中文
Opening Remarks 开场白
Pub Date : 2016-09-15 DOI: 10.1145/2959100.3057279
Shilad Sen, Werner Geyer, J. Freyne, P. Castells
{"title":"Opening Remarks","authors":"Shilad Sen, Werner Geyer, J. Freyne, P. Castells","doi":"10.1145/2959100.3057279","DOIUrl":"https://doi.org/10.1145/2959100.3057279","url":null,"abstract":"","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122610205","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Asynchronous Distributed Matrix Factorization with Similar User and Item Based Regularization 基于相似用户和项正则化的异步分布式矩阵分解
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959161
Bikash Joshi, F. Iutzeler, Massih-Reza Amini
We introduce an asynchronous distributed stochastic gradient algorithm for matrix factorization based collaborative filtering. The main idea of this approach is to distribute the user-rating matrix across different machines, each having access only to a part of the information, and to asynchronously propagate the updates of the stochastic gradient optimization across the network. Each time a machine receives a parameter vector, it averages its current parameter vector with the received one, and continues its iterations from this new point. Additionally, we introduce a similarity based regularization that constrains the user and item factors to be close to the average factors of their similar users and items found on subparts of the distributed user-rating matrix. We analyze the impact of the regularization terms on MovieLens (100K, 1M, 10M) and NetFlix datasets and show that it leads to a more efficient matrix factorization in terms of Root Mean Square Error (RMSE) and Mean Absolute Error (MAE), and that the asynchronous distributed approach significantly improves in convergence time as compared to an equivalent synchronous distributed approach.
提出了一种异步分布式随机梯度算法用于矩阵分解协同滤波。该方法的主要思想是将用户评价矩阵分布在不同的机器上,每台机器只能访问一部分信息,并在整个网络中异步传播随机梯度优化的更新。每次机器接收到一个参数向量时,它将当前参数向量与接收到的参数向量取平均值,并从这个新的点继续迭代。此外,我们引入了基于相似性的正则化,该正则化约束用户和物品因素接近分布式用户评分矩阵子部分中相似用户和物品的平均因素。我们分析了正则化项对MovieLens (100K, 1M, 10M)和NetFlix数据集的影响,并表明它在均方根误差(RMSE)和平均绝对误差(MAE)方面导致了更有效的矩阵分解,并且与同等的同步分布式方法相比,异步分布式方法显着提高了收敛时间。
{"title":"Asynchronous Distributed Matrix Factorization with Similar User and Item Based Regularization","authors":"Bikash Joshi, F. Iutzeler, Massih-Reza Amini","doi":"10.1145/2959100.2959161","DOIUrl":"https://doi.org/10.1145/2959100.2959161","url":null,"abstract":"We introduce an asynchronous distributed stochastic gradient algorithm for matrix factorization based collaborative filtering. The main idea of this approach is to distribute the user-rating matrix across different machines, each having access only to a part of the information, and to asynchronously propagate the updates of the stochastic gradient optimization across the network. Each time a machine receives a parameter vector, it averages its current parameter vector with the received one, and continues its iterations from this new point. Additionally, we introduce a similarity based regularization that constrains the user and item factors to be close to the average factors of their similar users and items found on subparts of the distributed user-rating matrix. We analyze the impact of the regularization terms on MovieLens (100K, 1M, 10M) and NetFlix datasets and show that it leads to a more efficient matrix factorization in terms of Root Mean Square Error (RMSE) and Mean Absolute Error (MAE), and that the asynchronous distributed approach significantly improves in convergence time as compared to an equivalent synchronous distributed approach.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"181 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126172327","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Tutorial: Lessons Learned from Building Real-life Recommender Systems 教程:构建现实生活中的推荐系统的经验教训
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959194
X. Amatriain, D. Agarwal
In 2006, Netflix announced a $1M prize competition to advance recommendation algorithms. The recommendation problem was simplified as the accuracy in predicting a user rating measured by the Root Mean Squared Error. While that formulation helped get the attention of the research community, it put the focus on the wrong approach and metric while leaving many important factors out. In this tutorial we will describe the advances in Recommender Systems in the last 10 years from an industry perspective based on the instructors' personal experience at companies like Quora, LinkedIn, Netflix, or Yahoo! We will do so in the form of different lessons learned through the years. Some of those lessons will describe the different components of modern recommender systems such as: personalized ranking, similarity, explanations, context-awareness, or multi-armed bandits. Others will also review the usage of novel algorithmic approaches such as Factorization Machines, Restricted Boltzmann Machines, SimRank, Deep Neural Networks, or Listwise Learning-to-rank. Others will dive into details of the importance of gathering the right data or using the correct optimization metric. But, most importantly, we will give many examples of prototypical industrial-scale recommender systems with special focus on those unsolved challenges that should define the future of the recommender systems area.
2006年,Netflix宣布了一项100万美元奖金的竞赛,以推进推荐算法。将推荐问题简化为用均方根误差来衡量预测用户评分的准确度。虽然这种表述有助于引起研究界的注意,但它把焦点放在了错误的方法和度量上,而忽略了许多重要的因素。在本教程中,我们将根据讲师在Quora、LinkedIn、Netflix或雅虎等公司的个人经验,从行业角度描述推荐系统在过去10年中的进步。我们将以多年来吸取的不同经验教训的形式做到这一点。其中一些课程将描述现代推荐系统的不同组成部分,例如:个性化排名、相似性、解释、上下文感知或多武装强盗。其他人还将回顾新算法方法的使用,如因数分解机,受限玻尔兹曼机,simmrank,深度神经网络或列表学习排序。其他人将深入讨论收集正确数据或使用正确优化指标的重要性。但是,最重要的是,我们将给出许多典型的工业规模推荐系统的例子,特别关注那些未解决的挑战,这些挑战应该定义推荐系统领域的未来。
{"title":"Tutorial: Lessons Learned from Building Real-life Recommender Systems","authors":"X. Amatriain, D. Agarwal","doi":"10.1145/2959100.2959194","DOIUrl":"https://doi.org/10.1145/2959100.2959194","url":null,"abstract":"In 2006, Netflix announced a $1M prize competition to advance recommendation algorithms. The recommendation problem was simplified as the accuracy in predicting a user rating measured by the Root Mean Squared Error. While that formulation helped get the attention of the research community, it put the focus on the wrong approach and metric while leaving many important factors out. In this tutorial we will describe the advances in Recommender Systems in the last 10 years from an industry perspective based on the instructors' personal experience at companies like Quora, LinkedIn, Netflix, or Yahoo! We will do so in the form of different lessons learned through the years. Some of those lessons will describe the different components of modern recommender systems such as: personalized ranking, similarity, explanations, context-awareness, or multi-armed bandits. Others will also review the usage of novel algorithmic approaches such as Factorization Machines, Restricted Boltzmann Machines, SimRank, Deep Neural Networks, or Listwise Learning-to-rank. Others will dive into details of the importance of gathering the right data or using the correct optimization metric. But, most importantly, we will give many examples of prototypical industrial-scale recommender systems with special focus on those unsolved challenges that should define the future of the recommender systems area.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"140 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116512613","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Bayesian Low-Rank Determinantal Point Processes 贝叶斯低秩行列式点过程
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959178
Mike Gartrell, U. Paquet, Noam Koenigstein
Determinantal point processes (DPPs) are an emerging model for encoding probabilities over subsets, such as shopping baskets, selected from a ground set, such as an item catalog. They have recently proved to be appealing models for a number of machine learning tasks, including product recommendation. DPPs are parametrized by a positive semi-definite kernel matrix. Prior work has shown that using a low-rank factorization of this kernel provides scalability improvements that open the door to training on large-scale datasets and computing online recommendations, both of which are infeasible with standard DPP models that use a full-rank kernel. A low-rank DPP model can be trained using an optimization-based method, such as stochastic gradient ascent, to find a point estimate of the kernel parameters, which can be performed efficiently on large-scale datasets. However, this approach requires careful tuning of regularization parameters to prevent overfitting and provide good predictive performance, which can be computationally expensive. In this paper we present a Bayesian method for learning a low-rank factorization of this kernel, which provides automatic control of regularization. We show that our Bayesian low-rank DPP model can be trained efficiently using stochastic gradient Hamiltonian Monte Carlo (SGHMC). Our Bayesian model generally provides better predictive performance on several real-world product recommendation datasets than optimization-based low-rank DPP models trained using stochastic gradient ascent, and better performance than several state-of-the art recommendation methods in many cases.
决定性点过程(dpp)是一种新兴的模型,用于对子集(如购物篮)上的概率进行编码,这些子集是从基础集(如商品目录)中选择的。它们最近被证明是许多机器学习任务的有吸引力的模型,包括产品推荐。用半正定核矩阵对dpp进行参数化。先前的工作表明,使用该内核的低秩分解提供了可扩展性的改进,为大规模数据集的训练和计算在线推荐打开了大门,这两者对于使用全秩内核的标准DPP模型都是不可行的。低秩DPP模型可以使用基于优化的方法(如随机梯度上升)进行训练,以找到核参数的点估计,这可以在大规模数据集上有效地执行。然而,这种方法需要仔细调整正则化参数,以防止过拟合并提供良好的预测性能,这在计算上可能是昂贵的。在本文中,我们提出了一种贝叶斯方法来学习这种核的低秩分解,它提供了正则化的自动控制。我们证明贝叶斯低秩DPP模型可以使用随机梯度哈密顿蒙特卡罗(SGHMC)有效地训练。我们的贝叶斯模型在一些现实世界的产品推荐数据集上通常比使用随机梯度上升训练的基于优化的低秩DPP模型提供更好的预测性能,并且在许多情况下比几种最先进的推荐方法表现更好。
{"title":"Bayesian Low-Rank Determinantal Point Processes","authors":"Mike Gartrell, U. Paquet, Noam Koenigstein","doi":"10.1145/2959100.2959178","DOIUrl":"https://doi.org/10.1145/2959100.2959178","url":null,"abstract":"Determinantal point processes (DPPs) are an emerging model for encoding probabilities over subsets, such as shopping baskets, selected from a ground set, such as an item catalog. They have recently proved to be appealing models for a number of machine learning tasks, including product recommendation. DPPs are parametrized by a positive semi-definite kernel matrix. Prior work has shown that using a low-rank factorization of this kernel provides scalability improvements that open the door to training on large-scale datasets and computing online recommendations, both of which are infeasible with standard DPP models that use a full-rank kernel. A low-rank DPP model can be trained using an optimization-based method, such as stochastic gradient ascent, to find a point estimate of the kernel parameters, which can be performed efficiently on large-scale datasets. However, this approach requires careful tuning of regularization parameters to prevent overfitting and provide good predictive performance, which can be computationally expensive. In this paper we present a Bayesian method for learning a low-rank factorization of this kernel, which provides automatic control of regularization. We show that our Bayesian low-rank DPP model can be trained efficiently using stochastic gradient Hamiltonian Monte Carlo (SGHMC). Our Bayesian model generally provides better predictive performance on several real-world product recommendation datasets than optimization-based low-rank DPP models trained using stochastic gradient ascent, and better performance than several state-of-the art recommendation methods in many cases.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"47 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115908101","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 59
Local Item-Item Models For Top-N Recommendation Top-N推荐的局部项目-项目模型
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959185
Evangelia Christakopoulou, G. Karypis
Item-based approaches based on SLIM (Sparse LInear Methods) have demonstrated very good performance for top-N recommendation; however they only estimate a single model for all the users. This work is based on the intuition that not all users behave in the same way -- instead there exist subsets of like-minded users. By using different item-item models for these user subsets, we can capture differences in their preferences and this can lead to improved performance for top-N recommendations. In this work, we extend SLIM by combining global and local SLIM models. We present a method that computes the prediction scores as a user-specific combination of the predictions derived by a global and local item-item models. We present an approach in which the global model, the local models, their user-specific combination, and the assignment of users to the local models are jointly optimized to improve the top-N recommendation performance. Our experiments show that the proposed method improves upon the standard SLIM model and outperforms competing top-N recommendation approaches.
基于SLIM(稀疏线性方法)的基于项目的方法在top-N推荐方面表现出了很好的性能;然而,他们只对所有用户估计一个单一的模型。这项工作基于一种直觉,即并非所有用户的行为方式都相同——相反,存在志同道合的用户子集。通过对这些用户子集使用不同的item-item模型,我们可以捕获他们偏好的差异,这可以提高top-N推荐的性能。在这项工作中,我们通过结合全局和局部SLIM模型来扩展SLIM。我们提出了一种计算预测分数的方法,该方法是由全局和局部项目-项目模型派生的预测的特定于用户的组合。我们提出了一种方法,该方法将全局模型、局部模型、它们的用户特定组合以及用户对局部模型的分配共同优化,以提高top-N推荐性能。我们的实验表明,所提出的方法改进了标准的SLIM模型,并且优于竞争的top-N推荐方法。
{"title":"Local Item-Item Models For Top-N Recommendation","authors":"Evangelia Christakopoulou, G. Karypis","doi":"10.1145/2959100.2959185","DOIUrl":"https://doi.org/10.1145/2959100.2959185","url":null,"abstract":"Item-based approaches based on SLIM (Sparse LInear Methods) have demonstrated very good performance for top-N recommendation; however they only estimate a single model for all the users. This work is based on the intuition that not all users behave in the same way -- instead there exist subsets of like-minded users. By using different item-item models for these user subsets, we can capture differences in their preferences and this can lead to improved performance for top-N recommendations. In this work, we extend SLIM by combining global and local SLIM models. We present a method that computes the prediction scores as a user-specific combination of the predictions derived by a global and local item-item models. We present an approach in which the global model, the local models, their user-specific combination, and the assignment of users to the local models are jointly optimized to improve the top-N recommendation performance. Our experiments show that the proposed method improves upon the standard SLIM model and outperforms competing top-N recommendation approaches.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"70 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132349005","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 115
Recommending the World's Knowledge: Application of Recommender Systems at Quora 推荐世界知识:Quora推荐系统的应用
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959128
Lei Yang, X. Amatriain
At Quora, our mission is to share and grow the world's knowledge. Recommender systems are at the core of this mission: we need to recommend the most important questions to people most likely to write great answers, and recommend the best answers to people interested in reading them. Driven by the above mission statement, we have a variety of interesting and challenging recommendation problems and a large, rich data set that we can work with to build novel solutions for them. In this talk, we will describe several of these recommendation problems and present our approaches solving them.
在Quora,我们的使命是分享和发展世界知识。推荐系统是这项任务的核心:我们需要向最有可能写出好答案的人推荐最重要的问题,并向有兴趣阅读这些问题的人推荐最佳答案。在上述使命声明的推动下,我们有了各种有趣且具有挑战性的推荐问题,以及一个庞大而丰富的数据集,我们可以利用这些数据集为它们构建新颖的解决方案。在这次演讲中,我们将描述其中的几个推荐问题,并介绍我们解决这些问题的方法。
{"title":"Recommending the World's Knowledge: Application of Recommender Systems at Quora","authors":"Lei Yang, X. Amatriain","doi":"10.1145/2959100.2959128","DOIUrl":"https://doi.org/10.1145/2959100.2959128","url":null,"abstract":"At Quora, our mission is to share and grow the world's knowledge. Recommender systems are at the core of this mission: we need to recommend the most important questions to people most likely to write great answers, and recommend the best answers to people interested in reading them. Driven by the above mission statement, we have a variety of interesting and challenging recommendation problems and a large, rich data set that we can work with to build novel solutions for them. In this talk, we will describe several of these recommendation problems and present our approaches solving them.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133723080","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 15
News Recommendations at scale at Bloomberg Media: Challenges and Approaches 彭博媒体的大规模新闻推荐:挑战和方法
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959118
Dhaval Shah, Pramod Koneru, Parth Shah, Rohit Parimi
In the past decade, news consumption through traditional channels such as print has been on the decline while online and digital news consumption has been steadily growing. Bloomberg, renowned for its products in the financial world, has a very strong presence in the news and media industry. Bloomberg Media, on an average, publishes 400-500 stories and videos per day and we have close to 30 million unique visitors on our websites and mobile applications every month consuming this content. At such a scale it is very important to recommend relevant information for a good user experience. Recommendations in the News and Media domain bring a unique set of challenges due to the dynamic nature of the data as well as unique consumption patterns. The biggest challenge with building recommendation systems in the News domain is the dynamic nature of the domain itself; new content is published every few minutes and majority of the content has a short shelf life, i.e., the news is not relevant to users after a certain time span and the time span is generally of the order of hours rather than days, making it important to deliver relevant content in a timely manner. Moreover, our users consume content differently based on time of day. For example, some users whose focus is market news and market data during the day consume more long form and generic articles and videos in the evening. User preferences, along with being cyclical in nature, tend to change over time, so algorithms need to adapt to the changing taste of the user. In addition, we need to ensure that the users do get their share of important/trending news and are not put into a filter bubble. In this talk, we will present some novel techniques we have applied to popular approaches in the field of Recommender Systems to be able to address the unique challenges which the news domain presents.
在过去的十年里,通过传统渠道如纸媒的新闻消费一直在下降,而在线和数字新闻消费一直在稳步增长。彭博在金融界以其产品而闻名,在新闻和媒体行业也有很强的影响力。彭博媒体平均每天发布400-500篇报道和视频,我们的网站和移动应用程序每月有近3000万独立访问者消费这些内容。在这种情况下,推荐相关信息以获得良好的用户体验是非常重要的。由于数据的动态性和独特的消费模式,新闻和媒体领域的推荐带来了一系列独特的挑战。在新闻领域建立推荐系统的最大挑战是该领域本身的动态性;每隔几分钟就会有新的内容发布,而且大多数内容的保质期很短,即新闻在一定的时间跨度之后就与用户不相关了,时间跨度一般是几小时而不是几天,因此及时发布相关内容非常重要。此外,我们的用户根据一天中的不同时间消费不同的内容。例如,一些白天关注市场新闻和市场数据的用户在晚上会消费更多的长篇和一般的文章和视频。用户的偏好,以及本质上的周期性,往往会随着时间的推移而改变,所以算法需要适应用户不断变化的品味。此外,我们需要确保用户获得他们的重要/趋势新闻份额,而不是被放入过滤气泡中。在这次演讲中,我们将介绍一些我们应用于推荐系统领域的流行方法的新技术,以便能够解决新闻领域提出的独特挑战。
{"title":"News Recommendations at scale at Bloomberg Media: Challenges and Approaches","authors":"Dhaval Shah, Pramod Koneru, Parth Shah, Rohit Parimi","doi":"10.1145/2959100.2959118","DOIUrl":"https://doi.org/10.1145/2959100.2959118","url":null,"abstract":"In the past decade, news consumption through traditional channels such as print has been on the decline while online and digital news consumption has been steadily growing. Bloomberg, renowned for its products in the financial world, has a very strong presence in the news and media industry. Bloomberg Media, on an average, publishes 400-500 stories and videos per day and we have close to 30 million unique visitors on our websites and mobile applications every month consuming this content. At such a scale it is very important to recommend relevant information for a good user experience. Recommendations in the News and Media domain bring a unique set of challenges due to the dynamic nature of the data as well as unique consumption patterns. The biggest challenge with building recommendation systems in the News domain is the dynamic nature of the domain itself; new content is published every few minutes and majority of the content has a short shelf life, i.e., the news is not relevant to users after a certain time span and the time span is generally of the order of hours rather than days, making it important to deliver relevant content in a timely manner. Moreover, our users consume content differently based on time of day. For example, some users whose focus is market news and market data during the day consume more long form and generic articles and videos in the evening. User preferences, along with being cyclical in nature, tend to change over time, so algorithms need to adapt to the changing taste of the user. In addition, we need to ensure that the users do get their share of important/trending news and are not put into a filter bubble. In this talk, we will present some novel techniques we have applied to popular approaches in the field of Recommender Systems to be able to address the unique challenges which the news domain presents.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115694154","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
RecSys'16 Workshop on Deep Learning for Recommender Systems (DLRS) RecSys'16深度学习推荐系统(DLRS)研讨会
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959202
Alexandros Karatzoglou, Balázs Hidasi, D. Tikk, Oren Sar Shalom, Haggai Roitman, Bracha Shapira, L. Rokach
We believe that Deep Learning is one of the next big things in Recommendation Systems technology. The past few years have seen the tremendous success of deep neural networks in a number of complex tasks such as computer vision, natural language processing and speech recognition. Despite this, only little work has been published on Deep Learning methods for Recommender Systems. Notable recent application areas are music recommendation, news recommendation, and session-based recommendation. The aim of the workshop is to encourage the application of Deep Learning techniques in Recommender Systems, to promote research in deep learning methods for Recommender Systems, and to bring together researchers from the Recommender Systems and Deep Learning communities.
我们相信深度学习是推荐系统技术的下一个重大事件之一。过去几年,深度神经网络在计算机视觉、自然语言处理和语音识别等许多复杂任务中取得了巨大成功。尽管如此,关于推荐系统的深度学习方法的研究还很少。最近值得注意的应用领域是音乐推荐、新闻推荐和基于会话的推荐。研讨会的目的是鼓励深度学习技术在推荐系统中的应用,促进推荐系统中深度学习方法的研究,并将来自推荐系统和深度学习社区的研究人员聚集在一起。
{"title":"RecSys'16 Workshop on Deep Learning for Recommender Systems (DLRS)","authors":"Alexandros Karatzoglou, Balázs Hidasi, D. Tikk, Oren Sar Shalom, Haggai Roitman, Bracha Shapira, L. Rokach","doi":"10.1145/2959100.2959202","DOIUrl":"https://doi.org/10.1145/2959100.2959202","url":null,"abstract":"We believe that Deep Learning is one of the next big things in Recommendation Systems technology. The past few years have seen the tremendous success of deep neural networks in a number of complex tasks such as computer vision, natural language processing and speech recognition. Despite this, only little work has been published on Deep Learning methods for Recommender Systems. Notable recent application areas are music recommendation, news recommendation, and session-based recommendation. The aim of the workshop is to encourage the application of Deep Learning techniques in Recommender Systems, to promote research in deep learning methods for Recommender Systems, and to bring together researchers from the Recommender Systems and Deep Learning communities.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115712137","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 19
When Recommendation Systems Go Bad 当推荐系统出现问题时
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959117
Evan Estola
Machine learning and recommendations systems have changed the way we interact with not just the internet, but some of the basic services that we use to organize and run our life. As the people that build these systems, we have a social responsibility to consider how these systems affect people, and furthermore, we should do whatever we can to prevent these models from perpetuating some of the prejudice and bias that exist in our society today. This talk will cover some of the recommendation systems that have gone wrong across various industries, and attempt to provide some solutions for raising awareness and prevention. Approaches that will be explored include using interpretable models, using ensemble models to separate features that shouldn't interact, and designing test data sets for capturing accidental bias.
机器学习和推荐系统不仅改变了我们与互联网的互动方式,还改变了我们用来组织和管理生活的一些基本服务。作为建立这些系统的人,我们有社会责任考虑这些系统如何影响人们,此外,我们应该尽我们所能防止这些模式使当今社会中存在的一些偏见和偏见永久化。本讲座将介绍一些在不同行业中出现问题的推荐系统,并试图提供一些提高认识和预防的解决方案。将探索的方法包括使用可解释的模型,使用集成模型来分离不应该交互的特征,以及设计用于捕获偶然偏差的测试数据集。
{"title":"When Recommendation Systems Go Bad","authors":"Evan Estola","doi":"10.1145/2959100.2959117","DOIUrl":"https://doi.org/10.1145/2959100.2959117","url":null,"abstract":"Machine learning and recommendations systems have changed the way we interact with not just the internet, but some of the basic services that we use to organize and run our life. As the people that build these systems, we have a social responsibility to consider how these systems affect people, and furthermore, we should do whatever we can to prevent these models from perpetuating some of the prejudice and bias that exist in our society today. This talk will cover some of the recommendation systems that have gone wrong across various industries, and attempt to provide some solutions for raising awareness and prevention. Approaches that will be explored include using interpretable models, using ensemble models to separate features that shouldn't interact, and designing test data sets for capturing accidental bias.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"62 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116024919","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
HCI for Recommender Systems: the Past, the Present and the Future 推荐系统的人机交互:过去、现在和未来
Pub Date : 2016-09-07 DOI: 10.1145/2959100.2959158
André Calero Valdez, M. Ziefle, K. Verbert
How can you discover something new, that matches your interest? Recommender Systems have been studied since the 90ies. Their benefit comes from guiding a user through the density of the information jungle to useful knowledge clearings. Early research on recommender systems focuses on algorithms and their evaluation to improve recommendation accuracy using F-measures and other methodologies from signal-detection theory. Present research includes other aspects such as human factors that affect the user experience and interactive visualization techniques to support transparency of results and user control. In this paper, we analyze all publications on recommender systems from the scopus database, and particularly also papers with such an HCI focus. Based on an analysis of these papers, future topics for recommender systems research are identified, which include more advanced support for user control, adaptive interfaces, affective computing and applications in high risk domains.
你怎样才能发现符合你兴趣的新事物呢?自上世纪90年代以来,人们一直在研究推荐系统。它们的好处在于引导用户在密集的信息丛林中找到有用的知识。推荐系统的早期研究主要集中在算法及其评估上,使用F-measures和信号检测理论中的其他方法来提高推荐的准确性。目前的研究包括其他方面,如影响用户体验的人为因素和交互式可视化技术,以支持结果的透明度和用户控制。在本文中,我们分析了scopus数据库中关于推荐系统的所有出版物,特别是那些以HCI为重点的论文。在分析这些论文的基础上,确定了推荐系统未来的研究主题,包括对用户控制、自适应界面、情感计算和高风险领域应用的更高级支持。
{"title":"HCI for Recommender Systems: the Past, the Present and the Future","authors":"André Calero Valdez, M. Ziefle, K. Verbert","doi":"10.1145/2959100.2959158","DOIUrl":"https://doi.org/10.1145/2959100.2959158","url":null,"abstract":"How can you discover something new, that matches your interest? Recommender Systems have been studied since the 90ies. Their benefit comes from guiding a user through the density of the information jungle to useful knowledge clearings. Early research on recommender systems focuses on algorithms and their evaluation to improve recommendation accuracy using F-measures and other methodologies from signal-detection theory. Present research includes other aspects such as human factors that affect the user experience and interactive visualization techniques to support transparency of results and user control. In this paper, we analyze all publications on recommender systems from the scopus database, and particularly also papers with such an HCI focus. Based on an analysis of these papers, future topics for recommender systems research are identified, which include more advanced support for user control, adaptive interfaces, affective computing and applications in high risk domains.","PeriodicalId":315651,"journal":{"name":"Proceedings of the 10th ACM Conference on Recommender Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129368656","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 44
期刊
Proceedings of the 10th ACM Conference on Recommender Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1