GraphRAG Enhances AI Retrieval With Knowledge Graphs
GraphRAG, a retrieval method developed by Microsoft Research in 2024, enhances traditional retrieval-augmented generation (RAG) by incorporating knowledge graphs. This approach allows AI systems to better identify entities, understand their interconnections, and cite sources more reliably. Unlike standard RAG, which processes information as flat text, GraphRAG constructs a "map" where entities like companies, products, and individuals are nodes, and their relationships (e.g., "offers," "is certified by") are edges.
This graph-based retrieval enables AI models to navigate and connect facts with greater confidence, leading to more complete and grounded answers while reducing hallucinations. The system follows defined paths within the knowledge graph to retrieve information, rather than inferring it from unstructured text. This structured approach is crucial for AI systems to accurately answer complex queries and understand nuanced relationships between different pieces of information.
Microsoft's patent application, "Knowledge Graph Extraction" (US20250131289A1), details the limitations of naive RAG, specifically the "recall problem" where less prominent entities can be lost in text embeddings. GraphRAG addresses this through entity resolution, a process that merges duplicate spellings or variations of the same entity, ensuring they are treated as a single unit. This foundational capability is key to the effectiveness of graph-based retrieval systems, improving their ability to recall and synthesize information accurately.
Original source — read the full reporting at the publisher:
Read on Search Engine Land