首页 > 最新文献

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

英文 中文
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":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":"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
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":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":"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
Joint Workshop on Interfaces and Human Decision Making for Recommender Systems (IntRS’22) 推荐系统的界面和人工决策联合研讨会(IntRS ' 22)
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547413
Peter Brusilovsky, Marco de Gemmis, A. Felfernig, P. Lops, Marco Polignano, G. Semeraro, M. Willemsen
The constant increase in the amount of data and information available on the Web has made the development of systems that can support users in making relevant decisions increasingly important. Recommender systems (RSs) have emerged as tools to address this task. RSs use the preferences expressed by a user, either explicitly or implicitly, to filter the available information and proactively suggest items that might be of interest to him or her. Although in early works about the topic there was a strong interest in ways to make such systems proactive, user-friendly, and persuasive, over time they became increasingly focused on the algorithmic component solely. However, this trend is gradually being reversed and always more attention is nowadays placed also on Human Decision Making models that focus on supporting the end user in understanding what is being proposed through RSs by using dynamic and persuasive interfaces. A recommender system should be based on valuable strategies for proactively guiding users to items that match their preferences and therefore should put attention on how it is possible to make this process trustable, pleasant, and user-friendly. Such systems, moreover, should take into account psychological, cognitive and emotional aspects to enable personalization that is appropriate not only to the context of use but also to the psychological reactions of the end user. The workshop provides a venue for works that invest in the design of recommender systems which consider users’ experience during the interaction, as well as for works that explore the implications of human-computer interactions with different theories of human decision-making. In this summary, we introduce the Joint Workshop on Interfaces and Human Decision Making for Recommender Systems at RecSys’22, review its history, and discuss the most important topics considered at the workshop.
Web上可用的数据和信息数量的不断增加使得能够支持用户做出相关决策的系统的开发变得越来越重要。推荐系统(RSs)已经成为解决这一问题的工具。RSs使用用户表达的首选项(显式或隐式)来过滤可用信息,并主动建议用户可能感兴趣的项目。尽管在关于该主题的早期作品中,人们对如何使此类系统具有前瞻性、用户友好性和说服力有着浓厚的兴趣,但随着时间的推移,它们越来越只关注算法组件。然而,这一趋势正在逐渐逆转,现在更多的注意力也放在了人类决策模型上,这些模型的重点是通过使用动态和有说服力的界面来支持最终用户理解RSs所建议的内容。推荐系统应该基于有价值的策略,主动引导用户找到符合他们偏好的项目,因此应该关注如何使这个过程可信、愉快和用户友好。此外,这种系统应考虑到心理、认知和情感方面,使个性化不仅适合于使用情况,而且也适合于最终用户的心理反应。研讨会为在交互过程中考虑用户体验的推荐系统设计方面的工作提供了一个场所,也为探索人机交互与不同人类决策理论的含义的工作提供了一个场所。在这篇摘要中,我们介绍了在RecSys ' 22上关于推荐系统的界面和人类决策的联合研讨会,回顾了它的历史,并讨论了研讨会上考虑的最重要的主题。
{"title":"Joint Workshop on Interfaces and Human Decision Making for Recommender Systems (IntRS’22)","authors":"Peter Brusilovsky, Marco de Gemmis, A. Felfernig, P. Lops, Marco Polignano, G. Semeraro, M. Willemsen","doi":"10.1145/3523227.3547413","DOIUrl":"https://doi.org/10.1145/3523227.3547413","url":null,"abstract":"The constant increase in the amount of data and information available on the Web has made the development of systems that can support users in making relevant decisions increasingly important. Recommender systems (RSs) have emerged as tools to address this task. RSs use the preferences expressed by a user, either explicitly or implicitly, to filter the available information and proactively suggest items that might be of interest to him or her. Although in early works about the topic there was a strong interest in ways to make such systems proactive, user-friendly, and persuasive, over time they became increasingly focused on the algorithmic component solely. However, this trend is gradually being reversed and always more attention is nowadays placed also on Human Decision Making models that focus on supporting the end user in understanding what is being proposed through RSs by using dynamic and persuasive interfaces. A recommender system should be based on valuable strategies for proactively guiding users to items that match their preferences and therefore should put attention on how it is possible to make this process trustable, pleasant, and user-friendly. Such systems, moreover, should take into account psychological, cognitive and emotional aspects to enable personalization that is appropriate not only to the context of use but also to the psychological reactions of the end user. The workshop provides a venue for works that invest in the design of recommender systems which consider users’ experience during the interaction, as well as for works that explore the implications of human-computer interactions with different theories of human decision-making. In this summary, we introduce the Joint Workshop on Interfaces and Human Decision Making for Recommender Systems at RecSys’22, review its history, and discuss the most important topics considered at the workshop.","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":"125685211","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
Taxonomic Recommendations of Real Estate Properties with Textual Attribute Information 基于文本属性信息的不动产分类建议
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547386
Zachary Harrison, Anish Khazane
In this extended abstract, we present an end to end approach for building a taxonomy of home attribute terms that enables hierarchical recommendations of real estate properties. We cover the methodology for building a real-estate taxonomy, metrics for measuring this structure’s quality, and then conclude with a production use-case of making recommendations from search keywords at different levels of topical similarity.
在这个扩展的摘要中,我们提出了一种端到端方法,用于构建房屋属性术语的分类法,该分类法支持房地产属性的分层推荐。我们介绍了构建房地产分类法的方法、测量该结构质量的指标,然后总结了一个根据不同主题相似性级别的搜索关键字提出建议的生产用例。
{"title":"Taxonomic Recommendations of Real Estate Properties with Textual Attribute Information","authors":"Zachary Harrison, Anish Khazane","doi":"10.1145/3523227.3547386","DOIUrl":"https://doi.org/10.1145/3523227.3547386","url":null,"abstract":"In this extended abstract, we present an end to end approach for building a taxonomy of home attribute terms that enables hierarchical recommendations of real estate properties. We cover the methodology for building a real-estate taxonomy, metrics for measuring this structure’s quality, and then conclude with a production use-case of making recommendations from search keywords at different levels of topical similarity.","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":"130875999","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
REVEAL 2022: Reinforcement Learning-Based Recommender Systems at Scale 2022年:基于强化学习的大规模推荐系统
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547418
Richard Liaw, Paige Bailey, Ying Li, Maria Dimakopoulou, Yves Raimond
Recommendation systems are increasingly modelled as a sequential decision making process, where the system decides which items to recommend to a given user. Each decision to recommend an item or slate of items has a significant impact on immediate and future user responses, long-term satisfaction or engagement with the system, and possibly valuable exposure for the item provider. The REVEAL workshop will focus on how to optimise this multi-step decision-making process, where a stream of interactions occurs between the user and the system. Deriving reward signals from these interactions, and creating a scalable, performant, and maintainable recommendation model to use for inference is a key challenge for machine learning teams, both in industry and academia. We will discuss the following challenges at the workshop: How can recommendation system models take into account the delayed effects of each recommendation? What are the right ways to reason and plan for longer-term user satisfaction? How can we leverage techniques such as Reinforcement Learning (RL) at scale?
推荐系统越来越被建模为一个连续的决策过程,在这个过程中,系统决定向给定的用户推荐哪些项目。每一个推荐一项或一组产品的决定都会对当前和未来的用户反应、对系统的长期满意度或参与度产生重大影响,并可能对产品提供者产生有价值的曝光率。REVEAL研讨会将重点关注如何优化这种多步骤决策过程,其中用户和系统之间发生一系列交互。从这些交互中获得奖励信号,并创建一个可扩展的、高性能的、可维护的推荐模型用于推理,这是机器学习团队在工业界和学术界面临的一个关键挑战。我们将在研讨会上讨论以下挑战:推荐系统模型如何考虑每个推荐的延迟效应?什么是正确的方法来考虑和计划长期的用户满意度?我们如何大规模利用强化学习(RL)等技术?
{"title":"REVEAL 2022: Reinforcement Learning-Based Recommender Systems at Scale","authors":"Richard Liaw, Paige Bailey, Ying Li, Maria Dimakopoulou, Yves Raimond","doi":"10.1145/3523227.3547418","DOIUrl":"https://doi.org/10.1145/3523227.3547418","url":null,"abstract":"Recommendation systems are increasingly modelled as a sequential decision making process, where the system decides which items to recommend to a given user. Each decision to recommend an item or slate of items has a significant impact on immediate and future user responses, long-term satisfaction or engagement with the system, and possibly valuable exposure for the item provider. The REVEAL workshop will focus on how to optimise this multi-step decision-making process, where a stream of interactions occurs between the user and the system. Deriving reward signals from these interactions, and creating a scalable, performant, and maintainable recommendation model to use for inference is a key challenge for machine learning teams, both in industry and academia. We will discuss the following challenges at the workshop: How can recommendation system models take into account the delayed effects of each recommendation? What are the right ways to reason and plan for longer-term user satisfaction? How can we leverage techniques such as Reinforcement Learning (RL) at scale?","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":"115343470","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
Position Awareness Modeling with Knowledge Distillation for CTR Prediction 基于知识精馏的CTR预测位置感知建模
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3551475
Congcong Liu, Yuejiang Li, Jian Zhu, Fei Teng, Xiwei Zhao, Changping Peng, Zhangang Lin, Jingping Shao
Click-through rate (CTR) Prediction is of great importance in real-world online ads systems. One challenge for the CTR prediction task is to capture the real interest of users from their clicked items, which is inherently influenced by presented positions of items, i.e., more front positions tend to obtain higher CTR values. Therefore, It is crucial to make CTR models aware of the exposed position of the items. A popular line of existing works focuses on explicitly model exposed position by result randomization which is expensive and inefficient, or by inverse propensity weighting (IPW) which relies heavily on the quality of the propensity estimation. Another common solution is modeling position as features during offline training and simply adopting fixed value or dropout tricks when serving. However, training-inference inconsistency can lead to sub-optimal performance. This work proposes a simple yet efficient knowledge distillation framework to model the impact of exposed position and leverage position information to improve CTR prediction. We demonstrate the performance of our proposed method on a real-world production dataset and online A/B tests, achieving significant improvements over competing baseline models. The proposed method has been deployed in the real world online ads systems of JD, serving main traffic of hundreds of millions of active users.
点击率(CTR)预测在现实网络广告系统中具有重要意义。CTR预测任务面临的一个挑战是,从用户点击的物品中捕捉用户的真正兴趣,这本质上受到物品呈现位置的影响,即更多的前位置往往会获得更高的CTR值。因此,让CTR模型意识到项目的暴露位置是至关重要的。现有研究的一个热门方向是通过结果随机化来明确地建模暴露位置,这是昂贵和低效的,或者通过逆倾向加权(IPW),这严重依赖于倾向估计的质量。另一种常见的解决方案是在离线训练时将位置建模为特征,在发球时简单地采用固定值或退出技巧。然而,训练-推理不一致可能会导致次优性能。本工作提出了一个简单而有效的知识蒸馏框架来模拟暴露位置的影响,并利用位置信息来提高CTR预测。我们在真实世界的生产数据集和在线a /B测试上展示了我们提出的方法的性能,与竞争基线模型相比取得了显着改进。所提出的方法已经部署在京东的现实在线广告系统中,服务于数亿活跃用户的主要流量。
{"title":"Position Awareness Modeling with Knowledge Distillation for CTR Prediction","authors":"Congcong Liu, Yuejiang Li, Jian Zhu, Fei Teng, Xiwei Zhao, Changping Peng, Zhangang Lin, Jingping Shao","doi":"10.1145/3523227.3551475","DOIUrl":"https://doi.org/10.1145/3523227.3551475","url":null,"abstract":"Click-through rate (CTR) Prediction is of great importance in real-world online ads systems. One challenge for the CTR prediction task is to capture the real interest of users from their clicked items, which is inherently influenced by presented positions of items, i.e., more front positions tend to obtain higher CTR values. Therefore, It is crucial to make CTR models aware of the exposed position of the items. A popular line of existing works focuses on explicitly model exposed position by result randomization which is expensive and inefficient, or by inverse propensity weighting (IPW) which relies heavily on the quality of the propensity estimation. Another common solution is modeling position as features during offline training and simply adopting fixed value or dropout tricks when serving. However, training-inference inconsistency can lead to sub-optimal performance. This work proposes a simple yet efficient knowledge distillation framework to model the impact of exposed position and leverage position information to improve CTR prediction. We demonstrate the performance of our proposed method on a real-world production dataset and online A/B tests, achieving significant improvements over competing baseline models. The proposed method has been deployed in the real world online ads systems of JD, serving main traffic of hundreds of millions of active users.","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":"114246233","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
Multi-Modal Dialog State Tracking for Interactive Fashion Recommendation 交互式时尚推荐的多模态对话框状态跟踪
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3546774
Yaxiong Wu, C. Macdonald, I. Ounis
Multi-modal interactive recommendation is a type of task that allows users to receive visual recommendations and express natural-language feedback about the recommended items across multiple iterations of interactions. However, such multi-modal dialog sequences (i.e. turns consisting of the system’s visual recommendations and the user’s natural-language feedback) make it challenging to correctly incorporate the users’ preferences across multiple turns. Indeed, the existing formulations of interactive recommender systems suffer from their inability to capture the multi-modal sequential dependencies of textual feedback and visual recommendations because of their use of recurrent neural network-based (i.e., RNN-based) or transformer-based models. To alleviate the multi-modal sequential dependency issue, we propose a novel multi-modal recurrent attention network (MMRAN) model to effectively incorporate the users’ preferences over the long visual dialog sequences of the users’ natural-language feedback and the system’s visual recommendations. Specifically, we leverage a gated recurrent network (GRN) with a feedback gate to separately process the textual and visual representations of natural-language feedback and visual recommendations into hidden states (i.e. representations of the past interactions) for multi-modal sequence combination. In addition, we apply a multi-head attention network (MAN) to refine the hidden states generated by the GRN and to further enhance the model’s ability in dynamic state tracking. Following previous work, we conduct extensive experiments on the Fashion IQ Dresses, Shirts, and Tops & Tees datasets to assess the effectiveness of our proposed model by using a vision-language transformer-based user simulator as a surrogate for real human users. Our results show that our proposed MMRAN model can significantly outperform several existing state-of-the-art baseline models.
多模态交互推荐是一种允许用户接收视觉推荐并跨多个交互迭代表达关于推荐项目的自然语言反馈的任务。然而,这种多模式对话序列(即由系统的视觉建议和用户的自然语言反馈组成的回合)使得在多个回合中正确整合用户的偏好变得具有挑战性。事实上,现有的交互式推荐系统由于使用基于循环神经网络(即基于rnn)或基于变压器的模型而无法捕获文本反馈和视觉推荐的多模态顺序依赖关系。为了缓解多模态顺序依赖问题,我们提出了一种新的多模态循环注意网络(MMRAN)模型,以有效地将用户的偏好与用户自然语言反馈的长视觉对话序列和系统的视觉推荐相结合。具体来说,我们利用带有反馈门的门控循环网络(GRN)将自然语言反馈和视觉推荐的文本和视觉表示分别处理为多模态序列组合的隐藏状态(即过去相互作用的表示)。此外,我们采用多头注意网络(MAN)对GRN产生的隐藏状态进行细化,进一步增强了模型的动态跟踪能力。在之前的工作之后,我们对Fashion IQ Dresses, Shirts和Tops & Tees数据集进行了广泛的实验,通过使用基于视觉语言转换器的用户模拟器作为真实人类用户的代理来评估我们提出的模型的有效性。我们的研究结果表明,我们提出的MMRAN模型可以显著优于几个现有的最先进的基线模型。
{"title":"Multi-Modal Dialog State Tracking for Interactive Fashion Recommendation","authors":"Yaxiong Wu, C. Macdonald, I. Ounis","doi":"10.1145/3523227.3546774","DOIUrl":"https://doi.org/10.1145/3523227.3546774","url":null,"abstract":"Multi-modal interactive recommendation is a type of task that allows users to receive visual recommendations and express natural-language feedback about the recommended items across multiple iterations of interactions. However, such multi-modal dialog sequences (i.e. turns consisting of the system’s visual recommendations and the user’s natural-language feedback) make it challenging to correctly incorporate the users’ preferences across multiple turns. Indeed, the existing formulations of interactive recommender systems suffer from their inability to capture the multi-modal sequential dependencies of textual feedback and visual recommendations because of their use of recurrent neural network-based (i.e., RNN-based) or transformer-based models. To alleviate the multi-modal sequential dependency issue, we propose a novel multi-modal recurrent attention network (MMRAN) model to effectively incorporate the users’ preferences over the long visual dialog sequences of the users’ natural-language feedback and the system’s visual recommendations. Specifically, we leverage a gated recurrent network (GRN) with a feedback gate to separately process the textual and visual representations of natural-language feedback and visual recommendations into hidden states (i.e. representations of the past interactions) for multi-modal sequence combination. In addition, we apply a multi-head attention network (MAN) to refine the hidden states generated by the GRN and to further enhance the model’s ability in dynamic state tracking. Following previous work, we conduct extensive experiments on the Fashion IQ Dresses, Shirts, and Tops & Tees datasets to assess the effectiveness of our proposed model by using a vision-language transformer-based user simulator as a surrogate for real human users. Our results show that our proposed MMRAN model can significantly outperform several existing state-of-the-art baseline models.","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":"114436794","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}
引用次数: 2
ProtoMF: Prototype-based Matrix Factorization for Effective and Explainable Recommendations ProtoMF:基于原型的矩阵分解,用于有效和可解释的建议
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3546756
Alessandro B. Melchiorre, Navid Rekabsaz, Christian Ganhör, M. Schedl
Recent studies show the benefits of reformulating common machine learning models through the concept of prototypes – representatives of the underlying data, used to calculate the prediction score as a linear combination of similarities of a data point to prototypes. Such prototype-based formulation of a model, in addition to preserving (sometimes enhancing) the performance, enables explainability of the model’s decisions, as the prediction can be linearly broken down into the contributions of distinct definable prototypes. Following this direction, we extend the idea of prototypes to the recommender system domain by introducing ProtoMF, a novel collaborative filtering algorithm. ProtoMF learns sets of user/item prototypes that represent the general consumption characteristics of users/items in the underlying dataset. Using these prototypes, ProtoMF then represents users and items as vectors of similarities to the corresponding prototypes. These user/item representations are ultimately leveraged to make recommendations that are both effective in terms of accuracy metrics, and explainable through the interpretation of prototypes’ contributions to the affinity scores. We conduct experiments on three datasets to assess both the effectiveness and the explainability of ProtoMF. Addressing the former, we show that ProtoMF exhibits higher Hit Ratio and NDCG compared to other relevant collaborative filtering approaches. As for the latter, we qualitatively show how ProtoMF can provide explainable recommendations and how its explanation capabilities can expose the existence of statistical biases in the learned representations, which we exemplify for the case of gender bias.
最近的研究表明,通过原型的概念重新制定通用机器学习模型的好处——原型是底层数据的代表,用于计算预测分数,作为数据点与原型相似性的线性组合。这种基于原型的模型公式,除了保留(有时增强)性能之外,还使模型决策具有可解释性,因为预测可以线性分解为不同可定义原型的贡献。沿着这个方向,我们通过引入一种新的协同过滤算法ProtoMF,将原型的思想扩展到推荐系统领域。ProtoMF学习用户/物品原型集,这些原型集表示底层数据集中用户/物品的一般消费特征。使用这些原型,ProtoMF然后将用户和项目表示为与相应原型相似的向量。这些用户/项目表示最终被用来提出建议,这些建议在准确性指标方面是有效的,并且可以通过解释原型对亲和力分数的贡献来解释。我们在三个数据集上进行实验,以评估ProtoMF的有效性和可解释性。针对前者,我们表明与其他相关的协同过滤方法相比,ProtoMF具有更高的命中率和NDCG。对于后者,我们定性地展示了ProtoMF如何提供可解释的建议,以及它的解释能力如何揭示学习表征中存在的统计偏差,我们以性别偏见为例。
{"title":"ProtoMF: Prototype-based Matrix Factorization for Effective and Explainable Recommendations","authors":"Alessandro B. Melchiorre, Navid Rekabsaz, Christian Ganhör, M. Schedl","doi":"10.1145/3523227.3546756","DOIUrl":"https://doi.org/10.1145/3523227.3546756","url":null,"abstract":"Recent studies show the benefits of reformulating common machine learning models through the concept of prototypes – representatives of the underlying data, used to calculate the prediction score as a linear combination of similarities of a data point to prototypes. Such prototype-based formulation of a model, in addition to preserving (sometimes enhancing) the performance, enables explainability of the model’s decisions, as the prediction can be linearly broken down into the contributions of distinct definable prototypes. Following this direction, we extend the idea of prototypes to the recommender system domain by introducing ProtoMF, a novel collaborative filtering algorithm. ProtoMF learns sets of user/item prototypes that represent the general consumption characteristics of users/items in the underlying dataset. Using these prototypes, ProtoMF then represents users and items as vectors of similarities to the corresponding prototypes. These user/item representations are ultimately leveraged to make recommendations that are both effective in terms of accuracy metrics, and explainable through the interpretation of prototypes’ contributions to the affinity scores. We conduct experiments on three datasets to assess both the effectiveness and the explainability of ProtoMF. Addressing the former, we show that ProtoMF exhibits higher Hit Ratio and NDCG compared to other relevant collaborative filtering approaches. As for the latter, we qualitatively show how ProtoMF can provide explainable recommendations and how its explanation capabilities can expose the existence of statistical biases in the learned representations, which we exemplify for the case of gender bias.","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":"126309684","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
Rethinking Personalized Ranking at Pinterest: An End-to-End Approach 重新思考个性化排名在Pinterest:一个端到端的方法
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3547394
Jiajing Xu, Andrew Zhai, Charles R. Rosenberg
In this work, we present our journey to revolutionize the personalized recommendation engine through end-to-end learning from raw user actions. We encode user’s long-term interest in PinnerFormer, a user embedding optimized for long-term future actions via a new dense all-action loss, and capture user’s short-term intention by directly learning from the real-time action sequences. We conducted both offline and online experiments to validate the performance of the new model architecture, and also address the challenge of serving such a complex model using mixed CPU/GPU setup in production. The proposed system has been deployed in production at Pinterest and has delivered significant online gains across organic and Ads applications.
在这项工作中,我们展示了通过对原始用户行为的端到端学习来彻底改变个性化推荐引擎的旅程。我们在PinnerFormer中编码用户的长期兴趣,PinnerFormer是一种通过新的密集全动作损失来优化长期未来动作的用户嵌入,并通过直接从实时动作序列中学习来捕获用户的短期意图。我们进行了离线和在线实验来验证新模型架构的性能,并解决了在生产中使用混合CPU/GPU设置来服务如此复杂模型的挑战。提出的系统已经在Pinterest的生产中部署,并在有机和广告应用程序中提供了显着的在线收益。
{"title":"Rethinking Personalized Ranking at Pinterest: An End-to-End Approach","authors":"Jiajing Xu, Andrew Zhai, Charles R. Rosenberg","doi":"10.1145/3523227.3547394","DOIUrl":"https://doi.org/10.1145/3523227.3547394","url":null,"abstract":"In this work, we present our journey to revolutionize the personalized recommendation engine through end-to-end learning from raw user actions. We encode user’s long-term interest in PinnerFormer, a user embedding optimized for long-term future actions via a new dense all-action loss, and capture user’s short-term intention by directly learning from the real-time action sequences. We conducted both offline and online experiments to validate the performance of the new model architecture, and also address the challenge of serving such a complex model using mixed CPU/GPU setup in production. The proposed system has been deployed in production at Pinterest and has delivered significant online gains across organic and Ads applications.","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":"126109217","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}
引用次数: 10
RecSys Challenge 2022: Fashion Purchase Prediction RecSys挑战2022:时尚购买预测
Pub Date : 2022-09-18 DOI: 10.1145/3523227.3552534
Nick Landia, Frederick Cheung, Donna North, Saikishore Kalloori, Abhishek Srivastava, B. Ferwerda
The RecSys 2022 Challenge was a session-based recommendation task in the fashion domain. The dataset was supplied by Dressipi. Given session data consisting of views and purchases, as well as content data representing the fashion characteristics of the items, the task was to predict which item was purchased at the end of the session. The challenge ran for 3 months with a public leaderboard and final result on a separate hidden test set. There were over 300 teams that submitted a solution to the leaderboard and about 50 that submitted a solution for the final test set. The winning team achieved a MRR score of 0.216 which means that the correct target item was on average ranked 5th in the list of predictions. We identify some interesting common themes among the solutions in this paper and the winning approaches are presented in the workshop.
RecSys 2022挑战赛是时尚领域的一项基于会话的推荐任务。数据集由Dressipi提供。给定由视图和购买组成的会话数据,以及表示项目时尚特征的内容数据,任务是预测在会话结束时购买了哪个项目。这个挑战持续了3个月,有一个公开的排行榜和一个独立的隐藏测试集的最终结果。有超过300个团队向排行榜提交了解决方案,大约50个团队向最终测试集提交了解决方案。获胜团队的MRR得分为0.216,这意味着正确的目标项目在预测列表中平均排名第五。我们在本文的解决方案中确定了一些有趣的共同主题,并在研讨会上提出了获胜的方法。
{"title":"RecSys Challenge 2022: Fashion Purchase Prediction","authors":"Nick Landia, Frederick Cheung, Donna North, Saikishore Kalloori, Abhishek Srivastava, B. Ferwerda","doi":"10.1145/3523227.3552534","DOIUrl":"https://doi.org/10.1145/3523227.3552534","url":null,"abstract":"The RecSys 2022 Challenge was a session-based recommendation task in the fashion domain. The dataset was supplied by Dressipi. Given session data consisting of views and purchases, as well as content data representing the fashion characteristics of the items, the task was to predict which item was purchased at the end of the session. The challenge ran for 3 months with a public leaderboard and final result on a separate hidden test set. There were over 300 teams that submitted a solution to the leaderboard and about 50 that submitted a solution for the final test set. The winning team achieved a MRR score of 0.216 which means that the correct target item was on average ranked 5th in the list of predictions. We identify some interesting common themes among the solutions in this paper and the winning approaches are presented in the workshop.","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":"133875523","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
期刊
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