ViHoRec: A Quality-Controlled Vietnamese Hotel Recommendation Dataset and Cold-Start Benchmark· ViHoRec:控制质量的越南酒店推荐数据集和冷启动基准
Recommender-system research for Vietnamese remains limited by the absence of a public, well-documented hotel interaction resource. Building such a resource is challenging for three reasons: cross-platform hotel names must be reconciled before interactions are comparable; quality must be audited with reproducible metrics rather than ad hoc cleaning; and public release must preserve privacy while remaining benchmarkable under realistic cold-start conditions. We introduce ViHoRec, a quality-controlled Vietnamese hotel recommendation dataset of 18{,}267 interactions between 6{,}832 users and 560 hotels, crawled from Booking.com, Traveloka, and Ivivu. Our contributions are: (i) a reproducible construction pipeline with cross-platform entity resolution and quantitative quality control; (ii) a privacy-preserving release with HMAC pseudonyms; and (iii) a public cold-start benchmark with temporal leave-last-one-out split, data-centric ablations, and dependency-free baselines. On the public split, learned models degrade sharply for users with short histories (BPR-MF Recall@10: 0.065 vs. 0.120), while UserKNN remains strongest overall, establishing ViHoRec as a sparse, cold-start-dominated testbed for low-resource recommendation. All data are publicly available at https://github.com/MinhNguyenDS/ViHoRec.
控制质量的越南酒店推荐数据集,解决冷启动问题
- 核心方法
- 通过跨平台实体解析和定量质量控制,构建隐私保护的数据集,并提供冷启动基准测试
- 适合谁读
- 推荐系统研究者、越南市场数据科学家
- 要解决的问题
- 越南推荐系统研究缺乏公共、高质量的酒店互动数据集
- 关键实验
- 测试了用户短历史记录下的模型表现,UserKNN 整体表现最好
- 主要贡献
- 提供了一个质量可控的越南酒店推荐数据集 ViHoRec,以及冷启动基准测试
- 意义与局限
- 促进了越南推荐系统的低资源研究,但数据集较为稀疏、冷启动问题突出