MEGA Hub

WhisperRec: Latent Reasoning for Efficient Foundation Recommendation Models

Authors

Do you know Hao Jiang?You can claim authorship or link another user.Do you know Peiru Du?You can claim authorship or link another user.Do you know Pengfei Yao?You can claim authorship or link another user.Do you know Mengting Li?You can claim authorship or link another user.Do you know Siyuan Lou?You can claim authorship or link another user.Do you know Kuo Cai?You can claim authorship or link another user.Do you know Sheng Yu?You can claim authorship or link another user.Do you know Qiang Luo?You can claim authorship or link another user.Do you know Jian Liang?You can claim authorship or link another user.Do you know Ruiming Tang?You can claim authorship or link another user.Do you know Fei Pan?You can claim authorship or link another user.Do you know Peng Jiang?You can claim authorship or link another user.Do you know Wenwu Ou?You can claim authorship or link another user.

Abstract

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.

Community

00