English

Fairly Adaptive Negative Sampling for Recommendations

Information Retrieval 2023-02-17 v1

Abstract

Pairwise learning strategies are prevalent for optimizing recommendation models on implicit feedback data, which usually learns user preference by discriminating between positive (i.e., clicked by a user) and negative items (i.e., obtained by negative sampling). However, the size of different item groups (specified by item attribute) is usually unevenly distributed. We empirically find that the commonly used uniform negative sampling strategy for pairwise algorithms (e.g., BPR) can inherit such data bias and oversample the majority item group as negative instances, severely countering group fairness on the item side. In this paper, we propose a Fairly adaptive Negative sampling approach (FairNeg), which improves item group fairness via adaptively adjusting the group-level negative sampling distribution in the training process. In particular, it first perceives the model's unfairness status at each step and then adjusts the group-wise sampling distribution with an adaptive momentum update strategy for better facilitating fairness optimization. Moreover, a negative sampling distribution Mixup mechanism is proposed, which gracefully incorporates existing importance-aware sampling techniques intended for mining informative negative samples, thus allowing for achieving multiple optimization purposes. Extensive experiments on four public datasets show our proposed method's superiority in group fairness enhancement and fairness-utility tradeoff.

Keywords

Cite

@article{arxiv.2302.08266,
  title  = {Fairly Adaptive Negative Sampling for Recommendations},
  author = {Xiao Chen and Wenqi Fan and Jingfan Chen and Haochen Liu and Zitao Liu and Zhaoxiang Zhang and Qing Li},
  journal= {arXiv preprint arXiv:2302.08266},
  year   = {2023}
}

Comments

Accepted by TheWebConf2023

R2 v1 2026-06-28T08:41:46.095Z