Hallucination: Instances where LLM-generated content is inconsistent, unfaithful, or unverifiable against real-world knowledge
Generalization Bound: The theoretical limit of an AI model's reliable performance; responses outside this boundary are likely hallucinations
Semantic Entropy: A metric measuring uncertainty by analyzing the semantic variance of multiple generated responses to the same query
Fractal Sampling: A query generation method that uses self-similar patterns (deduction, analogy, induction) to iteratively expand queries and cover the semantic space
IFSP: Iterated Function System with Probabilities—a mathematical framework used here to select which type of query expansion (deduction/analogy/induction) to apply next
MAS: Multi-Agent System—a network of specialized agents (here: Core, Query Generation, Evaluation) working together
White-box access: Full visibility into a model's internal parameters and gradients (often unavailable for commercial LLMs)
Black-box access: Interaction with a model only via inputs and outputs, without seeing internal workings