paper-with-me

홈 › Papers

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

2026-07-01 · Ivan Ji, Liuyi Hu, Harrison, Zhao, Lei Huang, Qunshu Zhang, Max, Fan, Aameek Singh 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 negative sampling. However, these methods often produce easy negatives that models can quickly learn, failing to sufficiently challenge the model. To address this issue, a novel self-supervised hard negative sampling technique is proposed that leverages a large language model (LLM) to generate hard negatives from the same cluster during model training. By utilizing the LLM to learn media representations, the proposed approach ensures that the generated negatives are more challenging and informative. This real-time sampling framework is designed for seamless integration into production models, capable of handling billions of training data points with minimal computational complexity. Experiments on public datasets, along with deployment to a large-scale online system, demonstrate that the proposed negative sampling technique outperforms widely used industry methods. Furthermore, analysis in industrial applications reveals that this sampling method can help break inherent feedback loops in recommendations and significantly reduce popularity bias.

📄 PDF Abstract BibTeX arXiv:2607.00448

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Clustering-based hard negative sampling for supervised contrastive speaker verification

2025-07-23 · Piotr Masztalski, Michał Romaniuk, Jakub Żak, Mateusz Matuszewski 외 arxiv

In speaker verification, contrastive learning is gaining popularity as an alternative to the traditionally used classification-based approaches. Contrastive methods can benefit from an effective use of hard negative pair…

Representation LearningSpeaker VerificationContrastive Learning

Clustering-Aware Negative Sampling for Unsupervised Sentence Representation

2023-05-17 · Jinghao Deng, Fanqi Wan, Tao Yang, Xiaojun Quan 외

Contrastive learning has been widely studied in sentence representation learning. However, earlier works mainly focus on the construction of positive examples, while in-batch samples are often simply treated as negative …

ClusteringContrastive LearningRepresentation LearningSemantic Textual Similarity+2

Deep Clustering with Diffused Sampling and Hardness-aware Self-distillation

2024-01-25 · Hai-Xin Zhang, Dong Huang

Deep clustering has gained significant attention due to its capability in learning clustering-friendly representations without labeled data. However, previous deep clustering methods tend to treat all samples equally, wh…

ClusteringContrastive LearningDeep ClusteringKnowledge Distillation+2

Enhanced Bayesian Personalized Ranking for Robust Hard Negative Sampling in Recommender Systems

2024-03-28 · Kexin Shi, Jing Zhang, Linjiajie Fang, Wenjia Wang 외

In implicit collaborative filtering, hard negative mining techniques are developed to accelerate and enhance the recommendation model learning. However, the inadvertent selection of false negatives remains a major concer…

Collaborative FilteringRecommendation Systems

On the Theories Behind Hard Negative Sampling for Recommendation

2023-02-07 · Wentao Shi, Jiawei Chen, Fuli Feng, Jizhi Zhang 외

Negative sampling has been heavily used to train recommender models on large-scale data, wherein sampling hard examples usually not only accelerates the convergence but also improves the model accuracy. Nevertheless, the…

Recommendation Systems