Paper deep dive
Where FactsGo Missing: A LayerwiseTaxonomy and Per-Layer Attribution of Information Omissionin Air-Gapped LLM Agent Pipelines
Santhiya Rajan
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 91%
Last extracted: 7/28/2026, 3:14:27 AM
Summary
This paper investigates information omission in air-gapped Large Language Model (LLM) agent pipelines, arguing that omission is a pipeline phenomenon rather than a model-specific failure. It introduces a nine-layer taxonomy (L0-L8) to locate omission mechanisms, ranging from ingestion (L0) to the agent loop (L8). The authors propose an attribution methodology using an 'omission waterfall' to separate deterministic layers (L0-L3) from behavioral layers (L4-L8). Experimental results from a 75,476-trial sweep across five models and two engines (llama.cpp, vLLM) show a pooled omission rate of 0.62, with 68% originating in deterministic middleware. The paper also presents a runtime-detection framework for air-gapped settings.
Entities (15)
Relation Signals (14)
Layerwise Taxonomy â containslayers â L0-L8
confidence 95% ¡ First, a nine-layer taxonomy (L0-L8) locating every omission mechanism
Omission â isa â Pipeline Phenomenon
confidence 95% ¡ We argue omission is a pipeline phenomenon, not a model phenomenon
L0-L3 â isclassifiedas â Deterministic Layers
confidence 95% ¡ separating deterministic layers (L0-L3) from behavioral layers (L4-L8)
L4-L8 â isclassifiedas â Behavioral Layers
confidence 95% ¡ separating deterministic layers (L0-L3) from behavioral layers (L4-L8)
LLM Agent Pipelines â runson â vLLM
confidence 95% ¡ they run quantized 4-8B models via llama.cpp or vLLM
LLM Agent Pipelines â runson â llama.cpp
confidence 95% ¡ they run quantized 4-8B models via llama.cpp or vLLM
Deterministic Layers â accountfor â 68% of Omission
confidence 90% ¡ 68% originates in deterministic middleware (L0-L3)
Runtime-Detection Framework â isdesignedfor â Air-Gapped Settings
confidence 90% ¡ Fourth, a runtime-detection framework for air-gapped settings where you own the logits.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Air-gapped and on-premises deployments in regulated settings (clinical FHIR services, legal review, sovereign infrastructure) cannot call frontier APIs; they run quantized 4-8B models via this http URL or vLLM behind tool servers. The dominant reliability failure is omission: the silent absence of a decision-critical fact, such as an agent reading 20 of 400 records and reporting "no anomalies." We argue omission is a pipeline phenomenon, not a model phenomenon, and make four contributions. First, a nine-layer taxonomy (L0-L8) locating every omission mechanism from ingestion through the agent loop. Second, an attribution methodology separating deterministic layers (L0-L3) from behavioral layers (L4-L8) via controlled ablation and logit decomposition, quantifying each with an omission waterfall. Third, an open cross-architecture harness comparing sliding-window-hybrid, full-attention, and SSM-hybrid models across engines and frameworks. Fourth, a runtime-detection framework for air-gapped settings where you own the logits. Results from a 75,476-trial sweep across five models and two engines show a pooled omission rate of 0.62; 68% originates in deterministic middleware (L0-L3), relocating where operators should intervene. Server-side profile factors (weight quantization, KV-cache type, RoPE scaling) were fixed and left for future work.
Tags
Links
- Source: https://arxiv.org/abs/2607.22448v1
- Canonical: https://arxiv.org/abs/2607.22448v1
Trouble viewing inline? Open PDF directly â
Full Text
47,973 characters extracted from source content.
Expand or collapse full text
Where Facts Go Missing: A Layerwise Taxonomy and Per-Layer Attribution of Information Omission in Air-Gapped LLM Agent Pipelines Santhiya Rajan Abstract Air-gapped and on-premises deployments in regulated settings â clinical FHIR services, legal review, sovereign infrastructure â cannot call frontier APIs; they run quantized 4-8B models via llama.cpp or vLLM behind tool servers. The dominant reliability failure is omission: the silent absence of a decision-critical fact, such as an agent reading 20 of 400 records and reporting "no anomalies." We argue omission is a pipeline phenomenon, not a model phenomenon, and make four contributions. First, a nine-layer taxonomy (L0-L8) locating every omission mechanism from ingestion through the agent loop. Second, an attribution methodology separating deterministic layers (L0-L3) from behavioral layers (L4-L8) via controlled ablation and logit decomposition, quantifying each with an omission waterfall. Third, an open cross-architecture harness comparing sliding-window-hybrid, full-attention, and SSM-hybrid models across engines and frameworks. Fourth, a runtime-detection framework for air-gapped settings where you own the logits. Results from a 75,476-trial sweep across five models and two engines show pooled omission rate of 0.62; 68 Introduction Regulated and sovereign organizations increasingly deploy language-model agents that may never leave the building. A hospital that exposes patient records over a FHIR server, a law firm reviewing privileged discovery, or a national agency handling classified material cannot send tokens to a frontier API. The practical consequence is a distinctive stack: a quantized 4â8B open-weights model served by llama.cpp or vLLM on a single 16â24 GB GPU, wrapped by a Model Context Protocol (MCP) tool server that pages documents out of an internal system, and driven by a lightweight orchestration loop. This is a different reliability regime from the API-hosted frontier agent, and its dominant failure mode is different too. The well-studied failure of language models is hallucination: the assertion of something false. Its dualâomission, the silent absence of a fact that should have been surfacedâis comparatively understudied, even though reviews of clinical summarization note that omission detection remains far less developed than hallucination detection (Croxford et al. 2025). Omission is more dangerous precisely because it is silent. A hallucinated lab value can be caught by a reader who knows the range; an omitted critical value produces a fluent, confident, and complete-looking report that simply never mentions it. The canonical incident in an on-prem agent is coverage collapse: the tool returns 400 observations across paginated pages, the agent reads the first 20, and reports âno anomalies foundââa conclusion that is locally faithful to what the model saw and globally catastrophic. Our central claim is that in a deployed agent, omission is a property of the whole pipeline, not of the model in isolation. A needle can be deleted by a PHI redactor before the model runs, dropped because pagination was never followed, evicted from a quantized KV cache under context pressure, structurally suppressed by grammar-constrained decoding, or lost when the orchestrator compacts history with the same weak local model. Treating the model as the unit of analysisâas output-level benchmarks and detectors implicitly doâcannot tell an operator which of these happened, and therefore cannot tell them what to fix. We instead take the pipeline as the unit of analysis and ask, for each layer, how much of the total observed omission it is responsible for. Contributions. ⢠A nine-layer taxonomy of omission vectors (L0âL8) spanning the entire on-prem agent pipeline, from ingestion and tool protocol to the agent loop, unifying mechanisms that prior work treats in isolation (Section 3). ⢠An attribution methodology that separates deterministic layers (audited exactly at checkpoint taps) from behavioral layers (measured by one-factor-at-a-time ablation and teacher-forced logit decomposition), formalized as an omission waterfall Ďi/OR _i/O_R (Sections 3â4). ⢠An open cross-architecture harness that runs the identical needle protocol across a sliding-window-hybrid target, a full-attention control, and an SSM-hybrid contrast; across llama.cpp and vLLM; and across no-framework, LangChain, and ADK orchestration against the same endpoint (Section 5). ⢠A runtime-detection framework for air-gapped settingsâcanary injection, coverage accounting, forced citation, logprob monitoring, two-pass cross-check, and engine-telemetry alarmsâthat exploits the fact that on-prem operators own the logits (Section 7). We deliberately separate what we measured from what we hypothesized. The harness is implemented, passes 185 unit tests offline, and has now been run as a 75,476-trial sweep across five open-weights models and two inference engines (llama.cpp and vLLM); we report those results in Section 6. The LangChain and ADK orchestration frameworks are populated from a 372-trial real-data pilot (Section 6, Table 7). The server-side profile factorsâweight quantization, KV-cache type, and RoPE scalingâwere held at a fixed baseline in the completed sweeps; a systematic sweep of these axes is an open direction discussed in Section 7. Related Work We organize prior work into five threads and, for each, state the gap this paper fills. Across all five, prior work operates at the output levelâdetecting whether a generated summary omits a factâor benchmarks a single layer in isolation. Our contribution is orthogonal: pipeline-level attribution that assigns omission to its originating layer. Long-context degradation. Retrieval accuracy is position-dependent (âlost in the middle,â a U-shaped curve with >>30% swing (Liu et al. 2024; Gupte et al. 2025)) and, critically, length-dependent even when retrieval is perfect (Du et al. 2025): adding context degrades reasoning that does not depend on the added tokens. Benchmarks beyond single-needle retrievalâRULER (Hsieh et al. 2024), NoLiMaâs non-literal needles (Modarressi et al. 2025), and âBench (Zhang et al. 2024)âshow accuracy collapsing at long context even for models advertising large windows, a pattern that holds in medical QA (AlMannaa et al. 2025). Recent work extends this to agents under extreme context growth (Zeng, Huang, and He 2026), classifier-monitored context rot (Martin and Roger 2026; Xia et al. 2026), and even the destabilization of safety refusals in long context (Hadeliya et al. 2025). Gap: these characterize that long context hurts; they do not attribute a given production omission to the attention layer versus the engine or the orchestrator. Quantization, including the KV cache. Systematic evaluation finds that long-context tasks (⼠4k tokens) are more sensitive to KV-cache quantization than to weight-only quantization (Li et al. 2024), because outlier structures in KV activations accumulate error across stored tokens as sequence length grows (Hooper et al. 2024). This is precisely hardware-budget-induced attention omission, and it is exactly the knob an on-prem operator turns to fit a longer window into fixed VRAM. Follow-on work refines KV quantization (Muller et al. 2026; Gokhale et al. 2025) and characterizes the fragility of KV eviction (Feng et al. 2025). Gap: this literature measures accuracy under a quantization setting; it does not separate âtoken never resided in cacheâ from âresident token was corruptedâ within a running agent. Tool and MCP layer faults. Production agent harnesses truncate tool output at arbitrary character or token limitsâe.g., âź 25K-token caps with 2KB previews (Anthropic 2025; Morph 2025)âand pay a tool-schema âcontext taxâ of 5â50K tokens for tool definitions alone. Emerging taxonomies catalogue real and runtime faults in MCP software (Taraghi, Morovati, and Khomh 2026; Owotogbe et al. 2026), smelly tool descriptions (Hasan et al. 2026), and dynamic tool construction (Fei, Zheng, and Feng 2025); the industry consensus mitigation is to pass resources/IDs rather than raw data (Microsoft 2025). Gap: these describe the fault modes; we fold them into a single attribution frame (L1) and measure their share of end-to-end omission. Knowledge conflict and prior override. When context contradicts a modelâs parametric memory, stronger models persist in wrong internal memory even with correct evidence in context, and fine-tuning does not fully fix it (Sun, Bai, and Dredze 2025; Zhao et al. 2026). Benchmarks (NQ-Swap (Longpre et al. 2021), ConflictBank (Su et al. 2024), ClashEval (Wu, Wu, and Zou 2024)) and decoder-side mitigations (Zhang et al. 2025; Jiang et al. 2026; Peng et al. 2026) isolate this behavior. This confirms that a needle test alone cannot isolate prior-induced omission (L6): only a conflict needle can. Gap: conflict benchmarks measure a behavior; we use the literal-vs-conflict contrast as an attribution instrument within the waterfall. Omission/faithfulness detection and compaction loss. Named methods detect omission at the output level: MED-OMIT weights omitted facts by clinical impact (Schumacher et al. 2023); an EMNLP-2025 industry detector targets medical summaries (Oukelmoun et al. 2025); CARE gives conformal omission/hallucination flags with coverage guarantees (Bedi et al. 2026); AgenticSum uses verify-then-answer loops (Piya and Beheshti 2026); and event-based recall benchmarks clinical time-series summaries (Shukla et al. 2026). Faithfulness taxonomies (Si et al. 2025; Ding et al. 2025) and medication-safety reviews (Normand et al. 2025) refine the target. A parallel line shows that history compaction silently erases informationâsafety constraints (Chen 2026), financial detail (Lee et al. 2026)âand studies the rateâdistortion trade-off of what to keep (Colaco and Lahjouji 2026; Li et al. 2026). Gap: all of these are output-level detectors or single-stage studies; none attributes an omission to a pipeline layer, which is what an operator needs to act. A Layerwise Taxonomy of Omission We model the on-prem agent pipeline as an ordered sequence of nine layers, each of which can delete or corrupt a decision-critical fact. Table 1 lists the layers and their concrete mechanisms; below we expand the mechanisms that are specific to the air-gapped stack. Table 1: The nine-layer omission taxonomy (L0âL8), in pipeline order. Layers L0âL3 are deterministic: a fact either survives the byte/token stream at a checkpoint or it does not, so losses are counted exactly. Layers L4âL8 are behavioral: losses are estimated by controlled ablation and logit decomposition. # Layer Key omission mechanisms Class L0 Source / ingestion & redaction OCR table-structure loss, PHI/PII de-identification stripping values, local guardrail rewrites Determ. L1 Tool protocol & schema MCP transport size caps, unfollowed pagination (Bundle.link.next), tool-call parse failures, tool-list/schema truncation (context tax) Determ. L2 Orchestrator middleware string slicing, metadata stripping, history/state condensation Determ. L3 Serialization / tokenizer / template special-token injection (⨠_of_turn⊠), template drift, tool-role folding, digit/code tokenization Determ. L4 Engine runtime & memory context shifting without --keep, VRAM limits, weight & KV-cache quantization, vLLM preemption Behav. L5 Attention / positional sliding-window gaps, lost-in-the-middle, RoPE misconfiguration Behav. L6 Priors / training bias prior override of anomalous facts, synthetic-data fragility, frequency smoothing Behav. L7 Decoding & structured output greedy/top-p pruning, repetition penalty, grammar/schema-constrained generation (GBNF) Behav. L8 Agent loop & output iteration caps, history compaction, context-budget policy, max_tokens/stop-sequence truncation Behav. The tool-protocol layer (L1) is layer zero for real agents. Treating âthe tool returns a payloadâ as atomic hides the single most common omission in llama.cpp-class agents. A FHIR MCP server can expose 30+ tools whose JSON schemas alone consume 5â15k tokens; when the orchestrator caps the tool list, the model never learns a retrieval tool existsâomission by unreachable capability, invisible to any needle test. Small local models emit imperfect JSON, and harnesses that silently drop unparseable tool calls produce turns where the tool was never invoked. And pagination is rarely followed past page one: reading 20 of 400 observations and reporting âno anomaliesâ is an L1 loss, not a model error. Tokenizer and template (L3). A tool payload containing a literal ⨠_of_turn⊠stringâplausible in scraped legal text or free-text notesâcan prematurely terminate the modelâs view of context depending on the --special flag, a silent truncation and a prompt-injection surface at once. Digit and code tokenization (4.8 mEq/L, ICD-10, NDC numbers) fragments unusually, and quantized small models reproduce these verbatim less reliably. Quantization as a first-class engine term (L4). Weight quantization (Q4/Q3) degrades long-context retrieval and exact numeric recall disproportionately to short-context chat quality, and KV-cache quantizationâenabled precisely to fit a larger window into 16â24 GBâdirectly corrupts stored mid-context representations (Li et al. 2024; Hooper et al. 2024). The core on-prem dilemma is that a bigger window bought with heavier quantization can retrieve less than a smaller window at higher precision. Attention and configuration (L5). Sliding-window-hybrid stacks (local + global layers) and the lost-in-the-middle curve both live here, but so does a purely configurational failure: an operator who applies --rope-freq-scale or YaRN to stretch context past training length can scramble positional geometry and reproduce âmid-context blindnessâ that looks architectural but is a config bug. The two measurement classes. The nine layers split cleanly. Layers L0âL3 are deterministic software: a fact survives the byte/token stream at a checkpoint or it does not, so each loss is exact, per-payload, and attributable with certainty by inspectionâno inference, no statistics. Layers L4âL8 are behavioral: the same tokens are present but the model may or may not use them, so we hold everything fixed, vary one factor, and estimate the change in retrieval rate over many trials. The omission waterfall. Let survivalisurvival_i be the probability that the needle is still recoverable after layer i. The conditional omission rate of layer i and the total omission rate ORO_R are Ďi=1âsurvivalisurvivaliâ1,OR=1ââi=08(1âĎi). _i=1- survival_isurvival_i-1, O_R=1- _i=0^8 (1- _i ). (1) This multiplicative survival model is the paperâs headline output: it decomposes a single observed failure rate into per-layer contributions, so an operator can read off which layer to fix first. For deterministic layers Ďi _i is an exact count; for behavioral layers it is an estimate with a Wilson confidence interval. Because the product form is order-sensitive, we fix the pipeline order of Table 1 and audit deterministic layers to losslessness before estimating behavioral ones, so that behavioral Ďi _i are not contaminated by upstream software loss. Attribution Methodology Table 2: Checkpoint taps T0âT7. Each tap records the raw bytes or token IDs crossing a boundary, keyed by trial ID; the needle carries a unique canary (e.g., LAB-7Q4X9) so its presence at T1âT5 is checkable by exact match with no judge. T4 is detokenized and checked; T5 is read from engine logs. Tap Between What it captures T0 â raw source record (needle known) â L0 ingestion / OCR / redaction T1 L0â 1 post-ingestion text â L1 MCP transport, pagination, parsing T2 L1â 2 tool result received by orchestrator â L2 formatting / truncation T3 L2â 3 compiled prompt string â L3 chat template + tokenizer T4 L3â 4 final token-ID sequence (detokenize & check) â L4 KV admission, context shift T5 L4â 5 tokens resident in KV cache (from events) â L5âL7 attention, priors, decoding T6 L7â 8 generated output â L8 agent loop, multi-turn T7 â final agent answer Instrumentation. Before any trials we add logging taps at every pipeline boundary (Table 2). Every needle carries a unique alphanumeric canary (e.g., LAB-7Q4X9) alongside its clinical or legal value, so presence at T1âT5 is a fully offline exact-match check. Each needle must round-trip the tokenizer losslessly (encodeâ == original) before use, or L3 losses masquerade as L5 failures. Following needle-design practice (Gao et al. 2025; Wang et al. 2024; Ebrahimzadeh and Salili 2026), we build three familiesâliteral (exact value), paraphrase (NoLiMa-style: query shares no surface words with the needle), and conflict (NQ-Swap-style: needle contradicts a strong prior, e.g., lithium 4.8 mEq/L against the modelâs âź 0.8 expectation)âneedles are inserted at sentence boundaries, and plausible distractors are included in half of all trials, since distractor-free noise overstates retrieval (Ebrahimzadeh and Salili 2026). Engine events (context shift, SWA checkpoint restore, vLLM preemption) are captured as per-trial covariates: these are the L4 attribution signals. Phase A â deterministic audit (no inference). For âź 500 synthetic payloads spanning 2kâ64k tokens, we pass each through the real production components and check needle presence at T1âT4. A1 toggles the PHI redactor (L0); A2 places the needle on page 3 of 5 and checks whether the harness fetches past page 1 (L1); A3 sweeps payload sizes across orchestrator truncation limits (L2); A4 injects template special-token strings and detokenizes T4 (L3); A5 sweeps registered tool count (5/15/30) to measure schema tax (L1). Output: exact Ď0..Ď3 _0.. _3 as counts, each individually explainable. Phase B â engine isolation (L4). The goal is to separate âtokens never resident in cacheâ from âmodel failed to use resident tokens.â B1 sizes payloads at 0.5Ă,0.9Ă,1.1Ă,1.5Ă0.5Ă,0.9Ă,1.1Ă,1.5Ă of -c with --keep -1 on/off; when a context-shift event fires and the needleâs positions fall in the evicted range, failure attributes to L4 by the event log. B2 configures KV-cache precision (\f16, q8_0, q4_0\). B3 runs 5-turn conversations with the needle introduced at turn 1 and queried at turn 5 on the SWA-hybrid stack, targeting the documented checkpoint-restoration bug class (ggml-org 2025b, a, c). The engine version is pinned and recorded, and reruns follow version changes. Table 3: Phase C behavioral factorial. Design is one-factor-at-a-time from the gold-path baseline (16k, depth 0.5, literal, Q4_K_M, f16 KV, greedy, native RoPE) plus two interactions the literature flags: \KV-quant Ă length\ and \depth Ă family\. n=100n=100/cell for main effects, 5050/interaction cell. Factor Levels Layer Context length 2k, 8k, 16k, 32k L5 Needle depth 0.1, 0.5, 0.9 L5 Needle family literal / paraphrase / conflict L5 vs. L6 Weight quant Q8_0, Q4_K_M, Q3_K_M L5/L6 KV-cache type f16, q8_0, q4_0 L4â 5 Sampler greedy / t=0.7t=0.7 / rep 1.3 L7 RoPE config native / unnecessary scaling L5 Phase C â behavioral factorial (L5, L6, L7). From a verified gold path (deterministic layers lossless, no engine events fired), we run the factor matrix of Table 3. A full factorial (â 5,800 cells) is infeasible, so we use one-factor-at-a-time from a fixed baseline for main effects plus the two interactions the literature flags as critical. Power analysis for proportionsâdetecting a 15-point drop from a 0.8 baseline at Îą=0.05Îą=0.05, power 0.8, needs â 85 trials/armâsets n=100n=100 per main-effect cell and 5050 per interaction cell (Gao et al. 2025; Zhao et al. 2025; BestAIWeb 2025). Attribution reads: depth/length effects on literal needles â L5; the (conflict â- literal) gap at matched depth/length â L6, the only clean isolation of prior override; sampler effects on identical prompts â L7. Phase D â logit decomposition (separates L5/L6 from L7). For every failed gold-path trial we re-run the identical prompt with teacher forcing, force-decoding the correct answer and recording per-token logprobs of the needle span plus the rank of the first diverging token in the free run. Needle tokens that are high-probability under forcing but pruned in free-run (rank 2â5, cut by greedy/top-p) attribute to L7; tokens low-probability even under forcing mean the model never surfaced the information (L5/L6, disambiguated by the Phase-C family contrast). This is the highest-leverage air-gapped technique: it converts âthe model failedâ into âthe sampler pruned itâ versus âattention/priors lost itâ per individual failure, using logits only a local deployment can accessâllama.cppâs completion endpoint returns them via n_probs with no engine modification. Phase E â agent loop (L8). On the best configuration from BâD we run end-to-end multi-step scenarios: E1 a pagination task requiring 5 tool calls with max-iterations â3,10â\3,10\ (coverage == fraction of records referenced or explicitly dismissed); E2 history compaction on/off across a 10-turn session with the needle introduced early and queried late; E3 a max_tokens/stop-sequence sweep on answer-side truncation. We set Ď8 _8 to end-to-end omission minus the single-turn omission predicted by the BâD model on matched tasks. Analysis. We report (i) the waterfall Ď0..Ď8 _0.. _8 with 95% Wilson intervals (deterministic layers as exact counts); (i) a mixed-effects logistic regression, retrieved âź length + depth + family + sampler + (1|needle_id), whose odds ratios are the per-factor âhow much omission does this causeâ numbers, controlled for the others (server-side profile factors are held fixed in the completed sweeps and deferred to future workâSection 7); and (i) a failure ledger in which every failed trial carries a single attributed cause â\evicted, pruned, unsurfaced-positional, unsurfaced-prior, software-loss, loop-loss\. The ledgerâs category proportions are the final answer to âhow much omission actually happens because of each criterion.â The baseline, sample sizes, and hypotheses are pre-registered before running, since protocol drift is the chief failure mode of ablation studies (BestAIWeb 2025). Experimental Setup Table 4: Cross-architecture model matrix. The three core slots differ in context-handling architecture so that architecture-specific omission is isolated by the modelĂdepthĂlengthmodelĂdepthĂlength interaction on identical trials. The two MoE/scale rows are exploratory and are not part of the controlled 3-way attention-architecture comparison, since each changes several variables at once. Slot Model Architecture (context handling) Role swa_hybrid Gemma 4 E4B it hybrid sliding-window + global attention target under test full_attn Qwen3-8B dense full attention + GQA, 32k native full-attention control ssm_hybrid Granite 4.0-H-Tiny Mamba-2 / transformer hybrid (SSM state) recurrent-state contrast gemma_moe Gemma 4 26B-A4B it SWA pattern + 128-expert MoE + vision exploratory (MoE) qwen_linear_moe Qwen3.5-35B-A3B gated linear attention + 256-expert MoE exploratory (linear attn.) Models. Table 4 gives the matrix. The controlled comparison is three-way: a sliding-window-hybrid target (Gemma 4 E4B), a dense full-attention control (Qwen3-8B), and an SSM-hybrid contrast (Granite 4.0-H-Tiny), each with a verified official GGUF release. The control is the crux of the attention-attribution argument: an omission pattern present in the SWA-hybrid at a given depth/length but absent in the full-attention control on matched trials implicates the sliding-window layer structure rather than any shared factor. Two larger MoE models (Gemma 4 26B-A4B; Qwen3.5-35B-A3B) are included as an exploratory scale/routing axis only; because each changes parameter count, routing, and multimodality at once, they are never mixed into the three-way attention attribution. Engines, profiles, and frameworks. Server-side factorsâweight quantization, KV-cache type, and RoPE scalingâare llama-server start flags rather than request parameters. In the completed sweeps these were held at a fixed baseline profile (Q4_K_M, f16 KV cache, native RoPE) while the behavioral factors in Table 3 were varied; a dedicated sweep of server-profiles is left to future work (Section 7). The engine axis compares a pinned-commit llama.cpp against vLLM serving the same model through an OpenAI-compatible endpoint. The framework axis points no-framework, LangChain, and ADK orchestration at that same endpoint, so the model is held constant and the axis isolates orchestration-layer (L2/L8) omissionâcontext assembly, history handling, tool-result truncationârather than any model difference. Sources, domains, and offline evaluation. Beyond synthetic clinical payloads, the harness draws real documents from PubMed abstracts, FHIR/Synthea bundles, and SEC EDGAR filings (domains: clinical, biomedical-literature, finance-legal), each recorded as a per-trial axis. Consistent with the air-gapped premise, evaluation is fully offline: deterministic string/token matching for literal and conflict families, and a local NLI judge for the paraphrase family whose own error rate is first characterized on a 200-item hand-labeled calibration setâno cloud judge is used. The full protocol is â 5,000 single-turn-equivalent inferences, roughly 2â4 days of unattended compute on one 16â24 GB GPU. Results Results. We report a pooled sweep of 75,47675,476 trials spanning five models Ă two engines (ssm_hybrid under vLLM is omittedâunsupported by the engine buildâand qwen_linear_moe under vLLM contributed phases AâC only). The server-side profile factors (weight quantization, KV-cache type, RoPE scaling) were held fixed in the completed sweeps and are left to future work (Section 7), so their rows do not appear in the odds-ratio table. Table 5: Omission waterfall (Eq. 1). Per-layer conditional omission Ďi _i with 95% Wilson intervals; L0âL3 are exact counts, L4âL8 estimates. Pooled over 75,47675,476 trials. Layer Ďi _i 95% CI Class L0 ingestion/redaction 0.160 [0.158, 0.163] exact L1 tool protocol 0.175 [0.172, 0.178] exact L2 orchestrator 0.165 [0.162, 0.168] exact L3 tokenizer/template 0.000 [0.000, 0.000] exact L4 engine/memory 0.000 [0.000, 0.000] est. L5 attention/position 0.189 [0.185, 0.192] est. L6 priors 0.012 [0.011, 0.014] est. L7 decoding 0.018 [0.017, 0.019] est. L8 agent loop 0.065 [0.062, 0.067] est. Total ORO_R 0.622 [0.618, 0.625] Waterfall (Table 5). This table decomposes the total omission rate (OR=0.62O_R=0.62) into per-layer contributions. H3 is supported: weighting each Ďi _i by the survival reaching its layer, the deterministic layers L0âL3 (redaction, unfollowed pagination, orchestrator truncation) account for 68%68\% of all omission, against 32%32\% for the behavioral layers L4âL8 combined. The single largest behavioral layer is L5 (positional, Ď5=0.19 _5=0.19). This is the paperâs central, operator-actionable result: most production omission is middleware loss that never reaches the model, so the first place to intervene is the pipeline, not the model. Table 6: Phase-C main-effect odds ratios from the mixed-effects logistic model (each vs. the gold-path baseline; >>1 means higher omission). Server-side profile factors (weight quantization, KV-cache type, RoPE scaling) are held fixed in the completed sweeps and are left for future work (Section 7). Factor (level) OR 95% CI Context length (32k vs. 2k) 7.43 [5.44, 10.15] Needle depth (0.5 vs. 0.1) 1.38 [1.23, 1.54] Family: paraphrase vs. literal 3.65 [3.31, 4.03] Family: conflict vs. literal 1.42 [1.28, 1.59] Sampler (rep 1.3 vs. greedy) 0.32 [0.26, 0.41] Main effects (Table 6). The odds ratios quantify each behavioral factor against the gold-path baseline, pooled over phase-C trials. Context length is by far the dominant factor: at 3232k vs. 22k tokens the odds of omission rise 7.4Ă7.4Ă (OR=7.43OR=7.43, CI [5.44,10.15][5.44,10.15]), exceeding depth (1.381.38) and the paraphrase familyâs semantic-match penalty (3.653.65). The repetition-penalty sampler reduced omission relative to greedy (OR=0.32OR=0.32). The server-side profile factorsâweight quantization, KV-cache type, and RoPE scalingâwere held fixed across all completed sweeps, so they do not enter this analysis; a systematic sweep of these axes is left to future work (Section 7). Table 7: Cross-architecture and cross-axis total omission ORO_R. Architecture and engine rows from the completed synthetic sweep; framework rows from the 372-trial real-data pilot. Comparison Level ORO_R Architecture swa_hybrid (target) 0.594 full_attn (control) 0.753 ssm_hybrid (contrast) 0.530 Engine llama.cpp 0.632 vLLM 0.601 Framework none 0.622 LangChain 0.602 ADK 0.554 Cross-model, engine, and framework (Table 7). H1 is not supported as stated; the data reverse it. We expected the SWA-hybrid target to carry a depth-dependent positional signature absent in the full-attention control. Instead the full-attention model full_attn showed the highest total omission (OR=0.753O_R=0.753 vs. 0.5940.594 for the SWA target) and by far the largest positional-layer share, while the SSM-hybrid contrast was lowest (0.5300.530). Sliding-window structure is therefore not the dominant driver of omission in this matrix; if anything, dense full attention over long contexts was more vulnerable. The engine rows show llama.cpp (0.6320.632) omitting slightly more than vLLM (0.6010.601) on matched trials; the framework rows (LangChain: 0.6020.602, ADK: 0.5540.554) come from a separate 372-trial real-data pilot run on the SWA-hybrid target only, so direct comparison with the architecture and engine rows requires caution. Table 8: Failure-ledger category proportions: the single attributed cause of each failed trial. Fraction of all trials, from the completed sweep. Attributed cause (layer) Proportion Evicted â event log (L4) 0.000 Pruned â logit rank (L7) 0.008 Unsurfaced-positional (L5) 0.109 Unsurfaced-prior (L6) 0.006 Software-loss â checkpoint (L0âL3) 0.347 Loop-loss (L8) 0.104 Failure ledger (Table 8). The ledger assigns every failure to exactly one cause. Consistent with H3, deterministic software loss (L0âL3, 0.3470.347 of all trials) and loop loss (L8, 0.1040.104) are the largest categories, ahead of positional non-surfacing (L5, 0.1090.109); logit-rank pruning (0.0080.008), prior-driven loss (0.0060.006), and KV eviction (0.0000.000) are minor. This is the paperâs most direct operator-facing artifact: it says the first fixes are deterministic middleware and the agent loop, not the choice of model. Future Work The completed sweep establishes the taxonomy and the deterministic-layer attribution, but several axes remain open for investigation. Server-side profile factors. The present study held weight quantization (Q4_K_M), KV-cache type (f16), and RoPE scaling (native) fixed across all trials. Each of these is known to interact with retrieval accuracy in long-context settings (Li et al. 2024; Hooper et al. 2024), and the on-prem operator routinely turns these knobs to fit larger windows into fixed VRAM. A dedicated three-factor sweepâweight quantization (Q8_0, Q4_K_M, Q3_K_M), KV-cache precision (f16, q8_0, q4_0), and RoPE configuration (native, YaRN-extended)âwould complete the Phase-C behavioral factorial and allow estimation of the KV-quantization Ă context-length interaction. Behavioral phases across the model matrix. Phases B through E (engine isolation, behavioral factorial, logit decomposition, and agent-loop analysis) were designed as companion protocols to the deterministic audit reported here. Running these phases across the full cross-architecture model matrixâand in particular the teacher-forcing logit decomposition (Phase D) that separates âpruned by the samplerâ from ânever surfaced by attentionââwould extend the waterfall to the behavioral layers and complete the end-to-end attribution picture. The depth Ă family interaction (Figure 1b) would be a natural centerpiece of that analysis. Runtime detection deployment. Section 7 outlines six runtime detection techniques that exploit on-prem logit access. Prototyping theseâcanary injection in the orchestrator, logprob monitoring over high-value spans, and engine-telemetry alarmsâon a live clinical or legal agent deployment would validate their operational utility and characterize their precision-recall trade-offs under real workload conditions. Additional domains and source connectors. The real-data pilot demonstrated a strong source-domain effect (clinical FHIR documents at 14.8% omission versus 88.9% for biomedical literature). Extending the real-source connectors to additional domainsâfinancial news, legal dockets, radiology reportsâand characterizing the interaction between domain difficulty and per-layer omission attribution would strengthen the generality of the findings. Runtime Detection for Air-Gapped Deployments Offline benchmarking tells an operator which layers are risky; a deployed agent additionally needs runtime omission detection. On-prem is an advantage here, because you own the logits and the engine telemetry. Table 9 lists six techniques and the pipeline signal each exploits. Table 9: Runtime omission-detection techniques for air-gapped deployments. These are pipeline-level probes, complementary to output-level detectors (Schumacher et al. 2023; Bedi et al. 2026). Technique Mechanism Canary injection orchestrator plants a known sentinel in each tool payload and verifies the model can echo itâa per-request probe of the whole pipeline Coverage accounting middleware counts records/clauses entering the prompt and checks the answer references or explicitly dismisses eachâcatches âread 20 of 400â Forced citation require quoted source spans (resource IDs, clause numbers) before conclusions; an uncited conclusion is flagged (also a mitigation) Logprob monitoring watch per-token logprobs over needle spans; flag low-confidence reproductions of numeric values Two-pass cross-check a cheap extraction pass (or regex) pulls critical values from the raw payload; a checker compares against the answer Engine-telemetry alarms treat llama.cpp context-shift and vLLM preemption log events as omission alarms wired into the orchestrator Coverage accounting and two-pass cross-check are deterministic safety nets that no semantic judge provides, and in regulated clinical settings the latter is arguably mandatory. The primary architectural mitigation remains pass-by-reference: the tool returns pointers and the agent pages through details, keeping per-turn payloads small. But this must carry the caveat from the perfect-retrieval finding (Du et al. 2025): length alone degrades performance even when retrieval succeeds, so pass-by-reference reduces but does not eliminate cognitive decay, and per-turn budgets still matter. Conclusion We have argued that in air-gapped LLM agent deployments, omission is a pipeline property and must be attributed layer by layer. We contributed a nine-layer taxonomy, an attribution methodology that separates deterministically-audited software layers from ablation-and-logit-measured behavioral layers via the omission waterfall, an open cross-architecture harness, and a runtime-detection framework that exploits on-prem access to logits and telemetry. The design converts the vague question âwhy did the agent miss the fact?â into a per-failure attributed cause an operator can act on. Limitations. The protocol targets a single-box, 16â24 GB deployment; behavior at multi-GPU or CPU-only scale may differ. The llama.cpp SWA bugs we rely on as L4 signals are open issues and moving targets across releases, so engine versions must be pinned and results re-validated after upgrades. Several detection baselines and conflict/compaction references are recent preprints whose reported effect sizes are not yet peer-reviewed; we treat them as designs and positioning, not settled numbers. The paraphrase family depends on a local NLI judge whose residual error, though characterized, is nonzero. The completed sweep (75,47675,476 trials) covers the model, engine, and behavioral-factor axes; the framework axis (LangChain, ADK) is populated from a 372-trial real-data pilot at a smaller scale and with only one model. The server-side profile factors (weight quantization, KV-cache type, RoPE scaling) were held fixed and are left to future work (Section 7). H1 was tested and not supported (Section 6); H3 was supported. A reproducibility checklist accompanies the harness, which is fully offline and deterministic except for the characterized NLI judge. References AlMannaa et al. (2025) AlMannaa, F.; Tseriotou, T.; Chim, J.; and Liakata, M. 2025. Investigating LLM Capabilities on Long Context Comprehension for Medical Question Answering. arXiv:2510.18691. Anthropic (2025) Anthropic. 2025. Tool Results Capped at âź 25K Tokens with a 2KB Preview. https://github.com/anthropics/claude-code/issues/45770. GitHub issue #45770. Accessed: 2026-07-16. Bedi et al. (2026) Bedi, S.; Lin, B.; Zhou, A. Y.; Stanwyck, C. O.; Jindal, J. A.; Koyejo, S.; Stutz, D.; and Shah, N. H. 2026. CARE: A Conformal Safety Layer for Medical Summarization. arXiv:2606.08969. BestAIWeb (2025) BestAIWeb. 2025. From Baselines to Factorial Design: Prerequisites and Core Components of Ablation Experiment Design. https://w.bestaiweb.ai/from-baselines-to-factorial-design-prerequisites-and-core-components-of-ablation-experiment-design/. Accessed: 2026-07-17. Chen (2026) Chen, S. 2026. Governance Decay: How Context Compaction Silently Erases Safety Constraints in Long-Horizon LLM Agents. arXiv:2606.22528. Colaco and Lahjouji (2026) Colaco, A. G.; and Lahjouji, N. 2026. What to Keep, What to Forget: A RateâDistortion View of Memory Compaction in LLMs and Agents. arXiv:2607.08032. Croxford et al. (2025) Croxford, E.; Gao, Y.; Pellegrino, N.; Wong, K.; Wills, G.; First, E.; Liao, F.; Goswami, C.; Patterson, B.; and Afshar, M. 2025. Current and Future State of Evaluation of Large Language Models for Medical Summarization Tasks. npj Health Systems. https://w.nature.com/articles/s44401-024-00011-2. Ding et al. (2025) Ding, Q.; Luo, L.; Cao, Y.; and Luo, P. 2025. The Gray Zone of Faithfulness: Taming Ambiguity in Unfaithfulness Detection. arXiv:2510.21118. Du et al. (2025) Du, Y.; Tian, M.; Ronanki, S.; Rongali, S.; Bodapati, S.; Galstyan, A.; Wells, A.; Schwartz, R.; Huerta, E. A.; and Peng, H. 2025. Context Length Alone Hurts LLM Performance Despite Perfect Retrieval. arXiv:2510.05381. Ebrahimzadeh and Salili (2026) Ebrahimzadeh, A.; and Salili, S. M. 2026. Not All Needles Are Found: How Fact Distribution and Donât Make It Up Prompts Shape Retrieval, Reasoning, and Hallucination in Long-Context LLMs. arXiv:2601.02023. Fei, Zheng, and Feng (2025) Fei, X.; Zheng, X.; and Feng, H. 2025. MCP-Zero: Active Tool Discovery for Autonomous LLM Agents. arXiv:2506.01056. Feng et al. (2025) Feng, Y.; Guo, H.; Lv, J.; Zhou, S. K.; and Xie, X. 2025. Taming the Fragility of KV Cache Eviction in LLM Inference. arXiv:2510.13334. Gao et al. (2025) Gao, Y.; Xiong, Y.; Wu, W.; Huang, Z.; Li, B.; and Wang, H. 2025. U-NIAH: Unified RAG and LLM Evaluation for Long Context Needle-in-a-Haystack. ACM Transactions on Information Systems. https://doi.org/10.1145/3786609. ggml-org (2025a) ggml-org. 2025a. Context Shift Not Working with Gemma-4 and Quantized KV Cache. https://github.com/ggml-org/llama.cpp/issues/21379. Llama.cpp issue #21379. Accessed: 2026-07-16. ggml-org (2025b) ggml-org. 2025b. Gemma-4 SWA Checkpoint Restoration Discards Mid-Conversation Context. https://github.com/ggml-org/llama.cpp/issues/21769. Llama.cpp issue #21769. Accessed: 2026-07-16. ggml-org (2025c) ggml-org. 2025c. SWA Models in RAG Pipelines Enter Continuous Checkpoint-Invalidation Loops. https://github.com/ggml-org/llama.cpp/issues/24587. Llama.cpp issue #24587. Accessed: 2026-07-16. Gokhale et al. (2025) Gokhale, S.; Das, D.; Patwari, R.; Sirasao, A.; and Delaye, E. 2025. KV Pareto: Systems-Level Optimization of KV Cache and Model Compression for Long Context Inference. arXiv:2512.01953. Gupte et al. (2025) Gupte, M.; Dixit, E.; Tayyab, M.; and Adiththan, A. 2025. What Works for âLost-in-the-Middleâ in LLMs? A Study on GM-Extract and Mitigations. arXiv:2511.13900. Hadeliya et al. (2025) Hadeliya, T.; Jauhar, M. A.; Sakpal, N.; and Cruz, D. 2025. When Refusals Fail: Unstable Safety Mechanisms in Long-Context LLM Agents. arXiv:2512.02445. Hasan et al. (2026) Hasan, M. M.; Li, H.; Rajbahadur, G. K.; Adams, B.; and Hassan, A. E. 2026. Model Context Protocol (MCP) Tool Descriptions Are Smelly! Towards Improving AI Agent Efficiency with Augmented MCP Tool Descriptions. arXiv:2602.14878. Hooper et al. (2024) Hooper, C.; Kim, S.; Mohammadzadeh, H.; Mahoney, M. W.; Shao, Y. S.; Keutzer, K.; and Gholami, A. 2024. KVQuant: Towards 10 Million Context Length LLM Inference with KV Cache Quantization. arXiv:2401.18079. Hsieh et al. (2024) Hsieh, C.-P.; Sun, S.; Kriman, S.; Acharya, S.; Rekesh, D.; Jia, F.; and Ginsburg, B. 2024. RULER: Whatâs the Real Context Size of Your Long-Context Language Models? arXiv:2404.06654. Jiang et al. (2026) Jiang, R.; Wu, T.; Wang, Y.; Zhu, B.; and Huang, L. 2026. From Context-Aware to Conflict-Aware: Generalizing Contrastive Decoding for Knowledge Conflict in LLMs. arXiv:2606.10298. Lee et al. (2026) Lee, H.; Park, S.; Lee, S.; Seo, J.; Lee, J.; Yoo, S.; Kim, M.; Na, C.; Wang, Z.; Golkhou, Z.; Kim, M.; Sabanis, S.; Lopez-Lira, A.; Mehta, D.; Lee, S.; Choi, C.; Ahn, W.; and Lee, Y. 2026. When Summaries Distort Decisions: Information Fidelity in LLM-Compressed Financial Analysis. arXiv:2606.29251. Li et al. (2024) Li, S.; Ning, X.; Wang, L.; Liu, T.; Shi, X.; Yan, S.; Dai, G.; Yang, H.; and Wang, Y. 2024. Evaluating Quantized Large Language Models. arXiv:2402.18158. Li et al. (2026) Li, Y.; Hou, Z.; Jing, Y.; Tang, J.; and Dong, Y. 2026. CompactionRL: Reinforcement Learning with Context Compaction for Long-Horizon Agents. arXiv:2607.05378. Liu et al. (2024) Liu, N. F.; Lin, K.; Hewitt, J.; Paranjape, A.; Bevilacqua, M.; Petroni, F.; and Liang, P. 2024. Lost in the Middle: How Language Models Use Long Contexts. Transactions of the Association for Computational Linguistics, 12: 157â173. Longpre et al. (2021) Longpre, S.; Perisetla, K.; Chen, A.; Ramesh, N.; DuBois, C.; and Singh, S. 2021. Entity-Based Knowledge Conflicts in Question Answering. In Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing. ArXiv:2109.05052. Martin and Roger (2026) Martin, S.; and Roger, F. 2026. Classifier Context Rot: Monitor Performance Degrades with Context Length. arXiv:2605.12366. Microsoft (2025) Microsoft. 2025. Pass MCP Resources, Not Raw Data. https://microsoft.github.io/mcscatblog/posts/mcp-resources-as-tool-inputs/. Accessed: 2026-07-16. Modarressi et al. (2025) Modarressi, A.; Deilamsalehy, H.; Dernoncourt, F.; Bui, T.; Rossi, R. A.; Yoon, S.; and SchĂźtze, H. 2025. NoLiMa: Long-Context Evaluation Beyond Literal Matching. arXiv:2502.05167. Morph (2025) Morph. 2025. MCP Output Too Large. https://w.morphllm.com/mcp-output-too-large. Accessed: 2026-07-16. Muller et al. (2026) Muller, L. K.; Bich, P.; Boretti, C.; Chang, H.-M.; Zhuang, J.; and Cavigelli, L. 2026. KVarN: Variance-Normalized KV-Cache Quantization Mitigates Error Accumulation in Reasoning Tasks. arXiv:2606.03458. Normand et al. (2025) Normand, O.; Borsi, E.; Fruin, M.; Walker, L. E.; Heagerty, J.; Holmes, C. C.; Avery, A. J.; Buchan, I. E.; and Coppock, H. 2025. A Real-World Evaluation of LLM Medication Safety Reviews in NHS Primary Care. arXiv:2512.21127. Oukelmoun et al. (2025) Oukelmoun, A.; Semmar, N.; de Chalendar, G.; Cormi, C.; Oukelmoun, M.; Vibert, E.; and Allard, M.-A. 2025. Detecting Omissions in LLM-Generated Medical Summaries. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track, 325â337. https://aclanthology.org/2025.emnlp-industry.22.pdf. Owotogbe et al. (2026) Owotogbe, J.; Kumara, I.; van den Heuvel, W.-J.; Tamburri, D. A.; Iannillo, A. K.; and Natella, R. 2026. A Taxonomy of Runtime Faults in Model Context Protocol Servers. arXiv:2606.05339. Peng et al. (2026) Peng, H.; Tang, J.; Zeng, W.; Xu, H.; and Zhao, X. 2026. Navigating Unreliable Parametric and Contextual Knowledge: Explicit Knowledge Conflict Resolution for LLM Inference. arXiv:2606.20245. Piya and Beheshti (2026) Piya, F. L.; and Beheshti, R. 2026. AgenticSum: An Agentic Inference-Time Framework for Faithful Clinical Text Summarization. arXiv:2602.20040. Schumacher et al. (2023) Schumacher, E.; Rosenthal, D.; Naik, D.; Nair, V.; Price, L.; Tso, G.; and Kannan, A. 2023. Extrinsically-Focused Evaluation of Omissions in Medical Summarization. arXiv:2311.08303. Shukla et al. (2026) Shukla, A.; Yuan, Y.; Tamo, B.; Wang, Y.; Nnamdi, M.; Tan, S.; Li, J.; Marteau, B.; Willingham, B.; and Wang, M. 2026. Benchmarking LLM Summaries of Multimodal Clinical Time Series for Remote Monitoring. arXiv:2603.01557. Si et al. (2025) Si, S.; Wang, Q.; Zhao, H.; Bai, Y.; Chen, G.; Luo, K.; Chen, G.; Qi, F.; Zhang, M.; Chang, B.; and Sun, M. 2025. FaithLens: Detecting and Explaining Faithfulness Hallucination. arXiv:2512.20182. Su et al. (2024) Su, Z.; Zhang, J.; Qu, X.; Zhu, T.; Li, Y.; Sun, J.; Li, J.; Zhang, M.; and Cheng, Y. 2024. ConflictBank: A Benchmark for Evaluating the Influence of Knowledge Conflicts in LLMs. arXiv:2408.12076. Sun, Bai, and Dredze (2025) Sun, K.; Bai, F.; and Dredze, M. 2025. Task Matters: Knowledge Requirements Shape LLM Responses to Context-Memory Conflict. arXiv:2506.06485. Taraghi, Morovati, and Khomh (2026) Taraghi, M.; Morovati, M. M.; and Khomh, F. 2026. Real Faults in Model Context Protocol (MCP) Software: a Comprehensive Taxonomy. arXiv:2603.05637. Wang et al. (2024) Wang, W.; Zhang, S.; Ren, Y.; Duan, Y.; Li, T.; Liu, S.; Hu, M.; Chen, Z.; Zhang, K.; Lu, L.; Zhu, X.; Luo, P.; Qiao, Y.; Dai, J.; Shao, W.; and Wang, W. 2024. Needle in a Multimodal Haystack. arXiv:2406.11230. Wu, Wu, and Zou (2024) Wu, K.; Wu, E.; and Zou, J. 2024. ClashEval: Quantifying the Tug-of-War Between an LLMâs Internal Prior and External Evidence. arXiv:2404.10198. Xia et al. (2026) Xia, S.; Wang, Y.; Huang, Z.; and Liu, P. 2026. Diagnosing and Mitigating Context Rot in Long-horizon Search. arXiv:2606.29718. Zeng, Huang, and He (2026) Zeng, W.; Huang, Y.; and He, J. 2026. LOCA-bench: Benchmarking Language Agents Under Controllable and Extreme Context Growth. arXiv:2602.07962. Zhang et al. (2025) Zhang, Q.; Xiang, Z.; Xiao, Y.; Wang, L.; Li, J.; Wang, X.; and Su, J. 2025. FaithfulRAG: Fact-Level Conflict Modeling for Context-Faithful Retrieval-Augmented Generation. arXiv:2506.08938. Zhang et al. (2024) Zhang, X.; Chen, Y.; Hu, S.; Xu, Z.; Chen, J.; Hao, M. K.; Han, X.; Thai, Z. L.; Wang, S.; Liu, Z.; and Sun, M. 2024. âBench: Extending Long Context Evaluation Beyond 100K Tokens. arXiv:2402.13718. Zhao et al. (2026) Zhao, T.; Chen, J.; Zhang, S.; Zhu, H.; Lin, Q.; and Liu, J. 2026. Exploring Knowledge Conflicts for Faithful LLM Reasoning: Benchmark and Method. arXiv:2604.11209. Zhao et al. (2025) Zhao, Y.; Chen, W.; Xu, Z.; Patwardhan, M.; Wang, C.; Liu, Y.; Vig, L.; and Cohan, A. 2025. AbGen: Evaluating Large Language Models in Ablation Study Design and Evaluation for Scientific Research. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), 12479â12491. https://aclanthology.org/2025.acl-long.611/.