GraphRAG: Graph Retrieval-Augmented Generation—using knowledge graphs to structure document data for better retrieval and reasoning
OpenIE: Open Information Extraction—extracting entities and relations from text without a predefined schema, often resulting in noisy or non-canonical outputs
Pareto frontier: The set of optimal solutions where no metric (e.g., accuracy) can be improved without degrading another (e.g., cost)
DFS: Depth-First Search—an algorithm for traversing graph data structures, used here to explore multi-hop relation paths
Schema: A formal definition of allowed entity types, relation types, and attributes in a knowledge graph
Knowledge Tree: A hierarchical organization of the graph, ranging from fine-grained triples (leaves) to coarse community summaries (roots)
Dual-Perception: Combining both topological (structural connections) and semantic (embedding similarity) signals for clustering