MEGA Hub

MemoryCPT: An End-to-End Agent Memory Framework for Cost-Performance Trade-off

Authors

Do you know Songxin Lei?You can claim authorship or link another user.Do you know Kun Ouyang?You can claim authorship or link another user.Do you know Weilin Ruan?You can claim authorship or link another user.Do you know Yuqian Wu?You can claim authorship or link another user.Do you know Zhijiang Guo?You can claim authorship or link another user.Do you know Yushi Sun?You can claim authorship or link another user.Do you know Fugee Tsung?You can claim authorship or link another user.

Abstract

Long-horizon LLM agents require memory systems that recover useful evidence from large interaction histories without passing excessive context to downstream models. Existing memory pipelines often rely on hand-crafted heuristics and repeated LLM calls, which can introduce redundant context and high inference cost. We propose MemoryCPT, an end-to-end trainable agent memory pipeline that spans offline memory construction and online query-conditioned context generation. MemoryCPT consists of two stages: Query-agnostic Distillation (QAD), which distills a modular memory-construction pipeline into a compact model using explicit reasoning traces; and Query-aware Retrieval and Summarization (QAR), which combines reciprocal rank fusion (RRF) with a LoRA-based summarizer trained via Group Relative Policy Optimization (GRPO) under a cost-aware reward. We further introduce Quality per Cost (QPC) to quantify answer quality per unit inference cost. Experiments on LoCoMo and LongMemEval show that MemoryCPT improves the cost-performance trade-off over the evaluated baselines, while ablation and sensitivity analyses characterize the contributions of its components and the effects of key design choices.

Community

00