paper-with-me

홈 › Papers

The Dark Side of Explanations: Poisoning Recommender Systems with Counterfactual Examples

2023-04-30 · Ziheng Chen, Fabrizio Silvestri, Jia Wang, Yongfeng Zhang, Gabriele Tolomei

Deep learning-based recommender systems have become an integral part of several online platforms. However, their black-box nature emphasizes the need for explainable artificial intelligence (XAI) approaches to provide human-understandable reasons why a specific item gets recommended to a given user. One such method is counterfactual explanation (CF). While CFs can be highly beneficial for users and system designers, malicious actors may also exploit these explanations to undermine the system's security. In this work, we propose H-CARS, a novel strategy to poison recommender systems via CFs. Specifically, we first train a logical-reasoning-based surrogate model on training data derived from counterfactual explanations. By reversing the learning process of the recommendation model, we thus develop a proficient greedy algorithm to generate fabricated user profiles and their associated interaction records for the aforementioned surrogate model. Our experiments, which employ a well-known CF generation method and are conducted on two distinct datasets, show that H-CARS yields significant and successful attack performance.

📄 PDF Abstract BibTeX arXiv:2305.00574

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualCounterfactual ExplanationExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Logical ReasoningRecommendation Systems

Similar Papers 제목 키워드 기반

Data Poisoning Attacks on Neighborhood-based Recommender Systems

2019-12-01 · Liang Chen, Yangjun Xu, Fenfang Xie, Min Huang 외

Nowadays, collaborative filtering recommender systems have been widely deployed in many commercial companies to make profit. Neighbourhood-based collaborative filtering is common and effective. To date, despite its effec…

Collaborative FilteringData PoisoningRecommendation Systems

Poisoning Federated Recommender Systems with Fake Users

2024-02-18 · Ming Yin, Yichang Xu, Minghong Fang, Neil Zhenqiang Gong

Federated recommendation is a prominent use case within federated learning, yet it remains susceptible to various attacks, from user to server-side vulnerabilities. Poisoning attacks are particularly notable among user-s…

Federated LearningRecommendation Systems

Poisoning Attacks to Graph-Based Recommender Systems

2018-09-11 · Minghong Fang, Guolei Yang, Neil Zhenqiang Gong, Jia Liu

Recommender system is an important component of many web services to help users locate items that match their interests. Several studies showed that recommender systems are vulnerable to poisoning attacks, in which an at…

Recommendation Systems

PORE: Provably Robust Recommender Systems against Data Poisoning Attacks

2023-03-26 · Jinyuan Jia, Yupei Liu, Yuepeng Hu, Neil Zhenqiang Gong

Data poisoning attacks spoof a recommender system to make arbitrary, attacker-desired recommendations via injecting fake users with carefully crafted rating scores into the recommender system. We envision a cat-and-mouse…

Data PoisoningRecommendation Systems

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

2024-01-31 · Kaike Zhang, Qi Cao, Yunfan Wu, Fei Sun 외

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 v…

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems+2