Parallel Latent Reasoning for Sequential Recommendation
Jiakai Tang, Xu Chen, Wen Chen, Jian Wu, Yuning Jiang, Bo Zheng
TL;DR
PLR introduces width-level parallel latent reasoning for sequential recommendation, moving beyond depth-centric improvements by running multiple diverse latent streams guided by learnable trigger tokens. Through global diversity regularization, reasoning-contrastive learning, and adaptive mixture-of-streams aggregation, PLR achieves substantial accuracy gains with modest latency overhead, validated across three real-world datasets. Theoretical analysis links diversity among streams to reduced ensemble error and explains the finite-benefit regime of deeper reasoning due to diversity decay. Empirically, PLR demonstrates strong robustness to sparse data and closes performance gaps with efficient inference, highlighting width-level scaling as a practical catalyst for improvements in latent reasoning–driven recommender systems.
Abstract
Capturing complex user preferences from sparse behavioral sequences remains a fundamental challenge in sequential recommendation. Recent latent reasoning methods have shown promise by extending test-time computation through multi-step reasoning, yet they exclusively rely on depth-level scaling along a single trajectory, suffering from diminishing returns as reasoning depth increases. To address this limitation, we propose \textbf{Parallel Latent Reasoning (PLR)}, a novel framework that pioneers width-level computational scaling by exploring multiple diverse reasoning trajectories simultaneously. PLR constructs parallel reasoning streams through learnable trigger tokens in continuous latent space, preserves diversity across streams via global reasoning regularization, and adaptively synthesizes multi-stream outputs through mixture-of-reasoning-streams aggregation. Extensive experiments on three real-world datasets demonstrate that PLR substantially outperforms state-of-the-art baselines while maintaining real-time inference efficiency. Theoretical analysis further validates the effectiveness of parallel reasoning in improving generalization capability. Our work opens new avenues for enhancing reasoning capacity in sequential recommendation beyond existing depth scaling.
