paper-with-me

Papers

Pre-trained Language Model and Knowledge Distillation for Lightweight Sequential Recommendation

2024-09-23 · Li Li, Mingyue Cheng, Zhiding Liu, Hao Zhang, Qi Liu, Enhong Chen

Sequential recommendation models user interests based on historical behaviors to provide personalized recommendation. Previous sequential recommendation algorithms primarily employ neural networks to extract features of user interests, achieving good performance. However, due to the recommendation system datasets sparsity, these algorithms often employ small-scale network frameworks, resulting in weaker generalization capability. Recently, a series of sequential recommendation algorithms based on large pre-trained language models have been proposed. Nonetheless, given the real-time demands of recommendation systems, the challenge remains in applying pre-trained language models for rapid recommendations in real scenarios. To address this, we propose a sequential recommendation algorithm based on a pre-trained language model and knowledge distillation. The key of proposed algorithm is to transfer pre-trained knowledge across domains and achieve lightweight inference by knowledge distillation. The algorithm operates in two stages: in the first stage, we fine-tune the pre-trained language model on the recommendation dataset to transfer the pre-trained knowledge to the recommendation task; in the second stage, we distill the trained language model to transfer the learned knowledge to a lightweight model. Extensive experiments on multiple public recommendation datasets show that the proposed algorithm enhances recommendation accuracy and provide timely recommendation services.

📄 PDF Abstract BibTeX arXiv:2409.14810

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingRecommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Distillation Matters: Empowering Sequential Recommenders to Match the Performance of Large Language Model

2024-05-01 · Yu Cui, Feng Liu, Pengbo Wang, Bohao Wang 외

Owing to their powerful semantic reasoning capabilities, Large Language Models (LLMs) have been effectively utilized as recommenders, achieving impressive performance. However, the high inference latency of LLMs signific…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model

Learning Lightweight Object Detectors via Multi-Teacher Progressive Distillation

2023-08-17 · Shengcao Cao, Mengtian Li, James Hays, Deva Ramanan 외

Resource-constrained perception systems such as edge computing and vision-for-robotics require vision models to be both accurate and lightweight in computation and memory usage. While knowledge distillation is a proven s…

Edge-computingInstance SegmentationKnowledge DistillationObject+3

Efficient training for compact compression models via sequential distillation

2026-01-09 · Caroline Mazini Rodrigues, Nicolas Keriven, Thomas Maugey arxiv

Deep learning models for image compression often face practical limitations in hardware-constrained applications. Although these models achieve high-quality reconstructions, they are typically complex, heavyweight, and r…

Knowledge DistillationImage Compression

Pre-trained LLMs Meet Sequential Recommenders: Efficient User-Centric Knowledge Distillation

2026-04-23 · Nikita Severin, Danil Kartushov, Vladislav Urzhumov, Vladislav Kulikov 외 arxiv

Sequential recommender systems have achieved significant success in modeling temporal user behavior but remain limited in capturing rich user semantics beyond interaction patterns. Large Language Models (LLMs) present op…

Knowledge Distillation

AuRA: Internalizing Audio Understanding into LLMs as LoRA

2026-06-09 · Bo Cheng, Lei Shi, Zhanyu Ma, Yuan Wu 외 arxiv

Recent efforts to extend large language models (LLMs) to speech inputs typically rely on cascaded ASR-LLM pipelines, end-to-end speech-language models, or bridge/distillation-based adaptation. While these routes respecti…