Glossary › long-context
GLOSSARY
long-context
appears in 1 paper titles
Definition
The ability to take tens of thousands to millions of tokens in a single forward pass, and the research area around it. It matters because a whole codebase, contract, or conversation history can be handed over without chunking, which is either a replacement for or a complement to retrieval. The standing caveat: accepting a long input and actually using all of it are different capabilities, and benchmarks exist to separate them.