Knowledge distillation from GPT-3.5 into Llama3.1-8B improves bundle-generation precision and coverage but not recall, and the utilization method (SFT vs ICL) is the strongest determinant.
Improving Sequential Recommendation Consistency with Self-Supervised Imitation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Most sequential recommendation models capture the features of consecutive items in a user-item interaction history. Though effective, their representation expressiveness is still hindered by the sparse learning signals. As a result, the sequential recommender is prone to make inconsistent predictions. In this paper, we propose a model, SSI, to improve sequential recommendation consistency with Self-Supervised Imitation. Precisely, we extract the consistency knowledge by utilizing three self-supervised pre-training tasks, where temporal consistency and persona consistency capture user-interaction dynamics in terms of the chronological order and persona sensitivities, respectively. Furthermore, to provide the model with a global perspective, global session consistency is introduced by maximizing the mutual information among global and local interaction sequences. Finally, to comprehensively take advantage of all three independent aspects of consistency-enhanced knowledge, we establish an integrated imitation learning framework. The consistency knowledge is effectively internalized and transferred to the student model by imitating the conventional prediction logit as well as the consistency-enhanced item representations. In addition, the flexible self-supervised imitation framework can also benefit other student recommenders. Experiments on four real-world datasets show that SSI effectively outperforms the state-of-the-art sequential recommendation methods.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Does Knowledge Distillation Matter for Large Language Model based Bundle Generation?
Knowledge distillation from GPT-3.5 into Llama3.1-8B improves bundle-generation precision and coverage but not recall, and the utilization method (SFT vs ICL) is the strongest determinant.