Pith. sign in

REVIEW 9 cited by

Walking Down the Memory Maze: Beyond Context Limit through Interactive Reading

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2310.05029 v1 pith:A6GCVZGV submitted 2023-10-08 cs.CL

classification cs.CL
keywords contextlongtextbeyondinformationinteractivelargelong-text
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Large language models (LLMs) have advanced in large strides due to the effectiveness of the self-attention mechanism that processes and compares all tokens at once. However, this mechanism comes with a fundamental issue -- the predetermined context window is bound to be limited. Despite attempts to extend the context window through methods like extrapolating the positional embedding, using recurrence, or selectively retrieving essential parts of the long sequence, long-text understanding continues to be a challenge. We propose an alternative approach which instead treats the LLM as an interactive agent, allowing it to decide how to read the text via iterative prompting. We introduce MemWalker, a method that first processes the long context into a tree of summary nodes. Upon receiving a query, the model navigates this tree in search of relevant information, and responds once it gathers sufficient information. On long-text question answering tasks our method outperforms baseline approaches that use long context windows, recurrence, and retrieval. We show that, beyond effective reading, MemWalker enhances explainability by highlighting the reasoning steps as it interactively reads the text; pinpointing the relevant text segments related to the query.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 9 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Asynchronous Collective Tree Exploration: a Distributed Algorithm, and a new Lower Bound

    cs.DS 2025-07 conditional novelty 8.0 of 10

    Distributed asynchronous robot teams can explore any tree in 2n + O(k^2 2^k D) moves, and no asynchronous algorithm can beat competitive ratio Ω(log^2 k).

  2. Is Progressive Disclosure All You Need for Long-Context Agents?

    cs.AI 2026-07 conditional novelty 7.0 of 10

    Progressive disclosure is redundant for a strong agent reading one book, but decisive when an agent must navigate a 20-book library; one flat routing level beats deeper hierarchies.

  3. Gavel: Agent Meets Checklist for Evaluating LLMs on Long-Context Legal Summarization

    cs.CL 2026-01 conditional novelty 6.0 of 10

    Gavel uses a 26-item checklist, residual-fact, and style scoring to show that top LLMs cover only about half the key content in long legal case summaries and omit information more often than they invent it.

  4. HGMEM: Hypergraph-based Working Memory to Improve Multi-step RAG for Long-Context Complex Relational Modeling

    cs.CL 2025-12 conditional novelty 6.0 of 10

    A working memory represented as a hypergraph, whose hyperedges are updated, inserted, and progressively merged by the LLM, improves multi-step RAG on long-context sense-making benchmarks.

  5. Select, Read, and Write: A Multi-Agent Framework of Full-Text-based Related Work Generation

    cs.CL 2025-05 conditional novelty 6.0 of 10

    A multi-agent reader-selector-writer framework improves generated related-work sections by reading full texts in a graph-guided order and compressing key information into shared memory.

  6. QwenLong-CPRS: Towards $\infty$-LLMs with Dynamic Context Optimization

    cs.CL 2025-05 conditional novelty 6.0 of 10

    QwenLong-CPRS is a 7B instruction-guided compressor that shrinks long contexts to query-relevant spans, boosting downstream LLM accuracy and cutting prefill cost.

  7. VecTree-RAG: An Agentic Retrieval-Augmented Generation Framework Combining Vector and Tree Retrieval for Efficiency and Accuracy

    cs.IR 2026-07 conditional novelty 5.0 of 10

    An agentic RAG framework that splits corpus-level discovery (vector retrieval) from within-paper evidence localization (tree navigation) reports top scores on QASPER, LitQA2, and a new MOSAIC benchmark.

  8. MemOS: An Operating System for Memory-Augmented Generation (MAG) in Large Language Models

    cs.CL 2025-05 reject novelty 4.0 of 10

    A unified memory-operating-system design for LLMs, built around a MemCube abstraction, is presented without any experimental validation.

  9. Memory-Augmented Transformers: A Systematic Review from Neuroscience Principles to Enhanced Model Architectures

    cs.LG 2025-08 unverdicted novelty 3.0 of 10

    Memory-augmented Transformer research is organized into a three-axis taxonomy bridging neuroscience memory concepts to network designs, but no new result is produced.

Pith tools