paper-with-me

홈 › Papers

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

2026-05-29 · Resham Joshi arxiv

AI agents that persist across sessions need memory they can retrieve, audit, update, and erase. Existing memory systems often collapse source evidence, extracted facts, retrieved context, and answer policy into one opaque prompt path, making failures difficult to diagnose: a wrong answer may come from missing evidence, unsupported extraction, stale state, retrieval loss, or answer-model behavior. We present Eywa, a provenance-grounded memory architecture built around evidence before belief. Eywa stores immutable source evidence before deriving canonical facts, validates extracted memories against typed signals and source support, and retrieves bounded memory context through a deterministic multi-route read path with zero LLM calls inside retrieval. Retrieved context is returned separately from answer instructions, allowing the same memory substrate to be evaluated across frontier, budget, and local answer models. Under a frozen, artifact-recorded retrieval configuration, Eywa reaches 90.19% judge accuracy on the LoCoMo C1-C4 split with Claude Sonnet 4.6 write and QA roles. On LongMemEval-S, it reaches 88.2% retrieval-sufficiency accuracy. On BEAM, a 700-question technical-memory stress benchmark, it reaches 81.45% mean nugget score and 85.29% pass@score >= 0.5. Full per-question artifacts, including questions, gold answers, model answers, retrieved context, and labels, are published at https://eywa.to/research.

📄 PDF Abstract BibTeX arXiv:2605.30771

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mitigating Provenance-Role Collapse in Long-Term Agents via Typed Memory Representation

2026-05-25 · Zhengda Jin, Bingbing Wang, Jing Li, Ruifeng Xu 외 arxiv

Long-term memory is essential for persistent LLM agents, yet prevailing architectures store historical interactions as unstructured, flat text. This unconstrained storage induces provenance-role collapse, a critical fail…

Answer Generation

Structured Episodic Event Memory

2026-01-10 · Zhengxuan Lu, Dongfang Li, Yukun Shi, Beilun Wang 외 arxiv

Current approaches to memory in Large Language Models (LLMs) predominantly rely on static Retrieval-Augmented Generation (RAG), which often results in scattered retrieval and fails to capture the structural dependencies …

PolyMemDB: A Polyglot Database System for AI Memory Management

2026-08-26 · Yu Wang, Jiaheng Lu arxiv

With the widespread adoption of personal intelligent agents, users generate massive, heterogeneous data during long-term interactions. Leveraging this data as long-term memory helps reduce token overhead and deliver pers…

Heterogeneous Scientific Foundation Model Collaboration

2026-04-30 · Zihao Li, Jiaru Zou, Feihao Fang, Xuying Ning 외 arxiv

Agentic large language model systems have demonstrated strong capabilities. However, their reliance on language as the universal interface fundamentally limits their applicability to many real-world problems, especially …

DMF: A Deterministic Memory Framework for Conversational AI Agents

2026-06-02 · Matteo Stabile, Enrico Zimuel arxiv

Conversational AI agents require memory systems that are both scalable and semantically coherent across long interaction horizons. Existing approaches rely predominantly on large language model (LLM)-based summarisation …