菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-06
📄 Abstract - Parallel Latent Reasoning for Sequential Recommendation

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.

顶级标签: natural language processing model training machine learning
详细标签: sequential recommendation latent reasoning multi-trajectory reasoning parallel computation recommender systems 或 搜索:

用于序列推荐的并行潜在推理 / Parallel Latent Reasoning for Sequential Recommendation


1️⃣ 一句话总结

这篇论文提出了一种名为‘并行潜在推理’的新方法,通过同时探索多条不同的推理路径来更全面地理解用户稀疏的行为序列,从而在保持实时推荐效率的同时,显著提升了序列推荐系统的准确性和泛化能力。

源自 arXiv: 2601.03153