Pith. sign in

REVIEW 4 cited by

SLMRec: Distilling Large Language Models into Small for Sequential Recommendation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2405.17890 v4 pith:3RQ22WG3 submitted 2024-05-28 cs.IR cs.CLcs.LG

classification cs.IRcs.CLcs.LG
keywords languagemodelsrecommendationsequentiallargellmsmodelslmrec
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Sequential Recommendation (SR) task involves predicting the next item a user is likely to interact with, given their past interactions. The SR models examine the sequence of a user's actions to discern more complex behavioral patterns and temporal dynamics. Recent research demonstrates the great impact of LLMs on sequential recommendation systems, either viewing sequential recommendation as language modeling or serving as the backbone for user representation. Although these methods deliver outstanding performance, there is scant evidence of the necessity of a large language model and how large the language model is needed, especially in the sequential recommendation scene. Meanwhile, due to the huge size of LLMs, it is inefficient and impractical to apply a LLM-based model in real-world platforms that often need to process billions of traffic logs daily. In this paper, we explore the influence of LLMs' depth by conducting extensive experiments on large-scale industry datasets. Surprisingly, our motivational experiments reveal that most intermediate layers of LLMs are redundant, indicating that pruning the remaining layers can still maintain strong performance. Motivated by this insight, we empower small language models for SR, namely SLMRec, which adopt a simple yet effective knowledge distillation method. Moreover, SLMRec is orthogonal to other post-training efficiency techniques, such as quantization and pruning, so that they can be leveraged in combination. Comprehensive experimental results illustrate that the proposed SLMRec model attains the best performance using only 13% of the parameters found in LLM-based recommendation models while simultaneously achieving up to 6.6x and 8.0x speedups in training and inference time costs, respectively. Besides, we provide a theoretical justification for why small language models can perform comparably to large language models in SR.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. TSPORec: Token Selection via Preference Optimization for LLM-Based Sequential Recommendation

    cs.IR 2026-08 conditional novelty 6.0 of 10

    TSPORec learns to select informative tokens from item text for LLM-based sequential recommendation, improving accuracy slightly and reducing input length.

  2. MEGG: Replay via Maximally Extreme GGscore in Incremental Learning for Neural Recommendation Models

    cs.IR 2025-09 conditional novelty 5.0 of 10

    A gradient-alignment influence score (GGscore) that selects the highest- and lowest-scoring old interactions for replay improves incremental neural recommendation slightly over random replay, mainly at large replay ratios.

  3. Large Language Model Enhanced Recommender Systems: A Survey

    cs.IR 2024-12 unverdicted novelty 4.0 of 10

    A survey organizing LLM-enhanced recommender systems into knowledge, interaction, and model enhancement, and tracing a shift from explicit text to implicit embeddings and fine-tuned open-source LLMs.

  4. A Survey on Sequential Recommendation

    cs.IR 2024-12 conditional novelty 2.0 of 10

    A review that taxonomizes sequential recommendation research by item property construction and surveys recent LLM, multimodal, generative, and ultra-long-sequence methods.

Pith tools