首页 > 最新文献

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

英文 中文
Designing and evaluating explainable AI for non-AI experts: challenges and opportunities 为非AI专家设计和评估可解释的AI:挑战和机遇
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547427
Maxwell Szymanski, K. Verbert, V. Abeele
Artificial intelligence (AI) has seen a steady increase in use in the health and medical field, where it is used by lay users and health experts alike. However, these AI systems often lack transparency regarding the inputs and decision making process (often called black boxes), which in turn can be detrimental to the user’s satisfaction and trust towards these systems. Explainable AI (XAI) aims to overcome this problem by opening up certain aspects of the black box, and has proven to be a successful means of increasing trust, transparency and even system effectiveness. However, for certain groups (i.e. lay users in health), explanation methods and evaluation metrics still remain underexplored. In this paper, we will outline our research regarding designing and evaluating explanations for health recommendations for lay users and domain experts, as well as list a few takeaways we were already able to find in our initial studies.
人工智能(AI)在健康和医疗领域的应用稳步增长,非专业用户和健康专家都在使用它。然而,这些人工智能系统通常缺乏输入和决策过程的透明度(通常称为黑盒),这反过来可能会损害用户对这些系统的满意度和信任。可解释人工智能(XAI)旨在通过开放黑箱的某些方面来克服这一问题,并已被证明是增加信任、透明度甚至系统有效性的成功手段。然而,对于某些群体(即卫生领域的非专业用户),解释方法和评价指标仍未得到充分探索。在本文中,我们将概述我们关于为非专业用户和领域专家设计和评估健康建议解释的研究,并列出我们在初步研究中已经能够找到的一些结论。
{"title":"Designing and evaluating explainable AI for non-AI experts: challenges and opportunities","authors":"Maxwell Szymanski, K. Verbert, V. Abeele","doi":"10.1145/3523227.3547427","DOIUrl":"https://doi.org/10.1145/3523227.3547427","url":null,"abstract":"Artificial intelligence (AI) has seen a steady increase in use in the health and medical field, where it is used by lay users and health experts alike. However, these AI systems often lack transparency regarding the inputs and decision making process (often called black boxes), which in turn can be detrimental to the user’s satisfaction and trust towards these systems. Explainable AI (XAI) aims to overcome this problem by opening up certain aspects of the black box, and has proven to be a successful means of increasing trust, transparency and even system effectiveness. However, for certain groups (i.e. lay users in health), explanation methods and evaluation metrics still remain underexplored. In this paper, we will outline our research regarding designing and evaluating explanations for health recommendations for lay users and domain experts, as well as list a few takeaways we were already able to find in our initial studies.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128900489","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}
引用次数: 3
A GPU-specialized Inference Parameter Server for Large-Scale Deep Recommendation Models 面向大规模深度推荐模型的gpu专用推理参数服务器
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3546765
Yingcan Wei, Matthias Langer, F. Yu, Minseok Lee, Jie Liu, Ji Shi, Zehuan Wang
Recommendation systems are of crucial importance for a variety of modern apps and web services, such as news feeds, social networks, e-commerce, search, etc. To achieve peak prediction accuracy, modern recommendation models combine deep learning with terabyte-scale embedding tables to obtain a fine-grained representation of the underlying data. Traditional inference serving architectures require deploying the whole model to standalone servers, which is infeasible at such massive scale. In this paper, we provide insights into the intriguing and challenging inference domain of online recommendation systems. We propose the HugeCTR Hierarchical Parameter Server (HPS), an industry-leading distributed recommendation inference framework, that combines a high-performance GPU embedding cache with an hierarchical storage architecture, to realize low-latency retrieval of embeddings for online model inference tasks. Among other things, HPS features (1) a redundant hierarchical storage system, (2) a novel high-bandwidth cache to accelerate parallel embedding lookup on NVIDIA GPUs, (3) online training support and (4) light-weight APIs for easy integration into existing large-scale recommendation workflows. To demonstrate its capabilities, we conduct extensive studies using both synthetically engineered and public datasets. We show that our HPS can dramatically reduce end-to-end inference latency, achieving 5~62x speedup (depending on the batch size) over CPU baseline implementations for popular recommendation models. Through multi-GPU concurrent deployment, the HPS can also greatly increase the inference QPS.
推荐系统对于各种现代应用程序和网络服务至关重要,例如新闻推送、社交网络、电子商务、搜索等。为了达到峰值预测精度,现代推荐模型将深度学习与tb级嵌入表相结合,以获得底层数据的细粒度表示。传统的推理服务架构需要将整个模型部署到独立的服务器上,这在如此大规模的情况下是不可实现的。在本文中,我们对在线推荐系统的有趣和具有挑战性的推理领域提供了见解。我们提出了HugeCTR分层参数服务器(HPS),这是一个业界领先的分布式推荐推理框架,它结合了高性能GPU嵌入缓存和分层存储架构,实现了在线模型推理任务的低延迟嵌入检索。除此之外,HPS具有以下特点:(1)冗余分层存储系统;(2)新颖的高带宽缓存,可加速NVIDIA gpu上的并行嵌入查找;(3)在线培训支持;(4)轻量级api,可轻松集成到现有的大规模推荐工作流中。为了证明其能力,我们使用综合工程和公共数据集进行了广泛的研究。我们表明,我们的HPS可以显著减少端到端推理延迟,与流行推荐模型的CPU基线实现相比,实现了5~62倍的加速(取决于批处理大小)。通过多gpu并发部署,HPS还可以大大提高推理QPS。
{"title":"A GPU-specialized Inference Parameter Server for Large-Scale Deep Recommendation Models","authors":"Yingcan Wei, Matthias Langer, F. Yu, Minseok Lee, Jie Liu, Ji Shi, Zehuan Wang","doi":"10.1145/3523227.3546765","DOIUrl":"https://doi.org/10.1145/3523227.3546765","url":null,"abstract":"Recommendation systems are of crucial importance for a variety of modern apps and web services, such as news feeds, social networks, e-commerce, search, etc. To achieve peak prediction accuracy, modern recommendation models combine deep learning with terabyte-scale embedding tables to obtain a fine-grained representation of the underlying data. Traditional inference serving architectures require deploying the whole model to standalone servers, which is infeasible at such massive scale. In this paper, we provide insights into the intriguing and challenging inference domain of online recommendation systems. We propose the HugeCTR Hierarchical Parameter Server (HPS), an industry-leading distributed recommendation inference framework, that combines a high-performance GPU embedding cache with an hierarchical storage architecture, to realize low-latency retrieval of embeddings for online model inference tasks. Among other things, HPS features (1) a redundant hierarchical storage system, (2) a novel high-bandwidth cache to accelerate parallel embedding lookup on NVIDIA GPUs, (3) online training support and (4) light-weight APIs for easy integration into existing large-scale recommendation workflows. To demonstrate its capabilities, we conduct extensive studies using both synthetically engineered and public datasets. We show that our HPS can dramatically reduce end-to-end inference latency, achieving 5~62x speedup (depending on the batch size) over CPU baseline implementations for popular recommendation models. Through multi-GPU concurrent deployment, the HPS can also greatly increase the inference QPS.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128241467","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
Countering Popularity Bias by Regularizing Score Differences 通过规范分数差异来对抗人气偏见
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3546757
Wondo Rhee, S. Cho, B. Suh
Recommendation system often suffers from popularity bias. Often the training data inherently exhibits long-tail distribution in item popularity (data bias). Moreover, the recommendation systems could give unfairly higher recommendation scores to popular items even among items a user equally liked, resulting in over-recommendation of popular items (model bias). In this study we propose a novel method to reduce the model bias while maintaining accuracy by directly regularizing the recommendation scores to be equal across items a user preferred. Akin to contrastive learning, we extend the widely used pairwise loss (BPR loss) which maximizes the score differences between preferred and unpreferred items, with a regularization term that minimizes the score differences within preferred and unpreferred items, respectively, thereby achieving both high debias and high accuracy performance with no additional training. To test the effectiveness of the proposed method, we design an experiment using a synthetic dataset which induces model bias with baseline training; we showed applying the proposed method resulted in drastic reduction of model bias while maintaining accuracy. Comprehensive comparison with earlier debias methods showed the proposed method had advantages in terms of computational validity and efficiency. Further empirical experiments utilizing four benchmark datasets and four recommendation models indicated the proposed method showed general improvements over performances of earlier debias methods. We hope that our method could help users enjoy diverse recommendations promoting serendipitous findings. Code available at https://github.com/stillpsy/popbias.
推荐系统往往存在人气偏差。通常训练数据在项目受欢迎程度上固有地表现出长尾分布(数据偏差)。此外,即使是在用户同样喜欢的商品中,推荐系统也可能对热门商品给出不公平的更高推荐分数,从而导致对热门商品的过度推荐(模型偏差)。在这项研究中,我们提出了一种新的方法来减少模型偏差,同时保持准确性,通过直接正则化推荐分数,使用户偏好的项目之间相等。与对比学习类似,我们扩展了广泛使用的两两损失(BPR损失),它最大化了首选项和非首选项之间的分数差异,并使用正则化项分别最小化首选项和非首选项之间的分数差异,从而在不需要额外训练的情况下实现高偏差和高精度的性能。为了验证所提方法的有效性,我们设计了一个实验,使用一个合成数据集,通过基线训练诱导模型偏差;我们表明,应用所提出的方法可以在保持准确性的同时大幅减少模型偏差。综合比较表明,该方法在计算有效性和效率方面具有优势。利用四个基准数据集和四个推荐模型进行的进一步实证实验表明,所提出的方法比早期的debias方法的性能有了总体的改进。我们希望我们的方法可以帮助用户享受各种各样的推荐,以促进偶然的发现。代码可从https://github.com/stillpsy/popbias获得。
{"title":"Countering Popularity Bias by Regularizing Score Differences","authors":"Wondo Rhee, S. Cho, B. Suh","doi":"10.1145/3523227.3546757","DOIUrl":"https://doi.org/10.1145/3523227.3546757","url":null,"abstract":"Recommendation system often suffers from popularity bias. Often the training data inherently exhibits long-tail distribution in item popularity (data bias). Moreover, the recommendation systems could give unfairly higher recommendation scores to popular items even among items a user equally liked, resulting in over-recommendation of popular items (model bias). In this study we propose a novel method to reduce the model bias while maintaining accuracy by directly regularizing the recommendation scores to be equal across items a user preferred. Akin to contrastive learning, we extend the widely used pairwise loss (BPR loss) which maximizes the score differences between preferred and unpreferred items, with a regularization term that minimizes the score differences within preferred and unpreferred items, respectively, thereby achieving both high debias and high accuracy performance with no additional training. To test the effectiveness of the proposed method, we design an experiment using a synthetic dataset which induces model bias with baseline training; we showed applying the proposed method resulted in drastic reduction of model bias while maintaining accuracy. Comprehensive comparison with earlier debias methods showed the proposed method had advantages in terms of computational validity and efficiency. Further empirical experiments utilizing four benchmark datasets and four recommendation models indicated the proposed method showed general improvements over performances of earlier debias methods. We hope that our method could help users enjoy diverse recommendations promoting serendipitous findings. Code available at https://github.com/stillpsy/popbias.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127925969","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
Neural Re-ranking for Multi-stage Recommender Systems 多阶段推荐系统的神经重排序
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547369
Weiwen Liu, Jiarui Qin, Ruiming Tang, Bo Chen
Re-ranking is one of the most critical stages for multi-stage recommender systems (MRS), which re-orders the input ranking lists by modeling the cross-item interaction. Recent re-ranking methods have evolved into deep neural architectures due to the significant advances in deep learning. Neural re-ranking, therefore, has become a trending topic and many of the improved algorithms have demonstrated their use in industrial applications, enjoying great commercial success. The purpose of this tutorial is to explore some of the recent work on neural re-ranking, integrating them into a broader picture and paving ways for more comprehensive solutions for future research. In particular, we provide a taxonomy of current methods according to the objectives and training signals. We examine and compare these methods qualitatively and quantitatively, and identify some open challenges and future prospects.
重新排序是多阶段推荐系统的关键环节之一,多阶段推荐系统通过建立跨项目交互模型,对输入排序列表进行重新排序。由于深度学习的重大进展,最近的重新排序方法已经演变成深度神经架构。因此,神经重新排序已经成为一个热门话题,许多改进的算法已经在工业应用中得到了应用,并取得了巨大的商业成功。本教程的目的是探索神经重新排序的一些最新工作,将它们整合到更广泛的图景中,并为未来的研究提供更全面的解决方案。特别是,我们根据目标和训练信号提供了当前方法的分类。我们对这些方法进行定性和定量的检查和比较,并确定一些开放的挑战和未来的前景。
{"title":"Neural Re-ranking for Multi-stage Recommender Systems","authors":"Weiwen Liu, Jiarui Qin, Ruiming Tang, Bo Chen","doi":"10.1145/3523227.3547369","DOIUrl":"https://doi.org/10.1145/3523227.3547369","url":null,"abstract":"Re-ranking is one of the most critical stages for multi-stage recommender systems (MRS), which re-orders the input ranking lists by modeling the cross-item interaction. Recent re-ranking methods have evolved into deep neural architectures due to the significant advances in deep learning. Neural re-ranking, therefore, has become a trending topic and many of the improved algorithms have demonstrated their use in industrial applications, enjoying great commercial success. The purpose of this tutorial is to explore some of the recent work on neural re-ranking, integrating them into a broader picture and paving ways for more comprehensive solutions for future research. In particular, we provide a taxonomy of current methods according to the objectives and training signals. We examine and compare these methods qualitatively and quantitatively, and identify some open challenges and future prospects.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125491344","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}
引用次数: 1
TorchRec: a PyTorch Domain Library for Recommendation Systems TorchRec:一个推荐系统的PyTorch领域库
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547387
Dmytro Ivchenko, D. V. Staay, Colin Taylor, Xing Liu, Will Feng, Rahul Kindi, Anirudh Sudarshan, S. Sefati
Recommendation Systems (RecSys) comprise a large footprint of production-deployed AI today. The neural network-based recommender systems differ from deep learning models in other domains in using high-cardinality categorical sparse features that require large embedding tables to be trained. In this talk we introduce TorchRec, a PyTorch domain library for Recommendation Systems. This new library provides common sparsity and parallelism primitives, enabling researchers to build state-of-the-art personalization models and deploy them in production. In this talk we cover the building blocks of the TorchRec library including modeling primitives such as embedding bags and jagged tensors, optimized recommender system kernels powered by FBGEMM, a flexible sharder that supports a veriety of strategies for partitioning embedding tables, a planner that automatically generates optimized and performant sharding plans, support for GPU inference and common modeling modules for building recommender system models. TorchRec library is currently used to train large-scale recommender models at Meta. We will present how TorchRec helped Meta’s recommender system platform to transition from CPU asynchronous training to accelerator-based full-sync training.
如今,推荐系统(RecSys)包含了大量生产部署的人工智能。基于神经网络的推荐系统与其他领域的深度学习模型不同,它使用高基数分类稀疏特征,需要训练大型嵌入表。在这次演讲中,我们将介绍TorchRec,一个用于推荐系统的PyTorch域库。这个新库提供了通用的稀疏性和并行性原语,使研究人员能够构建最先进的个性化模型并将其部署到生产环境中。在这次演讲中,我们将介绍TorchRec库的构建模块,包括建模原语,如嵌入包和锯齿张量,由FBGEMM驱动的优化推荐系统内核,支持各种嵌入表分区策略的灵活切分器,自动生成优化和高性能切分计划的规划器,支持GPU推理和构建推荐系统模型的通用建模模块。TorchRec库目前用于在Meta上训练大规模推荐模型。我们将介绍TorchRec如何帮助Meta的推荐系统平台从CPU异步训练过渡到基于加速器的全同步训练。
{"title":"TorchRec: a PyTorch Domain Library for Recommendation Systems","authors":"Dmytro Ivchenko, D. V. Staay, Colin Taylor, Xing Liu, Will Feng, Rahul Kindi, Anirudh Sudarshan, S. Sefati","doi":"10.1145/3523227.3547387","DOIUrl":"https://doi.org/10.1145/3523227.3547387","url":null,"abstract":"Recommendation Systems (RecSys) comprise a large footprint of production-deployed AI today. The neural network-based recommender systems differ from deep learning models in other domains in using high-cardinality categorical sparse features that require large embedding tables to be trained. In this talk we introduce TorchRec, a PyTorch domain library for Recommendation Systems. This new library provides common sparsity and parallelism primitives, enabling researchers to build state-of-the-art personalization models and deploy them in production. In this talk we cover the building blocks of the TorchRec library including modeling primitives such as embedding bags and jagged tensors, optimized recommender system kernels powered by FBGEMM, a flexible sharder that supports a veriety of strategies for partitioning embedding tables, a planner that automatically generates optimized and performant sharding plans, support for GPU inference and common modeling modules for building recommender system models. TorchRec library is currently used to train large-scale recommender models at Meta. We will present how TorchRec helped Meta’s recommender system platform to transition from CPU asynchronous training to accelerator-based full-sync training.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134131939","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
Heterogeneous Graph Representation Learning for multi-target Cross-Domain Recommendation 面向多目标跨领域推荐的异构图表示学习
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547426
Tendai Mukande
This paper discusses the current challenges in modeling real world recommendation scenarios and proposes the development of a unified Heterogeneous Graph Representation Learning framework for multi-target Cross-Domain recommendation (HGRL4CDR). A shared graph with user-item interactions from multiple domains is proposed as a way to provide an effective representation learning layer and unify the modelling of various heterogeneous data. A heterogeneous graph transformer network will be integrated to the representation learning model to prioritize the most important neighbours, and the proposed model would be able to capture complex information as well as adapt to dynamic changes in the data using matrix perturbation. Using the real world Amazon Review dataset, experiments would be conducted on multi-target cross domain recommendation.
本文讨论了当前在真实世界推荐场景建模方面面临的挑战,并提出了一种用于多目标跨域推荐(HGRL4CDR)的统一异构图表示学习框架的开发。提出了一种包含多域用户-项目交互的共享图,作为一种有效的表示学习层和统一各种异构数据建模的方法。将异构图变换网络集成到表示学习模型中,优先考虑最重要的邻居,所提出的模型将能够捕获复杂信息,并使用矩阵摄动适应数据的动态变化。利用真实的Amazon Review数据集,进行多目标跨域推荐实验。
{"title":"Heterogeneous Graph Representation Learning for multi-target Cross-Domain Recommendation","authors":"Tendai Mukande","doi":"10.1145/3523227.3547426","DOIUrl":"https://doi.org/10.1145/3523227.3547426","url":null,"abstract":"This paper discusses the current challenges in modeling real world recommendation scenarios and proposes the development of a unified Heterogeneous Graph Representation Learning framework for multi-target Cross-Domain recommendation (HGRL4CDR). A shared graph with user-item interactions from multiple domains is proposed as a way to provide an effective representation learning layer and unify the modelling of various heterogeneous data. A heterogeneous graph transformer network will be integrated to the representation learning model to prioritize the most important neighbours, and the proposed model would be able to capture complex information as well as adapt to dynamic changes in the data using matrix perturbation. Using the real world Amazon Review dataset, experiments would be conducted on multi-target cross domain recommendation.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114011055","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
Imbalanced Data Sparsity as a Source of Unfair Bias in Collaborative Filtering 协同过滤中不公平偏差的来源——不平衡数据稀疏性
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547404
Aditya Joshi, Chin Lin Wong, Diego Marinho de Oliveira, Farhad Zafari, Fernando Mourão, Sabir Ribas, Saumya Pandey
Collaborative Filtering (CF) is a class of methods widely used to support high-quality Recommender Systems (RSs) across several industries [6]. Studies have uncovered distinct advantages and limitations of CF in many real-world applications [5, 9]. Besides the inability to address the cold-start problem, sensitivity to data sparsity is among the main limitations recurrently associated with this class of RSs. Past work has extensively demonstrated that data sparsity critically impacts CF accuracy [2, 3, 4]. The proposed talk revisits the relation between data sparsity and CF from a new perspective, evincing that the former also impacts the fairness of recommendations. In particular, data sparsity might lead to unfair bias in domains where the volume of activity strongly correlates with personal characteristics that are protected by law (i.e., protected attributes). This concern is critical for RSs deployed in domains such as the recruitment domain, where RSs have been reported to automate or facilitate discriminatory behaviour [7]. Our work at SEEK deals with recommender algorithms that recommend jobs to candidates via SEEK’s multiple channels. While this talk focuses on our perspective of the problem in the job recommendation domain, the discussion is relevant to many other domains where recommenders potentially have a social or economic impact on the lives of individuals and groups.
协同过滤(CF)是一类广泛用于支持跨多个行业的高质量推荐系统(RSs)的方法。研究已经揭示了CF在许多实际应用中的明显优势和局限性[5,9]。除了无法解决冷启动问题之外,对数据稀疏性的敏感性也是这类RSs的主要限制之一。过去的工作已经广泛地证明了数据稀疏性对CF精度的影响[2,3,4]。本次演讲从一个新的角度重新审视了数据稀疏度和CF之间的关系,证明前者也会影响推荐的公平性。特别是,在活动量与受法律保护的个人特征(即受保护的属性)密切相关的领域,数据稀疏性可能导致不公平的偏见。这种担忧对于在招聘等领域部署RSs至关重要,据报道,在招聘领域,RSs会自动化或促进歧视行为bbb。我们在SEEK的工作涉及通过SEEK的多个渠道向候选人推荐工作的推荐算法。虽然这次演讲的重点是我们对工作推荐领域问题的看法,但讨论与许多其他领域相关,其中推荐者可能对个人和群体的生活产生社会或经济影响。
{"title":"Imbalanced Data Sparsity as a Source of Unfair Bias in Collaborative Filtering","authors":"Aditya Joshi, Chin Lin Wong, Diego Marinho de Oliveira, Farhad Zafari, Fernando Mourão, Sabir Ribas, Saumya Pandey","doi":"10.1145/3523227.3547404","DOIUrl":"https://doi.org/10.1145/3523227.3547404","url":null,"abstract":"Collaborative Filtering (CF) is a class of methods widely used to support high-quality Recommender Systems (RSs) across several industries [6]. Studies have uncovered distinct advantages and limitations of CF in many real-world applications [5, 9]. Besides the inability to address the cold-start problem, sensitivity to data sparsity is among the main limitations recurrently associated with this class of RSs. Past work has extensively demonstrated that data sparsity critically impacts CF accuracy [2, 3, 4]. The proposed talk revisits the relation between data sparsity and CF from a new perspective, evincing that the former also impacts the fairness of recommendations. In particular, data sparsity might lead to unfair bias in domains where the volume of activity strongly correlates with personal characteristics that are protected by law (i.e., protected attributes). This concern is critical for RSs deployed in domains such as the recruitment domain, where RSs have been reported to automate or facilitate discriminatory behaviour [7]. Our work at SEEK deals with recommender algorithms that recommend jobs to candidates via SEEK’s multiple channels. While this talk focuses on our perspective of the problem in the job recommendation domain, the discussion is relevant to many other domains where recommenders potentially have a social or economic impact on the lives of individuals and groups.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114038795","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
An Interpretable Neural Network Model for Bundle Recommendations: Doctoral Symposium, Extended Abstract 束推荐的可解释神经网络模型:博士研讨会,扩展摘要
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547423
Xinyi Li, E. Malthouse
A users’ preference for a bundle – a set of items that can be purchased together – can be expressed by the utility of this bundle to the user. The multi-attribute utility theory motivate us to characterize the utility of a bundle using its attributes to improve the personalized bundle recommendation systems. This extended abstract for the Doctoral Symposium describes my PhD project for studying the utility of a bundle using its attributes. The steps taken and some preliminary results are presented, with an outline of the future plans.
用户对捆绑包(可以一起购买的一组物品)的偏好可以通过该捆绑包对用户的效用来表示。多属性效用理论激励我们利用捆绑包的属性来描述捆绑包的效用,从而改进个性化的捆绑包推荐系统。这个博士研讨会的扩展摘要描述了我的博士项目,研究使用其属性的bundle的效用。介绍了所采取的步骤和一些初步结果,并概述了未来的计划。
{"title":"An Interpretable Neural Network Model for Bundle Recommendations: Doctoral Symposium, Extended Abstract","authors":"Xinyi Li, E. Malthouse","doi":"10.1145/3523227.3547423","DOIUrl":"https://doi.org/10.1145/3523227.3547423","url":null,"abstract":"A users’ preference for a bundle – a set of items that can be purchased together – can be expressed by the utility of this bundle to the user. The multi-attribute utility theory motivate us to characterize the utility of a bundle using its attributes to improve the personalized bundle recommendation systems. This extended abstract for the Doctoral Symposium describes my PhD project for studying the utility of a bundle using its attributes. The steps taken and some preliminary results are presented, with an outline of the future plans.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115079313","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
A Multi-Stakeholder Recommender System for Rewards Recommendations 奖励推荐的多利益相关者推荐系统
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547388
Naime Ranjbar Kermany, L. Pizzato, Thireindar Min, Callum Scott, A. Leontjeva
Australia’s largest bank, Commonwealth Bank (CBA) has a large data and analytics function that focuses on building a brighter future for all using data and decision science. In this work, we focus on creating better services for CBA customers by developing a next generation recommender system that brings the most relevant merchant reward offers that can help customers save money. Our recommender provides CBA cardholders with cashback offers from merchants, who have different objectives when they create offers. This work describes a multi-stakeholder, multi-objective problem in the context of CommBank Rewards (CBR) and describes how we developed a system that balances the objectives of the bank, its customers, and the many objectives from merchants into a single recommender system.
澳大利亚最大的银行联邦银行(CBA)拥有大型数据和分析功能,致力于为所有使用数据和决策科学的人创造更光明的未来。在这项工作中,我们专注于为CBA客户提供更好的服务,通过开发下一代推荐系统,提供最相关的商家奖励优惠,帮助客户节省资金。我们的推荐为CBA持卡人提供来自商家的现金返还优惠,他们在创建优惠时有不同的目标。这项工作描述了CommBank Rewards (CBR)背景下的一个多利益相关者、多目标问题,并描述了我们如何开发一个系统,该系统平衡了银行、客户和来自商家的许多目标,并将其整合到一个单一的推荐系统中。
{"title":"A Multi-Stakeholder Recommender System for Rewards Recommendations","authors":"Naime Ranjbar Kermany, L. Pizzato, Thireindar Min, Callum Scott, A. Leontjeva","doi":"10.1145/3523227.3547388","DOIUrl":"https://doi.org/10.1145/3523227.3547388","url":null,"abstract":"Australia’s largest bank, Commonwealth Bank (CBA) has a large data and analytics function that focuses on building a brighter future for all using data and decision science. In this work, we focus on creating better services for CBA customers by developing a next generation recommender system that brings the most relevant merchant reward offers that can help customers save money. Our recommender provides CBA cardholders with cashback offers from merchants, who have different objectives when they create offers. This work describes a multi-stakeholder, multi-objective problem in the context of CommBank Rewards (CBR) and describes how we developed a system that balances the objectives of the bank, its customers, and the many objectives from merchants into a single recommender system.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114762248","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}
引用次数: 1
Fourth Knowledge-aware and Conversational Recommender Systems Workshop (KaRS) 第四届知识感知与会话推荐系统研讨会
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547412
V. W. Anelli, Pierpaolo Basile, Gerard de Melo, F. Donini, Antonio Ferrara, C. Musto, F. Narducci, A. Ragone, M. Zanker
In the last few years, a renewed interest of the research community in conversational recommender systems (CRSs) has been emerging. This is likely due to the massive proliferation of Digital Assistants (DAs) such as Amazon Alexa, Siri, or Google Assistant that are revolutionizing the way users interact with machines. DAs allow users to execute a wide range of actions through an interaction mostly based on natural language utterances. However, although DAs are able to complete tasks such as sending texts, making phone calls, or playing songs, they still remain at an early stage in terms of their recommendation capabilities via a conversation. In addition, we have been witnessing the advent of increasingly precise and powerful recommendation algorithms and techniques able to effectively assess users’ tastes and predict information that may be of interest to them. Most of these approaches rely on the collaborative paradigm (often exploiting machine learning techniques) and neglect the huge amount of knowledge, both structured and unstructured, describing the domain of interest of a recommendation engine. Although very effective in predicting relevant items, collaborative approaches miss some very interesting features that go beyond the accuracy of results and move in the direction of providing novel and diverse results as well as generating explanations for recommended items. Knowledge-aware side information becomes crucial when a conversational interaction is implemented, in particular for preference elicitation, explanation, and critiquing steps.
在过去的几年中,研究界对会话推荐系统(CRSs)重新产生了兴趣。这可能是由于亚马逊Alexa、Siri或谷歌助手等数字助理(DAs)的大规模普及,它们正在彻底改变用户与机器的交互方式。DAs允许用户通过主要基于自然语言话语的交互来执行广泛的操作。然而,尽管DAs能够完成发送文本、打电话或播放歌曲等任务,但就通过对话进行推荐的能力而言,它们仍然处于早期阶段。此外,我们已经见证了越来越精确和强大的推荐算法和技术的出现,这些算法和技术能够有效地评估用户的品味,并预测他们可能感兴趣的信息。这些方法大多依赖于协作范式(通常利用机器学习技术),而忽略了描述推荐引擎感兴趣领域的大量结构化和非结构化知识。尽管协作方法在预测相关项目方面非常有效,但它忽略了一些非常有趣的特征,这些特征超越了结果的准确性,而是朝着提供新颖多样的结果以及为推荐项目生成解释的方向发展。当实现会话交互时,知识感知侧信息变得至关重要,特别是对于偏好引出、解释和批评步骤。
{"title":"Fourth Knowledge-aware and Conversational Recommender Systems Workshop (KaRS)","authors":"V. W. Anelli, Pierpaolo Basile, Gerard de Melo, F. Donini, Antonio Ferrara, C. Musto, F. Narducci, A. Ragone, M. Zanker","doi":"10.1145/3523227.3547412","DOIUrl":"https://doi.org/10.1145/3523227.3547412","url":null,"abstract":"In the last few years, a renewed interest of the research community in conversational recommender systems (CRSs) has been emerging. This is likely due to the massive proliferation of Digital Assistants (DAs) such as Amazon Alexa, Siri, or Google Assistant that are revolutionizing the way users interact with machines. DAs allow users to execute a wide range of actions through an interaction mostly based on natural language utterances. However, although DAs are able to complete tasks such as sending texts, making phone calls, or playing songs, they still remain at an early stage in terms of their recommendation capabilities via a conversation. In addition, we have been witnessing the advent of increasingly precise and powerful recommendation algorithms and techniques able to effectively assess users’ tastes and predict information that may be of interest to them. Most of these approaches rely on the collaborative paradigm (often exploiting machine learning techniques) and neglect the huge amount of knowledge, both structured and unstructured, describing the domain of interest of a recommendation engine. Although very effective in predicting relevant items, collaborative approaches miss some very interesting features that go beyond the accuracy of results and move in the direction of providing novel and diverse results as well as generating explanations for recommended items. Knowledge-aware side information becomes crucial when a conversational interaction is implemented, in particular for preference elicitation, explanation, and critiquing steps.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115834856","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
期刊
Proceedings of the 16th 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