Narrowcontext
Narrowcontext is a term used in information processing to describe a limited or local set of contextual information used to interpret input. In contrast to broad or global context, narrowcontext confines interpretation to a small, domain-specific window such as recent dialogue turns, a fixed document segment, or a curated knowledge subset.
In natural language processing, narrowcontext refers to constraining the model's attention to a short context window,
Applications include enterprise chatbots that operate within a fixed product domain, on-device assistants with local data,
Limitations include loss of long-range dependencies, struggles with cross-domain references, and potential inconsistencies when context shifts.
Narrowcontext is related to concepts such as context window size, local versus global context, and the distinction
See also: context window, domain adaptation, retrieval-augmented generation.