Knowledge Graph (KG): A structured representation of facts, often stored as triplets (subject, relation, object)
Abstention: When an LLM refuses to answer a question (e.g., 'I don't know') rather than hallucinating an incorrect answer
Extrinsic Hallucinations: Generation of statements that cannot be verified from the source or contradict factual knowledge
Triplet: The fundamental unit of data in a knowledge graph, consisting of two entities and the relationship between them (e.g., Obama, born_in, Hawaii)
Parametric Knowledge: Knowledge stored within the model's weights during pre-training, as opposed to knowledge provided in the prompt context
T-REx: A large-scale alignment of natural language with knowledge base triplets, used as a general-domain dataset
Instruction Finetuning: Training a base model on datasets of instructions and responses to improve its ability to follow user commands