BFS Reasoning Flow (BFS-RF): A breadth-first search strategy that systematically expands from seed entities to uncover multi-hop evidence depth-by-depth
Exact Match (EM): A strict evaluation metric requiring the predicted answer string to be identical to the ground truth
evidence chain: A specific path in the knowledge graph (e.g., EntityA -> Relation -> EntityB) used to justify an answer
Leiden community detection: An algorithm used to cluster highly interconnected entities in a graph to form topic-focused subgraphs
Incremental Graph Augmentation: The process of parsing only retrieved passages into graph nodes/edges on-the-fly and inserting them into the global graph during inference
frontier-conditioned queries: Retrieval queries that are modified based on the entities and relations already visited (the frontier) to avoid redundancy
GraphRAG: Retrieval-Augmented Generation systems that organize information into a knowledge graph to better capture relationships between concepts
F1 score: A metric balancing precision and recall at the token level between the prediction and the ground truth
parametric knowledge: Information stored within the pre-trained weights of the language model itself, as opposed to external retrieved data