Sequential Memory Access: Starting recall from the beginning of a memorized sequence and progressing through content in consecutive order (like reciting a poem from the start)
Random Memory Access: Initiating recall from any chosen location within memorized content without needing to generate the preceding tokens first
Parametric Memory: Knowledge stored within the model's weights (learned during pre-training or fine-tuning) rather than provided in the input context
SQuAD: Stanford Question Answering Dataset—a benchmark dataset for reading comprehension where answers are spans of text from provided passages
BLEU: Bilingual Evaluation Understudy—a metric for evaluating text quality by counting matching n-grams between candidate and reference text
Exact Match (EM): A metric measuring the percentage of predictions that match the ground truth answer exactly word-for-word
Recitation: A prompting strategy where the model is asked to reproduce the full memorized passage before generating the answer to a specific question
Permutation: A data augmentation technique during training where sentences in a passage are shuffled to break sequential dependencies and encourage random access learning