paper-with-me

Papers

Query-Efficient Agentic Graph Extraction Attacks on GraphRAG Systems

2026-01-21 · Shuhua Yang, Jiahao Zhang, Yilong Wang, Dongwon Lee, Suhang Wang arxiv

Graph-based retrieval-augmented generation (GraphRAG) systems construct knowledge graphs over document collections to support multi-hop reasoning. While prior work shows that GraphRAG responses may leak retrieved subgraphs, the feasibility of query-efficient reconstruction of the hidden graph structure remains unexplored under realistic query budgets. We study a budget-constrained black-box setting where an adversary adaptively queries the system to steal its latent entity-relation graph. We propose AGEA (Agentic Graph Extraction Attack), a framework that leverages a novelty-guided exploration-exploitation strategy, external graph memory modules, and a two-stage graph extraction pipeline combining lightweight discovery with LLM-based filtering. We evaluate AGEA on medical, agriculture, and literary datasets across Microsoft-GraphRAG and LightRAG systems. Under identical query budgets, AGEA significantly outperforms prior attack baselines, recovering up to 90% of entities and relationships while maintaining high precision. These results demonstrate that modern GraphRAG systems are highly vulnerable to structured, agentic extraction attacks, even under strict query limits. The code is available at https://github.com/shuashua0608/AGEA.

📄 PDF Abstract BibTeX arXiv:2601.14662

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

ACE-GraphRAG: Agentic Context Engineering for Hierarchical GraphRAG

2026-08-02 · Yongfeng Huang, Yuren Lai, Ruiying Chen, Haoyu Huang 외 arxiv

Hierarchical Graph Retrieval-Augmented Generation (GraphRAG) organizes corpus knowledge at multiple levels of granularity, yet fixed context construction may fail to translate these multi-resolution representations into …

Do We Still Need GraphRAG? Benchmarking RAG and GraphRAG for Agentic Search Systems

2026-04-01 · Dongzhe Fan, Zheyi Xue, Siyuan Liu, Qiaoyu Tan arxiv

Retrieval-augmented generation (RAG) and its graph-based extensions (GraphRAG) are effective paradigms for improving large language model (LLM) reasoning by grounding generation in external knowledge. However, most exist…

Question Answering

Is GraphRAG Needed? From Basic RAG to Graph-/Agentic Solutions with Context Optimization

2026-06-24 · Long Chen, Ryan Razkenari, Yuxuan Zhou, Yuan Tian 외 arxiv

As advanced RAG variants like GraphRAG and Agentic RAG emerge, one leading question is when and how to use them. Here, we introduce a framework for different RAG scenarios evaluation and comparison on semi-structured kno…

Knowledge Graphs

Multi-Agent GraphRAG: A Text-to-Cypher Framework for Labeled Property Graphs

2025-11-11 · Anton Gusarov, Anastasia Volkova, Valentin Khrulkov, Andrey Kuznetsov 외 arxiv

While Retrieval-Augmented Generation (RAG) methods commonly draw information from unstructured documents, the emerging paradigm of GraphRAG aims to leverage structured data such as knowledge graphs. Most existing GraphRA…

Knowledge Graphs

Graph-R1: Towards Agentic GraphRAG Framework via End-to-end Reinforcement Learning

2025-07-29 · Haoran Luo, Haihong E, Guanting Chen, Qika Lin 외 arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucination in LLMs by incorporating external knowledge, but relies on chunk-based retrieval that lacks structural semantics. GraphRAG methods improve RAG by modeling know…

Reinforcement Learning