用可解释方法修复推荐系统中的热门偏见
Opening the Black Box: Interpretable Remedies for Popularity Bias in Recommender Systems
- 通过稀疏自编码器识别模型中表示热门度的神经元
- 调整关键神经元激活值,使冷门商品获得更多推荐
- 在保持准确率的同时提升推荐公平性,适合想调参的开发者
热门偏见是推荐系统中的经典难题,少数热门商品获得过多曝光,而大多数冷门商品被忽视,导致推荐质量下降和资源分配不公。现有缓解方法多缺乏透明性。本文提出一种后处理方法,利用稀疏自编码器(SAE)复现预训练模型行为,并实现神经元级可解释性。通过引入偏好明确的合成用户,根据激活模式识别出编码热门信号的神经元,再调整最偏颇神经元的输出,引导推荐向更公平的曝光倾斜。在两个公开数据集上使用序列推荐模型进行实验,结果表明该方法显著提升公平性,对准确率影响极小,且提供细粒度控制公平性与准确率权衡的能力。
原文摘要 · Abstract (English)
Popularity bias is a well-known challenge in recommender systems, where a small number of popular items receive disproportionate attention, while the majority of less popular items are largely overlooked. This imbalance often results in reduced recommendation quality and unfair exposure of items. Although existing mitigation techniques address this bias to some extent, they typically lack transparency in how they operate. In this paper, we propose a post-hoc method using a Sparse Autoencoder (SAE) to interpret and mitigate popularity bias in deep recommendation models. The SAE is trained to replicate a pre-trained model's behavior while enabling neuron-level interpretability. By introducing synthetic users with clear preferences for either popular or unpopular items, we identify neurons encoding popularity signals based on their activation patterns. We then adjust the activations of the most biased neurons to steer recommendations toward fairer exposure. Experiments on two public datasets using a sequential recommendation model show that our method significantly improves fairness with minimal impact on accuracy. Moreover, it offers interpretability and fine-grained control over the fairness-accuracy trade-off.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。