CoNRec: Context-Discerning Negative Recommendation with LLMs
Xinda Chen, Jiawei Wu, Yishuang Liu, Jialin Zhu, Shuwen Xiao, Junjun Zheng, Xiangheng Kong, Yuning Jiang
TL;DR
CoNRec tackles the underexplored problem of modeling negative user preferences in offline recommendations by combining semantic item representations with large language models. It introduces semantic IDs via an RQ-VAE, an item-level alignment task, and a Progressive GRPO training regime with unbiased rewards that incorporate future negative feedback and collaboration signals. The approach achieves state-of-the-art offline performance on Taobao data, with strong improvements in cold-start scenarios and online-like candidate accuracy, while mitigating noise from positive feedback. This framework enables practical offline negative-filtering for large-scale systems and offers insights for extending negative-feedback modeling to broader recommendation settings.
Abstract
Understanding what users like is relatively straightforward; understanding what users dislike, however, remains a challenging and underexplored problem. Research into users' negative preferences has gained increasing importance in modern recommendation systems. Numerous platforms have introduced explicit negative feedback mechanisms and leverage such signals to refine their recommendation models. Beyond traditional business metrics, user experience-driven metrics, such as negative feedback rates, have become critical indicators for evaluating system performance. However, most existing approaches primarily use negative feedback as an auxiliary signal to enhance positive recommendations, paying little attention to directly modeling negative interests, which can be highly valuable in offline applications. Moreover, due to the inherent sparsity of negative feedback data, models often suffer from context understanding biases induced by positive feedback dominance. To address these challenges, we propose the first large language model framework for negative feedback modeling with special designed context-discerning modules. We use semantic ID Representation to replace text-based item descriptions and introduce an item-level alignment task that enhances the LLM's understanding of the semantic context behind negative feedback. Furthermore, we design a Progressive GRPO training paradigm that enables the model to dynamically balance the positive and negative behavioral context utilization. Besides, our investigation further reveals a fundamental misalignment between the conventional next-negative-item prediction objective and users' true negative preferences, which is heavily influenced by the system's recommendation order. To mitigate this, we propose a novel reward function and evaluation metric grounded in multi-day future negative feedback and their collaborative signals.
