PROMISE: Process Reward Models Unlock Test-Time Scaling Laws in Generative Recommendations
Chengcheng Guo, Kuo Cai, Yu Zhou, Qiang Luo, Ruiming Tang, Han Li, Kun Gai, Guorui Zhou
TL;DR
This paper tackles Semantic Drift in SID-based Generative Recommendation caused by exposure bias, introducing Promise, a framework that combines a lightweight Path-level Process Reward Model (PRM) with PRM-guided Beam Search. The Path-level PRM is trained end-to-end with the generative backbone and uses dense, step-wise feedback (via an InfoNCE objective) to supervise intermediate SID paths, while the inference strategy prunes low-quality branches without increasing decoder compute. The approach yields Test-Time Scaling Laws, enabling smaller models to match or surpass larger ones by increasing inference compute, and it demonstrates strong offline and online performance gains on both public datasets and a large industrial platform (Kuaishou). The work provides extensive ablations, efficiency analyses, and a deployment blueprint, underscoring the practical value of dense intermediate supervision for scalable, high-quality generative recommendations.
Abstract
Generative Recommendation has emerged as a promising paradigm, reformulating recommendation as a sequence-to-sequence generation task over hierarchical Semantic IDs. However, existing methods suffer from a critical issue we term Semantic Drift, where errors in early, high-level tokens irreversibly divert the generation trajectory into irrelevant semantic subspaces. Inspired by Process Reward Models (PRMs) that enhance reasoning in Large Language Models, we propose Promise, a novel framework that integrates dense, step-by-step verification into generative models. Promise features a lightweight PRM to assess the quality of intermediate inference steps, coupled with a PRM-guided Beam Search strategy that leverages dense feedback to dynamically prune erroneous branches. Crucially, our approach unlocks Test-Time Scaling Laws for recommender systems: by increasing inference compute, smaller models can match or surpass larger models. Extensive offline experiments and online A/B tests on a large-scale platform demonstrate that Promise effectively mitigates Semantic Drift, significantly improving recommendation accuracy while enabling efficient deployment.
