paper-with-me

홈 › Papers

MRMS: A Multi-Resolution Memory Substrate for Long-Lived AI Agents

2026-07-06 · Jizhizi Li, Amy Shi-Nash arxiv

Long-lived AI agents require continuity across interactions, but continuity cannot be obtained by simply extending the prompt window. An agent must preserve useful prior experience, retrieve it selectively, distinguish personal context from external evidence, and revise memory when the underlying situation changes. We propose an architectural memory substrate organized along two orthogonal axes: a representational axis spanning structured records, vector representations, and graph relations; and a temporal axis spanning short-term traces, medium-term abstractions, and long-term semantic commitments. Its key design constraint is synchronized structured-vector-graph memory: structured records govern eligibility, vector representations support recall, and graph relations adjudicate support, contradiction, and supersession before gated context projection. Its central claim is that reliable personalization is a memory design problem: useful memory is structured, selectively exposed, continuously consolidated, and epistemically labeled rather than stored as undifferentiated conversation history. Beyond the framework, we instantiate MRMS as a lightweight prototype implementing structured records, vector retrieval, temporal policies, and graph-based revision. The prototype exercises the core substrate mechanisms through pre-generation memory selection, revision, boundary enforcement, and evidence attribution under controlled long-lived interaction scenarios with explicit evidence requirements.

📄 PDF Abstract BibTeX arXiv:2607.04617

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Using Long Short-term Memory (LSTM) to merge precipitation data over mountainous area in Sierra Nevada

2024-04-15 · Yihan Wang, Lujun Zhang

Obtaining reliable precipitation estimation with high resolutions in time and space is of great importance to hydrological studies. However, accurately estimating precipitation is a challenging task over high mountainous…

MRMS-Net and LMRMS-Net: Scalable Multi-Representation Multi-Scale Networks for Time Series Classification

2026-03-14 · Celal Alagöz, Mehmet Kurnaz, Farhan Aadil arxiv

Time series classification (TSC) performance depends not only on architectural design but also on the diversity of input representations. In this work, we propose a scalable multi-scale convolutional framework that syste…

Time Series Classification

Harness the Memory: A Holistic Evaluation of Memory Substrates in Memory Agents

2026-08-15 · Wei-Chieh Huang, Weizhi Zhang, Yuchen Wu, Yankai Chen 외 hf

Memory is becoming core infrastructure for long-horizon LLM agents, yet existing evaluations offer limited guidance on which memory substrate, namely the underlying medium in which memory is represented and stored, shoul…

Question Answering

A Diffusion-Based Framework for High-Resolution Precipitation Forecasting over CONUS

2025-12-09 · Marina Vicens-Miquel, Amy McGovern, Aaron J. Hill, Efi Foufoula-Georgiou 외 arxiv

Accurate precipitation forecasting is essential for hydrometeorological risk management, especially for anticipating extreme rainfall that can lead to flash flooding and infrastructure damage. This study introduces a dif…

Precipitation Forecasting

VideoRewardBench: Comprehensive Evaluation of Multimodal Reward Models for Video Understanding

2025-08-30 · Zhihong Zhang, Xiaojian Huang, Jin Xu, Zhuodong Luo 외 arxiv

Multimodal reward models (MRMs) play a crucial role in the training, inference, and evaluation of Large Vision Language Models (LVLMs) by assessing response quality. However, existing benchmarks for evaluating MRMs in th…

Reinforcement Learning