首页 > 最新文献

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

英文 中文
HELPeR: An Interactive Recommender System for Ovarian Cancer Patients and Caregivers 辅助:卵巢癌患者和护理人员的互动推荐系统
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3551471
Behnam Rahdari, Peter Brusilovsky, Daqing He, Khushboo Thaker, Zhimeng Luo, Young ji Lee
Recommending online resources to patients with ovarian cancer and their caregivers is a challenging task. On one hand, the recommended items must be relevant, recent, and reliable. On the other hand, they need to match the user’s levels of disease-specific health literacy. In this demonstration, we describe the overall architecture and key components of HELPeR, a knowledge-adaptive interactive recommender system for ovarian cancer patients and their caregivers.
向卵巢癌患者及其护理人员推荐在线资源是一项具有挑战性的任务。一方面,推荐的项目必须是相关的、最近的和可靠的。另一方面,它们需要与用户对特定疾病的卫生知识水平相匹配。在这个演示中,我们描述了HELPeR的整体架构和关键组件,这是一个针对卵巢癌患者及其护理人员的知识自适应交互式推荐系统。
{"title":"HELPeR: An Interactive Recommender System for Ovarian Cancer Patients and Caregivers","authors":"Behnam Rahdari, Peter Brusilovsky, Daqing He, Khushboo Thaker, Zhimeng Luo, Young ji Lee","doi":"10.1145/3523227.3551471","DOIUrl":"https://doi.org/10.1145/3523227.3551471","url":null,"abstract":"Recommending online resources to patients with ovarian cancer and their caregivers is a challenging task. On one hand, the recommended items must be relevant, recent, and reliable. On the other hand, they need to match the user’s levels of disease-specific health literacy. In this demonstration, we describe the overall architecture and key components of HELPeR, a knowledge-adaptive interactive recommender system for ovarian cancer patients and their caregivers.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133121191","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
TinyKG: Memory-Efficient Training Framework for Knowledge Graph Neural Recommender Systems TinyKG:知识图神经推荐系统的记忆效率训练框架
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3546760
Huiyuan Chen, Xiaoting Li, Kaixiong Zhou, Xia Hu, Chin-Chia Michael Yeh, Yan Zheng, Hao Yang
There has been an explosion of interest in designing various Knowledge Graph Neural Networks (KGNNs), which achieve state-of-the-art performance and provide great explainability for recommendation. The promising performance is mainly resulting from their capability of capturing high-order proximity messages over the knowledge graphs. However, training KGNNs at scale is challenging due to the high memory usage. In the forward pass, the automatic differentiation engines (e.g., TensorFlow/PyTorch) generally need to cache all intermediate activation maps in order to compute gradients in the backward pass, which leads to a large GPU memory footprint. Existing work solves this problem by utilizing multi-GPU distributed frameworks. Nonetheless, this poses a practical challenge when seeking to deploy KGNNs in memory-constrained environments, especially for industry-scale graphs. Here we present TinyKG, a memory-efficient GPU-based training framework for KGNNs for the tasks of recommendation. Specifically, TinyKG uses exact activations in the forward pass while storing a quantized version of activations in the GPU buffers. During the backward pass, these low-precision activations are dequantized back to full-precision tensors, in order to compute gradients. To reduce the quantization errors, TinyKG applies a simple yet effective quantization algorithm to compress the activations, which ensures unbiasedness with low variance. As such, the training memory footprint of KGNNs is largely reduced with negligible accuracy loss. To evaluate the performance of our TinyKG, we conduct comprehensive experiments on real-world datasets. We found that our TinyKG with INT2 quantization aggressively reduces the memory footprint of activation maps with 7 ×, only with 2% loss in accuracy, allowing us to deploy KGNNs on memory-constrained devices.
人们对设计各种知识图神经网络(kgnn)的兴趣激增,这些网络实现了最先进的性能,并为推荐提供了很好的可解释性。有希望的性能主要是由于它们能够捕获知识图上的高阶接近消息。然而,由于高内存使用量,大规模训练kgnn具有挑战性。在前向传递中,自动微分引擎(例如,TensorFlow/PyTorch)通常需要缓存所有中间激活映射,以便在后向传递中计算梯度,这会导致大量GPU内存占用。现有的工作通过使用多gpu分布式框架解决了这个问题。尽管如此,当寻求在内存受限的环境中部署kgnn时,这提出了一个实际的挑战,特别是对于工业规模的图。在这里,我们提出了TinyKG,一个内存高效的基于gpu的kgnn训练框架,用于推荐任务。具体来说,TinyKG在向前传递中使用精确的激活,同时在GPU缓冲区中存储量化版本的激活。在反向传递期间,这些低精度激活被去量化回全精度张量,以便计算梯度。为了减少量化误差,TinyKG采用简单有效的量化算法对激活进行压缩,保证了低方差的无偏性。因此,kgnn的训练内存占用大大减少,精度损失可以忽略不计。为了评估我们的TinyKG的性能,我们在真实的数据集上进行了全面的实验。我们发现,带有INT2量化的TinyKG大幅减少了激活图的内存占用,降低了7倍,准确性仅下降了2%,使我们能够在内存受限的设备上部署kgnn。
{"title":"TinyKG: Memory-Efficient Training Framework for Knowledge Graph Neural Recommender Systems","authors":"Huiyuan Chen, Xiaoting Li, Kaixiong Zhou, Xia Hu, Chin-Chia Michael Yeh, Yan Zheng, Hao Yang","doi":"10.1145/3523227.3546760","DOIUrl":"https://doi.org/10.1145/3523227.3546760","url":null,"abstract":"There has been an explosion of interest in designing various Knowledge Graph Neural Networks (KGNNs), which achieve state-of-the-art performance and provide great explainability for recommendation. The promising performance is mainly resulting from their capability of capturing high-order proximity messages over the knowledge graphs. However, training KGNNs at scale is challenging due to the high memory usage. In the forward pass, the automatic differentiation engines (e.g., TensorFlow/PyTorch) generally need to cache all intermediate activation maps in order to compute gradients in the backward pass, which leads to a large GPU memory footprint. Existing work solves this problem by utilizing multi-GPU distributed frameworks. Nonetheless, this poses a practical challenge when seeking to deploy KGNNs in memory-constrained environments, especially for industry-scale graphs. Here we present TinyKG, a memory-efficient GPU-based training framework for KGNNs for the tasks of recommendation. Specifically, TinyKG uses exact activations in the forward pass while storing a quantized version of activations in the GPU buffers. During the backward pass, these low-precision activations are dequantized back to full-precision tensors, in order to compute gradients. To reduce the quantization errors, TinyKG applies a simple yet effective quantization algorithm to compress the activations, which ensures unbiasedness with low variance. As such, the training memory footprint of KGNNs is largely reduced with negligible accuracy loss. To evaluate the performance of our TinyKG, we conduct comprehensive experiments on real-world datasets. We found that our TinyKG with INT2 quantization aggressively reduces the memory footprint of activation maps with 7 ×, only with 2% loss in accuracy, allowing us to deploy KGNNs on memory-constrained devices.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130327199","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
Training and Deploying Multi-Stage Recommender Systems 培训和部署多阶段推荐系统
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547372
Ronay Ak, Benedikt D. Schifferer, Sara Rabhi, G. Moreira
Industrial recommender systems are made up of complex pipelines requiring multiple steps including feature engineering and preprocessing, a retrieval model for candidate generation, filtering, a feature store query, a ranking model for scoring, and an ordering stage. These pipelines need to be carefully deployed as a set, requiring coordination during their development and deployment. Data scientists, ML engineers, and researchers might focus on different stages of recommender systems, however they share a common desire to reduce the time and effort searching for and combining boilerplate code coming from different sources or writing custom code from scratch to create their own RecSys pipelines. This tutorial introduces the Merlin framework which aims to make the development and deployment of recommender systems easier, providing methods for evaluating existing approaches, developing new ideas and deploying them to production. There are many techniques, such as different model architectures (e.g. MF, DLRM, DCN, etc), negative sampling strategies, loss functions or prediction tasks (binary, multi-class, multi-task) that are commonly used in these pipelines. Merlin provides building blocks that allow RecSys practitioners to focus on the “what” question in designing their model pipeline instead of “how”. Supporting research into new ideas within the RecSys spaces is equally important and Merlin supports the addition of custom components and the extension of existing ones to address gaps. In this tutorial, participants will learn: (i) how to easily implement common recommender system techniques for comparison, (ii) how to modify components to evaluate new ideas, and (iii) deploying recommender systems, bringing new ideas to production- using an open source framework Merlin and its libraries.
工业推荐系统由复杂的管道组成,需要多个步骤,包括特征工程和预处理、用于候选生成的检索模型、过滤、特征存储查询、用于评分的排名模型和排序阶段。这些管道需要作为一个整体仔细部署,在开发和部署期间需要进行协调。数据科学家、机器学习工程师和研究人员可能会关注推荐系统的不同阶段,但他们都有一个共同的愿望,即减少搜索和组合来自不同来源的模板代码或从头编写自定义代码以创建自己的RecSys管道的时间和精力。本教程介绍了Merlin框架,该框架旨在简化推荐系统的开发和部署,提供评估现有方法、开发新想法和将其部署到生产环境的方法。有许多技术,例如不同的模型架构(例如MF, DLRM, DCN等),负采样策略,损失函数或预测任务(二进制,多类,多任务),通常在这些管道中使用。Merlin提供的构建块允许RecSys从业者在设计模型管道时关注“是什么”问题,而不是“如何”问题。支持研究RecSys空间中的新想法同样重要,Merlin支持添加定制组件和扩展现有组件以解决差距。在本教程中,参与者将学习:(i)如何轻松实现通用的推荐系统技术进行比较,(ii)如何修改组件以评估新想法,以及(iii)部署推荐系统,将新想法带入生产-使用开源框架Merlin及其库。
{"title":"Training and Deploying Multi-Stage Recommender Systems","authors":"Ronay Ak, Benedikt D. Schifferer, Sara Rabhi, G. Moreira","doi":"10.1145/3523227.3547372","DOIUrl":"https://doi.org/10.1145/3523227.3547372","url":null,"abstract":"Industrial recommender systems are made up of complex pipelines requiring multiple steps including feature engineering and preprocessing, a retrieval model for candidate generation, filtering, a feature store query, a ranking model for scoring, and an ordering stage. These pipelines need to be carefully deployed as a set, requiring coordination during their development and deployment. Data scientists, ML engineers, and researchers might focus on different stages of recommender systems, however they share a common desire to reduce the time and effort searching for and combining boilerplate code coming from different sources or writing custom code from scratch to create their own RecSys pipelines. This tutorial introduces the Merlin framework which aims to make the development and deployment of recommender systems easier, providing methods for evaluating existing approaches, developing new ideas and deploying them to production. There are many techniques, such as different model architectures (e.g. MF, DLRM, DCN, etc), negative sampling strategies, loss functions or prediction tasks (binary, multi-class, multi-task) that are commonly used in these pipelines. Merlin provides building blocks that allow RecSys practitioners to focus on the “what” question in designing their model pipeline instead of “how”. Supporting research into new ideas within the RecSys spaces is equally important and Merlin supports the addition of custom components and the extension of existing ones to address gaps. In this tutorial, participants will learn: (i) how to easily implement common recommender system techniques for comparison, (ii) how to modify components to evaluate new ideas, and (iii) deploying recommender systems, bringing new ideas to production- using an open source framework Merlin and its libraries.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124962645","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
Fair Ranking Metrics 公平排名指标
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547430
Amifa Raj
Information access systems such as search engines and recommender systems often display results in a sorted ranked list based on their relevance. Fairness of these ranked list has received attention as an important evaluation criteria along with traditional metrics such as utility or accuracy. Fairness broadly involves both provider and consumer side fairness at both group and individual levels. Several fair ranking metrics have been proposed to measure group fairness for providers based on various “sensitive attributes”. These metrics differ in their fairness goal, assumptions, and implementations. Although there are several fair ranking metrics to measure group fairness, multiple open challenges still exist in this area to consider. In my thesis, I work on the area of fair ranking metrics for provider-side group fairness. I am interested in understanding the fairness concepts and practical applications of these metrics to identify their strength and limitations to aid the researchers and practitioner by pointing out the gaps. Moreover, I will contribute to this research area by focusing on some of the limitations like considering different browsing models and bias in relevance information.
诸如搜索引擎和推荐系统之类的信息访问系统通常根据其相关性以排序的排名列表显示结果。这些排名的公平性与传统指标(如效用或准确性)一起作为重要的评估标准受到关注。公平广泛地涉及供应方和消费者在群体和个人层面的公平。基于各种“敏感属性”,提出了几个公平排名指标来衡量提供者的群体公平性。这些指标在公平目标、假设和实现方面有所不同。虽然有几个公平的排名指标可以衡量群体的公平性,但在这个领域仍然存在许多开放的挑战需要考虑。在我的论文中,我研究了供应方群体公平性的公平排名指标领域。我感兴趣的是理解这些指标的公平概念和实际应用,以确定它们的优势和局限性,通过指出差距来帮助研究人员和实践者。此外,我将通过关注一些局限性来为这个研究领域做出贡献,比如考虑不同的浏览模型和相关信息的偏见。
{"title":"Fair Ranking Metrics","authors":"Amifa Raj","doi":"10.1145/3523227.3547430","DOIUrl":"https://doi.org/10.1145/3523227.3547430","url":null,"abstract":"Information access systems such as search engines and recommender systems often display results in a sorted ranked list based on their relevance. Fairness of these ranked list has received attention as an important evaluation criteria along with traditional metrics such as utility or accuracy. Fairness broadly involves both provider and consumer side fairness at both group and individual levels. Several fair ranking metrics have been proposed to measure group fairness for providers based on various “sensitive attributes”. These metrics differ in their fairness goal, assumptions, and implementations. Although there are several fair ranking metrics to measure group fairness, multiple open challenges still exist in this area to consider. In my thesis, I work on the area of fair ranking metrics for provider-side group fairness. I am interested in understanding the fairness concepts and practical applications of these metrics to identify their strength and limitations to aid the researchers and practitioner by pointing out the gaps. Moreover, I will contribute to this research area by focusing on some of the limitations like considering different browsing models and bias in relevance information.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114646530","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
Aspect Re-distribution for Learning Better Item Embeddings in Sequential Recommendation 面向序贯推荐中更好项目嵌入学习的方面再分配
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3546764
Wei Cai, Weike Pan, Jingwen Mao, Zhechao Yu, Congfu Xu
Sequential recommendation has attracted a lot of attention from both academia and industry. Since item embeddings directly affect the recommendation results, their learning process is very important. However, most existing sequential models may introduce bias when updating the item embeddings. For example, in a sequence where all items are endorsed by a same celebrity, the co-occurrence of two items only indicates their similarity in terms of endorser, and is independent of the other aspects such as category and color. The existing models often update the entire item as a whole or update different aspects of the item without distinction, which fails to capture the contributions of different aspects to the co-occurrence pattern. To overcome the above limitations, we propose aspect re-distribution (ARD) to focus on updating the aspects that are important for co-occurrence. Specifically, we represent an item using several aspect embeddings with the same initial importance. We then re-calculate the importance of each aspect according to the other items in the sequence. Finally, we aggregate these aspect embeddings into a single aspect-aware embedding according to their importance. The aspect-aware embedding can be provided as input to a successor sequential model. Updates of the aspect-aware embedding are passed back to the aspect embeddings based on their importance. Therefore, different from the existing models, our method pays more attention to updating the important aspects. In our experiments, we choose self-attention networks as the successor model. The experimental results on four real-world datasets indicate that our method achieves very promising performance in comparison with seven state-of-the-art models.
顺序推荐已经引起了学术界和业界的广泛关注。由于条目嵌入直接影响推荐结果,因此它们的学习过程非常重要。然而,大多数现有的序列模型在更新项目嵌入时可能会引入偏差。例如,在一个序列中,所有的物品都是由同一个名人代言的,两个物品的同时出现只表明它们在代言人方面的相似性,而与类别和颜色等其他方面无关。现有模型经常将整个项目作为一个整体进行更新,或者不加区分地更新项目的不同方面,这无法捕捉到不同方面对共现模式的贡献。为了克服上述限制,我们提出了方面再分配(aspect re-distribution, ARD),重点更新对共现重要的方面。具体来说,我们使用具有相同初始重要性的几个方面嵌入来表示一个项目。然后我们根据序列中的其他项重新计算每个方面的重要性。最后,我们将这些方面嵌入根据其重要性聚合为一个方面感知嵌入。可以将感知方面的嵌入作为输入提供给后续的顺序模型。方面感知嵌入的更新将根据其重要性传递回方面嵌入。因此,与现有的模型不同,我们的方法更注重对重要方面的更新。在我们的实验中,我们选择自注意网络作为后继模型。在四个真实数据集上的实验结果表明,与七个最先进的模型相比,我们的方法取得了非常有希望的性能。
{"title":"Aspect Re-distribution for Learning Better Item Embeddings in Sequential Recommendation","authors":"Wei Cai, Weike Pan, Jingwen Mao, Zhechao Yu, Congfu Xu","doi":"10.1145/3523227.3546764","DOIUrl":"https://doi.org/10.1145/3523227.3546764","url":null,"abstract":"Sequential recommendation has attracted a lot of attention from both academia and industry. Since item embeddings directly affect the recommendation results, their learning process is very important. However, most existing sequential models may introduce bias when updating the item embeddings. For example, in a sequence where all items are endorsed by a same celebrity, the co-occurrence of two items only indicates their similarity in terms of endorser, and is independent of the other aspects such as category and color. The existing models often update the entire item as a whole or update different aspects of the item without distinction, which fails to capture the contributions of different aspects to the co-occurrence pattern. To overcome the above limitations, we propose aspect re-distribution (ARD) to focus on updating the aspects that are important for co-occurrence. Specifically, we represent an item using several aspect embeddings with the same initial importance. We then re-calculate the importance of each aspect according to the other items in the sequence. Finally, we aggregate these aspect embeddings into a single aspect-aware embedding according to their importance. The aspect-aware embedding can be provided as input to a successor sequential model. Updates of the aspect-aware embedding are passed back to the aspect embeddings based on their importance. Therefore, different from the existing models, our method pays more attention to updating the important aspects. In our experiments, we choose self-attention networks as the successor model. The experimental results on four real-world datasets indicate that our method achieves very promising performance in comparison with seven state-of-the-art models.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"129 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124234163","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}
引用次数: 4
Do Recommender Systems Make Social Media More Susceptible to Misinformation Spreaders? 推荐系统是否使社交媒体更容易受到错误信息传播者的影响?
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3551473
Antonela Tommasel, F. Menczer
Recommender systems are central to online information consumption and user-decision processes, as they help users find relevant information and establish new social relationships. However, recommenders could also (unintendedly) help propagate misinformation and increase the social influence of the spreading it. In this context, we study the impact of friend recommender systems on the social influence of misinformation spreaders on Twitter. To this end, we applied several user recommenders to a COVID-19 misinformation data collection. Then, we explore what-if scenarios to simulate changes in user misinformation spreading behaviour as an effect of the interactions in the recommended network. Our study shows that recommenders can indeed affect how misinformation spreaders interact with other users and influence them.
推荐系统是在线信息消费和用户决策过程的核心,因为它们帮助用户找到相关信息并建立新的社会关系。然而,推荐也可能(无意中)帮助传播错误信息,并增加传播错误信息的社会影响。在此背景下,我们研究了朋友推荐系统对Twitter上错误信息传播者的社会影响的影响。为此,我们将几个用户推荐应用于COVID-19错误信息数据收集。然后,我们探索了假设场景来模拟用户错误信息传播行为的变化,作为推荐网络中交互的影响。我们的研究表明,推荐确实可以影响错误信息传播者与其他用户的互动方式,并影响他们。
{"title":"Do Recommender Systems Make Social Media More Susceptible to Misinformation Spreaders?","authors":"Antonela Tommasel, F. Menczer","doi":"10.1145/3523227.3551473","DOIUrl":"https://doi.org/10.1145/3523227.3551473","url":null,"abstract":"Recommender systems are central to online information consumption and user-decision processes, as they help users find relevant information and establish new social relationships. However, recommenders could also (unintendedly) help propagate misinformation and increase the social influence of the spreading it. In this context, we study the impact of friend recommender systems on the social influence of misinformation spreaders on Twitter. To this end, we applied several user recommenders to a COVID-19 misinformation data collection. Then, we explore what-if scenarios to simulate changes in user misinformation spreading behaviour as an effect of the interactions in the recommended network. Our study shows that recommenders can indeed affect how misinformation spreaders interact with other users and influence them.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124945252","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
Developing a Human-Centered Framework for Transparency in Fairness-Aware Recommender Systems 在公平意识推荐系统中开发以人为中心的透明度框架
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547428
Jessie J. Smith
Though recommender systems fundamentally rely on human input and feedback, human-centered research in the RecSys discipline is lacking. When recommender systems aim to treat users more fairly, misinterpreting user objectives could lead to unintentional harm, whether or not fairness is part of the aim. When users seek to understand recommender systems better, a lack of transparency could act as an obstacle for their trust and adoption of the platform. Human-centered machine learning seeks to design systems that understand their users, while simultaneously designing systems that the users can understand. In this work, I propose to explore the intersection of transparency and user-system understanding through three phases of research that will result in a Human-Centered Framework for Transparency in Fairness-Aware Recommender Systems.
虽然推荐系统从根本上依赖于人的输入和反馈,但在RecSys学科中缺乏以人为中心的研究。当推荐系统的目标是更公平地对待用户时,误解用户的目标可能会导致无意的伤害,无论公平是否是目标的一部分。当用户试图更好地理解推荐系统时,缺乏透明度可能会阻碍他们对平台的信任和采用。以人为中心的机器学习旨在设计理解用户的系统,同时设计用户可以理解的系统。在这项工作中,我建议通过三个阶段的研究来探索透明度和用户系统理解的交叉点,这将导致公平意识推荐系统中以人为中心的透明度框架。
{"title":"Developing a Human-Centered Framework for Transparency in Fairness-Aware Recommender Systems","authors":"Jessie J. Smith","doi":"10.1145/3523227.3547428","DOIUrl":"https://doi.org/10.1145/3523227.3547428","url":null,"abstract":"Though recommender systems fundamentally rely on human input and feedback, human-centered research in the RecSys discipline is lacking. When recommender systems aim to treat users more fairly, misinterpreting user objectives could lead to unintentional harm, whether or not fairness is part of the aim. When users seek to understand recommender systems better, a lack of transparency could act as an obstacle for their trust and adoption of the platform. Human-centered machine learning seeks to design systems that understand their users, while simultaneously designing systems that the users can understand. In this work, I propose to explore the intersection of transparency and user-system understanding through three phases of research that will result in a Human-Centered Framework for Transparency in Fairness-Aware Recommender Systems.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129521210","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
Learning Recommendations from User Actions in the Item-poor Insurance Domain 从缺少物品的保险领域的用户操作中学习建议
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3546775
Simone Borg Bruun, Maria Maistro, C. Lioma
While personalised recommendations are successful in domains like retail, where large volumes of user feedback on items are available, the generation of automatic recommendations in data-sparse domains, like insurance purchasing, is an open problem. The insurance domain is notoriously data-sparse because the number of products is typically low (compared to retail) and they are usually purchased to last for a long time. Also, many users still prefer the telephone over the web for purchasing products, reducing the amount of web-logged user interactions. To address this, we present a recurrent neural network recommendation model that uses past user sessions as signals for learning recommendations. Learning from past user sessions allows dealing with the data scarcity of the insurance domain. Specifically, our model learns from several types of user actions that are not always associated with items, and unlike all prior session-based recommendation models, it models relationships between input sessions and a target action (purchasing insurance) that does not take place within the input sessions. Evaluation on a real-world dataset from the insurance domain (ca. 44K users, 16 items, 54K purchases, and 117K sessions) against several state-of-the-art baselines shows that our model outperforms the baselines notably. Ablation analysis shows that this is mainly due to the learning of dependencies across sessions in our model. We contribute the first ever session-based model for insurance recommendation, and make available our dataset to the research community.
虽然个性化推荐在零售等领域取得了成功,因为在这些领域可以获得大量用户对商品的反馈,但在数据稀疏的领域(如保险购买),自动推荐的生成是一个悬而未决的问题。保险领域是出了名的数据稀疏,因为产品的数量通常很低(与零售相比),而且购买它们通常需要很长时间。此外,许多用户仍然更喜欢通过电话而不是网络来购买产品,这减少了网络用户交互的数量。为了解决这个问题,我们提出了一个循环神经网络推荐模型,该模型使用过去的用户会话作为学习推荐的信号。从过去的用户会话中学习可以处理保险领域的数据稀缺性。具体来说,我们的模型从几种并不总是与项目相关联的用户操作中学习,并且与之前所有基于会话的推荐模型不同,它对输入会话和不发生在输入会话中的目标操作(购买保险)之间的关系进行建模。对来自保险领域的真实数据集(约44K用户,16个项目,54K购买和117K会话)的几个最新基线的评估表明,我们的模型明显优于基线。消融分析表明,这主要是由于在我们的模型中学习了跨会话的依赖关系。我们贡献了有史以来第一个基于会话的保险推荐模型,并将我们的数据集提供给研究界。
{"title":"Learning Recommendations from User Actions in the Item-poor Insurance Domain","authors":"Simone Borg Bruun, Maria Maistro, C. Lioma","doi":"10.1145/3523227.3546775","DOIUrl":"https://doi.org/10.1145/3523227.3546775","url":null,"abstract":"While personalised recommendations are successful in domains like retail, where large volumes of user feedback on items are available, the generation of automatic recommendations in data-sparse domains, like insurance purchasing, is an open problem. The insurance domain is notoriously data-sparse because the number of products is typically low (compared to retail) and they are usually purchased to last for a long time. Also, many users still prefer the telephone over the web for purchasing products, reducing the amount of web-logged user interactions. To address this, we present a recurrent neural network recommendation model that uses past user sessions as signals for learning recommendations. Learning from past user sessions allows dealing with the data scarcity of the insurance domain. Specifically, our model learns from several types of user actions that are not always associated with items, and unlike all prior session-based recommendation models, it models relationships between input sessions and a target action (purchasing insurance) that does not take place within the input sessions. Evaluation on a real-world dataset from the insurance domain (ca. 44K users, 16 items, 54K purchases, and 117K sessions) against several state-of-the-art baselines shows that our model outperforms the baselines notably. Ablation analysis shows that this is mainly due to the learning of dependencies across sessions in our model. We contribute the first ever session-based model for insurance recommendation, and make available our dataset to the research community.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"2004 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116847302","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
Co-designing ML Models with Data Activists 与数据活动者共同设计ML模型
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3556646
C. D’Ignazio
In this talk I will introduce the principles of data feminism and give a first-person report from a large participatory-action-research-design project where we are co-designing technology with data activists. The “we” in question is myself, Silvana Fumega, and Helena Suárez Val, and we work in collaboration and solidarity with activist groups producing data to challenge feminicide – fatal gender-related violence against women – across the Americas. As all practitioners know, practice is messy and rarely adheres cleanly to pleasing principles. Throughout the talk, I will highlight resonances and tensions between our design process and the principles of data feminism, showing how we tried to operationalize these principles in interactive digital tools and machine learning models. I hope to surface my aspirations for more participatory technology design processes as well as raise lingering questions to the community so that we may think together about the limitations of co-designing for justice.
在这次演讲中,我将介绍数据女权主义的原则,并从一个大型参与-行动-研究-设计项目中给出第一人称报告,我们正在与数据活动家共同设计技术。这里的“我们”指的是我自己、西尔瓦娜·福米加(Silvana Fumega)和海伦娜·Suárez瓦尔(Helena Val),我们与活动组织合作,团结一致,提供数据,挑战美洲各地的杀害女性行为——与性别有关的致命暴力侵害妇女行为。所有的实践者都知道,实践是混乱的,很少能干净利落地遵循令人愉悦的原则。在整个演讲中,我将强调我们的设计过程和数据女权主义原则之间的共鸣和紧张关系,展示我们如何尝试在交互式数字工具和机器学习模型中操作这些原则。我希望表达我对更具参与性的技术设计过程的渴望,并向社会提出挥之不去的问题,以便我们可以一起思考共同设计正义的局限性。
{"title":"Co-designing ML Models with Data Activists","authors":"C. D’Ignazio","doi":"10.1145/3523227.3556646","DOIUrl":"https://doi.org/10.1145/3523227.3556646","url":null,"abstract":"In this talk I will introduce the principles of data feminism and give a first-person report from a large participatory-action-research-design project where we are co-designing technology with data activists. The “we” in question is myself, Silvana Fumega, and Helena Suárez Val, and we work in collaboration and solidarity with activist groups producing data to challenge feminicide – fatal gender-related violence against women – across the Americas. As all practitioners know, practice is messy and rarely adheres cleanly to pleasing principles. Throughout the talk, I will highlight resonances and tensions between our design process and the principles of data feminism, showing how we tried to operationalize these principles in interactive digital tools and machine learning models. I hope to surface my aspirations for more participatory technology design processes as well as raise lingering questions to the community so that we may think together about the limitations of co-designing for justice.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"141 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117064475","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
Fairness-aware Federated Matrix Factorization 公平感知的联邦矩阵分解
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3546771
Shuchang Liu, Yingqiang Ge, Shuyuan Xu, Yongfeng Zhang, A. Marian
Achieving fairness over different user groups in recommender systems is an important problem. The majority of existing works achieve fairness through constrained optimization that combines the recommendation loss and the fairness constraint. To achieve fairness, the algorithm usually needs to know each user’s group affiliation feature such as gender or race. However, such involved user group feature is usually sensitive and requires protection. In this work, we seek a federated learning solution for the fair recommendation problem and identify the main challenge as an algorithmic conflict between the global fairness objective and the localized federated optimization process. On one hand, the fairness objective usually requires access to all users’ group information. On the other hand, the federated learning systems restrain the personal data in each user’s local space. As a resolution, we propose to communicate group statistics during federated optimization and use differential privacy techniques to avoid exposure of users’ group information when users require privacy protection. We illustrate the theoretical bounds of the noisy signal used in our method that aims to enforce privacy without overwhelming the aggregated statistics. Empirical results show that federated learning may naturally improve user group fairness and the proposed framework can effectively control this fairness with low communication overheads.
在推荐系统中,实现不同用户群之间的公平性是一个重要的问题。现有的大多数作品都是通过结合推荐损失和公平性约束的约束优化来实现公平性的。为了实现公平性,算法通常需要知道每个用户的群体归属特征,如性别或种族。然而,这种涉及到的用户组特征通常是敏感的,需要保护。在这项工作中,我们寻求公平推荐问题的联邦学习解决方案,并将主要挑战确定为全局公平目标与局部联邦优化过程之间的算法冲突。一方面,公平性目标通常要求获得所有用户的群组信息。另一方面,联邦学习系统将个人数据限制在每个用户的本地空间中。作为解决方案,我们建议在联邦优化期间通信组统计数据,并使用差分隐私技术来避免在用户需要隐私保护时暴露用户的组信息。我们说明了在我们的方法中使用的噪声信号的理论界限,该方法旨在在不压倒聚合统计的情况下加强隐私。实证结果表明,联邦学习可以自然地提高用户组的公平性,所提出的框架可以有效地控制这种公平性,且通信开销低。
{"title":"Fairness-aware Federated Matrix Factorization","authors":"Shuchang Liu, Yingqiang Ge, Shuyuan Xu, Yongfeng Zhang, A. Marian","doi":"10.1145/3523227.3546771","DOIUrl":"https://doi.org/10.1145/3523227.3546771","url":null,"abstract":"Achieving fairness over different user groups in recommender systems is an important problem. The majority of existing works achieve fairness through constrained optimization that combines the recommendation loss and the fairness constraint. To achieve fairness, the algorithm usually needs to know each user’s group affiliation feature such as gender or race. However, such involved user group feature is usually sensitive and requires protection. In this work, we seek a federated learning solution for the fair recommendation problem and identify the main challenge as an algorithmic conflict between the global fairness objective and the localized federated optimization process. On one hand, the fairness objective usually requires access to all users’ group information. On the other hand, the federated learning systems restrain the personal data in each user’s local space. As a resolution, we propose to communicate group statistics during federated optimization and use differential privacy techniques to avoid exposure of users’ group information when users require privacy protection. We illustrate the theoretical bounds of the noisy signal used in our method that aims to enforce privacy without overwhelming the aggregated statistics. Empirical results show that federated learning may naturally improve user group fairness and the proposed framework can effectively control this fairness with low communication overheads.","PeriodicalId":443279,"journal":{"name":"Proceedings of the 16th ACM Conference on Recommender Systems","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-09-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127720808","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}
引用次数: 17
期刊
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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1