REVIEW 3 major objections 3 minor 27 references
RECON shows current LLM agents cannot reliably trace which conclusions survive when evidence is invalidated: the best non-Oracle system scores 22.4% accuracy, and even an Oracle with the ground-truth dependency graph reaches 54.6%.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 20:08 UTC pith:AHCSUFC7
load-bearing objection A serious benchmark with deterministic ground truth; the results are credible, but the narrator-leakage test and missing confidence intervals need to be tightened before trusting cross-model rankings. the 3 major comments →
RECON: Benchmarking Agent Memory for Compositional Reasoning over Long Contexts
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that agent memory is a provenance-graph problem: conclusions carry derivation histories, and when evidence changes, agents must determine which conclusions lose their foundation and which remain supported by independent evidence. To make this claim testable, RECON builds 24 long-form case files with fully deterministic ground truth: a grammar-style generator expands seeded configurations into a structured skeleton, induces a provenance DAG whose edges record causal, invalidating, corroborating, and conflict-resolving relations, and only then does an LLM narrate the skeleton into natural-language logs. All 1,604 questions are answerable by graph computation over t
What carries the argument
The central object is the provenance DAG: a directed acyclic graph whose nodes are events, evidence items, and conclusions, with typed edges for causal dependence, corroboration, revision, invalidation, and conflict-resolution. It is induced directly from the deterministic generator's production-rule trace (an edge exists exactly when one entry's attribute is required by another), then used to derive every gold answer — cascade questions recompute reachability after invalidating a node; counterfactual questions shift a timestamp and recompute reachability. The LLM narrator only converts skeleton entries into prose, so the graph is the authoritative representation and narrated text is downstr
Load-bearing premise
The entire benchmark's validity rests on the assumption that the LLM narration is a faithful surface rendering of the deterministic skeleton, with no leakage of schema structure or style that favors the narrator's own model family; the paper's stress tests support this, but its narrator-family permutation test uses only 24 cases and cannot resolve a 13.3-point same-family advantage for one model.
What would settle it
Scale the narrator-family test: regenerate the same 24 underlying DAGs with many narrator families and many seeds, then check whether a solver scores significantly higher on cases narrated by its own family. A simpler version: train an n-gram classifier on narrated case files to predict gold answers without reading the relevant evidence; if it beats chance, the narrative leaks skeleton structure. A significant same-family advantage would show RECON ranks architectures by style familiarity, not by memory or reasoning.
If this is right
- Memory systems that store atomic facts without inter-fact dependency edges will systematically fail on chain reconstruction and source conflict; RECON's results show this family staying near zero on both tasks.
- Improving retrieval alone cannot close the gap: RAG answers correctly only 20.6% of questions when all supporting evidence is present, so roughly four in five full-evidence questions still fail.
- Counterfactual reasoning and temporal constraint satisfaction are bounded by chained inference rather than retrieval — even the Oracle reaches only 0.483 and 0.384 respectively — so progress requires better compositional reasoning, not better context.
- Graph-structured memory can match or beat long-context models at substantially lower token cost on cascade propagation, suggesting a viable direction for memory architectures.
- Because even the Oracle caps at 54.6%, the benchmark defines headroom that human annotators (63.0% with evidence packets) also do not fully close, implying open headroom in both humans and machines.
Where Pith is reading between the lines
- One can read RECON's deterministic generator as an ablation tool, not just a benchmark: regenerating the same underlying DAG under different narrators would let a user isolate narrative-style effects from reasoning difficulty, a test the paper's 24-case permutation study is too small to settle.
- The provenance-graph framing suggests a concrete architecture RECON would reward: an agent that journals its own derivation graph — recording for each conclusion which premises supported it — and re-derives reachability when facts update. The benchmark could serve as a direct training and evaluation target for such dependency-aware memory.
- The near-floor performance on multi-hop chain reconstruction across all non-Oracle systems hints that the bottleneck may lie in how attention distributes over 100K tokens rather than in memory per se; RECON's per-chain-length gradient could help localize where long-context models lose inter-fact links.
- Implicitly, the reported numbers imply that current agents are not safe for high-stakes workflows — clinical, legal, or financial — where a single invalidated fact (a revised lab result, a retracted statement) cascades through downstream decisions.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. RECON introduces a 24-case, 1,604-question benchmark for compositional reasoning over long, evolving contexts, with cases of 50K–100K tokens across criminal, medical, and financial domains. Case structure is generated deterministically as a provenance DAG; LLM narration is a constrained surface realization; all ground-truth answers are computed from the DAG by graph algorithms. The paper evaluates long-context LLMs, RAG variants, memory-augmented agents, and an Oracle that receives the structured DAG, reporting that the best non-Oracle Accuracy is 22.4%, the best non-Oracle Score is 0.287, and Oracle reaches only 54.6% Accuracy. The authors conclude that current systems have substantial difficulty with cascade propagation, counterfactual reasoning, and other provenance-sensitive tasks, and that both retrieval and reasoning are bottlenecks.
Significance. If the benchmark is valid, this is a useful contribution: it shifts memory evaluation from fact-retrieval/state-tracking to provenance-aware reasoning, a genuinely under-tested capability. The deterministic generator, code release, human validation (κ=0.69), stress tests, and the Oracle ceiling are concrete strengths. The claim that even an Oracle with the ground-truth dependency graph reaches only 54.6% Accuracy is a striking, falsifiable result. However, the validity of cross-architecture rankings depends on the neutrality of LLM narration, and the paper's own evidence for neutrality is currently too weak to support the strength of the claims.
major comments (3)
- [§4.5, Fig. 4] The narrator-family permutation test is underpowered: with only 24 cases, a +13.3 pp same-family Accuracy advantage for Gemini-2.5-Pro has p=0.32, so the test cannot distinguish 'no bias' from a bias large enough to affect rankings. The text concludes 'no systematic narrator-family advantage,' which overstates what the data show. A 13 pp effect is comparable to the 2.1 pp gap between the top two non-Oracle systems in Table 2, so leakage could alter the paper's cross-architecture conclusions. Please report bootstrap CIs or a mixed-effects model with narrator family as a random effect, and at minimum soften the conclusion in §6.
- [Table 2 and Appendix D.3] Appendix D.3 states that pairwise comparisons use paired bootstrap with 1e4 resamples and that 95% confidence intervals on Score differences are reported, but Table 2 and the main text contain no such intervals. Comparative claims such as 'Supermemory's Cascade Score nearly doubles the best long-context score' and 'RAG comes within 5 pp on Temporal Fact Retrieval' are therefore unquantified. Add CIs for the key pairwise differences or explicitly mark which differences are within noise.
- [§4.3, Table 3] The Oracle comparison is not a clean retrieval isolation: the Oracle condition changes both retrieval and representation (narrated case file vs. structured DAG). The large Oracle–LLM gaps for Source Conflict, Cascade, and Chain Reconstruction are attributed to retrieval being 'the dominant bottleneck,' but they also include the benefit of receiving a structured graph. The supporting-fact recall analysis is a more direct retrieval diagnostic and should be foregrounded; the Oracle gap should be described as a combined representation+retrieval upper bound.
minor comments (3)
- [§3.2] Typographical issues: 'requiresset' should be 'requires set'; equation formatting for S_{t+1} = S_t ∪ E_p is inconsistent.
- [§4.5, Fig. 4] The figure caption 'Cross-family narrator / Same-family narrator' is ambiguous; clarify whether 'narrator' refers to the generating LLM or the solving LLM.
- [Appendix D.3] The phrase 'gpt-4o, snapshot gpt-4o-2024-08-06, and gemini-2.5-flash' lists gpt-4o twice; streamline to one snapshot reference.
Circularity Check
No significant circularity: RECON's ground truth is deterministically constructed, and the intentionally self-referential Oracle is an upper-bound probe, not a prediction derived from the benchmark's inputs.
full rationale
RECON is a benchmark artifact rather than a predictive derivation. Ground truth is produced by a deterministic generator formalized as G=(D,A,P,C): production rules fire only when preconditions are satisfied, the provenance DAG is induced directly from the generation trace, and every answer is computed by graph algorithms - reachability after invalidation, timestamp shifts, stream intersections, path sampling. LLMs are explicitly confined to constrained surface realization and 'never influence causal structure, provenance, or answer keys' (Section 3.2). The paper's central empirical claim (best non-Oracle Accuracy 22.4%, Oracle 54.6%) is an evaluation result over a fixed artifact, not a derivation from the artifact's assumptions. The only self-referential element is the Oracle, which 'replaces the narrated case file with the structured ground-truth representation from which it was generated'; this is deliberate and labeled as an upper bound, so it is a ceiling probe rather than a claim that a model predicts its own inputs. There are no load-bearing self-citations - the paper cites only external work - and no imported uniqueness theorem or ansatz smuggled via citation. Remaining concerns, including Section 4.5's underpowered 24-case narrator-family permutation test, the Limitations admission that 'sensitivity to narrative style cannot be fully ruled out,' and Appendix D.3's promised paired-bootstrap CIs that do not appear in Table 2, are validity or reporting risks, not circularity.
Axiom & Free-Parameter Ledger
free parameters (4)
- Contamination-filter threshold =
2 of 3 closed-book LLMs correct
- MCQ single wrong-answer penalty =
-0.2
- Question matrix quotas =
see Table 4
- Retrieval and ingestion configuration =
top-50 chunks; 30/60/600 s wait times
axioms (7)
- domain assumption The provenance DAG induced by the production grammar is the authoritative ground truth; narrated prose is downstream of it and post-narration validation preserves skeleton facts.
- domain assumption LLM narrators at temperature=0 under a strict JSON schema cannot introduce or remove factual content beyond the skeleton, and no schema leakage occurs.
- domain assumption The Oracle structured representation is a valid retrieval-perfect upper bound for reasoning over the case.
- domain assumption The closed-book contamination filter identifies questions answerable from prior knowledge, and the 2-of-3 rule is a suitable threshold.
- standard math Performance estimates from 24 cases and 1,604 questions (1,414 after filtering), stratified by task, are stable enough for cross-model comparisons.
- standard math Human majority vote on a stratified 200-question sample with Fleiss' κ = 0.69 validates benchmark answer correctness.
- domain assumption The composite header [Day X, HH:MM] [TYPE] [AUTHOR] appearing verbatim in retrieved context is a valid proxy for supporting-fact recall.
invented entities (1)
-
RECON provenance-graph memory model
independent evidence
read the original abstract
Large language models and LLM-based agents are widely used as personal chat assistants, enterprise copilots, and autonomous workflow agents. In all these applications, memory (the ability to retain, access, and reason over information accumulated over long contexts and multiple interactions) plays a crucial role in determining the reliability of any agent. We introduce RECON (Reasoning over Extended Contexts with Obfuscated Narratives), a benchmark for evaluating compositional reasoning over long contexts. RECON spans 24 case files across three domains (criminal, medical, and financial), each ranging from 50k to 100k tokens, and tests agents on six memory intensive tasks: reconstructing multi-hop evidence chains, propagating cascading invalidations, resolving source conflicts, counterfactual reasoning, satisfying temporal constraints, and temporal fact retrieval. Recent memory benchmarks evaluate whether agents can retrieve scattered facts or detect if a fact has changed whereas RECON evaluates what happens after the change, whether agents can trace which downstream conclusions are affected, which survive through independent support, and how alternative timelines would have unfolded. Our evaluation reveals substantial limitations across current architectures: even the strongest non-Oracle system reaches only 22.4% Accuracy, with retrieval and reasoning each surfacing as challenges.
Figures
Reference graph
Works this paper leans on
-
[1]
2nd Workshop on Long-Context Foundation Models , year=
Evaluating Memory in LLM Agents via Incremental Multi-Turn Interactions , author=. 2nd Workshop on Long-Context Foundation Models , year=
-
[2]
International Conference on Learning Representations (ICLR) , year=
LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory , author=. International Conference on Learning Representations (ICLR) , year=
-
[3]
2023 , eprint=
MemGPT: Towards LLMs as Operating Systems , author=. 2023 , eprint=
2023
-
[4]
arXiv preprint arXiv:2504.19413 , year=
Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory , author=. arXiv preprint arXiv:2504.19413 , year=
-
[5]
arXiv preprint arXiv:2501.13956 , year=
Zep: A Temporal Knowledge Graph Architecture for Agent Memory , author=. arXiv preprint arXiv:2501.13956 , year=
-
[6]
Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP) , year=
HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering , author=. Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP) , year=
-
[7]
Transactions of the Association for Computational Linguistics (TACL) , year=
MuSiQue: Multihop Questions via Single-hop Question Composition , author=. Transactions of the Association for Computational Linguistics (TACL) , year=
-
[8]
Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , year =
Bench: Extending Long Context Evaluation Beyond 100K Tokens , author =. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , year =
-
[9]
arXiv preprint arXiv:2404.06654 , year=
RULER: What's the Real Context Size of Your Long-Context Language Models? , author=. arXiv preprint arXiv:2404.06654 , year=
-
[10]
2024 , address =
Bai, Yushi and Lv, Xin and Zhang, Jiajie and Lyu, Hongchang and Tang, Jiankai and Huang, Zhidian and Du, Zhengxiao and Liu, Xiao and Zeng, Aohan and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi , booktitle =. 2024 , address =
2024
-
[11]
2025 , address =
Bai, Yushi and Tu, Shangqing and Zhang, Jiajie and Peng, Hao and Wang, Xiaozhi and Lv, Xin and Cao, Shulin and Xu, Jiazheng and Hou, Lei and Dong, Yuxiao and Tang, Jie and Li, Juanzi , booktitle =. 2025 , address =
2025
-
[12]
Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , month = nov, year =
One Thousand and One Pairs: A ``novel'' challenge for long-context language models , author =. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , month = nov, year =
2024
-
[13]
2025 , url =
Yen, Howard and Gao, Tianyu and Hou, Minmin and Ding, Ke and Fleischer, Daniel and Izsak, Peter and Wasserblat, Moshe and Chen, Danqi , booktitle =. 2025 , url =
2025
-
[14]
Evaluating Very Long-Term Conversational Memory of
Maharana, Adyasha and Lee, Dong-Ho and Tulyakov, Sergey and Bansal, Mohit and Barbieri, Francesco and Fang, Yuwei , booktitle =. Evaluating Very Long-Term Conversational Memory of. 2024 , address =
2024
-
[15]
2024 , publisher =
Du, Yiming and Wang, Hongru and Zhao, Zhengyi and Liang, Bin and Wang, Baojun and Zhong, Wanjun and Wang, Zezhong and Wong, Kam-Fai , booktitle =. 2024 , publisher =
2024
-
[16]
arXiv preprint arXiv:2512.12818 , year=
Hindsight is 20/20: Building Agent Memory that Retains, Recalls, and Reflects , author=. arXiv preprint arXiv:2512.12818 , year=
-
[17]
Proceedings of the Conference on Neural Information Processing Systems (NeurIPS) Datasets and Benchmarks Track , year=
LooGLE v2: Are LLMs Ready for Real World Long Dependency Challenges? , author=. Proceedings of the Conference on Neural Information Processing Systems (NeurIPS) Datasets and Benchmarks Track , year=
-
[18]
Advances in Neural Information Processing Systems , year=
CrossCodeEval: A Diverse and Multilingual Benchmark for Cross-File Code Completion , author=. Advances in Neural Information Processing Systems , year=
-
[19]
The Twelfth International Conference on Learning Representations , year=
RepoBench: Benchmarking Repository-Level Code Auto-Completion Systems , author=. The Twelfth International Conference on Learning Representations , year=
-
[20]
arXiv preprint arXiv:2308.14089 , year=
MedAlign: A Clinician-Generated Dataset for Instruction Following with Electronic Medical Records , author=. arXiv preprint arXiv:2308.14089 , year=
-
[21]
Tracking the Limits of Knowledge Propagation: How
Feng, Yiyang and Chen, Zeming and Wu, Haotian and Zhou, Jiawei and Bosselut, Antoine , booktitle=. Tracking the Limits of Knowledge Propagation: How. 2026 , note=
2026
-
[22]
2024 , note=
Sprague, Zayne and Ye, Xi and Bostrom, Kaj and Chaudhuri, Swarat and Durrett, Greg , booktitle=. 2024 , note=
2024
-
[23]
Xu, Zhe and Ye, Jiasheng and Liu, Xiaoran and Liu, Xiangyang and Sun, Tianxiang and Liu, Zhigeng and Guo, Qipeng and Li, Linlin and Liu, Qun and Huang, Xuanjing and Qiu, Xipeng , journal =
-
[24]
2025 , note=
Gupta, Abhay and Zhu, Kevin and Sharma, Vasu and O'Brien, Sean and Lu, Michael , booktitle=. 2025 , note=
2025
-
[25]
2025 , note=
Yuan, Yuan and He, Muyu and Shahid, Muhammad Adil and Li, Ziyang and Huang, Jiani and Zhang, Li , booktitle=. 2025 , note=
2025
-
[26]
Leave No Document Behind: Benchmarking Long-Context
Wang, Minzheng and Chen, Longze and Fu, Cheng and Liao, Shengyi and Zhang, Xinghua and Wu, Bingli and Yu, Haiyang and Xu, Nan and Zhang, Lei and Luo, Run and Li, Yunshui and Yang, Min and Huang, Fei and Li, Yongbin , booktitle=. Leave No Document Behind: Benchmarking Long-Context. 2024 , note=
2024
-
[27]
and Duong Nguyen, A.-K
Ho, X. and Duong Nguyen, A.-K. and Sugawara, S. and Aizawa, A. , booktitle=. Constructing A Multi-hop. 2020 , note=
2020
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.