Can Small Language Models be Good Reasoners for Sequential Recommendation?
Yuling Wang, Changxin Tian, Binbin Hu, Yanhua Yu, Ziqi Liu, Zhiqiang, Zhang, Jun Zhou, Liang Pang, Xiao Wang

TL;DR
This paper introduces SLIM, a resource-efficient framework that distills reasoning capabilities from large language models into smaller models for sequential recommendation tasks, achieving effective results with lower resource requirements.
Contribution
The paper proposes a novel knowledge distillation framework that enables small models to perform step-by-step reasoning in sequential recommendation, inspired by large language models.
Findings
SLIM outperforms state-of-the-art baselines in recommendation accuracy.
The distilled small models generate meaningful reasoning rationales.
SLIM achieves resource-efficient reasoning suitable for practical systems.
Abstract
Large language models (LLMs) open up new horizons for sequential recommendations, owing to their remarkable language comprehension and generation capabilities. However, there are still numerous challenges that should be addressed to successfully implement sequential recommendations empowered by LLMs. Firstly, user behavior patterns are often complex, and relying solely on one-step reasoning from LLMs may lead to incorrect or task-irrelevant responses. Secondly, the prohibitively resource requirements of LLM (e.g., ChatGPT-175B) are overwhelmingly high and impractical for real sequential recommender systems. In this paper, we propose a novel Step-by-step knowLedge dIstillation fraMework for recommendation (SLIM), paving a promising path for sequential recommenders to enjoy the exceptional reasoning capabilities of LLMs in a "slim" (i.e., resource-efficient) manner. We introduce CoT…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Recommender Systems and Techniques
MethodsChain-of-thought prompting · Knowledge Distillation
