paper-with-me

Papers

WhisperRec: Latent Reasoning for Efficient Foundation Recommendation Models

2026-07-29 · Hao Jiang, Peiru Du, Pengfei Yao, Mengting Li, Siyuan Lou, Kuo Cai, Sheng Yu, Qiang Luo, Jian Liang, Ruiming Tang, Fei Pan, Peng Jiang, Wenwu Ou arxiv

Large language models (LLMs) have demonstrated strong reasoning capabilities, motivating their adoption as backbones for foundation recommendation models (FRMs). Existing approaches typically enhance recommendation with explicit Chain-of-Thought (CoT) under the Think-then-Answer paradigm. However, generating lengthy rationales introduces substantial inference overhead, while fixed CoT templates struggle to model diverse, dynamic, and context-dependent user interests. We propose WhisperRec, an efficient latent reasoning framework for FRMs. WhisperRec compresses teacher-generated CoT into learnable latent reasoning tokens, enabling a Latent-Reason-then-Answer paradigm that performs reasoning in latent space without producing verbose rationales. This design retains decision-relevant reasoning information while avoiding the latency bottleneck of autoregressive rationale generation. Specifically, it first introduces Multi-View Adaptive CoT (MV-ACoT) to construct diverse, high-quality supervision from complementary perspectives on user interests. MV-ACoT also adapts reasoning complexity to each instance, applying lightweight analysis to clear cases and targeted multi-factor reasoning to challenging ones. Building on a pre-trained FRM, WhisperRec then employs a three-stage Latent Reasoning Alignment procedure to progressively internalize teacher CoT into latent representations. Finally, curriculum-based post-training activates latent-token reasoning for downstream recommendation while preserving standard recommendation capability. Experiments on an industrial-scale Kuaishou dataset and the public Kuaishou LLM-Rec benchmark show that WhisperRec consistently outperforms explicit-CoT methods and conventional baselines. Compared with explicit CoT Think and No-Think variants, WhisperRec improves SID@64 by 17.44% and 9.33%, respectively, and achieves over 10x higher online inference throughput.

📄 PDF Abstract BibTeX arXiv:2607.26621

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hierarchical Latent Reasoning for LLM-based Recommendation

2026-07-30 · Peiyu Hu, Siying Gu, Weihai Lu, Zhuodong Liu 외 arxiv

Large Language Models (LLMs) have shown strong potential for recommendation by leveraging their semantic understanding and contextual modeling capabilities. Recent studies further introduce reasoning mechanisms to improv…

Representation Learning

Reinforced Latent Reasoning for LLM-based Recommendation

2025-05-25 · Yang Zhang, Wenxin Xu, Xiaoyan Zhao, Wenjie Wang 외

Large Language Models (LLMs) have demonstrated impressive reasoning capabilities in complex problem-solving tasks, sparking growing interest in their application to preference reasoning in recommendation systems. Existin…

Recommendation SystemsReinforcement Learning (RL)

LARES: Latent Reasoning for Sequential Recommendation

2025-05-22 · Enze Liu, Bowen Zheng, Xiaolei Wang, Wayne Xin Zhao 외

Sequential recommender systems have become increasingly important in real-world applications that model user behavior sequences to predict their preferences. However, existing sequential recommendation methods predominan…

Recommendation SystemsReinforcement Learning (RL)Sequential Recommendation

Latent-Aligned Reasoning for Multimodal Recommendation

2026-09-04 · Jiarui Jin, Anyang Ji arxiv

Multimodal Vision-Language Models (VLMs) have demonstrated remarkable capabilities in cross-modal understanding, yet a fundamental challenge persists when applying them to recommendation: as representations propagate thr…

Multimodal RecommendationContrastive Learning

DisenReason: Behavior Disentanglement and Latent Reasoning for Shared-Account Sequential Recommendation

2026-03-04 · Jiawei Cheng, Min Gao, Zongwei Wang, Xiaofei Zhu 외 arxiv

Shared-account usage is common on streaming and e-commerce platforms, where multiple users share one account. Existing shared-account sequential recommendation (SSR) methods often assume a fixed number of latent users pe…

Sequential Recommendation