JA EN
Glossary › context

GLOSSARY

context

appears in 5 paper titles

Definition

The span of input a model can attend to in a single forward pass, measured in tokens. Anything outside it effectively does not exist for the model, which is why fitting long documents, chat history, and retrieved passages into the window is a central engineering problem. The key distinction is against parametric knowledge: context is supplied fresh at inference time and disappears afterwards, whereas weights carry what was learned during training.

Explainers using this term