collaborators

12 papers

cs.CL2026

Metis: Memory Foundation Model

Zeyu Zhang, Ziliang Guo, Yihang Sun +14

The paper presents Metis, a memory foundation model that embeds a persistent, dynamically updated memory state within the model backbone, allowing it to store and retrieve informat…

cs.AI2026

MemOps: Benchmarking Lifecycle Memory Operations in Long-Horizon Conversations

Xixuan Hao, Zeyu Zhang, Zehao Lin +6

The paper introduces MemOps, a benchmark that evaluates long‑term conversational memory by tracking explicit lifecycle operations (remember, forget, update, etc.) rather than only…

cs.CR2026

A Survey on Long-Term Memory Security in LLM Agents: Attacks, Defenses, and Governance Across the Memory Lifecycle

Zehao Lin, Xixuan Hao, Renyu Fu +5

The emergence of writable, cross-session persistent memory in LLM agents introduces a qualitatively different threat landscape from conventional input-centric security concerns, ch…

cs.PF2026

SparseX: Efficient Segment-Level KV Cache Sharing for Interleaved LLM Serving

Quqing Zhang, Kai Chen, Ning Liao +5

In long-context LLM serving, the prefill stage often dominates time-to-first-token and computational cost. Although Prefix Cache in vLLM/PagedAttention has been widely used to reus…

cs.CL2025

MemOS: A Memory OS for AI System

Zhiyu Li, Chenyang Xi, Chunyu Li +36

Large Language Models (LLMs) have become an essential infrastructure for Artificial General Intelligence (AGI), yet their lack of well-defined memory management systems hinders the…

cs.CL2025

TAdaRAG: Task Adaptive Retrieval-Augmented Generation via On-the-Fly Knowledge Graph Construction

Jie Zhang, Bo Tang, Wanzi Shao +8

Retrieval-Augmented Generation (RAG) improves large language models by retrieving external knowledge, often truncated into smaller chunks due to the input context window, which lea…