Knowledge Graph (KG): A structured representation of knowledge where entities are nodes and relationships are edges (triplets)
Triplets: Atomic facts in a KG consisting of (Subject, Predicate, Object), e.g., (Obama, born_in, Hawaii)
Entity Linking: The process of identifying entity mentions in text and mapping them to unique entries in a Knowledge Graph
Woolnet: A multi-node Breadth-First Search algorithm used to find paths/connections between entities in a Knowledge Graph
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained weights and injects trainable rank decomposition matrices
ROUGE-L: A metric for evaluating text generation based on the longest common subsequence between the generated output and reference text
Hallucination: When a model generates plausible-sounding but factually incorrect or unverifiable information
Attribution: The task of linking a generated claim to a specific source that supports it
Zero-shot: The ability of a model to perform a task without seeing any specific training examples for that task