Knowledge Graph (KG): A structured database storing information as triples (subject, relation, object), representing entities and their relationships
Triple: The fundamental unit of data in a KG, e.g., (Harry Potter, written_by, J.K. Rowling)
Multi-hop reasoning: Solving questions that require chaining multiple pieces of information (e.g., A is related to B, and B is related to C, so A implies C)
Dense Retrieval: Using neural network embeddings to find relevant documents based on semantic similarity rather than exact keyword matching
Entity Linking: The process of identifying entities (e.g., people, places) in text and mapping them to unique entries in a Knowledge Graph
Topic Entity: The central entity currently being focused on during the search process; the starting point for graph exploration
Hallucination: When an LLM generates plausible-sounding but factually incorrect information
SOTA: State-of-the-Artβthe current best performance achievable by any known method