TRUSTMEM: Learning Trustworthy Memory Consolidation for LLM Agents with Long-Term Memory

TL;DR

TRUSTMEM enhances LLM agents' memory consolidation trustworthiness, improving HaluMem extraction by 12.14 F1 points.

cs.AI 🔴 Advanced 2026-06-24 4 views
Tianyu Yang Sudipta Paul Vijay Srinivasan Vivek Kulkarni Srinivas Chappidi
LLM long-term memory memory consolidation reinforcement learning trustworthiness

Key Findings

Methodology

TRUSTMEM framework uses a Memory Transition Verifier to evaluate memory updates in terms of coverage, preservation, and faithfulness. It constructs preference pairs among candidate updates and employs preference-guided reinforcement learning to optimize memory updating behaviors.

Key Results

  • TRUSTMEM achieves state-of-the-art results on MemoryAgentBench, HaluMem, and Mem-α validation set, improving HaluMem memory extraction by 12.14 F1 points.
  • Compared to the strongest baseline, TRUSTMEM reduces transition-level omission, corruption, and hallucination by 40.1%, 79.1%, and 50.0%, respectively.
  • On MemoryAgentBench, TRUSTMEM improves by 6.5 points over the strongest baseline.

Significance

TRUSTMEM addresses the issue of existing memory agents potentially omitting important information, corrupting existing memory, or introducing unsupported hallucinated content. It has significant implications for academia and industry, particularly in intelligent agents requiring long-term memory.

Technical Contribution

TRUSTMEM introduces a Memory Transition Verifier and preference-guided reinforcement learning, providing transition-level supervision distinct from existing methods, ensuring the safety and reliability of each memory update.

Novelty

TRUSTMEM is the first to introduce transition-level verification and preference ranking in memory consolidation, significantly enhancing the trustworthiness and safety of memory updates.

Limitations

  • TRUSTMEM may face computational resource constraints when handling very large-scale memory stores.
  • The method relies on an accurate Memory Transition Verifier, which may impact overall system performance.

Future Work

Future work could explore the application of TRUSTMEM in various domains such as healthcare and finance, and optimize its computational efficiency in large-scale systems.

AI Executive Summary

Large language model (LLM) agents rely on long-term memory to support extended interactions and personalized services. However, existing memory agents may omit important information, corrupt existing memory, or introduce unsupported hallucinated content when updating external memory. Once stored, these errors can become persistent system-state failures, affecting future reasoning and generation.

The TRUSTMEM framework uses a Memory Transition Verifier to evaluate memory updates in terms of coverage, preservation, and faithfulness. It further constructs preference pairs among candidate updates, employing preference-guided reinforcement learning to optimize memory updating behaviors. Extensive experiments demonstrate that TRUSTMEM achieves state-of-the-art results across MemoryAgentBench, HaluMem, and the Mem-α validation set, significantly improving memory utility and reliability.

The introduction of TRUSTMEM not only enhances memory utility but also improves operation-level reliability and transition-level safety. Future work could explore the application of TRUSTMEM in various domains such as healthcare and finance, and optimize its computational efficiency in large-scale systems.

Deep Analysis

Background

As large language models (LLMs) evolve into intelligent agents capable of long-term interaction and personalized service, long-term memory has become a pivotal component. By maintaining an external memory store, agents can transcend finite context windows to preserve user preferences, historical facts, and reasoning trajectories. Recent advancements have moved beyond passive retrieval toward active memory management, where agents actively maintain and revise memory over time.

Core Problem

Existing memory agents may omit important information, corrupt existing memory, or introduce unsupported hallucinated content when updating external memory. Once stored, these errors can become persistent system-state failures, affecting future reasoning and generation.

Innovation

TRUSTMEM uses a Memory Transition Verifier to evaluate memory updates in terms of coverage, preservation, and faithfulness. It constructs preference pairs among candidate updates and employs preference-guided reinforcement learning to optimize memory updating behaviors.

Methodology

  • �� Use a Memory Transition Verifier to evaluate memory updates in terms of coverage, preservation, and faithfulness.
  • �� Construct preference pairs among candidate updates.
  • �� Employ preference-guided reinforcement learning to optimize memory updating behaviors.
  • �� Evaluate on MemoryAgentBench, HaluMem, and Mem-α validation set.

Experiments

Experiments were conducted on MemoryAgentBench, HaluMem, and Mem-α validation set to evaluate TRUSTMEM's memory utility and reliability. Baselines included Mem1 and Mem-T.

Results

TRUSTMEM achieves state-of-the-art results on MemoryAgentBench, HaluMem, and Mem-α validation set, improving HaluMem memory extraction by 12.14 F1 points. Compared to the strongest baseline, TRUSTMEM reduces transition-level omission, corruption, and hallucination by 40.1%, 79.1%, and 50.0%, respectively.

Applications

TRUSTMEM can be used in intelligent agents requiring long-term memory, such as personalized assistants and dialogue systems. Its improved memory reliability and utility have significant impacts in these fields.

Limitations & Outlook

TRUSTMEM may face computational resource constraints when handling very large-scale memory stores. The method relies on an accurate Memory Transition Verifier, which may impact overall system performance. Future work could optimize its computational efficiency in large-scale systems.

Plain Language Accessible to non-experts

Imagine a library where the librarian manages the borrowing and returning of books. Each time a new book arrives, the librarian must decide whether to add a new book, update existing book information, or remove outdated books. TRUSTMEM acts like this librarian, using a Memory Transition Verifier to evaluate the accuracy and reliability of each update, ensuring the library's book information is always accurate.

ELI14 Explained like you're 14

Imagine playing a game where you need to remember lots of things, like mission goals, enemy locations, and item usage. TRUSTMEM is like your game assistant, helping you remember all the important stuff and reminding you when needed. It checks if the information you remember is accurate and updates it if necessary, just like a super memory helper!

Glossary

Large Language Model (LLM)

A type of AI model capable of generating and understanding natural language, typically with billions of parameters.

Used to support long-term interactions and personalized services.

Memory Consolidation

The process of integrating new information with existing memory to form a coherent memory state.

Optimized by TRUSTMEM through a Memory Transition Verifier.

Memory Transition Verifier

A tool used to evaluate memory updates in terms of coverage, preservation, and faithfulness.

A core component of TRUSTMEM.

Hallucinated Content

Unsupported or fictional information introduced during memory updates.

TRUSTMEM aims to reduce such errors.

Reinforcement Learning

A machine learning method that learns optimal behavior strategies through trial and error.

Used to optimize memory updating behaviors.

Open Questions Unanswered questions from this research

  • 1 How can TRUSTMEM be efficiently applied in large-scale systems?
  • 2 How does the performance of the Memory Transition Verifier impact the overall system?
  • 3 How can the introduction of hallucinated content be further reduced?

Applications

Immediate Applications

Personalized Assistants

TRUSTMEM can enhance the memory reliability of personalized assistants, ensuring user preferences and historical interactions are accurately remembered.

Long-term Vision

Intelligent Dialogue Systems

By improving memory accuracy and reliability, TRUSTMEM can significantly enhance the user experience of intelligent dialogue systems.

Abstract

Large language model (LLM) agents rely on long-term memory to support extended interactions and personalized assistance beyond finite context windows. Existing memory agents actively update external memory through generated write, revise, and delete operations, but these updates may omit important information, corrupt existing memory, or introduce unsupported hallucinated content. Once stored, such errors become persistent system-state failures that can affect future reasoning and generation. In this paper, we propose TrustMem, a framework designed to improve the trustworthiness of memory consolidation. TrustMem relies on a Memory Transition Verifier to evaluate the transition process of memory updates in terms of coverage, preservation, and faithfulness. It further constructs preference pairs among candidate updates under the same memory state, enabling preference-guided reinforcement learning to directly optimize memory updating behaviors. Extensive experiments demonstrate that TrustMem improves both memory utility and reliability: it achieves state-of-the-art results across MemoryAgentBench, HaluMem, and the Mem-alpha validation set, improves HaluMem memory extraction by 12.14 F1 points, and reduces transition-level omission, corruption, and hallucination by 40.1\%, 79.1\%, and 50.0\%, respectively, compared with the strongest baseline for each error type.

cs.AI