paper-with-me

Papers

MemRouter: Memory-as-Embedding Routing for Long-Term Conversational Agents

2026-05-01 · Tianyu Hu, Weikai Lin, Weizhi Zhang, Jing Ma, Song Wang arxiv

Long-term conversational agents must decide which turns to store in external memory, yet recent systems rely on autoregressive LLM generation at every turn to make that decision. We present MemRouter, a write-side memory router that decouples memory admission from the downstream answer backbone and replaces per-turn memory-management decoding with an embedding-based routing policy. MemRouter encodes each turn together with recent context, projects the resulting embeddings through a frozen LLM backbone, and predicts whether the turn should be stored using lightweight classification heads while training only 12M parameters. Under a controlled matched-harness comparison on LoCoMo, where the retrieval pipeline, answer prompts, and QA backbone (Qwen2.5-7B) are held identical, MemRouter outperforms an LLM-based memory manager on every question category (overall F1 52.0 vs 45.6, non-overlapping 95% CIs) while reducing memory-management p50 latency from 970ms to 58ms. Descriptive factorial averaging further shows that learned admission improves mean F1 by +10.3 over random storage, category-specific prompting adds +5.2 over a generic prompt, and retrieval contributes +0.7. These results suggest that write-side memory admission can be learned by a small supervised router, while answer generation remains a separate downstream component in long-horizon conversational QA.

📄 PDF Abstract BibTeX arXiv:2605.00356

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

Mixture of Contexts for Long Video Generation

2025-08-28 · Shengqu Cai, Ceyuan Yang, Lvmin Zhang, Yuwei Guo 외 arxiv

Long video generation is fundamentally a long context memory problem: models must retain and retrieve salient events across a long range without collapsing or drifting. However, scaling diffusion transformers to generate…

Information RetrievalVideo Generation

D-MEM: Dopamine-Gated Agentic Memory via Reward Prediction Error Routing

2026-03-15 · Yuru Song, Qi Xin arxiv

Autonomous LLM agents require structured long-term memory, yet current "append-and-evolve" systems like A-MEM face O(N^2) write-latency and excessive token costs. We introduce D-MEM (Dopamine-Gated Agentic Memory), a bio…

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

Robust Ego-Exo Correspondence with Long-Term Memory

2025-10-13 · Yijun Hu, Bing Fan, Xin Gu, Haiqing Ren 외 arxiv

Establishing object-level correspondence between egocentric and exocentric views is essential for intelligent assistants to deliver precise and intuitive visual guidance. However, this task faces numerous challenges, inc…

Video Object Segmentation

Graph Neural Network-Based Multicast Routing for On-Demand Streaming Services in 6G Networks

2025-10-13 · Xiucheng Wang, Zien Wang, Nan Cheng, Wenchao Xu 외 arxiv

The increase of bandwidth-intensive applications in sixth-generation (6G) wireless networks, such as real-time volumetric streaming and multi-sensory extended reality, demands intelligent multicast routing solutions capa…

Reinforcement LearningGraph Neural Network