2026· EPJ Web of Conferences· 0 citations· 6 references
TL;DR
This survey argues that context injection strategy, rather than context capacity, is the defining research challenge for long-context LLM deployment, and proposes a three-axis analytical framework revealing that injection performance is jointly governed by selection, representation, and scheduling.
Abstract
The performance of large language models (LLMs) is fundamentally shaped by what information reaches them at inference time. As context windows expanded, the challenge shifted from can we fit the data to how do we fit the right data, efficiently and faithfully. This survey argues that context injection strategy, rather than context capacity, is the defining research challenge for long-context LLM deployment. We organize the literature into five major families - direct injection, compression-based injection, retrieval-based injection, memory-based injection, and hybrid/agentic injection. Our primary contribution is a three-axis analytical framework revealing that injection performance is jointly governed by selection (what information is chosen), representation (how it is encoded), and scheduling (when it is delivered during inference). Systematic analysis of the surveyed systems shows that current approaches overwhelmingly optimize the selection axis while representation and scheduling remain largely unexplored. We further identify six structural open challenges that are unlikely to be resolved within any single paradigm, and discuss evaluation gaps that current benchmarks fail to address. These findings suggest that progress on representation and scheduling axes, rather than further scaling of context windows, is the most promising direction for closing the gap between nominal and effective context capacity in deployed LLM systems.
As the context window of Large Language Models (LLMs) continues to expand, the data required to effectively train and evaluate these capabilities remains underexplored. With existing research primarily focuses on architectural optimization, there is a need for a systematic, data-centric review. This survey bridges this gap by investigating the data foundations of Long-Context Language Models (LCMs). We begin by examining current data strategies alongside their strengths and limitations, mapping the required data to desired model capabilities. Building on this, we explore how targeted training data designs drive core, often interconnected skills such as retrieval, reasoning, and aggregation. Furthermore, we analyze the evaluation landscape, illustrating how selecting appropriate benchmarks is crucial for probing capability boundaries and guiding effective model selection. Finally, we synthesize actionable guidelines for data construction and outline critical future directions to propel the advancement of long-context language models, including quantifying data quality, establishing scaling laws for length distributions, and developing dynamic evaluation frameworks.
Zechen Sun, Yu-Yang Sun, Zhao-yu Su et al.· Transactions of the Associat...· 0 citations
PredicateLongBench is proposed, a benchmark that stress-tests long-context reasoning by asking models to identify the longest contiguous subsequence of words in a long input that satisfies given predicates/constraints drawn from a broader predicate class.
This work proposes StrategyBench, which selects strategy-inducible tasks from BIG-Bench, constructs reference strategies, and defines evaluation metrics along two dimensions: strategy quality and downstream utility, and experiments show that explicit strategy utility differs substantially across task categories and depends on both strategy generation and execution conditions.
Jinghan Tan, Yuanzhe Wang, Lu Chen et al.· 0 citations
A model-side aggregation interface is introduced that maintains compact Hash-based HyperLogLog sketch states alongside a frozen language model that improves over direct full-context reasoning over chain-of-thought reasoning.
Dachuan Song, Ju Yin, Zechen Hu et al.· 0 citations
It is argued that context assembly in ContextPipe is structurally isomorphic to query execution in a relational database: both execute under a hard budget, exploit a tiered cache, and leverage statistics.
Peng Xu, Zuyu Zhang, Yu-Ze Sun et al.· 0 citations
A simple method, Self-Guided TTT (S-TTT), which improves accuracy for both Qwen3-4B-Thinking-2507 and Llama-3.1-8B-Instruct, achieving up to a 15% relative improvement.
Xinyu Zhu, Zhenqin Xu, Xiaohan Wei et al.· 0 citations