paper-with-me

홈 › Papers

GenRec: A Preference-Oriented Generative Framework for Large-Scale Recommendation

2026-04-16 · Yanyan Zou, Junbo Qi, Lunsong Huang, Yu Li, Kewei Xu, Jiabao Gao, Binglei Zhao, Xuanhua Yang, Sulong Xu, Shengjie Li arxiv

Generative Retrieval (GR) offers a promising paradigm for recommendation through next-token prediction (NTP). However, scaling it to large-scale industrial systems introduces three challenges: (i) within a single request, the identical model inputs may produce inconsistent outputs due to the pagination request mechanism; (ii) the prohibitive cost of encoding long user behavior sequences with multi-token item representations based on semantic IDs, and (iii) aligning the generative policy with nuanced user preference signals. We present GenRec, a preference-oriented generative framework deployed on the JD App that addresses above challenges within a single decoder-only architecture. For training objective, we propose Page-wise NTP task, which supervises over an entire interaction page rather than each interacted item individually, providing denser gradient signal and resolving the one-to-many ambiguity of point-wise training. On the prefilling side, an asymmetric linear Token Merger compresses multi-token Semantic IDs in the prompt while preserving full-resolution decoding, reducing input length by ~2X with negligible accuracy loss. To further align outputs with user satisfaction, we introduce GRPO-SR, a reinforcement learning method that pairs Group Relative Policy Optimization with NLL regularization for training stability, and employs Hybrid Rewards combining a dense reward model with a relevance gate to mitigate reward hacking. In month-long online A/B tests serving production traffic, GenRec achieves 9.5% improvement in click count and 8.7% in transaction count over the existing pipeline.

📄 PDF Abstract BibTeX arXiv:2604.14878

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

GenRec: Large Language Model for Generative Recommendation

2023-07-02 · Jianchao Ji, Zelong Li, Shuyuan Xu, Wenyue Hua 외

In recent years, large language models (LLM) have emerged as powerful tools for diverse natural language processing tasks. However, their potential for recommender systems under the generative recommendation paradigm rem…

Language ModelingLanguage ModellingLarge Language Modelmodel+1

GenRec: Generative Sequential Recommendation with Large Language Models

2024-07-30 · Panfeng Cao, Pietro Lio

Sequential recommendation is a task to capture hidden user preferences from historical user item interaction data and recommend next items for the user. Significant progress has been made in this domain by leveraging cla…

Sequential Recommendation

GenRec: Unifying Video Generation and Recognition with Diffusion Models

2024-08-27 · Zejia Weng, Xitong Yang, Zhen Xing, Zuxuan Wu 외

Video diffusion models are able to generate high-quality videos by learning strong spatial-temporal priors on large-scale datasets. In this paper, we aim to investigate whether such priors derived from a generative proce…

Image to Video GenerationVideo GenerationVideo Recognition

GenRecEdit: Adapting Model Editing for Generative Recommendation with Cold-Start Items

2026-03-15 · Chenglei Shen, Teng Shi, Weijie Yu, Xiao Zhang 외 arxiv

Generative recommendation (GR) has shown strong potential for sequential recommendation in an end-to-end generation paradigm. However, existing GR models suffer from severe cold-start collapse: their recommendation accur…

Sequential Recommendation

EigenRec: Generalizing PureSVD for Effective and Efficient Top-N Recommendations

2015-11-19 · Athanasios N. Nikolakopoulos, Vassilis Kalantzis, Efstratios Gallopoulos, John D. Garofalakis

We introduce EigenRec; a versatile and efficient Latent-Factor framework for Top-N Recommendations that includes the well-known PureSVD algorithm as a special case. EigenRec builds a low dimensional model of an inter-ite…