paper-with-me

Papers

Active Large Language Model-based Knowledge Distillation for Session-based Recommendation

2024-12-15 · Yingpeng Du, Zhu Sun, Ziyan Wang, Haoyan Chua, Jie Zhang, Yew-Soon Ong

Large language models (LLMs) provide a promising way for accurate session-based recommendation (SBR), but they demand substantial computational time and memory. Knowledge distillation (KD)-based methods can alleviate these issues by transferring the knowledge to a small student, which trains a student based on the predictions of a cumbersome teacher. However, these methods encounter difficulties for \textit{LLM-based KD in SBR}. 1) It is expensive to make LLMs predict for all instances in KD. 2) LLMs may make ineffective predictions for some instances in KD, e.g., incorrect predictions for hard instances or similar predictions as existing recommenders for easy instances. In this paper, we propose an active LLM-based KD method in SBR, contributing to sustainable AI. To efficiently distill knowledge from LLMs with limited cost, we propose to extract a small proportion of instances predicted by LLMs. Meanwhile, for a more effective distillation, we propose an active learning strategy to extract instances that are as effective as possible for KD from a theoretical view. Specifically, we first formulate gains based on potential effects (e.g., effective, similar, and incorrect predictions by LLMs) and difficulties (e.g., easy or hard to fit) of instances for KD. Then, we propose to maximize the minimal gains of distillation to find the optimal selection policy for active learning, which can largely avoid extracting ineffective instances in KD. Experiments on real-world datasets show that our method significantly outperforms state-of-the-art methods for SBR.

📄 PDF Abstract BibTeX arXiv:2502.15685

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningKnowledge DistillationLanguage ModelingLanguage ModellingLarge Language ModelSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Cross-Modal Representational Knowledge Distillation for Enhanced Spike-Informed LFP Modeling

2025-12-13 · Eray Erturk, Saba Hashemi, Maryam M. Shanechi arxiv

Local field potentials (LFPs) can be routinely recorded alongside spiking activity in intracortical neural experiments, measure a larger complementary spatiotemporal scale of brain activity for scientific inquiry, and ca…

Knowledge Distillation

Linear Item-Item Model with Neural Knowledge for Session-based Recommendation

2025-04-21 · Minjin Choi, Sunkyung Lee, Seongmin Park, Jongwuk Lee

Session-based recommendation (SBR) aims to predict users' subsequent actions by modeling short-term interactions within sessions. Existing neural models primarily focus on capturing complex dependencies for sequential it…

Session-Based Recommendations

Distilling Transitional Pattern to Large Language Models for Multimodal Session-based Recommendation

2025-04-13 · Jiajie Su, Qiyong Zhong, Yunshan Ma, Weiming Liu 외

Session-based recommendation (SBR) predicts the next item based on anonymous sessions. Traditional SBR explores user intents based on ID collaborations or auxiliary content. To further alleviate data sparsity and cold-st…

Mutual Information EstimationSession-Based Recommendations

ELAD: Explanation-Guided Large Language Models Active Distillation

2024-02-20 · Yifei Zhang, Bo Pan, Chen Ling, Yuntong Hu 외

The deployment and application of Large Language Models (LLMs) is hindered by their memory inefficiency, computational demands, and the high costs of API inferences. Traditional distillation methods, which transfer the c…

Active LearningKnowledge Distillation

XDomainBench: Diagnosing Reasoning Collapse in High-Dimensional Scientific Knowledge Composition

2026-05-14 · Gong Zhiren, Tiantong Wu, Jiaming Zhang, Fuyao Zhang 외 arxiv

Large Language Models (LLMs) are increasingly deployed for knowledge synthesis, yet their capacity for compositional generalization in scientific knowledge remains under-characterized. Existing benchmarks primarily focus…