GraphRAG: Graph Retrieval-Augmented Generation—an approach that structures external knowledge as a graph (nodes/edges) to enable reasoning over relationships rather than just semantic similarity
clustering coefficient: A measure of the degree to which nodes in a graph tend to cluster together; higher values indicate dense local communities of knowledge
NCCN: National Comprehensive Cancer Network—source of the medical guidelines used in this benchmark for high-density structured knowledge
OpenIE: Open Information Extraction—systems that automatically extract structured relationships (triples) from unstructured text
hallucination: When an LLM generates information that is plausible-sounding but factually incorrect or unsupported by the retrieved context
Vanilla RAG: Standard Retrieval-Augmented Generation that uses vector similarity search on text chunks without constructing a knowledge graph
triad completion: A property in graph theory where if node A is connected to B, and B to C, there is a high probability A is connected to C; used here to measure local connectivity