Definition

Notation for Key-Value Pairs

The notation for a key-value pair, such as (k,v)(k', v'), represents a fundamental unit of information in attention mechanisms. It consists of a key vector (kk') for calculating relevance and a corresponding value vector (vv') that holds the content to be retrieved. A collection of these pairs, often denoted as {(K, V), ..., (K, V)}, forms a memory component that a model can query.

0

1

Updated 2025-10-08

Contributors are:

Who are from:

Tags

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Ch.5 Inference - Foundations of Large Language Models