§ AI Wiki / Glossary
One-line definitions, the AI dictionary.
§ Search this category
Search the Wiki →A large neural network trained on massive text data to understand and generate language.
A classic machine-translation metric based on n-gram overlap with reference translations.
The discipline of systematically designing what is placed in an LLM's context and how.
The model's ability to learn a new task purely from information in the prompt, without parameter updates.
Training a smaller 'student' model to mimic the behaviour of a larger 'teacher' model.
An AI agent's ability to operate an entire computer via mouse, keyboard, and screenshots.
A classic keyword-ranking algorithm published by Robertson and Walker in the 1990s.
A memory type that recalls specific events or interactions together with their time and context.
Removing weights with negligible impact to shrink a model and speed it up.
The maximum number of tokens a language model can process in a single forward pass.
The total token count consumed in a single model call, used against the model's context-window limit.
A tokenisation algorithm that builds a sub-word vocabulary by iteratively merging the most frequent character pairs.