frozen LLM: A large language model whose weights are not updated during the learning process
procedural memory: Storage of 'how-to' knowledge, represented here as structured tuples of goals, preconditions, action sequences, and postconditions
Bayesian posterior: A probability distribution representing updated beliefs about a parameter (here, success rate) after observing evidence
Beta distribution: A continuous probability distribution bounded between 0 and 1, parameterized by alpha (successes) and beta (failures), used here to model success probability
contrastive refinement: Improving memory entries by analyzing the differences between successful and failed execution traces of the same procedure
meta-procedure: A higher-level procedure composed of a sequence of atomic procedures and a control policy (skip, repeat, abort)
ontological semantic index: A retrieval structure that clusters words into semantic categories (e.g., mug, cup -> container) to allow matching across lexically different but semantically similar contexts