paper-with-me

Papers

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

2025-11-11 · Anton Gusarov, Anastasia Volkova, Valentin Khrulkov, Andrey Kuznetsov, Evgenii Maslov, Ivan Oseledets 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 GraphRAG efforts focus on Resource Description Framework (RDF) knowledge graphs, relying on triple representations and SPARQL queries. However, the potential of Cypher and Labeled Property Graph (LPG) databases to serve as scalable and effective reasoning engines within GraphRAG pipelines remains underexplored in current research literature. To fill this gap, we propose Multi-Agent GraphRAG, a modular LLM agentic system for text-to-Cypher query generation serving as a natural language interface to LPG-based graph data. Our proof-of-concept system features an LLM-based workflow for automated Cypher queries generation and execution, using Memgraph as the graph database backend. Iterative content-aware correction and normalization, reinforced by an aggregated feedback loop, ensures both semantic and syntactic refinement of generated queries. We evaluate our system on the CypherBench graph dataset covering several general domains with diverse types of queries. In addition, we demonstrate performance of the proposed workflow on a property graph derived from the IFC (Industry Foundation Classes) data, representing a digital twin of a building. This highlights how such an approach can bridge AI with real-world applications at scale, enabling industrial digital automation use cases.

📄 PDF Abstract BibTeX arXiv:2511.08274

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

CypherBench: Towards Precise Retrieval over Full-scale Modern Knowledge Graphs in the LLM Era

2024-12-24 · Yanlin Feng, Simone Papicchio, Sajjadur Rahman

Retrieval from graph data is crucial for augmenting large language models (LLM) with both open-domain knowledge and private enterprise data, and it is also a key component in the recent GraphRAG system (edge et al., 2024…

Knowledge Base Question AnsweringKnowledge GraphsQuestion AnsweringRetrieval+1

Open-Source Agentic Hybrid RAG Framework for Scientific Literature Review

2025-07-30 · Aditya Nagori, Ricardo Accorsi Casonatto, Ayush Gautam, Abhinav Manikantha Sai Cheruvu 외 arxiv

The surge in scientific publications challenges traditional review methods, demanding tools that integrate structured metadata with full-text analysis. Hybrid Retrieval Augmented Generation (RAG) systems, combining graph…

GraphRAFT: Retrieval Augmented Fine-Tuning for Knowledge Graphs on Graph Databases

2025-04-07 · Alfred Clemedtson, Borun Shi

Large language models have shown remarkable language processing and reasoning ability but are prone to hallucinate when asked about private data. Retrieval-augmented generation (RAG) retrieves relevant data that fit into…

Knowledge GraphsRAGRetrievalRetrieval-augmented Generation

BYOKG-RAG: Multi-Strategy Graph Retrieval for Knowledge Graph Question Answering

2025-07-05 · Costas Mavromatis, Soji Adeshina, Vassilis N. Ioannidis, Zhen Han 외 arxiv

Knowledge graph question answering (KGQA) presents significant challenges due to the structural and semantic variations across input graphs. Existing works rely on Large Language Model (LLM) agents for graph traversal an…

Graph Question AnsweringAnswer GenerationEntity Linking

PIPE-Cypher: Automatic Enterprise Benchmark Generation for Text-to-Cypher Systems

2026-06-07 · Suraj Ranganath, Anish Raghavendra arxiv

Enterprise property graphs vary widely in schema structure, internal terminology, domain assumptions, governance constraints, and user interaction patterns. A deployment-relevant Text2Cypher benchmark therefore reflects …