通过融合变异性偏好信息,提升无偏推荐模型性能与稳定性
Invariant debiasing learning for recommendation via biased imputation
- 用距离感知的知识蒸馏,将变异性偏好信息注入不变性偏好
- 在三个数据集上仅用不到50%参数量,超越当前最优无监督去偏模型
- 适合追求高效、稳定且无需标注数据的推荐系统研究者使用
以往去偏研究依赖无偏数据进行模型训练监督,但获取无偏数据成本高、风险大。近期研究尝试通过不变性学习在无监督下提取用户不变偏好,但因忽略变异性偏好,导致模型准确率低且预测不稳定。本文实验表明,直接丢弃变异性信息会造成信息损失,削弱泛化能力,进而降低无偏推荐性能。为此,我们提出轻量级知识蒸馏框架KDDebias,自动从不变性和变异性信息中学习用户无偏偏好。具体地,在距离感知的知识蒸馏过程中,将变异性偏好信息回填至不变性偏好。在Yahoo!R3、Coat和MIND三个公开数据集上的大量实验显示,相比当前最优无监督去偏模型,本方法在参数量不足其50%的情况下实现显著性能提升。代码已开源:https://github.com/BAI-LAB/KD-Debias。
原文摘要 · Abstract (English)
Previous debiasing studies utilize unbiased data to make supervision of model training. They suffer from the high trial risks and experimental costs to obtain unbiased data. Recent research attempts to use invariant learning to detach the invariant preference of users for unbiased recommendations in an unsupervised way. However, it faces the drawbacks of low model accuracy and unstable prediction performance due to the losing cooperation with variant preference. In this paper, we experimentally demonstrate that invariant learning causes information loss by directly discarding the variant information, which reduces the generalization ability and results in the degradation of model performance in unbiased recommendations. Based on this consideration, we propose a novel lightweight knowledge distillation framework (KDDebias) to automatically learn the unbiased preference of users from both invariant and variant information. Specifically, the variant information is imputed to the invariant user preference in the distance-aware knowledge distillation process. Extensive experiments on three public datasets, i.e., Yahoo!R3, Coat, and MIND, show that with the biased imputation from the variant preference of users, our proposed method achieves significant improvements with less than 50% learning parameters compared to the SOTA unsupervised debiasing model in recommender systems. Our code is publicly available at https://github.com/BAI-LAB/KD-Debias.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。