Paper: 2608.24842 Authors: Miao Liu, Zhizhe Liu Categories: cs.AI, cs.CL
The Gap
LLMs are being deployed as AI analysts that read financial disclosures and support investment decisions. The way these systems are evaluated is straightforward: measure what they can retrieve. Did the model find the risk disclosure? Did it quote the right figure? Retrieval accuracy is measurable, comparable, and cheap.
But retrieval is not the deliverable. The deliverable is a judgment that is informed by the disclosure — and those are different claims. A system can retrieve a document perfectly and then form the same opinion it would have formed without it. When that happens, the evaluation still passes, because every step it checks went right. The paper names this the retrieval-integration gap in long-context financial analysis, and it is a gap between two things that are routinely conflated: having access to information, and being influenced by it.
The measurement problem is what makes this hard to notice. If you test with a short context, retrieval and integration tend to co-occur, so retrieval accuracy looks like a reasonable proxy. The gap opens up as the context grows, and it opens in a way that retrieval metrics structurally cannot detect.
WHAT IS EVALUATED vs WHAT IS DELIVERED
evaluated: "can the model RETRIEVE the disclosure?"
-> measurable, comparable, cheap
|
delivered: "is the model's JUDGMENT INFLUENCED by it?"
-> the actual product
|
+------------+------------+
v v
retrieve + be influenced retrieve + ignore
(goal) (silent failure)
| |
+------------+------------+
v
BOTH PASS a retrieval-based evaluation
|
v
[GAP] retrieval-integration gap:
access to information is not influence by it
The Increment
One sentence: Before this paper, an AI analyst could be certified by what it retrieved; after it, holding the focal information fixed while swelling unrelated context shows that a disclosure’s influence on judgments collapses to the noise floor even though retrieval stays accurate — and that workflow architecture decides whether it collapses at all.
Core Mechanism
The design isolates the variable cleanly, which is what makes the finding interpretable.
The focal information is held fixed; only unrelated context varies. A risk disclosure about the company under analysis stays the same. What changes is the amount of irrelevant material surrounding it, swept from 2,000 to 128,000 tokens. This is the right control: if the disclosure is identical, any change in its influence is attributable to context length, not to the content of the disclosure.
Influence is measured, not retrieval. The outcome is whether the disclosure moves the investment judgment. And the result is stark: as unrelated context grows, the disclosure’s influence falls to the experimental noise floor even as direct retrieval remains accurate. The model still finds it. The model stops being moved by it. The two measurements diverge in opposite directions, which is exactly what a retrieval-only evaluation cannot see.
Three further results broaden the claim:
The pattern replicates across model families and judgment tasks, and — the strongest form of the evidence — in experiments removing real disclosures from actual 10-K filings. Using real filings rather than synthetic probes means the effect is not an artifact of contrived inputs.
More capable models postpone but do not eliminate the gap. Scaling helps, and only in the sense of raising the context length at which the collapse begins. This matters for anyone treating capability as a solution: the gap is not a deficiency that a bigger model closes.
Causal memory interventions identify the transmission channel. Compressed summaries and source-text lookup jointly transmit disclosures into judgments. The word “jointly” is the finding: neither mechanism alone carries the influence, which means the pathway has two components and improving just one will not restore it.
Workflow architecture decides whether transmission succeeds. This is the constructive result. Chunk-and-summarize pipelines evict relevant information — the standard way to handle long documents is the very thing that breaks integration. By contrast, a targeted, structured restatement adjacent to the decision restores the disclosure’s influence. Not more retrieval, not a longer context: a restatement, placed where the decision is being made.
DESIGN AND FINDINGS
focal-firm disclosure : HELD FIXED
unrelated context : 2,000 -> 128,000 tokens
|
v
MEASURE TWO THINGS SEPARATELY
[retrieval accuracy] -> stays accurate
[judgment influence] -> falls to NOISE FLOOR
|
v
replicates across model families, judgment tasks,
and real 10-K disclosure-removal experiments
|
v
more capable models: POSTPONE the collapse,
do not eliminate it
|
v
TRANSMISSION CHANNEL (causal memory interventions)
compressed summaries + source-text lookup
-> JOINTLY carry the influence (neither alone)
|
v
WORKFLOW ARCHITECTURE DECIDES IT
chunk-and-summarize -> EVICTS relevant info
structured restatement adjacent to the decision
-> RESTORES influence
Think of it as a briefing delivered to someone reading a thousand-page document. Hand them the page with the critical risk warning, and they see it. Hand them the same page buried inside a thousand pages of unrelated filings, and they still pass a comprehension check on that page — they can quote it — but their actual decision is made from the general impression of the whole stack. The warning was read and not absorbed, and no test of reading comprehension would catch it. The paper’s constructive finding says the fix is not to shorten the stack or to hand over the page more forcefully; it is to restate the warning next to the decision, so the act of deciding and the content of the warning are adjacent in the reasoning.
Key Concepts
- The retrieval-integration gap: the divergence between having access to information and being influenced by it, which grows with context length and is invisible to retrieval metrics. It matters because the metrics in common use measure the wrong end of the pipeline.
- Influence falling to the noise floor: the specific measurement. A disclosure whose effect on judgments is indistinguishable from noise is functionally absent, regardless of how accurately the system can produce it on request.
- Joint transmission channel: compressed summaries and source-text lookup carry the influence together, neither alone. It is an architectural finding with an immediate implication — optimising one component of a two-part channel does not restore the signal.
- Evicting versus restating: chunk-and-summarize pipelines evict the relevant content, while a targeted structured restatement beside the decision restores its influence. This is the actionable contrast, and it points at where the information sits relative to the decision, not at how much context is provided.
Framework Shift
Before (retrieval as the proxy):
long-context AI analyst
evaluate: did it retrieve the disclosure?
-> passes even when the disclosure has no influence
-> "more context" and "better retrieval" assumed to help
After (retrieval and influence measured separately):
retrieval accuracy -> stays high
judgment influence -> measured, and collapses with context
-> the gap is real, replicated, and not closed by scale
-> fix the ARCHITECTURE: restate near the decision
(chunk-and-summarize makes it worse)
From certifying a system by what it can produce on request, to measuring whether that information actually moves the decision, the core shift is that retrieval is an input to the pipeline and influence is its output, and only the latter is the product.
Expert Assessment
Problem choice: Excellent, and important well beyond finance. The retrieval-versus-use distinction applies to every long-context application — legal review, medical records, codebase assistants — and the field has been evaluating the accessible half because it is the measurable half.
Method maturity: The design is disciplined. Holding focal information fixed while varying only unrelated context is exactly the control needed to attribute the effect, and measuring retrieval and influence separately is what exposes a gap that either measurement alone would have hidden. The causal memory interventions are the strongest element, because identifying that the channel is joint — summaries and lookup together — is a mechanism claim rather than a correlation, and it explains why the obvious single-component fixes would not work.
Experimental integrity: Replicating in experiments that remove real disclosures from actual 10-K filings is the detail that makes this credible rather than contrived; synthetic probes would have left open the objection that the effect only appears under artificial conditions. Reporting that more capable models merely postpone the collapse is a result that cuts against the field’s default optimism and is welcome for it. The scope is financial judgment, which is well suited to the question but leaves open how the gap behaves in tasks with shorter decision horizons.
Writing quality: The separation of “what it can retrieve” from “whether retrieved information affects judgments” is stated in the abstract and drives the whole paper, which is exactly right. The result would be even more useful with a practical diagnostic: a procedure an engineer could run on their own pipeline to measure influence rather than retrieval, since the paper’s contribution is precisely that such a test is what everyone is missing.
Verdict: strong accept — it names a gap that is invisible to current evaluation practice, demonstrates it with real filings, explains the transmission mechanism, and points at an architectural fix rather than a scaling one.
Takeaways
- Measure influence, not retrieval. For any long-context system, test whether the information you care about actually changes the output — retrieval accuracy will not detect its absence.
- Do not expect scale to close this. More capable models postpone the collapse to longer contexts; they do not remove it, so capability is not a substitute for evaluation.
- Be suspicious of chunk-and-summarize for decision-critical content. It evicts the material that matters, and the loss is invisible because the summary is fluent.
- Put critical information adjacent to the decision. A structured restatement next to the point of judgment restored influence where more context and better retrieval did not.
论文: 2608.24842 作者: Miao Liu, Zhizhe Liu 分类: cs.AI, cs.CL
缺口
大模型正被部署为”AI 分析师”,去读财报披露、支撑投资决策。这类系统的评测方式很直白:测它们能检索到什么。模型找到那条风险披露了吗?引用对了那个数字吗?检索准确率可测量、可比较、也便宜。
但检索并不是交付物。交付物是一个被该披露所影响的判断——而这是两个不同的主张。 一个系统可以完美地检索到一份文件,然后形成与”没有这份文件时”完全相同的观点。发生这种情况时,评测依然通过,因为它检查的每一步都没出错。 论文把这种现象命名为长上下文金融分析中的检索—整合缺口(retrieval-integration gap):它存在于两件常被混为一谈的事之间——能获取信息,与被信息影响。
而正是测量方式让这件事难以被察觉。 如果你在短上下文下测试,检索与整合往往同时发生,于是”检索准确率”看起来是个还不错的代理指标。但随着上下文变长,缺口会出现,而且它的出现方式,是检索类指标在结构上无法察觉的。
被评测的 vs 被交付的
被评测: "模型能「检索到」这条披露吗?"
-> 可测量、可比较、便宜
|
被交付: "模型的「判断」被它影响了吗?"
-> 真正的产品
|
+------------+------------+
v v
检索到 + 被影响 检索到 + 被无视
(目标) (静默失效)
| |
+------------+------------+
v
两者都能通过「基于检索」的评测
|
v
[缺口] 检索—整合缺口:
能获取信息 ≠ 被信息影响
增量
一句话: 在这篇论文之前,一个 AI 分析师可以靠”它检索到了什么”来取得合格证;在这篇论文之后,把目标信息固定住、只让无关上下文膨胀,就暴露出某项披露对判断的影响力会一路跌到噪声水平——而检索依然准确——并且是工作流架构决定了它到底会不会塌。
核心机制
实验设计干净地隔离了变量,这正是结论可解读的原因。
目标信息固定,只有无关上下文变化。 关于被分析公司的那条风险披露保持不变。变化的是围绕它的无关材料的量,从 2,000 扫到 128,000 token。这是正确的控制:如果那条披露本身完全相同,那么它影响力的任何变化,都只能归因于上下文长度,而不是披露内容。
测的是影响力,不是检索。 因变量是”这条披露是否推动了投资判断”。而结果很尖锐:随着无关上下文增长,这条披露的影响力跌到实验噪声水平,而直接检索仍然准确。模型依然找得到它;模型不再被它推动。两个测量朝相反方向分叉——而这恰恰是”只看检索”的评测看不见的。
另外三项结果拓宽了这个主张:
该现象在不同模型家族与不同判断任务上都可复现,而且——这是最强的证据形态——在从真实 10-K 文件中删除真实披露的实验里同样成立。用真实文件而不是合成探针,意味着这个效应不是人为输入造出来的假象。
更强的模型只是推迟、并未消除这个缺口。 扩大规模确实有帮助,但帮助的形式仅仅是”把开始坍塌的上下文长度往后推”。这对任何把”能力”当成解法的人都很要紧:这个缺口不是”更大的模型就能补上的某种不足”。
因果性记忆干预识别出了传输通道。 压缩摘要与源文本查找共同把披露传输进判断。“共同”才是结论:单独任一机制都承载不了这份影响,这意味着这条通路由两个组件构成,只改进其中一个无法恢复。
工作流架构决定了传输是否成功。 这是建设性结果。 “分块—摘要”(chunk-and-summarize)流水线会驱逐相关信息——处理长文档的标准做法,恰恰就是破坏整合的那件事。相反地,紧邻决策位置的结构化重述恢复了披露的影响力。不是更多检索,也不是更长上下文:是一次重述,并且放在正在做决策的地方。
设计与发现
目标公司的披露 : 固定不变
无关上下文 : 2,000 -> 128,000 token
|
v
分开测量两件事
[检索准确率] -> 依然准确
[判断影响力] -> 跌到「噪声水平」
|
v
在不同模型家族、判断任务,以及
真实 10-K「删除披露」实验中均可复现
|
v
更强的模型:只是「推迟」坍塌,
并未消除它
|
v
传输通道(因果性记忆干预)
压缩摘要 + 源文本查找
-> 「共同」承载影响力(单一机制都不够)
|
v
工作流架构决定成败
分块—摘要 -> 「驱逐」相关信息
紧邻决策位置的结构化重述
-> 「恢复」影响力
可以用**“把一份简报交给一个正在读一千页文件的人”来理解这件事: 你把那页写着关键风险警示的纸递给他,他看见了。 而当你把同一页埋进一千页无关文件当中递给他时,他依然能通过”这页讲了什么”的理解测验——他引得出原文——但他的实际决策是根据整叠文件给人的总体印象做出的。 那份警示被读到了,却没有被吸收**;而任何阅读理解式的测验都抓不到这一点。 论文的建设性结论指出:解法不是把材料变短,也不是把那一页更用力地递过去,而是把警示重述在决策旁边,让”做决策”这个动作与”警示的内容”在推理中彼此相邻。
关键概念
- 检索—整合缺口: “能获取信息”与”被信息影响”之间的分叉,它随上下文变长而扩大,且对检索类指标完全不可见。它要紧,因为常用的指标测的是流水线的错误那一端。
- 影响力跌至噪声水平: 具体的那次测量。当一条披露对判断的效应与噪声无从区分时,它在功能上就是缺席的,无论系统能多准确地按要求把它调出来。
- 联合传输通道: 压缩摘要与源文本查找共同承载这份影响力,单靠任一机制都不行。这是一项架构层面的发现,其直接含义是:对一条”两部分”的通路只优化其中一个组件,信号不会回来。
- 驱逐 vs 重述: “分块—摘要”会驱逐相关内容,而紧邻决策的结构化重述能恢复影响力。这是可操作的对照,而且它指向的是信息相对于决策所处的位置,而不是提供多少上下文。
框架转变
之前(把检索当作代理指标):
长上下文 AI 分析师
评测:它检索到那条披露了吗?
-> 即使那条披露毫无影响力,也照样通过
-> 默认「上下文更长」「检索更好」就是有帮助
之后(把检索与影响力分开测量):
检索准确率 -> 依然很高
判断影响力 -> 被测量,且随上下文坍塌
-> 缺口真实、可复现,且不会因规模而被补上
-> 修「架构」:把重述放在决策附近
(分块—摘要会让它更糟)
从”用系统能按要求调出什么来给它发合格证”,转变为”测量那份信息是否真的推动了决策”,核心转变在于:检索是流水线的输入,影响力才是它的输出——而只有后者是产品。
专家评审
选题眼光: 极好,而且意义远超金融领域。 “检索”与”使用”的区分适用于每一个长上下文应用——法律审阅、病历、代码库助手——而这个领域一直在评测”可获取的那一半”,因为它是可测量的那一半。
方法成熟度: 设计有纪律。 固定目标信息、只让无关上下文变化,正是归因所需的控制;把检索与影响力分开测量,才暴露出任一单独测量都会掩盖的缺口。 因果性记忆干预是最强的一环:识别出这条通道是联合的——摘要与查找缺一不可——是一个机制性主张而非相关性,它也解释了为什么那些显而易见的”单组件修复”不会奏效。
实验诚意: 在”从真实 10-K 中删除真实披露”的实验里完成复现,是让这项工作可信而非人造的关键细节;只用合成探针的话,就会留下”这个效应只在人为条件下出现”的质疑空间。报告”更强的模型只是推迟坍塌”这一结果,与领域默认的乐观情绪相逆,正因如此更值得欢迎。范围是金融判断,它很适合这个问题,但也留下了”在决策周期更短的任务里缺口如何表现”的开放问题。
写作功力: 把”能检索到什么”与”被检索到的信息是否影响判断”分开,在摘要里就给出并驱动了全文,非常正确。 若补一个可操作的诊断方法——一段工程师能在自己流水线上跑的流程,用来测量”影响力”而非”检索”——会更有用,因为论文的贡献恰恰在于:这样一个测试正是所有人都缺失的东西。
判决: 强接收(Strong Accept) — 它命名了一个对当前评测实践完全不可见的缺口,用真实财报文件加以证明,解释了传输机制,并指向一个架构层面的修法而不是”继续扩规模”。
要点总结
- 测影响力,而不是检索。对任何长上下文系统,都要检验”你在乎的那份信息是否真的改变了输出”——检索准确率不会察觉它的缺席。
- 不要指望规模能补上这个缺口。更强的模型只是把坍塌推迟到更长的上下文;它们不会消除它,因此”能力”不是”评测”的替代品。
- 对决策攸关的内容,要警惕”分块—摘要”。它会驱逐真正要紧的材料,而这份损失是不可见的,因为摘要读起来很流畅。
- 把关键信息放到决策旁边。紧邻判断位置的一次结构化重述,恢复了那些”更长上下文、更好检索”都没能恢复的影响力。