paper-with-me

홈 › Papers

RIPRAG: Hack a Black-box Retrieval-Augmented Generation Question-Answering System with Reinforcement Learning

2025-10-11 · Meng Xi, Sihan Lv, Yechen Jin, Guanjie Cheng, Naibo Wang, Ying Li, Jianwei Yin arxiv

Retrieval-Augmented Generation (RAG) systems based on Large Language Models (LLMs) have become a core technology for tasks such as question-answering (QA) and content generation. RAG poisoning is an attack method to induce LLMs to generate the attacker's expected text by injecting poisoned documents into the database of RAG systems. Existing research can be broadly divided into two classes: white-box methods and black-box methods. White-box methods utilize gradient information to optimize poisoned documents, and black-box methods use a pre-trained LLM to generate them. However, existing white-box methods require knowledge of the RAG system's internal composition and implementation details, whereas black-box methods are unable to utilize interactive information. In this work, we propose the RIPRAG attack framework, an end-to-end attack pipeline that treats the target RAG system as a black box and leverages our proposed Reinforcement Learning from Black-box Feedback (RLBF) method to optimize the generation model for poisoned documents. We designed two kinds of rewards: similarity reward and attack reward. Experimental results demonstrate that this method can effectively execute poisoning attacks against most complex RAG systems, achieving an attack success rate (ASR) improvement of up to 0.72 compared to baseline methods. This highlights prevalent deficiencies in current defensive methods and provides critical insights for LLM security research.

📄 PDF Abstract BibTeX arXiv:2510.10008

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

QHackBench: Benchmarking Large Language Models for Quantum Code Generation Using PennyLane Hackathon Challenges

2025-06-24 · Abdul Basit, Minghao Shao, Haider Asif, Nouhaila Innan 외

Recent advances in Large Language Models (LLMs) have demonstrated strong potential in code generation, yet their effectiveness in quantum computing remains underexplored. This paper benchmarks LLMs for PennyLane-based qu…

BenchmarkingCode GenerationRAGRetrieval-augmented Generation

PennySynth: RAG-Driven Data Synthesis for Automated Quantum Code Generation

2026-05-25 · Minghao Shao, Nouhaila Innan, Hariharan Janardhanan, Muhammad Kashif 외 arxiv

The growing complexity of quantum programming frameworks has exposed a critical limitation in existing large language model (LLM)-based code assistants: general-purpose models hallucinate PennyLane-specific gate names, m…

Code Generation

Collab-RAG: Boosting Retrieval-Augmented Generation for Complex Question Answering via White-Box and Black-Box LLM Collaboration

2025-04-07 · ran Xu, Wenqi Shi, Yuchen Zhuang, Yue Yu 외

Retrieval-Augmented Generation (RAG) systems often struggle to handle multi-hop question-answering tasks accurately due to irrelevant context retrieval and limited complex reasoning capabilities. We introduce Collab-RAG,…

Language ModelingLanguage ModellingLarge Language ModelMulti-hop Question Answering+5

MKRAG: Medical Knowledge Retrieval Augmented Generation for Medical Question Answering

2023-09-27 · Yucheng Shi, Shaochen Xu, Tianze Yang, Zhengliang Liu 외

Large Language Models (LLMs), although powerful in general domains, often perform poorly on domain-specific tasks such as medical question answering (QA). In addition, LLMs tend to function as "black-boxes", making it ch…

In-Context LearningMedical Question AnsweringMedQAModel Editing+4

Mafin: Enhancing Black-Box Embeddings with Model Augmented Fine-Tuning

2024-02-19 · Mingtian Zhang, Shawn Lan, Peter Hayes, David Barber

Retrieval Augmented Generation (RAG) has emerged as an effective solution for mitigating hallucinations in Large Language Models (LLMs). The retrieval stage in RAG typically involves a pre-trained embedding model, which …

RAGRetrievalRetrieval-augmented Generation