DiffuReason: Bridging Latent Reasoning and Generative Refinement for Sequential Recommendation
Jie Jiang, Yang Wu, Qian Li, Yuling Xiong, Yihang Su, Junbang Huo, Longfei Lu, Jun Zhang, Huan Yu
TL;DR
DiffuReason introduces a unified Think-then-Diffuse framework for sequential recommendation that combines explicit latent reasoning with a diffusion-based refinement to model uncertainty in user intent. By generating Thinking Tokens, applying probabilistic denoising, and aligning the process end-to-end via Group Relative Policy Optimization, it jointly optimizes backbone representations, reasoning, and ranking objectives. The approach yields consistent improvements across diverse backbones and domains, with notable gains on challenging architectures like HSTU and strong online validation in a large-scale platform. This work demonstrates that end-to-end diffusion-driven refinement can robustly denoise latent reasoning and translate into tangible gains in real-world recommendations, suggesting practical benefits for production systems and avenues for future multi-modal extensions.
Abstract
Latent reasoning has emerged as a promising paradigm for sequential recommendation, enabling models to capture complex user intent through multi-step deliberation. Yet existing approaches often rely on deterministic latent chains that accumulate noise and overlook the uncertainty inherent in user intent, and they are typically trained in staged pipelines that hinder joint optimization and exploration. To address these challenges, we propose DiffuReason, a unified "Think-then-Diffuse" framework for sequential recommendation. It integrates multi-step Thinking Tokens for latent reasoning, diffusion-based refinement for denoising intermediate representations, and end-to-end Group Relative Policy Optimization (GRPO) alignment to optimize for ranking performance. In the Think stage, the model generates Thinking Tokens that reason over user history to form an initial intent hypothesis. In the Diffuse stage, rather than treating this hypothesis as the final output, we refine it through a diffusion process that models user intent as a probabilistic distribution, providing iterative denoising against reasoning noise. Finally, GRPO-based reinforcement learning enables the reasoning and refinement modules to co-evolve throughout training, without the constraints of staged optimization. Extensive experiments on four benchmarks demonstrate that DiffuReason consistently improves diverse backbone architectures. Online A/B tests on a large-scale industrial platform further validate its practical effectiveness.
