paper-with-me

Papers

Provably Secure Retrieval-Augmented Generation

2025-08-01 · Pengcheng Zhou, Yinglun Feng, Zhongliang Yang arxiv

Although Retrieval-Augmented Generation (RAG) systems have been widely applied, the privacy and security risks they face, such as data leakage and data poisoning, have not been systematically addressed yet. Existing defense strategies primarily rely on heuristic filtering or enhancing retriever robustness, which suffer from limited interpretability, lack of formal security guarantees, and vulnerability to adaptive attacks. To address these challenges, this paper proposes the first provably secure framework for RAG systems(SAG). Our framework employs a pre-storage full-encryption scheme to ensure dual protection of both retrieved content and vector embeddings, guaranteeing that only authorized entities can access the data. Through formal security proofs, we rigorously verify the scheme's confidentiality and integrity under a computational security model. Extensive experiments across multiple benchmark datasets demonstrate that our framework effectively resists a range of state-of-the-art attacks. This work establishes a theoretical foundation and practical paradigm for verifiably secure RAG systems, advancing AI-powered services toward formally guaranteed security.

📄 PDF Abstract BibTeX arXiv:2508.01084

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RESCUE: Retrieval Augmented Secure Code Generation

2025-10-21 · Jiahao Shi, Tianyi Zhang arxiv

Despite recent advances, Large Language Models (LLMs) still generate vulnerable code. Retrieval-Augmented Generation (RAG) has the potential to enhance LLMs for secure code generation by incorporating external security k…

Code Generation

Provably Secure Robust Image Steganography via Cross-Modal Error Correction

2024-12-15 · Yuang Qi, Kejiang Chen, Na Zhao, Zijin Yang 외

The rapid development of image generation models has facilitated the widespread dissemination of generated images on social networks, creating favorable conditions for provably secure image steganography. However, existi…

Image GenerationImage Steganography

ALoFTRAG: Automatic Local Fine Tuning for Retrieval Augmented Generation

2025-01-21 · Peter Devine

Retrieval Augmented Generation (RAG) systems have been shown to improve the accuracy of Large Language Model (LLM) outputs. However, these models can often achieve low accuracy when applied to new data domains. We introd…

Language ModelingLanguage ModellingLarge Language ModelRAG+2

PRA-RAG: Provably Robust Aggregation in Retrieval-Augmented Generation against Retrieval Corruption

2026-05-08 · Xue Tan, Yi Zheng, Chang Huo, Yunruo Zhang 외 arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by incorporating external knowledge, effectively mitigating their inherent knowledge limitations. However, RAG remains vulnerable to poisoning at…

Corrective Retrieval Augmented Generation

2024-01-29 · Shi-Qi Yan, Jia-Chen Gu, Yun Zhu, Zhen-Hua Ling

Large language models (LLMs) inevitably exhibit hallucinations since the accuracy of generated texts cannot be secured solely by the parametric knowledge they encapsulate. Although retrieval-augmented generation (RAG) is…

RAGRetrievalRetrieval-augmented Generation