paper-with-me

Papers

Knowledge Access Beats Model Size: Memory Augmented Routing for Persistent AI Agents

2026-03-24 · Xunzhuo Liu, Bowei He, Xue Liu, Andy Luo, Haichen Zhang, Huamin Chen arxiv

Production AI agents frequently receive user-specific queries that are highly repetitive, with up to 47\% being semantically similar to prior interactions, yet each query is typically processed with the same computational cost. We argue that this redundancy can be exploited through conversational memory, transforming repetition from a cost burden into an efficiency advantage. We propose a memory-augmented inference framework in which a lightweight 8B-parameter model leverages retrieved conversational context to answer all queries via a low-cost inference path. Without any additional training or labeled data, this approach achieves 30.5\% F1, recovering 69\% of the performance of a full-context 235B model while reducing effective cost by 96\%. Notably, a 235B model without memory (13.7\% F1) underperforms even the standalone 8B model (15.4\% F1), indicating that for user-specific queries, access to relevant knowledge outweighs model scale. We further analyze the role of routing and confidence. At practical confidence thresholds, routing alone already directs 96\% of queries to the small model, but yields poor accuracy (13.0\% F1) due to confident hallucinations. Memory does not substantially alter routing decisions; instead, it improves correctness by grounding responses in retrieved user-specific information. As conversational memory accumulates over time, coverage of recurring topics increases, further narrowing the performance gap. We evaluate on 152 LoCoMo questions (Qwen3-8B/235B) and 500 LongMemEval questions. Incorporating hybrid retrieval (BM25 + cosine similarity) improves performance by an additional +7.7 F1, demonstrating that retrieval quality directly enhances end-to-end system performance. Overall, our results highlight that memory, rather than model size, is the primary driver of accuracy and efficiency in persistent AI agents.

📄 PDF Abstract BibTeX arXiv:2603.23013

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Efficient Memory-Augmented Transformer for Knowledge-Intensive NLP Tasks

2022-10-30 · Yuxiang Wu, Yu Zhao, Baotian Hu, Pasquale Minervini 외

Access to external knowledge is essential for many natural language processing tasks, such as question answering and dialogue. Existing methods often rely on a parametric model that stores knowledge in its parameters, or…

Computational EfficiencyQuestion AnsweringRetrieval

HyperENTM: Evolving Scalable Neural Turing Machines through HyperNEAT

2017-10-12 · Jakob Merrild, Mikkel Angaju Rasmussen, Sebastian Risi

Recent developments within memory-augmented neural networks have solved sequential problems requiring long-term memory, which are intractable for traditional neural networks. However, current approaches still struggle to…

Pretraining with hierarchical memories: separating long-tail and common knowledge

2025-09-29 · Hadi Pouransari, David Grangier, C Thomas, Michael Kirchhof 외 arxiv

The impressive performance gains of modern language models currently rely on scaling parameters: larger models store more world knowledge and reason better. Yet compressing all world knowledge into parameters is unnecess…

BEATS: An Open-Source, High-Precision, Multi-Channel EEG Acquisition Tool System

2022-03-04 · Bing Zou, Yubo Zheng, Mu Shen, Yingying Luo 외

Stable and accurate electroencephalogram (EEG) signal acquisition is fundamental in non-invasive brain-computer interface (BCI) technology. Commonly used EEG acquisition system's hardware and software are usually closed-…

4kBrain Computer InterfaceEEGElectroencephalogram (EEG)

Improving Neural Language Models with a Continuous Cache

2016-12-13 · Edouard Grave, Armand Joulin, Nicolas Usunier

We propose an extension to neural network language models to adapt their prediction to the recent history. Our model is a simplified version of memory augmented networks, which stores past hidden activations as memory an…

Language ModelingLanguage Modelling