๐ค AI Summary
This work addresses the challenge of maintaining consistency in long-term dialogues, where existing memory mechanisms struggle to effectively model the temporal evolution of historical states. To this end, the paper proposes MemBuilder, a reinforcement learningโbased framework for constructing multidimensional long-term memory. The approach generates dense intermediate rewards through conversation-level synthetic question answering and incorporates a contribution-aware gradient weighting mechanism to accurately attribute the impact of individual memory components. Experimental results demonstrate that MemBuilder, despite having only 4 billion parameters, outperforms current state-of-the-art closed-source models across multiple long-context dialogue benchmarks, exhibiting strong generalization capabilities and superior memory retention.
๐ Abstract
Maintaining consistency in long-term dialogues remains a fundamental challenge for LLMs, as standard retrieval mechanisms often fail to capture the temporal evolution of historical states. While memory-augmented frameworks offer a structured alternative, current systems rely on static prompting of closed-source models or suffer from ineffective training paradigms with sparse rewards. We introduce MemBuilder, a reinforcement learning framework that trains models to orchestrate multi-dimensional memory construction with attributed dense rewards. MemBuilder addresses two key challenges: (1) Sparse Trajectory-Level Rewards: we employ synthetic session-level question generation to provide dense intermediate rewards across extended trajectories; and (2) Multi-Dimensional Memory Attribution: we introduce contribution-aware gradient weighting that scales policy updates based on each component's downstream impact. Experimental results show that MemBuilder enables a 4B-parameter model to outperform state-of-the-art closed-source baselines, exhibiting strong generalization across long-term dialogue benchmarks.