首个基于偏好反馈的在线用户聚类算法,提升推荐系统协作效率。
Online Clustering of Dueling Bandits
- 通过成对偏好反馈实现用户动态聚类,替代传统数值奖励。
- 线性与神经网络模型分别在合成与真实数据集上降低累积损失。
- 适合需用户协作且仅能获取偏好信息的推荐场景。
上下文多臂赌博机(MAB)广泛用于不确定性下的顺序决策问题,如推荐系统。当用户数量庞大时,通过聚类用户并共享数据可显著提升性能。经典聚类带兵(CB)算法依赖数值奖励反馈,但在实际应用中可能不切实际。例如,推荐系统更可信的是获取两个推荐项之间的偏好反馈,而非绝对评分。为此,本文首次提出“成对反馈的聚类带兵算法”,支持基于偏好信息的协作决策。我们设计了两种新算法:(1) 线性成对带兵聚类(COLDB),假设用户效用函数为上下文向量的线性函数;(2) 神经成对带兵聚类(CONDB),使用神经网络建模复杂非线性效用函数。两者均具备严格的理论分析,证明用户协作可降低累计后悔值。在合成与真实数据集上的大量实验验证了方法的有效性,展示了其在多用户偏好反馈场景中的应用潜力。
原文摘要 · Abstract (English)
The contextual multi-armed bandit (MAB) is a widely used framework for problems requiring sequential decision-making under uncertainty, such as recommendation systems. In applications involving a large number of users, the performance of contextual MAB can be significantly improved by facilitating collaboration among multiple users. This has been achieved by the clustering of bandits (CB) methods, which adaptively group the users into different clusters and achieve collaboration by allowing the users in the same cluster to share data. However, classical CB algorithms typically rely on numerical reward feedback, which may not be practical in certain real-world applications. For instance, in recommendation systems, it is more realistic and reliable to solicit preference feedback between pairs of recommended items rather than absolute rewards. To address this limitation, we introduce the first "clustering of dueling bandit algorithms" to enable collaborative decision-making based on preference feedback. We propose two novel algorithms: (1) Clustering of Linear Dueling Bandits (COLDB) which models the user reward functions as linear functions of the context vectors, and (2) Clustering of Neural Dueling Bandits (CONDB) which uses a neural network to model complex, non-linear user reward functions. Both algorithms are supported by rigorous theoretical analyses, demonstrating that user collaboration leads to improved regret bounds. Extensive empirical evaluations on synthetic and real-world datasets further validate the effectiveness of our methods, establishing their potential in real-world applications involving multiple users with preference-based feedback.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。