
Explanation:
The context window of a model refers to the amount of text or tokens the model can process at once during inference. This is analogous to short-term working memory in human cognition because:
Limited capacity: Just like human working memory has limited capacity (typically 7±2 items), a model's context window has a fixed token limit.
Temporary storage: The context window holds information temporarily for processing, similar to how working memory holds information for immediate cognitive tasks.
Active processing: Both are used for active reasoning and computation rather than long-term storage.
Direct accessibility: Information in the context window is immediately accessible to the model, just as information in working memory is immediately accessible for cognitive processing.
Why other options are incorrect:
Ultimate access to all questions.
No comments yet.