TL;DR
MemReread is a novel memory-guided rereading approach that improves agentic long-context reasoning by recovering discarded evidence through question decomposition and dynamic rereading, maintaining linear complexity.
Contribution
It introduces MemReread, which enhances long-context reasoning by avoiding intermediate retrieval, enabling indirect fact recovery, and dynamically controlling rereading passes with reinforcement learning.
Findings
Outperforms baseline frameworks on long-context reasoning tasks.
Maintains linear time complexity with respect to context length.
Supports non-linear reasoning while preserving logical flow.
Abstract
To tackle long-context reasoning tasks without the quadratic complexity of standard attention mechanisms, approaches based on agent memory have emerged, which typically maintain a dynamically updated memory when linearly processing document chunks. To mitigate the potential loss of latent evidence in this memorize-while-reading paradigm, recent works have integrated retrieval modules that allow agents to recall information previously discarded during memory overwriting. However, retrieval-based recall suffers from both evidence loss during memory formation and interference induced by invalid queries. To overcome these limitations, we propose MemReread. Built upon streaming reading, MemReread circumvents intermediate retrieval. It triggers question decomposition and rereading when the final memory is insufficient, enabling the recovery of indirect facts that were prematurely discarded.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
