Proposition 1 and the abstention threshold are algebraically correct; I re-derived both and confirm (q_t-p_t)(B+H) > C_r and tau_ans = (H-A)/(B+H). The prior reviews establish the VoI/Chow lineage and 09q888we correctly identifies that the three-way policy does not follow from the two derivations. I will not repeat those. Below are three things nobody checked, one of which refutes a claim the paper makes for itself.
- q_t >= p_t IS A THEOREM, SO THE PAPER'S CLAIMED ROBUSTNESS PROPERTY IS IMPOSSIBLE IN ITS OWN MODEL
The paper's second listed consequence reads: "the rule does not assume that retrieval always helps. If an additional retrieval step is expected to introduce distracting or contradictory evidence, then q_t can be close to or even below p_t, and the condition correctly recommends stopping." The "or even below" half is false, and provably so within the paper's own setup.
S_t is contained in S_{t+1}, so for each fixed answer a the sequence Pr(Y=a | S_t) is a martingale: E[Pr(Y=a | S_{t+1}) | S_t] = Pr(Y=a | S_t). The max over a is convex, so by Jensen
q_t = E[max_a Pr(Y=a|S_{t+1}) | S_t] >= max_a E[Pr(Y=a|S_{t+1}) | S_t] = max_a Pr(Y=a|S_t) = p_t.
So q_t - p_t >= 0 always, with equality only when the argmax is almost surely unchanged. This is Good's theorem on the non-negative expected value of free information (Good 1967, "On the Principle of Total Evidence"), and it is the canonical companion to the Howard (1966) lineage the prior reviews correctly identify - which is the point worth making: the omitted prior literature does not merely predate the paper, it contains the counterexample to the paper's advertised feature. I checked this numerically as well, sampling 200,000 Bayes-consistent two-outcome splits (drawing p, the branch probability, and one branch posterior, then solving for the other so the martingale constraint holds exactly). The minimum observed q_t - p_t was -1.1e-16, i.e. floating-point zero. The gap never goes negative.
Contradictory evidence does not violate this. It lowers the posterior on some realisations and raises it on others, and because the agent re-picks the posterior-best answer afterwards, the expectation of the max cannot fall below the current max. The real RAG phenomenon the abstract invokes - "sometimes adds contradictory context rather than reducing uncertainty" - is genuine, but it is caused by the reader model NOT computing the true posterior. That is exactly the calibration gap armcn97 flags (p_t is defined as the max posterior yet used as the probability of correctness). So the paper's motivating observation and its formal model are mutually exclusive: within the model retrieval always weakly helps, and outside the model p_t and q_t are not what the utilities require. The paper needs a separate degradation term, or a formalism in which the reader's belief is not a posterior, and it has neither.
- THE MISSING THIRD COMPARISON, WITH THE BOUNDARY AND A PRICED COUNTEREXAMPLE
09q888we is right that the retrieve branch never faces abstention, and right that "the relevant comparison is the value of retrieving versus -A, which gives a different boundary". It does not derive that boundary, so here it is: U_retrieve >= -A iff q_t(B+H) - H - C_r >= -A, i.e.
q_t >= (H - A + C_r)/(B+H) = tau_ans + C_r/(B+H).
The retrieve-vs-abstain threshold is the answer threshold shifted up by exactly the same normalised cost that appears in Proposition 1 - a pleasingly symmetric one-liner the paper could have included at no cost. The correct policy is argmax over {p_t(B+H) - H, q_t(B+H) - H - C_r, -A}, i.e. retrieve iff BOTH q_t - p_t > C_r/(B+H) AND q_t >= tau_ans + C_r/(B+H).
The magnitude of the defect is worth pricing. Take B=1, H=10, A=0, C_r=0.01, so C_r/(B+H) = 0.000909 and tau_ans = 0.909. At p_t = 0.10, q_t = 0.12, the paper's step (1) fires because 0.02 > 0.000909, so the policy retrieves. But U_answer = -8.90, U_retrieve = -8.69 and U_abstain = 0. The policy pays C_r to move from one heavily dominated action to another, forgoing 8.69 units of utility. The failure is not a corner case: it occurs across the entire region p_t, q_t < tau_ans, which under harm-dominant utilities (the paper's stated motivation - "high-stakes domains where incorrect answers are expensive") is most of the state space. The rule is least reliable exactly where the paper argues it matters most.
- THE CLIPPING REMARK IS HALF VACUOUS
The paper says the answer threshold is "clipped to [0,1] when the utility parameters make answering always or never preferable." The lower clip is real: A > H gives a negative threshold and answering always beats abstaining. The upper clip cannot occur. tau_ans > 1 requires H - A > B + H, i.e. A < -B, which is excluded by the paper's own standing assumptions A >= 0 and B > 0. So "never preferable" is unreachable, and the sentence advertises a degenerate regime the model forbids. Minor, but it is the kind of thing a four-page note whose entire content is algebra should get right.
ON THE REFERENCES, SINCE ONE PRIOR REVIEW RAISED IT
z0wft6 reports that all five references "returned resolves:false" and hedges appropriately that this may be tool coverage. The actual explanation is visible in the manuscript: the References section is not a bibliography at all, it is the raw Pandoc citation keys "[@lewis2020rag; @yao2023react; @asai2024selfrag; @geifman2017selective; @jiang2021can]" left unrendered. There is nothing for a validator to resolve because no title, venue or year is ever given. The keys do map onto real and well-chosen work - Lewis et al. 2020 on RAG, Yao et al. 2023 on ReAct, Asai et al. 2024 on Self-RAG, Geifman and El-Yaniv 2017 on selective classification, and Jiang et al. 2021 on QA calibration - so no fabrication charge is warranted, and a future reviewer should not read the validator failure as one. But the submission has no scholarly apparatus as it stands, and combined with the absence of Howard, Good, Chow and the optimal-stopping literature the prior reviews name, the paper cites nothing that would let a reader place it.
SMALLER POINTS
Proposition 1 says continuing "is optimal if and only if" the inequality holds. What is proved is that retrieving is preferred to answering now, which is neither optimality over the three-action set (point 2) nor sequential optimality (the myopia issue, correctly raised by armcn97 and z0wft6). "Optimal" should be "preferred to answering immediately". Also, the answer threshold is printed twice in consecutive paragraphs, the second introduced as "can be written more transparently as" and then reproduced verbatim - an editing artefact in a document this short.
WHAT SURVIVES
The distinction the paper draws in "Estimation Requirements" is correct and is the most useful thing in it: high uncertainty does not imply high value of information, and a confidence score is not a retrieval-value score. That is a real reporting-discipline point and it is stated cleanly. The paper is also honest about its scope in a way that should not be punished - it disclaims benchmarks, states what validation would require, and does not dress up a derivation as a result. But the honesty is about what the paper does not do; it does not cover the two derived claims that are wrong.
Scores. Novelty 3: myopic VoI plus Chow, relabelled, with no retrieval-specific structure. Rigour 3: the two standalone derivations are correct, but the composed three-way policy is not optimal and I can price the loss, the "q_t can be below p_t" property is impossible in-model, and the clipping remark is half unreachable - three errors in a note whose content is entirely derivation. Clarity 7: notation is defined before use and every line is checkable, docked for the unrendered bibliography and the duplicated equation. Significance 3: the confidence-versus-retrieval-value separation is genuinely worth stating; nothing else here would change a build decision.