Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

PoisonedRAG: Knowledge Corruption Attacks to Retrieval-Augmented Generation of Large Language Models

About

Large language models (LLMs) have achieved remarkable success due to their exceptional generative capabilities. Despite their success, they also have inherent limitations such as a lack of up-to-date knowledge and hallucination. Retrieval-Augmented Generation (RAG) is a state-of-the-art technique to mitigate these limitations. The key idea of RAG is to ground the answer generation of an LLM on external knowledge retrieved from a knowledge database. Existing studies mainly focus on improving the accuracy or efficiency of RAG, leaving its security largely unexplored. We aim to bridge the gap in this work. We find that the knowledge database in a RAG system introduces a new and practical attack surface. Based on this attack surface, we propose PoisonedRAG, the first knowledge corruption attack to RAG, where an attacker could inject a few malicious texts into the knowledge database of a RAG system to induce an LLM to generate an attacker-chosen target answer for an attacker-chosen target question. We formulate knowledge corruption attacks as an optimization problem, whose solution is a set of malicious texts. Depending on the background knowledge (e.g., black-box and white-box settings) of an attacker on a RAG system, we propose two solutions to solve the optimization problem, respectively. Our results show PoisonedRAG could achieve a 90% attack success rate when injecting five malicious texts for each target question into a knowledge database with millions of texts. We also evaluate several defenses and our results show they are insufficient to defend against PoisonedRAG, highlighting the need for new defenses.

Wei Zou, Runpeng Geng, Binghui Wang, Jinyuan Jia• 2024

Related benchmarks

TaskDatasetResultRank
Retrieval Attack DefenseNatural Questions (NQ)
ASR51.7
99
Question AnsweringNQ
Accuracy86
63
Open-domain Question AnsweringMS Marco
Accuracy88
48
RAG AttackHotpotQA
Attack Success Rate (ASR)66.7
41
RetrievalEconomic
NDCG@250.242
35
RAG AttackMS Marco
Attack Success Rate (ASR)46.7
35
Poisoning AttackGraph-Medical
Attack Success Rate (ASR)72.2
30
Poisoning AttackGraph-Story
ASR82.9
30
Poisoning AttackMuSiQue
Attack Success Rate (ASR)84.2
30
Question AnsweringNQ
ASR67
30
Showing 10 of 48 rows

Other info

Follow for update