Pith. sign in

REVIEW 3 major objections 5 minor 48 references

TEPA: Revoking Stale Memories for Conflict-Robust Language Agents

T0 review · 3 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read The paper claims that persistent memory for language agents becomes harmful when stale, same-key evidence stays retrievable, and that a conflict-keyed revocation mechanism prevents this pollution.

desk verdict A useful, clearly written mechanism paper on revoking stale agent memories; the central pollution result is plausible but depends on an unspecified executor rule and no released code. read the letter →

arxiv 2608.07429 v1 pith:KWOWTVIV submitted 2026-08-07 cs.AI

classification cs.AI
keywords memorypollutionrevocableconflictkeysprecedentlifecyclelanguageagentslong-termstale-conflictconsolidationconceptdrift
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that long-term memory for language agents can actively harm performance when the world changes, and that a memory system with explicit validity states can prevent the harm. It defines memory pollution as degradation caused by retrieved evidence that newer conflicting evidence has superseded, and shows append-only and last-write-wins memory fall below no memory during full reversal while the proposed TEPA mechanism stays at 0.950 by revoking contradicted same-key precedents. The reason this matters is practical: persistent memory is meant to make agents better, but without a way to falsify stored evidence it can make them worse; TEPA makes revocation a first-class memory operation while keeping the revoked history available for audit. The paper also shows the mechanism transfers to a standard fact-consolidation benchmark, where it matches a current-key cache, and identifies multi-hop and very-long-context retrieval as the next bottlenecks.

What carries the argument

The load-bearing object is the keyed precedent, a stored record $p=(k,v,s,f,\sigma,\tau)$ pairing a conflict key $k$ with an asserted value $v$, support and conflict counts, a lifecycle state $\sigma$, and creation time. A key extractor $\kappa$ and value extractor $\nu$ map each observation to a same-key claim; two items conflict when they share a key but assert different values. TEPA updates precedents with a Beta-Bernoulli posterior $q(p)$ and thresholds: an active precedent is moved to the revoked archive when its posterior mean falls below $\theta_{\mathrm{rev}}$ or its recent success rate drops below $\theta_{\mathrm{rec}}$, and retrieval is restricted to active precedents matching the task key. The TEPA-Full variant runs trial-by-execution checks before promoting candidates. This machinery converts the abstract need to 'forget obsolete facts' into a local state transition on a single key, leaving unrelated keys untouched.

What would settle it

Run the controlled drift stream while logging every episode where both stale and current same-key precedents are retrieved together; if success on those episodes does not fall well below the no-memory 0.309 level, stale exposure is not the mechanism driving the pollution collapse.

Watch

Extended reading notes

Core claim

The paper's central discovery is that persistent memory has a falsifiability failure mode it calls memory pollution: when the world reverses a fact or regime, append-only and last-write-wins memories keep the superseded value active under the same key, so retrieval feeds both stale and fresh evidence into the prompt and task success falls below the no-memory baseline (0.210 versus 0.309 in controlled drift, 0.203 versus 0.298 under real file execution). Against that, TEPA treats validity as an explicit state of memory: each observation becomes a keyed precedent with a lifecycle state, and when fresh evidence contradicts an active precedent under the same key, the stale precedent is revoked from the active set and archived. Retrieval then draws only current same-key evidence, and TEPA holds 0.950 through full reversal in both drift settings. On clean MemoryAgentBench SH-6k, TEPA matches the strong last-write-wins cache at 0.890, showing current-key replacement is the decisive operation for single-hop fact consolidation; the paper reads these results as establishing lifecycle revocation as a core memory operation for agents.

Load-bearing premise

The mechanism assumes evidence can be reliably mapped to conflict keys, and that a different value under the same key means the new evidence supersedes the old.

Editorial extensions

If this is right

  • If a memory item is relevant, recent, and still wrong, relevance-based retrieval cannot catch the problem; memory systems need an explicit validity state alongside relevance.
  • Append-only and last-write-wins memories can be worse than no memory at all when hidden regimes reverse, so persistence without falsification is not automatically beneficial.
  • Current-key replacement is the decisive operation for clean single-hop fact updates; the lifecycle and archive machinery adds value when valid updates must be inferred from interaction outcomes rather than observed directly.
  • Revoked precedents remain available for audit and later re-promotion, so revocation does not throw away history; it just keeps it out of ordinary retrieval.
  • Multi-hop chain construction and very-long-context selection, not fact-level validity tracking, are the next limiting bottlenecks for memory agents.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Beyond the paper, the schema-based keys make the conflict relation explicit; in open-ended memory, an LLM-based key extractor would be the practical pivot, and the paper's noise audit (TEPA falling from 0.950 to 0.777 at 20% key corruption) suggests the benefit is bounded by key quality.
  • A testable extension the paper leaves out of scope is propagating revocation from a changed fact to derived facts, which would extend conflict-keyed validity from single-hop to multi-hop reasoning.
  • The same validity-state design could apply to skill libraries and tool registries, where a superseded action pattern is a stale precedent even though the evidence is not a natural-language fact.
  • Because the controlled benchmarks use deterministic executors, the measured pollution collapse depends on how the downstream policy resolves two retrieved same-key values; varying that decision rule would show how much of the 0.21 floor is due to memory state versus prompt-following.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper identifies a failure mode in language-agent memory that it calls memory pollution: stale evidence that has been superseded by newer contradictory evidence remains in the active memory set and is retrieved into the prompt, degrading task success below a no-memory baseline. It proposes TEPA, a memory mechanism that represents observations as keyed precedents, maintains an explicit lifecycle state, and revokes active precedents when fresh same-key evidence contradicts them, while keeping revoked history for audit. The empirical evaluation covers controlled hidden-regime drift, real file-backed executable drift, preference-update streams, and MemoryAgentBench single-hop facts, with the central headline result that in full reversal append-only and last-write-wins memory fall to about 0.21 while TEPA reaches 0.95. Ablations, threshold variants, a key-noise audit, and boundary experiments on multi-hop and long-context settings are also reported. The paper argues that lifecycle revocation is a core memory operation for agents that must falsify and audit evolving knowledge.

Significance. If the central empirical pattern holds, the paper would make a useful contribution by isolating a concrete memory operation—conflict-keyed revocation—and showing with controlled experiments that persistent memory can become actively harmful when stale same-key evidence remains retrievable. The paper's strengths include the phase-wise pollution index relative to no memory, paired statistical comparisons with confidence intervals and Holm-corrected p-values, an ablation that removes revocation, a key-noise audit in Table 6, and boundary results that honestly mark where the mechanism fails (MH-6k and SH-262k). The main weakness is that the deterministic drift experiments, which carry the paper's central claim, do not specify the decision rule π_m that converts retrieved same-key precedents into actions; the supporting theory in Appendix G assumes rather than derives the stale-following behavior that drives the empirical collapse. These issues are fixable by specifying and releasing the executor policy and re-framing the theoretical claim, so the contribution is potentially solid but currently under-specified.

major comments (3)
  1. [Problem Formulation and Experimental Setup] The decision rule π_m for the deterministic drift executors is never specified. The paper states that the retriever returns active same-key precedents 'ordered by recency within that key,' but it does not state how the policy resolves two retrieved same-key values into a single action. This matters because the headline result in Table 2—append-only and last-write-wins at 0.210 versus no memory at 0.309 in full reversal—is interpretable only relative to a fixed, disclosed π_m. If π_m is hard-wired to follow a particular position in the ordered retrieved list, append-only memory would be guaranteed to fail after reversal regardless of memory-state design, and the comparison would not establish that revocation is the decisive operation. Please specify π_m for every baseline and for TEPA, release or fully detail the executor code, and add a sensitivity check with an alternative π_m (for example, one that chooses the most recent same-key value) to show that the pollution collapse and the TEPA advantage are robust to the hidden rule.
  2. [Appendix G, Propositions 1 and 2] The central premise of the theoretical argument is that 'if stale evidence is retrieved together with current evidence, the downstream decision rule follows the stale evidence with probability η≥0.' In the deterministic benchmarks, η is not an environmental constant but an implementation choice of the authors' executor. Assuming stale-following behavior and then proving that excluding stale evidence reduces expected loss therefore makes the conclusion an assumption rather than an independent justification. This is especially clear in the controlled drift setting, where the executor is deterministic and the policy could have been defined to resolve same-key conflicts by recency. Please either derive η from a specified π_m, or state the result as a conditional bound over a defined class of decision rules and label it as such in the main-text paragraph on the 'theoretical role of revocation.'
  3. [Limitations and Discussion] The manuscript is appropriately candid that conflict-key extraction is assumed, and the noise audit in Table 6 shows graceful degradation from 0.950 to 0.777 at 20% key corruption. However, the broader framing—that 'lifecycle revocation is a core memory operation' for agents—is wider than the schema-keyed, single-hop settings actually tested. The boundary results on MH-6k and SH-262k (0.040 and 0.000) show the mechanism does not transfer to multi-hop or very-long-context retrieval, and the Limitations section concedes that open-ended memories have implicit conflict relations. The paper should state the scope of the core claim more narrowly: the results establish revocation for single-hop, schema-keyed stale-conflict consolidation, and the general-principle claim is a hypothesis for future work rather than an established result.
minor comments (5)
  1. [Abstract and full text] The extracted text contains numerous missing spaces, such as 'stalememoriescanremainretrievable' and 'Wecharacterizethis'; please copyedit the final manuscript.
  2. [Appendix H] Appendix H is incomplete: it says 'Appendix defines benchmark construction and leakage controls, Appendix defines method controls' without referencing the actual appendix designations, and the sentence trails off without a completed statement.
  3. [Figure 5] The lifecycle trace in Figure 5 uses the state labels 'Deprecated' and 'Archived,' which are not defined in Table 1 or Algorithm 1; please align the state vocabulary across the paper.
  4. [Main text, 'Theoretical role of revocation'] The sufficient-condition inequality ξη > b is not tied to any measured estimate of ξ, η, or b in the experiments; consider presenting it explicitly as a qualitative sufficient condition rather than as a quantitative prediction.
  5. [Preference-update results] The preference-update paragraph reports full-reversal success for append-only and no memory but not for TEPA-Full; please report TEPA-Full's full-reversal success rate alongside the overall 0.910 figure.

Circularity Check

2 steps flagged · score 4.0 of 10

The formal revocation theory assumes the stale-following behavior it purports to derive, and the drift executor's decision rule is unspecified, so the reversal result is only partly independent.

  1. self definitional [Appendix G, Propositions 1 and 2; main text 'Theoretical role of revocation']
    "We make no assumption about the internal language model except the following exposure condition: if stale evidence is retrieved together with current evidence, the downstream decision rule follows the stale evidence with probability η≥0. ... Proposition 2: ... excess risk of append-only memory over revocable memory satisfies Lappend − Lrevoke ≥ qη."

    η is defined as the probability that the downstream rule follows stale evidence once both stale and current values are retrieved; Proposition 2 then concludes that removing the stale value reduces loss by at least qη. The theorem is a restatement of its own exposure assumption, not an independent derivation that revocation is necessary. It cannot establish that append-only memory will pollute; it only formalizes the already-assumed stale-following bias. The main text's 'sufficient condition for memory pollution' therefore reduces to its input by construction.

  2. other [Problem Formulation ('Memory and retrieval'); Experimental Setup ('Implementation details'); Results ('Controlled Drift Exposes Memory Pollution')]
    "A method policy πm then selects action conditioned on (ct, ρ(ct,At)). ... The retriever used in drift benchmarks returns active precedents whose key matches the current task key, ordered by recency within that key. ... Controlled, executable, and preference-update benchmarks use deterministic benchmark executors so that the experiments isolate memory behavior from language-model sampling variance."

    The reversal collapse (append-only and last-write-wins 0.210 versus no memory 0.309) is produced by a deterministic executor whose decision rule π_m is never specified or released. If that rule realizes the same stale-following assumption used in Appendix G, then append-only's failure and TEPA's advantage follow from the hidden rule rather than from memory-state comparison alone. Because the paper's own theory supplies exactly this assumption, the headline drift result is not an independent demonstration that revocation is the decisive operation; it is consistent with the executor being built to follow stale evidence whenever present.

full rationale

The paper is largely self-contained: it uses mechanism baselines, paired statistics, a no-revocation ablation, and the external MemoryAgentBench SH-6k benchmark, so there is no load-bearing self-citation chain and the empirical program has independent content. The circularity is concentrated in the theoretical framing. Appendix G defines η as the probability of stale-following and then derives that removing stale evidence reduces loss by at least that probability, which is a formal restatement of the assumption rather than a derivation of revocation. Additionally, the deterministic drift executors' policy π_m is never specified, so the central reversal numbers cannot be separated from the assumed stale-following behavior. The external MemoryAgentBench results and preference-update trials provide independent evidence that keyed replacement is useful, so overall circularity is partial rather than total; hence score 4.

Assumptions & free parameters 7 free parameters · 4 assumptions · 0 invented entities

The central claim rests on schema-based key/value extraction and on the behavioral assumption that stale evidence can dominate the decision rule when both stale and current evidence are retrieved. The Beta-Bernoulli machinery is standard math. The lifecycle states are software state machines. I count seven hand-chosen thresholds and priors that are ablated but not fitted.

free parameters (7)
  • Beta prior counts alpha=beta=1 = 1, 1
    Chosen by hand for the Beta-Bernoulli posterior in q(p) and used in all experiments. Not fitted, but a modeling choice.
  • Revocation threshold theta_rev = 0.3
    Posterior cutoff for moving a precedent to revoked state in Algorithm 1. Ablations over 0.2 to 0.4 show robustness.
  • Proposal threshold theta_prop = 3 supports
    Minimum accumulated supports before proposing a candidate precedent.
  • Promotion threshold theta_pro = 0.6
    Posterior cutoff for activating a candidate precedent.
  • Recent-window parameters n_rec and theta_rec = 3 and 0.34
    Recent-success revocation condition; ablation shows a larger recent window is the main negative outlier.
  • Minimum observations n_min = 5
    Minimum total observations before posterior-based revocation is checked.
  • TEPA-Full trial budget = 3
    Support, counterfactual, and contamination checks before promotion; used in preference-update experiments.
assumptions (4)
  • standard math Beta-Bernoulli posterior consistency
    Proposition 3 in Appendix G invokes the strong law of large numbers and Hoeffding's inequality to show the posterior mean converges to the true support rate.
  • domain assumption Same key plus incompatible value implies supersession
    The conflict definition treats any same-key different-value pair as a supersession; this is assumed throughout and the paper acknowledges open-ended cases where conflict is implicit.
  • domain assumption Stale following probability eta is positive
    The theoretical role of revocation and Proposition 1 assume the downstream decision rule follows stale evidence with probability eta when both values are retrieved, from which pollution and the benefit of revocation are derived.
  • domain assumption Executor records the successful tool pattern as post-action evidence
    In controlled and executable drift, v(x) is the successful tool pattern recorded by the executor, giving the memory system direct access to the current value after a successful trial; this observability is a strong supervisory signal.

how reviews work

0 comments
Cite this review

Pith. "Pith review of TEPA: Revoking Stale Memories for Conflict-Robust Language Agents." pith.science (2026). https://pith.science/paper/KWOWTVIV

@misc{pith2026260807429,
  author       = {Pith},
  title        = {Pith review of: TEPA: Revoking Stale Memories for Conflict-Robust Language Agents},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KWOWTVIV}},
  note         = {Machine review of arXiv:2608.07429}
}
read the original abstract

Long-term memory enables language agents to reuse past facts, preferences, and task experience. Persistence also creates a central falsifiability problem: when the world changes, stale memories can remain retrievable and pollute the prompt. We characterize this failure mode as memory pollution: degradation caused by active memories that newer conflicting evidence has superseded. We introduce TEPA, a revocable evidence-memory mechanism that makes validity an explicit state of memory. TEPA represents observations as keyed precedents and revokes active precedents when fresh evidence contradicts them under the same key, allowing retrieval to draw from current evidence while preserving revoked history for audit. Across controlled hidden-regime drift, real file-backed executable drift, and preference-update streams, revocation prevents stale active memory from remaining in the retrieval set after reversal. In controlled drift over 50 seeds, append-only and last-write-wins memory fell below no memory during full reversal (append-only and last-write-wins both 0.210, no memory 0.309, TEPA 0.950), and the same pattern reproduced under real file execution (append-only 0.203, no memory 0.298, TEPA 0.950). On clean MemoryAgentBench SH-6k, TEPA matches a strong last-write-wins cache, confirming that current-key replacement is the decisive operation for single-hop fact consolidation. Boundary tests on multi-hop and very long-context MemoryAgentBench settings expose retrieval-chain and context-selection bottlenecks beyond fact-level validity tracking. Together, these results establish lifecycle revocation as a core memory operation for agents that must falsify, audit, and later re-promote evolving knowledge.

Figures

Figures reproduced from arXiv: 2608.07429 by the authors.

Figure 1
Figure 1. Conceptual overview of revocable evidence mem [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Memory pollution under controlled hidden-regime drift. Curves show 10-task moving averages over 50 seeds with [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Real file-backed tool execution validation. Columns [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Ablation results. Panel (a): full-reversal dot inter [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Precedent lifecycle trace in controlled drift. The posterior drops under reversal, triggering revocation, and later evidence [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 7
Figure 7. Figure 7: Phase-wise success rates in controlled hidden [PITH_FULL_IMAGE:figures/full_fig_p010_7.png]
Figure 8
Figure 8. Figure 8: Preference-update stream. The horizontal lollipop [PITH_FULL_IMAGE:figures/full_fig_p011_8.png]
Figure 9
Figure 9. Figure 9: Statistical audit summary. Forest plot entries show paired mean differences with 95% confidence intervals and corrected [PITH_FULL_IMAGE:figures/full_fig_p012_9.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

48 extracted references · 23 canonical work pages

  1. [1]

    arXiv preprint arXiv:2507.05257 , year =

    Evaluating memory in llm agents via incremental multi-turn interactions , author =. arXiv preprint arXiv:2507.05257 , year =

  2. [2]

    arXiv preprint arXiv:2410.10813 , year =

    Longmemeval: Benchmarking chat assistants on long-term interactive memory , author =. arXiv preprint arXiv:2410.10813 , year =

  3. [3]

    arXiv preprint arXiv:2605.12493 , year =

    LongMemEval-V2: Evaluating Long-Term Agent Memory Toward Experienced Colleagues , author =. arXiv preprint arXiv:2605.12493 , year =

  4. [4]

    Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages =

    Evaluating very long-term conversational memory of llm agents , author =. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages =

  5. [5]

    arXiv preprint arXiv:2605.06527 , year =

    STALE: Can LLM Agents Know When Their Memories Are No Longer Valid? , author =. arXiv preprint arXiv:2605.06527 , year =

  6. [6]

    Eywa: Provenance-Grounded Long-Term Memory for AI Agents

    Eywa: Provenance-Grounded Long-Term Memory for AI Agents , author =. arXiv preprint arXiv:2605.30771 , year =

  7. [7]

    arXiv preprint arXiv:2602.16313 , year =

    Memoryarena: Benchmarking agent memory in interdependent multi-session agentic tasks , author =. arXiv preprint arXiv:2602.16313 , year =

  8. [8]

    Findings of the Association for Computational Linguistics: ACL 2025 , pages =

    Membench: Towards more comprehensive evaluation on the memory of llm-based agents , author =. Findings of the Association for Computational Linguistics: ACL 2025 , pages =

Show all 48 references
  1. [9]

    arXiv preprint arXiv:2502.05589 , year =

    On memory construction and retrieval for personalized conversational agents , author =. arXiv preprint arXiv:2502.05589 , year =

  2. [10]

    Advances in Neural Information Processing Systems , volume =

    A-mem: Agentic memory for llm agents , author =. Advances in Neural Information Processing Systems , volume =

  3. [11]

    arXiv preprint arXiv:2504.19413 , year =

    Mem0: Building production-ready ai agents with scalable long-term memory , author =. arXiv preprint arXiv:2504.19413 , year =

  4. [12]

    arXiv preprint arXiv:2601.01885 , year =

    Agentic memory: Learning unified long-term and short-term memory management for large language model agents , author =. arXiv preprint arXiv:2601.01885 , year =

  5. [13]

    arXiv preprint arXiv:2603.07670 , year =

    Memory for autonomous llm agents: Mechanisms, evaluation, and emerging frontiers , author =. arXiv preprint arXiv:2603.07670 , year =

  6. [14]

    arXiv preprint arXiv:2512.13564 , year =

    Memory in the age of ai agents , author =. arXiv preprint arXiv:2512.13564 , year =

  7. [15]

    arXiv preprint arXiv:2601.02553 , year =

    SimpleMem: Efficient Lifelong Memory for LLM Agents , author =. arXiv preprint arXiv:2601.02553 , year =

  8. [16]

    Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages =

    Memory os of ai agent , author =. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages =

  9. [17]

    arXiv 2024 , author =

    Long Term Memory: The Foundation of AI Self-Evolution. arXiv 2024 , author =. arXiv preprint arXiv:2410.15665 , year =

  10. [18]

    ACM Transactions on Information Systems , volume =

    A survey on the memory mechanism of large language model-based agents , author =. ACM Transactions on Information Systems , volume =. 2025 , publisher =

  11. [19]

    Advances in neural information processing systems , volume =

    Reflexion: Language agents with verbal reinforcement learning , author =. Advances in neural information processing systems , volume =

  12. [20]

    Proceedings of the AAAI conference on artificial intelligence , volume =

    Memorybank: Enhancing large language models with long-term memory , author =. Proceedings of the AAAI conference on artificial intelligence , volume =

  13. [21]

    Proceedings of the 36th annual acm symposium on user interface software and technology , pages =

    Generative agents: Interactive simulacra of human behavior , author =. Proceedings of the 36th annual acm symposium on user interface software and technology , pages =

  14. [22]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume =

    Expel: Llm agents are experiential learners , author =. Proceedings of the AAAI Conference on Artificial Intelligence , volume =

  15. [23]

    arXiv preprint arXiv:2305.16291 , year =

    Voyager: An open-ended embodied agent with large language models , author =. arXiv preprint arXiv:2305.16291 , year =

  16. [24]

    arXiv preprint arXiv:2210.03629 , year =

    React: Synergizing reasoning and acting in language models , author =. arXiv preprint arXiv:2210.03629 , year =

  17. [25]

    Advances in neural information processing systems , volume =

    Toolformer: Language models can teach themselves to use tools , author =. Advances in neural information processing systems , volume =

  18. [26]

    International conference on learning representations , volume =

    Self-rag: Learning to retrieve, generate, and critique through self-reflection , author =. International conference on learning representations , volume =

  19. [27]

    arXiv preprint arXiv:2312.10997 , year =

    Retrieval-augmented generation for large language models: A survey , author =. arXiv preprint arXiv:2312.10997 , year =

  20. [28]

    Transactions of the association for computational linguistics , volume =

    Lost in the middle: How language models use long contexts , author =. Transactions of the association for computational linguistics , volume =

  21. [29]

    Advances in neural information processing systems , volume =

    Retrieval-augmented generation for knowledge-intensive nlp tasks , author =. Advances in neural information processing systems , volume =

  22. [30]

    Proceedings of the 2020 conference on empirical methods in natural language processing (EMNLP) , pages =

    Dense passage retrieval for open-domain question answering , author =. Proceedings of the 2020 conference on empirical methods in natural language processing (EMNLP) , pages =

  23. [31]

    International conference on machine learning , pages =

    Retrieval augmented language model pre-training , author =. International conference on machine learning , pages =. 2020 , organization =

  24. [32]

    International conference on machine learning , pages =

    Improving language models by retrieving from trillions of tokens , author =. International conference on machine learning , pages =. 2022 , organization =

  25. [33]

    arXiv preprint arXiv:2208.03299 , volume =

    Few-shot learning with retrieval augmented language models , author =. arXiv preprint arXiv:2208.03299 , volume =

  26. [34]

    arXiv preprint arXiv:1911.00172 , year =

    Generalization through memorization: Nearest neighbor language models , author =. arXiv preprint arXiv:1911.00172 , year =

  27. [35]

    arXiv preprint arXiv:2203.08913 , year =

    Memorizing transformers , author =. arXiv preprint arXiv:2203.08913 , year =

  28. [36]

    Advances in neural information processing systems , volume =

    Locating and editing factual associations in gpt , author =. Advances in neural information processing systems , volume =

  29. [37]

    arXiv preprint arXiv:2210.07229 , year =

    Mass-editing memory in a transformer , author =. arXiv preprint arXiv:2210.07229 , year =

  30. [38]

    arXiv preprint arXiv:2110.11309 , year =

    Fast model editing at scale , author =. arXiv preprint arXiv:2110.11309 , year =

  31. [39]

    International Conference on Machine Learning , pages =

    Memory-based model editing at scale , author =. International Conference on Machine Learning , pages =. 2022 , organization =

  32. [40]

    ACM computing surveys (CSUR) , volume =

    A survey on concept drift adaptation , author =. ACM computing surveys (CSUR) , volume =. 2014 , publisher =

  33. [41]

    Proceedings of the 2007 SIAM international conference on data mining , pages =

    Learning from time-changing data with adaptive windowing , author =. Proceedings of the 2007 SIAM international conference on data mining , pages =. 2007 , organization =

  34. [42]

    Brazilian symposium on artificial intelligence , pages =

    Learning with drift detection , author =. Brazilian symposium on artificial intelligence , pages =. 2004 , organization =

  35. [43]

    Proceedings of the national academy of sciences , volume =

    Overcoming catastrophic forgetting in neural networks , author =. Proceedings of the national academy of sciences , volume =. 2017 , publisher =

  36. [44]

    Advances in neural information processing systems , volume =

    Gradient episodic memory for continual learning , author =. Advances in neural information processing systems , volume =

  37. [45]

    arXiv preprint arXiv:1812.00420 , year =

    Efficient lifelong learning with a-gem , author =. arXiv preprint arXiv:1812.00420 , year =

  38. [46]

    Advances in neural information processing systems , volume =

    Experience replay for continual learning , author =. Advances in neural information processing systems , volume =

  39. [47]

    Neural networks , volume =

    Continual lifelong learning with neural networks: A review , author =. Neural networks , volume =. 2019 , publisher =

  40. [48]

    Advances in neural information processing systems , volume =

    Attention is all you need , author =. Advances in neural information processing systems , volume =

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.