@HuggingPapers: MemTrace: automatic error tracing for LLM memory systems Traces how memories evolve by transforming memory pipelines in…

X AI KOLs Timeline Papers

Summary

MemTrace automatically traces errors in LLM memory systems by converting memory pipelines into executable graphs, identifying root causes of failures, and self-correcting to improve performance by up to 7.62%.

MemTrace: automatic error tracing for LLM memory systems Traces how memories evolve by transforming memory pipelines into executable graphs. Automatically pinpoints root causes of failures and self-corrects to boost performance by up to 7.62%. https://t.co/yZ1RV5ZcDs
Original Article
View Cached Full Text

Cached at: 05/31/26, 03:13 PM

MemTrace: automatic error tracing for LLM memory systems

Traces how memories evolve by transforming memory pipelines into executable graphs.

Automatically pinpoints root causes of failures and self-corrects to boost performance by up to 7.62%. https://t.co/yZ1RV5ZcDs

Similar Articles

MemEvoBench: Benchmarking Memory MisEvolution in LLM Agents

arXiv cs.CL

MemEvoBench introduces the first benchmark for evaluating memory safety in LLM agents, measuring behavioral degradation from adversarial memory injection, noisy outputs, and biased feedback across QA and workflow tasks. The work reveals that memory evolution significantly contributes to safety failures and that static defenses are insufficient.

MemPro: Agentic Memory Systems as Evolvable Programs

arXiv cs.CL

MemPro is a system-level evolution framework that treats the memory construction–retrieval pipeline as an evolvable program, using an Evolving Agent to iteratively diagnose failures and create improved versions. Experiments on long-horizon benchmarks show consistent improvement over static and prompt-level baselines with favorable performance–cost trade-off.