Skip to content

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Book Jul 2026

LLM-based Semantic and ID Representations for Sequential Recommendation

ID-based sequential recommendation (SR) methods learn user preferences based on the item-ID interaction sequences, which are often limited by the data sparsity problem. Large language model (LLM)-enhanced SR methods leverage LLM to improve the performance. Although prior works have made significant progress, there are still three key challenges: (i) how to leverage the open-world knowledge and reasoning ability of LLM to enhance item representations; (ii) how to adaptively capture semantic preferences and collaborative preferences from multi-modality sequences; and (iii) how to construct signals to optimize model training and guide the fusion of ID and semantic information. To address these challenges, we propose a novel model, i.e., LLM-based semantic and ID representations for sequential recommendation (SIDSRec). Firstly, we propose an LLM-driven knowledge enhancement module that generates textual features and transfers it to item-level semantic representations. Secondly, we design a dual-channel preference modeling module that captures collaborative preferences and semantic preferences independently, and then aggregates them via a late-fusion layer. Specifically, we introduce modern LLM architectures into recommender systems. The embedding layer introduces a mixture of experts (MoE)-based adapter to improve the discriminative ability of the semantic representations. The sequential encoder introduces a self-attention and a gating mechanism to facilitate user preference learning. Finally, we introduce the next-item prediction task and the user preference alignment task to jointly optimize model training and modality fusion. Experiments conducted on three datasets show that our SIDSRec outperforms the state-of-the-art sequential recommenders by 24.96% and 18.48% on NDCG@5 and NDCG@10 on average. The source codes are available at https://github.com/donglinzhou/SIDSRec.

Dongli Zhou, Weike Pan, Zhong Ming · 0 citations
Book Open access Aug 2026

DivCDSR: A Model-Agnostic Framework for Diverse Cross-Domain Sequential Recommendation

While Cross-Domain Sequential Recommendation (CDSR) has proven effective in mitigating data sparsity and enhancing accuracy, its impact on recommendation diversity remains largely unexplored. We are the first to reveal a counterintuitive phenomenon: while CDSR improves accuracy, it often comes at the cost of diversity, confining users to a narrower scope of interests. Through rigorous empirical experiments and theoretical analysis, we pinpoint two fundamental determinants driving this decline: (1) Domain Homogeneity, where excessive similarity between domains enforces preference redundancy; and (2) Information Asymmetry, where insufficient signal from the source domain fails to meaningfully perturb target-domain distributions. To address these challenges, we propose DivCDSR, a novel model-agnostic framework designed to enhance diversity in CDSR. Specifically, we introduce a dual-prototype semantic constraint mechanism that mitigates the homogenization trap via intra-domain clustering with orthogonalization and inter-domain separation. Furthermore, we devise a dual-guided diffusion module that augments source-domain information by generating new sequences, thereby resolving the information asymmetry issue. Extensive experiments on three public datasets demonstrate that our DivCDSR significantly enhances diversity metrics while maintaining or even improving recommendation accuracy simultaneously. % , offering a robust solution to the informational poverty inherent in conventional CDSR models. All datasets and code are available at https://github.com/Asuei-cs/DivCDSR.

Shu Chen, Yuhan Zhao, Weixin Chen et al. · 0 citations