paper-with-me

홈 › Papers

LoRec: Large Language Model for Robust Sequential Recommendation against Poisoning Attacks

2024-01-31 · Kaike Zhang, Qi Cao, Yunfan Wu, Fei Sun, HuaWei Shen, Xueqi Cheng

Sequential recommender systems stand out for their ability to capture users' dynamic interests and the patterns of item-to-item transitions. However, the inherent openness of sequential recommender systems renders them vulnerable to poisoning attacks, where fraudulent users are injected into the training data to manipulate learned patterns. Traditional defense strategies predominantly depend on predefined assumptions or rules extracted from specific known attacks, limiting their generalizability to unknown attack types. To solve the above problems, considering the rich open-world knowledge encapsulated in Large Language Models (LLMs), our research initially focuses on the capabilities of LLMs in the detection of unknown fraudulent activities within recommender systems, a strategy we denote as LLM4Dec. Empirical evaluations demonstrate the substantial capability of LLMs in identifying unknown fraudsters, leveraging their expansive, open-world knowledge. Building upon this, we propose the integration of LLMs into defense strategies to extend their effectiveness beyond the confines of known attacks. We propose LoRec, an advanced framework that employs LLM-Enhanced Calibration to strengthen the robustness of sequential recommender systems against poisoning attacks. LoRec integrates an LLM-enhanced CalibraTor (LCT) that refines the training process of sequential recommender systems with knowledge derived from LLMs, applying a user-wise reweighting to diminish the impact of fraudsters injected by attacks. By incorporating LLMs' open-world knowledge, the LCT effectively converts the limited, specific priors or rules into a more general pattern of fraudsters, offering improved defenses against poisoning attacks. Our comprehensive experiments validate that LoRec, as a general framework, significantly strengthens the robustness of sequential recommender systems.

📄 PDF Abstract BibTeX arXiv:2401.17723

Code (1)

kaike-zhang/lorec 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelRecommendation SystemsSequential RecommendationWorld Knowledge

Similar Papers 제목 키워드 기반

MoLoRec: A Generalizable and Efficient Framework for LLM-Based Recommendation

2025-02-12 · Min Hou, Chenxi Bai, Le Wu, Hao liu 외

Large Language Models (LLMs) have achieved remarkable success in recent years, owing to their impressive generalization capabilities and rich world knowledge. To capitalize on the potential of using LLMs as recommender s…

parameter-efficient fine-tuningRecommendation SystemsWorld Knowledge

Is Long Range Sequential Modeling Necessary For Colorectal Tumor Segmentation?

2025-02-10 · Abhishek Srivastava, Koushik Biswas, Gorkem Durak, Gulsah Ozden 외

Segmentation of colorectal cancer (CRC) tumors in 3D medical imaging is both complex and clinically critical, providing vital support for effective radiation therapy planning and survival outcome assessment. Recently, 3D…

Image SegmentationLong-range modelingMambaMedical Image Segmentation+3

HoloRec: Holistic Encoding and Interleaved Reasoning for Generative Recommendation

2026-06-13 · Shuqi Zhao, Jingsong Su, Xiang Liu, Xingzhi Yao 외 arxiv

Generative recommendation models that formulate the task as sequence generation overcome the objective fragmentation problem of traditional cascade architectures, yet existing approaches still suffer from flat semantic r…

Towards Efficient and Effective Adaptation of Large Language Models for Sequential Recommendation

2023-10-02 · Bo Peng, Ben Burns, Ziqi Chen, Srinivasan Parthasarathy 외

In recent years, with large language models (LLMs) achieving state-of-the-art performance in context understanding, increasing efforts have been dedicated to developing LLM-enhanced sequential recommendation (SR) methods…

Sequential Recommendation

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

2024-09-23 · Li Li, Mingyue Cheng, Zhiding Liu, Hao Zhang 외

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 …

Knowledge DistillationLanguage ModelingLanguage ModellingRecommendation Systems+1