听歌消费数据集
收藏资源简介:
本数据集收集了Deezer音乐流媒体平台上用户的听歌历史数据,时间为2022年1月至2023年5月。数据集中包含了约11百万次的听歌事件,涉及40,600名唯一用户和12,500首唯一曲目。每个记录包含用户标识符、曲目标识符、时间戳和一个二进制变量,表示听歌事件是积极(1)还是消极(0,即跳过)。数据集旨在研究重复消费模式中的不确定性,并已被用于推荐系统中的用户偏好模型,以提高推荐的相关性和准确性。
This dataset compiles users' music listening history data from the Deezer music streaming platform, spanning the period from January 2022 to May 2023. It contains approximately 11 million listening events, involving 40,600 unique users and 12,500 unique tracks. Each record includes a user identifier, a track identifier, a timestamp, and a binary variable indicating whether the listening event is positive (1) or negative (0, i.e., the track was skipped). This dataset aims to investigate uncertainty in repeat consumption patterns, and has been used for user preference modeling in recommendation systems to improve the relevance and accuracy of recommendations.
数据集概述
基本信息
- 数据集名称: Uncertainty in Repeated Implicit Feedback as a Measure of Reliability
- 相关论文: Uncertainty in Repeated Implicit Feedback as a Measure of Reliability
- 会议: 33rd International ACM Conference on User Modeling, Adaptation and Personalization (UMAP 2025)
研究背景
- 推荐系统依赖用户反馈学习有效的用户和物品表示。
- 隐式和显式反馈均存在噪声,隐式反馈尤其具有挑战性。
- 协作过滤中,交互信号的可靠性至关重要,因其决定用户和物品的相似性。
- 重复交互通常被视为用户兴趣更强的指标,但在音乐流媒体等领域,重复消费可能因饱和和曝光等因素改变用户偏好。
数据集内容
- 领域: 音乐流媒体
- 特点: 重复交互频繁且可量化
- 状态: 即将发布
技术方法
- 分析重复模式与影响用户兴趣关键因素的交叉点。
- 开发量化相关不确定性的方法。
- 将不确定性度量作为一致性指标整合到推荐任务中。
- 使用贝叶斯模型处理隐式收听反馈。
实验结果
- 将不确定性纳入用户偏好模型可产生更准确和相关推荐。
代码环境
- Python 3.9.16
- scipy 1.11.4
- pandas 2.2.3
- numpy 1.26.4
- implicit 0.7.2
引用
bibtex @inproceedings{sguerra2025uncertainty, title={Uncertainty in Repeated Implicit Feedback as a Measure of Reliability}, author={Sguerra, Bruno and Tran, Viet-Anh and Hennequin, Romain and Moussallam, Manuel}, booktitle = {Proceedings of the 33rd ACM Conference on User Modeling, Adaptation and Personalization}, year = {2025} }




