Skip to content

Hierarchical Latent Reasoning for LLM-based Recommendation

Jul 2026 · arXiv.org · Vol abs/2607.27760 · 1 citation · 50 references
Computer Science

TL;DR

To further optimize the reasoning trajectory, HiLaR combines final recommendation feedback with layer-aware process rewards derived from the marginal target-likelihood gain of each state, and generally outperforms strong sequential, generative, and LLM-based recommendation baselines.

Abstract

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 improve user preference modeling. However, explicit natural-language reasoning incurs substantial inference overhead, whereas existing latent reasoning methods mainly focus on generating or verifying intermediate states, leaving their layer-wise preference roles and contributions insufficiently characterized. We propose HiLaR, a Hierarchical Latent Reasoning framework with layer-aware reinforcement optimization for LLM-based recommendation. HiLaR constructs temporal-guided hierarchical user preference representations, aligns them with multiple LLM latent reasoning states, and organizes the reasoning process from broad preferences to fine-grained current intents. To further optimize the reasoning trajectory, HiLaR combines final recommendation feedback with layer-aware process rewards derived from the marginal target-likelihood gain of each state. Experiments on four Amazon benchmark datasets show that HiLaR generally outperforms strong sequential, generative, and LLM-based recommendation baselines. Ablation and sensitivity analyses further verify the contribution of hierarchical representation learning, latent alignment, and process-level optimization. Our code is available in https://github.com/hupeiyu21/HiLaR.

View source

Similar papers

Jul 2026

WhisperRec: Latent Reasoning for Efficient Foundation Recommendation Models

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, and achieves over 10x higher online inference throughput.

Hao Jiang, Pei Du, Pengfei Yao et al. · 0 citations
Jul 2026

LaRec: Unleashing LLM-based Latent Reasoning for Generative Recommendation

This work proposes LaRec, an efficient generative recommendation framework designed to unleash the potential of latent reasoning in LLMs by designing Latent Pre-training that empowers LLMs with latent reasoning capabilities by providing rich supervisory signals to the latent space reasoning via step-level alignment and process direction alignment.

Yu Xia, Zihan Lin, Wei Yang et al. · 0 citations
Preprint Sep 2026

SelfDR: Self-Distillation from Reasoning for LLM-Based Recommendation

Large Language Models (LLMs) have recently emerged as powerful backbones for recommendation. To better elicit their capabilities, reasoning has been widely incorporated to help LLMs interpret rich textual signals and improve recommendation accuracy. However, explicitly generating intermediate reasoning traces often incurs substantial computational costs, which limits practical deployment in real-world recommender systems. To address this challenge, we propose SelfDR, a Self-Distillation from Reasoning framework for LLM-based Recommendation. SelfDR distills an LLM's own reasoning-enhanced predictions to produce recommendations directly, improving recommendation effectiveness while maintaining inference efficiency. All components in the framework are built on the same base LLM, without relying on any external models. Specifically, the teacher recommender is constructed by training a reasoner with downstream performance as the reward, enabling it to generate targeted rationales that are later incorporated into the teacher's input. A student recommender for direct recommendation, with the same underlying model, then learns from the teacher through self-distillation with a dynamic weighting strategy. Extensive experiments on three public datasets validate the effectiveness, rationality, and efficiency of SelfDR. Codes are available at https://github.com/JiangDeccc/SelfDistillation.

Chumeng Jiang, Jiayin Wang, Xin-Jie Lin et al. · 0 citations
Review Open access Jul 2026

LLM-RS: A Large Language Model-Based Sequential Recommendation with Reasoning

Traditional sequential recommender systems have primarily relied on implicit pattern recognition in user interaction sequences, achieving strong performance but functioning as “black boxes” that lack transparent reasoning. This paper introduces LLM-RS, a novel framework that leverages Large Language Models to enable explicit reasoning chains in sequential recommendation. Our approach transforms the recommendation task from mere pattern matching to interpretable reasoning by developing a multi-stage architecture that: (1) extracts structured preference profiles from user interaction sequences, (2) generates explicit reasoning chains analyzing candidate items against inferred preferences, and (3) produces persuasive explanations alongside recommendations. We propose three model variants—fine-tuned reasoning, retrieval-augmented generation, and hybrid ensemble—that integrate LLM-based reasoning with traditional collaborative filtering. The framework addresses key challenges in modern recommender systems by providing transparent, persuasive rationales while maintaining competitive performance, marking a significant step toward more interpretable and trustworthy recommendation systems. Comprehensive evaluations across the Amazon Reviews, MovieLens, MIND, and KuaiSAR datasets demonstrate that LLM-RS not only matches state-of-the-art methods in accuracy but also significantly enhances explanation quality, user trust, and recommendation diversity. Our findings reveal that reasoning-enabled recommendations increase user adherence in online experiments and improve long-term engagement metrics.

A. Gadallah, H. Hefny, Mohammed E. Almandouh et al. · 0 citations
Jul 2026

From Understanding to Action: Feedback-Grounded Policy Discovery for Generative Recommendation

Semantic-ID-based generative recommenders enable efficient next-item generation, but their item-level supervision mainly captures behavioral co-occurrence and local transitions. Large language models (LLMs) can complement these models by reasoning over heterogeneous interaction histories to understand the user's current demand. However, LLMs are not inherently trained with recommendation-specific outcome feedback, and linguistically plausible reasoning therefore does not necessarily lead to effective recommendation decisions. We term this mismatch the Understanding-Action Gap. Accordingly, we distinguish intent knowledge, which captures the user's current demand, from policy knowledge, which specifies the recommendation direction and rejection boundary under that demand. To bridge this gap, we propose a feedback-driven agent framework that first induces task-oriented intent and then discovers recommendation policies according to their incremental utility over an intent-only baseline. Candidate policies are evaluated and refined using outcome-derived feedback rather than linguistic plausibility. We further transfer the resulting intent and policy knowledge into two latent tokens of a lightweight Semantic-ID generator through dual-space relational distillation, enabling LLM-free online inference. Experiments on public benchmarks show consistent improvements over baselines, while large-scale online A/B tests achieve gains of 4.506% in Revenue and 4.621% in ADVV.

Z. Chen, Minmao Wang, Xingchen Liu et al. · 0 citations
Jul 2026

Personalized Recommendation Tool Learning via Autonomous Language Agents

Although large language models (LLMs) have recently gained traction in recommender systems due to their strong reasoning capabilities and extensive world knowledge, previous LLM-based agents suffer from hallucination and context-length limitations, and thus are not suitable for full-ranking recommendation tasks. To circumvent these limitations through architectural design rather than modifying the LLM itself, we propose an agent-based recommendation framework, memory-based $\textbf{P}$ersonalized $\textbf{R}$ecommendation $\textbf{T}$ool learning via autonomous language $\textbf{A}$gents (PRTA), in which an LLM acts as a central planner interacting with multiple recommendation models as tools. The LLM-based agent is responsible for high-level reasoning and personalized tool selection, while traditional recommendation models perform full-ranking scoring, leveraging their scalability in modeling behavioral patterns. To support personalized tool selection, we design reflection mechanisms that enable the agent to evaluate and compare tools for each user based on user profiles and candidate ranked lists. Extensive experiments across three public datasets demonstrate the superiority of \modelname over traditional recommendation and LLM-based baselines in improving full-ranking recommendation performance.

Mingdai Yang, Zhiwei Liu, Weizhi Zhang et al. · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.