paper-with-me

Papers

Fairly Adaptive Negative Sampling for Recommendations

2023-02-16 · Xiao Chen, Wenqi Fan, Jingfan Chen, Haochen Liu, Zitao Liu, Zhaoxiang Zhang, Qing Li

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.

📄 PDF Abstract BibTeX arXiv:2302.08266

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairness

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Unified Interpretation of Softmax Cross-Entropy and Negative Sampling: With Case Study for Knowledge Graph Embedding

2021-06-14 · ACL 2021 5 · Hidetaka Kamigaito, Katsuhiko Hayashi

In knowledge graph embedding, the theoretical relationship between the softmax cross-entropy and negative sampling loss functions has not been investigated. This makes it difficult to fairly compare the results of the tw…

Graph EmbeddingKnowledge Graph EmbeddingLink Predictionvalid

FairGAN: GANs-based Fairness-aware Learning for Recommendations with Implicit Feedback

2022-04-25 · Proceedings of the ACM Web Conference 2022 4 · Jie Li, Yongli Ren, Ke Deng

Ranking algorithms in recommender systems influence people to make decisions. Conventional ranking algorithms based on implicit feedback data aim to maximize the utility to users by capturing users’ preferences over item…

Exposure FairnessFairnessRecommendation Systems

USD: A User-Intent-Driven Sampling and Dual-Debiasing Framework for Large-Scale Homepage Recommendations

2025-07-09 · Jiaqi Zheng, Cheng Guo, Yi Cao, Chaoqun Hou 외

Large-scale homepage recommendations face critical challenges from pseudo-negative samples caused by exposure bias, where non-clicks may indicate inattention rather than disinterest. Existing work lacks thorough analysis…

Marketing

Real-Time Hard Negative Sampling via LLM-based Clustering for Large-Scale Two-Tower Retrieval

2026-07-01 · Ivan Ji, Liuyi Hu, Harrison, Zhao 외 arxiv

The two-tower model has been widely used for large-scale recommendation systems, particularly in the retrieval stage. Industry standards for training two-tower models typically involve in-batch and/or out-of-batch negati…

Recommendation Systems

Contrastive Learning for Diversity-Aware Product Recommendations in Retail

2026-02-09 · Vasileios Karlis, Ezgi Yıldırım, David Vos, Maarten de Rijke arxiv

Recommender systems often struggle with long-tail distributions and limited item catalog exposure, where a small subset of popular items dominates recommendations. This challenge is especially critical in large-scale onl…

Contrastive Learning