arXiv:2605.00327cs.IRcs.AI2026-05

解决推荐系统中负样本过多导致性能下降的问题

DynamicPO: Dynamic Preference Optimization for Recommendation

论文配图:DynamicPO: Dynamic Preference Optimization for Recommendation
图 1 · 摘自论文原文
  • 动态选择靠近决策边界的有用负样本
  • 通过双边界自适应调整优化强度,防止梯度抑制
  • 轻量级插件方案,提升推荐准确率且开销极小

在基于大语言模型的推荐系统中,直接偏好优化(DPO)能有效对齐推荐结果与用户偏好,需使用多负样本目标函数以利用丰富的隐式反馈负样本并强化偏好边界。然而我们实证发现一种反直觉现象:偏好优化崩溃——增加负样本数量虽使训练损失持续下降,但性能反而恶化。理论分析表明,此现象源于梯度抑制,即易区分的负样本主导优化过程,导致真正定义用户偏好的边界关键负样本信号被忽视。为此,我们提出DynamicPO(动态偏好优化),一个轻量、可即插即用的框架,包含两项自适应机制:动态边界负样本选择,优先识别靠近模型决策边界的有信息量负样本;双边界动态beta调整,根据边界模糊程度为每条样本校准优化强度。在三个公开数据集上的大量实验表明,DynamicPO有效防止优化崩溃,显著提升多负样本偏好优化方法的推荐精度,计算开销可忽略。代码与数据集见https://github.com/xingyuHuxingyu/DynamicPO。

原文摘要 · Abstract (English)

In large language model (LLM)-based recommendation systems, direct preference optimization (DPO) effectively aligns recommendations with user preferences, requiring multi-negative objective functions to leverage abundant implicit-feedback negatives and sharpen preference boundaries. However, our empirical analyses reveal a counterintuitive phenomenon, preference optimization collapse, where increasing the number of negative samples can lead to performance degradation despite a continuously decreasing training loss. We further theoretically demonstrate that this collapse arises from gradient suppression, caused by the dominance of easily discriminable negatives over boundary-critical negatives that truly define user preference boundaries. As a result, boundary-relevant signals are under-optimized, weakening the model's decision boundary. Motivated by these observations, we propose DynamicPO (Dynamic Preference Optimization), a lightweight and plug-and-play framework comprising two adaptive mechanisms: Dynamic Boundary Negative Selection, which identifies and prioritizes informative negatives near the model's decision boundary, and Dual-Margin Dynamic beta Adjustment, which calibrates optimization strength per sample according to boundary ambiguity. Extensive experiments on three public datasets show that DynamicPO effectively prevents optimization collapse and improves recommendation accuracy on multi-negative preference optimization methods, with negligible computational overhead. Our code and datasets are available at https://github.com/xingyuHuxingyu/DynamicPO.

推荐系统偏好优化大模型动态采样

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。