REVIEW 4 major objections 3 minor 1 cited by
Bridge Evidence: Static Retrieval Utility Does Not Predict Causal Utility in Multi-Step Agentic Search
T0 review · 4 major / 3 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read Static utility and causal utility are nearly independent in agentic search
desk verdict Honest and clever counterfactual study of agentic retrieval, but the headline independence claim is weakened by a near-degenerate static utility axis. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing instrument is the omission intervention: delete one document from the ranked list at one step and replay the rest of the trajectory with everything else held fixed. The resulting Counterfactual Trajectory Utility (CTU) combines deltas in final answer F1, next-query nDCG@10, and turn count, normalized and summed with unit weights; its zero-effect threshold is analytically 1.4, which coincides with the empirical median. Static RAG Utility (SRU) is the improvement a document gives to a stateless reader over a parametric baseline. Crossing SRU against CTU produces the quadrant table, and the Observable Entity Relevance (OER) measure from prior work — whether an entity's presence
What would settle it
Rerun the quadrant experiment with a strongly calibrated static reader whose absolute answer F1 is far above 0.017, so the static axis is not near-degenerate; if the Spearman correlation with CTU rises substantially above zero and the bridge cell collapses, the reported independence would be a measurement artifact rather than a true gap.
Extended reading notes
Core claim
The central claim is that static relevance and causal usefulness are different quantities in agentic retrieval, and optimizing the first does not deliver the second. The authors demonstrate this by replaying trajectories with one document removed and measuring whether the final answer, the next query's retrieval quality, or the number of turns changes. Over 23,322 observations the Spearman correlation between static reader utility and counterfactual trajectory utility is -0.026, and 35.72% of documents fall in the bridge cell: high causal utility, low static utility. The pattern persists when the static axis is replaced by a ranking-score proxy, giving a 27.16% bridge cell. A separate experi
Load-bearing premise
The static-utility axis must be a valid measurement of what current retrieval signals optimize; with only 3.30% of documents scoring above zero, the near-zero correlation may largely reflect a weak reader failing on both sides rather than true independence between static and causal utility.
Editorial extensions
If this is right
- A retrieval system that perfectly optimizes static utility carries almost no information about which documents an agent actually needed.
- The bridge cell persists when the static axis is a BM25/cross-encoder proxy, so the mismatch is not an artifact of a weak reader.
- Bridge documents work by supplying discriminative entities; entity observability, not topical relevance, predicts what gets propagated into the agent's next query.
- Counterfactual replay is too expensive for training loops, so the paper points to Observable Entity Relevance as a computable proxy for the causal signal.
- Documents that contain the answer outright can be causally inert, while documents containing no answer can be causally essential.
Reading between the lines
- If static and causal utility are independent, then conventional evaluation metrics such as nDCG and MRR may systematically mis-rank systems for agentic use; a testable extension is to re-rank existing systems by CTU and compare agent outcomes.
- The result suggests a new class of 'stepping-stone' evidence: retrieval for agents may need to optimize for what a document enables next, not what it states; a concrete design would train a ranker to maximize expected OER of propagated entities.
- The paper's CTU is measured for one agent; an open, testable question is whether the bridge phenomenon generalizes across backbones and prompts — if different agents need different bridge documents, then agent-specific evidence selection becomes a first-class problem.
- Because the bridge cell percentage largely restates the independence result, the paper's strongest standalone evidence is the propagation ratio; future work could test the mechanism directly by ablating discriminative entities from candidate sets.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper investigates whether static retrieval utility (SRU), defined as the improvement a document gives a stateless reader, predicts the causal utility of that document for a multi-step ReAct-style search agent. Using 1,000 HotpotQA questions, the authors replay trajectories, counterfactually delete each read document, and compute a Counterfactual Trajectory Utility (CTU) from answer quality, next-query retrieval quality, and turn-count deltas. Crossing SRU with CTU over 23,322 document observations, they report near-zero Spearman correlation (rho = -0.026) and a bridge cell of 35.72% of documents that are causally load-bearing while appearing useless to a static reader. A robustness analysis replaces the reader-based SRU axis with BM25/cross-encoder agreement scores, yielding a bridge cell of 27.16% on 9,600 observations. A second experiment measures entity propagation and finds that entities with high Observable Entity Relevance (OER) appear in the agent's next query 4.02 times more often than low-OER entities. The paper explicitly reports limitations, including the skew of the SRU axis and the partial dependence of the bridge percentage on marginals.
Significance. If the central claim were fully established, this paper would be significant: it challenges the common assumption that static relevance metrics transfer to agentic retrieval, and it proposes a counterfactual methodology for measuring causal document utility. The OER propagation result is a concrete, falsifiable mechanism and the use of machine-checked counterfactual replay over a large observation set is a strength. However, the reader-based SRU axis is nearly degenerate (only 3.30% positive DeltaSRU; mean reader F1 0.017), so the near-zero correlation between SRU and CTU is consistent with measurement failure rather than true independence between the constructs. The proxy quadrant is a useful check but changes the construct and excludes 58.84% of records. The manuscript is unusually candid about its limitations, but the headline claim as stated is not fully supported by the current evidence.
major comments (4)
- [Section 3.3, Table 4; Section 3.6] The central independence claim relies on Spearman rho = -0.026 between DeltaSRU and CTU, but Table 2 shows that DeltaSRU is zero for the median observation and positive for only 3.30% of the 23,322 observations. A rank correlation computed on an almost degenerate variable does not establish that the latent construct 'static utility' is independent of CTU; it may just reflect the reader's inability to discriminate among documents. The paper acknowledges the skew but does not supply a decisive fix, e.g., restricting to the 3.30% non-zero DeltaSRU observations, using a stronger reader with measurable dynamic range, or showing that the correlation remains near zero after such a restriction. Without this, the reader-based result does not support the paper's title claim.
- [Section 3.4, Table 5] The proxy quadrant replaces the SRU axis with an agreement-based BM25/cross-encoder axis and excludes 13,722 of 23,322 records (58.84%). This is a different construct: it measures raw retriever scores, not the reader-based static utility defined in Section 2.6.1. It also selects the subpopulation where the two retrieval signals agree, which may have different dependence with CTU. The proxy result can support a claim about 'static retrieval scores do not predict causal utility,' but it does not rescue the SRU-specific claim. The paper should either present the proxy as the primary evidence and reframe the abstract/title accordingly, or improve the SRU reader to obtain a non-degenerate static utility axis.
- [Section 2.4, Section 3.1] The stratified sample is designed to approximate 70% bridge and 30% comparison questions, but the HotpotQA development set contains 5,918 bridge and 1,487 comparison questions (about 80/20). The analyses in Section 3 are unweighted, so the 23,322 document observations overrepresent comparison questions by about 50%. This can bias the reported marginals, the bridge cell percentage, and the correlation. Please either apply survey weights to the analysis or justify that the 70/30 split does not materially affect the conclusions.
- [Section 2.6.2, Eq. (10)-(11)] The CTU composite uses unit weights and min-max normalization over the intervention set. The 'zero effect point' at CTU=1.4 is derived from the observed raw ranges [-1,1], [-1,1], [-2,3]. The claim that values above 1.4 mean the document was 'on balance, helping' assumes that a raw delta of zero on all components is the only way to achieve CTU=1.4, and that the three normalized components are commensurable with equal weights. This is a modeling choice; the paper should include a sensitivity analysis (e.g., alternative weights, or using only the sign of each delta) to show that the quadrant results are not an artifact of this particular aggregation.
minor comments (3)
- [Section 3.4] The sentence 'Over all records rho = -0.0161 with p = 0.116' is ambiguous because the proxy is only defined on the 9,600 records where BM25 and cross-encoder agree. Clarify whether this is over the 9,600 or over all 23,322 with some imputation.
- [Section 2.6.2, Eq. (11)] The normalization in Eq. (10) uses observed min/max ranges; state explicitly that these are observed ranges and that the zero-effect point depends on them.
- [Table 7] The note that 4,115 observations carry no cell assignment is important, but it would help to state what those observations are (e.g., documents without CTU or with missing quadrant assignments) and whether they are excluded from all cell-level analyses or only this table.
Circularity Check
No significant circularity: the independence result rests on counterfactual replay against a separate reader axis, and the one self-cited OER metric is parameter-free and not fitted to the target.
full rationale
The central claim (static and causal utility near-independent) is measured rather than assumed: CTU comes from an omission intervention that deletes a document and replays the trajectory, while SRU comes from a separate stateless reader scored by F1 against HotpotQA gold answers. The two axes share gold labels but are not equated by construction. The bridge-cell percentage is admittedly a restatement of the independence result plus marginals, and the paper explicitly warns against double-counting it (Sections 3.3 and 3.6), so this is an acknowledged algebraic consequence, not a hidden reduction. The static-axis skew and weak reader F1 are validity threats: they could make Spearman rho uninformative, but they do not make the correlation equal to an input by construction. The CTU zero-effect threshold is defined analytically from the normalization of raw zero deltas rather than tuned to split the data, and the paper states it avoided tuning weights because that would be circular. The only self-citation is the OER metric of Ghosh and Chatterjee [2], reused with source defaults (alpha=0.5, tau=5.0) and relevance labels derived from HotpotQA gold supporting facts rather than LLM judgments; the paper explicitly rejects LLM relevance labels as circular. Because the OER formula does not include propagation or CTU, and its parameters are fixed from prior work, the self-citation is independent support and not load-bearing for the target result. No derivation step reduces to its own inputs, so there is no significant circularity.
Assumptions & free parameters
free parameters (3)
- CTU component weights (w_answer, w_next-query, w_effort) =
1, 1, 1
- OER smoothing parameters alpha, tau =
alpha=0.5, tau=5.0
- High/low OER group assignment rule =
rule-based (df_rel>=1 and OER>0) vs (df_rel=0)
assumptions (6)
- domain assumption Replaying a trajectory with one document removed, with temperature 0 and fixed hardware, estimates the causal effect of that document.
- domain assumption HotpotQA supporting facts are the correct relevance labels and align with the paragraph index.
- domain assumption Deleting one document isolates that document's causal contribution without unmodeled interference between documents.
- domain assumption The stateless reader's F1 improvement (DeltaSRU) is a reasonable operationalization of static retrieval utility.
- domain assumption OER from Ghosh and Chatterjee [2] is a valid measure of entity discriminative relevance.
- domain assumption WAT entity linking with confidence >= 0.1 correctly identifies entity mentions.
Cite this review
Pith. "Pith review of Bridge Evidence: Static Retrieval Utility Does Not Predict Causal Utility in Multi-Step Agentic Search." pith.science (2026). https://pith.science/paper/I4PXRFCR
@misc{pith2026260715253,
author = {Pith},
title = {Pith review of: Bridge Evidence: Static Retrieval Utility Does Not Predict Causal Utility in Multi-Step Agentic Search},
year = {2026},
howpublished = {\url{https://pith.science/paper/I4PXRFCR}},
note = {Machine review of arXiv:2607.15253}
}
read the original abstract
Retrieval systems are trained and evaluated on a static idea of usefulness: hand a document and a question to a reader model, see whether the answer improves, and score the document accordingly. The idea holds up when a document is read on its own. It breaks when a language model works as a search agent, issuing several queries and reasoning across turns, because a document can matter for what it lets the agent do next rather than for what it says about the current question. We measure that gap rather than argue it. Using a ReAct style agent over HotpotQA, we replay 1000 development questions and, for every document the agent read, delete it and re-run the rest of the trajectory from that point. Comparing the original run against its counterfactual gives a Counterfactual Trajectory Utility (CTU) score from three deltas: final answer quality, next query retrieval quality, and turn count. Crossing CTU against Static RAG Utility (SRU) over 23,322 document observations, the two are close to statistically independent (Spearman rho = -0.026). Roughly a third of the documents the agent reads are causally load bearing while looking useless to a static reader; we call these bridge documents. The pattern survives when the reader based axis is swapped for a BM25 and cross encoder proxy, giving a bridge cell of 27.2% on an evenly spread axis. A second experiment pins down the mechanism. Using the Observable Entity Relevance (OER) measure from prior work, entities that discriminate relevant from non-relevant candidates appear in the agent's next query 4.02 times more often than entities found only in non-relevant documents (6.1% vs 1.5%, n = 227,139). A bridge document earns its keep by handing the agent a discriminative entity that redirects the search. Static relevance and causal usefulness are different quantities in agentic retrieval, and optimizing the first does not deliver the second.
Forward citations
Cited by 1 Pith paper
-
What Would Fix This RAG Failure? Auditing Counterfactual Response with Paired Evidence Interventions
Adding missing support repairs one third of joint-eligible RAG failures and deleting verified nonsupport repairs one seventh, but the exact counterfactual response is not recoverable from the original failure and vari...
Reference graph
Works this paper leans on
-
[1]
Akari Asai, Zeqiu Wu, Yizhong Wang, Avirup Sil, and Hannaneh Hajishirzi. 2024. Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection. InInternational Conference on Learning Representations (ICLR)
2024
-
[2]
Utshab Kumar Ghosh and Shubham Chatterjee. 2026. Entity Labels Are Not Entity Signals: A Framework for Observable Relevance in Document Re-Ranking. InProceedings of the 2026 ACM SIGIR International Conference on the Theory of Information Retrieval (ICTIR ’26). Association for Computing Machinery, New York, NY, USA. arXiv:2606.15998 [cs.IR] doi:10.1145/380...
arXiv 2026
-
[3]
Kalervo Järvelin and Jaana Kekäläinen. 2002. Cumulated Gain-Based Evaluation of IR Techniques.ACM Transactions on Information Systems20, 4 (2002), 422–446
2002
-
[4]
Vladimir Karpukhin, Barlas Oğuz, Sewon Min, Patrick Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, and Wen-tau Yih. 2020. Dense Passage Retrieval for Open- Domain Question Answering. InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP). 6769–6781
2020
-
[5]
Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, and Douwe Kiela. 2020. Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks. InAdvances in Neural Information Processing Systems (NeurIPS), Vol. 33. 9459–9474
2020
-
[6]
Rodrigo Nogueira and Kyunghyun Cho. 2019. Passage Re-ranking with BERT. arXiv preprint arXiv:1901.04085(2019)
arXiv 2019
-
[7]
2009.Causality: Models, Reasoning, and Inference(2nd ed.)
Judea Pearl. 2009.Causality: Models, Reasoning, and Inference(2nd ed.). Cambridge University Press
2009
-
[8]
Francesco Piccinno and Paolo Ferragina. 2014. From TagME to WAT: A New Entity Annotator. InProceedings of the First International Workshop on Entity Recognition and Disambiguation (ERD ’14). 55–62
2014
Show all 22 references
-
[9]
Smith, and Mike Lewis
Ofir Press, Muru Zhang, Sewon Min, Ludwig Schmidt, Noah A. Smith, and Mike Lewis. 2023. Measuring and Narrowing the Compositionality Gap in Language Models. InFindings of the Association for Computational Linguistics: EMNLP. 5687–5711
2023
-
[10]
Stephen Robertson and Hugo Zaragoza. 2009. The Probabilistic Relevance Frame- work: BM25 and Beyond.Foundations and Trends in Information Retrieval3, 4 (2009), 333–389
2009
-
[11]
Harsh Trivedi, Niranjan Balasubramanian, Tushar Khot, and Ashish Sabharwal
-
[12]
An Yang, Baosong Yang, Beichen Zhang, et al. 2025. Qwen2.5 Technical Report. arXiv preprint arXiv:2412.15115(2025)
2025 arXiv
-
[13]
Cohen, Ruslan Salakhutdinov, and Christopher D
Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William W. Cohen, Ruslan Salakhutdinov, and Christopher D. Manning. 2018. HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering. InProceedings of the 2018 Conference on Empirical Methods in Natural Langua...
2018
-
[14]
Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. 2023. ReAct: Synergizing Reasoning and Acting in Language Models. InInternational Conference on Learning Representations (ICLR). A Prompts All three prompts are reproduced verbatim as u...
2023
-
[16]
Use <thought> to reason before each action
-
[17]
Search with <action>search</action> and <query>
-
[18]
Answer with <action>answer</action> when you have enough evidence
-
[19]
<answer> must be concise: a name, date, place, or short phrase
-
[20]
If none: <citations>NONE</citations>
Cite document numbers: <citations>Doc 1, Doc 3</citations>. If none: <citations>NONE</citations>
-
[21]
If you reach 4, answer with your best guess
Maximum 4 search turns. If you reach 4, answer with your best guess
-
[22]
A.2 Static reader prompt The reader used to compute SRUwith in Section 2.6.1 is constrained to the supplied document and to a bare answer span
Never repeat the same query. A.2 Static reader prompt The reader used to compute SRUwith in Section 2.6.1 is constrained to the supplied document and to a bare answer span. Answer using ONLY the information in the provided document. Respond with ONLY the answer itself: a name,...
-
[2023]
InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL)
Interleaving Retrieval with Chain-of-Thought Reasoning for Knowledge- Intensive Multi-Step Questions. InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL). 10014–10037
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.