KG-RAG: Knowledge Graph-based Retrieval-Augmented Generation—using structured graph data to augment LLM generation
Horn rule: A logical rule of the form 'If A and B are true, then C is true', used here to define valid reasoning paths
AMIE3: A rule mining algorithm used to discover high-confidence logical patterns in large knowledge graphs
Hits@1: A metric measuring if the correct answer is the top-ranked prediction (often implemented inconsistently in prior work)
Hits@Hard: A metric specifically checking if the model predicts the 'hard answer'—the entity whose direct link was intentionally removed
Hard Hits Rate (HHR): The proportion of correct answers that specifically include the hard (inferred) answer
Triple: The fundamental unit of a Knowledge Graph, consisting of (Subject, Predicate, Object)
Parametric memory: Knowledge stored in the LLM's fixed weights during pre-training, as opposed to knowledge retrieved from external sources